.agency-background {
    background: linear-gradient(0deg, rgba(31,87,150,1) 0%, rgba(13,55,103,1) 100%);
}
.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: #0d3767 !important;
}
.subheader {
    background: #0d3767 !important;
    min-height: 0px;
}
.subheader a {
    background: #0d3767 !important;
}
.subheader a.main-filter-category, .subheader a.main-filter-category:link, .subheader a.main-filter-category:visited {
    background-color: #2661a3 !important;
    background-image: -moz-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;
    background-image: -o-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;
    background-image: -webkit-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;
    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: #0d3767 !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: #2661a3;
    text-decoration: underline;
}
a, a:link, a:visited {
    color: #de3700;
}
.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px;
}
.about-description a {
    color: #de3700;
    text-decoration: underline solid #2661a3;
}
.about-description h2, .about-description h3, .about-description h4, .about-description h5, .about-description h6 {
    color: #2661a3;
}
.about-description hr {
    border: none;
    border-bottom: 1px solid #de3700;
}
.module-stats a {
    color: #ffffff !important;
    font-weight: bold;
}
table.happening td{padding-bottom:10px;}
td.happening_month{font-weight:bold; text-align:right; padding-right:7px; vertical-align: top; white-space: nowrap;}


.cau-floating-popup {
	position: fixed;
	top: 80%;
	right: 0px;
	z-index: 999;
	width: 16rem;
	background: #ffffff;
	color:#fff;
	color:#00247d;
	padding: .25rem .25rem .25rem .25rem;
	box-sizing:border-box;
	box-shadow:5px 3px 9px 0 rgba(0,0,0,.6);
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
	border:2px solid #f56600;
	border-right:none;
}

.social-media-icons {
  display: flex;
  flex-flow: row wrap; }
  .social-media-icons a {
    background: #095897;
    display: block;
    flex: 0 0 auto;
    font-weight: 700;
    color: white;
    border-radius: 0.25em;
    padding: 0.5rem;
    transition: all .3s ease-in-out 0s; }
    .social-media-icons a:hover, .social-media-icons a:focus {
      background: black;
      color: white !important;
      -webkit-text-decoration: solid underline currentColor  !important;
      text-decoration: solid underline currentColor  !important; }
    .social-media-icons a ~ a {
      margin-left: 0.5rem; }
  .social-media-icons img {
    max-width: 5rem;
    display: block;
    margin: 0 auto; }
#agencies-index .social-media-icons img {

  max-width: 2rem;

}
#agencies-index .social-media-icons {
  gap: 0.5rem;
  position: relative;
  width: 100%;
}
#agencies-index .social-media-icons a {
  position: relative;
  flex: 1 0 0%;
  text-align: center;

}
#agencies-index .social-media-icons a ~ a {
  margin-left: 0;  
}

.social-media-icons a:focus {

  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0a5796;

}

#w1618758540020 a.img-link:focus {

    outline-offset: -1px;

}

#w1456871101034 img {
    width: auto;
}