@font-face {
  font-family: conduit_itc_medium;
  src: url(./fonts/conduit_itc_medium.ttf);
}
@font-face {
  font-family: conduit_itc_light;
  src: url(./fonts/conduit_itc_light.ttf);
}
@font-face {
  font-family: conduit_itc_bold;
  src: url(./fonts/conduit_itc_bold.ttf);
}
body,
html {
  margin: 0;
  padding: 0;
}

body {
  background: #F8F8F8;
}

header {
  margin-bottom: 30px;
}
@media (max-width: 690px) {
  header {
    display: block;
  }
}

.page-header {
  margin: 0;
}

footer {
  padding: 30px 0;
  margin-top: 60px;
  background: #196573;
  color: #FFFFFF;
  border-top: 10px solid #C8001F;
}
footer .huridocs {
  float: left;
  height: 70px;
  margin: 10px 30px 0 0;
}
footer .before-urg {
  font-size: 12px;
  position: relative;
  top: 10px;
  color: #C4C4C4;
}
footer .urg {
  margin: 20px 0 0 10px;
}
footer b {
  font-family: "conduit_itc_light";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
}
footer a, footer a:hover {
  color: #FFFFFF;
  margin-right: 15px;
}
footer .links {
  text-align: right;
}
@media (max-width: 690px) {
  footer .links {
    text-align: center;
  }
}
footer .input-group .form-control {
  display: inline-block;
  float: none;
}
footer .align-middle {
  line-height: 80px;
}

.copyright a {
  margin: 0;
  text-decoration: underline;
}

nav {
  width: 100%;
  top: 0;
}

@media (max-width: 690px) {
  .navbar-nav {
    display: none;
  }
}
figure.border {
  height: 10px;
  border: 0;
  width: 25%;
  display: block;
  float: left;
}

.navbar-default {
  clear: left;
  border-top: 0;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 45px;
  background: #FFFFFF;
}
@media (max-width: 690px) {
  .navbar-default {
    margin-bottom: 15px;
  }
}

.navbar-brand {
  position: relative;
  padding: 0;
}
.navbar-brand img {
  background: #C8001F;
  padding: 12px;
  width: 80px;
  position: absolute;
  top: -10px;
  left: 15px;
  z-index: 1;
  box-shadow: 0px 5px 10px -4px;
}
.navbar-brand h1 {
  font-family: "conduit_itc_light";
  font-size: 32px !important;
  margin: 0 0 0 105px;
  line-height: 40px;
  font-size: 10px;
  color: #C8001F;
  letter-spacing: 1px;
}
.navbar-brand h1 b {
  font-family: "conduit_itc_bold";
}
.navbar-brand h1 small {
  font-family: "conduit_itc_light";
  font-style: italic;
  display: block;
  font-size: 12px;
  letter-spacing: 0px;
  white-space: nowrap;
  position: relative;
  left: 45px;
  top: -6px;
}
@media (max-width: 690px) {
  .navbar-brand img {
    left: 0;
    width: auto;
    height: 60px;
  }
  .navbar-brand h1 {
    margin-left: 80px;
  }
}

.btn-menu {
  display: none;
}
@media (max-width: 690px) {
  .btn-menu {
    display: block;
    position: relative;
    top: 8px;
    float: right;
  }
}

.navbar-nav {
  width: 100%;
}
.navbar-nav > li {
  width: 20%;
  font-family: "conduit_itc_light";
  font-size: 17px;
}
@media (max-width: 690px) {
  .navbar-nav > li {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .navbar-nav {
    position: absolute;
    background: #FFFFFF;
    left: 15px;
    top: 42px;
    z-index: 2;
    box-shadow: 0 12px 30px -15px;
    border-bottom: 1px solid #E7E7E7;
  }
}

nav .input-group {
  margin-top: 8px;
}
@media (max-width: 690px) {
  nav .input-group {
    margin: 15px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  width: 200%;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > .dropdown-menu li {
  display: block;
  float: left;
  width: 50%;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

a {
  color: #196573;
}
a:hover, a:focus, a:active {
  color: #327857;
}

.btn-transparent {
  background: transparent !important;
  border: 1px solid transparent !important;
}

.btn-info {
  background-color: #4CC3D9;
  border-color: #196573;
}
.btn-info:hover {
  background-color: #196573;
}

.btn-success {
  background-color: #7BC8A4;
  border-color: #327857;
}
.btn-success:hover {
  background-color: #327857;
}

.btn-danger {
  background-color: #F16745;
  border-color: #92260b;
}
.btn-danger:hover {
  background-color: #92260b;
}

.btn-warning {
  background-color: #FFC65D;
  border-color: #c37e00;
}
.btn-warning:hover {
  background-color: #c37e00;
}

.bg-success {
  background-color: #e7f5ee;
}
.bg-success .first-row {
  color: #7BC8A4;
}

.bg-danger {
  background-color: #fcdbd3;
}
.bg-danger .first-row {
  color: #F16745;
}

.bg-warning {
  background-color: #fffcf6;
}
.bg-warning .first-row {
  color: #FFC65D;
}

.filters {
  padding: 5px 0;
  position: relative;
}
.filters .btn-group {
  position: static;
}
.filters .filter-group .btn {
  margin-bottom: 5px;
}
.filters .dropdown-menu {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 1px solid #E7E7E7;
  border-top-color: #FFFFFF;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.21);
  padding: 5px;
  margin-left: -15px;
}
.filters .dropdown-menu li .fa {
  position: absolute;
}
.filters .dropdown-menu li span {
  white-space: normal;
  padding: 0px 20px;
  display: block;
}
.filters .dropdown-menu li .badge {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  padding: 0;
}
@media (max-width: 690px) {
  .filters .dropdown-menu {
    margin-left: 0;
  }
}
.filters > b {
  margin-right: 5px;
}
.filters .btn > i {
  margin-left: 5px;
}

@media (max-width: 690px) {
  .filters {
    margin: 0;
    width: 100%;
  }
}
.dropdown-search {
  padding: 5px 10px 20px;
  width: 33%;
  float: left;
}
.dropdown-search .fa {
  position: relative;
  left: -3px;
}
.dropdown-search .form-control {
  font-size: 18px;
}
@media (max-width: 690px) {
  .dropdown-search {
    width: 100%;
    padding: 5px 5px 0;
  }
}

.dropdown-match,
.dropdown-order {
  padding: 5px 10px 20px;
  width: auto;
  float: right;
  text-align: center;
  position: relative;

}
.dropdown-match span,
.dropdown-order span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #777777;
}

.dropdown-match .fa,
.dropdown-order .fa {
  position: relative;
  left: -3px;
}
@media (max-width: 690px) {
  .dropdown-match,
  .dropdown-order {
    float: left;
  }
}

.dropdown-apply {
  padding: 5px 10px;
}
.dropdown-apply .btn {
  padding: 6px 15px;
}

.scrollable-menu {
  height: auto;
  clear: both;
  float: left;
  max-height: 460px;
  overflow-x: hidden;
}
@media (max-width: 690px) {
  .scrollable-menu {
    max-height: 240px;
  }
}
.scrollable-menu .mCSB_container {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-column-rule: 1px solid #E7E7E7;
     -moz-column-rule: 1px solid #E7E7E7;
          column-rule: 1px solid #E7E7E7;
}
@media (max-width: 690px) {
  .scrollable-menu .mCSB_container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.scrollable-menu li {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  clear: both;
  font-weight: 400;
  height: 15px;
  line-height: 33px;
  color: #333;
  white-space: nowrap;
}
.scrollable-menu a {
  display: block;
  line-height: 1.0em;
  font-size: 14px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #777777;
  padding-right: 30px;
}
.scrollable-menu .badge {
  background-color: #FFFFFF;
  color: #777777;
}
.scrollable-menu i {
  margin-right: 5px;
}

.mCustomScrollbar {
  padding-right: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 0;
  margin: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ccc;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #777777;
}

.labels {
  display: table;
  width: 100%;
  padding: 15px;
  border-radius: 3px;
}
.labels .title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E7E7E7;
}
.labels .filter {
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 5px;
  float: left;
  width: 100%;
}
@media (max-width: 690px) {
  .labels .filter {
    width: 50%;
  }
}
.labels b {
  margin-right: 10px;
}
.labels a {
  display: block;
  padding-right: 12px;
  position: relative;
  text-decoration: none;
}
.labels a:hover {
  background: #E7E7E7;
}
.labels > .filter > a > i, .labels > p > a > i {
  position: absolute;
  top: 4px;
  right: 0;
}
.labels a:hover {
  background: #E7E7E7;
}
.labels .btn i {
  position: relative;
  top: 0;
  margin: 0 5px;
}
.labels img {
  margin-right: 5px;
  opacity: 1 !important;
  position: relative;
  top: -1px;
}
.labels .pull-right {
  margin-right: 0;
  margin-left: 30px;
}
.labels .label {
  font-size: 9px;
  background: transparent !important;
  color: #777777 !important;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.labels-filter {
  border: 1px solid #E7E7E7;
  background: #F8F8F8;
  margin-bottom: 15px;
}

.labels-compare {
  border: 1px solid #E7E7E7;
  background: #F8F8F8;
}
@media (max-width: 690px) {
  .labels-compare {
    display: none !important;
  }
}

.config-sidebar {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
@media (max-width: 690px) {
  .config-sidebar {
    z-index: 2;
    margin-bottom: 0;
    padding: 5px;
  }
  .config-sidebar .btn-group {
    width: 100%;
  }
  .config-sidebar .btn-group .btn {
    width: 50%;
  }
}

.table {
  position: relative;
}

.table-wrap {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 12px 15px 12px 85px;
  margin-bottom: 5px;
  box-shadow: 0 5px 15px -13px;
  z-index: 1;
  transition: all 300ms;
}
@media (max-width: 690px) {
  .table-wrap {
    padding-left: 15px;
  }
}
.table-wrap .folded-data {
  transition: all 300ms;
  opacity: 0;
}
.table-wrap .main-sponsors {
  transition: all 200ms;
  padding-top: 0;
}
.table-wrap .show-more {
  transition: all 300ms;
  position: absolute;
  right: 50%;
  bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
  z-index: 2;
}
.table-wrap .show-more i {
  transition: all 300ms;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.table-wrap .folded-data {
  padding-top: 0px;
  overflow: hidden;
  max-height: 0;
}
.table-wrap.is-active {
  margin: 15px -15px;
  padding: 12px 30px 30px 50px;
  border-color: #E7E7E7;
  box-shadow: 0 10px 35px -15px;
  z-index: 2;
}
.table-wrap.is-active .show-more {
  opacity: 1;
}
.table-wrap.is-active .show-more i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.table-wrap.is-active .folded-data {
  opacity: 1;
}
.table-wrap.is-active .folded-data {
  max-height: 300px;
}
.table-wrap.is-active .main-sponsors {
  padding-top: 15px;
}
.table-wrap.is-active .table small {
  background: #222222;
}
.table-wrap:hover .show-more {
  opacity: 1;
}

.table {
  border: 0;
  margin: 0;
}

.topic {
  font-size: 13px;
  margin: 0;
  color: #777777;
}

.panel-default {
  width: 100%;
}

.states img {
  margin: -3px 3px 0 0;
}

.table h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}
.table h2:hover {
  text-decoration: underline;
}

.table small {
  font-size: 10px;
  position: absolute;
  left: -60px;
  top: -2px;
  background: #196573;
  color: #FFFFFF;
  padding: 5px 6px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 690px) {
  .table small {
    position: static;
  }
}

.search {
  font-style: italic;
  color: #777777;
  display: none;
}
.search .fa {
  margin-right: 3px;
}
.search b {
  background: #FCF8E3;
  color: #222;
}

.table {
  font-size: 12px;
}

.alert .fa {
  margin-right: 3px;
}

.alert-info {
  border-color: #E7E7E7;
  background-color: #F8F8F8;
  color: #777777;
}

.table figure {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.table .item-agenda {
  display: block;
  margin-bottom: 30px;
  font-style: italic;
}

.table span.date {
  display: inline-block;
  width: 70px;
  color: #777777;
  margin-left: 15px;
}

.table span.info {
  display: block;
  float: left;
  width: 33.333%;
}
.table span.info i {
  margin-left: 3px;
}

.table span.info i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 300ms;
}

.table span.info.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.progress {
  overflow: visible;
  height: 13px;
  margin: 0;
}
.progress span {
  position: relative;
  top: -4px;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #777777;
  font-size: 10px;
}

.progress-bar {
  overflow: hidden;
}

.progress-bar-success {
  background-color: #7BC8A4;
}

.progress-bar-danger {
  background-color: #F16745;
}

.progress-bar-warning {
  background-color: #FFC65D;
}

.modal-body {
  padding: 0 15px;
}
.modal-body .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-group .btn-default .badge {
  background: transparent;
  color: #777777;
}

.popover {
  width: 275px;
  cursor: initial;
}

.popover-content {
  font-size: 12px;
  max-height: 100px;
  overflow-y: auto;
}

.voting-comparison {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.voting-comparison p {
  margin: 0;
}
.voting-comparison span {
  display: inline-block;
  height: 11px;
  width: 16px;
  margin-left: 0;
  text-align: center;
  line-height: 11px;
  font-size: 7px;
  font-weight: bold;
  color: #FFFFFF;
}
.voting-comparison .vote-favour {
  background: #7BC8A4;
}
.voting-comparison .vote-against {
  background: #F16745;
}
.voting-comparison .no-voted {
  background: #E7E7E7;
}

.voting-legend {
  margin: 0 16px 5px 0;
}
.voting-legend .pull-left {
  font-size: 10px;
  margin: 4px 4px 0 0;
  color: #777;
}
.voting-legend .state {
  position: relative;
  display: block;
  float: left;
}
.voting-legend img {
  margin-left: 3px;
}
.voting-legend span {
  position: absolute;
  bottom: -10px;
  left: 2px;
  font-size: 8px;
}

.main-sponsors,
.voting {
  margin: 0;
}

.voting {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voting > span {
  margin-right: 10px;
  margin-top: -2px;
  font-weight: bold;
}
.voting .progress {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.amendments b,
.main-sponsors b,
.co-sponsors b {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 690px) {
  .amendments b,
  .main-sponsors b,
  .co-sponsors b {
    display: block;
    margin-top: 5px;
  }
}

.tooltip-inner {
  max-width: 500px;
  font-size: 11px;
}

.amendments a,
.more-states,
.close-states {
  color: #777777;
}

.hidden-states,
.close-states {
  display: none;
}

.stack figure.disable {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.stack figure.active {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.stack figure.filter1 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.stack figure.filter2 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.stack figure.filter3 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.stack figure.filter1.filter2 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.stack figure.filter1.filter3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.stack figure.filter2.filter3 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.stack figure.filter1.filter2.filter3 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.btn-stack {
  margin-bottom: 15px;
}
.btn-stack i {
  margin-right: 5px;
}

.btn-stack .fa-square-o {
  display: inline-block;
}
.btn-stack .fa-check-square-o {
  display: none;
}

.btn-stack.active .fa-square-o {
  display: none;
}
.btn-stack.active .fa-check-square-o {
  display: inline-block;
}

.legend {
  font-size: 11px;
  display: table;
  width: 100%;
}
.legend span {
  display: inline-block;
  width: 40%;
}
.legend figure {
  margin-right: 5px;
  margin-left: 1px;
  position: relative;
  top: 3px;
  opacity: 1;
}
.legend figure.votes {
  border-radius: 100%;
}
.legend figure.regular {
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #222222;
}
.legend figure.special {
  background: #FFFFFF;
  box-shadow: inset 0 0 0 2px #222222;
}

@media (max-width: 690px) {
  #resolution-text {
    display: none;
  }
}
#resolution-switcher {
  display: none;
}
@media (max-width: 690px) {
  #resolution-switcher {
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  #resolution-switcher .btn {
    width: 50%;
  }
}

.resolution-wrap {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 30px 45px;
}

.resolution-list small {
  font-size: 8px;
  background: #196573;
  color: #FFFFFF;
  padding: 2px 3px;
  border-radius: 3px;
  position: relative;
  top: -3px;
  margin-right: 3px;
}

.resolution-title {
  margin-bottom: 30px;
}
.resolution-title h1 {
  font-size: 32px;
}
@media (max-width: 690px) {
  .resolution-title h1 {
    font-size: 24px;
  }
}
.resolution-title small {
  font-size: 14px;
  background: #196573;
  color: #FFFFFF;
  padding: 9px 16px;
  border-radius: 3px;
  position: relative;
  top: -6px;
}
@media (max-width: 690px) {
  .resolution-title small {
    font-size: 12px;
    padding: 4px 7px;
  }
}

.state-list {
  display: table;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 15px;
}

.states {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  list-style-type: none;
  font-size: 11px;
  line-height: 20px;
}
.states li.first-row {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}
.states li {
  white-space: nowrap;
  overflow: hidden;
}

.states-voting {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
    float: left;
}

.state-list-1-col .states-voting {
  width: 100%;
}
.state-list-2-col .states-voting {
  width: 50%;
}
.state-list-3-col .states-voting {
  width: 33.333%;
}
.state-list-1-col .states-voting li {
  float: left;
  width: 50%;
}
.state-list-1-col .states-voting li:first-child {
  width: 100%;
}

.state-membership {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.state-membership li {
  display: inline-block;
  position: relative;
  background: #E7E7E7;
  font-size: 12px;
  height: 7px;
  margin-bottom: 14px;
  width: 6%;
  text-align: center;
}
.state-membership li.full-year {
  background: #4CC3D9;
}
.state-membership li.half-year:after {
  content: '';
  position: absolute;
  background: #4CC3D9;
  right: 0;
  width: 50%;
  height: 7px;
}
.state-membership span {
  position: relative;
  top: 12px;
}

.panel-body.panel-body-tabs {
  padding: 0;
}
.panel-body.panel-body-tabs .btn-group {
  width: 100%;
}
.panel-body.panel-body-tabs .btn {
  width: 33.5%;
  text-align: center;
  background: #F8F8F8;
  padding: 0;
  border-bottom: 0;
  border-top: 0;
  font-size: 10px;
}
.panel-body.panel-body-tabs .btn-active {
  background: #FFFFFF;
  font-weight: bold;
}
.panel-body.panel-body-tabs i {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.resolution-list {
  max-height: 270px;
}
@media (max-width: 690px) {
  .resolution-list {
    max-height: 9999px;
  }
}

.list-expand-graph {
  max-height: 220px;
  display: none;
}
.list-expand-graph figure {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
}

.state-title {
  margin-bottom: 30px;
  padding-left: 120px;
  position: relative;
}
.state-title span {
  font-size: 16px;
  font-weight: normal;
  color: #777777;
  margin-top: 10px;
  display: block;
}
.state-title .flag {
  height: 60px;
  position: absolute;
  top: 4px;
  left: 0;
}

.related-resolutions .panel-body {
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 690px) {
  .related-resolutions .panel-body {
    max-height: 9999px;
  }
}
.related-resolutions small {
  left: -80px;
}

.states-page ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.states-page ul b {
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #E7E7E7;
}
.states-page ul li {
  margin-left: 15px;
  margin-bottom: 4px;
}
.states-page ul li:first-child {
  margin-left: 0;
}
.states-page ul img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.about-list, .documentation-snippet {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  margin: 60px 0 30px;
  padding: 0;
}
.about-list li, .documentation-snippet li {
  width: 18%;
  margin: 1%;
  padding: 0 15px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0 8px 5px -10px;
}
.documentation-snippet li {
  width: 99%;
}
@media (max-width: 690px) {
  .about-list li {
    width: 100%;
  }
}

.about-wrap a {
  text-decoration: underline;
}

.print-info {
  display: none;
}

@media print {

    nav, header, footer,
    .pagination, .progress,.label, .btn,
    .dots-hidden-states,.more-states,.close-states,
    .expand-amendments,#resolution-info {
        display: none;
    }

    .table small {
        margin: 0;
        font-weight: bold;
        font-size: 12px;
    }

    a[href]:after {
        content: none !important;
    }


    .print-info,.hidden-states,#resolution-text {
        display: block;
    }

    .resolution-title small {
    background: #fff none repeat scroll 0 0;
    color: black;
    font-size: 32px;
    padding: 9px 16px;
    position: relative;
    top: -6px;
   }
}
