@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);
/* Red is the same as orange for the purpose of these variables */
/* Federal Targets */
/* line 3, ../sass/_spacing.scss */
.margin-top {
  margin-top: 15px;
}

/* line 6, ../sass/_spacing.scss */
.margin-right {
  margin-right: 15px;
}

/* line 9, ../sass/_spacing.scss */
.margin-bottom {
  margin-bottom: 15px;
}

/* line 12, ../sass/_spacing.scss */
.margin-right {
  margin-right: 15px;
}

/* line 22, ../sass/_mixins.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 22, ../sass/_mixins.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 22, ../sass/_mixins.scss */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 22, ../sass/_mixins.scss */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 18, ../sass/_mixins.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, ../sass/_buttons.scss */
.btn.orange {
  background: #EC7429;
  border-color: #EC7429;
}
/* line 5, ../sass/_mixins.scss */
.btn.orange.btn.active, .btn.orange.btn:active, .btn.orange.btn.hover, .btn.orange.btn:hover {
  background: #BD5D21 !important;
  border-color: #BD5D21 !important;
}
/* line 6, ../sass/_buttons.scss */
.btn.yellow {
  background: #D9B305;
  border-color: #D9B305;
}
/* line 5, ../sass/_mixins.scss */
.btn.yellow.btn.active, .btn.yellow.btn:active, .btn.yellow.btn.hover, .btn.yellow.btn:hover {
  background: #AE8F04 !important;
  border-color: #AE8F04 !important;
}
/* line 10, ../sass/_buttons.scss */
.btn.green {
  background: #62A60A;
  border-color: #62A60A;
}
/* line 5, ../sass/_mixins.scss */
.btn.green.btn.active, .btn.green.btn:active, .btn.green.btn.hover, .btn.green.btn:hover {
  background: #4E8508 !important;
  border-color: #4E8508 !important;
}
/* line 14, ../sass/_buttons.scss */
.btn.teal {
  background: #89CCC6;
  border-color: #89CCC6;
}
/* line 5, ../sass/_mixins.scss */
.btn.teal.btn.active, .btn.teal.btn:active, .btn.teal.btn.hover, .btn.teal.btn:hover {
  background: #69A6A2 !important;
  border-color: #69A6A2 !important;
}
/* line 18, ../sass/_buttons.scss */
.btn.blue {
  background: #3D9CC8;
  border-color: #3D9CC8;
}
/* line 5, ../sass/_mixins.scss */
.btn.blue.btn.active, .btn.blue.btn:active, .btn.blue.btn.hover, .btn.blue.btn:hover {
  background: #2C6D8C !important;
  border-color: #2C6D8C !important;
}
/* line 22, ../sass/_buttons.scss */
.btn.purple {
  background: #7666AD;
  border-color: #7666AD;
}
/* line 5, ../sass/_mixins.scss */
.btn.purple.btn.active, .btn.purple.btn:active, .btn.purple.btn.hover, .btn.purple.btn:hover {
  background: #524572 !important;
  border-color: #524572 !important;
}
/* line 26, ../sass/_buttons.scss */
.btn.grape {
  background: #8c3a83;
  border-color: #8c3a83;
}
/* line 5, ../sass/_mixins.scss */
.btn.grape.btn.active, .btn.grape.btn:active, .btn.grape.btn.hover, .btn.grape.btn:hover {
  background: #682b61 !important;
  border-color: #682b61 !important;
}
/* line 30, ../sass/_buttons.scss */
.btn.gray {
  background: #6B7078;
  border-color: #6B7078;
}
/* line 5, ../sass/_mixins.scss */
.btn.gray.btn.active, .btn.gray.btn:active, .btn.gray.btn.hover, .btn.gray.btn:hover {
  background: #4F4F4F !important;
  border-color: #4F4F4F !important;
}
/* line 34, ../sass/_buttons.scss */
.btn.brown {
  background: #a3755e;
  border-color: #a3755e;
}
/* line 5, ../sass/_mixins.scss */
.btn.brown.btn.active, .btn.brown.btn:active, .btn.brown.btn.hover, .btn.brown.btn:hover {
  background: #854a2f !important;
  border-color: #854a2f !important;
}

/* Red is the same as orange for the purpose of these variables */
/* Federal Targets */
/* line 61, ../sass/_navbar.scss */
body.toolbar-drawer .navbar-fixed-top {
  top: 30px;
}

/* line 65, ../sass/_navbar.scss */
.navbar-default .navbar-brand {
  padding: 9px 20px;
}
/* line 68, ../sass/_navbar.scss */
.navbar-default .navbar-brand img {
  width: 175px;
}
@media (min-width: 1400px) {
  /* line 73, ../sass/_navbar.scss */
  .navbar-default .navbar-brand img {
    width: 200px;
  }
}

/* line 79, ../sass/_navbar.scss */
.navbar {
  width: 100%;
  background: #fff;
  height: 75px;
}
/* line 84, ../sass/_navbar.scss */
.navbar.navbar-default {
  border-bottom: 1px solid #CCCCCC;
}
/* line 88, ../sass/_navbar.scss */
.navbar .navbar-nav {
  float: right;
  margin-right: -15px;
}
/* line 92, ../sass/_navbar.scss */
.navbar .navbar-nav.secondary {
  margin-right: 200px;
}
/* line 97, ../sass/_navbar.scss */
.navbar .navbar-nav > li {
  /* Needed to allow full-width dropdown menus */
  position: static !important;
}
/* line 101, ../sass/_navbar.scss */
.navbar .navbar-nav > li a {
  padding: 10px 0px;
  min-width: 105px;
  display: block;
}
/* line 107, ../sass/_navbar.scss */
.navbar .navbar-nav > li hr {
  margin-top: 1px;
  margin-bottom: 1px;
}
/* line 112, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu {
  padding: 0 0 59px;
  width: 100%;
  background: #E7E8E9;
  border: none;
  box-shadow: none;
}
/* line 120, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container {
  padding: 0px;
  width: 100%;
}
/* line 124, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu {
  padding: 0;
}
/* line 127, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row {
  margin: 0;
  display: table;
  width: 100%;
}
/* line 132, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section {
  background: #E7E8E9;
}
/* line 16, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation.sub-menu-show {
  background: #3D9CC8;
}
/* line 19, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation.sub-menu-show a {
  color: #FFFFFF;
}
/* line 24, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation a.updated::before {
  background-color: #4db8dc;
}
/* line 28, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation ul.dropdown-sub-menu {
  background: linear-gradient(to bottom right, #3d9cc8, #2c6d8c);
}
@media (max-width: 890px) {
  /* line 137, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation {
    background: #3D9CC8;
  }
  /* line 36, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation a {
    color: #FFFFFF;
  }
  /* line 40, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-transportation ul.dropdown-sub-menu {
    background: linear-gradient(to bottom, #3d9cc8, #2c6d8c);
  }
}
/* line 16, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse.sub-menu-show {
  background: #EC7429;
}
/* line 19, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse.sub-menu-show a {
  color: #FFFFFF;
}
/* line 24, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse a.updated::before {
  background-color: #f59f7c;
}
/* line 28, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse ul.dropdown-sub-menu {
  background: linear-gradient(to bottom right, #ec7429, #843f1d);
}
@media (max-width: 890px) {
  /* line 141, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse {
    background: #EC7429;
  }
  /* line 36, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse a {
    color: #FFFFFF;
  }
  /* line 40, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-landuse ul.dropdown-sub-menu {
    background: linear-gradient(to bottom, #ec7429, #843f1d);
  }
}
/* line 16, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy.sub-menu-show {
  background: #8c3a83;
}
/* line 19, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy.sub-menu-show a {
  color: #FFFFFF;
}
/* line 24, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy a.updated::before {
  background-color: #887aaf;
}
/* line 28, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy ul.dropdown-sub-menu {
  background: linear-gradient(to bottom right, #8c3a83, #682b61);
}
@media (max-width: 890px) {
  /* line 145, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy {
    background: #8c3a83;
  }
  /* line 36, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy a {
    color: #FFFFFF;
  }
  /* line 40, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-economy ul.dropdown-sub-menu {
    background: linear-gradient(to bottom, #8c3a83, #682b61);
  }
}
/* line 16, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment.sub-menu-show {
  background: #62A60A;
}
/* line 19, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment.sub-menu-show a {
  color: #FFFFFF;
}
/* line 24, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment a.updated::before {
  background-color: #79bf5c;
}
/* line 28, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment ul.dropdown-sub-menu {
  background: linear-gradient(to bottom right, #62a60a, #4e8508);
}
@media (max-width: 890px) {
  /* line 149, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment {
    background: #62A60A;
  }
  /* line 36, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment a {
    color: #FFFFFF;
  }
  /* line 40, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-environment ul.dropdown-sub-menu {
    background: linear-gradient(to bottom, #62a60a, #4e8508);
  }
}
/* line 16, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity.sub-menu-show {
  background: #69A6A2;
}
/* line 19, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity.sub-menu-show a {
  color: #FFFFFF;
}
/* line 24, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity a.updated::before {
  background-color: #7ABFC9;
}
/* line 28, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity ul.dropdown-sub-menu {
  background: linear-gradient(to bottom right, #69a6a2, #417d80);
}
@media (max-width: 890px) {
  /* line 153, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity {
    background: #69A6A2;
  }
  /* line 36, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity a {
    color: #FFFFFF;
  }
  /* line 40, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section#child-menu-menu-equity ul.dropdown-sub-menu {
    background: linear-gradient(to bottom, #69a6a2, #417d80);
  }
}
/* line 157, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section .dropdown-sub-menu {
  padding-left: 0;
  display: none;
}
/* line 166, ../sass/_navbar.scss */
.navbar .navbar-nav > li .dropdown-menu > li > a {
  padding: .1em;
}
/* line 171, ../sass/_navbar.scss */
.navbar .navbar-nav > li span.nolink {
  color: #CCCCCC;
}

/* line 177, ../sass/_navbar.scss */
#eyebrow {
  position: fixed !important;
  top: 0px;
  z-index: 2000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 185, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .sub-menu-show.menu-measure-section ul.dropdown-sub-menu li a.updated::before {
    margin-top: -5px;
  }
}
/*Break point for responsive menu */
@media (max-width: 890px) {
  /* line 194, ../sass/_navbar.scss */
  #eyebrow {
    position: static;
    display: none;
  }

  /* line 200, ../sass/_navbar.scss */
  .navbar-default .navbar-brand {
    float: left;
    padding: 20px 15px;
  }
  /* line 204, ../sass/_navbar.scss */
  .navbar-default .navbar-brand img {
    width: 140px;
  }

  /* line 208, ../sass/_navbar.scss */
  .navbar-header,
  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  /* line 213, ../sass/_navbar.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 216, ../sass/_navbar.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 220, ../sass/_navbar.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 226, ../sass/_navbar.scss */
  button.navbar-toggle {
    float: right;
    margin: 21px 0 0 15px;
  }

  /* line 232, ../sass/_navbar.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 235, ../sass/_navbar.scss */
  .collapse.in {
    display: block !important;
    overflow-y: visible;
    overflow-x: hidden;
    max-height: 90vh;
    max-height: calc(100vh - 50px);
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }

  /* line 247, ../sass/_navbar.scss */
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0 7.5px 0;
    padding: 20px;
    background: #E7E8E9;
    color: #4F4F4F;
    font-size: 14pt;
  }
  /* line 255, ../sass/_navbar.scss */
  .navbar-nav li {
    float: none;
  }
  /* line 260, ../sass/_navbar.scss */
  .navbar-nav #sub-menu-hamburger {
    display: block;
  }
  /* line 263, ../sass/_navbar.scss */
  .navbar-nav #hamburger {
    display: none;
  }
  /* line 267, ../sass/_navbar.scss */
  .navbar-nav a,
  .navbar-nav a#menu-measures,
  .navbar-nav a#hamburger {
    font-size: 14pt;
    color: #4F4F4F;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  /* line 275, ../sass/_navbar.scss */
  .navbar-nav .menu-measure-section a.main-menu {
    padding-left: 15px;
  }
  /* line 279, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  /* line 290, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container {
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  /* line 297, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu {
    padding: 0px;
  }
  /* line 300, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu .menu-measure-section,
  .navbar-nav .dropdown-menu .container .big-menu .menu-burger-section {
    display: block;
    padding: 0;
    width: auto;
  }
  /* line 307, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu .menu-measure-section .dropdown-sub-menu,
  .navbar-nav .dropdown-menu .container .big-menu .menu-burger-section .dropdown-sub-menu {
    display: none;
    padding: 0px 10px 1px 10px !important;
  }
  /* line 313, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu .menu-measure-section.sub-menu-show ul.dropdown-sub-menu,
  .navbar-nav .dropdown-menu .container .big-menu .menu-burger-section.sub-menu-show ul.dropdown-sub-menu {
    display: block !important;
  }
  /* line 316, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li a,
  .navbar-nav .dropdown-menu .container .big-menu .menu-burger-section.sub-menu-show ul.dropdown-sub-menu li a {
    margin: 2px 0px 0px 19px;
    color: #4F4F4F;
    font-size: 14pt;
  }
  /* line 322, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li a.updated::before,
  .navbar-nav .dropdown-menu .container .big-menu .menu-burger-section.sub-menu-show ul.dropdown-sub-menu li a.updated::before {
    content: 'NEW';
    font-weight: bold;
    font-size: 8pt;
    margin-left: -28px;
    margin-top: 5px;
    position: absolute;
  }
  /* line 331, ../sass/_navbar.scss */
  .navbar-nav .dropdown-menu .container .big-menu .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li a.video-icon,
  .navbar-nav .dropdown-menu .container .big-menu .menu-burger-section.sub-menu-show ul.dropdown-sub-menu li a.video-icon {
    display: inline-block;
    padding: 10px 0px 10px 30px;
    background: transparent url(../images/icon_video.png) no-repeat left center;
    background-size: 25px auto;
  }

  /* line 344, ../sass/_navbar.scss */
  .field-collection-item-field-chart .field-name-field-title .field-item {
    font-size: 1.8em !important;
  }
}
@media (min-width: 891px) {
  /* line 350, ../sass/_navbar.scss */
  header.navbar-fixed-top {
    /* Leave room for the MTC eyebrow */
    top: 28px;
  }

  /* Styles for the various sections */
  /* line 356, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .main-menu {
    display: inline-block;
    text-align: left;
    font-size: 1em;
    padding-top: 50px;
    min-width: 60px;
    width: 90px;
    padding-left: 0;
    padding-right: 0;
    color: #4F4F4F;
    background-position: center 9px;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-background-size: 60px;
    -o-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
  }
  /* line 372, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .main-menu:hover, .navbar .navbar-nav > li .main-menu.hover {
    -moz-background-size: 60px;
    -o-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    text-decoration: none;
    background: none;
  }
  /* line 378, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .main-menu.equity, .navbar .navbar-nav > li .main-menu.transportation, .navbar .navbar-nav > li .main-menu.landuse, .navbar .navbar-nav > li .main-menu.environment, .navbar .navbar-nav > li .main-menu.economy {
    padding-top: 0;
    padding-left: 0;
    cursor: default;
    width: auto;
  }

  /* line 390, ../sass/_navbar.scss */
  #sub-menu-menu-measures {
    height: 400px;
  }

  /* line 394, ../sass/_navbar.scss */
  #sub-menu-hamburger,
  .sub-menu-hamburger {
    width: 214px;
    overflow-x: hidden;
    position: absolute;
    left: calc(100% - 214px);
    padding-top: 27px;
    padding-bottom: 20px;
    background: #E7E8E9;
    z-index: 900;
  }
  /* line 406, ../sass/_navbar.scss */
  #sub-menu-hamburger .container,
  .sub-menu-hamburger .container {
    background: transparent;
    border: none;
  }
  /* line 410, ../sass/_navbar.scss */
  #sub-menu-hamburger .container .menu-burger-section,
  .sub-menu-hamburger .container .menu-burger-section {
    padding: 8px 0 8px 30px;
    font-size: 14pt;
    background: transparent;
  }
  /* line 415, ../sass/_navbar.scss */
  #sub-menu-hamburger .container .menu-burger-section a,
  .sub-menu-hamburger .container .menu-burger-section a {
    width: 100%;
    padding: 0 0 0 14px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 21pt;
  }
  /* line 423, ../sass/_navbar.scss */
  #sub-menu-hamburger .container .menu-burger-section:hover,
  .sub-menu-hamburger .container .menu-burger-section:hover {
    background: #FFFFFF;
  }

  /* line 431, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section a.main-menu {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16pt;
    padding-left: 43px;
    padding: 13px 20px 12px 64px;
    width: 100%;
    text-decoration: none;
  }
  /* line 442, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu {
    position: absolute;
    top: 0px;
    left: 335px;
    height: 400px;
    width: calc(100% - 335px);
    padding: 9px 0 9px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 467, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li {
    margin-left: 70px;
    width: 250px;
  }
  /* line 471, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li a {
    margin: 2px 0px 0px 0px;
    color: #FFFFFF;
    display: inherit;
    font-size: 14pt;
  }
  /* line 477, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li a.updated::before {
    content: 'NEW';
    font-weight: bold;
    font-size: 16pt;
    padding: 3px 4px;
    border-radius: 3px;
    width: 68px;
    text-align: center;
    margin: 5px 15px 0 -70px;
  }
  /* line 488, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li a.video-icon {
    display: inline-block;
    padding: 10px 0px 10px 30px;
    background: transparent url(../images/icon_video.png) no-repeat left center;
    background-size: 25px auto;
  }

  /* line 500, ../sass/_navbar.scss */
  .navbar .navbar-nav > li a.main-menu.measures {
    background-image: url("../images/icon_glass_graph-white.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-color: #48c4db;
    background-size: 32px;
    text-align: center;
    color: #FFFFFF;
    width: 150px;
    height: 75px;
    box-shadow: 1px 2px 4px #4F4F4F;
    z-index: 1000;
  }
  /* line 507, ../sass/_navbar.scss */
  .navbar .navbar-nav > li a.main-menu.measures:hover {
    background-size: 38px !important;
  }

  /* line 513, ../sass/_navbar.scss */
  .front .navbar .navbar-nav > li a.main-menu.measures {
    background-image: url("../images/icon_glass_graph-white.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-color: #48c4db;
    background-size: 50px;
    text-align: center;
    color: #FFFFFF;
    height: 105px;
    position: absolute;
    right: 115px;
    padding-top: 70px;
  }
  /* line 520, ../sass/_navbar.scss */
  .front .navbar .navbar-nav > li a.main-menu.measures:hover {
    background-size: 60px !important;
  }

  /* line 526, ../sass/_navbar.scss */
  .navbar .navbar-nav > li #hamburger {
    background-image: url("../images/icon_hamburger.png");
    background-repeat: no-repeat;
    background-position: center 22px;
    background-color: transparent;
    background-size: 22px;
    text-align: center;
    color: #4F4F4F;
    width: 115px;
    height: 75px;
  }
  /* line 531, ../sass/_navbar.scss */
  .navbar .navbar-nav > li #hamburger:hover {
    background-image: url("../images/icon_hamburger.png");
    background-repeat: no-repeat;
    background-position: center 22px;
    background-color: #E7E8E9;
    background-size: 22px;
    text-align: center;
    color: #4F4F4F;
  }

  /* line 538, ../sass/_navbar.scss */
  .navbar .navbar-nav > li.open #menu-measures {
    background-image: url("../images/icon_glass_graph-white.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-color: #2C6D8C;
    background-size: 48px;
    text-align: center;
    color: transparent;
  }
  /* line 541, ../sass/_navbar.scss */
  .navbar .navbar-nav > li.open #menu-measures:hover {
    background-size: 60px !important;
  }
  /* line 546, ../sass/_navbar.scss */
  .navbar .navbar-nav > li.open #hamburger {
    background-image: url("../images/icon_hamburger.png");
    background-repeat: no-repeat;
    background-position: center 22px;
    background-color: #E7E8E9;
    background-size: 22px;
    text-align: center;
    color: #4F4F4F;
  }
}
@media (min-width: 1600px) {
  /* line 554, ../sass/_navbar.scss */
  #sub-menu-menu-measures {
    height: 280px;
  }

  /* line 558, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu {
    height: 280px;
  }
  /* line 565, ../sass/_navbar.scss */
  .navbar .navbar-nav > li .dropdown-menu .container .big-menu .row .menu-measure-section.sub-menu-show ul.dropdown-sub-menu li {
    width: 300px;
  }
}
/* line 1, ../sass/_footer.scss */
.footer {
  line-height: 2em;
  background: #eee;
  width: 100%;
}
@media (max-width: 540px) {
  /* line 7, ../sass/_footer.scss */
  .footer { padding-bottom: 80px; }
  .footer .col-xs-8,
  .footer .col-xs-4 {
    width: 100% !important;
  }
}
/* line 13, ../sass/_footer.scss */
.footer .logo {
  display: inline-block;
  margin: 0 5px;
  background: no-repeat 20px 0px;
  -moz-background-size: 60px;
  -o-background-size: 60px;
  -webkit-background-size: 60px;
  background-size: 60px;
  line-height: 1.1em;
  padding-left: 88px;
  padding-top: 2px;
}
/* line 22, ../sass/_footer.scss */
.footer .logo span {
  font-size: 0.9em;
}
@media (max-width: 1600px) {
  /* line 13, ../sass/_footer.scss */
  .footer .logo {
    -moz-background-size: 40px;
    -o-background-size: 40px;
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: center left;
    line-height: .9em;
    padding-left: 50px;
  }
  /* line 31, ../sass/_footer.scss */
  .footer .logo span {
    font-size: 0.8em;
  }
}
@media (max-width: 1200px) {
  /* line 13, ../sass/_footer.scss */
  .footer .logo {
    -moz-background-size: 40px;
    -o-background-size: 40px;
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: top left;
    line-height: .9em;
    padding-left: 50px;
    min-width: 40px;
    min-height: 40px;
  }
  /* line 45, ../sass/_footer.scss */
  .footer .logo span {
    display: none;
  }
}
/* line 51, ../sass/_footer.scss */
.footer a {
  color: #4F4F4F;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  /* line 51, ../sass/_footer.scss */
  .footer a {
    font-size: .9em;
    line-height: 1em;
  }
}
/* line 59, ../sass/_footer.scss */
.footer .mtc-logo {
  background-image: url("../images/logo_mtc.png");
}
/* line 62, ../sass/_footer.scss */
.footer .abag-logo {
  background-image: url("../images/abag_logo.png");
}
/* line 65, ../sass/_footer.scss */
.footer .bcdc-logo {
  background-image: url("../images/bcdc_logo.png");
}
/* line 68, ../sass/_footer.scss */
.footer .baaqmd-logo {
  background-image: url("../images/baaqmd_logo.png");
}
/* line 71, ../sass/_footer.scss */
.footer .barc-logo {
  background-image: url("../images/barc_logo.png");
}
/* line 74, ../sass/_footer.scss */
.footer .data-center {
  background: url("../images/icon_datacenter.png") no-repeat;
  background-position: center top;
  -moz-background-size: 60px;
  -o-background-size: 60px;
  -webkit-background-size: 60px;
  background-size: 60px;
  line-height: 130px;
  font-size: 1.25em;
  margin-bottom: -2em;
  position: relative;
  display: block;
  padding: 10px 0px 0px 0px;
  color: #4F4F4F;
}
@media (max-width: 767px) {
  /* line 74, ../sass/_footer.scss */
  .footer .data-center {
    background-position: center top;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    -webkit-background-size: 40px;
    background-size: 40px;
    line-height: 80px;
    font-size: .9em;
  }
}
@media (min-width: 768px) {
  /* line 74, ../sass/_footer.scss */
  .footer .data-center {
    background-position: center top;
  }
}
@media (min-width: 850px) {
  /* line 74, ../sass/_footer.scss */
  .footer .data-center {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  /* line 74, ../sass/_footer.scss */
  .footer .data-center {
    background-position: center top;
  }
}
/* line 101, ../sass/_footer.scss */
.footer .right-align {
  text-align: right;
}
/* line 104, ../sass/_footer.scss */
.footer section#block-gtranslate-gtranslate {
  margin-top: 5px;
}
/* line 110, ../sass/_footer.scss */
.footer .about {
  margin-top: 1em;
}

/* Red is the same as orange for the purpose of these variables */
/* Federal Targets */
/* line 13, ../sass/_front.scss */
.home {
  text-align: center;
}
/* line 16, ../sass/_front.scss */
.home h2 {
  font-size: 3.25em;
  font-weight: bold;
  margin-top: 0;
}

/* line 24, ../sass/_front.scss */
.front .main-container {
  margin-top: -17px;
}
/* line 28, ../sass/_front.scss */
.front .footer {
  margin-top: 0;
}

/* line 33, ../sass/_front.scss */
.image-credits {
  text-align: left;
  font-size: 12px;
  color: #90959D;
  margin: 20px 25px 10px;
  overflow-x: hidden;
}

/*
    Disable some extra margin on sections to make the header full-width.
    This is fragile, but there doesn't seem to be a clean way to give it a class.
*/
/* line 45, ../sass/_front.scss */
.front section:first-of-type {
  padding-left: 0;
  padding-right: 0;
}

/* line 51, ../sass/_front.scss */
.carousel-container .carousel-title {
  padding: 22px 40px;
  position: absolute;
  font-size: 31pt;
  color: #000;
  /* text-shadow: -3px 3px 2px #555; */
  width: 60%;
  background: rgba(255, 255, 255, 0.8);
}
/* line 61, ../sass/_front.scss */
.carousel-container .carousel-image {
  height: 380px;
}
/* line 67, ../sass/_front.scss */
.carousel-container .factoid-blurb {
  font-size: 14pt;
  color: #FFFFFF;
  background: #6B7078;
  padding: 14px 45px;
}
@media (max-width: 850px) {
  /* line 76, ../sass/_front.scss */
  .carousel-container .carousel-title {
    width: auto;
    margin: 53px 10px;
    max-height: 177px;
    overflow: hidden;
    font-size: 30px;
  }
  /* line 81, ../sass/_front.scss */
  .carousel-container .carousel-image {
    min-height: 150px;
    max-height: 250px;
  }
  /* line 87, ../sass/_front.scss */
  .carousel-container .carousel-factoid {
    width: 100%;
  }
}

/* line 93, ../sass/_front.scss */
.section-bottom {
  padding-top: 1.25em;
  padding-bottom: 5.5em;
}
/* line 96, ../sass/_front.scss */
.section-bottom h2 {
  margin-bottom: .25em;
}
/* line 99, ../sass/_front.scss */
.section-bottom p {
  margin-bottom: 1.25em;
}
/* line 102, ../sass/_front.scss */
.section-bottom .jumpto {
  font-style: italic;
  font-size: 1.25em;
  display: inline;
}
/* line 107, ../sass/_front.scss */
.section-bottom a {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
}

/* line 114, ../sass/_front.scss */
.divider {
  background: #6b7078;
  height: 6px;
  width: 100%;
  margin-bottom: 6em;
}

/* line 121, ../sass/_front.scss */
.see-all-indicators {
  font-weight: bold;
  text-align: center;
  font-size: 14pt;
  margin: 10px 0 30px 0;
}
/* line 128, ../sass/_front.scss */
.see-all-indicators a {
  color: #000;
}

/* Dashboard */
/* line 134, ../sass/_front.scss */
.dashboard {
  margin-top: 35px;
}
/* line 137, ../sass/_front.scss */
.dashboard h1,
.dashboard h2,
.dashboard h3 {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
/* line 145, ../sass/_front.scss */
.dashboard h1 {
  font-size: 2.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 151, ../sass/_front.scss */
.dashboard h2 {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 157, ../sass/_front.scss */
.dashboard .dashboard-item {
  margin-bottom: 30px;
}
/* line 160, ../sass/_front.scss */
.dashboard .dashboard-item .dashboard-heading {
  height: 37px;
  line-height: 37px;
  text-align: center;
}
/* line 165, ../sass/_front.scss */
.dashboard .dashboard-item .dashboard-heading h3 {
  font-size: 18px;
  line-height: 1.2em;
  cursor: pointer;
  margin-top: 2px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
}
/* line 180, ../sass/_front.scss */
.dashboard .data {
  overflow: hidden;
}
/* line 184, ../sass/_front.scss */
.dashboard .chart {
  width: 100%;
  height: 330px;
  min-height: 330px;
  display: inline-block;
  border: 4px solid #E7E8E9;
  margin: 7px 0 5px;
}
/* line 192, ../sass/_front.scss */
.dashboard .chart .highcharts-legend {
  width: 100px;
}
/* line 197, ../sass/_front.scss */
.dashboard .trend {
  text-align: center;
  padding-left: 0;
}
/* line 201, ../sass/_front.scss */
.dashboard .trend .year {
  font-size: 10pt;
  color: #6B7078;
  position: relative;
  top: -6px;
  left: -6px;
}
/* line 209, ../sass/_front.scss */
.dashboard .trend .arrow {
  font-size: 26pt;
  line-height: 1em;
  font-weight: normal;
  margin-right: 5px;
}
/* line 216, ../sass/_front.scss */
.dashboard .trend .stat {
  display: initial;
  font-size: 17pt;
  line-height: 0.9em;
  font-weight: bold;
  top: -4px;
  position: relative;
}
/* line 227, ../sass/_front.scss */
.dashboard .bottom-line {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  margin-top: 2px;
}
@media (max-width: 850px) {
  /* line 237, ../sass/_front.scss */
  .dashboard .chart {
    height: 300px;
    min-height: 300px;
  }
  /* line 242, ../sass/_front.scss */
  .dashboard .col-sm-9 {
    overflow: auto;
  }
  /* line 246, ../sass/_front.scss */
  .dashboard .chart {
    height: 250px;
    min-height: 250px;
  }
  /* line 251, ../sass/_front.scss */
  .dashboard .caption {
    padding: 0px 20px;
  }
}
/* line 256, ../sass/_front.scss */
.dashboard .button {
  display: block;
  color: #fff;
  text-align: center;
  background: #62a60a;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
/* line 266, ../sass/_front.scss */
.dashboard div h3 a .fa-chevron-right {
  font-size: 12px;
}
/* line 274, ../sass/_front.scss */
.dashboard .environment h2,
.dashboard .environment h3,
.dashboard .environment h3 a,
.dashboard .environment .trend {
  color: #62A60A;
}
/* line 281, ../sass/_front.scss */
.dashboard .environment .button {
  background: #62A60A;
}
/* line 274, ../sass/_front.scss */
.dashboard .economy h2,
.dashboard .economy h3,
.dashboard .economy h3 a,
.dashboard .economy .trend {
  color: #8c3a83;
}
/* line 281, ../sass/_front.scss */
.dashboard .economy .button {
  background: #8c3a83;
}
/* line 274, ../sass/_front.scss */
.dashboard .transportation h2,
.dashboard .transportation h3,
.dashboard .transportation h3 a,
.dashboard .transportation .trend {
  color: #3D9CC8;
}
/* line 281, ../sass/_front.scss */
.dashboard .transportation .button {
  background: #3D9CC8;
}
/* line 274, ../sass/_front.scss */
.dashboard .land-and-people h2,
.dashboard .land-and-people h3,
.dashboard .land-and-people h3 a,
.dashboard .land-and-people .trend {
  color: #EC7429;
}
/* line 281, ../sass/_front.scss */
.dashboard .land-and-people .button {
  background: #EC7429;
}
/* line 274, ../sass/_front.scss */
.dashboard .equity h2,
.dashboard .equity h3,
.dashboard .equity h3 a,
.dashboard .equity .trend {
  color: #69A6A2;
}
/* line 281, ../sass/_front.scss */
.dashboard .equity .button {
  background: #69A6A2;
}

/* Measures Page */
/* line 290, ../sass/_front.scss */
.field-name-field-technical-title p {
  font-size: 2.25em;
  font-weight: bold;
}

/* line 297, ../sass/_front.scss */
.field-type-text-with-summary p {
  font-size: 1.25em;
  font-weight: bold;
}

@media (min-width: 850px) {
  /* line 305, ../sass/_front.scss */
  body.front {
    padding-top: 38px !important;
  }
}
/* line 12, ../sass/_measures.scss */
.read-introduction,
.readmore {
  font-weight: 300;
  font-size: 1em;
  font-style: italic;
}

/* line 19, ../sass/_measures.scss */
.read-introduction {
  font-size: 1.5em;
}

/* line 23, ../sass/_measures.scss */
h3.chart-title {
  text-align: center;
  font-size: 1.5em;
}

/* line 28, ../sass/_measures.scss */
.zoom-in-prompt {
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
}
/* line 34, ../sass/_measures.scss */
.zoom-in-prompt div {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}

/* line 44, ../sass/_measures.scss */
.more-text {
  padding-bottom: 1em;
}

/* line 49, ../sass/_measures.scss */
.field-name-field-header img {
  width: 100%;
}

/* line 54, ../sass/_measures.scss */
.chart-title {
  text-align: center;
  font-size: 1.3em;
}

/* line 60, ../sass/_measures.scss */
.field-name-field-definition {
  display: none;
}

/* sticky subheader */
/* line 65, ../sass/_measures.scss */
#subheader {
  border-top: 1px #fff solid;
  background-color: #3D9CC8;
  font-size: 1em;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #fff;
  height: 50px;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 2em;
  /* Current Status */
}
/* line 76, ../sass/_measures.scss */
#subheader.sticky {
  width: calc(100% - 30px);
  top: 103px;
}
/* line 81, ../sass/_measures.scss */
#subheader .container-fluid {
  background-color: inherit;
}
/* line 85, ../sass/_measures.scss */
#subheader a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #fff;
  padding-left: 5px;
}
/* line 90, ../sass/_measures.scss */
#subheader a:hover {
  background: #3D9CC8;
}
/* line 95, ../sass/_measures.scss */
#subheader li > a {
  padding-left: 20px;
}
/* line 100, ../sass/_measures.scss */
#subheader .current-status {
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 105, ../sass/_measures.scss */
#subheader .current-status a.update-plan {
  cursor: pointer;
}
/* line 109, ../sass/_measures.scss */
#subheader .current-status a.update-plan:hover {
  text-decoration: none;
}
/* line 114, ../sass/_measures.scss */
#subheader .current-status > .nav > li > span {
  display: block;
  margin: -4px 28px 0 0;
  min-width: 0;
}
/* line 120, ../sass/_measures.scss */
#subheader .sublinks .view-content .views-row {
  display: block;
  float: left;
  padding-right: 1em;
}
/* line 125, ../sass/_measures.scss */
#subheader .navbar-nav {
  float: left;
}

/* line 130, ../sass/_measures.scss */
div.popover {
  max-width: 500px;
}

/* ShareThis */
/* line 135, ../sass/_measures.scss */
.st_sharethis_custom {
  background: url("../images/sharethis.png") no-repeat scroll left top transparent;
  background-size: 100px 22px;
  padding: 10px 50px 0px 55px;
}

/* line 141, ../sass/_measures.scss */
.share-this {
  margin-top: 2px;
}
/* line 144, ../sass/_measures.scss */
.share-this .navbar-right {
  padding-top: 13px;
  padding-left: 5px;
}
/* line 148, ../sass/_measures.scss */
.share-this .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

/* line 153, ../sass/_measures.scss */
body.node-type-measure .field-collection-view .sharethis-wrapper {
  margin-top: 15px;
}

@media (max-width: 767px) {
  /* line 159, ../sass/_measures.scss */
  #subheader.sticky {
    top: 50px;
  }
}
@media (min-width: 768px) {
  /* line 166, ../sass/_measures.scss */
  #subheader.sticky {
    top: 50px;
  }
}
@media (min-width: 891px) {
  /* line 173, ../sass/_measures.scss */
  #subheader.sticky {
    top: 110px;
  }
}
@media (min-width: 1200px) {
  /* line 180, ../sass/_measures.scss */
  #subheader.sticky {
    top: 110px;
  }
}
/* line 186, ../sass/_measures.scss */
.measure-subheader .navbar {
  background: #3D9CC8;
  border: none;
  height: 3.1em;
  border-radius: 0;
  box-shadow: 0 4px 3px -3px #58585b;
  -moz-box-shadow: 0 4px 3px -3px #58585b;
  -webkit-box-shadow: 0 4px 3px -3px #58585b;
  z-index: 1000;
}
/* line 195, ../sass/_measures.scss */
.measure-subheader .navbar .navbar-nav {
  background: #3D9CC8;
}
/* line 198, ../sass/_measures.scss */
.measure-subheader .navbar .navbar-collapse {
  overflow-y: hidden;
}
/* line 202, ../sass/_measures.scss */
.measure-subheader .navbar .navbar-toggle {
  background: #fff;
  margin-right: 1.5em;
  margin-top: 0em;
}
/* line 207, ../sass/_measures.scss */
.measure-subheader .navbar .navbar-nav > li > a {
  padding-top: .6em;
}
/* line 210, ../sass/_measures.scss */
.measure-subheader .navbar .field-name-field-technical-title {
  padding-top: .6em;
  padding-right: .5em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 218, ../sass/_measures.scss */
.measure-subheader .navbar a:hover {
  text-decoration: underline;
}

/* title section */
/* line 226, ../sass/_measures.scss */
.measure-header-background {
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 450px) {
  /* line 226, ../sass/_measures.scss */
  .measure-header-background {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  /* line 226, ../sass/_measures.scss */
  .measure-header-background {
    background-size: cover;
  }
}
@media (min-width: 850px) {
  /* line 226, ../sass/_measures.scss */
  .measure-header-background {
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  /* line 226, ../sass/_measures.scss */
  .measure-header-background {
    background-size: cover;
  }
}

/* line 249, ../sass/_measures.scss */
.field-name-field-question-or-text-title {
  color: #fff;
  border: none;
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0px 0px 20px #000;
  padding: 2em 1em;
}
@media (min-width: 450px) {
  /* line 249, ../sass/_measures.scss */
  .field-name-field-question-or-text-title {
    font-size: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) {
  /* line 249, ../sass/_measures.scss */
  .field-name-field-question-or-text-title {
    font-size: 2em;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }
}
@media (min-width: 850px) {
  /* line 249, ../sass/_measures.scss */
  .field-name-field-question-or-text-title {
    font-size: 2.25em;
    padding-top: 2.6em;
    padding-bottom: 2.6em;
  }
}
@media (min-width: 1200px) {
  /* line 249, ../sass/_measures.scss */
  .field-name-field-question-or-text-title {
    font-size: 2.75em;
    padding-top: 2.3em;
    padding-bottom: 2.3em;
  }
}

/* line 285, ../sass/_measures.scss */
.measure-title {
  background: #3D9CC8;
  color: #fff;
  padding-bottom: 3em;
}
/* line 290, ../sass/_measures.scss */
.measure-title .next-prev {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* line 295, ../sass/_measures.scss */
.measure-title a {
  color: #fff;
}
@media (max-width: 850px) {
  /* line 300, ../sass/_measures.scss */
  .measure-title .hide-tablet {
    display: none;
  }
}
/* line 305, ../sass/_measures.scss */
.measure-title .show-tablet-and-smaller {
  display: none;
}
@media (max-width: 850px) {
  /* line 310, ../sass/_measures.scss */
  .measure-title .show-tablet-and-smaller {
    display: block;
  }
}

/* line 316, ../sass/_measures.scss */
.custom-pager-top {
  font-size: 1.5em;
}

/* line 322, ../sass/_measures.scss */
.field-name-field-technical-title p {
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
  padding-top: .75em;
  padding-bottom: .1em;
}
/* line 329, ../sass/_measures.scss */
.field-name-field-technical-title .glyphicon {
  font-size: .4em;
  margin-left: .35em;
  vertical-align: top;
}
/* line 333, ../sass/_measures.scss */
.field-name-field-technical-title .glyphicon:hover {
  opacity: 0.6;
}

/* line 339, ../sass/_measures.scss */
.field-type-text-with-summary p {
  font-size: 1.3em;
  padding-top: .5em;
}

/* line 344, ../sass/_measures.scss */
.measures-icons {
  padding-top: .75em;
  width: 100px;
}

/* line 348, ../sass/_measures.scss */
.views-field-title {
  padding-top: .25em;
  font-size: 4em;
  font-weight: bold;
  line-height: 1em;
}

/* line 354, ../sass/_measures.scss */
.views-field-field-blurb {
  font-size: 1.3em;
  padding-top: .4em;
}

/* line 359, ../sass/_measures.scss */
.view-this-page {
  border-top: 1px solid white;
  padding-top: 1.1em;
}

@media (max-width: 767px) {
  /* line 364, ../sass/_measures.scss */
  .view-this-page {
    margin-top: 1.5em;
  }
}
@media (min-width: 768px) {
  /* line 369, ../sass/_measures.scss */
  .view-this-page {
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  /* line 374, ../sass/_measures.scss */
  .view-this-page {
    margin-top: 2.25em;
  }
}
/* Factoid Carousel */
/* line 380, ../sass/_measures.scss */
.view-factoid-carousel {
  height: 150px;
}

/* line 384, ../sass/_measures.scss */
.views-field-field-highlight {
  font-size: 5.5em;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 391, ../sass/_measures.scss */
  .views-field-field-highlight {
    font-size: 10vmin;
  }
}
/* Content Block */
/* line 410, ../sass/_measures.scss */
.field-collection-container {
  margin-top: 1.5em;
}

/* line 413, ../sass/_measures.scss */
.field-collection-view {
  margin: 0em;
}

/* line 416, ../sass/_measures.scss */
.field-type-text-with-summary {
  font-size: 1.3em;
  margin-bottom: 1.5em;
}

/* line 420, ../sass/_measures.scss */
.field-collection-item-field-chart {
  margin-top: 2.5em;
}
/* line 423, ../sass/_measures.scss */
.field-collection-item-field-chart .field-name-field-title .field-item {
  background: #3D9CC8;
  color: #fff;
  display: inline;
  font-size: 2em;
  font-weight: bold;
  padding: .3em .5em;
  margin-bottom: 3em;
}
/* line 433, ../sass/_measures.scss */
.field-collection-item-field-chart .field-name-field-chart-text {
  margin: 1.75em 0em 0em 0em;
}
/* line 435, ../sass/_measures.scss */
.field-collection-item-field-chart .field-name-field-chart-text p {
  font-size: 1.3em;
}

/* line 441, ../sass/_measures.scss */
.field-collection-container {
  border-bottom: none;
}

/* line 444, ../sass/_measures.scss */
.field-name-field-chart-code {
  margin-top: 0em;
}

/* line 448, ../sass/_measures.scss */
#chart-0 {
  position: absolute;
  margin: -8.5em;
}

/* line 452, ../sass/_measures.scss */
#chart-1 {
  position: absolute;
  margin: -8.5em;
}

/* line 456, ../sass/_measures.scss */
#chart-2 {
  position: absolute;
  margin: -8.5em;
}

/* Sources and Methodologies */
/* line 462, ../sass/_measures.scss */
.field-name-field-sources {
  border-top: 1px solid #6B7078;
  color: #4F4F4F;
  margin-top: 4em;
  padding-top: 1.25em;
}
/* line 467, ../sass/_measures.scss */
.field-name-field-sources .field-label {
  padding-bottom: 0em;
}
/* line 470, ../sass/_measures.scss */
.field-name-field-sources .field-item {
  padding-bottom: .1em;
}

/* line 474, ../sass/_measures.scss */
.field-name-field-methodologies {
  color: #4F4F4F;
  margin-top: 0em;
  padding-top: .5em;
}
/* line 478, ../sass/_measures.scss */
.field-name-field-methodologies .field-label {
  padding-bottom: .5em;
}
/* line 481, ../sass/_measures.scss */
.field-name-field-methodologies .field-item {
  padding-bottom: .3em;
}

/* line 486, ../sass/_measures.scss */
.btn-group-justified > .btn-fix {
  width: 31% !important;
}

/* Range indicator for highway map */
/* line 491, ../sass/_measures.scss */
.rank-gradient {
  width: 100%;
  height: 10px;
  background: #62a60a;
  background: -moz-linear-gradient(left, #62a60a 0%, #ebbc2f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #62a60a), color-stop(100%, #ebbc2f));
  background: -webkit-linear-gradient(left, #62a60a 0%, #ebbc2f 100%);
  background: -o-linear-gradient(left, #62a60a 0%, #ebbc2f 100%);
  background: -ms-linear-gradient(left, #62a60a 0%, #ebbc2f 100%);
  background: linear-gradient(to right, #62a60a 0%, #ebbc2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62a60a', endColorstr='#ebbc2f', GradientType=1 );
  position: relative;
}

/* line 505, ../sass/_measures.scss */
.rank-marker {
  height: 16px;
  width: 4px;
  background: #000;
  left: 30%;
  top: -3px;
  position: absolute;
}

/* line 514, ../sass/_measures.scss */
.overlay-chart ol {
  padding-left: 0;
  font-size: 12px;
  list-style-position: inside;
}

/* line 520, ../sass/_measures.scss */
.overlay-chart ol.broken-list {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-width: 140px;
  -moz-column-width: 140px;
  -webkit-column-width: 140px;
  height: 100px;
}

/* Red is the same as orange for the purpose of these variables */
/* Federal Targets */
/* line 3, ../sass/_datacenter.scss */
.view-data-center {
  padding-top: 2em;
  padding-left: 0;
  padding-right: 0;
}
/* line 6, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_1 .view-content {
  width: 83.333333333%;
  margin-left: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 12, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_1 .view-content .data-wrapper {
  width: 20%;
  max-width: 100%;
  margin-right: 0;
}
@media (max-width: 1199px) {
  /* line 20, ../sass/_datacenter.scss */
  .view-data-center.view-display-id-page_1 .view-content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  /* line 28, ../sass/_datacenter.scss */
  .view-data-center.view-display-id-page_1 .view-content .data-wrapper {
    width: 100%;
  }
}
/* line 40, ../sass/_datacenter.scss */
.view-data-center h1.page-header {
  margin-top: 8em;
}
/* line 44, ../sass/_datacenter.scss */
.view-data-center .field-content a, .view-data-center .field-content .datacenter-title {
  font-size: 20px;
  line-height: 0px;
}
/* line 48, ../sass/_datacenter.scss */
.view-data-center .field-content .readmore-datacenter {
  font-size: 1em;
}
/* line 53, ../sass/_datacenter.scss */
.view-data-center .views-field-field-year-of-publication .field-content {
  font-style: italic;
}
/* line 58, ../sass/_datacenter.scss */
.view-data-center .view-content {
  text-align: center;
  font-size: 0;
}
/* line 62, ../sass/_datacenter.scss */
.view-data-center .view-content:before, .view-data-center .view-content:after {
  content: " ";
  display: table;
}
/* line 67, ../sass/_datacenter.scss */
.view-data-center .view-content:after {
  clear: both;
}
/* line 72, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: #4F4F4F;
  text-decoration: none;
  margin-top: 15px;
}
/* line 80, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button i {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
/* line 87, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button:hover {
  color: #828282;
}
/* line 89, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button:hover i {
  color: #828282;
}
/* line 94, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Transportation:hover {
  color: #3D9CC8;
}
/* line 96, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Transportation:hover i {
  color: #3D9CC8;
}
/* line 101, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Land:hover {
  color: #EC7429;
}
/* line 103, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Land:hover i {
  color: #EC7429;
}
/* line 108, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Economy:hover {
  color: #8c3a83;
}
/* line 110, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Economy:hover i {
  color: #8c3a83;
}
/* line 115, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Environment:hover {
  color: #62A60A;
}
/* line 117, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Environment:hover i {
  color: #62A60A;
}
/* line 122, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Equity:hover {
  color: #69A6A2;
}
/* line 124, ../sass/_datacenter.scss */
.view-data-center .field-content .download-button.Equity:hover i {
  color: #69A6A2;
}
/* line 130, ../sass/_datacenter.scss */
.view-data-center h3 {
  font-weight: bold;
  font-size: 2em;
}
/* line 134, ../sass/_datacenter.scss */
.view-data-center .page-header {
  border-bottom: none;
  padding-left: .75em;
}
/* line 138, ../sass/_datacenter.scss */
.view-data-center .glyphicon {
  font-size: .3em;
  color: #4F4F4F;
}
/* line 141, ../sass/_datacenter.scss */
.view-data-center .glyphicon.glyphicon-download-alt {
  left: 0.88em;
  top: 1.72em;
  position: absolute;
}
/* line 147, ../sass/_datacenter.scss */
.view-data-center .jumbotron {
  background: #E7E8E9;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 149, ../sass/_datacenter.scss */
.view-data-center .jumbotron p {
  font-size: 1.75em;
  font-weight: 300;
  padding: 0em;
  margin-bottom: 1em;
}
/* line 153, ../sass/_datacenter.scss */
.view-data-center table td[class*=col-], .view-data-center table th[class*=col-] {
  padding-left: 40px;
}
/* line 157, ../sass/_datacenter.scss */
.view-data-center p {
  font-size: 1.1em;
  font-weight: 300;
  padding: 0em;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 165, ../sass/_datacenter.scss */
.view-data-center .transportation, .view-data-center .Transportation {
  color: #3D9CC8;
}
/* line 167, ../sass/_datacenter.scss */
.view-data-center .transportation a:hover, .view-data-center .Transportation a:hover {
  text-decoration: none;
  border-bottom: 2px solid #3D9CC8;
}
/* line 171, ../sass/_datacenter.scss */
.view-data-center .transportation a.socrata-back:hover, .view-data-center .Transportation a.socrata-back:hover {
  text-decoration: none;
  color: #3D9CC8;
  border: none;
}
/* line 176, ../sass/_datacenter.scss */
.view-data-center .transportation .views-field-field-4x4-id a:hover,
.view-data-center .transportation p a:hover, .view-data-center .Transportation .views-field-field-4x4-id a:hover,
.view-data-center .Transportation p a:hover {
  color: #3D9CC8;
  border: none;
  text-decoration: underline;
}
/* line 182, ../sass/_datacenter.scss */
.view-data-center .transportation .views-field-field-title, .view-data-center .Transportation .views-field-field-title {
  border-right: 2px solid #3D9CC8;
}
/* line 186, ../sass/_datacenter.scss */
.view-data-center .landuse, .view-data-center .Land-and-People {
  color: #EC7429;
}
/* line 188, ../sass/_datacenter.scss */
.view-data-center .landuse a:hover, .view-data-center .Land-and-People a:hover {
  text-decoration: none;
  border-bottom: 2px solid #EC7429;
}
/* line 192, ../sass/_datacenter.scss */
.view-data-center .landuse a.socrata-back:hover, .view-data-center .Land-and-People a.socrata-back:hover {
  text-decoration: none;
  color: #EC7429;
  border: none;
}
/* line 197, ../sass/_datacenter.scss */
.view-data-center .landuse .views-field-field-4x4-id a:hover, .view-data-center .Land-and-People .views-field-field-4x4-id a:hover {
  color: #EC7429;
  border: none;
  text-decoration: underline;
}
/* line 202, ../sass/_datacenter.scss */
.view-data-center .landuse .views-field-field-4x4-id a:hover,
.view-data-center .landuse p a:hover, .view-data-center .Land-and-People .views-field-field-4x4-id a:hover,
.view-data-center .Land-and-People p a:hover {
  color: #EC7429;
  border: none;
  text-decoration: underline;
}
/* line 208, ../sass/_datacenter.scss */
.view-data-center .landuse .views-field-field-title, .view-data-center .Land-and-People .views-field-field-title {
  border-right: 2px solid #EC7429;
}
/* line 212, ../sass/_datacenter.scss */
.view-data-center .environment, .view-data-center .Environment {
  color: #62A60A;
}
/* line 214, ../sass/_datacenter.scss */
.view-data-center .environment a:hover, .view-data-center .Environment a:hover {
  text-decoration: none;
  border-bottom: 2px solid #62A60A;
}
/* line 218, ../sass/_datacenter.scss */
.view-data-center .environment a.socrata-back:hover, .view-data-center .Environment a.socrata-back:hover {
  text-decoration: none;
  color: #62A60A;
  border: none;
}
/* line 223, ../sass/_datacenter.scss */
.view-data-center .environment .views-field-field-4x4-id a:hover,
.view-data-center .environment p a:hover, .view-data-center .Environment .views-field-field-4x4-id a:hover,
.view-data-center .Environment p a:hover {
  color: #62A60A;
  border: none;
  text-decoration: underline;
}
/* line 229, ../sass/_datacenter.scss */
.view-data-center .environment .views-field-field-title, .view-data-center .Environment .views-field-field-title {
  border-right: 2px solid #62A60A;
}
/* line 233, ../sass/_datacenter.scss */
.view-data-center .economy, .view-data-center .Economy {
  color: #8c3a83;
}
/* line 235, ../sass/_datacenter.scss */
.view-data-center .economy a:hover, .view-data-center .Economy a:hover {
  text-decoration: none;
  border-bottom: 2px solid #8c3a83;
}
/* line 239, ../sass/_datacenter.scss */
.view-data-center .economy a.socrata-back:hover, .view-data-center .Economy a.socrata-back:hover {
  text-decoration: none;
  color: #8c3a83;
  border: none;
}
/* line 244, ../sass/_datacenter.scss */
.view-data-center .economy .views-field-field-4x4-id a:hover,
.view-data-center .economy p a:hover, .view-data-center .Economy .views-field-field-4x4-id a:hover,
.view-data-center .Economy p a:hover {
  color: #8c3a83;
  border: none;
  text-decoration: underline;
}
/* line 250, ../sass/_datacenter.scss */
.view-data-center .economy .views-field-field-title, .view-data-center .Economy .views-field-field-title {
  border-right: 2px solid #8c3a83;
}
/* line 254, ../sass/_datacenter.scss */
.view-data-center .equity, .view-data-center .Equity {
  color: #69A6A2;
}
/* line 256, ../sass/_datacenter.scss */
.view-data-center .equity a:hover, .view-data-center .Equity a:hover {
  text-decoration: none;
  border-bottom: 2px solid #69A6A2;
}
/* line 260, ../sass/_datacenter.scss */
.view-data-center .equity a.socrata-back:hover, .view-data-center .Equity a.socrata-back:hover {
  text-decoration: none;
  color: #69A6A2;
  border: none;
}
/* line 265, ../sass/_datacenter.scss */
.view-data-center .equity .views-field-field-4x4-id a:hover,
.view-data-center .equity p a:hover, .view-data-center .Equity .views-field-field-4x4-id a:hover,
.view-data-center .Equity p a:hover {
  color: #69A6A2;
  border: none;
  text-decoration: underline;
}
/* line 271, ../sass/_datacenter.scss */
.view-data-center .equity .views-field-field-title, .view-data-center .Equity .views-field-field-title {
  border-right: 2px solid #69A6A2;
}
/* line 275, ../sass/_datacenter.scss */
.view-data-center .data-center-toggle {
  margin-top: 1em;
}
/* line 278, ../sass/_datacenter.scss */
.view-data-center .all-actions {
  margin-bottom: 1em;
}
/* line 281, ../sass/_datacenter.scss */
.view-data-center .anchor {
  position: absolute;
  margin: -13em;
}
/* line 285, ../sass/_datacenter.scss */
.view-data-center .data-center-controls {
  margin: 0em;
  background: #E7E8E9;
  width: 100%;
  box-shadow: 0 4px 3px -3px #58585b;
  -moz-box-shadow: 0 4px 3px -3px #58585b;
  -webkit-box-shadow: 0 4px 3px -3px #58585b;
}
/* line 293, ../sass/_datacenter.scss */
.view-data-center .data-wrapper {
  max-width: 320px;
  width: 25%;
  padding-right: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 303, ../sass/_datacenter.scss */
  .view-data-center .data-center-controls {
    padding: .75em 0em 0em 0em;
  }
  /* line 307, ../sass/_datacenter.scss */
  .view-data-center .views-field.views-field-field-title {
    width: 50%;
    display: inline-block;
    padding-right: 20px !important;
    font-size: 22px !important;
  }
  /* line 316, ../sass/_datacenter.scss */
  .view-data-center .views-field.views-field-field-4x4-id {
    width: 50%;
    display: inline-block;
    text-align: left;
  }
  /* line 322, ../sass/_datacenter.scss */
  .view-data-center .data-wrapper {
    width: auto;
    float: left;
  }
  /* line 328, ../sass/_datacenter.scss */
  .view-data-center .view-data-center.view-display-id-page_2 .data-wrapper {
    width: 100% !important;
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 335, ../sass/_datacenter.scss */
  .view-data-center .data-center-controls {
    padding: .75em 0em 0em 0em;
  }
}
@media (min-width: 850px) {
  /* line 340, ../sass/_datacenter.scss */
  .view-data-center .data-center-controls {
    padding: .75em 0em 0em 0em;
  }
}
@media (min-width: 1200px) {
  /* line 345, ../sass/_datacenter.scss */
  .view-data-center .data-center-controls {
    padding: 1.25em 0em .8em 0em;
  }
}
@media (min-width: 1800px) {
  /* line 350, ../sass/_datacenter.scss */
  .view-data-center .data-wrapper {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  /* line 356, ../sass/_datacenter.scss */
  .view-data-center .sticky {
    top: 50px;
  }
}
@media (min-width: 768px) {
  /* line 361, ../sass/_datacenter.scss */
  .view-data-center .sticky {
    top: 50px;
  }
}
@media (min-width: 850px) {
  /* line 366, ../sass/_datacenter.scss */
  .view-data-center .sticky {
    top: 106px;
  }
}
@media (min-width: 1200px) {
  /* line 371, ../sass/_datacenter.scss */
  .view-data-center .sticky {
    top: 106px;
  }
}

/* line 378, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .data-wrapper {
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 660px !important;
  text-align: center;
  min-height: 800px;
  padding-right: 0px;
}
/* line 387, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .category-heading {
  font-size: 23px;
}
/* line 390, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .datacenter-title {
  font-size: 33px;
}
/* line 393, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 a.socrata-back {
  text-decoration: none;
  color: black;
  font-size: 15px;
}
/* line 398, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-field-field-datasets {
  color: #636466;
  font-size: 29px;
}
/* line 401, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-field-field-datasets .view-socrata-field-collection-view,
.view-data-center.view-display-id-page_2 .views-field-field-datasets p {
  background: #eaebec;
  padding: 20px;
}
/* line 406, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-field-field-datasets p {
  width: 800px;
  margin-left: -130px;
}
/* line 410, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-field-field-datasets a {
  color: #636466;
  font-size: 18px;
}
/* line 415, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-field-field-title {
  color: #636466;
  font-size: 29px;
  text-align: right;
  padding-right: 40px;
  padding-bottom: 1em;
}
/* line 422, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-row-last .views-field-field-title {
  padding-bottom: 0px;
}
/* line 425, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .views-field-field-4x4-id {
  font-size: 18px;
}
/* line 428, ../sass/_datacenter.scss */
.view-data-center.view-display-id-page_2 .socrata_api, .view-data-center.view-display-id-page_2 .socrata_data {
  padding-top: 6px;
}

/* line 433, ../sass/_datacenter.scss */
.datacenter-title {
  line-height: 0.5em;
  padding: 0.25em 0 0.2em 0;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 20pt;
  line-height: 25pt;
}
/* line 441, ../sass/_datacenter.scss */
.datacenter-title a {
  color: #4F4F4F;
  font-weight: 500;
}

/* line 447, ../sass/_datacenter.scss */
.datacenter-description, .datacenter-other {
  margin-left: 1.8em;
}

/* line 452, ../sass/_datacenter.scss */
.field-content.datacenter-other .more-text {
  padding-top: 1em;
  padding-bottom: 0;
}
/* line 455, ../sass/_datacenter.scss */
.field-content.datacenter-other .more-text a {
  font-size: 1em;
}

/* line 461, ../sass/_datacenter.scss */
.category-heading {
  font-size: 27px;
  line-height: 31pt;
  font-weight: 500;
  clear: both;
  padding-top: 30px;
  width: 100%;
}
/* line 469, ../sass/_datacenter.scss */
.category-heading.Transportation {
  color: #3D9CC8;
}
/* line 473, ../sass/_datacenter.scss */
.category-heading.Land {
  color: #EC7429;
}
/* line 477, ../sass/_datacenter.scss */
.category-heading.Economy {
  color: #8c3a83;
}
/* line 481, ../sass/_datacenter.scss */
.category-heading.Environment {
  color: #62A60A;
}
/* line 485, ../sass/_datacenter.scss */
.category-heading.Equity {
  color: #69A6A2;
}

/* Red is the same as orange for the purpose of these variables */
/* Federal Targets */
/* line 3, ../sass/_newscenter.scss */
#node-160 header, #node-180 header, #news-center header {
  display: none;
}
/* line 7, ../sass/_newscenter.scss */
#node-160 .jumbotron, #node-180 .jumbotron, #news-center .jumbotron {
  background: #E7E8E9;
  padding-left: 0px;
}
/* line 11, ../sass/_newscenter.scss */
#node-160 .jumbotron p, #node-180 .jumbotron p, #news-center .jumbotron p {
  font-size: 1.50em;
  font-weight: 300;
  padding: 0em;
  margin-bottom: 1em;
  line-height: normal;
}
/* line 20, ../sass/_newscenter.scss */
#node-160 .news-center-subscribe, #node-180 .news-center-subscribe, #news-center .news-center-subscribe {
  margin-top: 30px;
  background: #e2ecf1 url("../images/feed.png") no-repeat 15px 20px;
  background-size: 20px 20px;
  padding: 15px 15px 15px 45px;
}
/* line 26, ../sass/_newscenter.scss */
#node-160 .news-center-subscribe a, #node-180 .news-center-subscribe a, #news-center .news-center-subscribe a {
  font-weight: bold;
}
/* line 31, ../sass/_newscenter.scss */
#node-160 .f_1, #node-160 .f_2, #node-180 .f_1, #node-180 .f_2, #news-center .f_1, #news-center .f_2 {
  /* Create "very small" columns for widths below bootstrap's "small" that
  /* still support a stack-below-breakpoint behavior. This allows a more
  /* appropriate breakpoint between horizontal and stacked headers. */
}
@media (min-width: 560px) and (max-width: 767px) {
  /* line 36, ../sass/_newscenter.scss */
  #node-160 .f_1 .col-vs-2, #node-160 .f_2 .col-vs-2, #node-180 .f_1 .col-vs-2, #node-180 .f_2 .col-vs-2, #news-center .f_1 .col-vs-2, #news-center .f_2 .col-vs-2 {
    width: 16.66667%;
    float: left;
  }
  /* line 40, ../sass/_newscenter.scss */
  #node-160 .f_1 .col-vs-3, #node-160 .f_2 .col-vs-3, #node-180 .f_1 .col-vs-3, #node-180 .f_2 .col-vs-3, #news-center .f_1 .col-vs-3, #news-center .f_2 .col-vs-3 {
    width: 25%;
    float: left;
  }
  /* line 44, ../sass/_newscenter.scss */
  #node-160 .f_1 .col-vs-7, #node-160 .f_2 .col-vs-7, #node-180 .f_1 .col-vs-7, #node-180 .f_2 .col-vs-7, #news-center .f_1 .col-vs-7, #news-center .f_2 .col-vs-7 {
    width: 58.33333%;
    float: left;
  }
  /* line 48, ../sass/_newscenter.scss */
  #node-160 .f_1 .col-vs-8, #node-160 .f_2 .col-vs-8, #node-180 .f_1 .col-vs-8, #node-180 .f_2 .col-vs-8, #news-center .f_1 .col-vs-8, #news-center .f_2 .col-vs-8 {
    width: 66.66667%;
    float: left;
  }
  /* line 52, ../sass/_newscenter.scss */
  #node-160 .f_1 .col-vs-12, #node-160 .f_2 .col-vs-12, #node-180 .f_1 .col-vs-12, #node-180 .f_2 .col-vs-12, #news-center .f_1 .col-vs-12, #news-center .f_2 .col-vs-12 {
    width: 100%;
    float: left;
  }
  /* line 56, ../sass/_newscenter.scss */
  #node-160 .f_1 .col-vs-offset-1, #node-160 .f_2 .col-vs-offset-1, #node-180 .f_1 .col-vs-offset-1, #node-180 .f_2 .col-vs-offset-1, #news-center .f_1 .col-vs-offset-1, #news-center .f_2 .col-vs-offset-1 {
    margin-left: 8.33333%;
  }
}
/* line 62, ../sass/_newscenter.scss */
#node-160 .f_1, #node-180 .f_1, #news-center .f_1 {
  margin-top: 30px;
}
/* line 64, ../sass/_newscenter.scss */
#node-160 .f_1 .filter, #node-180 .f_1 .filter, #news-center .f_1 .filter {
  font-size: 20px;
  font-weight: bold;
}
/* line 68, ../sass/_newscenter.scss */
#node-160 .f_1 .post_mtc, #node-180 .f_1 .post_mtc, #news-center .f_1 .post_mtc {
  display: block;
  color: #4c4d4f;
  font-size: 16px;
}
/* line 72, ../sass/_newscenter.scss */
#node-160 .f_1 .post_mtc:hover, #node-160 .f_1 .post_mtc.active, #node-180 .f_1 .post_mtc:hover, #node-180 .f_1 .post_mtc.active, #news-center .f_1 .post_mtc:hover, #news-center .f_1 .post_mtc.active {
  font-weight: bold;
  text-decoration: none;
}
/* line 76, ../sass/_newscenter.scss */
#node-160 .f_1 .post_mtc:after, #node-180 .f_1 .post_mtc:after, #news-center .f_1 .post_mtc:after {
  content: "";
  background: url("../images/news_star.png") no-repeat scroll right top/contain transparent;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: bottom;
}
/* line 85, ../sass/_newscenter.scss */
#node-160 .f_1 .source, #node-180 .f_1 .source, #news-center .f_1 .source {
  display: block;
  color: #4c4d4f;
  font-size: 16px;
}
/* line 89, ../sass/_newscenter.scss */
#node-160 .f_1 .source:hover, #node-160 .f_1 .source.active, #node-180 .f_1 .source:hover, #node-180 .f_1 .source.active, #news-center .f_1 .source:hover, #news-center .f_1 .source.active {
  font-weight: bold;
  text-decoration: none;
}
/* line 94, ../sass/_newscenter.scss */
#node-160 .f_1 .m_type, #node-180 .f_1 .m_type, #news-center .f_1 .m_type {
  display: block;
  color: #4c4d4f;
  font-size: 16px;
  text-align: right;
}
@media (max-width: 559px) {
  /* line 94, ../sass/_newscenter.scss */
  #node-160 .f_1 .m_type, #node-180 .f_1 .m_type, #news-center .f_1 .m_type {
    text-align: left;
  }
}
/* line 102, ../sass/_newscenter.scss */
#node-160 .f_1 .m_type:hover, #node-160 .f_1 .m_type.active, #node-180 .f_1 .m_type:hover, #node-180 .f_1 .m_type.active, #news-center .f_1 .m_type:hover, #news-center .f_1 .m_type.active {
  font-weight: bold;
  text-decoration: none;
}
/* line 109, ../sass/_newscenter.scss */
#node-160 .f_2 ul, #node-180 .f_2 ul, #news-center .f_2 ul {
  display: none;
  list-style: none;
}
/* line 112, ../sass/_newscenter.scss */
#node-160 .f_2 ul li, #node-180 .f_2 ul li, #news-center .f_2 ul li {
  float: right;
  margin-left: 10px;
}
/* line 115, ../sass/_newscenter.scss */
#node-160 .f_2 ul li a, #node-180 .f_2 ul li a, #news-center .f_2 ul li a {
  color: #4c4d4f;
  float: right;
  font-size: 14px;
}
/* line 119, ../sass/_newscenter.scss */
#node-160 .f_2 ul li a:hover, #node-160 .f_2 ul li a.active, #node-180 .f_2 ul li a:hover, #node-180 .f_2 ul li a.active, #news-center .f_2 ul li a:hover, #news-center .f_2 ul li a.active {
  font-weight: bold;
  text-decoration: none;
}
/* line 127, ../sass/_newscenter.scss */
#node-160 .tw_title, #node-180 .tw_title, #news-center .tw_title {
  background: url("../images/tw_icon.png") no-repeat scroll left top/contain transparent;
  color: #4c4d4f;
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  padding-left: 40px;
  width: 100%;
}
/* line 137, ../sass/_newscenter.scss */
#node-160 .tw_hash, #node-180 .tw_hash, #news-center .tw_hash {
  float: left;
  font-size: 16px;
  padding-left: 40px;
  width: 100%;
}
/* line 143, ../sass/_newscenter.scss */
#node-160 .s_url, #node-180 .s_url, #news-center .s_url {
  float: left;
  font-size: 16px;
  margin-bottom: 35px;
  padding-left: 40px;
  width: 100%;
}
/* line 151, ../sass/_newscenter.scss */
#node-160 .news_list, #node-180 .news_list, #news-center .news_list {
  color: #4c4d4f;
  margin-top: 30px;
}
@media (max-width: 610px) {
  /* line 151, ../sass/_newscenter.scss */
  #node-160 .news_list, #node-180 .news_list, #news-center .news_list {
    width: auto;
  }
}
/* line 157, ../sass/_newscenter.scss */
#node-160 .news_list .category_, #node-160 .news_list .category, #node-180 .news_list .category_, #node-180 .news_list .category, #news-center .news_list .category_, #news-center .news_list .category {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
/* line 161, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_, #node-160 .news_list .category .band_, #node-180 .news_list .category_ .band_, #node-180 .news_list .category .band_, #news-center .news_list .category_ .band_, #news-center .news_list .category .band_ {
  background: none repeat scroll 0 0 #999;
  float: left;
  padding: 10px;
  width: 100%;
}
/* line 167, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_.Transportation, #node-160 .news_list .category .band_.Transportation, #node-180 .news_list .category_ .band_.Transportation, #node-180 .news_list .category .band_.Transportation, #news-center .news_list .category_ .band_.Transportation, #news-center .news_list .category .band_.Transportation {
  background-color: #3D9CC8;
}
/* line 170, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_.Land-and-People, #node-160 .news_list .category .band_.Land-and-People, #node-180 .news_list .category_ .band_.Land-and-People, #node-180 .news_list .category .band_.Land-and-People, #news-center .news_list .category_ .band_.Land-and-People, #news-center .news_list .category .band_.Land-and-People {
  background-color: #EC7429;
}
/* line 173, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_.Economy, #node-160 .news_list .category .band_.Economy, #node-180 .news_list .category_ .band_.Economy, #node-180 .news_list .category .band_.Economy, #news-center .news_list .category_ .band_.Economy, #news-center .news_list .category .band_.Economy {
  background-color: #8c3a83;
}
/* line 176, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_.Environment, #node-160 .news_list .category .band_.Environment, #node-180 .news_list .category_ .band_.Environment, #node-180 .news_list .category .band_.Environment, #news-center .news_list .category_ .band_.Environment, #news-center .news_list .category .band_.Environment {
  background-color: #62A60A;
}
/* line 179, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_.Equity, #node-160 .news_list .category .band_.Equity, #node-180 .news_list .category_ .band_.Equity, #node-180 .news_list .category .band_.Equity, #news-center .news_list .category_ .band_.Equity, #news-center .news_list .category .band_.Equity {
  background-color: #69A6A2;
}
/* line 182, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_.MTC, #node-160 .news_list .category .band_.MTC, #node-180 .news_list .category_ .band_.MTC, #node-180 .news_list .category .band_.MTC, #news-center .news_list .category_ .band_.MTC, #news-center .news_list .category .band_.MTC {
  background-image: url("../images/w_star.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
/* line 188, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_ .date_, #node-160 .news_list .category .band_ .date_, #node-180 .news_list .category_ .band_ .date_, #node-180 .news_list .category .band_ .date_, #news-center .news_list .category_ .band_ .date_, #news-center .news_list .category .band_ .date_ {
  border-right: 3px solid #fff;
  color: #fff;
  float: left;
  font-size: 23px;
  font-weight: bold;
  line-height: normal;
  margin-right: 15px;
  padding-right: 25px;
}
/* line 198, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .band_ .source_, #node-160 .news_list .category .band_ .source_, #node-180 .news_list .category_ .band_ .source_, #node-180 .news_list .category .band_ .source_, #news-center .news_list .category_ .band_ .source_, #news-center .news_list .category .band_ .source_ {
  color: #fff;
  float: left;
  font-size: 18px;
  padding-top: 3px;
}
/* line 205, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .title_, #node-160 .news_list .category .title_, #node-180 .news_list .category_ .title_, #node-180 .news_list .category .title_, #news-center .news_list .category_ .title_, #news-center .news_list .category .title_ {
  color: #4c4d4f;
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-decoration: none !important;
  width: 100%;
}
/* line 215, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .read_more, #node-160 .news_list .category_ .read_less, #node-160 .news_list .category .read_more, #node-160 .news_list .category .read_less, #node-180 .news_list .category_ .read_more, #node-180 .news_list .category_ .read_less, #node-180 .news_list .category .read_more, #node-180 .news_list .category .read_less, #news-center .news_list .category_ .read_more, #news-center .news_list .category_ .read_less, #news-center .news_list .category .read_more, #news-center .news_list .category .read_less {
  cursor: pointer;
  float: left;
  font-family: arial;
  font-size: 20px;
  font-style: italic;
  width: 100%;
}
/* line 223, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .read_less, #node-160 .news_list .category .read_less, #node-180 .news_list .category_ .read_less, #node-180 .news_list .category .read_less, #news-center .news_list .category_ .read_less, #news-center .news_list .category .read_less {
  display: none;
}
/* line 226, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .more_, #node-160 .news_list .category .more_, #node-180 .news_list .category_ .more_, #node-180 .news_list .category .more_, #news-center .news_list .category_ .more_, #news-center .news_list .category .more_ {
  display: none;
  float: left;
  width: 100%;
}
/* line 231, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .video_, #node-160 .news_list .category .video_, #node-180 .news_list .category_ .video_, #node-180 .news_list .category .video_, #news-center .news_list .category_ .video_, #news-center .news_list .category .video_ {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
/* line 235, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .video_ .player, #node-160 .news_list .category .video_ .player, #node-180 .news_list .category_ .video_ .player, #node-180 .news_list .category .video_ .player, #news-center .news_list .category_ .video_ .player, #news-center .news_list .category .video_ .player {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
/* line 241, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .video_ iframe, #node-160 .news_list .category .video_ iframe, #node-180 .news_list .category_ .video_ iframe, #node-180 .news_list .category .video_ iframe, #news-center .news_list .category_ .video_ iframe, #news-center .news_list .category .video_ iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 249, ../sass/_newscenter.scss */
#node-160 .news_list .category_ .body_, #node-160 .news_list .category .body_, #node-180 .news_list .category_ .body_, #node-180 .news_list .category .body_, #news-center .news_list .category_ .body_, #news-center .news_list .category .body_ {
  float: left;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
  width: 100%;
}
/* line 256, ../sass/_newscenter.scss */
#node-160 .news_list .category_ ._link, #node-160 .news_list .category ._link, #node-180 .news_list .category_ ._link, #node-180 .news_list .category ._link, #news-center .news_list .category_ ._link, #news-center .news_list .category ._link {
  float: left;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
/* line 262, ../sass/_newscenter.scss */
#node-160 .news_list .category_ ._link .l_link, #node-160 .news_list .category ._link .l_link, #node-180 .news_list .category_ ._link .l_link, #node-180 .news_list .category ._link .l_link, #news-center .news_list .category_ ._link .l_link, #news-center .news_list .category ._link .l_link {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
/* line 267, ../sass/_newscenter.scss */
#node-160 .news_list .category_ ._link .link_, #node-160 .news_list .category ._link .link_, #node-180 .news_list .category_ ._link .link_, #node-180 .news_list .category ._link .link_, #news-center .news_list .category_ ._link .link_, #news-center .news_list .category ._link .link_ {
  color: #4c4d4f;
  float: left;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 278, ../sass/_newscenter.scss */
  .news-center,
  .news-right {
    width: 100%;
  }
  /* line 281, ../sass/_newscenter.scss */
  .news-center iframe,
  .news-right iframe {
    width: 100%;
  }
}
/* line 2, ../sass/_about.scss */
.about p {
  font-size: 1em;
  font-weight: normal;
}

/* line 8, ../sass/_about.scss */
.about-image {
  background-image: url("../images/background_transportation.jpg");
  height: 250px;
}

/* line 13, ../sass/_about.scss */
.about-title {
  margin-top: 2em;
}

/* line 17, ../sass/_about.scss */
.about-text {
  margin-top: .5em;
  margin-bottom: 1em;
}

/* FAQ accordion */
/* line 23, ../sass/_about.scss */
body.page-node-24 section:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
/* line 27, ../sass/_about.scss */
body.page-node-24 section:first-of-type .node header:first-of-type {
  height: 300px;
  background: transparent url(../images/about-page-head.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 850px) {
  /* line 27, ../sass/_about.scss */
  body.page-node-24 section:first-of-type .node header:first-of-type {
    height: auto;
  }
}
/* line 36, ../sass/_about.scss */
body.page-node-24 section:first-of-type .node header:first-of-type h2 {
  text-align: center;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  line-height: 300px;
  margin: 0;
  text-shadow: 0px 0px 20px #000;
}
@media (max-width: 850px) {
  /* line 36, ../sass/_about.scss */
  body.page-node-24 section:first-of-type .node header:first-of-type h2 {
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
  }
}

/* line 56, ../sass/_about.scss */
#block-views-faq-block h2.block-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 65, ../sass/_about.scss */
.view-faq .panel-group .panel-heading + .panel-collpase > .panel-body {
  border: none;
}
/* line 69, ../sass/_about.scss */
.view-faq .faq-item.panel {
  border: none;
}
/* line 72, ../sass/_about.scss */
.view-faq .faq-item.panel + .panel {
  margin-top: 0;
}
/* line 76, ../sass/_about.scss */
.view-faq .faq-item.panel.inactive span.expanded-indicator {
  display: none;
}
/* line 81, ../sass/_about.scss */
.view-faq .faq-item.panel.active span.collapsed-indicator {
  display: none;
}
/* line 85, ../sass/_about.scss */
.view-faq .faq-item span.expanded-indicator {
  float: right;
}
/* line 88, ../sass/_about.scss */
.view-faq .faq-item span.collapsed-indicator {
  float: right;
}
/* line 91, ../sass/_about.scss */
.view-faq .faq-item .panel-heading {
  border: solid 1.5px #D0D0D0;
  border-radius: 0;
  background-color: #F5F5F5;
  font-weight: normal;
  font-size: 1.2em;
}
/* line 97, ../sass/_about.scss */
.view-faq .faq-item .panel-heading .faq-title {
  cursor: pointer;
}
/* line 101, ../sass/_about.scss */
.view-faq .faq-item .panel-body {
  font-size: 1.3em;
}
/* line 104, ../sass/_about.scss */
.view-faq .faq-item .panel-heading.collapse.in {
  background-color: #F0F0F0;
}
/* line 107, ../sass/_about.scss */
.view-faq .faq-item a {
  text-align: left;
  text-decoration: none;
  color: #4F4F4F;
}

/* Red is the same as orange for the purpose of these variables */
/* Federal Targets */
/* line 4, ../sass/_map.scss */
.map {
  min-height: 550px;
}

/* line 8, ../sass/_map.scss */
#map {
  height: 550px;
  border-style: none;
}

/* line 14, ../sass/_map.scss */
.cartodb-legend-stack {
  background: rgba(255, 255, 255, 0.8) !important;
  left: 10px !important;
  right: auto !important;
  bottom: 1em !important;
  text-align: left;
}

/* line 22, ../sass/_map.scss */
.page-node-29 .cartodb-legend-stack .graph {
  width: 40px !important;
  height: 120px !important;
}
/* line 26, ../sass/_map.scss */
.page-node-29 .cartodb-legend-stack li {
  float: none !important;
  top: 0px !important;
}
/* line 30, ../sass/_map.scss */
.page-node-29 .cartodb-legend-stack .bubbles {
  transform: rotate(90deg);
  position: relative;
  top: 40px;
  left: -40px;
}

/* line 38, ../sass/_map.scss */
.page-node-30 #map {
  height: 475px;
  min-height: 400px;
}
/* line 42, ../sass/_map.scss */
.page-node-30 .description_, .page-node-30 .initial_map {
  font-size: inherit;
  height: auto !important;
  margin-bottom: 1em;
}

/* line 49, ../sass/_map.scss */
#map.map.expandable {
  max-width: none;
}

/* line 53, ../sass/_map.scss */
.fullscreen-map-container {
  position: relative;
}

/* line 57, ../sass/_map.scss */
.info.legend {
  padding: .5em;
  background: url('/images/rgbapng/ffffffb3-5.png?1524674469');
  background: rgba(255, 255, 255, 0.7);
}

/* line 63, ../sass/_map.scss */
.leaflet-control-mapbox-geocoder-results a {
  width: 100% !important;
}

/* line 68, ../sass/_map.scss */
.leaflet-left .leaflet-control-scale {
  margin-left: 10px;
}

/* line 72, ../sass/_map.scss */
.leaflet-control h5 {
  margin-top: 0;
}

/* Chart and Map Buttons */
/* line 79, ../sass/_map.scss */
#T3-T4-A .k-header {
  margin-bottom: 1em;
}

/* line 84, ../sass/_map.scss */
.map-legends {
  background: url('/images/rgbapng/ffffffcc-5.png?1524674469');
  background: rgba(255, 255, 255, 0.8);
}

/* line 88, ../sass/_map.scss */
.map-legend .legend-title {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 90%;
}

/* line 94, ../sass/_map.scss */
.map-legend .legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: left;
  list-style: none;
}

/* line 101, ../sass/_map.scss */
.map-legend .legend-scale ul li {
  font-size: 80%;
  list-style: none;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 2px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 109, ../sass/_map.scss */
.map-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 117, ../sass/_map.scss */
.map-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
}

/* line 122, ../sass/_map.scss */
.map-legend a {
  color: #777;
}

/* line 126, ../sass/_map.scss */
.custom-legend {
  padding: .5em;
}

/* line 131, ../sass/_map.scss */
.legend {
  line-height: 18px;
  color: #555;
}

/* line 135, ../sass/_map.scss */
.legend i {
  width: 18px;
  height: 2px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
  margin-top: 8px;
}

/* line 144, ../sass/_map.scss */
.map-navbar {
  border: none;
  /* Mimic chart button bar behavior */
}
/* line 146, ../sass/_map.scss */
.map-navbar .map-nav {
  float: left;
}
/* line 148, ../sass/_map.scss */
.map-navbar .map-nav li {
  margin: 0px;
}
/* line 152, ../sass/_map.scss */
.map-navbar .nav > li > a {
  min-width: 105px;
  padding: 5px;
}
@media (max-width: 1199px) {
  /* line 152, ../sass/_map.scss */
  .map-navbar .nav > li > a {
    min-width: 103px !important;
  }
}
/* line 161, ../sass/_map.scss */
.map-navbar .nav > li:first-child:not(:last-child):not(.dropdown-toggle) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 165, ../sass/_map.scss */
.map-navbar .nav > li:not(:first-child):not(:last-child):not(.dropdown-toggle) > a {
  border-radius: 0;
}
/* line 168, ../sass/_map.scss */
.map-navbar .nav > li:last-child:not(:first-child):not(.dropdown-toggle) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* Mimic chart button bar behavior */
@media (max-width: 890px) {
  /* line 177, ../sass/_map.scss */
  .map-navbar .nav > li > a {
    border-radius: 0px;
  }

  /* line 181, ../sass/_map.scss */
  .nav > li:first-child > a {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  /* line 185, ../sass/_map.scss */
  .nav > li:last-child > a {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}
/* line 191, ../sass/_map.scss */
.navbar-collapse {
  margin: 0 !important;
  padding: 0 !important;
}

/* Map ---------------------------------------------------------------------- */
/* line 197, ../sass/_map.scss */
.layer_buttons {
  left: 547px;
  position: absolute;
  top: 60px;
  width: 70px;
  z-index: 99;
}
/* line 203, ../sass/_map.scss */
.layer_buttons a {
  float: right;
  margin-bottom: 10px;
}

/* line 209, ../sass/_map.scss */
.initial_map {
  color: #EC7429;
  float: left;
  font-size: 25px;
  height: 90px;
  padding-right: 10px;
  width: 100%;
}

/* line 218, ../sass/_map.scss */
.top_ {
  float: left;
  font-size: 16px;
  margin-top: 25px;
  width: 100%;
}
/* line 223, ../sass/_map.scss */
.top_ ol {
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 17px;
  width: 100%;
}
/* line 228, ../sass/_map.scss */
.top_ ol li {
  float: left;
  width: 100%;
}
/* line 231, ../sass/_map.scss */
.top_ ol li strong {
  color: #ec7429;
}

/* line 238, ../sass/_map.scss */
.average {
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 243, ../sass/_map.scss */
.average .avg_ {
  display: inline;
  font-weight: bold;
}

/* line 248, ../sass/_map.scss */
.top1, .top2, .top3 {
  display: none;
  float: left;
  font-size: 14px;
  width: 100%;
}
/* line 253, ../sass/_map.scss */
.top1 ol, .top2 ol, .top3 ol {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
  width: 100%;
}
/* line 258, ../sass/_map.scss */
.top1 ol li, .top2 ol li, .top3 ol li {
  float: left;
  width: 100%;
}
/* line 261, ../sass/_map.scss */
.top1 ol li strong, .top2 ol li strong, .top3 ol li strong {
  color: #ec7429;
}

/* line 267, ../sass/_map.scss */
.Mpie {
  float: left;
  height: 360px;
  width: 100%;
}

/* line 273, ../sass/_map.scss */
#c_cont {
  display: none;
}

/* line 276, ../sass/_map.scss */
.c_cont {
  display: block;
  float: left;
}
/* line 279, ../sass/_map.scss */
.c_cont .tit {
  float: left;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
/* line 286, ../sass/_map.scss */
.c_cont .lin {
  float: left;
  font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}
/* line 292, ../sass/_map.scss */
.c_cont .lin .text {
  position: relative;
  top: 0px;
}
/* line 295, ../sass/_map.scss */
.c_cont .lin .text.t2 {
  top: -3px;
}
/* line 298, ../sass/_map.scss */
.c_cont .lin .text.t3 {
  top: -10px;
}
/* line 301, ../sass/_map.scss */
.c_cont .lin .text.t4 {
  top: -22px;
}
/* line 305, ../sass/_map.scss */
.c_cont .lin .blue {
  background: none repeat scroll 0 0 #3d9cc8;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
/* line 313, ../sass/_map.scss */
.c_cont .lin .orange {
  background: none repeat scroll 0 0 #EC7429;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
/* line 321, ../sass/_map.scss */
.c_cont .lin .c {
  background: none repeat scroll 0 0 #000;
  border-radius: 10px;
  display: inline-block;
  margin-right: 5px;
}
/* line 326, ../sass/_map.scss */
.c_cont .lin .c.c1 {
  height: 10px;
  margin-left: 1px;
  margin-right: 23px;
  width: 10px;
}
/* line 332, ../sass/_map.scss */
.c_cont .lin .c.c2 {
  height: 15px;
  margin-left: 5px;
  margin-right: 20px;
  width: 15px;
}
/* line 338, ../sass/_map.scss */
.c_cont .lin .c.c3 {
  border-radius: 15px;
  height: 28px;
  margin-left: 1px;
  margin-right: 15px;
  width: 28px;
}
/* line 345, ../sass/_map.scss */
.c_cont .lin .c.c4 {
  border-radius: 25px;
  height: 50px;
  width: 50px;
}

/* line 355, ../sass/_map.scss */
.map_chart_ #CChart, .map_chart_ #CChart2, .map_chart_ #CChart3, .map_chart_ #CChart4 {
  bottom: 0;
  float: left;
  position: absolute;
  width: 100%;
}

/* line 363, ../sass/_map.scss */
.year_info {
  float: left;
  font-size: 17px;
  line-height: normal;
  margin: 5px 0;
  width: 200px;
  z-index: 99;
}
/* line 371, ../sass/_map.scss */
.year_info strong {
  color: #EC7429;
}

/* line 376, ../sass/_map.scss */
.map_info_green {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  font-size: 18px;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 220px;
  z-index: 99;
}

/* Map legend */
/* line 388, ../sass/_map.scss */
.legend-row {
  margin-bottom: 1px;
}

/* line 392, ../sass/_map.scss */
.legend-color {
  display: inline-block;
  width: 30px;
  margin-right: 8px;
}

/* line 398, ../sass/_map.scss */
.legend-text {
  display: inline-block;
}

/* line 1, ../sass/_chart.scss */
.chart {
  float: left;
  min-height: 500px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 9, ../sass/_chart.scss */
.k-header {
  background: transparent !important;
}

/* line 13, ../sass/_chart.scss */
.content .k-combobox {
  width: 250px;
}

/* line 17, ../sass/_chart.scss */
.mb1 {
  margin-bottom: 1em;
}

/* line 21, ../sass/_chart.scss */
h3.chart-title {
  font-size: 1.5em;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1, ../sass/_tableau.scss */
  .tableau-viz {
    height: 430px;
  }
}

@media (min-width: 768px) {
  /* line 7, ../sass/_tableau.scss */
  .tableau-map {
    height: 530px;
  }
}

/*
 * ALL CUSTOMIZATIONS FOR SPECIFIC CHARTS, GRAPHS, & MAPS SHOULD GO HERE
 */
/* line 5, ../sass/_customizations.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* GLOBAL CUSTOMIZATIONS FROM _t7.scss -------------------------------------------------------- */
/* line 12, ../sass/_customizations.scss */
.infoDiv {
  border: 3px #3D9CC8 solid;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: inherit;
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  line-height: 1.2em;
  min-height: 550px;
}

/*Search Control*/
/* line 27, ../sass/_customizations.scss */
.search-input {
  font-family: Tahoma, Geneva, sans-serif;
}

/* line 30, ../sass/_customizations.scss */
.search-input,
.leaflet-control-search {
  max-width: 400px;
}

/* line 34, ../sass/_customizations.scss */
.information {
  padding: 5px;
}

/* line 37, ../sass/_customizations.scss */
#infoDiv {
  display: none;
}

/* line 40, ../sass/_customizations.scss */
.foo {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}

/* Legend*/
/* line 50, ../sass/_customizations.scss */
#legendDiv {
  display: none;
}

/* line 53, ../sass/_customizations.scss */
.my-legend .legend-title {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 90%;
}

/* line 59, ../sass/_customizations.scss */
.my-legend .legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: left;
  list-style: none;
}

/* line 66, ../sass/_customizations.scss */
.my-legend .legend-scale ul li {
  font-size: 100%;
  list-style: none;
  margin-left: 0;
  line-height: 38px;
  margin-bottom: 2px;
}

/* line 73, ../sass/_customizations.scss */
.my-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999;
}

/* line 82, ../sass/_customizations.scss */
.my-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
}

/* line 87, ../sass/_customizations.scss */
.my-legend a {
  color: #777;
}

/* line 90, ../sass/_customizations.scss */
#searchfield {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

/* line 96, ../sass/_customizations.scss */
#searchfield form {
  display: inline-block;
  background: #eeefed;
  padding: 0;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  margin: 5px 0 0 0;
}

/* line 105, ../sass/_customizations.scss */
#searchfield form .biginput {
  width: 100%;
  height: 40px;
  padding: 0 10px 0 10px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  color: #aeaeae;
  font-weight: normal;
  font-size: 1.5em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 119, ../sass/_customizations.scss */
#searchfield form .biginput:focus {
  color: #858585;
}

/* line 122, ../sass/_customizations.scss */
#autocomplete {
  position: relative;
}

/* line 125, ../sass/_customizations.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
}

/* line 131, ../sass/_customizations.scss */
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}

/* line 137, ../sass/_customizations.scss */
.autocomplete-selected {
  background: #f0f0f0;
}

/* line 140, ../sass/_customizations.scss */
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

/* Transportation colors */
/* line 146, ../sass/_customizations.scss */
.category-1 {
  /* Styles used in the map */
}
/* line 148, ../sass/_customizations.scss */
.category-1 .measure-subheader .navbar {
  background: #3D9CC8;
}
/* line 150, ../sass/_customizations.scss */
.category-1 .measure-subheader .navbar .navbar-nav {
  background: #3D9CC8;
}
/* line 156, ../sass/_customizations.scss */
.category-1 .measure-title {
  background: #3D9CC8;
}
/* line 162, ../sass/_customizations.scss */
.category-1 .field-collection-item-field-chart .field-name-field-title .field-item {
  background: #3D9CC8;
}
/* line 168, ../sass/_customizations.scss */
.category-1 #subheader {
  background-color: #3D9CC8;
}
/* line 171, ../sass/_customizations.scss */
.category-1 #subheader a:hover {
  background: #3D9CC8;
}
/* line 177, ../sass/_customizations.scss */
.category-1 .navbar-default .navbar-nav > .active > a:hover,
.category-1 .navbar-default .navbar-nav > .active > a:focus {
  background-color: #3D9CC8;
}
/* line 182, ../sass/_customizations.scss */
.category-1 .btn-primary:active {
  background: #3D9CC8;
  border: #2C6D8C;
}
/* line 187, ../sass/_customizations.scss */
.category-1 .k-button:active:hover,
.category-1 .k-button:active,
.category-1 .btn-primary.active {
  background: #2C6D8C;
  border: #3D9CC8;
}
/* line 194, ../sass/_customizations.scss */
.category-1 .btn-success {
  background: #3D9CC8;
  border: #2C6D8C;
}
/* line 197, ../sass/_customizations.scss */
.category-1 .btn-success.active {
  background: #6B7078;
}
/* line 203, ../sass/_customizations.scss */
.category-1 .initial_map {
  color: #3D9CC8;
}
/* line 207, ../sass/_customizations.scss */
.category-1 strong.transportation {
  color: #3D9CC8;
}
/* line 211, ../sass/_customizations.scss */
.category-1 .btn-primary:not(.k-button) {
  background: #3D9CC8;
  border-color: #3D9CC8;
  color: #fff !important;
}
/* line 217, ../sass/_customizations.scss */
.category-1 .btn.active:not(.k-button),
.category-1 .btn:active:not(.k-button),
.category-1 .btn.hover:not(.k-button),
.category-1 .btn:hover:not(.k-button) {
  background: #2C6D8C;
  border-color: #2C6D8C;
  outline-color: transparent;
  color: #fff !important;
  box-shadow: none;
}
/* line 228, ../sass/_customizations.scss */
.category-1 .btn-primary.k-button.active {
  background: #3D9CC8;
  border-color: #2C6D8C;
  color: #fff !important;
}
/* line 234, ../sass/_customizations.scss */
.category-1 .k-button:focus,
.category-1 .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none !important;
}
/* line 239, ../sass/_customizations.scss */
.category-1 .btn:focus {
  outline: none;
}
/* line 242, ../sass/_customizations.scss */
.category-1 .going-home, .category-1 .going-work {
  background: #90959D;
  border-color: #90959D;
}
/* line 246, ../sass/_customizations.scss */
.category-1 .going-home.active, .category-1 .going-home:active, .category-1 .going-home.hover, .category-1 .going-home:hover, .category-1 .going-work.active, .category-1 .going-work:active, .category-1 .going-work.hover, .category-1 .going-work:hover {
  background: #4F4F4F !important;
  border-color: #4F4F4F !important;
  outline-color: transparent;
}

/* LAND USE COLORS -------------------------------------------------------- */
/* line 256, ../sass/_customizations.scss */
.page-node-29 .measure-subheader .navbar, .page-node-30 .measure-subheader .navbar, .page-node-19 .measure-subheader .navbar, .page-node-104 .measure-subheader .navbar {
  background: #EC7429;
}
/* line 258, ../sass/_customizations.scss */
.page-node-29 .measure-subheader .navbar .navbar-nav, .page-node-30 .measure-subheader .navbar .navbar-nav, .page-node-19 .measure-subheader .navbar .navbar-nav, .page-node-104 .measure-subheader .navbar .navbar-nav {
  background: #EC7429;
}
/* line 264, ../sass/_customizations.scss */
.page-node-29 .measure-title, .page-node-30 .measure-title, .page-node-19 .measure-title, .page-node-104 .measure-title {
  background: #EC7429;
}
/* line 270, ../sass/_customizations.scss */
.page-node-29 .field-collection-item-field-chart .field-name-field-title .field-item, .page-node-30 .field-collection-item-field-chart .field-name-field-title .field-item, .page-node-19 .field-collection-item-field-chart .field-name-field-title .field-item, .page-node-104 .field-collection-item-field-chart .field-name-field-title .field-item {
  background: #EC7429;
}
/* line 276, ../sass/_customizations.scss */
.page-node-29 #subheader, .page-node-30 #subheader, .page-node-19 #subheader, .page-node-104 #subheader {
  background-color: #EC7429;
}
/* line 279, ../sass/_customizations.scss */
.page-node-29 #subheader a:hover, .page-node-30 #subheader a:hover, .page-node-19 #subheader a:hover, .page-node-104 #subheader a:hover {
  background: #EC7429;
}
/* line 285, ../sass/_customizations.scss */
.page-node-29 .btn-primary.active, .page-node-30 .btn-primary.active, .page-node-19 .btn-primary.active, .page-node-104 .btn-primary.active {
  background: #EC7429;
  border: #843F1D;
}
/* line 290, ../sass/_customizations.scss */
.page-node-29 .btn-success, .page-node-30 .btn-success, .page-node-19 .btn-success, .page-node-104 .btn-success {
  background: #3D9CC8;
  border: #235365;
}
/* line 293, ../sass/_customizations.scss */
.page-node-29 .btn-success.active, .page-node-30 .btn-success.active, .page-node-19 .btn-success.active, .page-node-104 .btn-success.active {
  background: #6B7078;
}
/* line 297, ../sass/_customizations.scss */
.page-node-29 .dropdown-menu > .active > a, .page-node-29 .dropdown-menu > .active > a:hover, .page-node-29 .dropdown-menu > .active > a:focus, .page-node-30 .dropdown-menu > .active > a, .page-node-30 .dropdown-menu > .active > a:hover, .page-node-30 .dropdown-menu > .active > a:focus, .page-node-19 .dropdown-menu > .active > a, .page-node-19 .dropdown-menu > .active > a:hover, .page-node-19 .dropdown-menu > .active > a:focus, .page-node-104 .dropdown-menu > .active > a, .page-node-104 .dropdown-menu > .active > a:hover, .page-node-104 .dropdown-menu > .active > a:focus {
  background-color: #EC7429;
}
/* line 301, ../sass/_customizations.scss */
.page-node-29 #Achart text.highcharts-title,
.page-node-29 #Dchart text.highcharts-title,
.page-node-29 #AChart text.highcharts-title,
.page-node-29 #CChart text.highcharts-title, .page-node-30 #Achart text.highcharts-title,
.page-node-30 #Dchart text.highcharts-title,
.page-node-30 #AChart text.highcharts-title,
.page-node-30 #CChart text.highcharts-title, .page-node-19 #Achart text.highcharts-title,
.page-node-19 #Dchart text.highcharts-title,
.page-node-19 #AChart text.highcharts-title,
.page-node-19 #CChart text.highcharts-title, .page-node-104 #Achart text.highcharts-title,
.page-node-104 #Dchart text.highcharts-title,
.page-node-104 #AChart text.highcharts-title,
.page-node-104 #CChart text.highcharts-title {
  display: none;
}

/* HIDE SOME CHART TITLES -------------------------------------------------------- */
/* line 314, ../sass/_customizations.scss */
.page-node-44 #ec-a-chart text.highcharts-title,
.page-node-44 #ec-b-chart text.highcharts-title,
.page-node-44 #ec-c-chart text.highcharts-title {
  display: none;
}

/* line 323, ../sass/_customizations.scss */
.page-node-4 #ec8-a-chart text.highcharts-title,
.page-node-4 #ec-c-chart text.highcharts-title {
  display: none;
}

/* line 332, ../sass/_customizations.scss */
.page-node-35 #ec-a-chart text.highcharts-title,
.page-node-35 #ec-b-chart text.highcharts-title,
.page-node-35 #ec-c-chart text.highcharts-title {
  display: none;
}

/* line 342, ../sass/_customizations.scss */
.page-node-36 #ec-a-chart text.highcharts-title,
.page-node-36 #ec-a-2-chart text.highcharts-title,
.page-node-36 #ec-c-chart text.highcharts-title {
  display: none;
}
/* line 345, ../sass/_customizations.scss */
.page-node-36 #ec-a-chart .highcharts-legend-item text tspan,
.page-node-36 #ec-a-2-chart .highcharts-legend-item text tspan,
.page-node-36 #ec-c-chart .highcharts-legend-item text tspan {
  width: 300px;
}

/* line 351, ../sass/_customizations.scss */
.page-node-21 #ec3-a-chart text.highcharts-title,
.page-node-421 #ec9c-chart text.highcharts-title {
  display: none;
}

/* line 359, ../sass/_customizations.scss */
.page-node-39 #ec-a-chart text.highcharts-title,
.page-node-39 #ec-c-chart text.highcharts-title {
  display: none;
}

/* line 366, ../sass/_customizations.scss */
.john-legend-item {
  width: 155px;
}

/* line 370, ../sass/_customizations.scss */
#lu5c_legend {
  display: none;
}

/* line 374, ../sass/_customizations.scss */
.lu5c_legend {
  float: left;
  width: 200px;
}
/* line 378, ../sass/_customizations.scss */
.lu5c_legend .line {
  float: left;
  margin-bottom: 3px;
  width: 100%;
}
/* line 383, ../sass/_customizations.scss */
.lu5c_legend .line .sq {
  float: left;
  height: 15px;
  margin-right: 10px;
  width: 15px;
}
/* line 389, ../sass/_customizations.scss */
.lu5c_legend .line .sq.sq1 {
  background: #9FA1A4;
}
/* line 393, ../sass/_customizations.scss */
.lu5c_legend .line .sq.sq2 {
  background: #EBBD2F;
}
/* line 397, ../sass/_customizations.scss */
.lu5c_legend .line .sq.sq3 {
  background: #0C8EC5;
}
/* line 401, ../sass/_customizations.scss */
.lu5c_legend .line .sq.sq4 {
  background: #C32726;
}
/* line 406, ../sass/_customizations.scss */
.lu5c_legend .line .title {
  float: left;
  font-size: 12px;
  width: 130px;
}

/* Economy colors ----------------------------------------------------------- */
/* line 417, ../sass/_customizations.scss */
.category-4 {
  /* Styles used in the map */
}
/* line 419, ../sass/_customizations.scss */
.category-4 .measure-subheader .navbar {
  background: #8c3a83;
}
/* line 421, ../sass/_customizations.scss */
.category-4 .measure-subheader .navbar .navbar-nav {
  background: #8c3a83;
}
/* line 427, ../sass/_customizations.scss */
.category-4 .measure-title {
  background: #8c3a83;
}
/* line 433, ../sass/_customizations.scss */
.category-4 .field-collection-item-field-chart .field-name-field-title .field-item {
  background: #8c3a83;
}
/* line 439, ../sass/_customizations.scss */
.category-4 #subheader {
  background-color: #8c3a83;
}
/* line 442, ../sass/_customizations.scss */
.category-4 #subheader a:hover {
  background: #8c3a83;
}
/* line 448, ../sass/_customizations.scss */
.category-4 .navbar-default .navbar-nav > .active > a:hover,
.category-4 .navbar-default .navbar-nav > .active > a:focus {
  background-color: #8c3a83;
}
/* line 453, ../sass/_customizations.scss */
.category-4 .btn-primary {
  background: #8c3a83;
  border: 0;
}
/* line 457, ../sass/_customizations.scss */
.category-4 .btn-primary.active {
  background: #682b61;
  border: 0;
}
/* line 463, ../sass/_customizations.scss */
.category-4 .k-button:active:hover,
.category-4 .k-button:active {
  background: #682b61;
  border: #8c3a83;
}
/* line 469, ../sass/_customizations.scss */
.category-4 .btn-success {
  background: #3D9CC8;
  border: #235365;
}
/* line 472, ../sass/_customizations.scss */
.category-4 .btn-success.active {
  background: #6B7078;
}
/* line 478, ../sass/_customizations.scss */
.category-4 .initial_map {
  color: #8c3a83;
}
/* line 482, ../sass/_customizations.scss */
.category-4 strong.economy {
  color: #8c3a83;
}

/* line 488, ../sass/_customizations.scss */
.menu-economy .dropdown-menu > .active > a,
.menu-economy .dropdown-menu > .active > a:hover,
.menu-economy .dropdown-menu > .active > a:focus {
  background-color: #8c3a83 !important;
}

/* line 495, ../sass/_customizations.scss */
.map_info, .map_info2, .map_info3, .map_info4 {
  float: left;
  font-size: 16px;
  margin-top: 25px;
  width: 100%;
}
/* line 500, ../sass/_customizations.scss */
.map_info .legend, .map_info2 .legend, .map_info3 .legend, .map_info4 .legend {
  float: left;
  font-weight: bold;
  min-height: 20px;
  margin-bottom: 5px;
  width: 50%;
}
/* line 507, ../sass/_customizations.scss */
.map_info .text, .map_info2 .text, .map_info3 .text, .map_info4 .text {
  float: left;
  min-height: 20px;
  margin-bottom: 5px;
  width: 50%;
}
/* line 513, ../sass/_customizations.scss */
.map_info .bold_, .map_info2 .bold_, .map_info3 .bold_, .map_info4 .bold_ {
  color: #ec7429;
  display: inline;
  font-weight: bold;
}
/* line 518, ../sass/_customizations.scss */
.map_info .description_, .map_info2 .description_, .map_info3 .description_, .map_info4 .description_ {
  display: none;
  font-size: 18px;
  height: 90px;
}
/* line 522, ../sass/_customizations.scss */
.map_info .description_ .text, .map_info2 .description_ .text, .map_info3 .description_ .text, .map_info4 .description_ .text {
  color: #ec7429;
  display: inline;
  float: none;
  font-weight: bold;
  min-height: 0;
  width: auto;
}

@media (max-width: 650px) {
  /* line 535, ../sass/_customizations.scss */
  #quad1, #quad2, #quad3, #quad4 {
    display: none;
  }
}
/* Environment colors ----------------------------------------------------------- */
/* line 544, ../sass/_customizations.scss */
.category-3,
.category-15 {
  /* Styles used in the map */
}
/* line 547, ../sass/_customizations.scss */
.category-3 .measure-subheader .navbar,
.category-15 .measure-subheader .navbar {
  background: #62A60A;
}
/* line 549, ../sass/_customizations.scss */
.category-3 .measure-subheader .navbar .navbar-nav,
.category-15 .measure-subheader .navbar .navbar-nav {
  background: #62A60A;
}
/* line 555, ../sass/_customizations.scss */
.category-3 .measure-title,
.category-15 .measure-title {
  background: #62A60A;
}
/* line 561, ../sass/_customizations.scss */
.category-3 .field-collection-item-field-chart .field-name-field-title .field-item,
.category-15 .field-collection-item-field-chart .field-name-field-title .field-item {
  background: #62A60A;
}
/* line 567, ../sass/_customizations.scss */
.category-3 #subheader,
.category-15 #subheader {
  background-color: #62A60A;
}
/* line 570, ../sass/_customizations.scss */
.category-3 #subheader a:hover,
.category-15 #subheader a:hover {
  background: #62A60A;
}
/* line 576, ../sass/_customizations.scss */
.category-3 .navbar-default .navbar-nav > .active > a, .category-3 .navbar-default .navbar-nav > .active > a:hover, .category-3 .navbar-default .navbar-nav > .active > a:focus,
.category-15 .navbar-default .navbar-nav > .active > a,
.category-15 .navbar-default .navbar-nav > .active > a:hover,
.category-15 .navbar-default .navbar-nav > .active > a:focus {
  background-color: #62A60A;
}
/* line 580, ../sass/_customizations.scss */
.category-3 .k-button:active:hover,
.category-3 .k-button:active,
.category-3 .btn-primary.active,
.category-15 .k-button:active:hover,
.category-15 .k-button:active,
.category-15 .btn-primary.active {
  background: #4E8508;
  border: #62A60A;
}
/* line 587, ../sass/_customizations.scss */
.category-3 .btn-success,
.category-15 .btn-success {
  background: #3D9CC8;
  border: #235365;
}
/* line 590, ../sass/_customizations.scss */
.category-3 .btn-success.active,
.category-15 .btn-success.active {
  background: #6B7078;
}
/* line 596, ../sass/_customizations.scss */
.category-3 .initial_map,
.category-15 .initial_map {
  color: #62A60A;
}
/* line 600, ../sass/_customizations.scss */
.category-3 strong.environment,
.category-15 strong.environment {
  color: #62A60A;
}
/* line 604, ../sass/_customizations.scss */
.category-3 .btn-primary:not(.k-button),
.category-15 .btn-primary:not(.k-button) {
  background: #62A60A;
  border-color: #62A60A;
  color: #fff !important;
}
/* line 610, ../sass/_customizations.scss */
.category-3 .btn.active:not(.k-button),
.category-3 .btn:active:not(.k-button),
.category-3 .btn.hover:not(.k-button),
.category-3 .btn:hover:not(.k-button),
.category-15 .btn.active:not(.k-button),
.category-15 .btn:active:not(.k-button),
.category-15 .btn.hover:not(.k-button),
.category-15 .btn:hover:not(.k-button) {
  background: #4E8508;
  border-color: #4E8508;
  outline-color: transparent;
  color: #fff !important;
  box-shadow: none;
}
/* line 621, ../sass/_customizations.scss */
.category-3 .btn-primary.k-button.active,
.category-15 .btn-primary.k-button.active {
  background: #62A60A;
  border-color: #4E8508;
  color: #fff !important;
}

/* line 629, ../sass/_customizations.scss */
.menu-environment .dropdown-menu > .active > a,
.menu-environment .dropdown-menu > .active > a:hover,
.menu-environment .dropdown-menu > .active > a:focus {
  background-color: #62A60A !important;
}

/* Equity colors ----------------------------------------------------------- */
/* line 639, ../sass/_customizations.scss */
.category-27 {
  /* Styles used in the map */
}
/* line 641, ../sass/_customizations.scss */
.category-27 .measure-subheader .navbar {
  background: #69A6A2;
}
/* line 643, ../sass/_customizations.scss */
.category-27 .measure-subheader .navbar .navbar-nav {
  background: #69A6A2;
}
/* line 649, ../sass/_customizations.scss */
.category-27 .measure-title {
  background: #69A6A2;
}
/* line 655, ../sass/_customizations.scss */
.category-27 .field-collection-item-field-chart .field-name-field-title .field-item {
  background: #69A6A2;
}
/* line 661, ../sass/_customizations.scss */
.category-27 #subheader {
  background-color: #69A6A2;
}
/* line 664, ../sass/_customizations.scss */
.category-27 #subheader a:hover {
  background: #69A6A2;
}
/* line 670, ../sass/_customizations.scss */
.category-27 .navbar-default .navbar-nav > .active > a:hover,
.category-27 .navbar-default .navbar-nav > .active > a:focus {
  background-color: #69A6A2;
}
/* line 675, ../sass/_customizations.scss */
.category-27 .btn-primary:active {
  background: #69A6A2;
  border: #417D80;
}
/* line 680, ../sass/_customizations.scss */
.category-27 .k-button:active:hover,
.category-27 .k-button:active,
.category-27 .btn-primary.active {
  background: #417D80;
  border: #69A6A2;
}
/* line 687, ../sass/_customizations.scss */
.category-27 .btn-success {
  background: #69A6A2;
  border: #417D80;
}
/* line 690, ../sass/_customizations.scss */
.category-27 .btn-success.active {
  background: #6B7078;
}
/* line 696, ../sass/_customizations.scss */
.category-27 .initial_map {
  color: #69A6A2;
}
/* line 700, ../sass/_customizations.scss */
.category-27 strong.equity {
  color: #69A6A2;
}

/* line 706, ../sass/_customizations.scss */
.menu-economy .dropdown-menu > .active > a,
.menu-economy .dropdown-menu > .active > a:hover,
.menu-economy .dropdown-menu > .active > a:focus {
  background-color: #69A6A2 !important;
}

/* Individual interactive styles ----------------------------------------------------------- */
/* EC1C */
/* line 716, ../sass/_customizations.scss */
#quad1:hover, #quad2:hover, #quad3:hover, #quad4:hover {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* EC3ABC, EC7B */
/* line 722, ../sass/_customizations.scss */
.cartodb-legend-stack {
  padding: 10px 15px 10px 5px;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 20px;
  right: auto !important;
}

/* line 733, ../sass/_customizations.scss */
.cartodb-logo {
  z-index: 50 !important;
}

/* line 734, ../sass/_customizations.scss */
#EC8-B .map.pointer .leaflet-container {
  cursor: pointer;
}

/* LU1C */
/* line 738, ../sass/_customizations.scss */
body.lu1c .layer_buttons {
  margin-top: 15px;
}
/* line 739, ../sass/_customizations.scss */
body.lu1c #map.pointer .leaflet-container {
  cursor: pointer;
}
/* line 740, ../sass/_customizations.scss */
body.lu1c .initial_map {
  margin-top: 10px !important;
}
/* line 741, ../sass/_customizations.scss */
body.lu1c .cartodb-legend-stack {
  padding: 10px 5px;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 20px;
  right: auto !important;
}
/* line 750, ../sass/_customizations.scss */
body.lu1c .toggle-map-size-wrapper {
  margin-top: 25px;
}
/* line 751, ../sass/_customizations.scss */
body.lu1c .toggle-map-size-wrapper .toggle-map-size {
  display: inline-block !important;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  /* line 753, ../sass/_customizations.scss */
  body.lu1c .layer_buttons {
    left: auto;
    right: 35px;
    top: 60px;
  }
  /* line 754, ../sass/_customizations.scss */
  body.lu1c .initial_map {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 757, ../sass/_customizations.scss */
  body.lu1c .layer_buttons {
    top: 92px;
  }
}
/* line 759, ../sass/_customizations.scss */
body.lu1c #CChart {
  left: -10px;
}

/* LU3B */
/* line 764, ../sass/_customizations.scss */
body.lu3b #map.pointer .leaflet-container {
  cursor: pointer;
}
/* line 765, ../sass/_customizations.scss */
body.lu3b .map_info {
  margin-top: 15px !important;
}
/* line 766, ../sass/_customizations.scss */
body.lu3b .cartodb-legend-stack {
  padding: 10px 5px;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 150px !important;
}
/* line 774, ../sass/_customizations.scss */
body.lu3b .average {
  text-align: center;
  position: relative;
  top: -310px;
  font-size: 14px;
}
/* line 775, ../sass/_customizations.scss */
body.lu3b .cartodb-legend {
  padding: 0px !important;
}
/* line 776, ../sass/_customizations.scss */
body.lu3b .cartodb-legend.custom ul li {
  text-transform: none !important;
}
/* line 777, ../sass/_customizations.scss */
body.lu3b .c_cont .circle {
  width: 48px;
  display: inline-block;
  vertical-align: middle;
}
/* line 778, ../sass/_customizations.scss */
body.lu3b .c_cont .circle div {
  background: #000;
  border-radius: 1000px;
  margin: auto;
}
/* line 779, ../sass/_customizations.scss */
body.lu3b .c_cont .c_wrap span {
  vertical-align: middle;
  position: relative;
}

/* line 783, ../sass/_customizations.scss */
.cartodb-legend-stack.lu5c-legend {
  right: 10px !important;
  left: auto !important;
  bottom: 30px !important;
  position: absolute;
  z-index: 1000;
  padding: 7px 15px 4px 9px;
}

/* EQ2C */
/* line 793, ../sass/_customizations.scss */
#eq2c_household_type_select,
#eq2c_housing_burden_bracket_select {
  margin: 5px 15px 5px 0;
}

/* line 798, ../sass/_customizations.scss */
#eq2c_chart {
  background-color: #fff;
  margin-bottom: -10px;
  width: 100%;
}
/* line 803, ../sass/_customizations.scss */
#eq2c_chart .eq2c-subchart {
  display: inline-block;
  width: 11.5%;
}
/* line 808, ../sass/_customizations.scss */
#eq2c_chart #eq2c_subchart0 {
  width: 18%;
}

/* EQ1B */
/* line 815, ../sass/_customizations.scss */
#eq1b_ghost_chart {
  position: absolute;
  width: 95%;
  z-index: -1 !important;
}

/* line 821, ../sass/_customizations.scss */
#eq1b_chart {
  background-color: #fff;
  width: 100%;
}
/* line 825, ../sass/_customizations.scss */
#eq1b_chart .eq1b-subchart {
  display: inline-block;
  width: 22%;
}
/* line 830, ../sass/_customizations.scss */
#eq1b_chart #eq1b_subchart1 {
  width: 29%;
}

/* EQ4 */
/* line 836, ../sass/_customizations.scss */
#eq4b_map {
  height: 607px;
}

/* line 839, ../sass/_customizations.scss */
#eq4c_map {
  height: 583px;
}

/* T1/2B */
/* line 844, ../sass/_customizations.scss */
#t1t2b_mode_select {
  margin: 5px 15px 5px 0;
}

/* line 848, ../sass/_customizations.scss */
#t1t2b_chart {
  background-color: #fff;
  margin-bottom: -10px;
  width: 100%;
}
/* line 853, ../sass/_customizations.scss */
#t1t2b_chart .t1t2b-subchart {
  display: inline-block;
  width: 10.2%;
}
@media (max-width: 991px) {
  /* line 853, ../sass/_customizations.scss */
  #t1t2b_chart .t1t2b-subchart {
    width: 10%;
  }
}
/* line 862, ../sass/_customizations.scss */
#t1t2b_chart #t1t2b_subchart0 {
  width: 17%;
}
@media (max-width: 991px) {
  /* line 862, ../sass/_customizations.scss */
  #t1t2b_chart #t1t2b_subchart0 {
    width: 19%;
  }
}

/* T1/2C */
@media (max-width: 890px) {
  /* line 873, ../sass/_customizations.scss */
  #t1t2c .k-combobox {
    left: 80px;
    position: absolute;
    top: 18px;
    width: 67%;
    z-index: 10;
  }
}
@media (min-width: 891px) {
  /* line 873, ../sass/_customizations.scss */
  #t1t2c .k-combobox {
    display: inline-block;
    margin-bottom: 6px;
    width: 27%;
  }
}
@media (max-width: 890px) {
  /* line 888, ../sass/_customizations.scss */
  #t1t2c .k-combobox .k-dropdown-wrap .k-input {
    padding: 0.31em 0;
  }
}
@media (min-width: 891px) {
  /* line 888, ../sass/_customizations.scss */
  #t1t2c .k-combobox .k-dropdown-wrap .k-input {
    padding: 3.5px 0;
  }
}
/* line 899, ../sass/_customizations.scss */
#t1t2c .t1t2-map-navbar {
  border: 0;
  display: inline-block;
  margin-bottom: 0;
  float: right;
  height: auto;
}
@media (max-width: 890px) {
  /* line 899, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar {
    margin-bottom: 10px;
  }
}
@media (min-width: 891px) {
  /* line 899, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar {
    width: 72%;
  }
}
@media (min-width: 891px) {
  /* line 915, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav {
    width: 100%;
  }
}
@media (min-width: 891px) {
  /* line 920, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav li {
    height: 32px;
    width: 14.275%;
  }
}
@media (min-width: 891px) {
  /* line 926, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav li.short {
    width: 12%;
  }
}
@media (min-width: 891px) {
  /* line 932, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav li.medium {
    width: 16%;
  }
}
@media (min-width: 891px) {
  /* line 938, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav li.long {
    width: 22%;
  }
}
@media (min-width: 891px) {
  /* line 944, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav li a {
    font-size: 13px;
    height: 32px;
    line-height: 1.2;
    padding: 5px 3.5px;
    position: relative;
    min-width: auto !important;
    white-space: normal;
    width: 100%;
  }
}
@media (min-width: 891px) {
  /* line 956, ../sass/_customizations.scss */
  #t1t2c .t1t2-map-navbar .t1t2-map-nav li a .btn-text {
    display: table;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
/* line 971, ../sass/_customizations.scss */
#t1t2c .btn {
  color: #fff;
}

/* T3/4B */
@media (max-width: 890px) {
  /* line 978, ../sass/_customizations.scss */
  #t3t4b .k-combobox {
    left: 80px;
    position: absolute;
    top: 18px;
    width: 67%;
    z-index: 10;
  }
}
@media (min-width: 891px) {
  /* line 978, ../sass/_customizations.scss */
  #t3t4b .k-combobox {
    display: inline-block;
    margin-bottom: 6px;
    width: 27%;
  }
}
@media (max-width: 890px) {
  /* line 993, ../sass/_customizations.scss */
  #t3t4b .k-combobox .k-dropdown-wrap .k-input {
    padding: 0.31em 0;
  }
}
@media (min-width: 891px) {
  /* line 993, ../sass/_customizations.scss */
  #t3t4b .k-combobox .k-dropdown-wrap .k-input {
    padding: 3.5px 0;
  }
}
/* line 1004, ../sass/_customizations.scss */
#t3t4b .t3t4b-map-navbar {
  border: 0;
  display: inline-block;
  margin-bottom: 0;
  float: right;
  height: auto;
}
@media (max-width: 890px) {
  /* line 1004, ../sass/_customizations.scss */
  #t3t4b .t3t4b-map-navbar {
    margin-bottom: 10px;
  }
}
@media (min-width: 891px) {
  /* line 1004, ../sass/_customizations.scss */
  #t3t4b .t3t4b-map-navbar {
    width: 72%;
  }
}
@media (min-width: 891px) {
  /* line 1020, ../sass/_customizations.scss */
  #t3t4b .t3t4b-map-navbar .t3t4b-map-nav {
    width: 100%;
  }
}
@media (min-width: 891px) {
  /* line 1025, ../sass/_customizations.scss */
  #t3t4b .t3t4b-map-navbar .t3t4b-map-nav li {
    height: 32px;
    width: 25%;
  }
}
@media (min-width: 891px) {
  /* line 1031, ../sass/_customizations.scss */
  #t3t4b .t3t4b-map-navbar .t3t4b-map-nav li a {
    font-size: 13px;
    height: 32px;
    line-height: 1.2;
    padding: 5px 3.5px;
    position: relative;
    min-width: auto !important;
    white-space: normal;
    width: 100%;
  }
}
@media (min-width: 891px) {
  /* line 1043, ../sass/_customizations.scss */
  #t3t4b .t3t4b-map-navbar .t3t4b-map-nav li a .btn-text {
    display: table;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
/* line 1058, ../sass/_customizations.scss */
#t3t4b .t3t4b-list {
  font-size: 12px;
  list-style: none;
  padding: 0;
}
/* line 1064, ../sass/_customizations.scss */
#t3t4b .btn {
  color: #fff;
}

/* T16 */
/* line 1071, ../sass/_customizations.scss */
#t16c .information {
  text-align: center;
}

/* line 1076, ../sass/_customizations.scss */
#t16c_map {
  height: 550px;
  border-style: none;
}

/* T17 */
/* line 1082, ../sass/_customizations.scss */
#t17b_map {
  height: 550px;
}

/* T18 */
/* line 1087, ../sass/_customizations.scss */
#t18b .cartodb-legend-stack {
  background: white !important;
}

/* EN11 */
/* line 1092, ../sass/_customizations.scss */
#en11b_maps_container.fullscreen-map-container {
  position: relative;
}

/* line 1096, ../sass/_customizations.scss */
.en11b-map-title {
  margin-top: 10px;
}

/* line 1100, ../sass/_customizations.scss */
.en11b-map {
  min-height: 565px;
}

/* line 4, ../sass/_federal_targets.scss */
.page-targets .jumbotron {
  background: #E7E8E9;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 6, ../sass/_federal_targets.scss */
.page-targets .jumbotron p {
  font-size: 1.75em;
  font-weight: 300;
  padding: 0em;
  margin-bottom: 1em;
}
/* line 11, ../sass/_federal_targets.scss */
.page-targets h4 {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  font-weight: bold;
}
/* line 17, ../sass/_federal_targets.scss */
.page-targets select,
.page-targets #ft_status,
.page-targets #ft_category,
.page-targets .ft_filters .k-dropdown-wrap,
.page-targets .k-popup {
  width: 250px !important;
}
/* line 26, ../sass/_federal_targets.scss */
.page-targets .ft_goal h2 {
  font-size: 35px;
  line-height: 42px;
  font-weight: bold;
}
/* line 32, ../sass/_federal_targets.scss */
.page-targets .ft_goal p {
  font-size: 18.2px;
  line-height: 26px;
}
/* line 38, ../sass/_federal_targets.scss */
.page-targets .ft_indicators {
  min-height: 200px;
  background: none;
}
/* line 42, ../sass/_federal_targets.scss */
.page-targets .ft_indicators.ft_loaded {
  background: none;
}
/* line 46, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator {
  height: 518px;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  border: 1px solid white;
  box-shadow: 0px 0px 10px #ccc;
}
/* line 55, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator.filtered-out {
  display: none;
}
/* line 60, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_title {
  height: 52px;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
}
/* line 67, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_status {
  background-color: #D0D0D0;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
/* line 77, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_status.met {
  background-color: #4E8508;
}
/* line 80, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_status.not_met {
  background-color: #bf2932;
}
/* line 83, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_status.tbd {
  background-color: #D0D0D0;
}
/* line 86, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_status.not_set, .page-targets .ft_indicators .ft_indicator_status.support_state_target {
  background-color: #FFFFFF;
  border: 1px solid #000;
  color: #000;
}
/* line 93, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_status.significant_progress {
  background-color: #c0e4d1;
  color: #4E8508;
  border: 1px solid #4E8508;
}
/* line 100, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .btn-group {
  width: 100%;
}
/* line 103, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .btn-group .dropdown-menu {
  background-color: #4F4F4F;
  width: 100%;
}
/* line 108, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .btn-group .dropdown-menu > li > a {
  color: #FFFFFF;
  text-align: center;
}
/* line 112, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .btn-group .dropdown-menu > li > a:hover {
  color: #4F4F4F;
}
/* line 120, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_related {
  background-color: #4F4F4F;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 100% !important;
  border-radius: 8px;
  /*  Using one color for all related buttons
  &.Transportation {
    background-color: $transportation-color;
  }
  &.Land_and_People {
    background-color: $land-people-color;
  }
  &.Economy {
    background-color: $economy-color;
  }
  &.Environment {
    background-color: $environment-color;
  }
  &.Equity {
    background-color: $equity-color;
  }*/
}
/* line 128, ../sass/_federal_targets.scss */
.page-targets .ft_indicators .ft_indicator_related.dropdown-toggle {
  background-color: #4F4F4F;
  display: inline-block;
}
/* line 152, ../sass/_federal_targets.scss */
.page-targets .ft_tooltip {
  font-weight: bold;
  color: black;
  /*&.Environment {
    color: $green;
  }*/
}
/* line 161, ../sass/_federal_targets.scss */
.page-targets .ft_error {
  margin: 25px;
}

/* line 167, ../sass/_federal_targets.scss */
.ft_loading {
  min-height: 200px;
  background: url("../images/loader.gif") no-repeat 50% 50%;
  background-size: 200px 200px;
}

/* line 25, ../sass/style.scss */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #4F4F4F;
  overflow-x: hidden;
  padding-top: 64px !important;
}
@media (min-width: 891px) {
  /* line 25, ../sass/style.scss */
  body {
    /* Leave room for the MTC eyebrow */
    padding-top: 92px !important;
  }
}

/* line 35, ../sass/style.scss */
a, a:focus {
  outline: 0 !important;
}

/* line 39, ../sass/style.scss */
.menu {
  color: #fff;
}

/* We only need the top margin when the navbar is expanded */
@media (min-width: 851px) and (max-width: 890px) {
  /* line 47, ../sass/style.scss */
  .front .main-container,
  .page-node-24 .main-container {
    margin-top: 35px;
  }
}
@media (min-width: 891px) {
  /* line 60, ../sass/style.scss */
  .front .main-container,
  .page-node-24 .main-container {
    margin-top: 65px;
  }
}
/* line 66, ../sass/style.scss */
.jumbotron {
  margin-bottom: 0px;
  background: #fff;
}

/* line 71, ../sass/style.scss */
.more-text {
  display: none;
}

/* line 75, ../sass/style.scss */
.field-name-field-headline {
  padding-top: 0.75em;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 81, ../sass/style.scss */
.sticky {
  position: fixed;
  z-index: 1020;
}

/* line 86, ../sass/style.scss */
h1.page-header {
  display: none;
}

/*Compile code*/
/* line 91, ../sass/style.scss */
#maplu {
  float: left;
  height: 550px;
  position: relative;
  width: 100%;
}

/* Make justified button groups more responsive */
@media (max-width: 768px) {
  /* line 100, ../sass/style.scss */
  .btn-group > .btn {
    display: block;
    width: auto !important;
    border-radius: 0px;
    white-space: inherit;
  }

  /* line 107, ../sass/style.scss */
  .btn-group > .btn:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  /* line 112, ../sass/style.scss */
  .btn-group .btn + .btn {
    margin-left: 0;
  }

  /* line 116, ../sass/style.scss */
  .btn-group > .btn:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}
/* line 123, ../sass/style.scss */
.no-scroll {
  position: fixed;
  overflow: hidden;
}

/* line 136, ../sass/style.scss */
.blur-filter {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  transition: 1s;
}

/* line 141, ../sass/style.scss */
.blur-gone {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  transition: 0.5s;
}

#node-540 .measure-title, #node-540 .navbar, #node-540 #subheader, #node-540 .navbar-nav, #node-540 .navbar-right, #node-540 .field-name-field-title .field-item, #node-540 #subheader a:hover {
  background-color: #EC7429 !important;
}

#node-104 .highcharts-title, #node-540 .highcharts-title {
  display: none;
}

.Mpie .highcharts-title {
  display: block !important;
}
