#agency-index #main, #agencies-index #main {
  margin-bottom: 0;
}

.agency-background {
  background-color: #145c6a;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 2rem), linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 2rem), linear-gradient(-45deg, #96c7d1 0%, #145c6a 100%);
  background: radial-gradient(200% 50% ellipse at 50% 50%, #fff3c1 0%, transparent 75%), linear-gradient(to top, #a88701 0%, transparent 75%), #fece05;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../images/content/hero/heroSectionBg.jpg") no-repeat center center/cover;
}

/* background-color: #DFDBE5; */
/* background-image:  */
.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 {
  -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: #145c6a !important;
}

.subheader {
  background: #145c6a !important;
  background: linear-gradient(to bottom, #145c6a 0%, #4d9fb0 100%) !important;
  min-height: 0px;
}

.subheader a {
  background: #96c7d1 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
  background-color: #006394 !important;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.08) 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: #96c7d1 !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: #3d7e8c s;
  -webkit-text-decoration: underline solid #145c6a;
  text-decoration: underline solid #145c6a;
}

.agencies-about-links ul li a {
  border-color: #96c7d1 !important;
}

.agencies-about-links ul li a:hover {
  color: #145c6a;
  -webkit-text-decoration: underline solid #96c7d1;
  text-decoration: underline solid #96c7d1;
}

a, a:link, a:visited {
  color: #3d7e8c;
}

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

/* .module-agency-columns h4, .module-header h2,
.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6 {
  color: #145c6a;
}

.about-description a:not(.btn):hover, .content-info-inner a:hover,
.about-description a:not(.btn):focus,
.content-info-inner a:focus {
  -webkit-text-decoration: underline solid #96c7d1;
  text-decoration: underline solid #96c7d1;
  color: #145c6a;
} */

.module.module-agency-columns {
    margin: 0;
}

.query-suggest {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #666666;
}
.query-inner {
	width: 100%;
}
.querySuggestion {
	padding: 0.5em;
    line-height: 1.5em;
	cursor: pointer;
    color: #000000;
}

.row.bg-highlighted .querySuggestion + .querySuggestion {
	border-top: 1px solid #666666;
}
.row.bg-highlighted .querySuggestion:hover, #w1653351933726 .row.bg-highlighted .querySuggestion:focus, #w1653351933726 .row.bg-highlighted .querySuggestion.highlighted {
	background: #fece05;
	color: #000000;
}

.tlcSection3, .tlcIndex-searchPanel, .tlcSection3::before, .tlcIndex-searchPanel::before, .tlcSection3::after, .tlcIndex-searchPanel::after,
.tlcSection3 *,
.tlcIndex-searchPanel *,
.tlcSection3 *::before,
.tlcIndex-searchPanel *::before,
.tlcSection3 *::after,
.tlcIndex-searchPanel *::after {
  box-sizing: border-box;
}

.tlcIndex-3up {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  margin: 3rem 0;
}
.tlcIndex-3up > * {
  flex: 0 0 calc( 33.333% - 1rem);
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 768px) {
  .tlcIndex-3up > * {
    flex: 0 0 100%;
  }
  .tlcIndex-3up > * > header {
    max-width: 300px;
    margin-inline: auto;
  }
  .tlcIndex-3up > * > ul {
    max-width: 250px !important;
    margin-inline: auto !important;
    text-align: center;
  }
}
.tlcIndex-3up a {
  color: #000;
  font-weight: 700 !important;
}
.tlcIndex-3up ul {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0 0;
  padding: 1.5rem 1rem;
  border: 1px solid #ccc;
  border-top: none;
  width: calc( 100% - 4rem);
  max-width: 100%;
  margin-inline: auto;
  flex-grow: 1;
}
.tlcIndex-3up ul li {
  margin: 0;
}
.tlcIndex-3up ul li + li {
  margin-top: 1.5rem;
}
.tlcIndex-3up ul a {
  font-size: 1.2rem;
  font-weight: 400;
}
.tlcIndex-3up header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  aspect-ratio: 1/1;
}
.tlcIndex-3up header > * {
  grid-column: 1;
  grid-row: 1;
}
.tlcIndex-3up header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.875);
  place-self: center;
  padding-inline: 0.5em;
  font-size: 1.5rem;
}
.tlcIndex-3up header img {
  border-radius: 100%;
  place-self: stretch;
}

.bg-highlighted {
  background: #fff !important;
}

.module-agency-columns .agencies-no-scrolling {
  overflow: visible !important;
}

.tlcIndex-searchPanel {
  background: #777677;
  color: #fff;
  position: relative;
  padding-block: 3rem;
}
.tlcIndex-searchPanel h2,
.tlcIndex-searchPanel input {
  position: relative;
}
.tlcIndex-searchPanel input {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 0.25em 0.5em;
  height: auto;
  line-height: 1.5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23777677' d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/%3E%3C/svg%3E") no-repeat center right 1rem/auto 1.875rem, #fff;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  padding-inline-end: 4rem;
  transition: all 0.3s ease 0s;
}
.tlcIndex-searchPanel input:focus-visible {
  box-shadow: 0 0 0 4px #777677, 0 0 0 6px #fff;
}
.tlcIndex-searchPanel input.placeholder {
  color: #777677 !important;
}
.tlcIndex-searchPanel .inputWrap {
  position: relative;
}
.tlcIndex-searchPanel .inputWrap::before {
  content: "";
  background: #444;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.tlcIndex-searchPanel::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #777677;
}
.tlcIndex-searchPanel a {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.tlcIndex-searchPanel > ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  gap: 1.5rem 3rem;
}
.tlcIndex-searchPanel > ul strong {
  display: block;
  margin-bottom: 0.25rem;
}
.tlcIndex-searchPanel > ul span {
  display: block;
  font-size: 0.875rem;
}
.tlcIndex-searchPanel > ul a {
  position: static;
  outline: none;
}
.tlcIndex-searchPanel > ul a:hover::before, .tlcIndex-searchPanel > ul a:focus-visible::before {
  box-shadow: 0 0 0 2px #fece05;
}
.tlcIndex-searchPanel > ul a::before {
  content: "";
  width: 100%;
  height: 100%;
  width: calc( 100% + 1rem);
  height: calc( 100% + 1rem);
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.tlcIndex-searchPanel > ul > * {
  flex: 0 0 calc( 25% - 2.25rem );
  padding-block: 0.5rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
@media (max-width: 768px) {
  .tlcIndex-searchPanel > ul > * {
    flex: 0 0 calc( 50% - 1.5rem);
  }
  .tlcIndex-searchPanel > ul > *::before {
    height: calc( 100% + 1.5rem) !important;
  }
  .tlcIndex-searchPanel > ul > *:nth-child(2n+1)::before {
    display: none;
  }
}
.tlcIndex-searchPanel > ul > *:not(:nth-child(4n+1)) {
  position: relative;
}
.tlcIndex-searchPanel > ul > *:not(:nth-child(4n+1))::before {
  content: "";
  width: 3rem;
  height: 100%;
  background: linear-gradient(to right, #fece05 0%, #fece05 100%) no-repeat top center/1px 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.tlcIndex-searchPanel > ul > *:not(:nth-child(4n+1)):nth-child(n+5)::before {
  height: calc( 100% + 1.5rem);
  top: -1.5rem;
}

#w1653351935567 .module.module-agency-columns,
#w1653351935567 .span12.agencies-first,
#w1653351935567 .agencies-index-panel.agencies-no-scrolling.text-padding,
#w1653351933726 .module.module-agency-columns,
#w1653351933726 .span12.agencies-first,
#w1653351933726 .agencies-index-panel.agencies-no-scrolling.text-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
#w1653351934573 .span12.agencies-first,
#w1653351934573 .agencies-index-panel.agencies-no-scrolling.text-padding,
#w1653351934573 .agencies-index-panel.agencies-no-scrolling.text-padding {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tlcSection3 {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}
.tlcSection3 > .tlcTwitter {
  position: relative;
}
.tlcSection3 > .tlcStayConnected,
.tlcSection3 > .tlcTwitter {
  flex: 1 0 auto;
  margin-block: 3rem;
}
.tlcSection3 > .tlcStayConnected,
.tlcSection3 > .tlcTwitter {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .tlcSection3 > .tlcStayConnected,
.tlcSection3 > .tlcTwitter {
    flex: 0 0 calc( 50% - 1.5rem);
  }
}
.tlcSection3 a {
  padding: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  border-radius: 0.375rem;
}
.tlcSection3 a:hover, .tlcSection3 a:focus-visible {
  background: #fece05;
}
.tlcSection3 a:hover img, .tlcSection3 a:focus-visible img {
  background: #fff;
  box-shadow: 0 0 0 4px #000;
}
.tlcSection3 a > img {
  transition: all 0.3s ease 0s;
  aspect-ratio: 1/1;
  flex: 0 0 100%;
}
.tlcSection3 a > span {
  color: #000;
  margin-inline-start: auto;
  margin-top: 4px;
}
.tlcSection3 .smIcons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
}
.tlcSection3 .smIcons > li {
  flex: 0 0 calc( 50% - 0.75rem);
  padding: 0.5rem;
}
.tlcSection3 .smIcons img {
  width: 6rem;
  height: auto;
  padding: 1rem;
  box-shadow: 0 0 0 4px #fece05;
}
.tlcSection3 .twitterWrap {
  padding-inline: 1.5rem;
  padding-block-start: 1.5rem;
  position: relative;
}
.tlcSection3 .twitterWrap::before {
  content: "";
  width: 1px;
  flex: 0 0 3rem;
  position: absolute;
  top: 0;
  left: -1.5rem;
  background: #ccc;
  height: 100%;
}
@media (max-width: 768px) {
  .tlcSection3 .twitterWrap::before {
    display: none;
  }
}

/*# sourceMappingURL=agency-styles.css.map */
