<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Anton&amp;family=Roboto+Condensed:wght@400;700&amp;family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap');

html {
    scroll-padding-top: 110px;
}

.ascfix {

    /* *----- Variables -----* */

    /* Grid: Fluid Columns */
    --fluid-grid-200:       repeat(auto-fill, minmax(min(200px, 100%), 1fr));
    --fluid-grid-250:       repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    --fluid-grid-300:       repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    --fluid-grid-325:       repeat(auto-fill, minmax(min(325px, 100%), 1fr));
    --fluid-grid-350:       repeat(auto-fill, minmax(min(350px, 100%), 1fr));
    --fluid-grid-400:       repeat(auto-fill, minmax(min(400px, 100%), 1fr));

    /* Color */
    --ascbackground:        hsl(220, 18%, 97%);
    --ascgold:              hsl(48, 100%, 50%);
    --asclightblue:         hsl(200, 100%, 40%);
    --ascblue:              hsl(208, 100%, 22%);
    --ascblue90:            hsla(208, 100%, 22%, 0.9);
    --ascblue80:            hsla(208, 100%, 22%, 0.8);
    --ascblue70:            hsla(208, 100%, 22%, 0.7);
    --ascblue60:            hsla(208, 100%, 22%, 0.6);
    --ascblue50:            hsla(208, 100%, 22%, 0.5);
    --ascblue40:            hsla(208, 100%, 22%, 0.4);
    --ascblue30:            hsla(208, 100%, 22%, 0.3);
    --ascblue20:            hsla(208, 100%, 22%, 0.2);
    --ascblue15:            hsla(208, 100%, 22%, 0.15);
    --ascblue10:            hsla(208, 100%, 22%, 0.1);
    --ascblue05:            hsla(208, 100%, 22%, 0.05);
    --ascdarkblue:          hsl(208, 100%, 12%);
    --sea-green:            hsla(149, 54%, 75%, 0.9);
    --pale-orange:          hsla(30, 100%, 80%, 0.9);
    --pink:                 hsla(0, 86%, 83%, 0.9);
    --light-blue:           hsla(195, 53%, 79%, 0.9);
    --light-yellow:         hsla(60, 100%, 81%, 0.9);

    /* Hover Transitions */
    --transition150:         150ms ease-in-out;

}

.ascfix * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ascfix :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--ascblue);
    line-height: 1;
}


.ascfix figcaption {
    display: block;
    color: var(--ascblue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.4px;
    margin-top: 5px;
    opacity: .7;
    text-align: center;
}

.ascfix :is(ul) {
    padding: revert;
}

.ascfix a {
    font-family: inherit;
    font-weight: bold;
}

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

.ascfix img {
    display: block;
    width: 100%;
}

.ascfix section img {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ascfix .text-smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.em-first-line::first-line {
    font-size: 18px;
    font-weight: 700;
}

.ascfix figure {
    break-inside: avoid;
}

.flow &gt; * + * {
    margin-bottom: 1em;
}

.list-flow &gt; * + * {
    margin-top: .5em;
}

.ascfix .drop_cap::first-letter,
.ascfix .drop_cap_word {
    display: block;
    background: linear-gradient(to top, var(--ascblue), #0085CA);
    border-radius: .25rem;
    color: var(--ascgold);
    float: left;
    font-family: 'asc_pioneers_boldbold_italic', 'ASCPioneers' !important;
    font-size: 47px;
    font-weight: 500;
    line-height: 1;
    margin: 6px 10px 5px 0;
    padding: 6px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11),
        0 2px 2px rgba(0, 0, 0, 0.11),
        0 4px 4px rgba(0, 0, 0, 0.11),
        0 8px 8px rgba(0, 0, 0, 0.11);
}

/* Floats */
.l-float {
    float: left;
    margin: 0 16px 5px 0;
    max-width: 35%;
}

.r-float {
    float: right;
    margin: 0 0 5px 16px;
    max-width: 35%;
}

.ascfix [class*="-float"] img {
    border-radius: 5px;
}

/* Navigation Icons */
.ascfix nav ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin-bottom: 16px;
    padding: 0;
}

.ascfix nav li {
    width: 100%;
}

.ascfix nav a {
    border-radius: 5px;
    overflow: hidden;
    background-color: #003C71;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    opacity: .8;
    padding-left: 0;
    padding-right: 15px;
    text-decoration: none;
    transition: var(--transition150);
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
.icon {
    display: flex;
    align-items: baseline;
}

.icon::before {
    display: inline-flex;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    justify-content: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ascfix nav :is(a:hover, a:focus) {
    background-color: #FFCC00;
    color: #003C71;
    opacity: 1;
    transform: scale(1.01);
    box-shadow: 0.5px 0.5px 0.7px rgba(0, 0, 0, 0.042),
        1.1px 1.1px 1.7px rgba(0, 0, 0, 0.061),
        2.1px 2.1px 3.1px rgba(0, 0, 0, 0.075),
        3.8px 3.8px 5.6px rgba(0, 0, 0, 0.089),
        7.1px 7.1px 10.4px rgba(0, 0, 0, 0.108),
        17px 17px 25px rgba(0, 0, 0, 0.15);
}

.ascfix nav .icon::before {
    background-color: var(--ascgold);
    color: var(--ascblue);
    font-size: 24px;
    margin-right: 10px;
    min-width: 50px;
    padding-block: 7.5px;
    transition: var(--transition150);
}

.ascfix nav .icon:hover::before {
    background-color: var(--ascblue);
    color: var(--ascgold);
}

.article_end {
    margin-bottom: -10px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article_end::after {
    display: block;
    font-family: 'asc_pioneers_boldbold_italic', 'ASCPioneers' !important;
    font-size: 50px;
    line-height: 1 !important;
    content: '\2122';
    color: #003C71;
    margin-top: 16px;
    text-align: center;
}

.ascfix .spirit-head::before {
    content: "\00A1";
    font-family: 'asc_pioneers_boldbold_italic', 'ASCPioneers' !important;
    font-size: 1.25em;
}

.ascfix header {
    border-radius: 5px;
    display: grid;
    overflow: hidden;
}

.ascfix header img {
    aspect-ratio: 16/8;
    object-fit: cover;
    object-position: bottom;
}

.ascfix .article-section {
    columns: 3;
    column-gap: 30px;
    column-rule: var(--ascblue20) 1px solid;
}

.ascfix .ff-date {
    border-bottom: var(--ascblue30) 1px solid;
    color: var(--ascblue);
    column-span: all;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: .5rem 0 .25rem .6rem;
    opacity: .8;
}

.ascfix p.icon {
    gap: 3px;
}

.ascfix p.icon::before {
    color: var(--ascblue);
}

.ascfix .signature {
    max-width: 250px;
}

.ascfix .archive {
    margin-top: 1.5rem
}

.ascfix .archive ul {
    list-style: none;
    padding-inline-start: 0;
}

.ascfix .archive ul li {
    list-style: none;
    padding-inline-start: 0;
}

.ascfix .archive ul &gt; * + *{
    margin-top: .5rem;
}

.ascfix .archive ul li:nth-of-type(odd){
    background: var(--ascblue10);
}

.ascfix .archive h2 {
    display: flex;
    border-top: var(--ascblue30) 1px solid;
    border-bottom: var(--ascblue30) 1px solid;
    font-size: 1.5em;
    justify-content: center;
    padding-block: .5em;
}

.ascfix .archive h3 {
    border-bottom: var(--ascblue30) 1px dashed;
    padding-bottom: .5rem;
}

.ascfix .archive a {
    text-decoration: none;
}

.ascfix .archive a:is(:hover, :focus) {
    text-decoration: underline;
}

.ascfix .archive a.icon.fa-up-right-from-square::before {
    margin-right: .5rem;
}

.ascfix .blurb {
    background: var(--ascblue10);
    border-radius: 5px;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    opacity: .7;
    padding: 10px;
    text-align: center;
}

.ascfix .table-archive {
    width: 100%;
}

.ascfix .table-archive :is(td, th) {
    font-size: clamp(0.8rem, 0.7459rem + 0.2162vw, 0.9rem);
    font-weight: 700;
    line-height: 1.2;
    padding: .65rem;
}

.ascfix .table-archive tbody tr:nth-of-type(odd) {
    background: var(--ascblue10);
}

.ascfix .table-archive tbody tr td:first-of-type {
    background: var(--ascblue70);
    text-align: right;
    width: clamp(8.4375rem, 7.9307rem + 2.027vw, 9.375rem);
}

.ascfix .table-archive tbody tr:hover {
    background: var(--ascblue15);
}

.ascfix .table-archive tbody tr:hover td:first-of-type {
    background: var(--ascblue);
}

.ascfix .table-archive tbody tr:hover td:first-of-type a {
    color: var(--ascgold);
}

.ascfix .table-archive * a {
    color: var(--ascbackground);
    text-decoration: none;
}

.ascfix .table-archive * a.icon {
    flex-direction: row-reverse;
}

.ascfix .table-archive * a.icon::before {
    margin-left: .25rem;
}

@media only screen and (max-width: 850px) { 
    .ascfix .article-section {
        columns: 2;
    }
}

@media only screen and (max-width: 650px) { 
    .ascfix header {
        display: block;
    }
    .ascfix .archive ul {
        columns: 1;
    }
}

@media only screen and (max-width: 600px) { 
    .ascfix .article-section {
        columns: 1;
    }
}

@media only screen and (max-width: 500px) {
    .ascfix .archive h2 a {
        text-align: center;
        width: 100%;
    }
}</pre></body></html>