.agency-background {
    background-color: #f4f4f4;
}
.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: #e9e9e9 !important;
    background: #0a5796 !important;
}
.subheader {
    background: #0a5796 !important;
    min-height: 0px;
}
.main-header nav ul li.active a, .subheader .main-title {
    color: #ffffff;
}
.subheader a {
    background: #e9e9e9 !important;
}
.subheader a.main-filter-category, .subheader a.main-filter-category:link, .subheader a.main-filter-category:visited {
    background-color: #3366cc !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: #e9e9e9 !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;
}

.column.span3 {
    margin: 0 2% 30px 0;
}

@media (max-width: 767px) {
.column.span3 {
    width: 48%;
}
}
.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: #3366cc;
    text-decoration: underline;
}
a, a:link, a:visited {
    color: #0a5796;
}
.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px;
}
#w1437177276811 {
    display: none;
}
.row.bg-highlighted {
    background: #fff;
}
.hpIndex {
    line-height: 1.5rem;
    box-sizing: border-box;
}
.hpIndex * {
    box-sizing: border-box;
}
.hpSort legend > span {
    display: flex!important;
    flex-flow: row wrap!important;
    font-size: 2rem;
    line-height: 1.25;
}
.hpFilter div.control-group div.inline_elements:nth-of-type(n) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 1rem 0 1rem!important;
}
.hpFilter label.checkbox.inline:nth-of-type(n) {
    flex-basis: 50%;
    margin: 0!important;
    font-weight: 700!important;
    line-height: 1.25;
    padding-left: 1.75rem!important;
    color: #333;
}
label.checkbox.inline input[type="checkbox"]:nth-of-type(n) {
    position: absolute;
    left: -999999px;
    display: flex!important;
    flex-flow: row nowrap;
}
label.checkbox.inline .inputIndicator {
    width: 1rem;
    height: 1rem;
    background: #f1f1f1;
    position: absolute;
    left: 2px;
    align-self: center;
    top: .375rem;
    box-shadow: 0 0 0 2px #0a5796;
    border-radius: 3px;
}
label.checkbox.inline .inputIndicator::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
}
label.checkbox.inline .inputIndicator::after {
    content: "";
    width: .75rem;
    height: .75rem;
    position: absolute;
    background: #0a5796;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease-in-out 0s;
    opacity: 0;
}
label.checkbox.inline input[type="checkbox"]:checked ~ .inputIndicator::after {
    opacity: 1;
}
label.checkbox.inline input[type="checkbox"]:focus ~ .inputIndicator::before {
    box-shadow: 0 0 0 2px #0a5796, 0 0 0 4px #fff, 0 0 0 6px #777677;
    opacity: 1;
}
form.control-form label.checkbox.inline, form.control-form label.radio.inline {
    padding-top: .3rem !important;
    min-height: 3rem;
}
.hpSearch label[for="hpSearch-input"].control-label:nth-of-type(n) {
    display: flex!important;
    flex-flow: row wrap;
}
.hpSearch span.hpSearch-label {
    font-size: 1.5rem;
    color: #333;
    flex-basis: 100%;
}
.hpSearch input[type="text"].hpSearch-input {
    flex-basis: 100%;
    max-width: 26rem;
    border-width: 2px!important;
    border-color: #0a5796!important;
    margin-top: .25rem!important;
    background-color: #f1f1f1!important;
    font-size: 1.25rem!important;
}
.hpButton {
    border-radius: 4px;
    background: #0a5796;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    padding: .75rem 1.25rem;
    transition: all .3s ease-in-out 0s;
    position: relative;
}
.hpButton::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    transition: all .3s ease-in-out 0s;
    border-radius: 4px;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hpButton:focus::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #777677;
    outline: none;
    border: none;
}
.hpButton[disabled] {
    background: #ccc;
    color: #999;
    pointer-events: none;
}
.hpButton:hover {
    background: #555;
    color: #fff;
}
.hpButton-submit {
    padding: .75rem 3rem;
    margin: 1rem 0;
}
.hpButton-reset {
    background: transparent;
    color: #0a5796;
    font-weight: 700;
    text-decoration: underline solid currentColor;
}
.hpButton-link {
    background: transparent;
    color: #0a5796;
    text-decoration: underline;
}
.hpButton-link.active, .hpButton-link:hover {
    box-shadow: 0 0 0 1px #777677, inset 2px 2px 3px 0 rgba(0,0,0,.25);
    text-decoration: none;
    background: transparent;
    color: #0a5796;
}
.hpButton + .hpButton {
    margin-left: .5rem;
}
.hpButton.hpPagination-button-prev span.hpButton-icon {
    display: inline-block;
    transform: scaleX(-1);
}
span.hpButton-icon {
    margin: 0 .25rem;
    text-decoration: none!important;
    font-size: .875rem;
}
a.hpResult-top span.hpButton-icon {
    text-decoration: underline solid #fff!important;
    display: inline-block;
    transform: rotate(-90deg);
}
.hpButton-pagination-top span.hpButton-icon {
    display: inline-block;
    transform: rotate(-90deg);
}
.hpTopwrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.hpPagination {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 3rem;
}
.hpPagination-head span.small {
    font-size: 1.25rem;
    color: #777677;
    font-weight: 500!important;
}
span.comma {
    margin-right: .25em;
}
.hpPagination-head {
    flex-basis: 100%;
    font-size: 1.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    flex-flow: row wrap;
}
.hpPagination-pager {
    display: flex;
    flex-flow: row nowrap;
    flex-basis: 100%;
    justify-content: space-between!important;
    align-items: center;
}
form.hpPagination-form.control-form {
    margin: 0;
}
.hpPagination1, .hpPagination2, .hpPagination3 {
    flex-basis: auto;
    flex-grow: 0;
    display: flex;
    flex-flow: row nowrap;
}
.hpPagination1 form {
    flex-basis: 100%;
    justify-content: flex-start;
}
.hpPagination1 label.control-label:nth-of-type(n) {
    display: flex!important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0!important;
    color: #777677!important;
    font-size: 1rem!important;
}
.hpPagination1 label span.labelSpan {
    white-space: nowrap;
    font-weight: 500;
}
.hpPagination1 label span.strong {
    vertical-align: baseline;
    font-weight: 700;
    font-size: 1em;
}
.hpPagination0 {
    font-weight: 500!important;
    color: #777677!important;
    font-size: 1rem;
}
.hpPagination0 span.strong {
    font-weight: 700;
    display: inline-block;
    vertical-align: baseline;
}
.hpPagination1 select[id*="hpPagination-select"] {
    flex-basis: 3rem;
    flex-shrink: 0;
    color: #777677!important;
    margin: 0 .5rem!important;
    height: 2.25rem!important;
    border: none;
    padding-right: 1.5rem;
    border-radius: 0;
    border-bottom: 1px solid #0a5796;
    text-align-last: center;
    text-align: center;
}
.hpPagination2:nth-of-type(n) {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end!important;
}
.hpPagination-pager > :last-child:not(.hpPagination2) {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    flex-flow: row nowrap;
    justify-content: flex-end!important;
}
.hpPagination-pager > :nth-last-child(2).hpPagination2 {
    justify-content: center!important;
}
span.strong {
    font-size: 1.25em;
    color: #0a5796;
    display: inline-block;
    vertical-align: top;
    white-space: pre;
}
.hpPagination > :first-child:not(.hpPagination-head) {
    margin-top: 3rem;
    padding-top: 1.5rem;
    background: linear-gradient(to bottom, #0a5796 1px, transparent 1px);
}
.hpResults-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.hpResult-desc {
    font-weight: 400;
}
.hpResult {
 flex-basis:calc(25% - ( 6rem / 4 ));
    margin-right: calc(6rem / 3);
    margin-bottom: 3rem;
    position: relative;
/*    display: flex;*/
}
.hpResult:nth-of-type(4n+4) {
    margin-right: 0!important;
}
.hpResult-link {
    display: block;
    color: #333!important;
}
.hpResult-heading {
    font-size: 1.125rem;
    font-weight: 700;
    margin: .5rem 0;
}
a.hpResult-top {
    position: absolute;
    left: -99999px;
    bottom: .75rem;
    transition: opacity .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
    font-weight: 700;
    color: #0a5796!important;
    display: block;
    text-decoration: underline solid #777677;
    text-decoration-skip: ink;
    box-shadow: 0 0 0 0 transparent;
    border-radius: 4px;
    opacity: 0;
    width: 100%;
    text-align: center;
}
a.hpResult-top:focus {
    left: 0px;
    opacity: 1;
    box-shadow: 0 0 0 2px #777677;
    white-space: pre;
}
div.hpResult a.hpResult-link:nth-of-type(n) {
    text-decoration: none!important;
    display: block;
    position: relative;
    transition: all .3s ease-in-out 0s;
    padding-bottom: 1rem;
    overflow: visible;
}
div.hpResult a.hpResult-link:focus .hpResult-heading, div.hpResult a.hpResult-link:hover .hpResult-heading {
    text-decoration: underline solid #0a5796!important;
}
div.hpPagination-head {
    display: flex;
    flex-flow: row wrap;
}
.hpPagination-head-title {
    flex-grow: 1;
    padding-right: 3rem;
}

@media(max-width:900px) {
.hpInside .hpResult:nth-of-type(n) {
    flex-basis: 33%;
 flex-basis:calc(33% - (1rem / 3))!important;
    margin-right: .5rem!important;
}
.hpInside .hpResult:nth-of-type(3n+3) {
    margin-right: 0!important;
}
.hpPagination-pager {
    flex-flow: row wrap;
}
.hpPagination-pager-second > * {
    flex-basis: 50%;
    align-self: center;
}
.hpPagination-pager-second > :nth-child(2n+2) {
    justify-content: flex-end!important;
}
.hpPagination-pager-second .hpPagination2, .hpPagination-pager-second .hpPagination3 {
    margin-top: 1rem;
}
.hpPagination-pager-second > :nth-child(2n+1) {
    justify-content: flex-start!important;
}
.hpPagination-pager > :nth-last-child(2).hpPagination2 {
    justify-content: flex-start!important;
}
.hpPagination-form label {
    align-self: flex-end!important;
    justify-content: flex-end!important;
}
.hpResults-wrap > *:nth-of-type(n) {
    flex-basis: 33.333%;
 	flex-basis:calc(33.333% - (4rem / 3)) !important;
    margin-right: 2rem!important;
}
.hpPagination-head {
    flex-flow: row wrap;
}
.hpPagination-head-buttonwrap {
    flex-basis: 100%;
    flex-grow: 1;
    margin-top: 1rem;
}
.hpResults-wrap > *:nth-of-type(3n+3) {
    margin-right: 0!important;
}
}

@media(max-width:750px) {
.hpResults-wrap > *:nth-of-type(n) {
    flex-basis: 50%;
 flex-basis:calc(50% - (2rem / 2)) !important;
    margin-right: 2rem!important;
}
.hpResults-wrap > *:nth-of-type(2n+2) {
    margin-right: 0!important;
}
.hpPagination1 .labelSpan-line1 {
}
.hpPagination1 .labelSpan {
    display: block;
    text-align: right;
}
.hpInside .hpResults-wrap > *:nth-of-type(n) {
    flex-basis: 50%;
 flex-basis:calc(50% - (.5rem / 2))!important;
    margin-right: 0rem!important;
}
.hpIndex.hpInside .hpResults-wrap > *:nth-of-type(2n+2) {
    margin-right: 0!important;
    margin-left: .5rem!important;
}
.hpIndex:not(.hpInside) .hpResults-wrap > *:nth-of-type(2n+2) {
    margin-right: 0!important;
}
.hpPagination-pager {
    flex-flow: row wrap;
}
.hpPagination .hpPagination0, .hpPagination .hpPagination1 {
    flex-basis: 50%;
    margin-bottom: 1rem;
}
.hpPagination .hpPagination1 {
    justify-content: flex-end!important;
}
.hpPagination1 label.control-label:nth-of-type(n) {
    justify-content: flex-end!important;
}
.hpPagination .hpPagination3 {
    flex-basis: 50%!important;
}
}

@media(max-width:600px) {
.hpResults-wrap > *:nth-of-type(n) {
    flex-basis: 100%!important;
    margin-right: 0!important;
}
.hpTopwrap > * {
    flex-basis: 100%;
}
.hpInside .hpResults-wrap .hpResult:nth-of-type(n) {
    flex-basis: 100%!important;
    margin-right: 0!important;
    margin-left: 0!important;
}
.hpPagination-head span.small {
    flex-basis: 100%;
    margin-top: .5rem;
}
.hpPagination-pager .hpPagination2:nth-of-type(n) {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-start!important;
}
.hpPagination-pager .hpPagination0 {
    margin-bottom: 1rem;
}
.hpPagination2 > * {
    flex-basis: 100%;
}
.hpPagination1 {
    flex-basis: 100%;
}
.hpPagination1 button[type="button"].hpPagination-button-go, .hpPagination-button-top {
    flex-basis: 50%!important;
    flex-basis: calc(50% - .25rem)!important;
    flex-grow: 0;
}
.hpPagination1 select[id*="hpPagination-select"]:nth-of-type(n) {
    max-width: none!important;
    flex-grow: 1!important;
}
.hpPagination0 {
    font-size: 1.25rem!important;
}
.hpPagination0, .hpPagination1 {
    flex-basis: 100%!important;
}
.hpPagination1 {
    margin-bottom: 0!important;
}
.hpPagination3:nth-of-type(n) {
    flex-basis: 100%!important;
}
.hpButton-submit, .hpButton-reset {
    width: calc(50% - .5rem)
}
.hpButton-link {
    width: calc(50% - .5rem);
}
}

@media(max-width:767px) {
.hpSort legend > span {
    font-size: 1.5rem;
}
.hpFilter label.checkbox.inline:nth-of-type(n) {
    flex-basis: 100%;
}
}
.hpInside .hpResults-wrap > * {
    flex-basis: 33%;
 flex-basis:calc(33% - (1rem / 3));
    margin-right: .5rem!important;
}
.hpInside .hpResults-wrap > *:nth-of-type(3n+3) {
    margin-right: 0!important;
}
.hpButton {
    white-space: nowrap;
}
.hpInside .hpPagination button[type="button"].hpButton {
    padding-left: .5rem;
    padding-right: .5rem;
}
.combobox-suggestion {
    max-width: 26rem;
    padding: .375rem;
}
p.shortened {
    line-height: 1.5!important;
    max-width: 43.5em;
}
.hpPagination-head span.strong {
    padding-right: .5rem;
}
#agencies-index .agencies-index-panel a {
    font-weight: 700;
    color: #0a5796;
}
.main-header nav ul li:nth-child(2) a, .main-header nav ul li:nth-child(2) a:hover {
    background-color: transparent;
    color: #fff !important;
}
.main-header nav ul li:nth-child(2), .main-header nav ul li.active:nth-child(2), .main-header nav ul li:nth-child(2) a.active {
    background-color: #0a5796 !important;
    color: #fff !important;
}
.module{margin-top:0px;}