<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ----------- RESPONSIVE TEXT FONT SIZE AREA ----------- */

/* ----------- RESPONSIVE FOR DESKTOP ----------- */

@media (min-width: 601px) {
    
    .mobile-nav-final {
       display: none; 
    }
    
p.assdcc-18-text-large {font-size: 18px; width:100%;}
    
p.assdcc-18-text {font-size: 18px; width:100%;}

p.assdcc-18-text-schedule {font-size: 18px; width:100%;}

p.assdcc-18-text-paragraph {font-size: 14px; width:92%;}
    
p.assdcc-18-text-paragraph-store {font-size: 14px; width:95%;}
    
p.assdcc-18-text-paragraph-pool {font-size: 14px; width:90%;}

p.assdcc-18-text-paragraph-3 {font-size: 14px; width:95%;}

p.assdcc-18-text-paragraph-streams {font-size: 14px; width:97%;}
    
p.assdcc-18-text-paragraph-night {font-size: 14px; width:95%;}

p.assdcc-18-text-paragraph-toonami {font-size: 14px; width:96%;}
    
p.assdcc-18-text-paragraph-cosplay {font-size: 14px; width:92%;}

p.assdcc-18-text-paragraph-rick {font-size: 14px; width:92%;}

p.assdcc-18-text-paragraph-rickmobile {font-size: 14px; width:97%;}

p.assdcc-18-rules {font-size: 14px; width:93%;}

p.assdcc-18-rules-2 {font-size: 14px; width:100%;}

p.text-spacer {font-size: 8px; width:100%;}

p.section-spacer {font-size: 8px; width:100%;}
    
p.assdcc-18-footer {font-size: 14px; width:100%;}

h1.assdcc-18-head-date {font-size: 18px;}

h1.assdcc-18-head-time {font-size: 18px;}

h1.assdcc-18-head-badge {font-size: 15px;}

h1.assdcc-18-head-location {font-size: 18px;}

h1.assdcc-18-head-location-streams {font-size: 18px;}

h1.assdcc-18-head-location-age {font-size: 18px;}

h1.assdcc-18-head-location-age-2 {font-size: 18px;}
    
h1.assdcc-18-head-location-age-3 {font-size: 18px;}
    
    
}


/* ----------- RESPONSIVE FOR MOBILE ----------- */

@media (max-width: 600px) {
    
.mobile-nav-final {
       display: block; 
    }
    
p.assdcc-18-text-large {font-size: 15px; width:100%;}
    
p.assdcc-18-text {font-size: 15px; width:100%;}

p.assdcc-18-text-schedule {font-size: 15px; width:100%;}

p.assdcc-18-text-paragraph {font-size: 13px; width:92%;}
    
p.assdcc-18-text-paragraph-store {font-size: 13px; width:90%;}

p.assdcc-18-text-paragraph-pool {font-size: 13px; width:90%;}

p.assdcc-18-text-paragraph-3 {font-size: 13px; width:95%;}

p.assdcc-18-text-paragraph-streams {font-size: 13px; width:94%;}
    
p.assdcc-18-text-paragraph-night {font-size: 13px; width:95%;}

p.assdcc-18-text-paragraph-toonami {font-size: 13px; width:88%;}
    
p.assdcc-18-text-paragraph-cosplay {font-size: 13px; width:95%;}

p.assdcc-18-text-paragraph-rick {font-size: 13px; width:97%;}

p.assdcc-18-text-paragraph-rickmobile {font-size: 13px; width:93%;}

p.assdcc-18-rules {font-size: 13px; width:95%;}

p.assdcc-18-rules-2 {font-size: 13px; width:100%;}

p.text-spacer {font-size: 5px; width:100%;}
    
p.assdcc-18-footer {font-size: 13px; width:100%;}

p.section-spacer {font-size: 5px; width:100%;}
    
h1.assdcc-18-head-date {font-size: 15px;}

h1.assdcc-18-head-time {font-size: 15px;}

h1.assdcc-18-head-badge {font-size: 13px;}

h1.assdcc-18-head-location {font-size: 15px;}

h1.assdcc-18-head-location-streams {font-size: 15px;}

h1.assdcc-18-head-location-age {font-size: 15px;}

h1.assdcc-18-head-location-age-2 {font-size: 15px;}
    
h1.assdcc-18-head-location-age-3 {font-size: 15px;}
    
}
/* END RESPONSIVE TEXT FONT SIZE AREA */




/* ----------- NEW NAV STYLES FROM W3 SCHOOLS ----------- */
   


.nav-open {
       height: 50px; float: left; width: 1000px; font-size:30px; background-color: aqua; cursor:pointer;
    }

p.open-button {width: 100%; float: right;}

.openbtn {
    position: absolute;
    top: 60px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    cursor:pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #cacf2f;
    overflow-x: hidden;
    transition: 0;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;;
    color: #0e520b;
    display: block;
    transition: 0.3s;
    text-align: center;
    font-family: "league-gothic",sans-serif;
    font-style: normal;
    font-size: 28px;
    text-transform:uppercase;
}

.sidenav a:hover {
    color: #0e520b;
    text-decoration: underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}
    
.clearfix {
  overflow: auto;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}





/* ----------- MAIN STYLES ------------- */

body {margin: 0; padding: 0;}
img {margin: 0; padding: 0;}

.assdcc-18-wrapper {
    width: 100%;
    background: url(https://media.cdn.adultswim.com/presents/sdcc-18/green-clay-final-repeat.jpg);
    background-repeat: repeat;
    margin: 0; padding: 0;
    
}


.assdcc-18-main-container {margin: 0; padding: 0;

}


.assdcc-18-header {
    padding:0;
    width: 100%;
    max-width: 500px;
    margin:0 auto;
    overflow:hidden;
}


.assdcc-18-body-frame {
    /*height: 1000px;*/
    width: 94%;
    max-width: 600px;
    margin:0 auto;
    background: url(https://media.cdn.adultswim.com/presents/sdcc-18/vert-wood-frame.jpg);
    /* background-size: cover; */
    background-repeat: repeat-y;
    background-size: 100%;
    overflow: visible;
    padding: 0;
}



.assdcc-18-top-frame {
    /*height: 1000px;*/
    width: 100%;
    max-width: 600px;
    margin:0 auto;
    margin-top: -8px;
    
}

img.top-frame {
    width: 100%;
    margin:0;
    padding: 0;
    margin-top: -5px;
    background-color: aqua;
    object-position: top;
    object-fit:fill;
}

.assdcc-18-body-text {
    text-align:center; 
    width:85%;
    max-width: 600px;
    padding: 10px 0px 0px 0px;
    margin:0 auto;
}


.wood-plank {
    width: 85%;
    max-width: 300px;
    text-align: center;
    padding-bottom: 5px;
    margin:0 auto;
}

a.paragraph-link {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    font-weight: bold;
    font-style: italic;
    color:#3930b0;
    text-decoration: underline;
}

a.assdcc-18-link-1 {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color:#3930b0;
    text-align:center;
    text-decoration: underline;
    line-height: 1.5;
    width:100%;
    max-width: 800px;
    margin:0 auto;
}

a.assdcc-18-link-2 {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color:#3930b0;
    text-align:center;
    text-decoration: underline;
    line-height: 1.5;
    width:100%;
    max-width: 800px;
    margin:0 auto;
    padding-top: 15px;
}

a.assdcc-18-link-underline {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color:#3930b0;
    text-align:center;
    text-decoration: underline;
    line-height: 1.5;
    padding: 15px 0px 0px 0px;
    width:100%;
    max-width: 800px;
    margin:0 auto;
}

a.assdcc-18-link-underline-streams {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color:#3930b0;
    text-align:center;
    text-decoration: underline;
    line-height: 1.5;
    padding: 5px 0px 0px 0px;
    width:100%;
    max-width: 800px;
    margin:0 auto;
}

a.assdcc-18-link-in-paragraph {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 

    font-weight: bold;
    font-style: italic;
    color:#3930b0;
    text-decoration: underline;

}

h1.assdcc-18-head-date {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: bold;
    color:#0f660d;
    text-align:center; 
    text-decoration:underline;
    line-height: 1.4;
    width:80%;
    max-width: 800px;
    padding: 0px 0px 0px 0px;
    margin:0 auto;
}

h1.assdcc-18-head-time {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: bold;
    color:#0f660d;
    text-align:center; 
    line-height: 1.4;
    width:100%;
    max-width: 800px;
    margin:0 auto;
    padding: 4px 0px 0px 0px;
}

h1.assdcc-18-head-badge {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: bold;
    color:#0f660d;
    text-align:center; 
    line-height: 1.4;
    width:100%;
    max-width: 800px;
    margin:0 auto;
}

h1.assdcc-18-head-location {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: bold;
    color:#0f660d;
    text-align:center; 
    line-height: 1.4;
    width:100%;
    max-width: 800px;
    margin:0 auto;
}

h1.assdcc-18-head-location-streams {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: bold;
    color:#0f660d;
    text-align:center; 
    line-height: 1.1;
    width:100%;
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 5px 0px;
}

h1.assdcc-18-head-location-age {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: normal;
    color:#000;
    text-align:center; 
    line-height: 1.4;
    width:100%;
    max-width: 800px;
    padding: 15px 0px 10px 0px;
    margin:0 auto;
}

h1.assdcc-18-head-location-age-2 {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: normal;
    color:#000;
    text-align:center; 
    line-height: 1.5;
    width:100%;
    max-width: 800px;
    padding: 15px 0px 6px 0px;
    margin:0 auto;
}

h1.assdcc-18-head-location-age-3 {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-weight: normal;
    color:#000;
    text-align:center; 
    line-height: 1.5;
    width:100%;
    max-width: 800px;
    padding: 0px 0px 9px 0px;
    margin:0 auto;
}

p.assdcc-18-text {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.2;
    
    max-width: 800px;
    padding: 4px 0px 7px 0px;
    margin:0 auto;
}

p.assdcc-18-text-schedule {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.2;
    font-weight: bold;
    
    max-width: 800px;
    padding: 10px 0px 7px 0px;
    margin:0 auto;
}

p.assdcc-18-text-large {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.5;
    font-weight: bold;
    
    max-width: 800px;
    padding: 4px 0px 7px 0px;
    margin:0 auto;
}

p.assdcc-18-text-paragraph {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-store {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-pool {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-3 {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 8px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-streams {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
   
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-night {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
   
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-toonami {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-cosplay {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-rick {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-text-paragraph-rickmobile {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    text-align:center; 
    line-height: 1.3;
    
    max-width: 800px;
    margin:0 auto;
    padding: 0px 0px 10px 0px;
}

p.assdcc-18-rules {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-style: italic;
    text-align:center; 
    line-height: 1.2;
    padding-top: 10px;
    
    max-width: 750px;
    margin:0 auto;
}

p.assdcc-18-rules-2 {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-style: italic;
    text-align:center; 
    line-height: 1.0;
    padding: 0px 0px 10px 0px;
    
    max-width: 750px;
    margin:0 auto;
}

p.assdcc-18-footer {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    font-style: italic;
    font-weight: bold;
    color: #eef0a8;
    text-align:center; 
    line-height: 1.0;
    padding: 20px 0px 10px 0px;
    
    max-width: 600px;
    margin:0 auto;
}

p.text-spacer {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    height: 13px;
    text-align:center; 
    line-height: 1.5;
    
    max-width: 800px;
    margin:0 auto;
}

p.section-spacer {
    font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
    
    height: 25px;
    text-align:center; 
    line-height: 1.5;
    
    max-width: 800px;
    margin:0 auto;
}

.bottom-trees {
    width: 92%; 
    height: 198px;
    margin:0 auto;
    background: url(https://media.cdn.adultswim.com/presents/sdcc-18/bottom-trees-330wb.png);
    background-repeat: repeat-x;
    
    
}

.bottom-frame {
    width: 94%;
    max-width: 600px;
    margin:0 auto;
    text-align: center;
    
}




.assdcc-18-footer-1 {
    min-height: 100px;
    width: 100%;
}

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