@charset "utf-8";
/* CSS Document */

#site-header {
    padding: 10px;
    background-color: #fff;
}

.header-sub-title {
    font-size: 1.5em;
}

.bd-links .btn:hover, .bd-links .btn:focus {
    color: #000000;
    background-color: #ffc52f !important;
    border: 2px dotted #ff0000;
    text-decoration: underline;
    border-radius: 0;
}

.bd-sidebar {
    border-right: solid 1px #000;
}

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: auto;
    left: -400px;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-bottom-right-radius: 8px;
    background: #ffc52f;
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out;
    z-index: 100;
}

#skiptocontent a:focus {
    position: static;
    width: auto;
    height: auto;
}

th {
    color: #ffffff;
    background: #367f2d;
	font-size: .85rem;
	text-align: center;
	padding: 10px;
}

td {
	font-size: .85rem;
	text-align: center;
	padding: 5px;
}

.table-spacing {
	width: 100%;
  	border-collapse: collapse;
	padding: 3px;
}

caption {
	caption-side: top;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}

a, a:active, a:hover { color: #0b5ed7; }

/* multi-page form styles */
.no-display, .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.box-i {
    padding: 8px 16px;
}
.box-i:after, .box-i:before {
    content: " ";
    display: table;
}
.box-i>:first-child {
    margin-top: 0;
}
.box-i>:last-child {
    margin-bottom: 0;
}
.box-i:after {
    clear: both;
}
.tlwrapper {
    display: table;
    width: 100%;
}
.timeline {
    display: table-row;
    counter-reset: timeline;
}
.timeline li.timeline-current > span:before {
    color: #fff;
    background-color: #036;
    border-color: #036;
}
.timeline li.timeline-past {
    background-color: #ccc;
}
.timeline li:first-child {
    padding-left: 0;
}
.timeline li {
    display: inline-block;
    width: 20%;
    counter-increment: timeline;
    list-style: none;
    text-align: center;
    padding: .25em .5em;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding-left: 25px;
    white-space: nowrap;
	margin: 10px 0;
}
.timeline li:after {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(151, 204, 237, 0);
    border-left-color: #ccc;
    border-width: 20px;
    margin-top: -20px;
}
.timeline li a, .timeline li > span {
    z-index: 100;
    position: relative;
    display: block;
    color: #555;
}
.timeline li.timeline-current > span:before {
    color: #fff;
    background-color: #036;
    border-color: #036;
}
.timeline li a:before, .timeline li > span:before {
    display: inline-block;
    color: #555;
    content: counter(timeline);
    background-color: none;
    border: 3px solid #555;
    margin-right: .25em;
    border-radius: 5px;
    padding: 0 .25em;
}
.timeline li.timeline-past a:before {
    color: green;
    content: "\2713";
    background-color: #fff;
    border-color: green;
}
.timeline li.timeline-current > span, .timeline li.timeline-current a {
    color: #036;
    font-weight: bold;
}

/* main (green) nav styles */
.navbar {
    background-color: #42738D;
    min-height: 45px;
    padding: 0 20px 0 0;
}

.navbarELC {
    background-color: #4c4f54;
    min-height: 45px;
    padding: 0 20px 0 0;
}

.navbar-brand, .navbar-nav {
    font-size: 1.25rem;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 20px;
    border-right: 1px solid #fff;
}

.navbar-expand-lg .navbar-text .jocolink {
    color: #fff;
    font-size: 1.25rem;
    padding: 10px 20px;
    display: block;
    min-width: 44px;
    min-height: 44px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #ffc52f !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	text-decoration: underline;
    background-color: #ffc52f !important;
    color: #000;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-text .jocolink:focus, .navbar-text .jocolink:hover {
    text-decoration: underline;
    background-color: #ffc52f !important;
    color: #000;
}

.navbar-toggler-icon {
    background-image: url('../Images/hamburger.png');
}

/* breadcrumb styles */

nav.breadcrumb {
  padding: 0.8em 1.2em;
  font-size: .85em;
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentcolor;
  height: 0.8em;
  content: "";
}

nav.breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* field-set styles */

fieldset {
border: 1px solid rgb(204, 204, 204) !important;
padding: 0.85em !important;
margin: 0 0 20px 0 !important;
-webkit-box-shadow: 10px #000;
box-shadow: 10px #000;
border-radius: 15px 3px 15px 15px;
}

legend {
font-size: 1.3em !important;
font-weight: bold !important;
text-align: left !important;
width: 100%;
margin-bottom: 0.5rem;
border-radius: 8px 3px 8px 8px;
}

.fs-pt {background-color:#FCEAE2; padding: 10px; margin: 0 10px 10px 0;}
.fs-sc {background-color:#DEEFE7; padding: 10px; margin: 0 10px 10px 0;}
.fs-pc {background-color:#F5EDDE; padding: 10px; margin: 0 10px 10px 0;}

.fs-special-pt {
	background-color:#FCEAE2;
	border: 1px solid rgb(204, 204, 204) !important;
	padding: 0.85em !important;
	margin: 0 0 20px 0 !important;
	-webkit-box-shadow: 10px #000;
	box-shadow: 10px #000;
	border-radius: 15px 3px 15px 15px;
}
.fs-special-sc {
	background-color:#DEEFE7;
	border: 1px solid rgb(204, 204, 204) !important;
	padding: 0.85em !important;
	margin: 0 0 20px 0 !important;
	-webkit-box-shadow: 10px #000;
	box-shadow: 10px #000;
	border-radius: 15px 3px 15px 15px;
}
.fs-special-pc {
	background-color:#F5EDDE;
	border: 1px solid rgb(204, 204, 204) !important;
	padding: 0.85em !important;
	margin: 0 0 20px 0 !important;
	-webkit-box-shadow: 10px #000;
	box-shadow: 10px #000;
	border-radius: 15px 3px 15px 15px;
}

.alert-note {font-size: 1.25em; color: #ff0000; font-weight: bold;}
.field-note {font-size: 0.85em; }
.form-label {margin-top: 0.5rem;margin-bottom: 0.25rem;}

.form-select {
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #356F8D;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}	

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input:focus {
    outline: 2px solid royalblue;
    box-shadow: 1px 1px 8px 1px royalblue;
}

/*
input:invalid {
    border: 2px dashed red;
    padding: 3px;
}

input:valid {
    border: 2px solid black;
}
*/

input[type=file] {
    padding: 5px 10px;
    margin: 5px 0 15px 0;
    display: inline-block;
    border: 1px solid #356F8D;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

textarea.form-control {
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #356F8D;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.65rem;
}

input[type="radio"] {
	-webkit-appearance: none;
	width: 1.1em;
	height: 1.1em;
	vertical-align: middle;
	position: relative;
	background: white;
	/*border-radius: .08em;*/
	border: .1em solid #678fa3;
}

input[type='radio']:checked {
	background: #678fa3;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=date], input[type=number] {
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #356F8D;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

input[type=submit] {
    color: white;
    padding: 5px 10px;
    margin: 5px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sign-in {
    margin-top: 15px;
    background-color: #F4F6F7;
    border-top: 3px solid #1C416F;
    padding: 1.5rem;
    box-shadow: 0px 5px 8px;
    text-align: center;
}
	
.main-container {
	margin-top: 25px; 
	padding: 0 15px;
}

.maxlogo { max-width: 225px; }

p > label { display:block; }

.sm-note {font-size: .85rem; padding-top: 10px;}
.note { color: #ff0000; font-weight: 500; }
.special {margin: 5px 0;font-weight: 700;}

.lg-para {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
}

.bd-links .btn {
    font-weight: 400;
	padding: .15rem .25rem;
	color: #000;
}

.bd-links a {margin-left: 0.1rem;}

.btn-lg {font-size: 1.15rem;}

.loadlimit { 
	font-size: 1.3em !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-bottom: 0.5rem;
}

.fa-search:before {
    content: "\f002";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.d-flex {
    display: flex;
}

.color-bar span:nth-child(1) {
    width: 17%;
}

.color-bar span:nth-child(2), .color-bar span:nth-child(3) {
    width: 15%;
}

.color-bar span:nth-child(4) {
    width: 21%;
}

.color-bar span:nth-child(5) {
    width: 18%;
}

.color-bar span:nth-child(6) {
    width: 14%;
}

.color-bar span {
    height: 1.125rem;
}

.primary-2-bg {
    background: #356f8d;
}

.accent-4-bg {
    background: #bae0e0;
}

.primary-1-bg {
    background: #ac1e2c;
}

.accent-1-bg {
    background: #ffc52f;
}

.success-bg {
    background: #367f2d;
}

.accent-3-bg {
    background: #acc37e;
}

.elc-1 { background: #2d5d7b; }
.elc-2 { background: #eee; }
.elc-3 { background: #ac1e2c; }

.footer {
    background: #5e2a2a;
    color: #fff;
    font-size: 1.125rem;
}

.footerELC {
    background: #4c4f54;
    color: #fff;
    font-size: 1.125rem;
}

.color-bars .color-bar {
    height: 1.125rem;
    width: 33.3%;
}

.dept {
    padding-left: 50px;
}

.footer-address {
	padding: 30px;
	font-size: .85em;
	margin-right: 50px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 10px 5px;
}

.footer nav li {
    margin: 0 0 0.5em 0;
    list-style: none;
}

.footer li:focus, .footer li:hover, .footer li a:focus, .footer li a:hover {
    text-decoration: underline;
    background-color: #ffc52f !important;
    color: #000;
    padding: 2px 0 2px 5px;
}

.footer .site-logo .logo-inverse {
    width: 216px; 
    height: 110px; 
    display: block;
    margin: 0 auto 25px;
}

.footer .site-logo .logo-color {
    display: none;
}

.footer .address {
    margin: 1rem 0 1.5rem;
}

.footer .block-social-media-links li {
    margin-bottom: 0;
    line-height: 1.5;
}

.footer .block-social-media-links li svg {
    font-size: 1.15rem;
}

.footer .block-social-media-links li .icon {
    display: inline-block;
    width: 1.3rem;
    color: #fff;
}

.social-media-links--platforms.vertical li {
    list-style-type: none;
    margin: 0 0 0.5em 0;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa.fa-fw {
    width: var(--fa-fw-width,1.25em);
}

.fa-fw {
    width: 1.28571429em !important;
    text-align: center;
}

.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/*
.field {
    margin-bottom: 12px;
    &.isInvalid

{
    color: #d52424;
}
}

.field-label {
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.field-input {
    max-width: 15rem;
    min-height: 3rem;
    border: none;
    border: 1px solid royalblue;
    border-radius: 4px;
    font-size: 1.8em;
    &:focus:not(:focus-visible)
{
    outline: none;
}

&:focus-visible {
    outline: 3px dotted #d33a2c !important;
    box-shadow: 1px 1px 8px 1px #d33a2c;
}
}
*/

[tabindex="-1"]:focus {
			outline: none;
		}

input:focus, button:focus {
  outline: 2px solid #ff0000;
}

input[aria-invalid="true"] {
  background: #ffd5d5;
}

[aria-invalid="true"] + .hint {
  display: block;
}

.req-hint {
    padding: 0rem;
    display: block;
}
.hint {
    padding: 0rem;
    display: block;
}

.field-hint {
    display: block;
    font-size: 1.4em;
    margin-top: 4px;
    color: #676767;
}

.field-error {
    color: #d52424;
}

/* validation styles */
:root {
    --brand: rgba(250, 15, 117);
    accent-color: var(--brand);
}

*:focus {
    outline: 3px dotted #d33a2c !important;
    outline-offset: 2px;
}

#terms-1 a:hover, #terms-2 a:hover , #terms-3 a:hover , #terms-4 a:hover  {
	outline: 3px dotted #d33a2c !important;
    outline-offset: 2px;
}

label span.required {
    color: #D20D00;
}

fieldset span.error, .fieldset span.error {
    display: block;
    padding: .5rem 0 .75rem 1rem;
    color: #D20D00;
}

fieldset span.error svg.error-icon, .fieldset span.error svg.error-icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: .3em;
    fill: #D20D00;
    margin-top: -4px;
}

/* screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

div.description {
    margin: 10px 0;
}

[aria-invalid="true"] {
    background-color: #faa;
}

div#form_errMsg:not(:empty) {
    margin-right: 20px;
    padding: 5px;
    font-weight: bold;
    border: 1px solid red;
}

#errorsList li a:link, #errorsList li a:visited, #errorsList li a:active { 
	color: #04419B;
	font-weight: 500;
}