<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Only display masthead background images on larger screens. */
@media (min-width: 992px) {

    /*
        1. Edit the .mdgov-masthead rule's background-image to your own default site-wide image.
        2. Use the .mdgov-fixed .mdgov-mastead rule to override your default if using a combination of fluid and fixed width layouts.
        3. Use masthead modifier classes "--tall, --full. REMOVE or COMMENT any not in use.
    */

    /* Default site-wide masthead. */
    .mdgov-masthead {
      /*  background-image: url("../img/masthead-bg-fluid-1920x250.jpg"); */
		  background-image: url("/wp-content/uploads/sites/4/2013/11/rural_inner_banner.png");
    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
      /*  background-image: url("../img/masthead-bg-fixed-1200x250.jpg"); */
		  background-image: url("/wp-content/uploads/sites/4/2013/11/rural_inner_banner.png");
    }

    /* Tall fluid-width masthead. */ 
    .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../img/masthead-bg-tall-fluid-1920x500.jpg"); 
    }

    /* Tall fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../img/masthead-bg-tall-fixed-1200x500.jpg");
    }

    /* Full-height, fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../img/masthead-bg-full-fluid-1920x1020.jpg");
        overflow: hidden;
    }

   /* 
        Full-height, marketing masthead. Background set to none in order to let
        the background image slideshow define images. If not using slideshow, specify your marketing
        background image here.
    */
    .mdgov-masthead.mdgov-masthead--marketing {
        background-image: none;
    }

    /* 
        For displaying angled card background effect.
        Note that background color is specified as the primary brand in the core CSS already.
    */
    .mdgov-masthead.mdgov-masthead--full:before {
        content: "";
        backface-visibility: hidden;
        transform: skew(0deg,-3deg);
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 0;
        transform-origin: bottom left;
        left: 0;
        bottom: -110px;
    }

    /* Full-height, fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../img/masthead-bg-full-fixed-1200x1020.jpg");
        background-size: auto;
        background-position: top center;
    }

    .mdgov-masthead--angled {
   	/*	background-image: url('https://governor.maryland.gov/wp-content/uploads/2021/05/gov_headerbackground.jpg'); */
		background-image: url('/wp-content/uploads/sites/4/2013/11/rural_inner_banner.png'); /* image url - option for an agency 
	
		
    }

    /* Full-screen background example. 
    .mdgov-outerWrap {
        background-color: transparent;
    }
    body {
        background-image: url(../img/masthead-bg-full-fluid-1920x1020.jpg);
    }
    */
}

/*
    All styles below support the template demo site only. All styles below are OPTIONAL and may be removed as needed.
*/

.input-validation-error {
    border-color: #ff0000 !important;
}

input[type="color"] {
    width: 100%;
    max-width: 400px;
}

/* MVC Form Validation */
.field-validation-error {
    position: relative;
    left: 0;
    top: 0.5rem;
    background-color: #ff0024;
    color: #ffffff;
    padding: 0.5rem;
    display: inline-block;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.field-validation-error:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
    left: 2rem;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 0, 0);
    border-bottom-color: #ff0024;
    border-width: 0.5rem;
    margin-left: -0.5rem;
}

.validation-summary-errors ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}

/* Online Services Widget Container */
.svc_filterForm {
    background-color: #e9ecef;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    .field-validation-error {
        width: auto;
    }

}

/* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
.mdgov-divider--diag {
	height:4vw;	
}


/* To remove the bottom line from Left Nav */
	/*
.nav-link {
border-bottom: 1 !important;

}
	*/

/* To remove the numbers being displayed below the Montage Carousel */
.carousel-indicators li {
	text-indent: -4000px;
}
.wpcf7-form-control wpcf7-text, 
.wpcf7-form-control wpcf7-email, 
.wpcf7-form-control wpcf7-validates-as-required, 
.wpcf7-form-control wpcf7-validates-as-email, 
.wpcf7-form-control wpcf7-select, 
.wpcf7-form-control wpcf7-textarea: 
{width:100% !important;}

.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    /word-wrap: break-word;/
    word-wrap: normal;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0;
}
	.rslides {
    position: relative;
    margin: 0 auto 40px;
}
.rslides li {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 5px !important;
    list-style: none;
    z-index: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block !important;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
#mdgov_featuredMontage {
    margin: 0;
    padding: 0;
}
hgroup h2, hgroup h3 {
    font-size:16px !important;
    color:#000;
    font-weight: bold;
    margin:-10px 0 7px 0 !important;
    padding:0 !important
}

.rslideshow h3 {
    font-size:15px !important;
    color:#1c468e
}
.rslides_tabs {
    padding: 5px;
    text-align: center;
    width: 100%}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    padding: 5px 10px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs li a {
    background: #999;
    border-radius: 10px;
    color: transparent;
    padding: 7px;
    font-size: 0;
    margin-right: 5px;
}
.rslides_tabs .rslides_here a {
    background: #7c7c7c;
}



/* Mega menu: top margin space for two headings in the same column */

.topMargin  {
  margin-top: 25px;
}

/* Mega menu: top margin space for two headings in the same column */

/* Housing Plan page: big fonts for infographic numbers and headings */

.h1
{
	color:#262626;
	font-size:2.5rem;
	font-weight:600;
}

.greenBig
{
	color:#40AE49;
	font-size:18px;
}
/* Housing Plan page: big fonts for infographic numbers and headings */

.center
{
	text-align:center;
}
.styleForm
{
	margin:0px 0px 10px 0px;
	line-height:1.6;
	font-size:17px;
	font-family:Montserrat,sans-serif; 
	font-weight:400;
}
/*footer-2024-css*/
:root {
  --mdgov-footer-bg-color: #000;
}

[data-mdgov-theme=dark] {
  --mdgov-footer-bg-color: #09244b;
}
body {
    background-color:/* #000 */ #fff;!important;
}
.mdgov-footer-2024 {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: var(--mdgov-footer-bg-color);
  color: #fff;
}
.mdgov-footer-2024 a {
  color: #fff;
  text-decoration: none;
}
.mdgov-footer-2024 a:hover, .mdgov-footer-2024 a:focus {
  text-decoration: underline;
}
.mdgov-footer-2024__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__top {
    flex-flow: row;
    gap: 32px;
  }
}
.mdgov-footer-2024__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mdgov-footer-2024__nav &gt; li + li:before {
  padding-right: 1rem;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.5);
  content: "-";
}
.mdgov-footer-2024__agency {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.mdgov-footer-2024__agency__logo img {
  max-width: 90px;
}
.mdgov-footer-2024__agency__address {
  text-align: center;
}
.mdgov-footer-2024__agency__address address {
  max-width: 350px;
  margin: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.mdgov-footer-2024__agency__address address:before {
  content: none;
}
.mdgov-footer-2024__agency__address address strong {
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__agency__address {
    text-align: left;
  }
}
.mdgov-footer-2024__agency__links {
  display: flex;
  flex: 1 0 0%;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .mdgov-footer-2024__agency {
    flex-flow: row;
  }
}
.mdgov-footer-2024__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 48px;
  padding-top: 48px;
}
.mdgov-footer-2024__bottom a {
  color: #fff;
}
.mdgov-footer-2024__bottom__heading {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.mdgov-footer-2024__bottom h3 {
  font-size: 1.25rem;
}
.mdgov-footer-2024__bottom__links {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.mdgov-footer-2024__bottom__links a {
  display: block;
  line-height: 1;
}
.mdgov-footer-2024__bottom__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mdgov-footer-2024__bottom__links ul li {
  margin-bottom: 0.75em;
}
.ewf-footer__heading{
  color: #fff;
}
.ewf-footer__links h3{
  color:#fff;
  margin-bottom: 20px!important;
}

@media (min-width: 992px) {
  .mdgov-footer-2024__bottom__links {
    flex-flow: row;
  }
  .mdgov-footer-2024__bottom__links &gt; div {
    flex: 1 1 auto;
  }
}

/* new button code */

.btn-gold {
background-color:#FFC20D;
color:#2d3133;
padding:8px 15px;
text-align:center;
text-decoration:none;
display:inline-block;
font-size:17px;
line-height:31.92px;
font-weight: bold;
width:fit-content;
border:solid 2px #fff;
border-radius:15px;
cursor:pointer;
transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-gold a {
color:#2d3133;
font-size:17px;
font-weight: bold;
display:inline-block;
width:fit-content;
}

.btn-gold:hover {
background-color:#FFFFFF;
border-color:#D3D3D3;
}

.btn-gold a:visited,
.btn-gold a:hover,
.btn-gold a:hover:visited {
color: #2d3133;
}

.right-sectionNav ul {
        border-left: 4px solid rgba(0, 0, 0, .1);
        list-style-type: none;
        margin: 0;
        padding-left: 10%;
    }

.right-sectionNav li {
        padding-bottom: 7%;
        font-weight: bold;
    }
h2:target,
h3:target {
	scroll-margin-top:100px;
	}

/* sticky menu 
.right-sectionNav {
	flex: 1;
	padding: 20px;
	position: sticky;
	top: 0;
	height: fit-content;
	
}*/


/*step timeline */

.usa-step-indicator {
width:100%;
}

/*container */
.usa-step-indicator__segments {
display:flex;
justify-content:space-between;
list-style:none;
padding:0;
margin:0;
}

/*step style */
.usa-step-indicator__segment {
flex:1 1 0;
text-align:center;
position:relative;
padding-top:3rem;
}

.usa-step-indicator__line {
position:absolute;
top:1.125rem;
height:0.25rem;
background-color:#dfe1e2;
z-index:1;
right:0;
margin:0 auto;
left:0;
width:auto;
}

.usa-step-indicator__segment:first-child .usa-step-indicator__line {
left:50%;
}

.usa-step-indicator__segment:last-child .usa-step-indicator__line {
width:50%;
left:0;
right:auto;
margin:0;
}

.usa-step-indicator__circle {
position:absolute;
top:0;
left:50%;
transform: translateX(-50%);
width: 2.25rem;
height: 2.25rem;
background-color:#dfe1e2;
border-radius:50%;
line-height:2.25rem;
color:#1b1b1b;
font-weight:bold;
z-index:2;
text-align:center;
white-space:nowrap;
}

.usa-step-indicator__segment--complete .usa-step-indicator__line {
background-color:#162e51;
}

.usa-step-indicator__segment--complete .usa-step-indicator__circle {
background-color:#162e51;
color:#fff;
}


.usa-step-indicator__segment--current .usa-step-indicator__line {
background-color:#005ea2;
}

.usa-step-indicator__segment--current .usa-step-indicator__circle {
background-color:#005ea2;
color:#fff;
box-shadow:0 0 0 0.25rem #cfe8ff;
}

.usa-step-indicator__segment-label {
display:block;
margin-top:0.75rem;
font-size:0.875rem;
text-align:center;
}


.usa-step-indicator__header {
text-align:left;
margin-bottom:1rem;
}



.usa-step-indicator__heading {
font-size:1.25rem;
font-weight:600;
margin:0;
}


.usa-step-indicator__current-step {
display:inline-block;
width:1.5rem;
height:1.5rem;
line-height:1.5rem;
background-color:#005ea2;
color:#fff;
text-align:center;
border-radius:50%;
font-weight:bold;
}

.usa-step-indicator__total-steps {
color:#005ea2;
}

.usa-sr-only {
position:absolute !important;
width:1px !important;
height:1px !important;
padding:0 !important;
margin:-1px !important;
overflow:hidden !important;
clip:rect(0, 0, 0, 0) !important;
white-space:nowrap !important;
border:0 !important;
}

@media (max-width: 480px) {
.usa-step-indicator__segment-label {
display:none;
}
}

.timeline-desktop {
display:block;
}

.timeline-mobile {
display:none;
}
.is-hidden {
	display:none
}

@media (max-width: 768px) {
.timeline-desktop {
display:none;
}
.timeline-mobile {
display:block;
}
}




/* custom list 
.usa-list {
padding-left:1.25rem;
margin-bottom:1.5rem;
list-style-type:disc;
}

.usa-list li {
margin-bottom:0.5rem;
}

.usa-list--unstyled {
list-style:none;
padding-left:0;
}
*/


.usa-step-indicator__heading-counter {
font-size:0.875rem;
color:#5b616b;
margin-bottom:0.25rem;
}

.usa-step-indicator__heading-counter {
font-size:0.875rem;
color:#005ea2;
display:inline-flex;
align-items:center;
margin-right:0.5rem;
}
</pre></body></html>