@font-face {
    font-family: OpenSans;
    src: url(/fonts/OpenSans/Regular/OpenSans-Regular.woff);
}

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

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 100;
    font-size: 14px;
}

.skip-link:focus {
    top: 0;
}

body {
    background: #d6d0af;
    font-family: OpenSans, sans-serif !important;
}

.top-div {
    background: #29622f;
    height: 1.5625rem;
    color: #fff;
    text-align: right;
    line-height: 1.5625rem;
}

.top-nav {
    color: #fff;
    text-decoration: none;
    margin: 0 10px 0 10px;
    font-size: 12px;
}

.top-nav:hover {
    color: #fff;
    text-decoration: underline;
}

a {
    transition: color 0.2s, background-color 0.2s;
}

.fa-icon {
    color: #fff;
}

.fa-icon:hover {
    color: #cde6cf;
}

.nav-wrapper {
    position: relative;
    background: #fff;
    padding: 0.625rem 0 0.625rem 0;
    box-shadow: 0 0.125rem 0.3125rem rgba(48,63,80,0.1);
    z-index: 2;
}

.main-body {
    background: #fff;
    padding: 0;
    min-height: 650px;
}

.main-welcome {
    background-color: #f7f7f7;
    border-bottom: 0.0625rem solid #ededed;
    padding: 20px;
}

.main-welcome h1 {
    text-align: center;
    margin: 10px;
    font-size: 2rem;
}

.content-header-wrapper {
    height: 4.375rem;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 0.0625rem solid #ededed;
}

.content-header {
    display: table;
    height: 4.375rem;
}

.content-header h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    border-left: 4px solid #29622f;
    padding-left: 15px;
}

.footer {
    background: #29622f;
    color: #fff;
    padding: 20px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #cde6cf;
}

.quick-links ul {
    margin: 0;
    padding: 5px;
    list-style-type: none;
}

.quick-links ul a {
    color: #fff;
}

.quick-links ul a:hover,
.quick-links ul li:hover a {
    color: #000;
    text-decoration: none;
}

.quick-links ul li {
    border-top: 1px solid #f7f7f7;
    width: 70%;
}

.quick-links ul li:hover {
    color: #000;
    background-color: #f7f7f7;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.left-nav-header {
    color: #fff;
    background-color: #29622f;
    font-size: 1.250em;
    text-align: center;
    padding: 10px;
}

.left-nav {
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.left-nav:hover {
    background-color: #f7f7f7;
}

.myCalendar {
    background-color: #f2f2f2;
    width: 80%;
    height: 275px;
    margin: 25px auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.myCalendar td {
    text-align: center;
    padding: 2px;
}

.myCalendar a {
    text-decoration: none;
    color: #000;
}

.myCalendar .myCalendarTitle {
    font-weight: bold;
    color: #000;
    background-color: #29622f;
    color: #fff;
    padding: 6px 0;
}

.myCalendar .myCalendarTitle a {
    color: #fff;
    padding: 0 8px;
}

.myCalendarDayHeader td {
    font-weight: bold;
    color: #666;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}

.myCalendar .myCalendarNextPrev {
    text-align: center;
}

.myCalendar td.myCalendarSelector {
    background-color: #888888;
}

.myCalendar td.myCalendarToday {
    background-color: #ffd700;
    font-weight: bold;
}

.myCalendar .myCalendarDay a,
.myCalendar .myCalendarSelector a,
.myCalendar .myCalendarNextPrev a {
    display: block;
    line-height: 30px;
}

.myCalendarDay noti_Container a {
    display: block;
    line-height: 30px;
}

.myCalendar .myCalendarDay a:hover,
.myCalendar .myCalendarSelector a:hover {
    background-color: #888888;
}

.myCalendar .myCalendarNextPrev a:hover {
    background-color: #fff;
}

/* Focus indicators for keyboard navigation */
a:focus-visible,
button:focus-visible,
.navbar-toggler:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

.footer a:focus-visible,
.top-div a:focus-visible {
    outline-color: #fff;
}

/* Screen reader announcement for external links */
a[target="_blank"] {
    position: relative;
}

a[target="_blank"]::after {
    content: " (opens in new tab)";
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
