<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset Styles */

    .ascfix {
        margin: 0 auto;
        max-width: 1140px;
    }

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

/* Text Styles */

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

    .ascfix h1 {
        font-size: 32px;
    }

    .ascfix h2 {
        font-size: 24px;
    }

    .ascfix h3 {
        font-size: 18.72px;
    }

    .ascfix h4 {
        font-size: 16px;
    }

    .ascfix h5 {
        font-size: 13.28px;
    }

    .ascfix h6 {
        font-size: 10.72px;
    }

    .ascfix :is(p, ul, ol, table, fieldset, form, dl, dir, menu, details, figcaption, summary, blockquote) {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
    }

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

/* Spacers */

    .margin-spacer-p &gt; * + * {
        margin-top: 16px;
    }

    .margin-spacer-b &gt; * + * {
        margin-top: 20px;
    }

/* Font Awesome Icon Set */
    
    .icon {
        display: flex;
        align-items: center;
    }

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

/* Header */

    .ascfix header {
        aspect-ratio: 16 / 8;
        background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/chuttersnap-O_boSKI5ZFY-unsplash.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        display: flex;
        justify-content: flex-end;
        overflow: hidden;
    }

    .ascfix header div {
        align-content: center;
        backdrop-filter: blur(16px) saturate(180%);
        background: linear-gradient(to bottom, hsla(208, 100%, 22%, 0.884), hsla(207, 100%, 12%, 0.884));
        display: grid;
        justify-items: start;
        padding: 20px;
        width: 30%;
    }

    .ascfix header h2 {
        color: #ffcc00;
        font-size: clamp(30px, calc(1.875rem + ((1vw - 4px) * 1.3514)), 40px);
        min-height: 0vw;
    }

    .ascfix header p {
        color: #FFFFFF !important;
    }

/* Navigation */

    .ascfix nav ul {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        list-style: none;
    }

    .ascfix nav a {
        background: linear-gradient(to bottom, #28659b, #00203b);
        background-size:1px 200px; 
        border-radius: 5px;
        color: #ffcc00;
        display: grid;
        align-items: center;
        height: 100%;
        line-height: 1.2;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        transition: 200ms ease-in-out;
    }

    .ascfix nav :is(a:hover, a:focus) {
        background-position: 200px;
        color: #ffffff;
        text-shadow: 0.1em 0.1em 0.2em hsla(0, 0%, 0%, 0.719);
        transform: scale(1.02);
        box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                    0 2px 4px rgba(0,0,0,0.07), 
                    0 4px 8px rgba(0,0,0,0.07), 
                    0 8px 16px rgba(0,0,0,0.07),
                    0 16px 32px rgba(0,0,0,0.07), 
                    0 32px 64px rgba(0,0,0,0.07);
    }
    
/* Drop-down Menu */

    .ascfix details {
        background: #dadada;
        border-radius: 5px;
        overflow: hidden;
    }

    .ascfix details summary {
        background: #003C71;
        color: #FFFFFF;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        font-weight: 700;
        padding: 20px;
    }

    .ascfix details .text-box {
        padding: 20px;
    }

    .ascfix details div :is(ol, ul) {
        padding-left: 20px;
    }

/* Bus schedule block */

    .bus-schedule {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .bus-schedule p {
        background: #003C71;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 20px;
    }

    .bus-schedule strong {
        color: #FFCD00;
        display: block;
        margin-bottom: 10px;
    }

/* Rochester Airport Block */

    .ascfix .schedule {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ascfix .schedule h3 {
        color: #FFCD00 !important;
        margin-bottom: 10px;
    }

    .ascfix .schedule p {
        color: #FFFFFF !important;
    }

    .ascfix .schedule div {
        background: #003C71;
        border-radius: 5px;
        padding: 20px;
    }

    .ascfix .schedule div li {
        color: #FFFFFF !important;
    }

    .ascfix .schedule div strong {
        display: block;
        color: #FFFFFF !important;
    }

    .border-top {
        display: block;
        border-top: #FFFFFF 1px dashed;
        margin-top: 5px;
        padding-top: 5px;
    }

    .ascfix form br {
        display: none;
    }

/* Contact Footer - Base */

    .ascfix .contact_us {
        background:linear-gradient(to left, #003C71, #001525);
        border-radius: 10px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .ascfix .contact_us::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(https://live.staticflickr.com/65535/51685488017_c7f34d4379_h.jpg);
        background-size: 125%;
        background-position: left center;
        background-repeat: no-repeat;
        opacity: .3;
        z-index: -2;
    }

    .ascfix .contact_us h2 {
        color: #ffcc00;
        font-size: clamp(30px, calc(1.875rem + ((1vw - 4px) * 2.7174)), 40px);
        min-height: 0vw;
        font-family: 'asc_pioneers_boldbold_italic' !important;
        font-style: italic;
        letter-spacing: 0px;
        margin-bottom: 10px;
        text-align: center;
        word-spacing: -10px;
    }

    .ascfix .contact_us p {
        color: #FFFFFF;
        margin-bottom: 16px;
        text-align: center;
    }

    .ascfix .contact_us a {
        color: #FFCD00 !important;
        text-decoration: none;
    }

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

    .ascfix .social {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        list-style: none;
        margin-bottom: 16px;
        padding: 0;
    }

    .ascfix .social li {
        line-height: 1;
        margin: 0 !important;
    }

    .ascfix .social :is(a:hover, a:focus) {
        text-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), 
                    0 16px 16px rgba(0,0,0,0.11), 
                    0 32px 32px rgba(0,0,0,0.11);
    }

    .title_ix {
        font-size: clamp(12px, calc(0.75rem + ((1vw - 4px) * 0.5435)), 14px) !important;
        min-height: 0vw;
        margin-bottom: 0 !important;
        max-width: 70ch;
    }

/* Social Buttons */

    .youtube-square::before {
        content: "\f431";
    }

    .twitter-square::before {
        content: "\f081";
    }

    .facebook-square::before {
        content: "\f082";
    }

    .snapchat-square::before {
        content: "\f2ad";
    }

    .instagram-square::before {
        content: "\e055";
    }

    .youtube-square::before,
    .twitter-square::before,
    .facebook-square::before,
    .snapchat-square::before,
    .instagram-square::before {
        color: #FFCD00;
        font-size: clamp(30px, calc(1.875rem + ((1vw - 4px) * 2.7174)), 40px);
        min-height: 0vw;
    }

@media only screen and (max-width: 750px) {

    .ascfix header {
        aspect-ratio: initial;
        display: block !important;
    }

    .ascfix header div {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {

    .bus-schedule {
        grid-template-columns: 1fr;
    }

    .ascfix .schedule {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 500px) {

    .ascfix .contact_us::before {
        background-size: cover;
    }

    .hide_text {
        display: none;
    }

}</pre></body></html>