@charset "utf-8";

/* External student listings */
.sl {
    box-sizing: border-box;
    color: #455463;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.45;
    padding: 5px;
}
.sl a:link,
.sl a:visited {
    color: #145fa8;
    font-weight: 650;
    text-decoration: underline;
}
.sl a:hover {
    color: #084b8c;
    text-decoration: none;
}
.sl > .t,
.sl .t {
    color: #007f7f;
    font-size: 1.12em;
    font-weight: 700;
}
.sl .hero {
    text-align: center;
}
.sl .hero img {
    max-width: 450px;
    width: 100%;
}

/* Country / state hierarchy */
.sl details {
    background: #fff;
    border: 1px solid #cbd8e4;
    border-radius: 8px;
    margin: 15px 0;
    overflow: visible;
}
.sl summary {
    align-items: center;
    background: #edf5fb;
    border-radius: 8px;
    color: #174f7a;
    cursor: pointer;
    display: flex;
    font-size: 1.08em;
    font-weight: 700;
    justify-content: flex-start;
    letter-spacing: .01em;
    line-height: 1.2;
    list-style: none;
    padding: 12px 14px;
}
.sl summary::-webkit-details-marker {
    display: none;
}
.sl summary:focus {
    box-shadow: inset 0 0 0 2px rgba(23, 105, 210, .35);
    outline: none;
}
.sl details:not([open]) > summary::before {
    padding-bottom: 3px;
}
.sl summary::before {
    align-items: center;
    background: #fff;
    border: 2px solid #2b6f9f;
    border-radius: 4px;
    box-sizing: border-box;
    content: "+";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .9em;
    height: 1.35em;
    justify-content: center;
    line-height: 1.0;
    margin-right: 10px;
    width: 1.35em;
}
.sl details[open] > summary::before {
    content: "−";
}
.sl details > section {
    padding: 5px 12px 14px;
}
.sl details > section > h3 {
    border-bottom: 1px solid #d8e3ec;
    border-left: 5px solid #2b6f9f;
    color: #2a5b7e;
    font-size: .98em;
    font-weight: 700;
    margin: 14px 0 8px;
    padding: 5px 9px;
}

/* Standard student row */
.sl article.s {
    box-sizing: border-box;
    margin: 0 0 9px 22px;
    width: calc(100% - 22px);
}
.sl .s > header {
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #d6dce1;
    color: #173f62;
    display: flex;
    font-size: .95em;
    gap: 10px;
    justify-content: space-between;
    min-width: 0;
    padding: 7px 9px;
}
.sl .s > header > b,
.sl .s > header > span > b {
    color: #173f62;
    font-size: 1em;
    font-weight: 650;
    line-height: 1.3;
}
.sl .s > header > span {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    min-width: 0;
}
.sl .s .pi {
    color: #a57a14;
    font-size: .9em;
}
.sl .s > header > nav,
.sl .p > nav {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: flex-end;
}
.sl .s > div {
    border: 1px solid #d6dce1;
    border-top: 0;
    color: #4e5d6b;
    font-size: .9em;
    line-height: 1.5;
    padding: 7px 9px;
}
.sl .s > div > span {
    color: #52616f;
    line-height: 1.4;
}
.sl .s > div > p {
    margin: 5px 0 0;
}

/* Premium student card */
.sl article.p {
    background: #fff;
    border: 2px solid #2b6f9f;
    border-radius: 9px;
    box-sizing: border-box;
    color: #334455;
    column-gap: 16px;
    display: grid;
    grid-template-columns: 110px minmax(0, 3fr) minmax(190px, 1fr);
    margin: 10px 0 12px 22px;
    overflow: visible;
    padding: 16px 18px;
    position: relative;
    row-gap: 5px;
    text-align: left;
    width: calc(100% - 22px);
}
.sl .p > img {
    background: #f2f2f2;
    border: 3px solid #d8e6f1;
    border-radius: 50%;
    display: block;
    grid-column: 1;
    grid-row: 1 / 4;
    height: 96px;
    object-fit: cover;
    width: 96px;
}
.sl .p > h2 {
    color: #174f7a;
    font-size: 1.45em;
    font-weight: 700;
    grid-column: 2 / 4;
    grid-row: 1;
    line-height: 1.15;
    margin: 0 0 2px;
}
.sl .p > strong {
    color: #85610b;
    font-size: .86em;
    font-weight: 700;
    grid-column: 2 / 4;
    grid-row: 2;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.sl .p > small {
    color: #53697a;
    font-size: .92em;
    font-weight: 600;
    grid-column: 2 / 4;
    grid-row: 3;
    margin-top: 3px;
}
.sl .p.np > h2,
.sl .p.np > strong,
.sl .p.np > small {
    grid-column: 1 / 4;
}
.sl .p > hr {
    background: #dce6ee;
    border: 0;
    grid-column: 1 / 4;
    grid-row: 4;
    height: 1px;
    margin: 9px 0 8px;
    width: 100%;
}
.sl .p > .b {
    color: #405466;
    font-size: 1em;
    grid-column: 1 / 3;
    grid-row: 5;
    line-height: 1.55;
    min-width: 0;
    padding-right: 4px;
}
.sl .p > .b > button {
    background: transparent;
    border: 0;
    color: #1769d2;
    cursor: pointer;
    display: inline;
    font: inherit;
    font-size: .9em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.sl .p > .b > button:hover,
.sl .p > .b > button:focus {
    color: #084ca9;
    text-decoration: none;
}
.sl .p > nav {
    align-items: stretch;
    border-left: 1px solid #dce6ee;
    flex-direction: column;
    gap: 10px;
    grid-column: 3;
    grid-row: 5;
    justify-content: flex-start;
    min-width: 0;
    padding-left: 16px;
    position: relative;
}

/* Shared listing actions */
.sl article nav > a {
    align-items: center;
    color: #1769d2 !important;
    display: inline-flex;
    font-size: .85em;
    font-weight: 650;
    gap: 6px;
    line-height: 1.1;
    padding: 6px 4px;
    text-decoration: none !important;
    white-space: nowrap;
}
.sl article nav > a:hover {
    color: #084ca9 !important;
}
.sl article nav > a > i {
    font-size: 1.12em;
}
.sl .p > nav > a {
    background: #f7fbff;
    border: 1px solid #8db4d1;
    border-radius: 6px;
    box-sizing: border-box;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    width: 100%;
}
.sl .p > nav > a:hover,
.sl .p > nav > a:focus {
    background: #edf5fb;
}

/* Certification popover */
.sl .c {
    display: inline-flex;
    position: relative;
}
.sl .c > button {
    align-items: center;
    background: #fff;
    border: 1px solid #1769d2;
    border-radius: 6px;
    color: #1769d2;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: .85em;
    font-weight: 650;
    gap: 6px;
    line-height: 1.1;
    min-height: 36px;
    padding: 7px 9px;
    transition: box-shadow .15s ease, background-color .15s ease, color .15s ease;
    white-space: nowrap;
}
.sl .c > button > i {
    font-size: 1.08em;
}
.sl .c > button::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: .72em;
    font-weight: 900;
    margin-left: 2px;
    transition: transform .15s ease;
}
.sl .c.open > button::after {
    transform: rotate(180deg);
}
.sl .c > button:hover,
.sl .c > button:focus,
.sl .c.open > button {
    background: #f4f8ff;
    box-shadow: 0 0 0 3px rgba(23, 105, 210, .18), 0 4px 10px rgba(20, 66, 120, .18);
    color: #084ca9;
    outline: none;
}
.sl .p > nav .c,
.sl .p > nav .c > button {
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
}
.sl .cp[hidden] {
    display: none;
}
.sl .cp {
    background: #fff;
    border: 1px solid #d8dce2;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(31, 45, 61, .24);
    box-sizing: border-box;
    color: #242b33;
    max-width: calc(100vw - 24px);
    position: absolute;
    right: 0;
    text-align: left;
    top: calc(100% + 8px);
    width: 430px;
    z-index: 5000;
}
.sl .cp::before,
.sl .cp::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    position: absolute;
    right: 24px;
}
.sl .cp::before {
    border-bottom: 8px solid #d8dce2;
    top: -8px;
}
.sl .cp::after {
    border-bottom: 8px solid #fff;
    top: -7px;
}
.sl .cp > header {
    align-items: center;
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    font-size: 1em;
    font-weight: 700;
    justify-content: space-between;
    padding: 11px 12px 11px 14px;
}
.sl .cp > header > button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #68727d;
    cursor: pointer;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 1.25em;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}
.sl .cp > header > button:hover,
.sl .cp > header > button:focus {
    color: #222;
    outline: 1px solid #b8c0c8;
}
.sl .cp > ul {
    list-style: none;
    margin: 0;
    max-height: 340px;
    overflow-y: auto;
    padding: 0 13px;
}
.sl .cp li {
    align-items: flex-start;
    border-bottom: 1px solid #e2e5e9;
    display: flex;
    font-size: .9em;
    gap: 10px;
    line-height: 1.5;
    padding: 11px 3px;
}
.sl .cp li:last-child {
    border-bottom: 0;
}
.sl .cp li::before {
    color: #1769d2;
    content: "\f058";
    flex: 0 0 auto;
    font-family: "Font Awesome 6 Free";
    font-size: 1.02em;
    font-weight: 400;
    margin-top: 3px;
    width: 18px;
}

/* Compatibility for the older renderer if it is called elsewhere. */
.sl .locationSort {
    display: none;
}
.sl .standardListingsTitle {
    color: #174f7a;
    font-weight: 700;
    margin: 14px 0 8px;
}
.sl .error,
.error {
    color: #c00;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
}

@media screen and (max-width: 680px) {
    .sl details > section {
        padding-left: 8px;
        padding-right: 8px;
    }
    .sl article.s,
    .sl article.p {
        margin-left: 10px;
        width: calc(100% - 10px);
    }
    .sl article.p {
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 14px;
    }
    .sl .p > img {
        grid-column: 1;
        grid-row: 1 / 4;
        height: 78px;
        width: 78px;
    }
    .sl .p > h2,
    .sl .p > strong,
    .sl .p > small {
        grid-column: 2;
    }
    .sl .p.np > h2,
    .sl .p.np > strong,
    .sl .p.np > small {
        grid-column: 1 / 3;
    }
    .sl .p > h2 {
        font-size: 1.35em;
    }
    .sl .p > hr {
        grid-column: 1 / 3;
    }
    .sl .p > .b {
        grid-column: 1 / 3;
        grid-row: 5;
    }
    .sl .p > nav {
        border-left: 0;
        border-top: 1px solid #dce6ee;
        flex-direction: row;
        grid-column: 1 / 3;
        grid-row: 6;
        margin-top: 8px;
        padding-left: 0;
        padding-top: 11px;
    }
    .sl .p > nav > * {
        flex: 1 1 0;
    }
    .sl .s > header {
        gap: 6px;
    }
    .sl .s > header > nav {
        gap: 5px;
    }
    .sl .s > header nav > a > span,
    .sl .s > header nav > .c > button > span {
        display: none;
    }
    .sl .s > header nav > a,
    .sl .s > header nav > .c > button {
        box-sizing: border-box;
        height: 38px;
        justify-content: center;
        min-height: 38px;
        padding: 0;
        width: 40px;
    }
    .sl .s > header nav > a > i {
        font-size: 1.18em;
    }
    .sl .s > header nav > .c > button > i {
        font-size: 1.12em;
    }
    .sl .s > header nav > .c > button::after {
        display: none;
    }
    .sl .cp {
        max-height: 70vh;
        width: 430px;
    }
}

@media screen and (max-width: 430px) {
    .sl {
        font-size: 1.12em;
    }
    .sl summary {
        font-size: 1.05em;
        padding: 11px 12px;
    }
    .sl summary::before {
        margin-right: 8px;
    }
    .sl details > section > h3 {
        margin-top: 11px;
    }
    .sl article.s {
        margin-bottom: 7px;
    }
    .sl .s > header,
    .sl .s > div {
        padding-left: 6px;
        padding-right: 6px;
    }
    .sl .s > header > b,
    .sl .s > header > span > b {
        font-size: 1em;
    }
    .sl .p > img {
        height: 68px;
        width: 68px;
    }
    .sl .p > h2 {
        font-size: 1.28em;
    }
    .sl .p > strong {
        letter-spacing: .03em;
    }
    .sl .p > nav > a > span,
    .sl .p > nav .c > button > span,
    .sl .p > nav .c > button::after {
        display: none;
    }
    .sl .p > nav > a,
    .sl .p > nav .c > button {
        height: 38px;
        min-height: 38px;
    }
}
