@media only screen and (min-width: 500px) {
  #js-how-religious-is-your-state .element-container {
    width: 50%;
  }
  #js-how-religious-is-your-state .element-container:nth-child(1) {
    border-right: 2px dotted #ccc;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  #js-how-religious-is-your-state .element-container:nth-child(2) {
    padding-left: 10px;
    width: 50%;
  }
  #js-how-religious-is-your-state .js-show-rankings {
    width: 100%;
    max-width: 640px;
  }
  #js-how-religious-is-your-state .lede-container {
    width: 100%;
    max-width: 640px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #js-how-religious-is-your-state .lede-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 296px;
  }
  #js-how-religious-is-your-state .lede-text {
    width: 100%;
    font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
    color: #757575;
    font-size: 15px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 500px) {
  #js-how-religious-is-your-state .flex-item {
    margin-left: auto;
    margin-right: auto;
  }
  #js-how-religious-is-your-state .js-show-rankings {
    width: 100%;
  }
  #js-how-religious-is-your-state #lede.element-container {
    height: 270px;
  }
  #js-how-religious-is-your-state .lede-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #js-how-religious-is-your-state .lede-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 180px;
  }
  #js-how-religious-is-your-state .lede-text {
    width: 50%;
    font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
    color: #757575;
    font-size: 15px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 320px) {
  #js-how-religious-is-your-state #without-labels.us-map {
    display: block;
  }
  #js-how-religious-is-your-state #highmap {
    display: none;
  }
}

#js-how-religious-is-your-state #total-number {
  color: #0090c0;
}

#js-how-religious-is-your-state #important-number {
  color: #949d48;
}

#js-how-religious-is-your-state #service-number {
  color: #ea9e2c;
}

#js-how-religious-is-your-state #prayer-number {
  color: #bf3b27;
}

#js-how-religious-is-your-state #believe-number {
  color: #746a7e;
}

#js-how-religious-is-your-state #total-bar {
  background-color: #0090c0;
  width: 0%;
}

#js-how-religious-is-your-state #important-bar {
  background-color: #949d48;
  width: 0%;
}

#js-how-religious-is-your-state #service-bar {
  background-color: #ea9e2c;
  width: 0%;
}

#js-how-religious-is-your-state #prayer-bar {
  background-color: #bf3b27;
  width: 0%;
}

#js-how-religious-is-your-state #believe-bar {
  background-color: #746a7e;
  width: 0%;
}

#js-how-religious-is-your-state .bar {
  height: 20px;
  background-color: #eeece4;
  width: 100%;
  margin-right: 5px;
  z-index: 1;
}

#js-how-religious-is-your-state .big-number {
  color: #0090c0;
  font-size: 3.5em;
  font-family: 'abril-display', Georgia, 'Times New Roman', Times,
    serif-webkit-body;
  line-height: 110%;
}

#js-how-religious-is-your-state .color-bar {
  height: 20px;
  margin-right: 5px;
  z-index: 2;
}

#js-how-religious-is-your-state .container {
  width: 100%;
  max-width: 640px;
  margin-bottom: 25px;
}

#js-how-religious-is-your-state .data-text {
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin: 10px;
}

#js-how-religious-is-your-state #data-table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  font-size: 12px;
}

#js-how-religious-is-your-state .data-title {
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

#js-how-religious-is-your-state .element-container {
  border-bottom: 2px dotted #ccc;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#js-how-religious-is-your-state #expanded-note {
  display: none;
}

#js-how-religious-is-your-state .hidden {
  display: none;
}

#js-how-religious-is-your-state .instructions {
  color: #757575;
  font-family: 'abril-text', Georgia, 'Times New Roman', Times,
    serif-webkit-body;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.5555555em;
  margin-bottom: 1.11111111em;
}

#js-how-religious-is-your-state .lede-container {
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

#js-how-religious-is-your-state .lede-image {
  width: 50%;
}

#js-how-religious-is-your-state .lede-text #see-note {
  line-height: 200%;
}

#js-how-religious-is-your-state #map-head {
  margin-top: 20px;
  margin-bottom: 0px;
}

#js-how-religious-is-your-state .map-subhead,
#js-how-religious-is-your-state .table-subhead {
  font-size: 1.1em;
  line-height: 160%;
  color: #757575;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}

#js-how-religious-is-your-state .measure-container {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-top: 5px;
  padding-bottom: 10px;
}

#js-how-religious-is-your-state .measure-container:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}

#js-how-religious-is-your-state .measure-number {
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  z-index: 3;
  padding-top: 5px;
}

#js-how-religious-is-your-state .measure-rank {
  font-size: 14px;
}

#js-how-religious-is-your-state .measure-text {
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  color: #757575;
  font-size: 14px;
  line-height: 140%;
}

#js-how-religious-is-your-state #more-info {
  margin-top: 10px;
  margin-bottom: 20px;
}

#js-how-religious-is-your-state .more-info-state {
  font-weight: bold;
  color: #808284;
}

@-moz-document url-prefix() {
  #js-how-religious-is-your-state select.how-religious-select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
}

#js-how-religious-is-your-state select.how-religious-select {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  text-overflow: '';
  content: '\f0d7';
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #aaa;
  color: #555;
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px 10px;
  white-space: nowrap;
  width: 100%;
  max-width: 320px;
  height: 35px;
}

#js-how-religious-is-your-state .selected-state {
  background: #a7a9ab;
  color: #fff;
}

#js-how-religious-is-your-state .selected-state a {
  background: #a7a9ab;
  color: #fff;
}

#js-how-religious-is-your-state .source {
  color: #888;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: normal;
  font-family: 'franklin-gothic-urw', Verdana, Geneva, sans-serif;
  line-height: normal;
}

#js-how-religious-is-your-state .state-image {
  width: 100%;
}

#js-how-religious-is-your-state .state-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'abril-text', Georgia, 'Times New Roman', Times,
    serif-webkit-body;
  font-size: 2em;
  color: #000;
}

#js-how-religious-is-your-state #data-table td {
  padding: 5px;
}

#js-how-religious-is-your-state td:first-of-type {
  width: 33%;
  font-weight: normal;
  text-align: left;
}

#js-how-religious-is-your-state td:nth-of-type(2) {
  width: 10%;
  text-align: right;
}

#js-how-religious-is-your-state tr:nth-child(odd) {
  background-color: #eeece4;
}

#js-how-religious-is-your-state tr:nth-child(even) {
  background-color: #fff;
}

#js-how-religious-is-your-state .us-map {
  margin-top: 10px;
}

#js-how-religious-is-your-state #without-labels {
  display: none;
}
/*# sourceMappingURL=index (1).css.map */
