@import url("https://use.typekit.net/xea2kgk.css");
.blue-text {
  color: #214982; }

.lightblue-text {
  color: #3782cc; }

.pink-text {
  color: #e53061; }

.orange-text {
  color: #f05c2b; }

.teal-text {
  color: #00948f; }

.green-text {
  color: #3dd194; }

.white-text {
  color: white; }

.blue-bg {
  background-color: #214982; }

.mint-bg {
  background-color: #ddece2; }

.grey-bg {
  background-color: #eef0f4; }

.orange-bg {
  background-color: #f05c2b; }

.pink-bg {
  background-color: #e53061; }

.teal-bg {
  background-color: #00948f; }

body {
  font-family: "acumin-pro", sans-serif;
  color: #414042; }

img {
  max-width: 100%; }

h1, h2, h3, .condensed {
  font-family: "acumin-pro-condensed", sans-serif; }

h1, h2, h3 {
  font-weight: 600; }

p, li {
  font-size: 18px; }
  @media screen and (max-width: 991px) {
    p, li {
      font-size: 16px; } }

.page-title {
  font-size: 3rem; }
  @media screen and (max-width: 991px) {
    .page-title {
      font-size: 2.5rem; } }
  @media screen and (max-width: 575px) {
    .page-title {
      font-size: 2rem; } }

.section-title {
  font-size: 2.4rem; }
  @media screen and (max-width: 991px) {
    .section-title {
      font-size: 2rem; } }
  @media screen and (max-width: 575px) {
    .section-title {
      font-size: 1.7rem; } }

.small-title {
  font-size: 1.7rem; }
  @media screen and (max-width: 991px) {
    .small-title {
      font-size: 1.55rem; } }
  @media screen and (max-width: 575px) {
    .small-title {
      font-size: 1.4rem; } }

.large-text {
  font-size: 1.3rem !important; }
  @media screen and (max-width: 991px) {
    .large-text {
      font-size: 1.1rem !important; } }

.callout-text {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 100; }
  @media screen and (max-width: 991px) {
    .callout-text {
      font-size: 1.5rem; } }
  @media screen and (max-width: 575px) {
    .callout-text {
      font-size: 1.3rem;
      font-weight: 400; } }

.heading-text {
  font-size: 1.5rem; }
  @media screen and (max-width: 991px) {
    .heading-text {
      font-size: 1.3rem !important; } }
  @media screen and (max-width: 575px) {
    .heading-text {
      font-size: 1.1rem !important; } }

button {
  border: 0px; }

.button {
  display: inline-block;
  padding: 8px 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 14px;
  border-radius: 30px;
  text-align: center; }
  .button:hover {
    text-decoration: none; }
  .button.blue-button {
    background: #214982;
    color: white; }
    .button.blue-button:hover {
      background: #3970C0; }
  .button.lightblue-button {
    background: #3782cc;
    color: white; }
    .button.lightblue-button:hover {
      background: #3970C0; }
  .button.green-button {
    background: #3dd194;
    color: #414042; }
    .button.green-button:hover {
      background: #66ecb5; }
  .button.teal-button {
    background: #00948f;
    color: white; }
    .button.teal-button:hover {
      background: #096b67; }
  .button.pink-button {
    background: #e53061;
    color: white; }
    .button.pink-button:hover {
      background: #b63457; }
  .button.orange-button {
    background: #f05c2b;
    color: white; }
    .button.orange-button:hover {
      background: #c74c23; }
  .button.yellow-button {
    background: #fcd147;
    color: #414042; }
    .button.yellow-button:hover {
      background: #e8b614; }

.bx-wrapper {
  padding-left: 34px;
  padding-right: 34px;
  box-shadow: 0px 0px;
  border: 0px;
  margin-bottom: 20px; }
  .bx-wrapper .bx-prev {
    background: url("../img/prev-arrow.png");
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: 0; }
  .bx-wrapper .bx-next {
    background: url("../img/next-arrow.png");
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 0; }

.form-control {
  border-radius: 6px; }

nav.navbar {
  flex-wrap: wrap;
  padding: 0px;
  position: relative; }
  nav.navbar > .container {
    align-items: start; }
    @media screen and (max-width: 991px) {
      nav.navbar > .container {
        align-items: center; } }

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding-top: 12px;
  padding-right: 0px;
  margin-right: 10px; }
  .navbar-toggler:hover {
    background: transparent !important; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0); }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0); }
  .navbar-toggler .icon-bar {
    width: 36px;
    transition: all 0.2s;
    background: #134170;
    display: block;
    height: 3px;
    margin-bottom: 7px;
    border-radius: 8px; }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }

.navbar-brand {
  width: 30%;
  max-width: 280px; }
  .navbar-brand img {
    width: 100%; }
  @media screen and (max-width: 1199px) {
    .navbar-brand {
      width: 22%; } }
  @media screen and (max-width: 991px) {
    .navbar-brand {
      width: 57%;
      padding: 8px 15px; } }

.top-nav {
  width: 100%; }
  .top-nav .nav-item .nav-link.nav-pill {
    background: #3dd194;
    margin-left: 20px;
    padding: 7px 20px;
    color: #414042;
    font-weight: 600;
    border-radius: 40px; }
    .top-nav .nav-item .nav-link.nav-pill:hover {
      background: #66ecb5; }

@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
    position: relative; }

  .navbar {
    position: absolute !important;
    top: 0;
    width: 100%;
    background: white;
    z-index: 99;
    box-shadow: 0px 6px 23px -10px; }

  .nav-link {
    display: inline-block; }

  .nav-search {
    padding: 10px 8px; }
    .nav-search form {
      padding-right: 80px;
      position: relative; }
      .nav-search form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        background: #214982;
        color: white;
        border: 2px solid #214982; }

  .top-nav, .main-nav {
    padding: 5px 15px; }
    .top-nav .container, .main-nav .container {
      padding: 0px; }
    .top-nav .nav-search label, .main-nav .nav-search label {
      height: 0px;
      width: 0px;
      display: inline; }
    .top-nav .nav-search label .fa-solid, .main-nav .nav-search label .fa-solid {
      display: none; }
    .top-nav .nav-search input, .main-nav .nav-search input {
      width: 100%; }

  .top-nav {
    padding: 0px; }
    .top-nav .container {
      padding: 0px 15px; }

  .nav-item {
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #214982; }
    .nav-item > .nav-link {
      font-size: 1.1em;
      text-transform: uppercase; }
    .nav-item .nav-link, .nav-item a {
      color: #214982;
      font-weight: 600; }

  .has-submenu {
    position: relative;
    padding-right: 40px; }
    .has-submenu .sub-toggler {
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 1px 12px;
      font-size: 20px;
      cursor: pointer; }
    .has-submenu .submenu {
      max-height: 0px;
      overflow: hidden;
      transition: max-height .2s ease; }
      .has-submenu .submenu ul {
        list-style-type: none;
        padding-left: 10px; }
        .has-submenu .submenu ul li {
          margin-bottom: 8px; }
      .has-submenu .submenu .nav-link {
        display: block; }
        .has-submenu .submenu .nav-link a {
          font-weight: 400; }
      .has-submenu .submenu .subsection {
        display: block; }
        .has-submenu .submenu .subsection a {
          font-weight: 600; }
    .has-submenu .megamenu .nav-link {
      padding: 0px 15px; }
    .has-submenu .megamenu .subsection {
      padding: 0px 0px; }
    .has-submenu.active .submenu {
      max-height: 500px;
      transition: max-height .6s ease; } }
@media screen and (min-width: 992px) {
  .top-nav {
    background: #214982; }
    .top-nav .navbar-nav .nav-link {
      color: white;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-size: 14px;
      padding-right: 0px;
      padding-left: 40px;
      line-height: 1.1em;
      display: block; }
      .top-nav .navbar-nav .nav-link:hover {
        color: #3dd194; }
    .top-nav label {
      cursor: pointer; }
    .top-nav .nav-search {
      position: relative; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .top-nav .nav-search input {
        position: absolute;
        right: 0;
        width: 0;
        opacity: 0;
        padding: 2px 14px;
        pointer-events: none;
        outline: none;
        transition: all .2s ease;
        border: 6px solid #214982;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        .top-nav .nav-search input:focus {
          opacity: 1;
          width: 320px;
          outline: none;
          pointer-events: initial; } }

@media screen and (min-width: 992px) {
  .main-nav .nav-item {
    border-bottom: 10px solid white; }
    .main-nav .nav-item.has-submenu:hover {
      border-color: #3782cc; }

  .main-nav.navbar-nav .nav-link {
    color: #414042;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    padding-right: 25px;
    padding-left: 25px;
    line-height: 1.1em; }
    .main-nav.navbar-nav .nav-link:hover {
      color: #3782cc; }
    .main-nav.navbar-nav .nav-link.nav-pill {
      margin-left: 20px;
      padding: 14px 20px;
      background: #214982;
      color: white;
      border-radius: 40px; }
      .main-nav.navbar-nav .nav-link.nav-pill:hover {
        background: #3782cc; }

  .submenu {
    background: rgba(255, 255, 255, 0.94);
    opacity: 0;
    pointer-events: none;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    white-space: nowrap;
    font-family: "acumin-pro-condensed", sans-serif;
    z-index: 99; }
    .submenu ul {
      padding-left: 0px;
      list-style-type: none; }
      .submenu ul li {
        font-weight: 600; }
      .submenu ul a {
        color: #414042; }
        .submenu ul a:hover {
          color: #3782cc; }

  .navbar-nav .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    white-space: normal; }
    .navbar-nav .megamenu .col-lg-3 {
      border-left: 1px solid #414042; }
    .navbar-nav .megamenu .submenu-icon {
      width: 36px;
      margin-bottom: 20px; }
    .navbar-nav .megamenu ul li.nav-link {
      padding: 0px;
      padding-left: 0px;
      padding-right: 0px;
      font-size: 14px;
      text-transform: none;
      letter-spacing: 0;
      margin-bottom: 8px;
      font-weight: 400; }
      .navbar-nav .megamenu ul li.nav-link.subsection {
        font-weight: 600;
        font-size: 16px; }
      .navbar-nav .megamenu ul li.nav-link a {
        color: #414042; }
        .navbar-nav .megamenu ul li.nav-link a:hover {
          color: #3782cc; }

  .has-submenu {
    position: relative; }

  .has-megamenu {
    position: static; }

  .has-submenu:hover .submenu {
    opacity: 1;
    pointer-events: initial; } }
.footer p, .footer a {
  color: white;
  font-weight: 600;
  font-size: 16px; }
.footer .ml-auto .col-md-6:last-child {
  border-left: 2px solid white; }
.footer .footer-nav {
  list-style-type: none;
  padding-left: 0px; }
  .footer .footer-nav a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em; }
  .footer .footer-nav li {
    margin: 11px 0; }

.home-title {
  font-size: 3.4em;
  color: #214982;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .home-title {
      font-size: 2.2em; } }

.home-hero .hero-image, .stretch-image .hero-image {
  max-height: 345px;
  object-fit: cover; }
  @media screen and (min-width: 1200px) {
    .home-hero .hero-image, .stretch-image .hero-image {
      max-height: 450px; } }
.home-hero .hero-text, .stretch-image .hero-text {
  padding: 20px 10px; }
  .home-hero .hero-text p, .stretch-image .hero-text p {
    font-weight: 300;
    margin-bottom: 25px; }
  @media screen and (min-width: 767px) {
    .home-hero .hero-text, .stretch-image .hero-text {
      max-width: 550px;
      padding: 30px; } }
  @media screen and (min-width: 992px) {
    .home-hero .hero-text p, .stretch-image .hero-text p {
      font-size: 17px; } }

.work-cards .work-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 2px 2px 11px -8px;
  position: relative; }
  .work-cards .work-card.no-link {
    padding-bottom: 15px; }
    .work-cards .work-card.no-link .card-content {
      padding-bottom: 0px; }
    .work-cards .work-card.no-link p {
      font-size: 18px;
      color: #414042; }
.work-cards .card-content {
  padding-bottom: 15px; }
  .work-cards .card-content a {
    color: #214982; }
  .work-cards .card-content h3 {
    margin-bottom: 25px;
    color: #214982; }
  .work-cards .card-content p {
    margin-bottom: 30px;
    color: #214982;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 20px; }
  .work-cards .card-content .card-icon {
    margin-top: -54px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    width: 65px;
    height: auto; }
  .work-cards .card-content .learn-more {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em; }

.home-section-intro p {
  max-width: 820px;
  display: inline-block;
  font-weight: 300; }

.home-future .slider-text {
  max-width: 310px;
  margin: 0 auto;
  padding: 10px 4px;
  color: #214982; }
  .home-future .slider-text p {
    font-weight: 300; }
.home-future img {
  width: 480px;
  display: inline-block; }

.home-data {
  color: white;
  background-size: cover; }
  @media screen and (min-width: 767px) {
    .home-data p {
      max-width: 400px; } }

.home-reports .report-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 2px 2px 11px -8px; }
  .home-reports .report-card h3 {
    font-size: 1.5rem;
    color: #214982; }
  .home-reports .report-card .col-md-7 {
    padding-bottom: 56px; }
  .home-reports .report-card .tags .d-inline-block {
    color: #e53061;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1em;
    padding-right: 12px; }
  .home-reports .report-card .button {
    position: absolute;
    bottom: 0px; }
  .home-reports .report-card a:hover .button {
    background: #096b67; }

.home-partners .bx-wrapper {
  margin: auto; }
.home-partners .partner-slider {
  text-align: center; }
  .home-partners .partner-slider .slide {
    padding: 30px;
    vertical-align: middle;
    display: inline-block;
    float: none !important; }
  .home-partners .partner-slider img {
    display: inline-block;
    max-width: 220px;
    width: 100%; }

.subpage-hero, .subpage-heading {
  overflow-x: hidden;
  color: white; }
  .subpage-hero.white-bg, .subpage-heading.white-bg {
    color: #214982; }
    .subpage-hero.white-bg p, .subpage-heading.white-bg p {
      color: #414042; }
      .subpage-hero.white-bg p a, .subpage-heading.white-bg p a {
        color: #e53061; }
    .subpage-hero.white-bg .parent-section, .subpage-heading.white-bg .parent-section {
      color: #214982; }
  .subpage-hero .parent-section, .subpage-heading .parent-section {
    color: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .subpage-hero .hero-image, .subpage-heading .hero-image {
      transform: translateX(2em); } }

.subpage-heading p {
  font-weight: 300; }
.subpage-heading.white-bg .intro-large {
  color: #214982;
  font-size: 1.7rem;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .subpage-heading.white-bg .intro-large {
      font-size: 1.4rem; } }

.content-section {
  font-weight: 300; }
  .content-section p a {
    color: #00948f;
    font-weight: 500; }
  .content-section .section-title {
    margin-bottom: 1.5rem;
    color: #214982; }

.partner-section {
  color: #214982;
  border-top: 2px solid #00948f; }
  .partner-section:first-of-type {
    border-top: 0px; }
  .partner-section .partner p {
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: 100;
    line-height: 1.2em; }
    @media screen and (max-width: 991px) {
      .partner-section .partner p {
        font-size: 1.5rem; } }
    @media screen and (max-width: 757px) {
      .partner-section .partner p {
        font-size: 1.3rem; } }
  .partner-section .partner img {
    display: inline-block;
    max-width: 230px;
    width: 100%; }

.profile-listing .profile {
  margin-bottom: 30px; }
.profile-listing .profile-name {
  color: #214982;
  font-family: "acumin-pro-condensed", sans-serif; }
.profile-listing img {
  display: inline-block;
  width: 220px;
  max-width: 100%; }
.profile-listing p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px; }
.profile-listing .email a {
  font-size: 16px;
  color: #e53061;
  font-weight: 500; }

.news-filter {
  background: #ddece2; }
  .news-filter legend {
    color: #214982;
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 700;
    font-size: 23px;
    padding-top: 2px; }
  .news-filter .button {
    width: 220px;
    border: 0px;
    font-size: 18px;
    padding: 6px 15px; }
  .news-filter .custom-select, .news-filter .form-control {
    margin-bottom: 15px;
    border-radius: 8px; }

.custom-select {
  background: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 8 5" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="green"/></svg>') no-repeat right 0.5rem center;
  background-color: white; }

.news-listing.library-listing .news-title {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 9px auto; }
.news-listing .date {
  margin-bottom: 6px;
  font-weight: 600;
  font-family: "acumin-pro-condensed", sans-serif;
  color: #214982; }
.news-listing .news-title {
  margin-bottom: 3px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.7rem;
  color: #214982; }
.news-listing .news-category, .news-listing .news-author {
  color: #e53061; }
.news-listing .news-author {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px; }
.news-listing .news-summary {
  font-weight: 300;
  font-size: 18px; }
.news-listing .news-tags .button {
  font-size: 12px;
  padding: .4em 1em;
  margin-right: 5px; }

.pagination {
  margin-top: 30px; }
  .pagination .page-link {
    color: #214982; }
    .pagination .page-link.active {
      background: #214982;
      color: white; }

.contact-prefooter {
  background-color: #00948f;
  background-size: cover;
  color: white; }
  .contact-prefooter.form-prefooter img {
    width: 160px; }
  .contact-prefooter .section-title {
    font-size: 2.24rem;
    line-height: 1.2em;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1199px) {
      .contact-prefooter .section-title {
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .contact-prefooter .section-title {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }
  .contact-prefooter img {
    width: 220px; }
  .contact-prefooter a {
    color: #fcd147; }
  .contact-prefooter p {
    margin-bottom: 0;
    font-size: 16px; }

.data-hub-header img {
  max-width: 360px;
  width: 100%; }

.data-hub-nav {
  background: #ddece2; }
  .data-hub-nav a {
    font-weight: 600;
    text-transform: uppercase;
    color: #214982;
    letter-spacing: .04em; }

.data-counties .state-graphic path {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.07px;
  fill: #2794d4; }

.accordion-section .accordion-group {
  margin-bottom: 20px; }
  .accordion-section .accordion-group .accordion-intro {
    font-size: 16px; }
  .accordion-section .accordion-group .small-title {
    font-family: "acumin-pro-condensed", sans-serif;
    margin-bottom: 8px;
    color: #214982;
    font-weight: 700; }
.accordion-section .accordion {
  border: 2px solid #00948f;
  border-bottom: 0px;
  padding: 8px 20px; }
  .accordion-section .accordion:last-child {
    border-bottom: 2px solid #00948f; }
  .accordion-section .accordion.active {
    background: #ddece2; }
  .accordion-section .accordion .accordion-title {
    font-size: 1.6rem;
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 400;
    color: #214982;
    cursor: pointer;
    padding-right: 2rem;
    position: relative; }
    .accordion-section .accordion .accordion-title .fas {
      position: absolute;
      right: 0px;
      font-size: 1.5rem;
      top: 5px;
      color: #00948f; }
    @media screen and (max-width: 767px) {
      .accordion-section .accordion .accordion-title {
        font-size: 1.3rem; } }
  .accordion-section .accordion .accordion-content {
    display: none;
    padding-top: 10px; }
    .accordion-section .accordion .accordion-content p {
      font-size: 16px; }

.library-details .date {
  font-weight: 600;
  font-family: "acumin-pro-condensed", sans-serif;
  color: #214982 !important;
  margin-bottom: 0px;
  margin-top: 20px; }
.library-details .author {
  color: #e53061;
  font-weight: 500; }
.library-details .tags .button {
  font-size: 12px;
  padding: .3em 1.3em;
  margin-right: 10px; }

.data-document img {
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
  display: block; }

.contact .container {
  max-width: 767px;
  margin: 20px auto; }

.report-preview {
  border-bottom: 3px solid #deece2;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .report-preview .news-title {
    font-weight: 600; }
  .report-preview img {
    max-width: 220px;
    width: 100%;
    margin: auto; }
  .report-preview .news-summary {
    font-size: 16px; }

/*# sourceMappingURL=main.css.map */
