body {
  color: #4a4a4a; }

.leaflet-container,
.leaflet-control-zoom-in,
.info,
.tooltip,
.svg-tip {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 9px;
  padding-right: 9px; }

.skin-blue .wrapper {
  background-color: transparent;
  min-height: 100vh;
  overflow: visible; }
.skin-blue .main-header .logo {
  background-color: #3c8dbc;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold; }
  .skin-blue .main-header .logo:hover {
    background-color: #3c8dbc; }
.skin-blue a {
  color: #0067bb; }
  .skin-blue a:hover {
    color: #014d8c;
    text-decoration: none; }
.skin-blue .page-content a:hover,
.skin-blue .ca-data-insights-container a:hover,
.skin-blue .cty-data-insights-container a:hover,
.skin-blue .footer a:hover {
  text-decoration: underline; }
.skin-blue .btn,
.skin-blue .selectize-input {
  background-color: #e2e4e9;
  border: solid 1px #cbcbce;
  border-radius: 2px;
  color: #0067bb;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 4px 15px; }
.skin-blue .selectize-input {
  padding-right: 40px;
  width: auto; }
.skin-blue .selectize-control.single .selectize-input::after {
  background: transparent url("dropdown-arrow.png") no-repeat center center;
  border: 0;
  height: 10px;
  width: 13px; }
.skin-blue .selectize-control.single .selectize-input.dropdown-active::after {
  background-image: none; }
.skin-blue .selectize-control.single .selectize-input.readonly {
  background-color: #e2e4e9;
  box-shadow: none; }
  .skin-blue .selectize-control.single .selectize-input.readonly::after {
    background-image: url("dropdown-arrow.png");
    margin-top: -3px; }
.skin-blue .selectize-control .selectize-dropdown [data-selectable],
.skin-blue .selectize-control .selectize-dropdown .optgroup-header {
  padding: 10px 12px; }
.skin-blue .selectize-control .selectize-dropdown .selected {
  font-weight: 600; }
.skin-blue .sidebar-toggle {
  background: transparent url("icons/hamburger.png") no-repeat center center;
  display: none;
  height: 18px;
  left: 38px;
  position: absolute;
  top: 24px;
  width: 26px; }

.content-wrapper {
  background-color: #f3f4f6;
  padding-bottom: 50px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .content-wrapper {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .content-wrapper {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1280px) {
    .content-wrapper {
      padding-bottom: 20px; } }
  .content-wrapper .content {
    padding: 0;
    position: relative; }
  .content-wrapper h1,
  .content-wrapper h2 {
    color: #4a4a4a;
    font-weight: bold;
    margin-top: 0; }
  .content-wrapper h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 40px; }
    .content-wrapper h1.title {
      align-items: center;
      display: flex; }
      .content-wrapper h1.title span {
        border-top: 1px solid #d6d6d8;
        content: '';
        flex: 1 1 auto;
        margin-left: 10px; }
  .content-wrapper h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2px; }
  @media screen and (min-width: 1024px) {
    .content-wrapper .intro {
      max-width: 66.66%; } }
  .content-wrapper h3 {
    color: #616161;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0; }
  .content-wrapper h4 {
    color: #616161;
    font-size: 12px;
    font-weight: 300;
    margin-top: 0; }
  .content-wrapper h6 {
    font-weight: 300; }
  .content-wrapper .tab-content > .tab-pane {
    padding: 33px 36px 15px 38px; }
    .content-wrapper .tab-content > .tab-pane.page {
      padding-left: 0;
      padding-right: 0;
      padding-top: 33px; }
  .content-wrapper .home-columns {
    margin-top: 38px; }
  .content-wrapper .home-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(180, 175, 175, 0.5);
    margin-bottom: 28px;
    padding: 22px 0 0; }
    .content-wrapper .home-card h2,
    .content-wrapper .home-card h3,
    .content-wrapper .home-card p {
      padding: 0 35px; }
    .content-wrapper .home-card .leaflet {
      margin-top: 25px; }
  .content-wrapper .boxes .col-sm-12 {
    padding: 0; }
  .content-wrapper .box {
    background-color: #fff;
    border: solid 0.5px #f3f2f2;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(208, 206, 206, 0.5);
    margin-bottom: 18px; }
    .content-wrapper .box .box-body {
      padding: 22px 30px 35px; }
    .content-wrapper .box .title {
      background-color: #428200;
      border-radius: 2px;
      color: #fff;
      display: table;
      font-size: 12px;
      font-weight: 600;
      line-height: 19px;
      margin: -10px auto 0;
      padding: 0 18px;
      text-transform: uppercase; }
    .content-wrapper .box p,
    .content-wrapper .box .diff {
      font-size: 16px;
      line-height: 1.5; }
    .content-wrapper .box .diff {
      font-weight: 300; }
      .content-wrapper .box .diff span {
        font-weight: normal;
        padding-left: 12px;
        padding-right: 3px; }
        .content-wrapper .box .diff span.down {
          background: transparent url("arrow-down.gif") no-repeat left 8px;
          color: #428200; }
        .content-wrapper .box .diff span.up {
          background: transparent url("arrow-up.gif") no-repeat left 8px;
          color: #da0606;
          font-weight: 600; }
  .content-wrapper .boxes a,
  .content-wrapper .nav-tabs a {
    border-bottom: solid 3px #0067bb;
    color: #0067bb;
    font-size: 16px; }
    .content-wrapper .boxes a:hover,
    .content-wrapper .nav-tabs a:hover {
      background-color: transparent;
      color: #23527c; }
  .content-wrapper .nav-tabs {
    background-color: transparent;
    border: 0; }
    .content-wrapper .nav-tabs > li {
      margin-bottom: 0; }
      .content-wrapper .nav-tabs > li a {
        border: 0;
        margin: 0 17px;
        padding: 0 0 4px; }
      .content-wrapper .nav-tabs > li:first-child a {
        margin-left: 0; }
      .content-wrapper .nav-tabs > li:last-child a {
        margin-right: 0; }
      .content-wrapper .nav-tabs > li.active a {
        background-color: transparent;
        border-bottom: solid 3px #014d8c;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        color: #014d8c;
        font-weight: 600; }
  .content-wrapper .boxes a {
    font-weight: bold;
    line-height: 1.13;
    text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    .content-wrapper .value-boxes > div:nth-child(odd) {
      padding-left: 0; }
    .content-wrapper .value-boxes > div:nth-child(even) {
      padding-right: 0; } }
  @media screen and (min-width: 1024px) {
    .content-wrapper .value-boxes > div {
      padding: 0; } }
  .content-wrapper .value-boxes .box {
    margin-bottom: 26px; }
    .content-wrapper .value-boxes .box .box-body {
      padding: 0 18px 24px;
      text-align: center; }
    .content-wrapper .value-boxes .box h3 {
      color: #0067bb;
      font-size: 38px;
      font-weight: 600;
      letter-spacing: -1.19px;
      line-height: 1.05;
      margin-top: 24px; }
      .content-wrapper .value-boxes .box h3.reduce-font {
        font-size: 28px; }
  .content-wrapper .value-boxes .box,
  .content-wrapper .third-row-boxes .box {
    cursor: pointer; }
    .content-wrapper .value-boxes .box:hover,
    .content-wrapper .third-row-boxes .box:hover {
      border: solid 0.5px #e5e5e5;
      border-radius: 6px;
      box-shadow: 0 5px 6px 2px rgba(145, 143, 143, 0.5); }
    .content-wrapper .value-boxes .box a::after,
    .content-wrapper .third-row-boxes .box a::after {
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .content-wrapper .graph-box {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .content-wrapper .graph-box {
        padding-left: 9px; } }
  .content-wrapper .view-boxes {
    padding: 0; }
    .content-wrapper .view-boxes > div:first-child {
      padding-right: 9px; }
    .content-wrapper .view-boxes > div:last-child {
      padding-left: 9px; }
      @media screen and (min-width: 768px) {
        .content-wrapper .view-boxes > div:last-child {
          padding-left: 0;
          padding-right: 9px; } }
    @media screen and (min-width: 1280px) {
      .content-wrapper .view-boxes > div:first-child, .content-wrapper .view-boxes > div:last-child {
        padding-right: 0; } }
    @media screen and (max-width: 600px) {
      .content-wrapper .view-boxes .col-xxs-12 {
        padding: 0 !important;
        width: 100%; } }
  .content-wrapper .fit-background {
    margin-left: -65px;
    margin-right: -40px; }

.skin-blue.sidebar-collapse .content-wrapper h1 {
  margin-top: 20px; }
.skin-blue.sidebar-collapse .sidebar-toggle {
  display: block;
  z-index: 0; }
.skin-blue.sidebar-open .sidebar-toggle {
  z-index: -1; }

#notifications {
  position: absolute;
  right: 37px;
  top: 22px; }
  #notifications .notification-bar > li {
    float: right;
    height: 21px;
    list-style: none; }
    #notifications .notification-bar > li > a {
      display: block;
      height: 21px; }
    #notifications .notification-bar > li.notifications-menu {
      display: none; }
      #notifications .notification-bar > li.notifications-menu a {
        background: transparent url("icons/bell.svg") no-repeat left center;
        width: 28px; }
        #notifications .notification-bar > li.notifications-menu a:hover {
          background-image: url("icons/bell-h.svg"); }
      #notifications .notification-bar > li.notifications-menu .fa {
        display: none; }
    #notifications .notification-bar > li.question {
      margin-left: 15px; }
      #notifications .notification-bar > li.question a {
        background: transparent url("icons/help.svg") no-repeat center center;
        width: 21px; }
        #notifications .notification-bar > li.question a:hover {
          background-image: url("icons/help-h.svg"); }
  #notifications .notification-bar .fa {
    color: #0067bb;
    font-size: 20px; }
  #notifications .notification-bar .dropdown .label {
    background-color: #428200 !important;
    border: 1px solid #f3f4f6;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: Metropolis;
    font-size: 10px;
    font-weight: 600;
    height: 16px;
    line-height: 14px;
    margin-left: 10px;
    margin-top: -4px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 16px; }
  #notifications .notification-bar .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    z-index: 1010; }
  #notifications .notification-bar .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 -2px 6px 4px rgba(171, 171, 171, 0.5);
    font-size: 16px;
    min-width: 300px;
    padding: 0;
    top: 30px; }
    @media screen and (min-width: 1024px) {
      #notifications .notification-bar .dropdown-menu {
        min-width: 580px; } }
    #notifications .notification-bar .dropdown-menu .header {
      background-color: #0067bb;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      color: #fff;
      padding: 12px 50px 12px 33px;
      position: relative; }
      #notifications .notification-bar .dropdown-menu .header::before {
        border-bottom: 5px solid #0067bb;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: '';
        height: 0;
        position: absolute;
        right: 14px;
        top: -5px;
        width: 0; }
      #notifications .notification-bar .dropdown-menu .header::after {
        background: url("icons/x.png") no-repeat center center;
        content: '';
        cursor: pointer;
        height: 17px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 17px; }
    #notifications .notification-bar .dropdown-menu .menu {
      list-style: none;
      margin: 0;
      max-height: 50vh;
      overflow-y: scroll;
      padding: 0; }
      #notifications .notification-bar .dropdown-menu .menu > li {
        border-bottom: 1px solid #ededed;
        padding: 21px 50px 19px 33px; }
      #notifications .notification-bar .dropdown-menu .menu h4 {
        text-transform: uppercase; }
      #notifications .notification-bar .dropdown-menu .menu b {
        display: block;
        margin-bottom: 2px; }
      #notifications .notification-bar .dropdown-menu .menu .text {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 1024px) {
          #notifications .notification-bar .dropdown-menu .menu .text {
            -webkit-line-clamp: 2; } }
      #notifications .notification-bar .dropdown-menu .menu a {
        background-image: none;
        display: block;
        font-weight: 600;
        margin-top: 5px;
        width: auto; }
        #notifications .notification-bar .dropdown-menu .menu a:hover {
          background-image: none; }
    #notifications .notification-bar .dropdown-menu .notification-footer {
      background-color: #fafafa;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      padding: 6px 0 15px;
      text-align: center; }
      #notifications .notification-bar .dropdown-menu .notification-footer a {
        background-image: none;
        border-bottom: solid 3px #0067bb;
        color: #0067bb;
        display: inline-block;
        font-weight: bold;
        line-height: 1.13;
        padding: 0 0 3px;
        width: auto; }
        #notifications .notification-bar .dropdown-menu .notification-footer a:hover {
          background-image: none;
          color: #014d8c; }

.map-center {
  background: #fff url("icons/map-center.svg") no-repeat center center;
  border-radius: 0;
  bottom: 120px;
  box-shadow: 0 2px 4px 0 #adadad;
  cursor: pointer;
  height: 34px;
  left: 30px;
  position: absolute;
  width: 35px;
  z-index: 1000; }

.leaflet-touch .leaflet-control-container > div:first-child {
  bottom: 34px;
  left: 30px;
  top: auto; }
  .leaflet-touch .leaflet-control-container > div:first-child .leaflet-control-zoom {
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 #adadad;
    margin: 0; }
    .leaflet-touch .leaflet-control-container > div:first-child .leaflet-control-zoom a {
      border: 0;
      border-radius: 0;
      color: #737373;
      font-size: 28px;
      font-weight: 300;
      height: 34px;
      line-height: 34px;
      width: 35px; }
      .leaflet-touch .leaflet-control-container > div:first-child .leaflet-control-zoom a:first-child::after {
        background-color: #979797;
        content: '';
        display: block;
        height: 1px;
        margin-left: 8px;
        opacity: .33;
        width: 20px; }
.leaflet-touch .leaflet-control-container > div:nth-child(3) {
  bottom: 34px;
  color: #616161;
  font-size: 12px;
  left: 95px;
  line-height: 2; }
  .leaflet-touch .leaflet-control-container > div:nth-child(3) strong {
    font-weight: normal; }
  .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-left: 11px;
    padding-bottom: 5px; }
    .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend br {
      display: none; }
    .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend > div {
      float: none !important; }
      .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend > div:nth-child(2) {
        height: 24px !important; }
        .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend > div:nth-child(2) span {
          border-bottom: 1px solid #fff;
          border-top: 1px solid #fff;
          display: inline-block;
          position: relative;
          transform: translateX(-100%) rotate(-90deg);
          transform-origin: 100% 0;
          width: 24px !important; }
          .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend > div:nth-child(2) span::after {
            background: transparent url("icons/legend-grid.png") repeat-y top left;
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; }
      .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend > div svg {
        color: #35505e;
        font-size: 10px;
        line-height: 12px; }
      .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend > div line {
        display: none; }
    .leaflet-touch .leaflet-control-container > div:nth-child(3) .legend i {
      height: 23px;
      margin-left: 11px;
      margin-right: 0;
      width: 23px; }
.leaflet-touch .leaflet-control-container > div:last-child {
  left: 0;
  right: auto; }

.map-graph-table {
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(145, 143, 143, 0.5);
  display: flex;
  left: 30px;
  position: absolute;
  top: 28px;
  z-index: 100; }
  .map-graph-table > div {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    cursor: pointer;
    height: 34px;
    margin: 0;
    width: 35px; }
    .map-graph-table > div + div {
      border-left: 1px solid #e5e5e5; }
    .map-graph-table > div.active {
      background-color: #f3f4f6; }
  .map-graph-table .map {
    background-image: url("icons/map.svg"); }
    .map-graph-table .map:hover, .map-graph-table .map.active {
      background-image: url("icons/map-h.svg"); }
  .map-graph-table .graph {
    background-image: url("icons/bar-graph.svg"); }
    .map-graph-table .graph:hover, .map-graph-table .graph.active {
      background-image: url("icons/bar-graph-h.svg"); }
  .map-graph-table .bar {
    background-image: url("icons/line-graph.svg"); }
    .map-graph-table .bar:hover, .map-graph-table .bar.active {
      background-image: url("icons/line-graph-h.svg"); }
  .map-graph-table .table {
    background-image: url("icons/table.svg"); }
    .map-graph-table .table:hover, .map-graph-table .table.active {
      background-image: url("icons/table-h.svg"); }

#CTY-source_m,
#CA-source_m {
  background-color: #fff;
  border-top-left-radius: 6px;
  bottom: 0;
  font-size: 12px;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  opacity: .8;
  padding-left: 12px;
  position: absolute;
  right: 0;
  width: 104px;
  z-index: 1000; }

#CTY-source_m .data-source,
#CA-source_m .data-source,
.info-tooltip {
  position: relative; }
  #CTY-source_m .data-source::after,
  #CA-source_m .data-source::after,
  .info-tooltip::after {
    background: transparent url("icons/info.png") no-repeat right center;
    background-size: 12px 12px;
    content: '';
    height: 12px;
    position: absolute;
    top: 6px;
    width: 18px; }

.change-in-data-legend:hover::after {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .5em;
  bottom: 1.35em;
  color: #fff;
  content: 'hi';
  display: block;
  left: 1em;
  padding: .3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98; }

.info-tooltip {
  display: inline; }

.tooltip {
  line-height: 1.58; }
  .tooltip .tooltip-inner {
    background-color: #4a4a4a;
    box-shadow: 0 1px 4px 0 rgba(167, 167, 167, 0.5);
    max-width: 401px;
    padding: 10px 16px;
    text-align: left; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #4a4a4a; }

.shiny-notification,
.skin-blue .plotly-notifier .notifier-note {
  background-color: rgba(74, 74, 74, 0.9);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(167, 167, 167, 0.5);
  color: #fff; }

.shiny-notification {
  bottom: 50px;
  left: 50%;
  padding: 18px;
  position: fixed;
  top: auto; }

#shiny-notification-update_notification {
  display: none; }

.shiny-notification-close {
  bottom: auto;
  float: none;
  position: absolute;
  right: 8px;
  top: -1px; }

.svg-tip {
  visibility: hidden; }
  .svg-tip rect {
    fill: #4a4a4a;
    stroke: #4a4a4a;
    stroke-width: 5; }
  .svg-tip text {
    fill: #fff;
    font-size: 12px; }

.irs-min,
.irs-max,
.irs-single {
  background-color: #e2e4e9;
  border-radius: 2px;
  color: #616161;
  font-size: 12px;
  line-height: 1.59;
  padding: 0 18px; }

.irs-single {
  color: #0067bb;
  font-weight: 600; }

.irs-slider {
  background-color: #0067bb;
  box-shadow: 0 2px 4px 0 rgba(184, 181, 181, 0.5); }

.irs-bar {
  background-color: #e2e4e9;
  border: solid 1px #e5e5e5;
  border-radius: 3.5px;
  height: 7px; }

.irs-bar-edge {
  background-color: #e2e4e9;
  border-bottom-color: #ccc;
  border-left-color: transparent;
  border-top-color: transparent; }

.irs-grid-pol {
  background-color: #4a4a4a;
  opacity: 1; }

.irs-grid-text {
  color: #616161;
  font-size: 12px; }

.leaflet-popup-content {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.31; }
  .leaflet-popup-content table {
    width: 100%; }
    .leaflet-popup-content table tr td:last-child {
      font-weight: bold;
      padding-left: 5px;
      text-align: right; }

#countySelectDrawer,
.data-handbook-drawer {
  background-color: #f3f4f6;
  box-shadow: 0 2px 4px 0 rgba(113, 108, 108, 0.5);
  font-size: 16px;
  height: 100vh;
  left: -800px;
  max-width: calc(100% - 177px);
  overflow: auto scroll;
  padding: 80px 40px 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000; }
  #countySelectDrawer h2,
  .data-handbook-drawer h2 {
    margin-bottom: 24px; }

@media screen and (min-width: 1024px) {
  #countySelectDrawer {
    max-width: 800px; } }
#countySelectDrawer h2 {
  margin-bottom: 16px; }
#countySelectDrawer ul {
  color: #0067bb;
  column-count: 2;
  column-gap: 15px;
  font-size: 16px;
  height: 100%;
  line-height: 2.13;
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    #countySelectDrawer ul {
      column-count: 4; } }
  #countySelectDrawer ul li {
    cursor: pointer;
    display: block;
    padding-right: 40px; }
    #countySelectDrawer ul li.active, #countySelectDrawer ul li:hover {
      color: #014d8c;
      padding-right: 37.8px;
      text-decoration: underline; }

.data-handbook-drawer {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 1024px) {
    .data-handbook-drawer {
      max-width: 486px; } }
  .data-handbook-drawer > div {
    background-position: 20px 25px;
    background-repeat: no-repeat;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 55px 20px 115px;
    position: relative; }
    .data-handbook-drawer > div:hover {
      background-color: #d6d9e0; }
    .data-handbook-drawer > div.publications {
      cursor: pointer; }
      .data-handbook-drawer > div.publications:hover {
        border: solid 0.5px #e5e5e5;
        border-radius: 6px;
        box-shadow: 0 5px 6px 2px rgba(145, 143, 143, 0.5); }
      .data-handbook-drawer > div.publications a::after {
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
    .data-handbook-drawer > div a {
      text-decoration: none; }
      .data-handbook-drawer > div a::after {
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
  .data-handbook-drawer h2,
  .data-handbook-drawer .publications {
    margin-left: 40px;
    margin-right: 40px; }
  .data-handbook-drawer .technical-notes {
    background-image: url("icons/technical-notes.svg"); }
  .data-handbook-drawer .data-definitions {
    background-image: url("icons/data-definitions.svg"); }
  .data-handbook-drawer .links {
    background-image: url("icons/links.svg"); }
  .data-handbook-drawer .updates {
    background-image: url("icons/updates.svg"); }
  .data-handbook-drawer strong {
    color: #0067bb;
    display: block;
    font-weight: 600;
    margin-bottom: 4px; }
  .data-handbook-drawer .publications {
    background-color: #fff;
    border: solid 1px #f3f2f2;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(208, 206, 206, 0.5);
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0 20px 27px 29px; }
    .data-handbook-drawer .publications .top-title {
      background-color: #428200;
      border-radius: 2px;
      color: #fff;
      display: table;
      font-size: 12px;
      font-weight: 600;
      line-height: 19px;
      margin: -10px 0 17px;
      padding: 0 18px;
      text-transform: uppercase; }
    .data-handbook-drawer .publications strong {
      color: #4a4a4a; }

.close-settings,
.close-drawer {
  background: transparent url("icons/x.png") no-repeat center center;
  display: block;
  height: 17px;
  position: absolute;
  right: 21px;
  text-indent: -9999em;
  top: 29px;
  width: 17px; }

.close-drawer {
  background-image: url("icons/x-on-white.png"); }

.external-link {
  background: transparent url("icons/link-external.png") no-repeat right 2px;
  padding-right: 25px; }
  .external-link.underline {
    font-weight: bold;
    margin-top: 14px;
    padding-bottom: 3px;
    position: relative; }
    .external-link.underline::after {
      border-bottom: solid 3px #0067bb;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0; }
    .external-link.underline:hover {
      text-decoration: none !important; }

.download-pdf {
  background: transparent url("icons/download-pdf.png") no-repeat top left;
  display: table;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 26px;
  position: relative; }
  .download-pdf::after {
    border-bottom: solid 3px #0067bb;
    bottom: 1px;
    content: '';
    left: 26px;
    position: absolute;
    right: 0; }
  .download-pdf:hover {
    text-decoration: none !important; }

.mailto-link {
  background: transparent url("icons/mailto.png") no-repeat left 3px;
  padding-left: 27px; }

.copy-link {
  background: transparent url("icons/copy-link.svg") no-repeat right 6px;
  color: #0067bb;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 0 20px 0 13px; }

.link-with-copy:hover .copy-link {
  display: inline-block; }

blockquote {
  border: 0;
  color: #4a4a4a;
  font-size: 16px;
  padding: 0 0 0 27px;
  position: relative; }
  blockquote::before {
    background-color: #428200;
    bottom: 4px;
    content: '';
    left: 0;
    position: absolute;
    top: 4px;
    width: 1px; }

#cahome-m .leaflet-popup-content a,
#CA-m .leaflet-popup-content a {
  border-bottom: solid 3px #0067bb;
  color: #0067bb;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
  text-transform: uppercase; }
#cahome-m .leaflet-popup-content .explore-into td,
#CA-m .leaflet-popup-content .explore-into td {
  padding: 12px 0 0;
  text-align: center; }
#cahome-m .leaflet-popup-content .rate td,
#CA-m .leaflet-popup-content .rate td {
  font-weight: normal;
  padding: 0;
  text-align: left; }

.data-last-updated h2 {
  margin-bottom: 6px; }

.footer {
  bottom: 0;
  color: #616161;
  font-size: 12px;
  left: 0;
  padding: 0 38px 12px 38px;
  right: 0;
  z-index: 10; }
  @media screen and (min-width: 1024px) {
    .footer {
      position: absolute; } }
  .footer ul {
    list-style: none;
    padding-left: 0; }
    .footer ul li {
      float: left;
      padding: 0 11px 0 9px;
      position: relative; }
      .footer ul li::after {
        background-color: #9e9e9f;
        content: '';
        display: inline-block;
        height: 15px;
        position: absolute;
        right: 0;
        top: 1px;
        width: 2px; }
      .footer ul li:first-child {
        padding-left: 0; }
      .footer ul li:last-child {
        padding-right: 0; }
        .footer ul li:last-child::after {
          display: none; }

.spinner-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
.shiny-output-error {
  visibility: hidden; }
  .shiny-output-error::before {
    visibility: hidden; }

.panel-group .panel-default {
  border: solid 1px #dadadb;
  border-radius: 2px; }
  .panel-group .panel-default > .panel-heading {
    background: #f3f4f6 url("dropdown-accordion-arrow.png") no-repeat right 20px top 17px; }
    .panel-group .panel-default > .panel-heading a {
      display: block; }
  .panel-group .panel-default > .panel-collapse {
    background-color: #f3f4f6; }
    .panel-group .panel-default > .panel-collapse .panel-body {
      border-top: 0;
      padding-top: 3px; }

.no-text {
  display: inline-block;
  font-size: 1px !important;
  height: 1px;
  line-height: 1px !important;
  text-indent: -9999em; }

.visually-hidden,
label[for='CA-save1-selectized'],
label[for='CTY-save1-selectized'],
label[for='county2-selectized'],
label[for='countyCmp-selectized'] {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px; }

.skin-blue .main-sidebar {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(113, 108, 108, 0.5);
  max-height: 100vh;
  min-height: 0;
  overflow-y: auto;
  padding-top: 0;
  position: fixed;
  z-index: 2001; }
.skin-blue .sidebar-menu {
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .skin-blue .sidebar-menu .logo {
    text-align: center; }
    .skin-blue .sidebar-menu .logo img {
      margin: 13px auto 66px; }
  .skin-blue .sidebar-menu > li {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
    .skin-blue .sidebar-menu > li > a {
      border: 0;
      padding: 6px 5px 6px 29px;
      text-decoration: none; }
      .skin-blue .sidebar-menu > li > a > .fa {
        color: #0067bb;
        font-size: 11px;
        width: 18px; }
    .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li:hover > a {
      background-color: #428200;
      border: 0;
      color: #fff; }
      .skin-blue .sidebar-menu > li.active > a > .fa, .skin-blue .sidebar-menu > li:hover > a > .fa {
        color: #fafafa; }
    .skin-blue .sidebar-menu > li.logo > a {
      padding: 0; }
    .skin-blue .sidebar-menu > li.logo:hover a {
      background-color: transparent; }
  .skin-blue .sidebar-menu .title {
    color: #616161;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 1px;
    padding-left: 29px;
    text-transform: uppercase; }
  .skin-blue .sidebar-menu #menu-bottom {
    margin-top: 160px;
    position: relative; }
.skin-blue .sidebar {
  height: 100%;
  padding-bottom: 60px; }
  .skin-blue .sidebar a {
    color: #4a4a4a; }
  .skin-blue .sidebar hr {
    border-top: solid 1px #939191;
    margin: 16px auto 16px 0;
    opacity: .25;
    width: 154px; }
  .skin-blue .sidebar [data-toggle='tab'] span {
    padding-left: 24px; }
  .skin-blue .sidebar li [data-value='home'] span {
    background: transparent url("icons/home.svg") no-repeat left center; }
  .skin-blue .sidebar li [data-value='CA'] span {
    background: transparent url("icons/california.svg") no-repeat left center; }
  .skin-blue .sidebar li [data-value='CTY'] span {
    background: transparent url("icons/county.svg") no-repeat left center; }
  .skin-blue .sidebar li [data-value='EXP'] span {
    background: transparent url("icons/bivariate.svg") no-repeat left center; }
  .skin-blue .sidebar li [data-value='data-handbook'] span {
    background: transparent url("icons/data-handbook.svg") no-repeat left center; }
  .skin-blue .sidebar li [data-value='contact-us'] span {
    background: transparent url("icons/contact.svg") no-repeat left center; }
  .skin-blue .sidebar li [data-value='feedback'] span {
    background: transparent url("icons/feedback.svg") no-repeat left center; }
  .skin-blue .sidebar li:hover [data-value='home'] span, .skin-blue .sidebar li.active [data-value='home'] span {
    background-image: url("icons/home-h.svg"); }
  .skin-blue .sidebar li:hover [data-value='CA'] span, .skin-blue .sidebar li.active [data-value='CA'] span {
    background: transparent url("icons/california-h.svg") no-repeat left center; }
  .skin-blue .sidebar li:hover [data-value='CTY'] span, .skin-blue .sidebar li.active [data-value='CTY'] span {
    background: transparent url("icons/county-h.svg") no-repeat left center; }
  .skin-blue .sidebar li:hover [data-value='EXP'] span, .skin-blue .sidebar li.active [data-value='EXP'] span {
    background: transparent url("icons/bivariate-h.svg") no-repeat left center; }
  .skin-blue .sidebar li:hover [data-value='data-handbook'] span, .skin-blue .sidebar li.active [data-value='data-handbook'] span {
    background: transparent url("icons/data-handbook-h.svg") no-repeat left center; }
  .skin-blue .sidebar li:hover [data-value='contact-us'] span, .skin-blue .sidebar li.active [data-value='contact-us'] span {
    background: transparent url("icons/contact-h.svg") no-repeat left center; }
  .skin-blue .sidebar li:hover [data-value='feedback'] span, .skin-blue .sidebar li.active [data-value='feedback'] span {
    background: transparent url("icons/feedback-h.svg") no-repeat left center; }
  .skin-blue .sidebar .hidden-links {
    height: 0;
    overflow: hidden; }

.content-wrapper .tab-content > .tab-pane#shiny-tab-CA, .content-wrapper .tab-content > .tab-pane#shiny-tab-CTY {
  padding-left: 0;
  padding-right: 0; }
  .content-wrapper .tab-content > .tab-pane#shiny-tab-CA .fit-background, .content-wrapper .tab-content > .tab-pane#shiny-tab-CTY .fit-background {
    margin-left: -27px;
    margin-right: -4px; }

#shiny-tab-CA #CA-ctitle,
#shiny-tab-CA #CA-csubtitle,
#shiny-tab-CA .ca-tab-container,
#shiny-tab-CA #CTY-ctitle,
#shiny-tab-CA #CTY-csubtitle,
#shiny-tab-CA .county-tab-container,
#shiny-tab-CTY #CA-ctitle,
#shiny-tab-CTY #CA-csubtitle,
#shiny-tab-CTY .ca-tab-container,
#shiny-tab-CTY #CTY-ctitle,
#shiny-tab-CTY #CTY-csubtitle,
#shiny-tab-CTY .county-tab-container {
  padding: 0 36px 0 38px; }
#shiny-tab-CA blockquote,
#shiny-tab-CTY blockquote {
  margin-bottom: 46px; }

.county-tab-container,
.ca-tab-container {
  margin-top: 30px; }
  .county-tab-container .selectize-input,
  .ca-tab-container .selectize-input {
    min-width: 230px; }
  .county-tab-container .form-group,
  .county-tab-container .selectize-control,
  .ca-tab-container .form-group,
  .ca-tab-container .selectize-control {
    margin: 0; }
    .county-tab-container .form-group .control-label,
    .county-tab-container .selectize-control .control-label,
    .ca-tab-container .form-group .control-label,
    .ca-tab-container .selectize-control .control-label {
      display: none; }
  .county-tab-container .nav-tabs,
  .ca-tab-container .nav-tabs {
    display: none; }
  @media screen and (min-width: 900px) {
    .county-tab-container .shiny-input-container,
    .ca-tab-container .shiny-input-container {
      display: none; }
    .county-tab-container .nav-tabs,
    .ca-tab-container .nav-tabs {
      display: block; } }

.county-container {
  background-color: #dbdee4;
  padding: 38px 25px 30px 50px;
  position: relative; }
  .county-container .col-sm-8 {
    padding-left: 0; }
  .county-container .intro-row::after {
    border-top: solid 1px #e5e5e5;
    content: '';
    display: block;
    margin: 0 -13px 0 -21px; }
  .county-container .intro-row br {
    display: none; }
  .county-container .comparing .intro-row::after {
    margin-right: -13px; }
  .county-container .box {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(145, 143, 143, 0.5); }
    .county-container .box .box-body {
      padding: 10px 0 0; }
      .county-container .box .box-body > .row {
        padding: 0 22px 0 30px; }
  .county-container .tab-pane {
    position: relative; }
    .county-container .tab-pane .leaflet,
    .county-container .tab-pane .js-plotly-plot,
    .county-container .tab-pane .datatables {
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
    .county-container .tab-pane > div:nth-child(2) {
      opacity: 1;
      z-index: 2; }
    .county-container .tab-pane .dataTables_scrollBody {
      max-height: 585px; }
    .county-container .tab-pane #CA-ht .dataTables_scrollBody,
    .county-container .tab-pane #CTY-ht .dataTables_scrollBody,
    .county-container .tab-pane #CTY-ht2 .dataTables_scrollBody {
      max-height: 525px !important; }
    .county-container .tab-pane #CTY-ht .dataTable caption,
    .county-container .tab-pane #CTY-ht2 .dataTable caption {
      display: none; }
  .county-container .compare-dropdowns-row {
    margin-top: 16px; }
    .county-container .compare-dropdowns-row .form-group {
      margin-bottom: 12px; }
  .county-container .map-col.full-width {
    width: 100%; }
  @media screen and (min-width: 1280px) {
    .county-container .map-col > .col-sm-12 {
      padding-right: 0; } }
  .county-container .map-col .loading {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 2000; }
    .county-container .map-col .loading .loading-text {
      bottom: 0;
      font-size: 30px;
      left: 0;
      position: absolute;
      right: 0;
      top: 40%; }
  .county-container .map-col .box-body {
    padding-bottom: 652px; }
    .county-container .map-col .box-body .compare {
      padding: 0 6px; }
  .county-container .map-col .select-save {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px; }
    .county-container .map-col .select-save .selectize-dropdown {
      width: 160px !important;
      z-index: 1003; }
    .county-container .map-col .select-save .selectize-input input {
      width: 35px !important; }
  .county-container .map-col .view-settings {
    display: none;
    margin-left: 16px; }
  .county-container .map-col .close-county-1-column,
  .county-container .map-col .close-county-2-column {
    background: transparent url("icons/x-on-white.png") no-repeat center center;
    display: none;
    height: 17px;
    position: absolute;
    right: 30px;
    text-indent: -9999em;
    top: 9px;
    width: 17px; }
  .county-container .map-col .compare-1,
  .county-container .map-col .compare-2 {
    z-index: 5; }
    .county-container .map-col .compare-1 .selectize-input,
    .county-container .map-col .compare-2 .selectize-input {
      width: 228px; }
    .county-container .map-col .compare-1 #countyCmp-selectized,
    .county-container .map-col .compare-2 #countyCmp-selectized {
      width: auto !important; }
  .county-container .map-col .compare .compare-1,
  .county-container .map-col .compare .compare-2 {
    padding: 0 3px; }
    .county-container .map-col .compare .compare-1 .tab-pane,
    .county-container .map-col .compare .compare-2 .tab-pane {
      border-top: solid 1px #e5e5e5; }
  .county-container .map-col .compare .compare-1 {
    z-index: 2; }
  .county-container .map-col .compare .compare-2 {
    height: 0;
    min-height: 0;
    overflow: hidden;
    z-index: 1; }
  @media screen and (min-width: 768px) {
    .county-container .map-col .compare-2 .selectize-control {
      padding-left: 17px;
      text-align: right; } }
  .county-container .map-col .compare-2 .selectize-control .selectize-input,
  .county-container .map-col .compare-2 .selectize-control .selectize-dropdown {
    text-align: left; }
  .county-container .map-col .comparing .compare-2::before {
    background-color: #999;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 5; }
  .county-container .map-col .comparing .compare-2 .selectize-control {
    text-align: left; }
  .county-container .map-col .comparing .close-county-1-column,
  .county-container .map-col .comparing .close-county-2-column {
    display: block; }
  .county-container .map-col #CTY-countyTabs2 {
    display: none; }
  .county-container .map-col .comparing .compare .compare-1 {
    padding: 0 0 0 3px; }
  .county-container .map-col .comparing .compare .compare-2 {
    padding: 0 3px 0 0; }
  .county-container .map-col .comparing .compare-dropdowns-row .compare-2::before {
    background-color: #999;
    bottom: 0;
    content: '';
    left: -4px;
    position: absolute;
    top: -16px;
    width: 1px; }
  .county-container .settings-col {
    font-size: 16px;
    min-width: 384px;
    padding-right: 0;
    padding-top: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001; }
    @media screen and (min-width: 1280px) {
      .county-container .settings-col {
        min-width: 0;
        padding-right: 9px;
        padding-top: 0;
        position: relative;
        right: auto;
        top: auto; } }
    .county-container .settings-col > .col-sm-12 {
      padding-right: 0; }
      @media screen and (min-width: 1280px) {
        .county-container .settings-col > .col-sm-12 {
          padding-left: 0;
          padding-right: 9px; } }
    .county-container .settings-col .box-header {
      background-color: #0067bb;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      padding: 25px; }
      .county-container .settings-col .box-header h3 {
        color: #fff;
        font-weight: 600;
        line-height: 1.5; }
    .county-container .settings-col .box-body {
      padding-bottom: 25px;
      padding-top: 0; }
      .county-container .settings-col .box-body > div {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 25px; }
        .county-container .settings-col .box-body > div#CTY-src_m, .county-container .settings-col .box-body > div#CTY-mapSelect, .county-container .settings-col .box-body > div#CTY-define_m, .county-container .settings-col .box-body > div#CTY-define2_h, .county-container .settings-col .box-body > div#CA-src_m, .county-container .settings-col .box-body > div#CA-mapSelect, .county-container .settings-col .box-body > div#CA-define_m, .county-container .settings-col .box-body > div#CA-define2_h {
          border-bottom: 0; }
        .county-container .settings-col .box-body > div#CTY-src_m, .county-container .settings-col .box-body > div#CA-src_m {
          margin-bottom: 0;
          padding-right: 0; }
      .county-container .settings-col .box-body .form-group {
        margin-bottom: 25px;
        padding-top: 25px; }
      .county-container .settings-col .box-body #CTY-barSlider .form-group,
      .county-container .settings-col .box-body #CA-barSlider .form-group {
        padding-top: 0; }
      .county-container .settings-col .box-body #CA-barSlider {
        margin-top: 25px; }
    .county-container .settings-col .selectize-input {
      min-width: 283px; }
    .county-container .settings-col .year-t .irs-grid-text:last-child {
      margin-left: 0 !important; }
  .county-container .form-group {
    margin-bottom: 30px; }
    .county-container .form-group label {
      color: #4a4a4a;
      font-weight: 600; }
  .county-container #CTY-mapSelect .selectize-control,
  .county-container #CA-mapSelect .selectize-control {
    margin-bottom: 0;
    min-width: 283px; }
  .county-container #CTY-mapSelect .form-group,
  .county-container #CA-mapSelect .form-group {
    margin-bottom: 2px; }
  .county-container #CTY-define_m,
  .county-container #CTY-define2_h,
  .county-container #CA-define_m,
  .county-container #CA-define2_h {
    background-color: #f2f3f5;
    color: #616161;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 25px 25px;
    padding: 6px 10px 10px 14px;
    position: relative; }
    .county-container #CTY-define_m::after,
    .county-container #CTY-define2_h::after,
    .county-container #CA-define_m::after,
    .county-container #CA-define2_h::after {
      background-color: #e5e5e5;
      bottom: -25px;
      content: '';
      height: 1px;
      left: -25px;
      position: absolute;
      right: -25px; }
    .county-container #CTY-define_m b,
    .county-container #CTY-define2_h b,
    .county-container #CA-define_m b,
    .county-container #CA-define2_h b {
      font-weight: 600; }
  .county-container #CA-define2_h {
    margin: 0 0 25px; }
  .county-container #CA-lineh2Select .form-group {
    margin-bottom: 0; }
  .county-container #CTY-src_m,
  .county-container #CTY-src_m + .form-group,
  .county-container #CA-src_m,
  .county-container #CA-src_m + .form-group {
    background-color: #f3f4f6;
    padding-top: 13px;
    display: none; }
    @media screen and (min-width: 1415px) {
      .county-container #CTY-src_m,
      .county-container #CTY-src_m + .form-group,
      .county-container #CA-src_m,
      .county-container #CA-src_m + .form-group {
        display: block; } }
    .county-container #CTY-src_m label,
    .county-container #CTY-src_m + .form-group label,
    .county-container #CA-src_m label,
    .county-container #CA-src_m + .form-group label {
      color: #616161;
      font-size: 12px;
      font-weight: 300;
      line-height: 2;
      padding-left: 0;
      text-transform: uppercase; }
      .county-container #CTY-src_m label + label,
      .county-container #CTY-src_m + .form-group label + label,
      .county-container #CA-src_m label + label,
      .county-container #CA-src_m + .form-group label + label {
        margin-left: 9px; }
      .county-container #CTY-src_m label span,
      .county-container #CTY-src_m + .form-group label span,
      .county-container #CA-src_m label span,
      .county-container #CA-src_m + .form-group label span {
        color: #0067bb;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-transform: none; }
      .county-container #CTY-src_m label input,
      .county-container #CTY-src_m + .form-group label input,
      .county-container #CA-src_m label input,
      .county-container #CA-src_m + .form-group label input {
        display: none; }
        .county-container #CTY-src_m label input:checked + span,
        .county-container #CTY-src_m + .form-group label input:checked + span,
        .county-container #CA-src_m label input:checked + span,
        .county-container #CA-src_m + .form-group label input:checked + span {
          border-bottom: solid 3px #014d8c;
          color: #014d8c;
          font-weight: 600; }
  .county-container #CTY-src_m + .form-group,
  .county-container #CA-src_m + .form-group {
    display: block; }
    @media screen and (min-width: 1415px) {
      .county-container #CTY-src_m + .form-group,
      .county-container #CA-src_m + .form-group {
        display: none; } }
    .county-container #CTY-src_m + .form-group .selectize-input,
    .county-container #CA-src_m + .form-group .selectize-input {
      width: 100%; }
    .county-container #CTY-src_m + .form-group .selectize-control,
    .county-container #CA-src_m + .form-group .selectize-control {
      padding-bottom: 7px; }
  .county-container #CTY-dlMap,
  .county-container #CA-dlMap,
  .county-container #CTY-dlTime,
  .county-container #CA-dlTime,
  .county-container #CTY-dlChange,
  .county-container #CA-dlChange {
    border: 0;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0; }
    .county-container #CTY-dlMap i,
    .county-container #CA-dlMap i,
    .county-container #CTY-dlTime i,
    .county-container #CA-dlTime i,
    .county-container #CTY-dlChange i,
    .county-container #CA-dlChange i {
      display: none; }
  .county-container .change-in-data td {
    border-bottom: 1px dotted #428200; }

#CA-dg,
#CA-hg,
#CA-hp,
#CA-pp,
#CA-pg,
#CTY-dg,
#CTY-hg,
#CTY-dg2,
#CTY-hg2,
#CTY-hp,
#CTY-hp2,
#CTY-pp,
#CTY-pg,
#CTY-pp2,
#CTY-pg2 {
  padding-top: 50px; }

#CA-dt,
#CA-ht,
#CA-pt,
#CTY-dt,
#CTY-pt,
#CTY-ht,
#CTY-dt2,
#CTY-ht2,
#CTY-pt2 {
  padding: 35px 23px 0 30px; }

#CA-ht,
#CTY-ht,
#CTY-ht2,
#CA-pt,
#CTY-pt,
#CTY-pt2,
#CA-pg,
#CTY-pg,
#CTY-pg2 {
  padding-top: 60px; }

#CA-dg,
#CTY-dg,
#CTY-dg2 {
  padding-top: 70px; }

#CA-tab_plus_mgt,
#CTY-tab_plus_mgt,
label[for='CA-tab_plus_mgt'],
label[for='CTY-tab_plus_mgt'] {
  display: none; }

.skin-blue.sidebar-collapse .content-wrapper .page h1 {
  padding-left: 38px; }

.page > h1,
.page > h3 {
  padding-left: 38px; }
.page > h3 {
  margin-bottom: 50px; }
.page a {
  text-decoration: none; }
.page .page-content {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(208, 206, 206, 0.5);
  font-size: 16px;
  padding: 42px 36px 82px 38px; }
  .page .page-content h2 {
    color: #428200;
    margin-bottom: 15px; }
  .page .page-content p {
    margin: 0 0 23px; }
  .page .page-content ol,
  .page .page-content ul {
    padding: 0 0 0 25px; }
  .page .page-content li {
    padding-left: 10px; }

#shiny-tab-technical-notes .terms,
#shiny-tab-updates .terms,
#shiny-tab-help .terms,
#shiny-tab-data-definitions .terms {
  background-color: #fff;
  border: solid 1px #f3f2f2;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(208, 206, 206, 0.5);
  padding-bottom: 30px; }
  #shiny-tab-technical-notes .terms h4,
  #shiny-tab-updates .terms h4,
  #shiny-tab-help .terms h4,
  #shiny-tab-data-definitions .terms h4 {
    margin: 19px 28px 5px 35px; }
  #shiny-tab-technical-notes .terms ul,
  #shiny-tab-updates .terms ul,
  #shiny-tab-help .terms ul,
  #shiny-tab-data-definitions .terms ul {
    border: 0;
    padding: 0; }
    #shiny-tab-technical-notes .terms ul li,
    #shiny-tab-updates .terms ul li,
    #shiny-tab-help .terms ul li,
    #shiny-tab-data-definitions .terms ul li {
      float: none;
      margin: 0;
      padding: 0; }
  #shiny-tab-technical-notes .terms a,
  #shiny-tab-technical-notes .terms .list-item,
  #shiny-tab-updates .terms a,
  #shiny-tab-updates .terms .list-item,
  #shiny-tab-help .terms a,
  #shiny-tab-help .terms .list-item,
  #shiny-tab-data-definitions .terms a,
  #shiny-tab-data-definitions .terms .list-item {
    border: 0;
    color: #0067bb;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 12px 28px 12px 35px;
    text-decoration: none; }
    #shiny-tab-technical-notes .terms a.active, #shiny-tab-technical-notes .terms a:hover,
    #shiny-tab-technical-notes .terms .list-item.active,
    #shiny-tab-technical-notes .terms .list-item:hover,
    #shiny-tab-updates .terms a.active,
    #shiny-tab-updates .terms a:hover,
    #shiny-tab-updates .terms .list-item.active,
    #shiny-tab-updates .terms .list-item:hover,
    #shiny-tab-help .terms a.active,
    #shiny-tab-help .terms a:hover,
    #shiny-tab-help .terms .list-item.active,
    #shiny-tab-help .terms .list-item:hover,
    #shiny-tab-data-definitions .terms a.active,
    #shiny-tab-data-definitions .terms a:hover,
    #shiny-tab-data-definitions .terms .list-item.active,
    #shiny-tab-data-definitions .terms .list-item:hover {
      background-color: #f3f4f6;
      color: #014d8c;
      font-weight: 600; }
  #shiny-tab-technical-notes .terms li.active a,
  #shiny-tab-updates .terms li.active a,
  #shiny-tab-help .terms li.active a,
  #shiny-tab-data-definitions .terms li.active a {
    background-color: #f3f4f6;
    color: #014d8c;
    font-weight: 600; }
#shiny-tab-technical-notes .tab-pane,
#shiny-tab-updates .tab-pane,
#shiny-tab-help .tab-pane,
#shiny-tab-data-definitions .tab-pane {
  padding: 0; }

@media screen and (min-width: 1280px) {
  .terms.fixed {
    height: 85vh;
    overflow-y: auto;
    position: fixed;
    top: 30px; } }

@media screen and (min-width: 1024px) {
  #shiny-tab-CA .terms.fixed,
  #shiny-tab-CTY .terms.fixed {
    height: 75vh;
    overflow-y: auto;
    position: fixed;
    top: 30px; } }

.pagination {
  display: block; }

.prev-note,
.next-note {
  background: transparent url("icons/left-arrow.png") no-repeat left 2px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 36px 50px 0;
  margin-bottom: 50px;
  margin-top: 30px;
  padding-left: 29px; }
  @media screen and (min-width: 1024px) {
    .prev-note,
    .next-note {
      margin-right: 0; } }

.next-note {
  background-image: url("icons/right-arrow.png");
  background-position: right 2px;
  padding-right: 29px;
  text-align: right; }

#shiny-tab-data-publications strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px; }
#shiny-tab-data-publications .download-pdf {
  margin: 14px 0 40px; }
#shiny-tab-data-publications .external-link {
  display: table; }

.tab-pane .new,
.tab-pane .updated,
.menu .new,
.menu .updated {
  display: block;
  margin-bottom: 5px; }
  .tab-pane .new::before,
  .tab-pane .updated::before,
  .menu .new::before,
  .menu .updated::before {
    background: #428200;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-right: 12px;
    padding: 0 10px; }
.tab-pane .new::before,
.menu .new::before {
  content: 'NEW'; }
.tab-pane .updated::before,
.menu .updated::before {
  content: 'UPDATED'; }

.content-wrapper #shiny-tab-EXP .nav-tabs-custom > .tab-content,
.content-wrapper #shiny-tab-data-definitions .nav-tabs-custom > .tab-content {
  padding: 0; }
.content-wrapper #shiny-tab-EXP .nav-tabs-custom > .nav-tabs > li,
.content-wrapper #shiny-tab-data-definitions .nav-tabs-custom > .nav-tabs > li {
  border-top: 0; }
  .content-wrapper #shiny-tab-EXP .nav-tabs-custom > .nav-tabs > li a,
  .content-wrapper #shiny-tab-data-definitions .nav-tabs-custom > .nav-tabs > li a {
    margin-left: 0;
    margin-right: 0; }
.content-wrapper #shiny-tab-EXP .tab-pane,
.content-wrapper #shiny-tab-data-definitions .tab-pane {
  padding: 0 0 50px; }

.content-wrapper #shiny-tab-data-definitions .intro {
  margin-bottom: 18px; }
.content-wrapper #shiny-tab-data-definitions .nav-tabs {
  padding-left: 38px; }
.content-wrapper #shiny-tab-data-definitions .tab-pane > .form-group.shiny-input-container {
  height: 0;
  opacity: 0;
  overflow: hidden; }
.content-wrapper #shiny-tab-data-definitions .indicator-placeholder > div {
  display: none; }
  .content-wrapper #shiny-tab-data-definitions .indicator-placeholder > div:first-child {
    display: block; }
.content-wrapper #shiny-tab-data-definitions .indicator-placeholder label {
  display: none; }
.content-wrapper #shiny-tab-data-definitions .indicator-placeholder .shiny-input-container {
  display: none; }
.content-wrapper #shiny-tab-data-definitions .indicator-placeholder .selectize-input {
  width: 100%; }
.content-wrapper #shiny-tab-data-definitions .indicator-placeholder .list-item {
  color: #0067bb;
  cursor: pointer;
  margin: 0; }

#shiny-tab-contact-us .page-content > div,
#shiny-tab-feedback .page-content > div {
  padding-bottom: 30px; }
#shiny-tab-contact-us .col-md-1,
#shiny-tab-feedback .col-md-1 {
  display: none; }
  @media screen and (min-width: 1024px) {
    #shiny-tab-contact-us .col-md-1,
    #shiny-tab-feedback .col-md-1 {
      display: block; } }
#shiny-tab-contact-us .border,
#shiny-tab-feedback .border {
  border-right: 1px solid #428200; }
#shiny-tab-contact-us .form-group,
#shiny-tab-feedback .form-group {
  margin-bottom: 30px; }
#shiny-tab-contact-us label,
#shiny-tab-feedback label {
  font-weight: normal; }
#shiny-tab-contact-us input,
#shiny-tab-contact-us textarea,
#shiny-tab-feedback input,
#shiny-tab-feedback textarea {
  background-color: #f3f4f6;
  border: 1px solid #dadadb;
  border-radius: 2px;
  box-shadow: inset 0 2px 3px 0 #d0cece;
  font-size: 16px;
  height: auto;
  padding: 9px 25px 11px 15px; }
#shiny-tab-contact-us button,
#shiny-tab-feedback button {
  background-color: transparent;
  border: 0;
  color: #0067bb;
  font-weight: bold;
  outline: none;
  padding: 0 0 3px;
  position: relative; }
  #shiny-tab-contact-us button::after,
  #shiny-tab-feedback button::after {
    border-bottom: solid 3px #0067bb;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0; }
#shiny-tab-contact-us #contactUsStatus,
#shiny-tab-contact-us #feedbackStatus,
#shiny-tab-feedback #contactUsStatus,
#shiny-tab-feedback #feedbackStatus {
  margin-top: 20px; }

#shiny-tab-contact-us .btn:hover,
#shiny-tab-feedback .btn:hover {
  color: #014d8c; }

#shiny-tab-sitemap .remove-first-class {
  counter-reset: sitemap1; }
  #shiny-tab-sitemap .remove-first-class li {
    list-style: none;
    margin: 0;
    padding: 0 0 5px; }
    #shiny-tab-sitemap .remove-first-class li::before {
      color: #0067bb;
      padding-right: 4px; }
  #shiny-tab-sitemap .remove-first-class > ol {
    padding: 0; }
    #shiny-tab-sitemap .remove-first-class > ol > li {
      counter-increment: sitemap1;
      counter-reset: sitemap2;
      margin: 0;
      padding: 0 0 40px 25px; }
      #shiny-tab-sitemap .remove-first-class > ol > li::before {
        content: counter(sitemap1); }
      #shiny-tab-sitemap .remove-first-class > ol > li > ol {
        margin: 0;
        padding: 10px 0 0; }
        #shiny-tab-sitemap .remove-first-class > ol > li > ol > li {
          counter-increment: sitemap2;
          counter-reset: sitemap3;
          margin: 0;
          padding: 0 0 10px 25px; }
          #shiny-tab-sitemap .remove-first-class > ol > li > ol > li::before {
            content: counter(sitemap1) "." counter(sitemap2); }
          #shiny-tab-sitemap .remove-first-class > ol > li > ol > li > ol > li {
            counter-increment: sitemap3; }
            #shiny-tab-sitemap .remove-first-class > ol > li > ol > li > ol > li::before {
              content: counter(sitemap1) "." counter(sitemap2) "." counter(sitemap3); }

.content-wrapper .ca-data-insights-container,
.content-wrapper .cty-data-insights-container {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(208, 206, 206, 0.5);
  display: none;
  padding: 38px 0 70px; }
  .content-wrapper .ca-data-insights-container .tab-content > .tab-pane,
  .content-wrapper .cty-data-insights-container .tab-content > .tab-pane {
    padding-bottom: 30px;
    padding-top: 0; }
    @media screen and (min-width: 1024px) {
      .content-wrapper .ca-data-insights-container .tab-content > .tab-pane,
      .content-wrapper .cty-data-insights-container .tab-content > .tab-pane {
        padding: 0; } }
  .content-wrapper .ca-data-insights-container h2,
  .content-wrapper .cty-data-insights-container h2 {
    color: #428200;
    margin-bottom: 15px; }
  .content-wrapper .ca-data-insights-container h3,
  .content-wrapper .cty-data-insights-container h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px; }
  .content-wrapper .ca-data-insights-container p,
  .content-wrapper .cty-data-insights-container p {
    font-size: 16px; }
  .content-wrapper .ca-data-insights-container .box,
  .content-wrapper .cty-data-insights-container .box {
    background-color: #f3f4f6;
    border: solid 1px #e2e5ea;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #dde1e9;
    margin-bottom: 80px;
    margin-top: 30px; }
    .content-wrapper .ca-data-insights-container .box .box-body,
    .content-wrapper .cty-data-insights-container .box .box-body {
      padding: 0 15px 16px; }
    .content-wrapper .ca-data-insights-container .box .title,
    .content-wrapper .cty-data-insights-container .box .title {
      margin-bottom: 20px; }
    .content-wrapper .ca-data-insights-container .box .stat-row,
    .content-wrapper .cty-data-insights-container .box .stat-row {
      margin: 19px 0 30px; }
      .content-wrapper .ca-data-insights-container .box .stat-row > div,
      .content-wrapper .cty-data-insights-container .box .stat-row > div {
        text-align: center; }
      .content-wrapper .ca-data-insights-container .box .stat-row h3,
      .content-wrapper .cty-data-insights-container .box .stat-row h3 {
        color: #0067bb;
        font-size: 38px;
        font-weight: 600;
        line-height: 1.05;
        margin-bottom: 5px; }
      .content-wrapper .ca-data-insights-container .box .stat-row strong,
      .content-wrapper .cty-data-insights-container .box .stat-row strong {
        font-weight: 600; }
  .content-wrapper .ca-data-insights-container img,
  .content-wrapper .cty-data-insights-container img {
    height: auto;
    width: 100%; }
  .content-wrapper .ca-data-insights-container .graph-row,
  .content-wrapper .cty-data-insights-container .graph-row {
    margin-bottom: 77px;
    margin-top: 39px; }
  .content-wrapper .ca-data-insights-container .terms,
  .content-wrapper .cty-data-insights-container .terms {
    border: solid 1px #f3f2f2;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(208, 206, 206, 0.5);
    font-size: 16px;
    padding: 25px 0; }
    .content-wrapper .ca-data-insights-container .terms .download-pdf,
    .content-wrapper .cty-data-insights-container .terms .download-pdf {
      cursor: pointer;
      margin: 0 18px 25px; }
    .content-wrapper .ca-data-insights-container .terms h4,
    .content-wrapper .cty-data-insights-container .terms h4 {
      margin: 23px 18px 10px 35px;
      padding-top: 23px;
      position: relative; }
      .content-wrapper .ca-data-insights-container .terms h4::before,
      .content-wrapper .cty-data-insights-container .terms h4::before {
        background-color: #dedede;
        content: '';
        font-size: 1px;
        height: 1px;
        left: -35px;
        line-height: 1px;
        position: absolute;
        right: -18px;
        top: 0; }
    .content-wrapper .ca-data-insights-container .terms .nav-tabs a,
    .content-wrapper .cty-data-insights-container .terms .nav-tabs a {
      border: 0;
      color: #0067bb;
      display: block;
      font-size: 16px;
      margin: 0;
      padding: 12px 28px 12px 35px;
      text-decoration: none; }
      .content-wrapper .ca-data-insights-container .terms .nav-tabs a:hover,
      .content-wrapper .cty-data-insights-container .terms .nav-tabs a:hover {
        background-color: #f3f4f6;
        color: #014d8c;
        font-weight: 600; }
    .content-wrapper .ca-data-insights-container .terms .nav-tabs li,
    .content-wrapper .cty-data-insights-container .terms .nav-tabs li {
      width: 100%; }
      .content-wrapper .ca-data-insights-container .terms .nav-tabs li.active a,
      .content-wrapper .cty-data-insights-container .terms .nav-tabs li.active a {
        background-color: #f3f4f6;
        color: #014d8c;
        font-weight: 600; }
  .content-wrapper .ca-data-insights-container .download-pdf::after,
  .content-wrapper .cty-data-insights-container .download-pdf::after {
    display: none; }
  .content-wrapper .ca-data-insights-container .download-pdf span,
  .content-wrapper .cty-data-insights-container .download-pdf span {
    border-bottom: solid 3px #0067bb; }
  .content-wrapper .ca-data-insights-container #dataInsightReport,
  .content-wrapper .cty-data-insights-container #dataInsightReport {
    background-color: transparent;
    border: 0;
    font-weight: 700;
    padding: 0 0 3px 26px !important;
    text-align: left; }
    .content-wrapper .ca-data-insights-container #dataInsightReport .fa-download,
    .content-wrapper .cty-data-insights-container #dataInsightReport .fa-download {
      display: none; }
    .content-wrapper .ca-data-insights-container #dataInsightReport span,
    .content-wrapper .cty-data-insights-container #dataInsightReport span {
      white-space: normal; }
  .content-wrapper .ca-data-insights-container .first-snapshot::before,
  .content-wrapper .cty-data-insights-container .first-snapshot::before {
    border-top: solid 1px #f3f2f2;
    color: #616161;
    content: 'DATA SNAPSHOTS';
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    margin: 15px 0 5px;
    padding: 30px 18px 0 35px; }
  .content-wrapper .ca-data-insights-container .legend,
  .content-wrapper .cty-data-insights-container .legend {
    list-style: none; }
    .content-wrapper .ca-data-insights-container .legend li,
    .content-wrapper .cty-data-insights-container .legend li {
      position: relative; }
      .content-wrapper .ca-data-insights-container .legend li::before,
      .content-wrapper .cty-data-insights-container .legend li::before {
        background-color: #000;
        border-radius: 2px;
        content: '';
        display: inline-block;
        height: 3px;
        margin-right: 10px;
        vertical-align: middle;
        width: 40px; }
      .content-wrapper .ca-data-insights-container .legend li::after,
      .content-wrapper .cty-data-insights-container .legend li::after {
        color: #000;
        content: '\f0c8';
        font-family: FontAwesome;
        font-size: 14px;
        left: 14px;
        position: absolute;
        top: 1px; }
      .content-wrapper .ca-data-insights-container .legend li.blue::before,
      .content-wrapper .cty-data-insights-container .legend li.blue::before {
        background-color: #0067bb; }
      .content-wrapper .ca-data-insights-container .legend li.blue::after,
      .content-wrapper .cty-data-insights-container .legend li.blue::after {
        border-bottom: 11px solid #0067bb;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        color: #0067bb;
        content: '';
        height: 0;
        top: 4px;
        width: 0; }
      .content-wrapper .ca-data-insights-container .legend li.red::before,
      .content-wrapper .cty-data-insights-container .legend li.red::before {
        background-color: #f00; }
      .content-wrapper .ca-data-insights-container .legend li.red::after,
      .content-wrapper .cty-data-insights-container .legend li.red::after {
        color: #f00; }
      .content-wrapper .ca-data-insights-container .legend li.green::before,
      .content-wrapper .cty-data-insights-container .legend li.green::before {
        background-color: #428200; }
      .content-wrapper .ca-data-insights-container .legend li.green::after,
      .content-wrapper .cty-data-insights-container .legend li.green::after {
        color: #428200;
        content: '\f111'; }
  .content-wrapper .ca-data-insights-container .footnote,
  .content-wrapper .cty-data-insights-container .footnote {
    font-size: .9em; }

/*# sourceMappingURL=custom.css.map */
