/* Pathways App 2025 Styles */
.welcomeNav .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.85rem;
  text-align: center; }
  .welcomeNav .flex .flex-item {
    padding: 15px;
    min-height: 258.38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .welcomeNav .flex .flex-item .fa {
      font-size: 3rem;
      color: #0B8261; }
    .welcomeNav .flex .flex-item h3.small {
      margin-top: 1rem !important; }
    .welcomeNav .flex .flex-item .circle-img img {
      border: 3px solid #fff; }

.welcomeNav .flex-item a.button {
  padding: 10px;
  width: 100%;
  margin: 0;
  font-size: 0.9rem; }

@media screen and (max-width: 600px) {
  .welcomeNav .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .welcomeNav .flex .flex-item {
    margin-right: 0; } }

.dataTable .dt-column-title {
  text-align: center !important;
  white-space: normal !important; }

#pathways2025_wrapper {
  padding-top: 2rem;
  /* Pathways App 2025 Styles END */ }
  #pathways2025_wrapper .grid-x {
    max-width: 1200px;
    margin: 0 auto; }
  #pathways2025_wrapper .grid-x.dt-layout-table {
    max-width: 100%;
    margin: auto; }
  #pathways2025_wrapper .dtsp-titleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #pathways2025_wrapper .dtsp-titleRow .dtsp-title {
      display: none; }
    #pathways2025_wrapper .dtsp-titleRow #active-filters {
      margin-left: 0.5rem; }
  #pathways2025_wrapper div.dtsp-searchPanes {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
    #pathways2025_wrapper div.dtsp-searchPanes .dtsp-nameButton,
    #pathways2025_wrapper div.dtsp-searchPanes .dtsp-countButton {
      display: none !important; }
    #pathways2025_wrapper div.dtsp-searchPanes .dtsp-topRow .dtsp-subRow1 .dtsp-searchIcon span {
      -webkit-filter: none !important;
              filter: none !important; }
    #pathways2025_wrapper div.dtsp-searchPanes .dtsp-topRow .dtsp-subRow2 {
      margin-left: -2.2rem !important; }
      #pathways2025_wrapper div.dtsp-searchPanes .dtsp-topRow .dtsp-subRow2 .clearButton {
        visibility: visible;
        position: relative;
        z-index: 4; }
        #pathways2025_wrapper div.dtsp-searchPanes .dtsp-topRow .dtsp-subRow2 .clearButton.disabled {
          visibility: hidden !important; }
  #pathways2025_wrapper .dt-search input {
    width: 80% !important; }
  #pathways2025_wrapper .button-group.secondary .button,
  #pathways2025_wrapper .button.secondary,
  #pathways2025_wrapper .badge.secondary {
    color: #4B5151;
    background-color: #f8f8f8;
    border: 1px solid #455560; }
  #pathways2025_wrapper .button.secondary {
    text-transform: initial;
    font-family: "Lato", sans-serif;
    font-size: 0.82rem; }
  #pathways2025_wrapper .dt-scroll-body .dtsp-nameColumn .dtsp-name a {
    pointer-events: none !important; }
  #pathways2025_wrapper #pathways2025 thead th {
    text-align: center !important;
    white-space: normal !important; }
  #pathways2025_wrapper #pathways2025 thead tr th,
  #pathways2025_wrapper #pathways2025 thead tr td,
  #pathways2025_wrapper #pathways2025 tbody tr th,
  #pathways2025_wrapper #pathways2025 tbody tr td,
  #pathways2025_wrapper #pathways2025 tfoot tr th,
  #pathways2025_wrapper #pathways2025 tfoot tr td {
    text-align: center !important;
    white-space: normal !important; }
  #pathways2025_wrapper #pathways2025 .ppl-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; }
    #pathways2025_wrapper #pathways2025 .ppl-tip .tooltiptext {
      visibility: hidden;
      width: 250px;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      bottom: 125%;
      left: -29%;
      margin-left: -72px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      z-index: 1200;
      max-width: 10rem;
      padding: 0.75rem;
      border-radius: 0;
      background-color: #0B8261;
      font-size: 80%;
      color: #fff; }
      #pathways2025_wrapper #pathways2025 .ppl-tip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent; }
    #pathways2025_wrapper #pathways2025 .ppl-tip:hover .tooltiptext {
      visibility: visible;
      opacity: 1; }

@media screen and (max-width: 600px) {
  #pathways2025 {
    overflow-x: auto !important;
    display: block !important; } }

/*On page overrides */
.subnav {
  display: none; }

ul.wtTitle {
  display: block;
  list-style: none;
  margin: 0 0 0 2px; }

ul.wtTitle li {
  float: left;
  margin-right: 20px;
  line-height: initial; }

ul.wtTitle li.lastwt {
  margin-right: 30px; }

ul.wtTitle .wtSM img {
  height: 20px; }

.banner-content-wide .button {
  font-size: 0.9rem !important; }

.banner {
  background-color: #f2f8f6; }

.helpfulLinks h3.small,
.helpfulLinks .small.h3 {
  margin-left: 35px !important;
  margin-bottom: 0 !important; }

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