<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-padding-top: 110px;
}

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

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

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

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

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

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

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

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

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

header#page-title h1, header#page-title h2 {
    color: #003C71;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 40px;
}

.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;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
}

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

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

.asc_goldtext {
    -webkit-text-fill-color: hsl(48, 100%, 50%);
}
/* 
.asc_whitetext {
    -webkit-text-fill-color: hsl(0, 0%, 100%);
} */

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

.ascfix .aspect_ratio {
    aspect-ratio: 16 / 9;
}

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

.ascfix nav a {
    border-radius: 5px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #003C71; 
    height: 100%;
    line-height: 1.1;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

.ascfix nav a:hover,
.ascfix nav a:focus {
    background: #FFCD00;
    color:#003c71;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
            box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
}

.ascfix main {
    margin-bottom: 20px;
}

.ascfix main &gt; * + * {
    margin-top: 20px;
}

.ascfix section header {
    aspect-ratio: 16 / 9;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
}

.ascfix header div {
    -webkit-backdrop-filter: blur(16px) saturate(180%);
            backdrop-filter: blur(16px) saturate(180%);
    background: -o-linear-gradient(left, #00203b, hsla(208, 100%, 22%, 0.747));
    background: -webkit-gradient(linear, left top, right top, from(#00203b), to(hsla(208, 100%, 22%, 0.747)));
    background: linear-gradient(to right, #00203b, hsla(208, 100%, 22%, 0.747));
    height: 100%;
    padding: 20px;
    width: 30%;
    min-width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ascfix header .logo {
    margin-bottom: 20px;
}

.ascfix header .logo img {
    width: 100px;
}

.ascfix header div h2 {
    color: #FFFFFF;
}

.ascfix header div p {
    color: hsla(0, 0%, 100%, 0.9) !important;
    margin-bottom: 0;
}

.ascfix .intro-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.ascfix .intro-text figure {
    margin-bottom: 20px;
}

.ascfix .intro-text &gt; figure:first-of-type img  {
    aspect-ratio: 16 / 9;
}

.ascfix .intro-text figure img {
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.ascfix :is(.intro-text, .date) li {
    font-weight: 700;
    line-height: 1.2;
    list-style: none;
}

.date {
    background: -o-linear-gradient(left, #2c6391, hsl(208, 100%, 22%));
    background: -webkit-gradient(linear, left top, right top, from(#2c6391), to(hsl(208, 100%, 22%)));
    background: linear-gradient(to right, #2c6391, hsl(208, 100%, 22%));
    border-radius: 10px;
    padding: 20px;
}

.date :is(li) {
    color: #FFFFFF !important;
}

.date li &gt; ul {
    margin-bottom: 0 !important;
}

.date li &gt; ul &gt; * + * {
    border-top: #ffffff 1px dashed;
    margin-top: 5px;
    padding-top: 5px;
}

.ascfix .rave {
    background: -o-linear-gradient(top, #003C71, #00203b);
    background: -webkit-gradient(linear, left top, left bottom, from(#003C71), to(#00203b));
    background: linear-gradient(to bottom, #003C71, #00203b);
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.ascfix .rave h3 {
    color: #FFFFFF;
    text-align: center;
}

.ascfix .rave ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.ascfix .rave ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

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

.ascfix .rave ul {
    margin-bottom: 0;
}

.ascfix .rave figure {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ascfix .videos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.video-container {
    border-radius: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ascfix .contact_us {
    border-radius: 10px;
    background: -o-linear-gradient(top, #003c71, #00213d);
    background: -webkit-gradient(linear, left top, left bottom, from(#003c71), to(#00213d));
    background: linear-gradient(to bottom, #003c71, #00213d);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ascfix #living_off_campus &gt; ul &gt; * + * {
    border-top: 1px dashed;
    line-height: 1.2;
    padding-top: 5px;
    margin-top: 5px;
}

.ascfix #living_off_campus figure img{
    border-radius: 10px;
}

.llc-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}

.llc-cards .dark  {
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
            box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
}

.dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    background: -o-linear-gradient(top, #003C71, #00203b);
    background: -webkit-gradient(linear, left top, left bottom, from(#003C71), to(#00203b));
    background: linear-gradient(to bottom, #003C71, #00203b);
    overflow: hidden;
}

.dark summary {
    display: revert;
    background: #0d5492;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 10px 10px 20px;
}

.dark summary:hover,
.dark summary:focus {
    background: #FFCC00 !important;
    color: #003C71 !important;
}

.dark :is(h2, h3, h4) {
    color: #FFFFFF;
}

.dark p {
    color: #ffffff !important;
}

.dark &gt; p:last-of-type {
    margin-bottom: 0;
}

.dark a {
    color: #FFCD00;
}

.dark :is(ol) &gt; * + * {
    border-top: #FFFFFF 1px dashed;
}

.dark details {
    background: #dbe7f1;
    border-radius: 5px;
    overflow: hidden;
}

.dark details:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
}

#room_details &gt; .dark &gt; div p {
    font-weight: 500;
}

.inner-summary {
    padding: 20px;
}

.inner-summary details:last-of-type {
    margin-bottom: 0;
}

.dark details div ul {
    list-style: none;
    padding: 20px 20px 0 28px;
}

.dark details div ul &gt; * + * {
    border-top: 1px dashed;
    margin-top: 5px;
    padding-top: 5px;
}

#lifestyle_options .clipboard-list::before {
    margin-right: 10px;
}

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

.lifestyles div {
    background: #e4ecf3;
    padding: 20px;
}

.lifestyles div:nth-of-type(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.lifestyles p {
    margin-bottom: 0;
}

.llc_textblock {
    padding: 30px 0 0;
    height: 100%;
}

.llc-contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #dde6ee;
    margin: 0 -20px;
    padding: 20px;
}

.llc-contact :is(h3, p) {
    color: #003C71 !important;
    margin-bottom: 0;
}

.llc-contact p {
    border-left: hsla(208, 100%, 22%, 0.5) 1px dashed;
    line-height: 1.2;
    padding-left: 20px;
}

.llc-contact a {
    color: unset;
}

.shadow {
    position: relative;
}

.shadow:before,
.shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.shadow:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.ascfix .contact_us::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Alumni%20Magazine/Spring2021/Images/hexagongold.png);
    background-position: left;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    opacity: .3;
    z-index: -1;
}

.ascfix .contact_us h2 {
    color: #ffcc00;
    font-size: 32px !important;
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-family: 'asc_pioneers_boldbold', 'ASCPioneers' !important;
    font-style: italic;
    margin-left: -10px;
}

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

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

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

.ascfix .social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    color: #FFCD00;
}

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

.ascfix .social a:hover,
.ascfix .social a:focus {
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.219);
}

.title_ix {
    font-size: 14px !important;
    max-width: 75ch;
}

.triangle {
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-top: 0;
    border-bottom: 20px solid #dde6ef;
}

.instructions {
    padding-left: 23px;
}

.dark .instructions :is(p, li) {
    color: #FFFFFF !important;
}

.instructions &gt; * + * {
    border-top: 1px dashed;
    padding-top: 5px;
    margin-top: 5px;
    max-width: 60ch;
}

.ascfix .divider_top {
    border-top: 1px dashed;
    padding-top: 10px;
}

.ascfix .columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-rule: hsla(208, 100%, 22%, 0.5) 1px dashed;
       -moz-column-rule: hsla(208, 100%, 22%, 0.5) 1px dashed;
            column-rule: hsla(208, 100%, 22%, 0.5) 1px dashed;
    gap: 40px;
    padding-top: 10px;
}

.ascfix .columns div {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
}

.group-matrix {
    color: #FFFFFF !important;
    line-height: 1.2;
    list-style: disc;
    font-weight: 700;
    padding-left: 23px;
}

.group-matrix li {
    color: #FFFFFF !important;
}

.dark li::marker {
    color: #ffffff;
}

#forms .dark {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
        0 2px 2px rgba(0,0,0,0.12), 
        0 4px 4px rgba(0,0,0,0.12), 
        0 8px 8px rgba(0,0,0,0.12),
        0 16px 16px rgba(0,0,0,0.12);
            box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
        0 2px 2px rgba(0,0,0,0.12), 
        0 4px 4px rgba(0,0,0,0.12), 
        0 8px 8px rgba(0,0,0,0.12),
        0 16px 16px rgba(0,0,0,0.12);
    padding: 20px;
}

#fall_selection .dark + .dark {
    margin-top: 20px;
}

.margin_fix {
    margin-bottom: 0 !important;
}

.ascfix #forms ul {
    list-style: none;
}

.ascfix figure br {
    display: none;
}

.iframe-container {
    aspect-ratio: 16 / 9;
    position: relative;
}

.ascfix .braddon {
    position: relative;
    z-index: 1;
}

.ascfix .braddon:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Braddon%20Hall.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .braddon:hover:after {
    z-index: -1;
}

.ascfix .burdick {
    position: relative;
    z-index: 1;
}

.ascfix .burdick:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Burdick%20Hall.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .burdick:hover:after {
    z-index: -1;
}

.ascfix .getman {
    position: relative;
    z-index: 1;
}

.ascfix .getman:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Getman%20Hall.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .getman:hover:after {
    z-index: -1;
}

.ascfix .mack-commons {
    position: relative;
    z-index: 1;
}

.ascfix .mack-commons:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/MacKenzie%20Commons.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .mack-commons:hover:after {
    z-index: -1;
}

.ascfix .mack-north {
    position: relative;
    z-index: 1;
}

.ascfix .mack-north:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/MacKenzie%20North.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .mack-north:hover:after {
    z-index: -1;
}

.ascfix .mack-south {
    position: relative;
    z-index: 1;
}

.ascfix .mack-south:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/MacKenzie%20South.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .mack-south:hover:after {
    z-index: -1;
}

.ascfix .mack-west {
    position: relative;
    z-index: 1;
}

.ascfix .mack-west:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/MacKenzie%20West.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .mack-west:hover:after {
    z-index: -1;
}

.ascfix .mack-east {
    position: relative;
    z-index: 1;
}

.ascfix .mack-east:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/MacKenzie%20East.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .mack-east:hover:after {
    z-index: -1;
}

.ascfix .main-a {
    position: relative;
    z-index: 1;
}

.ascfix .main-a:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Main%20Gate%20A.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .main-a:hover:after {
    z-index: -1;
}

.ascfix .main-b {
    position: relative;
    z-index: 1;
}

.ascfix .main-b:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Main%20Gate%20B.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .main-b:hover:after {
    z-index: -1;
}

.ascfix .peet {
    position: relative;
    z-index: 1;
}

.ascfix .peet:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Peet%20Hall.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .peet:hover:after {
    z-index: -1;
}

.ascfix .rc {
    position: relative;
    z-index: 1;
}

.ascfix .rc:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/RC%20Hall.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .rc:hover:after {
    z-index: -1;
}

.ascfix .shults {
    position: relative;
    z-index: 1;
}

.ascfix .shults:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Shults%20Hall.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .shults:hover:after {
    z-index: -1;
}

.ascfix .townhouses {
    position: relative;
    z-index: 1;
}

.ascfix .townhouses:after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(https://www.alfredstate.edu/sites/default/files/Res%20Life/images/Dorm%20Labels/Townhouses.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ascfix .townhouses:hover:after {
    z-index: -1;
}

.cancel-bottom-margin {
    margin-bottom: 0 !important;
}

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

    .ascfix section header {
        aspect-ratio: auto;
        height: 470px;
    }

    .ascfix header div {
        width: 275px;
    }
    
}

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

    .ascfix nav ul {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .ascfix .intro-text {
        display: block;
    }

    .ascfix .rave {
        display: block;
        max-width: 100% !important;
    }

    .ascfix .rave h3 {
        text-align: left;
    }

    .ascfix .rave ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .ascfix .videos {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ascfix .intro-text figure {
        display: none;
    }

    .llc_textblock {
        padding-bottom: 0;
    }

    .triangle {
        border: 30px solid transparent;
        border-bottom: 10px solid #dde6ef;
    }

    .llc-contact {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .llc-contact :is(h3) {
        border-right: none;
    }
    .llc-contact p {
        border-left: none;
        border-top: 1px dashed;
        margin-left: 60px;
        margin-top: 10px;
        padding-left: 0;
        padding-top: 10px;
    }

    .llc_textblock p:last-of-type {
        margin-bottom: 0 !important;
    }

    .ascfix .columns {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
    }

    .margin_fix {
        margin-bottom: 16px !important;
    }
}

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

    .ascfix section header {
        display: block;
        height: auto;
    }

    .lifestyles {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .lifestyles div:nth-of-type(3) {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .ascfix section:nth-of-type(1) header {
        background-image: none;
    }

    .ascfix header div {
        height: 100%;
        width: 100%;
    }

    .ascfix .columns {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
    }

}

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

    .ascfix nav ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .ascfix nav a {
        padding: 10px;
    }

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