/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
    box-sizing: content-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    scroll-behavior: smooth;
}
:root {
    --blue: #183EFF;
    --light-blue: rgba(24,62,255,0.2);
    --yellow: rgb(255, 203, 0);
    --green: rgb(0, 203, 0);
    --red: #FF0000;
    --almost-grey: #F9FAFB;
    --grey: #333;
    --light-grey: #666;
    --lightest-grey: #CCCCCC;
    --base-unit: 4px;
    --white20: rgba(255,255,255,0.2);
    --white50: rgba(255,255,255,0.5);
    --white80: rgba(255,255,255,0.8);
    --black05: rgba(0,0,0,0.05);
    --black10: rgba(0,0,0,0.1);
}
::selection {
    background: var(--yellow);
    color: black;
    text-shadow: none;
}
body {
    font-family: 'Rawline', sans-serif;
    font-display: swap;
    background-color: var(--almost-grey);
}
body.paddingBottom {
    padding-bottom: calc(var(--base-unit)*12);
}
body:not(.home) header {
    background: white;
    border-bottom: 1px solid var(--black10);
    padding: calc(var(--base-unit) * 6) 0;
}
body.home header {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCD4FC 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: calc(var(--base-unit) * 4);
    padding: calc(var(--base-unit) * 6);
}
body.home header {
    margin-bottom: calc(var(--base-unit)*20);
}
body.home header img {
    width: 100%;
    height: auto;
    border-radius: var(--base-unit);
    margin-bottom: calc(var(--base-unit)*-20);
}
header .container {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: calc(var(--base-unit) * 8);
}
header nav ul {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: calc(var(--base-unit) * 5);
}
body.home header nav ul {
    justify-content: center;
}
header nav a {
    color: var(--blue);
    font-weight: bold;
}
header button {
    display: none;
    background: transparent;
    border: none;
    padding:0;
}
body:not(.home) header.expanded nav {
    display: block;
}
footer {
    background: var(--blue);
    border-radius: calc(var(--base-unit) * 4);
    padding: calc(var(--base-unit) * 8);
    margin: calc(var(--base-unit) * 5);
    margin-top: calc(var(--base-unit) * 16);
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .very_last li {
    display: inline-block;
}
a {
    text-decoration: none;
}
p {
    line-height: 1.5;
    margin-bottom: calc(var(--base-unit) * 4);
}
h1 {
    font-size:175%;
    font-weight: 800;
    color: black;
    margin: calc(var(--base-unit)*4) 0;
}
h1 strong {
    font-weight: inherit;
    background-image: linear-gradient(90deg, var(--yellow), var(--yellow));
    background-position: 0 calc(var(--base-unit)* 7);
    background-size: 100% calc(var(--base-unit)* 2);
    background-repeat: no-repeat;
}
h1 strong:nth-child(2) {
    background-image: linear-gradient(90deg, var(--green), var(--green));
}
h2 {
    font-size:150%;
    font-weight: 800;
    color: var(--blue);
    margin-top: calc(var(--base-unit)*4);
    margin-bottom: calc(var(--base-unit)*2);
}
h3 {
    font-size:125%;
    font-weight: 700;
    color: var(--grey);
    margin-top: calc(var(--base-unit)*4);
    margin-bottom: calc(var(--base-unit)*2);
}
main li {
    margin-bottom: calc(var(--base-unit)*4);
}
footer a {
    color: white;
}
footer p {
    font-weight: bold;
    color: var(--yellow);
    text-transform: uppercase;
}
footer .very_last {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: calc(var(--base-unit) * 8);
    padding-top: calc(var(--base-unit) * 5);
    border-top: 1px solid var(--white20);
    font-size: 80%;
}
footer .columns-3 li {
    margin-bottom: calc(var(--base-unit)*4);
}
.container {
    max-width: calc(var(--base-unit) * 400);
    margin: 0 auto;
}
a:hover {
    opacity: 0.8;
}
nav#breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2;
    font-size: 90%;
    margin: calc(var(--base-unit)*4) 0;
}
nav#breadcrumbs ol li {
    line-height: 1.5;
}
nav#breadcrumbs ol li:not(:has(a)) {
    line-height: 1.25;
}
nav#breadcrumbs ol li:not(:last-child)::after {
    content: "→";
    color: var(--light-grey);
    margin: 0 calc(var(--base-unit)*2) ;
}
.pagination {
    background-color: white;
    color: var(--light-grey);
    text-align: center;
    border-radius: var(--base-unit);
    padding: calc(var(--base-unit)*2) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black10);
    margin-top: calc(var(--base-unit)*8);
}
.pagination span {
    color: var(--grey);
    font-weight: 700;
    padding: calc(var(--base-unit)*3);
}
.pagination a {
    padding: calc(var(--base-unit)*3);
    color:var(--blue);
    border: 0;
    border-radius: var(--base-unit);
}
.pagination a:hover {
    color:white;
    background-color: var(--blue);
    opacity:1;
}
.pag_entries {
    color: var(--black60);
    text-align: center;
    padding:calc(var(--base-unit)*4) 0;
}
main a, aside a, #breadcrumbs a, section a {
    border-bottom: 2px solid var(--light-blue);
    padding-bottom: 2px;
    color: var(--blue);
    font-weight: 600;
    line-height: 1.5;
}
#breadcrumbs a:hover {
    border-color: transparent;
    background-color: var(--light-blue);
}
main a:hover, aside a:hover {
    border-color: var(--yellow);
}
strong {
    font-weight: 700;
}
aside strong, main strong {
    color: #333
}
aside li {
    margin-bottom: calc(var(--base-unit)*2);
    line-height: 1.5;
}
section:has(h2) aside:not(:has(h2)) {
    margin-top: calc(var(--base-unit)* 4);
}
section main h2:not(:first-child) {
    margin-top: calc(var(--base-unit)* 8);
}
.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(var(--base-unit)*8);
}
.columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(var(--base-unit)*8);
}
.columns-1fr_3fr {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: calc(var(--base-unit)*8);
    margin-bottom: calc(var(--base-unit)*8);
}
.columns-3fr_1fr {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: calc(var(--base-unit)*8);
    margin-bottom: calc(var(--base-unit)*8);
}
.columns-1fr_2fr {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: calc(var(--base-unit)*8);
}
.columns-2fr_1fr {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: calc(var(--base-unit)*8);
}
p:has(span.instructions) {
    display:none;
}
table {
    width:100%;
}
table thead {
    position: sticky;
    top: 0;
    background: var(--blue);
    color: var(--yellow);
}
table th {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
table th[data-sort]::after {
    content: '';
    position: absolute;
    right: calc(var(--base-unit)*3);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: calc(var(--base-unit)*2) solid transparent;
    border-right: calc(var(--base-unit)*2) solid transparent;
    border-top: calc(var(--base-unit)*2) solid var(--yellow);
    transition: transform 0.2s;
}
table th[data-sort] {
    padding-right: calc(var(--base-unit)*8);
}
table th.sort-asc[data-sort]::after {
    transform: translateY(-50%) rotate(180deg);
}
table th.sort-desc[data-sort]::after {
    transform: translateY(-50%) rotate(0deg);
}
table th:not([data-sort])::after {
    content: none;
}
table tbody tr:nth-child(2n-1) {
    background-color: white;
}
table th, table td {
    padding: calc(var(--base-unit)*3) calc(var(--base-unit)*4);
    line-height: 2;
}
table tbody tr:hover, table tbody tr:nth-child(2n-1):hover {
    box-shadow: 0 var(--base-unit) calc(var(--base-unit)*4) var(--light_blue);
    background: var(--light-blue);
    color: black;
    z-index: 99;
}
table td:last-child {
    white-space: nowrap;
    overflow: hidden;
}
table tbody tr:hover span.modality, table tbody tr:nth-child(2n-1):hover span.modality {
    background: var(--blue);
    color: white;
}
table tbody tr:hover a, table tbody tr:nth-child(2n-1):hover a {
    color: black;
    border-color: var(--light-blue);
}
table tbody tr:hover a:hover, table tbody tr:nth-child(2n-1):hover a:hover {
    border-color: black;
}
table span.grade {
    font-size: 120%;
    font-weight: 700;
}
table span.modality {
    background: var(--light-blue);
    border-radius: calc(var(--base-unit)*10);
    padding: var(--base-unit) calc(var(--base-unit)*2);
    font-size: 70%;
    font-weight: 700;
    cursor: help;
}
.sticky {
    position: sticky;
    top: calc(var(--base-unit)*8);
}
aside form label {
    line-height: 1.5;
    margin-bottom: calc(var(--base-unit) * 4);
    display: block;
}
input::placeholder {
    color: var(--lightest-grey);
    font-weight: 400;
    letter-spacing: 1px;
}
::-ms-input-placeholder {
    color: var(--lightest-grey);
    font-weight: 400;
    letter-spacing: 1px;
}
::-webkit-input-placeholder {
    color: var (--lightest-grey);
    font-weight: 400;
    letter-spacing: 1px;
}
aside form input, aside form select {
    border:1px solid var(--black10);
    padding: calc(var(--base-unit)*3);
    border-radius: var(--base-unit);
    margin-bottom: calc(var(--base-unit) * 4);
    display: block;
    width:100%;
    font-family: 'Rawline', sans-serif;
    background: white;
    box-sizing: border-box;
    color: black;
    font-weight: 600;
    font-size:110%;
}
aside form input:focus {
    outline-color: var(--blue);
}
.cookie_alert {
    position: fixed;
    bottom: calc(var(--base-unit)*5);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    /* width: 100vw; */
    /* max-width: 1600px; */
    border-radius: calc(var(--base-unit)*4);
    border: 1px solid var(--black05);
    background-color: var(--white50);
    backdrop-filter: blur(calc(var(--base-unit)*4));
    -webkit-backdrop-filter: blur(calc(var(--base-unit)*2));
    padding: calc(var(--base-unit)*2) calc(var(--base-unit)*4);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.cookie_alert:hover {
    background: white;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 calc(var(--base-unit)*2) calc(var(--base-unit)*4) var(--black10);
}
.cookie_alert p {
    text-align: left;
    display: inline;
    font-size: 85%;
    margin-bottom: 0;
}
.cookie_alert p a {
    text-decoration: underline;
    color: black;
}
.cookie_alert button {
    width: fit-content;
    margin-left: var(--base-unit);
    font-size: 70%;
    text-transform: uppercase;
    border: 2px solid var(--black10);
    background-color: var(--yellow);
    border-radius: var(--base-unit);
    padding: var(--base-unit) calc(var(--base-unit)*3);
    cursor: pointer;
    font-family: 'Rawline',sans-serif;
    font-weight: 700;
    color: var(--grey);
}
.show-all-button {
    background-color: var(--blue);
    color: white;
    border-radius: var(--base-unit);
    padding: calc(var(--base-unit)*3) calc(var(--base-unit)*5);
    cursor: pointer;
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(var(--base-unit)*5);
    z-index: 2;
}
.table-container {
    position: relative;
    overflow-x: auto;
    box-shadow: 0 var(--base-unit) calc(var(--base-unit)*3) var(--black10);
    margin-top: calc(var(--base-unit)* 4);
}
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(var(--base-unit)*50);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
    z-index: 1;
    display: none;
}
li.question , li.question:not(:first-child) h2 {
    margin-top:0;
}
.question h3 {
    background-color: var(--light-blue);
    color: var(--grey);
    font-weight: 400;
    cursor: pointer;
    font-size: 120%;
    padding: calc(var(--base-unit)*5);
    width: -webkit-fill-available;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: var(--base-unit);
    margin-bottom: 0;
}
.active h3 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.active h3, .question h3:hover {
    background-color: var(--blue);
    color:white
}
.active h3:hover, .question h3:hover {
    color:white
}
.question .answer {
    padding: calc(var(--base-unit)*4);
    background-color: white;
    overflow: hidden;
    border: 1px solid var(--blue);
    border-bottom-right-radius: var(--base-unit);
    border-bottom-left-radius: var(--base-unit);
    max-height: 0;
    transition: max-height 0.2s ease-out;
    display: none;
}
body:not(.program_college) .question:first-child .answer {
    display: block;
    max-height: 1000px;
}
.question h2:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white !important;
    float: right;
    margin-left: 5px;
}
.active h2:after {
    color: white !important;
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.answer ul, .answer ol {
    list-style: auto;
    padding-left: calc(var(--base-unit)*4);
    margin-top: calc(var(--base-unit)*2);
    line-height: 1.5;
}
.answer ul {
    list-style: disc;
}
.ads {
    border:1px dashed var(--black10);
    background-color: var(--black10);
    padding: calc(var(--base-unit)*8) 0;
    border-radius: calc(var(--base-unit)*2);
    text-align: center;
    font-style: italic;
    display: block;
    margin-bottom: calc(var(--base-unit)*2);
}
ins.adsbygoogle {
    margin-bottom: calc(var(--base-unit)*2);
}

@media screen and (max-width: 1600px) {
    .container {
        padding: 0 calc(var(--base-unit)*5);
    }
    header.expanded .container {
        flex-wrap: wrap;
    }
    header.expanded nav {
        margin-top: calc(var(--base-unit)*4);
        flex: 1 1 100%;
    }
}
@media screen and (max-width: 1024px) {
    html {
        touch-action: manipulation;
    }
    p:has(span.instructions) {
        display: block;
        text-align: center;
        margin: 0;
    }
    span.instructions {
        background: var(--light-blue);
        color: var(--blue);
        margin: 0;
        padding: calc(var(--base-unit)*2) calc(var(--base-unit)*4);
        border-radius: calc(var(--base-unit)*10);
        font-weight: 700;
        font-size: 90%;
    }
    .table-container {
        margin: calc(var(--base-unit)* 4) calc(var(--base-unit)* -5) 0 calc(var(--base-unit)* -5);
    }
    .paddingBottom footer {
        margin-bottom: calc(var(--base-unit)*30);
    }
    .cookie_alert {
        width: 80vw;
    }
    .cookie_alert button {
        margin-left: 0;
        margin-top: calc(var(--base-unit)*2);
    }
    .columns-3, .columns-2, .columns-1fr_3fr, .columns-2fr_1fr, .columns-3fr_1fr, .columns-1fr_2fr {
        display: block;
    }
    footer .columns-3 > div:not(:last-child) {
        margin-bottom: calc(var(--base-unit)*8)
    }
    footer .columns-3 p {
        margin-top: calc(var(--base-unit)*4);
    }
    header button {
        display: block;
    }
    body.home header h1, body.home header h2, body.home header p {
        text-align:center;
    }
    body.home .first {
        text-align:center;
    }
    body.home header svg {
        margin-bottom: calc(var(--base-unit)*4);
    }
    body:not(.home) header {
        padding: calc(var(--base-unit) * 4) 0;
    }
    body:not(.home) header nav {
        display: none;
    }
    header nav ul {
        column-gap: calc(var(--base-unit) * 3);
        justify-self: center;
    }
    body.home .columns-3 > div:not(:last-child) {
        margin-bottom: calc(var(--base-unit)*8);
    }
    /* table thead {
        display: flex;
    } */
    /* table th:nth-child(2), table td:nth-child(2), table th:nth-child(3), table td:nth-child(3) {
        display:none;
    } */
    /* table td:nth-child(2) {
        background: red
    } */
}


@media screen and (min-width: 1024px) {
    body.home header svg {
        width: 330px;
        height: 109px;
    }
    body.home header .first {
        display:flex;
        align-items: center;
        justify-content: start;
        column-gap: calc(var(--base-unit)*8);
        padding: calc(var(--base-unit)*8) 0;
    }
    body.home header ul {
        display: flex;
        flex-direction:column;
        align-items: start;
        justify-content: start;
        row-gap: calc(var(--base-unit)*3);
    }
    body.home header {
        flex-direction:row;
        justify-content:space-around;
    }
}
/* ...



*/
