.skip-to-main {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 9999;
	color: #337ab7;
}

.skip-to-main:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    background-color: #1a6030;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    outline: 2px solid #0f361b;
    outline-offset: 2px;
}

.skip-to-main:focus:hover {
    background-color: #144824;
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}

footer {
    color: #595959;
    margin-top: 15px;
}

footer p {
    margin-top: 15px;
}
footer img {
    margin: 10px 0 10px 0;
}

.copyright-text {
    color: #595959;
}

.security-page-header {
    font-size: larger;
    color: #1a1a1a;
    background-color: #fff;
}


.edmentum-large {
    margin: 25px 0 25px 0;
}

.layout-container {
    background-image: url('../images/loginBackgroundTile.png' );
    min-height: 600px;
}

.form-container {
    background-color: white;
    margin-top: 35px;
    padding-top: 10px;
    margin-bottom: 35px;
    max-width: 437px;
    border-radius: 5px;
}

.announcements-container  {
    background-color: white;
    margin-bottom: 55px;
    max-width: 437px;
    border-radius: 5px;
}

.invalidlogin {
    color: #f00;
    margin-top: 10px;
}

.requiredtext
{
    display: inline-block;
    color: #c00;
    font-size: 14px;
}

.support-links {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.support-links a {
    color: #0056b3;
    text-decoration: underline;
    font-size: 14px;
}

.support-links a:hover {
    color: #003d80;
    text-decoration: underline;
}

.support-links a:focus {
    color: #003d80;
    outline: 2px solid #003d80;
    outline-offset: 2px;
}

.support-links a:focus:not(:focus-visible) {
    outline: none;
}

.support-links a:focus-visible {
    outline: 2px solid #003d80;
    outline-offset: 2px;
}

.support-links nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.support-links nav ul li {
    display: flex;
    align-items: center;
}

.support-links nav ul li + li::before {
    content: "";
    display: inline-block;
    border-left: 2px solid currentColor;
    height: 1em;
    vertical-align: middle;
    margin: 0 0.25rem;
}

.img-responsive {
    display: inline !important;
}

.buttons {
    margin: 15px 0 15px 0;
}

.contacthours-form {
    padding: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contacthours-form .row {
    margin: 16px 0;
}

.contacthours-page-header {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 8px 0 !important;
    color: #1a1a1a;
    font-weight: 700;
}

.contacthours-question {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 8px 0 !important;
    color: #1a1a1a;
    font-weight: 600;
}

.contacthours-explanation {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 !important;
    color: #2d2d2d;
}

.contacthours-form .contacthours-buttons {
    margin-top: 32px;
}

.contacthours-form .contacthours-buttons .btn {
    font-size: 20px;
    padding: 12px 24px;
    line-height: 1.5;
    min-height: 48px;
}

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

.btn-accessible {
    color: #fff;
    background-color: #1a6030;
    border-color: #144824;
}

.btn-accessible:hover,
.btn-accessible:focus {
    color: #fff;
    background-color: #144824;
    border-color: #0f361b;
    outline: 2px solid #0f361b;
    outline-offset: 2px;
}

.btn-accessible:active,
.btn-accessible.active {
    color: #fff;
    background-color: #0f361b;
    border-color: #0a2412;
}

.btn-accessible:focus:not(:focus-visible) {
    outline: none;
}

.btn-accessible:focus-visible {
    outline: 2px solid #0f361b;
    outline-offset: 2px;
}

.btn-accessible.disabled,
.btn-accessible[disabled],
fieldset[disabled] .btn-accessible {
    background-color: #1a6030;
    border-color: #144824;
    opacity: 0.65;
    cursor: not-allowed;
}

.asterisk {
    color: #c00;
    font-weight: bold;
    margin-left: 2px;
}

.required-fields-note {
    font-size: 12px;
    color: #595959;
    margin-bottom: 15px;
}
