.img-right {
  max-height: 200px;
  overflow-y: hidden;
}

.agency-background {
	background-color: #055ac8;
	background: linear-gradient(0deg, rgba(60, 1, 105,1) 0%, rgba(107, 33, 163,1) 50%, rgba(60, 1, 105,1) 100%);
}
hr.module-divider {
	display: none;
}
.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: #3c0169 !important;
}
.subheader {
	background: #3c0169 !important;
	min-height: 0px;
}
.subheader a {
	background: #de3700 !important;
}
.subheader a.main-filter-category, .subheader a.main-filter-category:link, .subheader a.main-filter-category:visited {
	background-color: #6b21a3 !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: #6b21a3 !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: #DE3700;
	font-weight: bold;
}
/* 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: #de3700 !important;
}
a.connect-link:hover {
	background-color: #de3700 !important;
}
.agencies-about-links ul li.active a {
	color: #3c0169;
	text-decoration: underline;
}
a, a:link, a:visited {
	color: #3c0169;
	font-weight: bold;
}
.main-content-width {
	width: 100% !important;
	margin: 0px 0px 20px;
}
a.link-button {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	width: 250px;
	padding: 25px 0px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
a.blue {
	background-color: #0072bc;
}
a.orange {
	background-color: #DE3700;
}
a.teal {
	background-color: #0a9fd7;
}
a.home-link {
	color: #000000;
}
h1 {
	font-size: 36px !important;
	line-height: 40px !important;
}
h2 {
	font-size: 31.5px !important;
	line-height: 40px !important;
}
h3 {
	font-size: 24.5px !important;
	line-height: normal !important;
}
/* Complaint Process - Flowchart */
#wrapper {
	border: 1px solid #000;
	width: 640px;
	height: 828px;
}
#wrapper img#complaintprocessmap {
	position: absolute;
	width: 640px;
	height: 828px;
}
#Mediation, #WithdrawalOfComplaint, #Intake, #ComplaintIsFiled, #Investigation, #Determination, #ProbableCause, #NoProbableCause, #Trial, #ReportAndRecommendation, #FinalDecisionAndOrder, #AppealProcess, #NonJurisdictional, #Conciliation, #Dismissal, #Conciliation, #Conciliation2 {
	background-color: #f1f1f1;
	width: 280px;
	padding: 10px;
	color: black;
	display: none;
	border: 2px solid black;
}
#NonJurisdictional {
	position: relative;
	left: 150px;
	top: 120px;
}
#Mediation {
	position: relative;
	left: 90px;
	top: 255px;
}
#WithdrawalOfComplaint {
	position: relative;
	left: 200px;
	top: 255px;
}
#Conciliation {
	position: relative;
	left: 255px;
	top: 255px;
}
#Conciliation2 {
	position: relative;
	left: 100px;
	top: 585px;
}
#Dismissal {
	position: relative;
	left: 255px;
	top: 255px;
}
#Intake {
	position: relative;
	left: 300px;
	top: 50px;
}
#ComplaintIsFiled {
	position: relative;
	left: 315px;
	top: 100px;
}
#Investigation {
	position: relative;
	left: 330px;
	top: 155px;
}
#Determination {
	position: relative;
	left: 370px;
	top: 305px;
}
#ProbableCause {
	position: relative;
	left: 230px;
	top: 410px;
}
#NoProbableCause {
	position: relative;
	left: 417px;
	top: 410px;
}
#Trial {
	position: relative;
	left: 240px;
	top: 525px;
}
#ReportAndRecommendation {
	position: relative;
	left: 240px;
	top: 635px;
}
#FinalDecisionAndOrder {
	position: relative;
	left: 240px;
	top: 755px;
}
#AppealProcess {
	position: relative;
	left: 415px;
	top: 755px;
}
/* I Need Help filter classes 
.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 #de3700;
    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: #de3700;
    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 #de3700, 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;
}
.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: #de3700!important;
    margin-top: .25rem!important;
    background-color: #f1f1f1!important;
    font-size: 1.25rem!important;
}
.hpButton {
    border-radius: 4px;
    background: #de3700;
    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: #de3700;
    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;
    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(5rem / 3);
    margin-bottom: 3rem;
    position: relative;
}
.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%;
    min-height:0!important;
}
.hpFilter label.checkbox.inline:nth-of-type(n+2){
	margin-top:1.5rem!important;
}
}
.hpFilter label.checkbox.inline:nth-of-type(n){
	margin-top:0;
	min-height:3rem;
}
.hpFilter label.checkbox.inline:nth-of-type(n+3){
	margin-top:1rem!important;

}
.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;}
 end of I Need Help filter classes */
/* (Custom styles for "Home Body" component) */
#w1611636372303 .bg-highlighted {
	background: none;
	background-color: #000000 !important;
	padding-top: 15px;
}
#w1611636372303 .module-agency-columns .agencies-first {
	margin-top: 0px !important;
}
#w1611636372303 .module-agency-columns .agencies-first, #w1611636372303 .module-agency-columns .agencies-first .agencies-index-panel {
	background: none !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: 800 !important;
	text-align: center;
	line-height: 1.6em;
}

#w1611636372303 .module-agency-columns .agencies-first .agencies-index-panel a {
	background: none !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: 800 !important;
	text-align: center;
	line-height: 1.6em;
	text-decoration: underline;
}

#w1611636372303 .module-agency-columns .text-padding {
	padding: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.img-caption {
	color: #000000;
}


/* Header helpers */
.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6,
.content-info h4,
h2.mod-title,
.module.module-agency-columns h4,
.agencies-index-panel h1,
.agencies-index-panel h2,
.agencies-index-panel h3,
.agencies-index-panel h4,
.agencies-index-panel h5,
.agencies-index-panel h6 {

    color:#333;

}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  margin: 10px 0;
  color: #333; }

#outer-wrap .agencies-index-panel .h1 {
  font-size: 38.5px;
  line-height: 40px; }

#outer-wrap .h1,
.agencies-index-panel .h1 {
  font-size: 36px;
  line-height: 40px; }

#outer-wrap .h2,
.agencies-index-panel .h2 {
  font-size: 31.5px;
  line-height: normal; }

#outer-wrap .h3,
.agencies-index-panel .h3 {
  font-size: 24.5px;
  line-height: normal; }

#outer-wrap .h4,
.agencies-index-panel .h4 {
  font-size: 17.5px;
  line-height: 20px; }

#outer-wrap .h5,
.agencies-index-panel .h5 {
  font-size: 14px;
  line-height: 20px; }

#outer-wrap .h6,
.agencies-index-panel .h6 {
  font-size: 11.9px;
  line-height: 20px; }

#outer-wrap .h4 {
  font-size: 20px;
  line-height: 24px; }

/*End Header Helpers*/


.module.module-stay-connected.clearfix a.img-link {

    position: relative;      

}

@supports(mix-blend-mode:color){
	.module.module-stay-connected.clearfix a.img-link::after {

		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0;
		background: linear-gradient( to right, #de3700 0%, #055ac8 100%);
		mix-blend-mode: color;


	}
}

