.agency-background {
	background-color: #106938;
    background: url('/assets/foodpolicy/images/content/hero/MOFP-hero-background.jpg') repeat top left / 300px, #106938;
}

.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: #106938 !important;
}

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

.subheader a {
	background: #106938 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #134d13 !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: #106938 !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: #106938;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #106938;
}

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

#content-slider a {
	font-weight: bold !important;
}

.gfp-btn {
	width: 180px !important;
	text-transform: none !important;
	margin: 20px 0px;
	border: 1px solid #106938 !important;
    background-color: #106938 !important;
}

.faq-v1 .faq-questions.expanded {
    background-color: #106938 !important;
}

.footnotes-wrapper {
    margin:12rem 0 3rem 0;
}
.footnotes-wrapper ul{
    margin:0;
    list-style:none;
    display:block;
    color:#777677;
}
.footnotes-wrapper li{
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items:flex-start;
    font-size:14px;
    transition:All .3s ease-in-out 0s;
            gap: 1rem;
}
.footnotes-wrapper li + li{
    padding-top:.25rem;
    margin-top:.25rem;
    border-top:1px dotted #ccc;
}
.footnotes-wrapper li:focus,.footnotes-wrapper li:focus-within{
    outline:none;
    border-top-color:#000;
    color:#333;
   position:relative;
   padding:1.5rem 0;
   font-size:1rem;
}
.footnotes-wrapper li:focus + li{
    border-top-color:#000;
}
.footnotes-wrapper li > strong,
.footnotes-wrapper li > b{
    flex-basis:auto;
    flex-grow:0;
    flex-shrink:0;
    margin:0;
}
.footnotes-wrapper li > a {
            margin-inline-start: auto;
            display: inline-block;
}
.footnotes-wrapper li > p{
    flex-basis:80%;
    flex-grow:1;
    flex-shrink:0;
    margin:0;
}
#footnotes-header{
    font-size:1.25rem;
    color:#777677;
    border-bottom:1px dotted #ccc;
    transition:all .3s ease-in-out 0s;
}
.footnotes-wrapper:hover #footnotes-header,.footnotes-wrapper:focus-within #footnotes-header{
    color:#333;
    border-bottom:1px dotted #333;
}
.footnotelink{
    position:relative;
}



.table-responsive th {
    background-color: #106938 !important;
    color: #fff;
}

.table-responsive caption, .table-responsive td, .table-responsive th {
    white-space: normal !important;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
}

div#w1448402815697 .iw_component {
	background-color: #106938;
    color: white;
}

div#w1448402815697 .iw_component a {
	color: white
}
