﻿/* 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/header-image.png");
		background-color: #ff1616;
    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
        background-image: url("../img/masthead-bg-fixed-1200x250.jpg");
    }

    /* 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("../img/iStock-513957135bgdrop.png");
		 background-size: auto 520px;
		background-position: right 20px;
		background-color: #878787;
    }

    /* 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;
    }

}

a.sub {color: #C8122C !important;}

a.sub:visited {
    color: #800080 !important;
}


/* slideshow */
.HideMontageImages img {
		display:none;
	}
	.HideMontageImages li {
		list-style: none;
		margin-bottom: 5px !important;
		left: 0;
		top: 0;
	}
	.HideMontageImages hgroup {
		border-bottom: 1px solid #ccc;
	}
	.HideMontageImages hgroup h2 {
		margin: 0 !important;
		padding: 0 !important;
	}
	.HideMontageImages hgroup h3 {
		margin: 0 0 10px 0 !important;
		padding: 0 0 10px 0 !important;
	}

.rslideshow
{width: 500px !important;
margin: 0 auto;
}

.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;
}
/* slideshow end */

#mdgovMain a:visited {
    color: #800080;
}

#mdgovMain a:link {
    color: #C8122C;
}

#mdgovMain a > strong {color: #C8122C;}

.btn, .btn-primary a:visited {
    color: #fff !important;
}




/*footer-2024-css*/
:root {
    --mdgov-footer-bg-color: #000;
  }
  
  [data-mdgov-theme=dark] {
    --mdgov-footer-bg-color: #09244b!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 > li + li:before {
    padding-right: 1rem;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.5);
    content: "-";
  }
  .mdgov-footer-2024__agency {
    display: flex;
    align-items:center;
    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: 400px;
    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;
      align-items:flex-start;
    }
  }
  .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;
  }


  #s4-bodyContainer {
    padding-bottom: 0px !important;
}

  @media (min-width: 992px) {
    .mdgov-footer-2024__bottom__links {
      flex-flow: row;
    }
    .mdgov-footer-2024__bottom__links > div {
      flex: 1 1 auto;
    }
  }

.ui-accordion-header-icon {position: relative; top: 6px; right:10px; float:right; transform: scale(1.5);}