@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration:0.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:0.01ms !important;
    }

}

.c-desktop-menu {
-webkit-box-shadow: 0px 5px 5px -7px #000000, 5px 5px 5px 5px rgba(0,0,0,0); 
box-shadow: 0px 5px 5px -7px #000000, 5px 5px 5px 5px rgba(0,0,0,0);
}


a, a:VISITED {
  transition: all 0.2s linear;
  outline: none;
  color: #005991;
  text-decoration:none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  color: #036;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px solid #005991;
    outline-offset: 3px;
}


/* COLORS */

.bg-white {
background-color:#ffffff;
}


.bg-blue {
background-color:#003366;
}

.bg-lt-blue {
background-color:#d9ebf8;
}

.bg-lt-yellow {
background-color:#f8f2d7;
}

.bg-lt-green {
background-color:#e3ecdd;
}



.bg-gray {
background-color:#333;
}

.bg-lt-gray {
background-color:#ececec;
}


.text-blue {
color:#003366;
}

.text-gray {
color:#666;
}

.text-red {
color:#600;
}


.accsss-alerts li a, .access-alerts li a:VISITED {
color:#003366;
}

.btn-djfs {
	font-size: 20px;
	font-weight: 400;
	padding: 7px 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius:10px;
	box-shadow: none;
	transition: 0.2s all linear;
	text-decoration:none;
}

.btn-djfs-sm {
	font-size: 16px;
	font-weight: 400;
	padding: 4px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius:5px;
	box-shadow: none;
	transition: 0.2s all linear;
	text-decoration:none;
}


.btn-white-border, .btn-white-border:VISITED {
border:1px solid #fff;
color:#fff;
text-align:center;

}

.btn-white-border:ACTIVE, .btn-white-border:HOVER  {
background-color:#ffffff;
color:#002740;
}



.btn-blue-border, .btn-blue-border:VISITED {
border:1px solid #002740;
color:#002740;
text-align:center;
}

.btn-blue-border:ACTIVE, .btn-blue-border:HOVER  {
background-color:#002740;
color:#ffffff;
}

.c-page-header__content h2 {
margin-bottom:15px;
}

.dj-photo .caption {
font-style:italic;
padding:10px 0;
}

.c-page-header__content p {
       margin:15px 0;
    }


.c-alert a, .c-alert a:VISITED {
color:#ffcc66;
}

.c-alert a:HOVER, .c-alert a:ACTIVE {
color:#fff;
}

span.searchDescription {
display:block;
font-style:italic;
}

.c-super-menu__col h4 {
padding-bottom:10px;
}

p.drop-headlines {
font-size:1.5em;
font-weight:700;
line-height:1.1em;
margin-bottom:15px;
}


.the-result {
margin:5px 0;
padding:5px 0;
border-bottom:1px solid #ccc;
}

h2.djfs-search button {
font-size:0.7em;
}

.c-site-container p a, c-site-container p a:VISITED {
text-decoration:underline;
}

.c-top-menu li > a.text-uppercase, .c-top-menu li a.text-uppercase:VISITED,
.c-top-menu__dropdown > a.text-uppercase, c-top-menu__dropdown > a.text-uppercase:VISITED {
color:#ffff;
}

.c-footer__links a, .c-footer__links a:VISITED,
.c-footer__col a, .c-footer__col a:VISITED,
.c-footer__leader a, .c-footer__leader a:VISITED {
text-decoration:underline;
color:#fff;
}

.c-footer__links a:HOVER, .c-footer__links a:ACTIVE,
.c-footer__col a:HOVER, .c-footer__col a:ACTIVE,
.c-footer__leader a:HOVER, .c-footer__leader a:ACTIVE  {
text-decoration:underline;
color:#9cf;
}

.c-help-finder a, .c-help-finder a:VISITED {
color:#9cf;
}

.c-help-finder a:HOVER, .c-help-finder a:ACTIVE {
color:#fff;
}


.c-super-menu {
border-right:1px solid #fff;
border-left:1px solid #fff;
border-bottom:1px solid #fff;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

ul.toc-menu {
list-style-type: none;
text-align:center;
padding:20px 30px;
margin:40px 0;
background-color:#efefef;
border-radius:15px;
}

ul.toc-menu li{
padding:5px;
border-bottom:1px solid #999;
}

ul.toc-menu li:last-child{
border-bottom:none;
}

ul.toc-menu li a, ul.toc-menu li a:VISITED {
font-size:1.3em;
color:#0e68c4;
text-align:center;
}

ul.toc-menu li a:ACTIVE, ul.toc-menu li a:HOVER {
text-decoration:none;
color:#036;
}


h2.relres {
font-size:1.5em;
}




/* ACCESSIBILITY */


/* Accessibility: visible skip link */
.visually-hidden-focusable {
    position: absolute;
    left: -9999px;
    top: 10px;
    z-index: 9999;
    padding: 12px 20px;
    background: #ffffff;
    color: #000000;
    border: 3px solid #000000;
}

.visually-hidden-focusable:focus {
    left: 10px;
}















/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    


 }



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {





 }

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {




	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {




}




@media (prefers-reduced-motion: reduce) {
  .animation {
    animation: none;
  }
}



