<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Letter Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.eot');
    src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.eot?#iefix')
            format('embedded-opentype'),
        url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.woff') format('woff'),
        url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.ttf') format('truetype'),
        url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.svg#92e3f4fc-76e2-4a1a-bd31-459a2666bf57')
            format('svg');
}

@font-face {
    font-family: 'Letter Gothic';
    font-weight: bold;
    font-style: normal;
    src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.eot');
    src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.eot?#iefix')
            format('embedded-opentype'),
        url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.woff') format('woff'),
        url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.ttf') format('truetype'),
        url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.svg#58c0999e-233d-48ed-80ad-6e67189e774e')
            format('svg');
}

body {
    background: #fff;
}

.footer-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer-page #wrapper {
    flex: 1 0 auto;
    font-family: sans-serif;
    margin: 0 auto;
    padding: 40px 20px 60px;
    position: relative;
    min-height: 77vh;
    width: 100%;
    box-sizing: border-box;
    max-width: 1024px;
}

@media (min-width: 768px) {
    .footer-page #wrapper {
        padding-top: 60px;
        min-height: 75vh;
    }
}

@media (min-width: 1024px) {
    .footer-page #wrapper {
        min-height: 65vh;
    }
}

.footer-page #wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-page #wrapper h1,
.footer-page #wrapper h2,
.footer-page #wrapper h3,
.footer-page #wrapper h4 {
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1em;
}

.footer-page #wrapper h1 {
    font-family: 'Letter Gothic', sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.footer-page #wrapper h2 {
    font-size: 21px;
}
.footer-page #wrapper h3 {
    font-size: 18px;
}
.footer-page #wrapper h4 {
    font-size: 15px;
}

.footer-page #wrapper p,
.footer-page #wrapper li {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 1em;
    word-wrap: break-word;
}

.footer-page #wrapper p strong,
.footer-page #wrapper li strong {
    color: #000;
}

.footer-page #wrapper a {
    color: #fd4933;
    text-decoration: underline;
}

.footer-page #wrapper a:hover {
    color: #000;
}

.footer-page #wrapper ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 2em;
}

.footer-page #wrapper ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.footer-page #wrapper .underline {
    text-decoration: underline;
}

.footer-page #wrapper input[type='submit'],
.footer-page #wrapper input[type='Reset'] {
    border: 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 9px 12px;
}

.footer-page #wrapper input[type='submit']:hover,
.footer-page #wrapper input[type='Reset']:hover,
.footer-page #wrapper input[type='submit']:active,
.footer-page #wrapper input[type='Reset']:active,
.footer-page #wrapper input[type='submit']:focus,
.footer-page #wrapper input[type='Reset']:focus {
    background: #ffff00;
    color: #000;
}

/* FAQ reusable styles */
.footer-page #wrapper .faq-content h3 {
    font-size: 14px;
}

.footer-page #wrapper .faq-content h4 {
    margin-bottom: 2px;
}

.footer-page #wrapper .faq-content p {
    margin-bottom: 1.5em;
}

.footer-page #wrapper .faq-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.footer-page #wrapper .faq-content h4,
.footer-page #wrapper .faq-content p,
.footer-page #wrapper .faq-content ul li {
    font-size: 12px;
}

.footer-page #wrapper .faq-content-section {
    margin-bottom: 1em;
    padding-top: 1em;
}

@media (max-width: 767px) {
    .footer-page .hide-sm {
        display: none;
    }
}

.footer-page .light #global-as-footer {
    border-top: 1px solid #ccc;
}

.footer-page .cookie-paragraph {
    margin-bottom: 15px;
}

/*==================================
=            Contact Us            =
==================================*/
#contact-thanks #wrapper {
    text-align: center;
}

#contact-form fieldset {
    display: block;
    margin-bottom: 1em;
}

#contact-form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

#contact-form input[type='text'],
#contact-form textarea {
    width: 280px;
}

#contact-form input[type='text'],
#contact-form textarea,
#contact-form select {
    padding: 3px;
}

/*============================
=            Help            =
============================*/
.jump-nav {
    margin-bottom: 2em;
}

.jump-nav li {
    font-size: 14px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.jump-nav li a {
    color: #000 !important;
    font-weight: bold;
}

/*===================================
=            Submissions            =
===================================*/
@media (min-width: 768px) {
    #submissions #wrapper h1 {
        text-align: center;
    }
}

#submissions #wrapper ul,
#submissions #wrapper ol {
    margin-bottom: 1.5em;
}

#submissions #wrapper li {
    margin-bottom: 1em;
}

#submissions #wrapper ul {
    list-style-type: disc;
    list-style-position: inside;
}

#submissions #wrapper ol {
    list-style-type: decimal;
    list-style-position: inside;
}

#submissions #wrapper li ol,
#submissions #wrapper li ul {
    margin-top: 1em;
    margin-left: 2em;
}
</pre></body></html>