@charset "UTF-8";
@import url("/assets/home/css/modules/font-awesome/css/font-awesome.min.css");
.agency-background {
  background-color: #0a5796;
}

table.rt th {
  background-color: #0a5796;
  padding: 15px 8px 16px;
  font-size: 18px;
}

table.rt {
  box-shadow: 5px 5px 10px 0px rgba(209, 211, 211, 0.85);
}

@media only screen and (max-width: 767px) {
  table.rt {
    box-shadow: none;
  }

  table.rt tr {
    box-shadow: 5px 5px 10px 0px rgba(209, 211, 211, 0.85);
  }
}
h2, h3 {
  color: #0A5796;
}

.agency-content-padding {
  background-color: #FFFFFF;
  padding: 20px 20px 20px 20px;
}

.agency-logo-center {
  text-align: center;
}

.about-description {
  width: 100% !important;
}

.agency-top-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.agency-top-shadow {
  -webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -moz-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
}

#nav .active {
  background: #0a5796 !important;
}

.subheader {
  background: #0a5796 !important;
  min-height: 0px;
}

.subheader a {
  background: #0a5796 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
  background-color: #50c550 !important;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
}

.subheader a.main-filter-category:hover,
.subheader a.main-filter-category:active,
.subheader a.main-filter-category.active {
  border: 1px solid #fff !important;
  background-color: #0a5796 !important;
  background-image: none !important;
}

.agency-bottom-margin {
  margin-bottom: 20px;
}

.agency-home-resources-padding-ul li {
  padding: 20px 0 15px !important;
}

.agencies-index-ul li a {
  color: #000000;
}

/* line 20, by-the-number.scss */
.column.span3 {
  margin: 0 2% 30px 0;
}

@media (max-width: 767px) {
  /* line 20, by-the-number.scss */
  .column.span3 {
    width: 48%;
  }
}
/* line 26, by-the-number.scss */
.column.span3:last-child {
  margin: 0;
}

sup {
  font-size: 12px;
}

a.connect-link {
  background-color: #36add5 !important;
}

a.connect-link:hover {
  background-color: #0a5796 !important;
}

.agencies-about-links ul li.active a {
  color: #0a5796;
  text-decoration: underline;
  font-weight: normal;
}

.agencies-about-links ul li a {
  font-weight: normal;
}

a, a:link, a:visited {
  color: #C95000;
  font-weight: bold;
}

a:hover {
  color: #000000;
  font-weight: bold;
}

.main-content-width {
  width: 100% !important;
  margin: 0px 0px 20px;
}

a.publink {
  color: #C95000;
  font-weight: bold;
}

a.publink:hover {
  color: #000000;
  font-weight: bold;
}

a.publink:after {
  font-family: FontAwesome;
  content: " ";
}

ul.omb-number-tiles {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 3rem;
  width: 100%;
}
ul.omb-number-tiles,
ul.omb-number-tiles * {
  box-sizing: border-box;
}
ul.omb-number-tiles img {
  position: relative;
  width: auto !important;
  height: 4rem !important;
  min-height: 4rem !important;
  max-height: 4rem !important;
  max-width: 75% !important;
  display: block;
  margin: 0.5rem auto;
}
ul.omb-number-tiles > li {
  background-color: #0a5796;
  color: #fff;
  border-radius: 1.5rem;
  text-align: center;
  padding: 1rem 0.5rem;
  /*aspect-ratio: 1/1; */
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: column nowrap;
  position: relative;
  transition: all 0.3s ease 0s;
}
ul.omb-number-tiles > li:hover, ul.omb-number-tiles > li:focus-within {
  background: #084678;
}
@media (max-width: 659.999px) {
  ul.omb-number-tiles > li {
    flex: 0 0 calc( 50% - 0.75rem);
  }
  ul.omb-number-tiles > li:nth-child(even) {
    margin-left: 1.5rem;
  }
  ul.omb-number-tiles > li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 660px) {
  ul.omb-number-tiles > li {
    flex: 0 0 calc( 25% - 1.125rem );
  }
  ul.omb-number-tiles > li:not(:nth-child(4n+1)) {
    margin-left: 1.5rem;
  }
  ul.omb-number-tiles > li:nth-child(n+5) {
    margin-top: 1.5rem;
  }
}
ul.omb-number-tiles a {
  color: inherit;
}
ul.omb-number-tiles a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 1.5rem;
  transition: all 0.3s ease 0s;
}
ul.omb-number-tiles a:hover::after, ul.omb-number-tiles a:focus::after {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0a5796;
}
ul.omb-number-tiles span {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: relative;
}
ul.omb-number-tiles b {
  font-weight: 500;
  /*tile fontsize */
  font-size: 15pt;
}


/* hero */
a.publinkhero {
  color: #FFFFFF;
  font-weight: bold;
}

a.publinkhero:hover {
  color: #C95000;
  font-weight: bold;
}

a.publinkhero:after {
  font-family: FontAwesome;
  content: " ";
}



/* Sortable Table Indicator */
@media only screen and (max-width: 480px) {
  	table.rt {
    	width: auto !important;
    }
}
 
 
table.rt th {
    position: relative;
	padding-right: 26px;
	cursor: pointer;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 10px;
    font-size: 1em;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
    font-family: "FontAwesome";
    font-weight: 900;
    bottom: 45%;
    content: "\f0de";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    font-family: "FontAwesome";
    font-weight: 900;
    top: 45%;
    content: "\f0dd";
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 1;
}