.agency-background {
    background-color: #348fc2;
    background: -webkit-linear-gradient(top, #0c2741 0%, #348fc2 30%, #348fc2 70%, #0c2741 100%);
    background: linear-gradient(to bottom, #0c2741 0%, #348fc2 30%, #348fc2 70%, #0c2741 100%);
}
.row.bg-highlighted {
    background: -webkit-linear-gradient(top, #f8d100 0%, #f8d100 .75rem, transparent .75rem), -webkit-linear-gradient(bottom, #f8d100 0%, #f8d100 .75rem, transparent .75rem), url("bg-pattern-highlighted.png");
    background: linear-gradient(to bottom, #f8d100 0%, #f8d100 .75rem, transparent .75rem), linear-gradient(to top, #f8d100 0%, #f8d100 .75rem, transparent .75rem), url("bg-pattern-highlighted.png");
}
.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: #153e67 !important;
}
#nav .active a {
    color: #f8d100 !important;
}
.subheader {
    background: #153e67 !important;
    min-height: 0px;
    color: #f8d100 !important;
}
.subheader a {
    background: #f8d100 !important;
}
.subheader a.main-filter-category, .subheader a.main-filter-category:link, .subheader a.main-filter-category:visited {
    background-color: #f8d100 !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;
    color: #153e67;
}
.subheader a.main-filter-category:hover, .subheader a.main-filter-category:active, .subheader a.main-filter-category.active {
    border: 1px solid #f8d100 !important;
    background-color: transparent !important;
    color: #f8d100 !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 {
}
/* 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: #2d7ba8 !important;
    text-decoration: underline;
    font-weight: 700 !important;
    pointer-events: none;
}
.agencies-about-links ul li a {
/*font-weight: 500 !important;*/
}
a:not(.button-link), a:link:not(.button-link), a:visited:not(.button-link) {
    /*color: #2d7ba8;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;*/
}
.module-stats a {
    /*    color: yellow !important;*/
    color: #f8d100;
}
.module-agency-columns a, .agencies-about-links a, .about-description a {
    color: #153e67 !important;
    font-weight: 700;
    border-color: #f8d100 !important;
}
.module-agency-columns a:hover, .agencies-about-links a:hover, .about-description a:hover {
    color: #2d7ba8 !important;
    text-decoration: underline;
}
hr, hr.module-divider.mobile {
    border-color: #f8d100;
    border-width: 1px 0 0 0;
    background: #f8d100;/*    border-color: #dedaa9;*//*    background: #dedaa9;*/
}
.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px;
}
h1:not(.main-title), h4, h6 {
    color: #2d7ba8;
}
h2, h3, h5 {
    color: #153e67;
}
/*ABOUT > MISSION STATEMENT*/
ol.missionol {
    list-style: none;
    counter-reset: missionol-counter;
    margin: 0;
}
ol.missionol>li {
    counter-increment: missionol-counter;
    position: relative;
    line-height: 1.5;
}
ol.missionol>li::before {
    content: counter(missionol-counter)". ";
    font-weight: 700;
    color: #2d7ba8;
    color: #000!important;
    font-size: 1.25rem;
}
ol.missionol>li::first-line {
    color: #2d7ba8;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
}
ol.missionol>li+li {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    background: linear-gradient( to bottom, #f8d100 1px, transparent 1px);
}
/*FAQ EXPAND/COLLAPSE*/
.faq-controls a {
    background-color: #f8d100 !important;
    color: #153e67 !important;
}
.faq-controls a:hover {
    background-color: #153e67 !important;
    color: #f8d100 !important;
    -webkit-box-shadow: inset 0px 0px 0px 1px #f8d100;
    -moz-box-shadow: inset 0px 0px 0px 1px #f8d100;
    box-shadow: inset 0px 0px 0px 1px #f8d100;
}
/*LISTS*/
ul.tlc-list {
    list-style: none;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
ul.tlc-list>li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1.5rem;
    left: -1.5rem;
    background: url('/assets/tlc/images/content/pages/marker2.svg') no-repeat top .6rem center;
}
ul.tlc-list li {
    margin-bottom: .5rem;
    position: relative;
    line-height: 1.5;
}
ul.tlc-list ul {
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
ul.tlc-list ul>li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1.5rem;
    left: -1.5rem;
    background: url('/assets/tlc/images/content/pages/marker1.svg') no-repeat top .6rem center;
}
ul.tlc-list>li+li {
    background: linear-gradient(to bottom, #abd4e2 1px, transparent 1px);
    margin-top: .5rem;
    padding-top: .5rem;
}
ul.tlc-list ul ul > li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1.5rem;
    left: -1.5rem;
    background: url('/assets/tlc/images/content/pages/marker2.svg') no-repeat top .6rem center;
}


/* make generic content list look like shared programs */
.module-stay-connected .content-info-inner {
  background: #fff;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  
  
/* tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .module-stay-connected .module-header h2 {
    margin-bottom: 0px; }

  
  .module-stay-connected .row:nth-child(1) {
    margin-bottom: 0px; }

  
  .module-stay-connected .initiative .content-info-inner h4 {
    font-size: 16px; }

  
  .module-stay-connected .content-info-inner {
    height: 190px;
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  
  .module-stay-connected .content-info-inner {
    height: 190px; } }

/* desktop */
@media only screen and (min-width: 960px) {
  
  .module-stay-connected .content-info-inner {
    height: 190px;
    } }
    

.module-stay-connected .content-info:hover {
  -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); }
  
.module-stay-connected .row {
	overflow: visible !important;
}

/* force module padding */
/*.module {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}*/