@font-face {
    font-family: 'PBS Sans';
    font-weight: 400;
    src: url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff2') format('woff2'), url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff') format('woff');
    font-display: swap
}

@font-face {
    font-family: "PBSSans Light";
    font-style: normal;
    font-weight: 300;
    src: url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.woff2') format('woff2'), url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.woff') format('woff')
}

@font-face {
    font-family: 'PBS Sans Medium';
    font-style: normal;
    font-weight: 600;
    src: url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Medium.woff2') format('woff2'), url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Medium.woff') format('woff')
}

@font-face {
    font-family: "PBSSans Bold";
    font-style: normal;
    font-weight: 700;
    src: url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.woff2') format("woff2"), url('https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.woff') format('woff')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2") format("woff2")
}

.solitreo-regular {
    font-family: Solitreo, cursive;
    font-weight: 400;
    font-style: normal
}

.cactus-classical-serif-regular {
    font-family: "Cactus Classical Serif", serif;
    font-weight: 400;
    font-style: normal
}

.assistant-regular {
    font-family: Assistant, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal
}

.urbanist-regular {
    font-family: Urbanist, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal
}

.questrial-regular {
    font-family: Questrial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.nunito-regular {
    font-family: Nunito, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal
}

.quicksand-regular {
    font-family: Quicksand, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal
}

.roboto-thin {
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-style: normal
}

.roboto-light {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: normal
}

.roboto-regular {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal
}

.roboto-medium {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: normal
}

.roboto-bold {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal
}

.roboto-black {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-style: normal
}

.roboto-thin-italic {
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-style: italic
}

.roboto-light-italic {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: italic
}

.roboto-regular-italic {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: italic
}

.roboto-medium-italic {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: italic
}

.roboto-bold-italic {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: italic
}

.roboto-black-italic {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-style: italic
}

.clearfix {
    display: flex;
    margin: 0
}

.menu-wrap {
    width: 100%
}

.menu {
    /* margin: 0 auto; */
}

.menu li {
    margin: 0;
    list-style: none
}

.menu a {
    -moz-transition: all linear .15s;
    -o-transition: all linear .15s;
    -webkit-transition: all linear .15s;
    transition: all linear .15s;
    text-decoration: none
}

.menu li:hover>a {
    text-decoration: none
}

.menu>ul>li {
    float: left;
    display: inline-block;
    position: relative
}

.menu>ul>li>a {
    padding: 1em;
    display: flex!important;
    max-width: 100%;
    height: 6em;
    font-family: 'PBS Sans';
    font-weight: 600;
    font-size: 1.2em;
    height: -webkit-fill-available;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.menu li:hover .sub-menu {
    z-index: 5;
    opacity: 1;
    background-color: #001e39;
    border: 1px solid #d5d5d5;
    border-top: none;
}

.sub-menu {
    padding: 5px 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -webkit-transition: opacity linear .15s;
    transition: opacity linear .15s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.sub-menu li {
    display: block;
    font-size: 16px;
    width: 100%
}

.sub-menu li a {
    padding: 10px 30px;
    display: block;
    color: #fff
}

.sub-menu {
    width: 180%;
    top: 100%;
    left: 0
}

.ELEMENTS>p {
    margin: 4px 0 4px 0
}

.MAINCONTENTDIV {
    margin-top: 8px
}

.MAINCONTENTDIV>div.ELEMENTS {
    padding: 0 5px
}

.QUICKLINKS>nav>ul>li {
    width: 20%
}

.SECTIONHEADERS {
    padding: 5px
}

.footer-col>span {
    display: flex;
    color: #f15a29;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 1em;
    flex-direction: column;
    flex-wrap: wrap
}

.footer-links-wrap {
    display: flex;
    background-color: #001e39;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.field__item a {
    padding: 1em
}

header {
    background-color: #0a538b;
    /* border-top-left-radius:1em; */
    /* border-top-right-radius:1em; */
    margin-right: auto;
    margin-left: auto
}

img#logo {
    image-rendering: -webkit-optimize-contrast;
    max-width: 205px;
    image-rendering: auto;
    min-width: 100px;
    margin-left: 2em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.MAINCONTENTDIV {
    display: flex;
    font-family: 'PBS Sans';
    flex-direction: column;
    padding: 1em!important
}

div#ctl00_AllegMain_MainPanel {
    width: -webkit-fill-available;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
}

nav.menu {
    font-family: 'PBS Sans';
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    background-color: #126eb5 !important;
}

.QUICKLINKS>nav>ul>li {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
    height: 100%;
    align-content: center;
    flex-wrap: nowrap;
}

div#body-container {
    margin-right: auto;
    margin-left: auto
}

div#alleg-main-container {
    border-bottom: 1px solid #262262;
    background-color: #f8f8f8
}

footer.footer {
    margin-right: auto;
    max-width: 1200px;
    margin-left: auto;
    padding: .5em;
    height: 20.5em;
    font-family: 'PBS Sans';
    overflow-x: clip;
    color: #fff;
    padding-bottom: 0em;
    background-size: cover;
    background-position: bottom;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em
}

body#ctl00_masterBody {
    width: 80%;
    font-family: 'PBS Sans';
    margin-right: auto;
    max-width: 1200px;
    margin-top: 0px;
    margin-left: auto;
    /* box-shadow:0 0 5px 0; */
    /* border-radius:1em; */
}

form#aspnetForm {
    /* border-right:1px inset rgb(38 34 98 / 73%); */
    /* border-left:1px outset rgb(38 34 98 / 70%); */
}

.footer-col a {
    color: #fff;
    opacity: 1
}

.footer-col a>svg {
    height: 2em;
    width: 2em;
    fill: #fff
}

.field__item {
    display: flex;
    flex-direction: row;
    max-width: 101%!important;
    opacity: .5;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: fit-content;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}

.field__item a img {
    height: auto;
    max-width: 50%;
    opacity: 1;
    padding: 1em;
    color: #000
}

.footer-col .menu_link_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.footer-col {
    margin-right: 1em;
    margin-left: 1em;
    font-family: 'PBS Sans';
    font-size: 1em;
    font-weight: 600
}

.small-background {
    background-color: #001e39;
    padding: 1em;
    float: left;
    position: absolute;
    z-index: 1;
    height: 17em;
    border-top-left-radius: 0!important;
    display: block;
    opacity: .9;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    max-width: 17%;
    width: -webkit-fill-available
}

img#footer-logo {
    width: 10em;
    z-index: 1;
    position: relative;
    image-rendering: auto
}

.footer-info {
    z-index: 2;
    position: relative;
    min-width: 16em;
    margin-left: 1em
}

input[type=button],
input[type=submit] {
    color: #fff;
    appearance: none;
    font-family: 'PBS Sans';
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #262262;
    border: 1px solid #262262;
    padding: .375rem .75rem;
    margin-bottom: .25em;
    border-radius: .5em;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: center
}

select {
    -webkit-appearance: none;
    appearance: none;
    color: #333;
    background-color: #f5f5f5;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512"><path d="M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    background-position: right .5em top .75em;
    background-repeat: no-repeat;
    display: inline-flex;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    border-radius: .5em;
    font-weight: 500;
    font-family: 'PBS Sans';
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #262262;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-content: flex-end;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap
}

textarea {
    -webkit-appearance: none;
    appearance: none;
    color: #333;
    display: inline-flex;
    background-color: #f5f5f5;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    border-radius: .5em;
    font-weight: 500;
    font-family: 'PBS Sans';
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #262262;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-content: flex-end;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap
}

input[type=password],
input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    color: #333;
    display: inline-flex;
    background-color: #f5f5f5;
    padding: .375rem .75rem;
    font-size: 15px;
    border-radius: .5em;
    font-weight: 500;
    margin-top: 1em;
    font-family: 'PBS Sans';
    line-height: 1.5;
    border: 1px solid #262262;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-content: flex-end;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap
}

.MAINCONTENTDIV {
    margin-top: 0!important
}

tr>td:not(table>tbody>tr>td) {
    margin-right: auto;
    text-align: center;
    display: flex;
    margin-left: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-col a>svg {
    display: flex;
    flex-direction: column
}

.sub-menu {
    width: 180%;
    top: 100%;
    left: 0;
    /* border-bottom-right-radius:2em; */
    /* border-bottom-left-radius:2em; */
}

input[type=button]:hover,
input[type=submit]:hover {
    cursor: pointer;
}

.footer-rows {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-content: space-between;
    align-items: flex-start;
}

.col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: center;
}

.module {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'PBS Sans';
    color: #eee;
    column-gap: 3em;
    width: 100%;
    margin-left: 0px;
    font-size: 15px;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
}

.module ul {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: .9rem;
    row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: flex-end;
}

.footer-img {
    /* width: auto; */
}

.other-footer-cols {
    display: flex;
    column-gap: inherit;
    overflow: hidden;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    float: left;
    flex-wrap: nowrap;
    width: 100%;
    /* overflow: hidden; */
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.footer-img-div {
    /* max-width: 30em; */
    font-family: 'PBS Sans';
    /* width: 100%; */
    font-weight: 400;
    font-size: 12px;
    /* margin-right: 4em; */
    display: flex;
    margin-left: 2em;
    /* margin-bottom: 1em; */
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

img.footer-img {
    /* margin-top: 2em; */
    /* margin-left: 0em; */
    /* margin-bottom: 7em; */
}

footer {
    background-color: #126eb5;
}

footer a,
footer a:visited,
footer a:active {
    color: #eee !important;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: underline;
}

h5 {
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 2em;
}

.module-horiz.module-0 {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: auto; */
    min-width: 100%;
    background-color: #fff;
    column-gap: 1em;
    width: fit-content;
    /* margin-top: 3em; */
    /* margin-left: auto; */
    /* max-width: 18em; */
    align-items: center;
    align-content: flex-start;
    justify-content: space-evenly;
}

.columns {
    display: flex;
    /* column-gap: 1em; */
    /* height: 89%; */
    width: 100%;
    /* column-gap: 2em; */
    justify-content: space-between;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.module-horiz.module-0>p {
    column-gap: 3em;
}

.footer-details {
    font-size: .9rem;
}

.column-header {
    color: #fff;
}

g#Social-Icons-Exportable {
    width: 18px;
    height: 18px;
    margin: 0 15px 15px 0;
    max-height: 18px;
}

g#Component---Social {
    width: 18px;
    height: 18px;
    margin: 0 15px 15px 0;
    max-height: 18px;
}

.social-icons {
    width: 100%;
    column-gap: .5em;
    max-height: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sub-menu li a:hover,
.sub-menu .current-item a,
.sub-menu li a:hover,
.sub-menu .current-item a {
    text-decoration: underline;
    font-weight: 700;
}

.menu li:hover .sub-menu {
    z-index: 5;
    opacity: 1;
    background-color: #eff9fd;
    border: 1px solid #d5d5d5;
    border-top: none;
}

.sub-menu li a,
.submenumenu li a {
    padding: 10px 30px;
    display: block;
    font-weight: 500;
}

.menu>ul>li:hover>a,
.menu>ul>.current-item>a {
    background: #eff9fd;
    color: #000;
}

.menu li:hover .sub-menu,
.menu .sub-menu li:hover .sub-sub-menu {
    z-index: 5;
    opacity: 1;
    background-color: #eff9fd;
}

.menu li:hover>a,
.menu .current-item>a {
    text-decoration: underline !important;
    color: #126eb5;
}

.sub-menu li a,
.submenumenu li a {
    padding: 10px 30px;
    background-color: #eff9fd;
    display: block;
    color: #126eb5;
    font-weight: 500;
}

td:has(input[type=checkbox]) {
    text-align: left;
}

td:has(input#ctl00_AllegMain_Login1_RememberMe) {
    text-align: right;
}

.footer-details {
    display: flex;
    font-size: 11px;
    width: 100%;
    column-gap: 2em;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.footer-details div ul {
    font-size: 15px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}