@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic);
.no-activity-color {
  color: #8c9594; }

.no-activity-bg {
  background-color: #8c9594; }

.no-activity {
  fill: #8c9594 !important; }

.enacted-legislation-color {
  color: #51bc8a; }

.enacted-legislation-bg {
  background-color: #51bc8a; }

.enacted-legislation {
  fill: #51bc8a !important; }

.under-consideration-color {
  color: #22a1a4; }

.under-consideration-bg {
  background-color: #22a1a4; }

.under-consideration {
  fill: #22a1a4 !important; }

.failed-legislation-color {
  color: #4b4e53; }

.failed-legislation-bg {
  background-color: #4b4e53; }

.failed-legislation {
  fill: #4b4e53 !important; }

.repealed-legislation-color {
  color: #835960; }

.repealed-legislation-bg {
  background-color: #835960; }

.repealed-legislation {
  fill: #835960 !important; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* MIXINS
================= */
body:after {
  display: none; }
  @media only screen and (min-width: 320px) {
    body:after {
      content: "handheld"; } }
  @media only screen and (min-width: 600px) {
    body:after {
      content: "tablet"; } }
  @media only screen and (min-width: 768px) {
    body:after {
      content: "tablet-large"; } }
  @media only screen and (min-width: 1224px) {
    body:after {
      content: "desktop"; } }
  @media only screen and (min-width: 1824px) {
    body:after {
      content: "desktop-large"; } }

/* modified from http://css-tricks.com/dont-overthink-it-grids/ */
.grid {
  margin: 0 0 20px 0;
  zoom: 1; }
  .grid:before {
    content: "";
    display: table; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }

/* [class*='col-'] { @include col; } */
@media only screen and (min-width: 768px) {
  .col-3-4 {
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-3-4:last-child {
      padding-right: 0; }

  .col-2-3 {
    width: 66.66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-2-3:last-child {
      padding-right: 0; }

  .col-1-3 {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-1-3:last-child {
      padding-right: 0; }

  .col-1-2 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-1-2:last-child {
      padding-right: 0; }

  .col-1-4 {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-1-4:last-child {
      padding-right: 0; }

  .col-1-6 {
    width: 16.66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-1-6:last-child {
      padding-right: 0; }

  .col-1-8 {
    width: 12.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px; }
    .grid .col-1-8:last-child {
      padding-right: 0; }

  .col-last {
    padding-right: 0; } }
/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px; }
  .grid-pad [class*='col-']:last-child {
    padding-right: 20px; }

.trans-opacity {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.trans-all {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.desktop_only {
  display: none; }
  @media only screen and (min-width: 600px) {
    .desktop_only {
      display: block; } }

.remove {
  display: none; }

.reset {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

.floatright {
  float: right; }

.floatleft {
  float: left; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.textleft {
  text-align: left; }

.pad-top {
  padding-top: 1em; }

.pad-top-extra {
  padding-top: 2em; }

.pad-top-max {
  padding-top: 3em; }

.pad-bottom {
  padding-bottom: 1em; }

.pad-bottom-extra {
  padding-bottom: 2em; }

.pad-bottom-max {
  padding-bottom: 3em; }

.pad-left {
  padding-left: 1em; }

.pad-left-extra {
  padding-left: 2em; }

.pad-left-max {
  padding-left: 3em; }

.pad-right {
  padding-right: 1em; }

.pad-right-extra {
  padding-right: 2em; }

.pad-right-max {
  padding-right: 3em; }

.margin-top {
  margin-top: 1em; }

.margin-top-extra {
  margin-top: 2em; }

.margin-top-max {
  margin-top: 3em; }

.margin-bottom {
  margin-bottom: 1em; }

.margin-bottom-extra {
  margin-bottom: 2em; }

.margin-bottom-max {
  margin-bottom: 3em; }

.margin-left {
  margin-left: 1em; }

.margin-left-extra {
  margin-left: 2em; }

.margin-left-max {
  margin-left: 3em; }

.margin-right {
  margin-right: 1em; }

.margin-right-extra {
  margin-right: 2em; }

.margin-right-max {
  margin-right: 3em; }

.text-larger {
  font-size: 1.2em; }

.text-smaller {
  font-size: 0.8em; }

.sans {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; }

.serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.caps {
  text-transform: uppercase;
  letter-spacing: 1px; }

.ir {
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden; }

.vertical-center {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.relative {
  position: relative; }

.clearboth {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.responsive_video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive_video_container iframe, .responsive_video_container object, .responsive_video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 600px) {
  .two_col_text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  .three_col_text {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .four_col_text {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }
.full_width {
  width: 100%; }

@media print {
  .print_hide {
    display: none; } }
/*=======
Stylesheet by Chris Johnson
http://chrisltd.com
=======*/
/* BASE
================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow-y: scroll;
  background: #fff;
  color: #000;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10pt;
  text-rendering: optimizeLegibility; }
  @media (min-width: 260px) {
    body {
      font-size: 10.75pt; } }
  @media (min-width: 280px) {
    body {
      font-size: 11.5pt; } }
  @media (min-width: 300px) {
    body {
      font-size: 12.25pt; } }
  @media (min-width: 320px) {
    body {
      font-size: 13pt; } }
  @media (min-width: 340px) {
    body {
      font-size: 13.75pt; } }
  @media (min-width: 360px) {
    body {
      font-size: 14.5pt; } }
  @media (min-width: 380px) {
    body {
      font-size: 15.25pt; } }
  @media (min-width: 400px) {
    body {
      font-size: 16pt; } }
  @media (min-width: 420px) {
    body {
      font-size: 16.75pt; } }
  @media (min-width: 440px) {
    body {
      font-size: 17.5pt; } }
  @media (min-width: 460px) {
    body {
      font-size: 18.25pt; } }
  @media (min-width: 480px) {
    body {
      font-size: 19pt; } }
  @media (min-width: 500px) {
    body {
      font-size: 19.75pt; } }
  @media (min-width: 520px) {
    body {
      font-size: 20.5pt; } }
  @media (min-width: 540px) {
    body {
      font-size: 21.25pt; } }
  @media (min-width: 640px) {
    body {
      font-size: 12pt;
      text-rendering: optimizeLegibility; } }
  @media (min-width: 660px) {
    body {
      font-size: 12.4pt; } }
  @media (min-width: 680px) {
    body {
      font-size: 12.8pt; } }
  @media (min-width: 700px) {
    body {
      font-size: 13.2pt; } }
  @media (min-width: 720px) {
    body {
      font-size: 13.6pt; } }
  @media (min-width: 740px) {
    body {
      font-size: 14pt; } }
  @media (min-width: 760px) {
    body {
      font-size: 14.4pt; } }
  @media (min-width: 780px) {
    body {
      font-size: 14.8pt; } }
  @media (min-width: 800px) {
    body {
      font-size: 15.2pt; } }
  @media (min-width: 820px) {
    body {
      font-size: 15.6pt; } }
  @media (min-width: 840px) {
    body {
      font-size: 16pt; } }
  @media (min-width: 860px) {
    body {
      font-size: 16.4pt; } }
  @media (min-width: 880px) {
    body {
      font-size: 16.8pt; } }
  @media (min-width: 900px) {
    body {
      font-size: 17.2pt; } }
  @media (min-width: 920px) {
    body {
      font-size: 17.6pt; } }
  @media (min-width: 940px) {
    body {
      font-size: 18pt; } }
  @media (min-width: 960px) {
    body {
      font-size: 18.4pt; } }
  @media (min-width: 960px) {
    body {
      font-size: 13pt;
      text-rendering: optimizeLegibility; } }
  @media (min-width: 980px) {
    body {
      font-size: 13.34pt; } }
  @media (min-width: 1000px) {
    body {
      font-size: 13.68pt; } }
  @media (min-width: 1020px) {
    body {
      font-size: 14.02pt; } }
  @media (min-width: 1040px) {
    body {
      font-size: 14.36pt; } }
  @media (min-width: 1060px) {
    body {
      font-size: 14.7pt; } }
  @media (min-width: 1080px) {
    body {
      font-size: 15.04pt; } }
  @media (min-width: 1100px) {
    body {
      font-size: 15.38pt; } }

a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #8c9594; }
  a:hover {
    color: #018894;
    text-decoration: none; }

a img {
  border: none; }

/* TYPOGRAPHY
================= */
/* LAYOUT
================= */
header, [role="main"], footer {
  text-align: center; }

.section-container {
  margin: 0 auto;
  text-align: left;
  padding: .5em 1em;
  max-width: 1080px; }
  @media (min-width: 768px) {
    .section-container {
      padding: .5em 2em; } }

.page-content {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

.header-for-spacing {
  opacity: 0; }

/* HEADER
================= */
header {
  background: #018894;
  color: #ffffff; }
  header .section-container {
    text-align: right; }

.logo {
  font-weight: 700;
  font-size: 1em;
  float: left;
  text-align: left;
  width: 80%;
  margin-top: 0;
  line-height: 40px; }
  .logo a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: none; }

.menu-hamburger {
  padding: 0 0 .25em;
  display: inline-block;
  border-bottom: none; }
  .menu-hamburger img {
    height: 30px; }

@media (min-width: 768px) {
  header .section-container {
    text-align: left; }

  .logo {
    text-align: center;
    font-size: 2em;
    float: none;
    width: 100%;
    margin-top: 0;
    line-height: inherit; }

  .menu-hamburger {
    display: none; } }
/* HEADER NAV
================= */
.header-nav {
  zoom: 1;
  background: #91c3c9;
  padding-bottom: .5em;
  display: none;
  font-weight: 600; }
  .header-nav:before {
    content: "";
    display: table; }
  .header-nav:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .header-nav {
      display: block; } }
  .header-nav.visible {
    display: block; }

.header-nav-item {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: .5em 0; }
  .header-nav-item:last-child {
    border-bottom: none; }
  .header-nav-item:hover, .header-nav-item:active, .header-nav-item:focus {
    text-decoration: none;
    color: #ffffff; }
  @media (min-width: 768px) {
    .header-nav-item {
      float: left;
      width: 16.66667%;
      border-bottom: none;
      padding: 0; } }

/* STATUS OVERVIEW
================= */
.status-overview {
  background: #5d6066;
  color: #ffffff; }
  .status-overview .section-container {
    text-align: center; }

.status-overview-category {
  display: inline-block;
  position: relative;
  margin-bottom: -1em; }

.status-overview-title {
  position: absolute;
  width: 100%;
  top: 89px;
  left: 0;
  font-size: 14px;
  line-height: 1.1; }

.status-overview-color {
  color: #5d6066; }

.status-overview-data .chartwell {
  font-size: 200px;
  line-height: 1; }

/* RECENT ACTIVITY
================= */
.recent-activity {
  padding-bottom: 1.5em; }
  .recent-activity .section-title {
    color: #018894;
    margin-bottom: 1em; }

.recent-activity-item {
  zoom: 1;
  background: rgba(140, 149, 148, 0.1);
  margin: 0.2em 0;
  padding: .25em .5em;
  font-weight: 200; }
  .recent-activity-item:before {
    content: "";
    display: table; }
  .recent-activity-item:after {
    content: "";
    display: table;
    clear: both; }

.recent-activity-item-date {
  width: 21.90281%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }

.recent-activity-item-icon {
  width: 8.21355%;
  float: left;
  margin-right: -100%;
  margin-left: 21.93703%;
  clear: none; }

.recent-activity-item-title {
  width: 69.8152%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

@media (min-width: 768px) {
  .recent-activity-item-date {
    width: 13.68925%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }

  .recent-activity-item-icon {
    width: 8.21355%;
    float: left;
    margin-right: -100%;
    margin-left: 13.72348%;
    clear: none; }

  .recent-activity-item-title {
    width: 78.02875%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
.recent-activity-item-icon img {
  height: 30px; }

.recent-activity-view,
.recent-activity-view:hover {
  display: inline-block;
  background: #8c9594;
  color: #ffffff;
  text-decoration: none;
  padding: .15em .5em;
  border-radius: .2em;
  font-weight: normal;
  font-size: .9em;
  margin-left: .4em; }

/* ANNUAL REVIEW
================= */
.annual-review {
  zoom: 1;
  background: #22a1a4;
  color: #ffffff;
  padding-bottom: 1.5em; }
  .annual-review:before {
    content: "";
    display: table; }
  .annual-review:after {
    content: "";
    display: table;
    clear: both; }

 .review-description {
    font-size: .8em;
	margin-top:	1em;
    margin-bottom: 1em; }

.review-item-container {
  padding-top: 1em; }
  @media (min-width: 768px) {
    .review-item-container {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      display: flex;
	  justify-content: space-evenly;
	  overflow: hidden; } }

.review-item {
  color: #22a1a4;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  display: table;
  padding: .7em 1em;
  border-radius: .5em;
  margin: 1em;
  border: none;
  width: 35%; }
  .review-item:hover {
    background: #ffffff;
    color: #22a1a4;
    text-decoration: none; }

.review-item-title {
  display: block;
  font-size: 1.2em; }


/* RESOURCES
================= */
.resources {
  zoom: 1;
  background: #22a1a4;
  color: #ffffff;
  padding-bottom: 1.5em; }
  .resources:before {
    content: "";
    display: table; }
  .resources:after {
    content: "";
    display: table;
    clear: both; }

.resource-item-container {
  padding-top: 1em; }
  @media (min-width: 768px) {
    .resource-item-container {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      overflow: hidden; } }

.resources-item {
  color: #22a1a4;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: .7em 1em;
  border-radius: .5em;
  margin-bottom: 1em;
  border: none;
  width: 100%; }
  .resources-item:hover {
    background: #ffffff;
    color: #22a1a4;
    text-decoration: none; }

.resource-item-title {
  display: block;
  font-size: 1.2em; }

/* ABOUT
================= */
.about {
  padding-bottom: 1.5em; }
  .about .section-title {
    color: #018894;
    margin-bottom: 1em; }

.about-text {
  font-weight: 200; }
  @media (min-width: 768px) {
    .about-text {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  .about-text p {
    margin-bottom: 1em; }

/* CREDITS
================= */
.credits {
  padding-bottom: 1.5em; }
  .credits .section-title {
    color: #018894;
    margin-bottom: 1em; }

.credits-section {
    text-align: center;
    text-align: -webkit-center;	
}

.credits-item {
  display: table-cell;
  text-align: center;
  border-bottom: none; }
  .credits-item img {
    max-width: 80%; }
  @media (min-width: 768px) {
    .credits-item {
      /*width: 47%;*/ }
      .credits-item + .credits-item {
        margin-left: 5%; }
      .credits-item img {
        max-width: 80%; } }





/* CONTACT (REACH OUT)
================= */
.contact {
  zoom: 1;
  background: #51bc8a;
  padding-bottom: 1.5em; }
  .contact:before {
    content: "";
    display: table; }
  .contact:after {
    content: "";
    display: table;
    clear: both; }
  .contact .section-title {
    color: #ffffff;
    margin-bottom: 1em; }
  .contact .wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow-down.png) no-repeat right center; }
  .contact .wpcf7-text, .contact .wpcf7-textarea, .contact .wpcf7-select {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    box-shadow: none;
    padding: .5em 1em;
    width: 100%;
    color: #276649; }
  .contact ::-webkit-input-placeholder {
    color: #368b63; }
  .contact .wpcf7-submit {
    background: #ffffff;
    padding: 0.5em 2em;
    color: #276649;
    float: right;
    border: none;
    margin-top: 1em;
    border-radius: .5em; }
  .contact .wpcf7-response-output {
    border-radius: .5em;
    text-align: center; }
  .contact .wpcf7-mail-sent-ok {
    border-color: #ffffff;
    color: #ffffff; }
  .contact .sent > * {
    display: none; }

/* CONNECT (email capture)
================= */
.connect {
  background: #5d6066;
  color: #ffffff; }
  .connect .section-container {
    text-align: center; }
  .connect .connect-form {
    display: table;
    width: 100%;
    margin: 2em 0; }
  @media (min-width: 768px) {
    .connect .email-wrapper {
      width: 79.8005%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; }
    .connect .submit-wrapper {
      width: 19.95012%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .connect [type="email"] {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    box-shadow: none;
    padding: .5em 1em;
    color: #ffffff;
    width: 100%;
    margin-bottom: 1em; }
  .connect ::-webkit-input-placeholder {
    color: #d9d9d9; }
  .connect .submit {
    background: #ffffff;
    padding: 0.5em 2em;
    color: #5d6066;
    border: none;
    border-radius: .5em;
    margin-bottom: 1em; }
  .connect .mailchimp-message {
    clear: both; }
  .connect .mailchimp-error {
    color: #d5cc2a; }

/* FOOTER
================= */
footer .section-container {
  font-weight: 200;
  text-align: center; }

/* MODULES
================= */
.hr {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  margin: 1em 0; }

.horizontal_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .horizontal_list li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0; }

.section-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: .2em; }

/* MAP HEADER
================= */
.map-view-header {
  background: rgba(140, 149, 148, 0.1);
  color: #5d6066; }
  .map-view-header .section-title {
    margin-top: .25em;
    margin-bottom: 0em; }
  .map-view-header .section-description {
    font-size: .8em;
    margin-bottom: 1em; }

.map-nav {
  margin-top: 0.5em; }

.map-nav-button-container {
  width: 16%;
  float: left;
  text-align: center; }

.map-nav-button {
  color: #8c9594;
  display: inline-block;
  padding: .5em 1em;
  margin: 0;
  text-decoration: none;
  font-size: .7em;
  border-bottom: none;
  line-height: 1.1;
  border-radius: .5em; }
  .map-nav-button.active, .map-nav-button:hover, .map-nav-button:active, .map-nav-button:focus {
    background: #4b4e53;
    color: #ffffff;
    text-decoration: none; }
  @media (min-width: 768px) {
    .map-nav-button {
      font-size: 1em; } }

/* MAP
================= */
.map-controls-buttons {
  text-align: center;
  margin-top: .5em; }
  @media (min-width: 768px) {
    .map-controls-buttons {
      width: 29.92519%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      text-align: left;
      margin-top: 2em; } }
  @media (min-width: 1200px) {
    .map-controls-buttons {
      width: 19.95012%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }

.map-controls-button {
  width: 2em;
  position: relative;
  z-index: 2; }
  .map-controls-button + .map-controls-button {
    margin-left: .1em; }

.year-slider-container {
  padding-top: 1.5em; }
  @media (min-width: 768px) {
    .year-slider-container {
      width: 69.82544%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  @media (min-width: 1200px) {
    .year-slider-container {
      width: 79.8005%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .year-slider-container slider {
    display: inline-block;
    position: relative;
    height: 7px;
    width: 100%;
    margin: 25px 5px 25px 5px;
    vertical-align: middle; }
  .year-slider-container .bar {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(140, 149, 148, 0.3); }
  .year-slider-container .pointer {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: -8px;
    background-color: #8c9594;
    z-index: 2;
    border-radius: .2em; }
  .year-slider-container .bubble {
    line-height: 1em;
    cursor: default;
    top: -2em;
    padding: 1px 3px 1px 3px;
    color: #8c9594;
    z-index: 2; }

.map-container {
  width: 100%;
  position: relative; }

.map-svg {
  overflow: hidden;
  position: relative;
  max-height: 100%; }

/* Hack for height on IE10+ */
_:-ms-input-placeholder, :root .map-svg {
  min-height: 480px;
  margin: 0 auto; }

.map-container path {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  pointer-events: all;
  cursor: pointer;
  fill: #8c9594;
  stroke: white; }

.enacted-one {
  fill: rgba(81, 188, 138, 0.25) !important; }

.enacted-two {
  fill: rgba(81, 188, 138, 0.5) !important; }

.enacted-three {
  fill: rgba(81, 188, 138, 0.75) !important; }

.enacted-four {
  fill: #51bc8a !important; }

.download-link {

  text-align: center;
  position: relative;
  z-index: 51;
  font-size: .8em; }
  @media (min-width: 768px) {
    .download-link {
      float: left;
      display: inline; } }
  .download-link a {
      display: none!important; /* display: inline-block; */
    margin: .5em 0 1em;
    color: rgba(140, 149, 148, 0.8);
    text-decoration: none;
    border-bottom-color: rgba(140, 149, 148, 0.7); }
    .download-link a:hover {
      color: #8c9594; }

.state-dropdown-container {
  position: relative;
  z-index: 50;
  text-align: center; }
  @media (min-width: 768px) {
    .state-dropdown-container {
      text-align: right;
      margin-right: 0;
      margin-top: -0.75em;
      margin-bottom: .75em; } }

.state-dropdown {
  -webkit-appearance: none;
  font-size: 1.2em;
  padding: .2em 50px .2em .5em;
  color: #ffffff;
  background: url(../img/arrow-down.png) no-repeat right center rgba(140, 149, 148, 0.8);
  border: none; }

_::-moz-range-track, body:last-child .state-dropdown {
  background-image: none; }

_:-ms-input-placeholder, :root .state-dropdown {
  background-image: none; }

.map-key {
  zoom: 1;
  background: rgba(140, 149, 148, 0.1); }
  .map-key:before {
    content: "";
    display: table; }
  .map-key:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    .map-key .section-container {
      text-align: center; } }

.map-key-item {
  width: 45%;
  display: inline-block;
  margin-right: 2%;
  margin-top: .25em;
  margin-bottom: .25em;
  color: #8c9594;
  font-size: .6em;
  text-align: left; }
  @media (min-width: 768px) {
    .map-key-item {
      width: 30%; } }
  @media (min-width: 992px) {
    .map-key-item {
      width: auto;
      text-align: center;
      font-size: .8em; } }
  .map-key-item img {
    width: 2em;
    margin-right: .25em; }

/* MODAL
================= */
.map-modal {
  zoom: 1;
  padding: 1em 1.5em 2em; }
  .map-modal:before {
    content: "";
    display: table; }
  .map-modal:after {
    content: "";
    display: table;
    clear: both; }

.modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  text-decoration: none;
  font-size: 1.7em;
  font-weight: bold;
  color: #8c9594;
  line-height: 1;
  border-bottom: none; }
  .modal-close:hover {
    text-decoration: none; }

.modal-title {
  text-align: center;
  font-weight: bold;
  color: #5d6066;
  padding: 0 0 1em; }

.modal-status-item {
  color: #5d6066; }
  @media (min-width: 768px) {
    .modal-status-item {
      width: 47%;
      float: left; }
      .modal-status-item:nth-child(odd) {
        clear: left; }
      .modal-status-item:nth-child(even) {
        margin-left: 5%; } }

.modal-status-icon {
  height: 1.6em;
  float: left; }

.modal-status-text {
  padding-left: 3em;
  font-size: .8em; }

.modal-status-legislation {
  padding: .5em 0; }

.modal-status-legislation-citation {
  font-size: .7em;
  color: #8c9594;
  border-bottom: 1px solid rgba(140, 149, 148, 0.7); }

.modal-status-note {
  color: rgba(93, 96, 102, 0.75);
  font-size: .7em; }

/*# sourceMappingURL=styles.css.map */
