﻿html, body {
    margin: 0;
    height: 100%;
    background-color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Lato', Arial, sans-serif;
}
a {
    color: #ff6260;
    text-decoration: none;
    font-weight: 500;
}
.wrapper {
    width: 1440px;
    margin: 0 auto;
}
.wrapper.sm {
    width: 1150px;
    margin: 0 auto;
}
.content {
    background-color: #fff;
}
ul {
    margin: 0;
}
.pink {
    color: #ff6260 !important;
}
.hide {
    display: none;
}
.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important;
    border-radius: 5px;
}
/* Helpers */
.clearfix {
    display: block;
    content: "";
    clear: both;
}
.mg-5 {
    margin-top: 5px;
}
.mg-10 {
    margin-top: 10px;
}
.mg-15 {
    margin-top: 15px;
}
.mg-20 {
    margin-top: 20px;
}
.mg-25 {
    margin-top: 25px;
}
.mg-40 {
    margin-top: 40px;
}
.mg-50 {
    margin-top: 50px;
}
.mg-75 {
    margin-top: 75px;
}
.mg-100 {
    margin-top: 100px;
}
.text-center {
    text-align: center;
}

.elipsis {
    color: #ff6260;
    font-size: 30px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    position: relative;
    display: inline;
}
.select-container {
    position: relative;
    display: inline;
}

    .select-container:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        pointer-events: none;
    }

    .select-container:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: .3em;
        right: .75em;
        border-top: 8px solid black;
        opacity: 0.5;
    }
.admin-fields {
    display: none;
}

/* Form Stuff */

.form-group {
    margin-bottom: 10px;
}
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 18px;
        color: #3c404b;
        padding: 12px 14px;
        border-radius: 4px;
        border: none;
        width: 100%;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    .form-group input[type=checkbox] {
        width: initial;
    }
    .form-group label {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 300;
    }
    .form-group.birthday input {
        width: 25%;
    }
    .form-group.birthday select {
        width: 47%;
    }
        .field-validation-error {
            color: #ff6260;
        }
.form-group .pretty {
    margin-top: 10px;
}
.form-button-box {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.validation-summary-errors {
    background-color: #b50000;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            list-style: none;
        }

.validation-summary-messages {
    background-color: #e4e6e9;
    border: 1px solid #ccc;
    color: #000;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

    .validation-summary-messages ul {
        margin: 0;
        padding: 0;
    }

        .validation-summary-messages ul li {
            list-style: none;
        }

.status-message {
    background-color: #41aa35;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}
    .status-message.error {
        background-color: #b50000;
    }
input[type=text] {
    font-size: 18px;
    color: #3c404b;
    padding: 12px 14px;
    border-radius: 4px;
    border: none;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
}
    input[type=text]::placeholder {
        color: #c7c7c7;
        font-weight: 300;
    }
input[type=text].error {
    border: 1px solid #ff0300;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid #000 !important;
}
button:focus {
    outline: none;
    border: 1px solid #9e3d3c !important;
}
input[type="file"] {
    display: none;
}
textarea {
    font-family: 'Lato';
}

.file-upload {
    border: 2px solid #fff;
    border-radius: 25px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background-color: #ff6260;
    transition: all .25s;
}

    .file-upload:hover {
        border: 2px solid #fff;
        color: #ff6260;
        transition: all .25s;
        background-color: #fff;
    }

/* Common site classes */

h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #3c404b;
}
h6 {
    margin: 0;
    font-size: 12px;
    color: #ff6260;
    text-transform: uppercase;
}
.hero {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 600px;
    max-height: 600px;
}
    .hero h1 {
        color: #fff;
        text-align: center;
        font-size: 48px;
        letter-spacing: 1px;
        padding-top: 250px;
        width: 325px;
        margin: 0 auto;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }
.hero.join {
    min-height: 200px;
    max-height: 200px;
}

    .hero.join h1 {
        font-size: 48px;
        padding-top: 65px;
        width: 100%;
    }
.pink-button {
    border: solid 2px #ff6260;
    border-radius: 28px;
    padding: 15px 40px;
    text-decoration: none;
    color: #ff6260 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s;
    text-align: center;
    letter-spacing: 0.6px;
    cursor: pointer;
}
    .pink-button:hover {
        background-color: #ff6260;
        color: #fff !important;
        transition: all .5s;
    }
    .pink-button.inverse {
        background-color: #ff6260;
        color: #fff !important;
    }
        .pink-button.inverse:hover {
            color: #ffffff !important;
            background-color: #e05755 !important;
        }
    .pink-button.inverse.no-border {
        background-color: #ff6260;
        color: #fff !important;
        border: none;
    }
        .pink-button.inverse.no-border:hover {
            color: #ff6260 !important;
            background-color: #fff !important;
            border: none;
        }
    .pink-button.med {
        padding: 8px 12px;
        border: solid 1px #ff6260;
    }
    .pink-button.sm {
        margin-top: 10px;
        padding: 4px 15px;
        border: solid 1px #ff6260;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .pink-button.wide {
        padding: 15px 75px;
    }
    .pink-button.dark {
        background-color: #3c404b;
    }
    .pink-button.dark:hover {
        background-color: #ff6260;
    }
    .pink-button.page {
        border-radius: 5px;
        padding: 2px 8px;
        font-size: 16px;
    }
    .pink-button.page.active {
        background-color: #ff6260;
        cursor: initial;
        color: #fff !important;
    }
.pink-button[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff!important;
}
    .pink-button[disabled]:hover {
        background-color: #ccc !important;
        border-color: #ccc !important;
        color: #fff !important;
    }
    button.pink-button {
        background-color: #fff;
        font-family: 'Lato';
        font-weight: 600;
    }
.command-button {
    border: 1px solid #ccc;
    border-bottom: none;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #3c404b;
    text-align: center;
    transition: all .25s;
}
    .command-button:hover {
        color: #ff6260;
        transition: all .25s;
        background-color: #fff;
    }
.about-this-page {
    width: 1150px;
    margin: 100px auto 90px auto;
}
    .about-this-page h1 {
        font-size: 24px;
        color: #3c404b;
        font-weight: 500;
    }
    .about-this-page p {
        font-size: 16px;
        color: #3c404b;
        font-weight: 300;
        line-height: 1.63;
    }

.left-right .left-right-grid {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    grid-column-gap: 10px;
    padding: 50px 0;
    align-items: center;
}

    .left-right .left-right-grid > div img {
        width: 200px;
        color: #ff6260
    }
    .left-right .left-right-grid div:nth-child(3) {
        align-self: center;
        justify-self: center;
    }

.white-bg-three-col-grid {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    grid-column-gap: 10px;
    padding: 50px 0;
    align-items: center;
    border-bottom: 1px solid rgba(155, 155, 155, 0.20);
}
    .white-bg-three-col-grid div:nth-child(3) {
        align-self: center;
        justify-self: center;
    }
.white-bg-two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    padding: 50px 0;
    align-items: center;
    border-bottom: 1px solid rgba(155, 155, 155, 0.20);
}

    .white-bg-two-col-grid div:nth-child(2) {
        align-self: center;
        justify-self: end;
    }

    .ep-date h3 {
        margin: 0;
        font-size: 60px;
        letter-spacing: 1.9px;
        font-weight: 600;
        text-align: center;
        margin-top: -15px;
    }
.ep-date h4 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-align: center;
    margin-top: -10px;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #ff6260 !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Header */

.header-wrap {
    background-color: #3c404b;
}
.header {
    width: 100%;
    height: 65px;
    color: #fff;
    display: grid;
    grid-template-columns: 300px 1fr;
    font-family: Lato;
    font-size: 14px;
}
    .header .logo {
        padding: 5px 15px;
        align-self: center;
    }
    .header .menu {
        text-align: right;
        padding-right: 15px;
        align-self: center;
    }
        .header .menu ul {
        }
            .header .menu ul li {
                list-style: none;
                position: relative;
                display: inline-block;
                margin-left: 24px;
                vertical-align: middle;
            }
                .header .menu ul li:last-child {
                    margin-right: 0px;
                }
        .header .menu ul li a {
            font-weight: 600;
            color: #ff6260;
            text-transform: uppercase;
            text-decoration: none;
            transition: color .5s;
            font-size: 16px;
        }
        .header .menu ul li a:hover {
            color: #fff;
            transition: color .5s;
        }
                .header .menu ul li ul.sub-menu {
                    position: absolute;
                    display: block;
                    right: 0;
                    z-index: 2000;
                    border-top: 10px solid #3c404b;
                }
                .header .menu ul li ul.sub-menu.fan-cult {
                    left: -54px;
                    right:initial;
                }
            .header .menu ul li ul.sub-menu li {
                width: 175px;
                text-align: left;
                padding: 10px 15px;
                background-color: #ff6260;
                margin: 0;  
            }
            .header .menu ul li ul.sub-menu li {
                text-align: left;
                padding: 10px 15px;
                background-color: #ff6260;
                margin: 0;
                border-bottom: 2px solid #ff7e7c;
            }
                .header .menu ul li ul.sub-menu li a {
                    color: #fff;
                    font-size: 14px;
                }
                    .header .menu ul li ul.sub-menu li a:hover {
                        color: #3c404b;
                        transition: .2s;
                    }
            .header .menu ul li ul.sub-menu li:last-of-type {
                padding-bottom: 10px;
            }
.user > a > img {
    width: 35px;
    border-radius: 50%;
}

/* Footer */
.footer-wrap {
    background-color: #a6adb4;
}
.footer {   
    padding: 30px 15px;
    font-size: 12px;
}
    .footer .logo {
        margin-bottom: 20px;
    }
    .footer a {
        color: #fff;
        transition: color .25s;
    }
        .footer a:hover {
            color: #3c404b;
            transition: color .25s;
        }
    .footer h6 {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer a {
        text-decoration: none;
    }
    .footer .bottom-links {
        display: grid;
/*        grid-template-columns: auto 400px;*/
        grid-template-columns: auto 275px;
    }
        .footer .bottom-links .site {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
        .footer .bottom-links ul li {
            list-style: none;
            margin-bottom: 10px;
        }
        .footer .bottom-links ul {
            padding: 0;
        }
    .footer .social {
        justify-self: end;
    }
    .footer .social img {
        width: 30px;
        margin-right: 45px;
    }
        .footer .social a:nth-child(2) img {
            width: 36px;
        }

.news-article.no-access h1 {
    margin: 0 0 0 0;
    padding: 40px 0 0 0;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    color: #3c404b;
}
.news-article.no-access p {
    color: #3c404b !important;
}
.news-article.no-access .join-fan-cult {
    margin-top: 50px;
}

/* Home Page */
.home {
    position: relative;
}
    .home #popup-message {
        height: 100vh;
        width: 100%;
        position: absolute;
        z-index: 1000;
        top: -65px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: hidden;
        transition: 0.5s;
        padding: 50px 25px 25px 25px;
        box-sizing: border-box;
        color: #fff;
        display: flex;
        align-content: center;
        justify-content: center;
    }
        .home #popup-message .message {
            width: 50vw;
            background-color: #e4e6e9;
            color: #000;
            padding: 15px 25px;
            max-height: 650px;
            max-width: 1000px;
        }
            .home #popup-message .message img {
                max-width: 100%;
                box-shadow: 0 0 3rem 0 rgba(0,0,0,.5);
            }
            .home #popup-message .message h1 {
                margin: 35px 0 25px 0;
                font-family: Lato;
                font-size: 40px;
                font-weight: 400;
            }
            .home #popup-message .message h2 {
                font-family: Lato;
                font-size: 32px;
                line-height: 1.25;
                color: #3c404b;
                margin: 0;
            }
            .home #popup-message .message h3 {
                font-family: Lato;
                font-size: 26px;
                line-height: 1.25;
                color: #3c404b;
                margin: 0;
            }
            .home #popup-message .message h4 {
                font-family: Lato;
                font-size: 22px;
                line-height: 1.25;
                color: #3c404b;
                margin: 0;
            }
            .home #popup-message .message h5 {
                font-family: Lato;
                font-size: 22px;
                line-height: 1.25;
                color: #3c404b;
                margin: 40px 0 20px 0;
            }
            .home #popup-message .message #close-dialog {
                font-size: 28px;
                cursor: pointer;
                float: right;
            }

            .home #popup-message .message .livestream-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-gap: 50px;
            }
            .home #popup-message .message .livestream-grid .links {
                margin-top: 30px;
            }
                .home #popup-message .message .pink-button {
                    border-radius: 3px;
                }

.hero-slider .hero-slide {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 550px;
    max-height: 550px;
}
.hero-slider .hero-captions {
    padding: 50px 15px;
}
.hero-slider a {
    text-decoration: none;
    color: #ff6260;
    font-size: 14px;
    font-weight: 600;
}
    .hero-slider div.play div {
        vertical-align: middle;
        padding-left: 2px;
        display: inline-block;
    }
.hero-slider img {
    width: initial !important;
    display: inline-block !important;
    vertical-align: middle;
}
.hero-slider h1 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    color: #ff6260;
    margin-bottom: 5px;
}
.hero-slider h2 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    font-family: Roboto;
}
.home-about {
    margin-bottom: 95px;
}
    .home-about .home-about-grid {
        margin: 0 auto;
        width: 870px;
        display: grid;
        grid-template-columns: 270px 1fr;
        grid-gap: 80px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.20);
        padding: 125px 0 65px 0;
    }
    .home-about .home-about-grid > div > img {
        width: 100%;
    }
        .home-about .home-about-grid div h1 {
            font-size: 24px;
            font-weight: 500;
            margin-top: 0;
        }
        .home-about .home-about-grid div p {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.63;
            color: #3c404b;
            margin-bottom: 30px;
        }
        .home-about .home-about-grid a {
            text-decoration: none;
            margin-right: 15px;
        }

.products h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #3c404b;
    margin-bottom: 40px;
}
.products .product {
    width: 300px;
}

.join-fan-cult {
    margin-top: 100px;
    color: #3c404b;
    padding-bottom: 100px;
}
    .join-fan-cult h1 {
        text-align: center;
        padding: 50px 0 75px 0;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
    }
    .join-fan-cult h2 {
        margin: 36px 0 15px 0;
        font-size: 24px;
        font-weight: 400;
    }
    .join-fan-cult h3 {
        margin: 0 0 15px 0;
        font-size: 24px;
        font-weight: 400;
    }
        .join-fan-cult h2 span {
            color: #ff6260;
        }
    .join-fan-cult h6 {
        margin: 20px 0 0 0;
        color: #ff6260;
        font-size: 12px;
        text-transform: uppercase;
    }
    .join-fan-cult p {
        font-size: 16px;
        line-height: 1.63;
        margin: 0;
    }
    .join-fan-cult .join-grid {
        margin: 0 140px;
        width: 1150px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 130px;
    }
    .join-fan-cult .join-bg-image {
        box-shadow: 0 0px 11px 0 rgba(142, 142, 142, 0.42);
        border: 1px solid #3c404b;
    }

    .join-fan-cult .join-bg-image {
        height: 290px;
        background-position: center center !important;
        background-size: cover !important;
        position: relative;
    }
        .join-fan-cult .join-bg-image img {
            width: 50px;
        }
        .join-fan-cult .join-bg-image .play-icon {
            position: absolute;
            border: none;
            box-shadow: none;
            margin: -25px 0 0 -25px;
            text-align: left;
            top: 50%;
            left: 50%;
        }
.join-fan-cult.home {
    background-color: #3c404b;
    color: #fff;
}
.membership-gift-link {
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
}

.eps-events {
    padding: 120px 0 80px 0;
}
    .eps-events a {
        text-decoration: none;
        color: #6b7897;
    }
    .eps-events .eps-events-grid {
        margin: 0 140px;
        padding-bottom: 80px; 
        width: 1150px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 130px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.2);
    }
    .eps-events h6 {
        font-size: 12px;
        font-weight: 600;
        margin: 0;
        color: #ff6260;
        text-transform: uppercase;
    }
    .eps-events h1 {
        font-size: 24px;
        margin: 0;
        display: inline-block;
    }
    .eps-events h2 {
        font-size: 12px;
        text-align: right;
        width: 100%;
        margin: -25px 0 60px 0;
    }
        .eps-events h2 a {
            color: #ff6260;
            font-family: 'Roboto';
            text-decoration: none;
            transition: color .25s;
        }
            .eps-events h2 a:hover {
                color: #3c404b;
                transition: color .25s;
            }
.shadow-box {
    box-shadow: 0 2px 23px 0 #e4e6e9;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all .5s;
    border: 1px solid #fff;
    min-height: 65px;
}
    .shadow-box:hover {
        box-shadow: 0 2px 23px 0 #d5d5d5;
        transition: all .5s;
        border: 1px solid #ff6260;
    }
.shadow-box img {
    max-width: 100%;
}
.eps-events .latest-ep-grid {
    display: grid;
    grid-template-columns: 1fr 25px 65px;
}
    .eps-events .latest-ep-grid h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }
    .eps-events .latest-ep-grid h4 {
        font-size: 15px;
        line-height: 1.47;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #8c96ab;
        margin: 0;
    }
    .eps-events .latest-ep-grid div.info {
        padding-right: 15px;
    }
    .eps-events .latest-ep-grid div.play {
        align-self: center;
        justify-self: center;
        margin-top: 3px;
    }
    .eps-events .latest-ep-grid div.title {
        align-self: center;
        margin-left: 5px;
    }
    .eps-events .latest-ep-grid img {
        display: inline-block;
    }
    .eps-events .latest-ep-grid h5 {
        display: inline-block;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
.eps-events .home-event-grid {
    display: grid;
    grid-template-columns: 75px 1fr 195px;
}
    .eps-events .home-event-grid h3 {
        margin: 0;
        font-size: 48px;
        color: #8c96ab;
        letter-spacing: 1.9px;
        font-weight: 600;
        text-align: center;
        margin-top: -15px;
    }
    .eps-events .home-event-grid h4 {
        margin: 0;
        font-size: 15px;
        color: #6b7897;
        letter-spacing: 0.6px;
        font-weight: 400;
        text-align: center;
        margin-top: -5px;
    }
    .eps-events .home-event-grid .loc {
        padding-left: 40px;
        align-self: center;
    }
    .eps-events .home-event-grid h5 {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.6px;
        color: #6b7897;
    }
    .eps-events .home-event-grid h6 {
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.6px;
        color: #8c96ab;
        text-transform: none;
    }
    .eps-events .home-event-grid .buttons {
        padding-left: 35px;
        align-self: center;
        justify-self: end;
    }
    .eps-events .home-event-grid a {
        margin-right: 10px;
    }
.hometown-causes {
    font-size: 16px;
    color: #3c404b;
}
.hometown-causes .hometown-causes-grid {
    margin: 0 140px;
    padding-bottom: 160px;
    width: 1150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 130px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
    .hometown-causes h6 {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        color: #ff6260;
        text-transform: uppercase;
    }
    .hometown-causes h1 {
        margin: 5px 0;
        font-size: 24px;
        font-weight: bold;
        color: #3c404b;       
    }
.twitter {
    padding-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #3c404b;
}
    .twitter .tweet {
        width: 520px;
        margin: 0 auto;
        min-height: 150px;
    }
    .twitter .tweet p {
        margin: 5px 0 0 0;
    }
.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d8d8d8 !important;
    border-radius: 10px;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d8d8d8 !important;
    border-radius: 10px;
    margin-right: 10px;
}
    .owl-dot.active {
        background-color: #3c404b !important;
    }
.newsletter-signup {
    background-image: url('/img/home/xray.jpg');
    color: #fff;
    padding: 50px 0 60px 0;
    min-height: 376px;
}
    .newsletter-signup .newsletter-form {
        width: 450px;
        margin: 0 auto;
    }
        .newsletter-signup .newsletter-form h1 {
            font-size: 36px;
            font-weight: 400;
            text-align: center;
            color: #fff;
            margin: 0 0 0 0;
        }
        .newsletter-signup .newsletter-form p {
            font-size: 18px;
            font-weight: 300;
            width: 80%;
            line-height: 1.44;
            opacity: 0.7;
            text-align: center;
            color: #fff;
            margin: 5px auto 20px auto;
        }
        .newsletter-signup .newsletter-form .buttons {
            width: 200px;
            margin: 0 auto;
            cursor: pointer;
        }
        .newsletter-signup .newsletter-form .pink-button:hover {
            border-color: #fff;
        }
    .newsletter-signup .singup-success-message p {
        color: #ff6260;
        font-weight: 400;
        margin-top: 100px;
        font-size: 22px;
    }
    .newsletter-signup .val-error {
        font-size: 15px;
        height: 50px;
        font-weight: 400;
        width: 100%;
        line-height: 1.44;
        opacity: 1;
        text-align: center;
        color: #ff6260;
        margin: 5px auto 20px auto;
    }
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

/* About Page */
    .about .about-section {
        width: 1150px;
        margin: 100px auto 90px auto;
    }
        .about .about-section img {
            width: 100%;
        }
        .about .about-section .about-grid {
            display: grid;
            grid-template-columns: 430px 1fr;
            grid-column-gap: 80px;
        }
            .about .about-section .about-grid h1 {
                font-size: 24px;
                color: #3c404b;
                font-weight: 500;
            }
            .about .about-section .about-grid p {
                font-size: 16px;
                color: #3c404b;
                font-weight: 300;
                line-height: 1.63;
            }

.about .book-section {
    color: #fff;
    background-color: #3c404b;
}
    .about .book-section .book-wrapper {
        width: 1150px;
        margin: 0 auto;
        padding: 100px 0 75px 0;
    }
    .about .book-section .book-grid {
        display: grid;
        grid-template-columns: 1fr 320px;
        grid-column-gap: 190px;
    }
        .about .book-section .book-grid h1 {
            font-size: 24px;
            color: #fff;
            font-weight: 500;
        }
        .about .book-section .book-grid p {
            font-size: 16px;
            color: #fff;
            font-weight: 300;
            line-height: 1.63;
        }
.about .pre-order-section {
    width: 1150px;
    margin: 100px auto 150px auto;
}
    .about .pre-order-section .about-presale-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 20px;
    }
    .about .pre-order-section .about-presale-grid > div {
        text-align: center;
    }
        .about .pre-order-section .about-presale-grid > div a {
            line-height: 50px;
        }
    .about .pre-order-section h1 {
        font-size: 36px;
        color: #ff6260;
        font-weight: 300;
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 20px;
        text-transform: uppercase;
    }
    .about .pre-order-section h2 {
        font-size: 24px;
        color: #3c404b;
        font-weight: 400;
        text-align: center;
        margin-bottom: 15px;
    }
.dark-wrapper {
    color: #fff !important;
    background-color: #3c404b;
}
    .dark-wrapper h1 {
        color: #fff !important;
    }
    .dark-wrapper p {
        color: #fff !important;
    }

.causes .cause {
    width: 1150px;
    margin: 0 auto;
}
    .causes .cause h1 {
        font-size: 24px;
        color: #3c404b;
        font-weight: 500;
    }
    .causes .cause p {
        font-size: 16px;
        font-weight: 300;
        color: #3c404b;
        line-height: 1.63;
    }
.causes .cause-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 80px;
    padding: 100px 0;
}
.causes .cause-grid.alt {
    grid-template-columns: 1fr 2fr;
}
.causes .cause-grid > div img {
    width: 100%;
    color: #ff6260
}

/* Episode Page */
.episode {

}
.episode .hero {
    position: relative;
}
    .episode .hero-text h1 {
        text-align: center;
        font-size: 48px;
        font-weight: 600;
        padding-top: 270px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
    }
    .episode .hero-text h2 {
        text-align: center;
        font-size: 48px;
        font-weight: 600;
        margin: 0;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
    }
    .episode .hero-text h3 {
        font-size: 32px;
        font-weight: 400;
        margin: 0;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }
    .episode .hero-text h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }
    .episode .hero-text .left h4 {
        text-align: right;
    }

    .episode .episode-hero-grid {
        width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 100px 1fr;
        grid-column-gap: 15px;
        padding-top: 15px;
    }
        .episode .episode-hero-grid .left {
            justify-self: right;
            text-align: right;
        }
        .episode .episode-hero-grid .cross {
            height: 100px;
            width: 100px;
            position: relative;
            text-align: center;
        }
            .episode .episode-hero-grid .cross:after {
                position: relative;
                content: "\d7";
                font-size: 150px;
                top: -53px;
                left: 0px;
                font-weight: 100;
                font-family: serif;
                text-align: center;
            }
    .episode .hero-text .hero-player {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
        .episode .hero-text .hero-player .jp-controls {
            width: 100px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 15px;
        }
        .episode .hero-text .hero-player .jp-controls img {
            width: 60px;
            cursor: pointer;
        }
        .episode .hero-text .hero-player .jp-seek-bar {
            background-color: rgba(255, 255, 255, 0.4);
            height: 10px;
            cursor: pointer;
        }
        .episode .hero-text .hero-player .jp-play-bar {
            background-color: #ff6260;
            height: 10px;
            float: left;
        }
        .episode .hero-text .hero-player .jp-current-time {
            float: left;
            margin: -32px 0 0 -15px;
        }
        .episode .hero-text .hero-player .block {
            float: left;
            background-color: #fff;
            width: 4px;
            height: 20px;
            margin-top: -10px;
        }
    .episode .home-about .home-about-grid div p {
        margin-bottom: 10px;
        min-height: 152px;
        max-height: 152px;
    }

    .episode .home-about .home-about-grid {
        border: none;
    }
    .episode .header-image {
        background-position: center center !important;
        background-size: cover !important;
    }
    .episode .header-image h1 {
        font-size: 60px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 6px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        padding: 200px 0;
    }
    .episode .notes-grid {
        width: 1150px;
        margin: 60px auto;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-column-gap: 125px;
    }
    .episode .notes-grid img {
        max-width: 100%;
        margin-bottom: 30px;
    }
        .episode .notes-grid p {
            font-size: 16px;
            line-height: 1.63;
            color: #3c404b;
        }
    .episode .hoorays {
        padding: 50px 0 75px 0;
        background-color: #3c404b;
        color: #fff;
    }
        .episode .hoorays .hoorays-grid {
            width: 1150px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 125px;
        }
            .episode .hoorays h1 {
                font-size: 24px;
                color: #fff;
                font-weight: 300;
                margin: 0 0 50px 0;
                color: #fff;
                text-align: center;
            }
            .episode .hoorays .hoorays-grid h2 {
                font-size: 24px;
                color: #fff;
                font-weight: 400;
                margin: 0;
            }
            .episode .hoorays .hoorays-grid p {
                font-size: 16px;
                line-height: 1.63;
                margin: 15px 0;
            }
            .episode .hoorays .hoorays-grid a {
                color: #ff6260;
                transition: color .25s;
                text-decoration: none;
            }
                .episode .hoorays .hoorays-grid a:hover {
                    color: #fff;
                    transition: color .25s;
                }
    .episode .corrections-corner {
        margin: 120px auto 0 auto;
        width: 1150px;
        border-bottom: 1px solid #ccc;
    }
    .episode .corrections-corner h1 {
        font-size: 24px;
        color: #3c404b;
        text-align: center;
        font-weight: 500;
        margin: 0 0 50px 0;
    }
        .episode .corrections-corner .correction {
            width: 520px;
            margin: 0 auto;
        }
        .episode .corrections-corner .correction h2 {
            margin: 0;
            font-size: 24px;
        }
            .episode .corrections-corner .correction h6 {
                margin-bottom: 5px;
            }
            .episode .corrections-corner .correction p {
                margin: 15px 0;
                font-size: 16px;
                line-height: 1.63;
                color: #3c404b;
                font-weight: 300;
                min-height: 150px;
            }
            .episode .corrections-corner .owl-dots {
                padding-bottom: 60px;
            }
    .episode .references {
        padding: 100px 0 75px;        
    }
    .episode .references-grid {
        width: 1150px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 125px;
    }
    .episode .references-grid p {
        margin: 5px 0;
    }
        .episode .references-grid p a {
            color: #ff6260;
            transition: color .25s;
            font-size: 16px;
        }
        .episode .references-grid p a:hover {
            color: #3c404b;
            transition: color .25s;
        }

.episodes {
    min-height: 800px;
    padding-bottom: 250px;
}
.events {
    min-height: 800px;
    padding-bottom: 250px;
}
.savings {
    min-height: 800px;
    padding-bottom: 250px;
}

.recommendations .recommendations-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    justify-items: start;
}
.recommendations .recs {
    padding: 50px 0;
}
.legal {
    font-size: 16px;
    color: #3c404b;
    line-height: 1.63;
}

.login {

}
.login h2 {
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
    .login .login-grid {
        display: grid;
        grid-template-columns: 425px 1fr ;
    }
        .login .login-grid div.image {
            background: url('../img/vonswank.jpg');
            background-position: 50% 50% !important;
            background-size: cover !important;
            min-height: 800px;
        }
    .login .login-bg {
        background-color: #070604;
        padding: 15px 2px;
        /*border-right: 1px solid #808080;*/
    }
        .login .login-bg .login-box {
            background-color: #3c404b;
            color: #fff;
            border-radius: 5px;
            padding: 25px 15px 40px 15px;
            height: 100vh;
            min-height: 900px;
        }
        .login .login-bg .login-box .logo {
            margin: 15px auto 50px auto;
        }
            .login .login-bg .login-box img {
                width: 100%;
            }
    .login input {
        font-size: 18px;
        color: #3c404b;
        padding: 12px 14px;
        border-radius: 4px;
        border: none;
        width: 100%;
        border: 1px solid #fff;
    }
    .login label {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 300;
    }
.login-error {
    background-color: #a52128;
    padding: 10px 10px;
    border-radius: 3px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}
.post-error {
    background-color: #ff6260;
    padding: 10px 10px;
    border-radius: 3px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}
.success-message {
    background-color: #ff6260;
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff; 
    margin-bottom: 20px;
    font-size: 16px;
}
    .success-message a {
        color: #3c404b;
    }
.forgot-password-box {
    margin: 50px 0 0 0;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #6f6f6f;
}
.no-account-box {
    text-align: center;
}
#login {
    display: inline-block;
    width: 200px;
}
.cancel-login {
    display: inline-block;
    padding-left: 15px;
}
.register-question .content {
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}
.register-question p {
    margin: 5px 0 0 0;
}
.register-question h3 {
    font-size: 20px;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #ccc;
}
.register-question a {
    display: block;
    margin-bottom: 15px;
}

.registration-success {
    text-align: center;
}
    .registration-success h1 {
        color: #fff;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .registration-success h3 {
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .registration-success p {
        padding-bottom: 50px;
        border-bottom: 1px solid #fff;
    }
.resend-link {
    width: 275px;
    margin: 0 auto;
}


.profile {

}
    .profile .form-group select {
        font-size: 18px;
    }
.profile .profile-bg {
    background: url('../img/profile/profile1_bg.jpg');
    background-position: 50% 50% !important;
    background-size: cover !important;
    padding: 150px 0 15px 0;
    min-height: 950px;
}
    .profile .profile-box {
        background-color: #fefefe;
        padding: 20px 15px;
        color: #3c404b;
        border: 1px solid #ccc;
        box-shadow: 0 2px 20px 0 rgba(34, 37, 43, 0.1);
        position: relative;
    }
    .profile .loading {
        position: absolute;
        top: 0;
        width: calc(100% + 2px);
        background-color: rgba(255, 255, 255, 0.6);
        height: calc(100% + 36px);
        margin: -31px 0 35px -16px;
    }
        .profile .loading > div {
            text-align: center;
        }
    .profile .loading img {
        margin-top: 150px;
        width: 100px;
    }
    .profile .profile-image {
        margin: -125px 0 0 0;
        border-radius: 50%;
        width: 125px;
        position: relative;
    }
        .profile .profile-image img {
            border-radius: 50%;
            border: 1px solid #ccc;
            width: 100%;
            box-shadow: 0 2px 17px 0 rgba(34, 37, 43, .5);
        }
        .profile .profile-image .change-image {
            position: absolute;
            bottom: 2px;
            border-radius: 12px;
            font-weight: 500;
            width: 30px;
            text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
            text-align: center;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 14px;
            fill: #ffffff;
            background-color: rgba(0, 0, 0, 0.4);
            padding: 5px 0;
            margin-left: calc(50% - 12px);
        }
    .profile .profile-name h1 {
        color: #3c404b;
        margin: -83px 0 55px 140px;
        font-weight: 400;
        font-size: 30px;
        cursor: pointer;
    }
    .profile .initials {
        width: 128px;
        height: 116px;
        padding-top: 12px;
        font-size: 50px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #3c404b;
        color: #fff;
        background-color: #ff6260;
        line-height: 2;
    }
.profile-image.sm {
    margin: 0;
    width: 20px;
    cursor: pointer;
}
    .profile-image.sm .initials {
        width: 30px;
        height: 30px;
        padding-top: 0;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 2.5;
        background-color: #d9534f;
        border: 2px solid #fff;
    }
.profile label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #3c404b;
}
    .profile input,
    .profile select,
    .profile textarea {
        border: 1px solid #ccc;
    }
    .profile label.fu {
        width: 274px;
        color: #fff;
    }
        .profile label.fu:hover {
            color: #ff6260;
            transition: all .25s;
        }
        .profile label.fu svg {
            fill: #fff;
            transition: all .25s;
        }
        .profile label.fu:hover svg {
            fill: #ff6260;
            transition: all .25s;
        }

.profile .command-buttons {
    margin: 0px 0 -1px 0;
}
    .profile .command-button {
        font-size: 16px;
        font-size: 14px;
        text-transform: uppercase;
    }
        .profile .command-button.active {
            background-color: #fff;
            border-bottom: 1px solid #fff;
            color: #ff6260;
            position: relative;
            z-index: 100;
        }
    .profile .command-grid {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-column-gap: 25px;
    }
    .profile .profile-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 70px;
    }
        .profile .profile-grid h2,
        .profile .panel h2 {
            font-weight: 400;
            font-size: 24px;
            border-bottom: 1px solid #ccc;
            margin-top: 5px;
        }
.notification-panel label {
    font-size: 18px;
    margin-bottom: 0;
}
.notification-panel .form-group {
    margin-bottom: 20px;
}
.view-codes-panel .code {
    margin: 0;
    padding: 20px 10px;
    border: 1px solid #ccc;
    background-color: #fefefe;
    margin-bottom: 20px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
}
.view-codes-panel h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.profile fieldset {
    border: none;
}

.profile-item-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
    .profile-item-grid > div.code-box {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        padding: 10px 15px;
        max-width: 500px;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
    }
        .profile-item-grid > div.code-box h4 {
            font-size: 16px;
            margin-bottom: 5px;
            font-family: Roboto;
        }
        .profile-item-grid > div.code-box h6 {
            text-align: right;
            color: #aaa;
            text-transform: unset;
            margin-top: 10px;
        }
        .profile-item-grid > div.code-box label {
            font-size: 16px;
            margin-bottom: 5px;
        }
    .profile-item-grid > div.addy-box {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        padding: 5px 10px;
        max-width: 500px;
        box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .profile-item-grid > div .actions {
        align-self: center;
    }
    .profile-item-grid > div.addy-box h1 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }
        .profile .btn {
            border: solid 1px #ff6260;
            border-radius: 0px;
            padding: 7px 30px;
            text-decoration: none;
            color: #fff !important;
            font-size: 14px;
            text-transform: uppercase;
            transition: all .5s;
            text-align: center;
            letter-spacing: 0.6px;
            cursor: pointer;
            background-color: #ff6260;
            border-radius: 3px;
        }
        .profile .btn.grey {
            border: solid 1px #3c404b;
            color: #fff !important;
            background-color: #3c404b;
        }
            .profile .btn.grey:hover {
                border: solid 1px #3c404b;
                background-color: #272930;
            }
        .profile .btn:hover {
            transition: all .5s;
            background-color: #dd5957;
        }
.profile-item-grid > div.addy-box .btn {
    margin: 0;
}

.profile-item-grid > div.cc-box {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    max-width: 500px;
    box-shadow: 0 2px 7px 0 rgba(34, 37, 43, 0.1);
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-content: center;
}
.profile-item-grid > div.cc-box > div:nth-child(1) {
    align-self: center;
}



/* Hometown */
.hometown {
    min-height: 800px;
    padding-bottom: 75px;
}
    .hometown .hometown-form {
        border-top: 1px solid #ff6260;
        border-bottom: 1px solid #ff6260;
        padding: 50px;
    }
    .hometown label {
        width: 100%;
        font-weight: 500;
    }
.hometown input[type=text] {
    border: 1px solid #ccc;
    max-width: 450px;
}
    .hometown textarea {
        border: 1px solid #ccc;
    }
.hometown .val-error {
	font-size: 15px;
	/*height: 50px;*/
	font-weight: 400;
	width: 100%;
	line-height: 1.44;
	opacity: 1;
	text-align: center;
	color: #ff6260;
	margin: 5px auto 20px auto;
}
.submit-success-message {
    margin: 25px 0 0 0;
    padding: 10px 15px;
    background-color: #ff6260;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.submit-success-message a {
    color: #3c404b;
}

/* News Section */

.news {
    min-height: 800px;
}
    .news h2 {
        text-align: center;
        font-size: 24px;
        margin-top: 80px;
        font-weight: 400;
    }
        .news h2 span {
            cursor: pointer;
            transition: all .25s;
        }
        .news h2 span:hover {
            color: #ff6260;
            transition: all .25s;
        }
            .news h2 span.active {
                color: #ff6260;
            }
        .news h2 #live-full-list {
            font-size: 14px;
        }
    .news .news-grid {
        margin-top: 80px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 90px;
        margin-bottom: 50px;
    }
        .news .news-grid.list {
            margin-top: 80px;
            display: grid;
            grid-template-columns: 1fr;
            grid-row-gap: 10px;
            margin-bottom: 50px;
        }
        .bg-image {
            height: 290px;
            background-position: center center !important;
            background-size: cover !important;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
        }
        .bg-image img {
            width: 50px;
        }
            .bg-image .play-icon {
                margin: -25px 0 0 -25px;
                text-align: left;
                top: 50%;
                left: 50%;
                position: absolute;
            }

        .news .news-grid p {
            color: #3c404b;
            line-height: 1.63;
            font-size: 16px;
        }
        .news .news-buttons {
            width: 300px;
            margin: 0 auto;
            margin-bottom: 50px;
        }
.news .news-grid div.article-list-item a {
    box-shadow: 0 2px 25px 0 #e4e6e9;
    border: 1px solid #ccc;
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.news .news-grid div.article-list-item a h6 {
    margin-bottom: 10px;
}

.news .fan-cult-ex-container {
    text-align: center;
}

/* News article */
.news-article {
    padding-bottom: 60px;
    min-height: 800px;
}
    .news-article h2 {
        text-align: center;
        margin: 60px 0;
        font-size: 38px;
    }
    .news-article h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .news-article .two-col.article {
        grid-gap: 90px;
    }
    .news-article .two-col.article img {
        width: 100%;
    }
    .news-article .two-col.article div:nth-child(2) {
        padding-top: 20px;
    }
    .news-article p {
        margin: 0;
        font-size: 16px;
        line-height: 1.63;
        color: #3c404b;
    }
    .news-article .press-link {
        margin: 10px 0;
        font-size: 16px;
    }
    .news-article .video-images {
        margin-top: 50px;
    }
    .news-article h1 {
        margin-bottom: 15px;
    }
    .news-article .video-images img {
        width: 100%;
        margin-bottom: 10px;
    }

/* Survey Page */
    .news-article .two-col.survey {
        grid-template-columns: 1fr;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }
    .news-article .two-col.survey img {
        max-width: 100%;
    }
    .news-article .survey .question {
        margin-bottom: 100px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .news-article .survey .question-text p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        /* box-shadow: 0 5px 10px 0 #e4e6e9; */
        padding: 10px 0px;
        border-bottom: 3px solid #ff6260;
        /* border-left: 5px solid #ff6260; */
        padding-right: 200px;
        margin-left: 20px;
    }
    .news-article .survey .max-choices {
        text-align: right;
        font-size: 18px;
        background-color: #ff6260;
        color: #fff;
        padding: 3px 10px;
        margin-bottom: 10px;
        border-radius: 3px;
        float: right;
        margin-top: -50px;
    }
    .news-article .survey .answers {
        display: grid;
        grid-gap: 10px;
        margin-left: 20px;
        clear: both
    }
        .news-article .survey .answers.two {
            grid-template-columns: 1fr 1fr;
        }
            .news-article .survey .answers.two .image-answer .image {
                min-height: 640px;
            }
        .news-article .survey .answers.three {
            grid-template-columns: 1fr 1fr 1fr;
        }
            .news-article .survey .answers.three .image-answer .image {
                min-height: 400px;
            }
        .news-article .survey .answers.four {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
            .news-article .survey .answers.four .image-answer .image {
                min-height: 280px;
            }
        .news-article .survey .answers.five {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
            .news-article .survey .answers.five .image-answer .image {
                min-height: 190px;
            }
        .news-article .survey .answers.six {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        }
            .news-article .survey .answers.six .image-answer .image {
                min-height: 130px;
            }
        .news-article .survey .answers .image-answer {
            box-shadow: 0 5px 10px 0 #e4e6e9;
            position: relative;
            cursor: pointer;
            border: 3px solid #fff;
        }
            .news-article .survey .answers .image-answer.active {
                border: 1px solid #e0e0e0;
                box-shadow: 0 5px 10px 0 #e4e6e9;
                position: relative;
                cursor: pointer;
                border: 3px solid #d9534f;
            }
            .news-article .survey .answers .image-answer .image {
                min-height: 400px;
                background-position: center center !important;
                background-size: cover !important;
                padding: 30px;
            }
            .news-article .survey .answers .image-answer .caption {
                position: relative;
                bottom: 0;
                background-color: #3c404b;
                color: #fff;
                padding: 10px 15px;
            }
            .news-article .survey .answers .image-answer .votes {
                position: absolute;
                top: 0;
                font-size: 18px;
                background-color: #ff6260;
                color: #fff;
                padding: 3px 10px;
                border-radius: 3px;
                margin: 10px;
            }
    .news-article .survey .text-answer {
        cursor: pointer;
        border: 1px solid #ccc;
        box-shadow: 0 5px 10px 0 #e4e6e9;
        padding: 10px 15px;
    }

        .news-article .survey .text-answer.active {
            border: 3px solid #d9534f;
            padding: 8px 13px;
        }

    .news-article .survey .answer-text {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .news-article .survey .answer-text .votes {
        text-align: right;
        font-size: 16px;
        font-weight: 600;
        align-self: center;
    }
    .news-article .survey .answer-bar {
        background-color: #ff6260;
        height: 10px;
        margin-top: -20px;
    }
    .news-article .survey .submit-answers {
        margin-top: 20px;
        width: 400px;
        margin-left: 20px;
        border-radius: 5px;
    }
    .news-article .survey .thanks h1 {
        margin: 20px 0 0 20px;
    }
    .news-article .survey .upgrade  {
        font-size: 16px;
        font-weight: 600;
        margin: 20px 0 0 20px;
    }

/* No Access Partial */
.no-access h1 {
    font-size: 32px;
    text-align: left;
    color: #3c404b !important;
    margin-top: 60px;
}
.two-col.join-fan-cult {
    padding: 0 0 50px 0;
}
    .two-col.join-fan-cult h2 {
        margin-top: 0;
        color: #ff6260;
        text-align: left;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .two-col.join-fan-cult img {
        box-shadow: 0 0px 16px 0 #8e8e8e;
        border: 1px solid #3c404b;
    }

/* Fan Cult */
.contests {
    padding: 50px 0 80px 0;
}
    .contests h1 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 50px;
        text-align: center;
        font-weight: 400;
    }
    .contests .contests-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 70px;
        grid-row-gap: 100px;
    }
        .contests .contests-grid h2 {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.08;
        }
        .contests .contests-grid p {
            font-size: 16px;
            line-height: 1.63;
            font-weight: 400;
        }
    .contests .entered-contest {
        font-size: 18px;
        color: #ff6260;
        padding-top: 14px;
    }
    .contests .winners {
        font-size: 20px;
    }
    .contests .winners span {
        font-weight: 500;
        color: #ff6260;
    }

.latest-posts {
    padding: 115px 0;
}
.latest-posts-header-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
    .latest-posts-header-grid div:nth-child(2) {
        text-align: right;
    }
    .latest-posts h1 {
        font-size: 24px;
        line-height: 1.08;
        margin-bottom: 50px;
    }


.post-list {
    box-shadow: 0 2px 23px 0 #e4e6e9;
}
        .post-list .post-list-item {
            padding: 25px 30px;
            border: 1px solid #fff;
            border-bottom: 1px solid #e4e6e9;
            transition: all .25s;
        }
            .post-list .post-list-item:hover {
                border: 1px solid #ff6260 !important;
                transition: all .25s;
            }
            .post-list .post-list-item.pinned:hover {
                border-left: 3px solid #ff6260 !important;
                transition: all .25s;
            }
        .post-list .post-list-item.pinned {
            padding: 25px 28px;
            border-left: 3px solid #ff6260;
        }
        .post-list .post-list-item-grid {
            cursor: pointer;
            display: grid;
            grid-template-columns: 1fr 75px 75px;
            align-items: center;
        }
        .post-list .post-list-item-grid.pinned {
            grid-template-columns: 1fr 65px 75px 75px;

        }
            .post-list .post-list-item-grid h3 {
                font-size: 18px;
                letter-spacing: 0.6px;
                color: #6b7897;
                font-weight: 700;
                padding-right: 30px;
                margin: 0 0 5px 0;
            }
            .post-list .post-list-item-grid h4 {
                font-size: 14px;
                color: #8c96ab;
                font-weight: 400;
                font-family: 'Roboto';
                margin: 0;
            }
            .post-list .post-list-item-grid h4 span {
                color: #8c96ab;
            }
            .post-list .post-list-item-grid img {
                width: 20px;
            }
            .post-list .post-list-item-grid div.counts {
                font-size: 14px;
                font-weight: 500;
                color: #ff6260;
            }
                .post-list .post-list-item-grid div.counts div {
                    margin: -17px 0 0 25px;
                }

/* forums */
.forums  {
    min-height: 800px;
    padding-bottom: 60px;
}
    .forums .hero {
        min-height: 200px;
        max-height: 200px;
    }
    .forums .hero h1 {
        text-align: center;
        padding-top: 70px;
        width: 100%;
    }
    .forums h2 {
        font-size: 24px;
        color: #3c404b;
        margin: 30px 0;
    }
    .forums h6 {
        text-decoration: underline;
        margin: 30px 0 5px 0;
    }
    .forums input[type=text] {
        border: 1px solid #ccc;
        border-radius: 0;
        margin-bottom: 10px;
    }
    .forums .posting-message {
        text-align: center;
        padding: 20px;
        border: 1px solid #ff6260;
        border-radius: 5px;
    }
    .forums .posting-message h1 {
        color: #ff6260;
    }
        .forums .posting-message h3 {
            color: #ff6260;
        }
    .forums .post-titles {
        margin-bottom: 25px;
    }
        .forums .post-titles h6 {
            text-decoration: none;
            margin-bottom: 0;
            font-size: 14px;
        }
        .forums .post-titles h2 {
            margin: 0;
            color: #3c404b;
            font-weight: 700;
            border-bottom: 1px solid #ccc;
            letter-spacing: 0.5px;
            padding-right: 15px;
            padding-bottom: 5px;
        }
        .forums .post-titles h5 {
            margin-top: 2px;
            font-size: 14px;
            color: #3c404b;
            font-weight: 400;
            letter-spacing: 0.5px;
            font-family: 'Roboto';
        }
    .forums .post-body {
        color: #3c404b;
        line-height: 1.63;
        font-size: 16px;
        overflow-wrap: break-word;
    }
    .forums .post-body img {
        max-width: 100%;
    }

    .forums .post-wrapper {
        padding: 20px 25px 50px 25px;
        box-shadow: 0 2px 23px 0 #e4e6e9;
    }

    .forums .command-grid {
        display: grid;
        grid-template-columns: 30px 1fr 180px;
        margin: 15px 0;
    }
    .forums .command-grid img {
        width: 20px;
        cursor: pointer;
    }
        .forums .command-grid .flag {
            justify-self: end;
            align-self: center;
            font-size: 16px;
            
        }
        .forums .command-grid .likes {
            cursor: pointer;
        }
    .forums .like-panel {
    }
        .forums .like-panel h6 {
            margin-bottom: 10px;
            text-decoration: none;
        }
    .forums .like-box {
        background-color: #ff6260;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
        line-height: 2.5;
    }
    .forums .comment-form-box {
        margin: 20px 0;
    }
    .forums .comment-form-box h3 {
        font-weight: 400;
        color: #3c404b;
        margin-bottom: 0;
        font-family: Roboto;
    }
        .forums .comment-form-box textarea {
            border: 1px solid #ccc;
            width: 100%;
            padding: 10px 15px;
            font-size: 16px;
            box-sizing: border-box;
        }
    .forums .please-wait {
        border: 1px solid #ccc;
        color: #ff6260;
        height: 220px;
        border-radius: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-size: 16px;
    }
    .forums .please-wait div {
        padding-top: 75px;
    }
        .forums .please-wait h1 {
            margin: 0;
            color: #ff6260;
            font-weight: 500
        }
        .forums .please-wait h2 {
            margin: 0;
            color: #ff6260;
            font-weight: 400;
        }
    .forums .post-comments {
        margin: 30px 0;
    }
        .forums .post-comments h3 {
            border-bottom: 1px solid #ccc;
            font-family: Roboto;
            text-transform: uppercase;
        }
        .forums .post-comments .comment-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-bottom: 1px solid #ccc;
            margin-bottom: 10px;
        }
        .forums .post-comments .comment-grid:last-of-type {
            border-bottom: none;
        }
            .forums .post-comments .comment-grid div:nth-child(1) {
                font-weight: 400;
                color: #888;
                font-size: 12px;
                padding-bottom: 1px;
            }
            .forums .post-comments .comment-grid div:nth-child(2) {
                font-weight: 400;
                color: #888;
                justify-self: end;
                font-size: 12px;
            }
        .forums .post-comments .body {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 1.47;
        }

    .forums .comment-box {
        margin-bottom: 10px;
    }

        .forums .comment-box .box {
            margin-bottom: 10px;
            padding: 20px 25px;
            box-shadow: 0 2px 5px 0 #e4e6e9;
            border: 1px solid #ccc;
        }
    .forums .sub-comments {
        padding: 0 0 0 35px;
    }
    .forums .sub-comment-form textarea {
        border: 1px solid #ccc;
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .forums .comment-please-wait {
        padding: 6px 10px;
        /*border: 1px solid #ff6260;*/
        border-radius: 5px;
        color: #ff6260;
        font-weight: 500;
    }
    .forums .comment-box-sub.hilight .box {
        border: 2px solid #ff6260;
    }
figcaption {
    font-weight: 500;
    background-color: #3c404b;
    margin-top: -5px;
    color: #fff;
    padding: 5px 10px;
}
figure {
    margin: 0;
}
.forums .search-query-container {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 1fr 107px;
    margin-bottom: 15px;
}
    .forums .search-query-container button {
        padding: 11px 26px;
        border-radius: 5px;
        margin-left: -6px;
    }
    .forums .search-query-container input[type="text"] {
        font-size: 16px;
        font-family: 'Roboto';
        padding: 10px 15px;
        border-radius: 5px;
        border: 2px solid #ff6260;
        color: #ff6260;
    }
    .forums .search-query-container input[type="text"]:focus {
        border: 2px solid #ff6260 !important;
    }
    .forums .search-query-container input[type="text"]::placeholder {
        color: rgba(255, 98, 96, 0.50);
    }

.forums #search-results #search-results,
.forums #search-results #no-results {
    font-size: 16px;
    text-align: center;
} 

    .forums #search-results .shadow-box {
        border-radius: 0;
        border: none;
        overflow-wrap: break-word;
    }
    .forums #search-results .shadow-box:hover {
        border: none;
    }
        .forums #search-results .shadow-box h1 {
            border-bottom: 1px solid #ccc;
            font-size: 20px;
        }
        .forums #search-results .shadow-box a.result-link {
            color: #3c404b;
        }
.forums #show-more {
    width: 300px;
    margin: 30px auto;
}

.forums.new #create-discussion {
    border-radius: 3px;
}
.forums.new .search-query-container button:focus {
    padding: 11px 26px;
    border-radius: 5px;
    margin-left: -6px;
    border: solid 2px #a94645 !important;
}

.forums.new .post-list .post-list-item-grid h5 {
    font-size: 12px;
    color: #8c96ab;
    font-weight: 400;
    margin: 3px 0 0 0;
    font-family: Roboto;
}

.forums.new .post-list .post-list-item {
    border-bottom: 1px solid #e4e6e9;
}
.forums.new .km-list > li {
    padding: 0;
}
.forums.new .post-list .post-list-item-grid div.counts span {
    font-size: 24px;
}
.forums.new .post-list .post-list-item-grid div.counts div {
    margin: -21px 0 0 36px;
    font-size: 14px;
}

.forums.new .command-grid .likes span {
    cursor: pointer;
    color: #ff6260;
    font-size: 24px;
    margin-left: 5px;
}
.forums.new .command-grid #like-count {
    color: #ff6260;
    font-size: 20px;
    margin: 5px 0 0 5px;
    font-weight: 700;
}

.forums.new input[type="file"] {
    display: block;
}
/*.forums.new .discussion-post input[type="text"] {
    border: none;
    border-bottom: 2px solid #ccc;
}
.forums.new .discussion-post input[type="text"]:focus {
    border: none !important;
    border-bottom: 2px solid #000 !important;
}*/
.forums.new .discussion-post h6 {
    color: #3c404b;
    text-decoration: none;
    margin: 10px 0 5px 0;
}

.forums.new .pin-top {
    margin: 10px 0 20px 0;
}

.forums.new .photo-upload {
    margin: 10px 0 20px 0;
}

.forums.new .post-buttons .btn {
    font-family: Roboto;
    margin-right: 7px;
    border-radius: 5px;
}
.forums.new .photo-upload .image-preview {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}

.forums.new .photo-upload .k-file-name-size-wrapper {
    display: inline-block;
    padding: 10px;
    box-shadow: 0 2px 15px 0 #e4e6e9;
    border: 1px solid #ccc;
    width: 125px;
    margin: 5px;
}
.forums.new .hint {
    font-size: 12px;
    font-style: italic;
    color: #888;
    margin: 5px 0 25px 5px;  
}
.forums.new .validation,
.forums.new .reply-validation {
    font-size: 14px;
    color: #fff;
    background-color: #ff6260;
    font-family: Roboto;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    border-radius: 3px;
}
.forums.new .k-form-error {
    font-style: normal;
    margin-top: 5px;
}
.forums.new #discussion-title {
    margin-bottom: 0;
}

.forums.new .forum-message {
    background-color: #20a000;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 25px 0;
    box-shadow: 0 2px 23px 0 #e4e6e9;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: Roboto;
}

.forums.new .command-grid {
    grid-template-columns: 30px 1fr 1fr;
}
.forums.new .command-grid .flag {
    color: #ff6260;
    font-size: 16px;
    cursor: pointer;
}
    .forums.new .command-grid .flag > span > span {
        font-family: Roboto;
        font-size: 16px;
        padding-left: 5px;
        font-weight: 600;
    }
.forums.new #post-comment {
    font-family: Roboto;
    margin-right: 7px;
    border-radius: 3px;
}

.forums.new #comment-list.k-listview {
    border: none;
}
.forums.new .comment-box .body {
    color: #000;
}
    .forums.new .comment-box .body .quote {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-size: 12px;
        border: 1px solid #ddd;
        padding: 7px 10px;
        background-color: #eaeaea;
        margin: 0 10px 7px 10px;
    }
        .forums.new .comment-box .body .quote h6 {
            margin: 0 0 5px 0;
            color: #3c404b;
            text-decoration: none;
            font-style: italic;
            padding: 0;
        }
    .forums.new .comment-box .reply-area .quote {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-size: 12px;
        border: 1px solid #ddd;
        padding: 7px 10px;
        background-color: #eaeaea;
        margin: 0 10px 7px 10px;
    }

        .forums.new .comment-box .reply-area .quote h6 {
            margin: 0 0 5px 0;
            color: #3c404b;
            text-decoration: none;
            font-style: italic;
            padding: 0;
        }

.forums.new .comment-grid.actions {
    border: none;
}
.forums.new .comment-grid.actions {
    border: none;
    margin: 15px 0 0 -10px;
    font-size: 12px;
    grid-template-columns: max-content max-content max-content max-content;
    justify-content: end;
}
    .forums.new .comment-grid.actions.is-staff {
        grid-template-columns: max-content max-content max-content max-content max-content;
    }
.forums.new .comment-grid.actions > div {
    color: #3c404b !important;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 3px;
    margin-top: 10px
}
    .forums.new .comment-grid.actions > div:hover {
        background-color: #e8e8e8;
    }
    .forums.new .comment-grid.actions .like-comment {
        justify-self: flex-start;
    }
        .forums.new .comment-grid.actions .like-comment span:hover {
            color: #ff6260;
        }
        .forums.new .comment-grid.actions .like-comment:hover {
            background-color: transparent;
        }
.forums.new .comment-grid.actions > div > span {
    margin-right: 5px;
    color: #ff6260;
}
.forums.new .reply-area {
    border: 1px solid #ccc;
    margin-bottom: 0;
    margin: 0 0 25px 3px;
    padding: 5px 15px;
    box-shadow: 0 2px 10px 0 #e4e6e9;
}
    .forums.new .reply-area blockquote {
        margin: 0 5px 10px 10px;
        font-size: 12px;
        border: 1px solid #ddd;
        padding: 7px 10px;
        background-color: #eaeaea;
    }
    .forums.new .reply-area button.pink-button {
        border-radius: 3px;
        margin: 10px 5px 10px 0;
    }
    .forums.new .reply-area .cancel-reply {
        color: #ff6260;
        cursor: pointer;
        font-weight: 500;
    }
    .forums.new .reply-area .quote-area {
        border: 1px solid rgba(0,0,0,0.06);
        border-bottom: none;
        padding: 5px;
        background-color: #f6f6f6;
    }
        .forums.new .reply-area .quote-area h6 {
            margin: 0 0 0 10px;
            color: #3c404b;
            text-decoration: none;
            font-style: italic;
            padding: 3px 3px 0 3px;
        }
    .forums.new .reply-area h3 {
        border: none;
        margin: 5px 0 5px;
        font-family: Roboto;
        font-size: 14px;
        text-transform: uppercase;
    }
.forums.new .comment-box {
    display: grid;
    grid-template-columns: 15px 1fr;
    padding: 10px 10px 0px 0;
    /*box-shadow: 0 2px 5px 0 #e4e6e9;*/
    border: 1px solid #eaeaea;
    background-color: #fff;
    margin-left: 7px;
    margin-bottom: 0;
    margin-top: 15px;
}
    .forums.new .comment-box .comment-box {
        background-color: #f8f8f8;
    }
        .forums.new .comment-box .comment-box .comment-box {
            background-color: #fff;
        }
            .forums.new .comment-box .comment-box .comment-box .comment-box {
                background-color: #f8f8f8;
            }
                .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box {
                    background-color: #fff;
                }
                    .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box {
                        background-color: #f8f8f8;
                    }
                        .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box {
                            background-color: #fff;
                        }
                            .forums.new .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box .comment-box {
                                background-color: #f8f8f8;
                            }

.forums.new .comment-box > div:nth-child(1) {
    cursor: pointer;
    padding-bottom: 0;
    margin-left: -19px;
    margin-top: -11px
}

    .forums.new .comment-box .box {
        padding: 0;
        border: none;
        box-shadow: none;
        padding-left: 0px;
        margin-bottom: 0;
    }
    .forums.new .comment-box .comment-bar > div {
        background-color: #ccc;
        width: 2px;
        margin: 0 auto;
        height: 100%;
        transition: all .25s;
    }
    .forums.new .comment-box .expand-bar {
        display: none;
        transition: all .25s;
        margin-top: 0px;
        margin-left: -22px;
    }
    .forums.new .comment-box .comment-bar:hover > div {
        background-color: #ff6260;
        transition: all .25s;
    }
    .forums.new .comment-box.collapsed {
        padding: 10px 25px 0 15px;
        background-color: #efefef;
    }
        .forums.new .comment-box.collapsed .comment-bar {
            display: none;
        }
        .forums.new .comment-box.collapsed .comment-grid div:nth-child(1) {
            margin-left: -10px;
        }
        .forums.new .comment-box.collapsed .comment-grid {
            border: none;
        }
        .forums.new .comment-box.collapsed .comment-grid.actions {
            display: none;
        }
        .forums.new .comment-box.collapsed .body {
            display: none;
        }
        .forums.new .comment-box.collapsed .sub-comments {
            display: none;
        }
        .forums.new .comment-box.collapsed .reply-area {
            display: none;
        }
        .forums.new .comment-box.collapsed .static-images {
            display: none;
        }
        .forums.new .comment-box.collapsed .expand-bar {
            display: block;
            cursor: pointer;
            margin-top: 1px;
        }
            .forums.new .comment-box.collapsed .expand-bar:hover {
                color: #ff6260;
                transition: all .25s;
            }

.forums.new .sub-comments {
    padding: 10px 0 0 0;
    margin-right: -11px;
}
.forums.new #comment-list {
    min-height: 100px;
}
.forums.new #discussion-list {
    min-height: 100px;
}
.forums.new #no-discussions {
    padding: 20px;
    font-size: 16px;
}
.forums.new .post-list .discussion .post-list-item {
    border-left: 3px solid #000;
}
    .forums.new .post-list .discussion .post-list-item:hover {
        border-left: 3px solid #ff6260 !important;
    }
    .forums.new .post-list .discussion .post-list-item-grid h3 {
        color: #000;
    }
    .forums.new .post-list .discussion .post-list-item-grid h4 span {
        color: #000;
    }
.forums.new .post-list .discussion.read .post-list-item {
    border-left: 3px solid #ccc;
}
    .forums.new .post-list .discussion.read .post-list-item:hover {
        border-left: 3px solid #ff6260 !important;
    }
.forums.new .post-list .discussion.read .post-list-item-grid h3 {
    color: #888;
}
.forums.new .post-list .discussion.read .post-list-item-grid h4 span {
    color: #888;
}
.forums.new .post-list .discussion .post-list-item.pinned {
    border-left: 3px solid #ff6260;
}
.forums.new .post-list .discussion.read .post-list-item.pinned {
    border-left: 3px solid #fbcecd;
}
.forums.new .post-list .discussion .post-list-item-grid div.counts {
    color: #3c404a;
}
.forums.new .post-list .discussion.read .post-list-item-grid div.counts {
    color: #888;
}
.forums.new .post-list .discussion .post-list-item-grid div.counts.pin {
    color: #ff6260;
}
.forums.new .post-list .discussion.read .post-list-item-grid div.counts.pin {
    color: #fbcecd;
}
.k-window .k-textbox {
    border: 1px solid #ccc !important;
}
.forums.new .post-wrapper .image-grid {
    display: grid;
    grid-template-columns: 1fr max-content max-content max-content;
    justify-content: end;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 5px 0;
}
    .forums.new .post-wrapper .image-grid h2 {
        font-size: 18px;
        margin: 0 0 5px 0;        
    }
    .forums.new .post-wrapper .image-grid div {
        margin-left: 5px;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 3px;
        margin-bottom: 3px;
    }
        .forums.new .post-wrapper .image-grid div.active {
            background-color: #e8e8e8;
        }
        .forums.new .post-wrapper .image-grid div:hover {
            background-color: #e8e8e8;
        }
        .forums.new .post-wrapper .image-grid div > span {
            margin-right: 5px;
            color: #ff6260;
        }
        .forums.new .post-wrapper .image-grid div > span {
            margin-right: 5px;
            color: #ff6260;
        }
.forums.new .post-wrapper .discussion-images .images img {
    max-width: 100%;
}
.forums.new .post-wrapper .discussion-images .image-slide {
    min-height: 700px;
    background-position: center center !important;
    background-size: cover !important;
}
.forums.new .post-wrapper .discussion-images .owl-carousel {
    position: relative;
}
.forums.new .post-wrapper .discussion-images .owl-nav {
    font-size: 100px;    
    color: #fff;   
    font-family: Lato;
}
    .forums.new .post-wrapper .discussion-images .owl-nav button {
        position: absolute;
        bottom: 50%;
    }
        .forums.new .post-wrapper .discussion-images .owl-nav button > span:hover {
            color: #ff6260;
            transition: all .25s;
        }
        .forums.new .post-wrapper .discussion-images .owl-nav button:focus {
            border: none !important;
        }
        .forums.new .post-wrapper .discussion-images .owl-nav button:focus {
            border: none !important;
        }
        .forums.new .post-wrapper .discussion-images .owl-nav button:nth-child(2) {
            right: 0;
        }
        .forums.new .post-wrapper .discussion-images .owl-dots {
            margin-top: 10px;
        }
.forums.new .post-wrapper .discussion-images .static-images {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
    .forums.new .post-wrapper .discussion-images .static-images.small {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-content: center;
    }
        .forums.new .post-wrapper .discussion-images .static-images.small > div {
            border: 1px solid #ccc;
            display: flex;
            padding: 15px;
            box-shadow: rgb(169, 169, 169) 0px 2px 23px 0px;
            max-height: 350px;
        }
            .forums.new .post-wrapper .discussion-images .static-images.small > div > img {
                object-fit: cover;
            }
    .forums.new .post-wrapper .discussion-images .static-images img {
        max-width: 100%;
        cursor: pointer;
        object-fit: cover;
    }

.forums.new.discussion  {
    position: relative;
}
    .forums.new.discussion #image-viewer {
        height: 100vh;
        width: 100%;
        position: absolute;
        z-index: 1000;
        top: -95px;
        left: 0;
        background-color: #000;
        overflow: hidden;
        transition: 0.5s;
        padding: 25px;
        box-sizing: border-box;
        color: #fff;
    }
        .forums.new.discussion #image-viewer #close-dialog {
            position: absolute;
            font-size: 36px;
            right: 20px;
            background-color: rgba(1,1,1,.9);
            padding: 10px 20px;
            font-family: 'Lato';
            cursor: pointer;
            margin-top: -15px;
        }
    .forums.new.discussion #image-viewer .image {
        display: flex;
        width: 100%;
        align-content: center;
        justify-content: center;
    }
    .forums.new.discussion #image-viewer img {
        max-height: calc(100vh - 40px);
        max-width: 100%;
        align-self: center;
    }
.forums.new .post-titles h2 span {
    text-align: right;
    color: #ff0000;
    cursor: pointer;
}

.forums.new .comment-box .static-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    grid-gap: 10px;
}
    .forums.new .comment-box .static-images > div {
        border: 1px solid #ccc;
        display: flex;
        padding: 15px;
        box-shadow: rgb(169, 169, 169) 0px 2px 10px 0px;
        cursor: pointer;
        max-height: 350px;
    }
    .forums.new .comment-box .static-images img {
        max-width: 100%;
        object-fit: cover;        
    }

.forums.new .new-badge {
    background-color: #0277ff;
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 1px;
    font-weight: 400;
    border-radius: 10px;
}
.forums.new .no-results {
    padding: 10px 15px;
    font-size: 16px;
}
.forums.new .post-list .post-list-item-grid div.counts {
    color: #3c404a;
}
.forums.new .post-comments .k-pager-wrap {
    margin-top: 20px;
}
.forums.new .k-listview-content {
    overflow: hidden;
}
.forums.new .post-list .post-list-item-grid.cats {
    grid-template-columns: 1fr 1px 80px;
    align-items: center;
}
    .forums.new .post-list .post-list-item-grid.cats > div:nth-child(1) {
        grid-column: initial;
        margin-bottom: 0;
    }

    .forums.new .post-list .post-list-item-grid.cats > div:nth-child(2) {
        grid-column:initial;
    }
    .forums.new .post-list .post-list-item-grid.cats > div:nth-child(3) {
        grid-column: initial;
    }

/* Join */
.join .section {
    padding: 25px 0;
}
.join .form-group {
    width: 100%;
}
.join .checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}
    .join .checkout-grid > div {
        padding: 0 25px 25px 25px;
        margin-bottom: 50px;
        box-shadow: 0 2px 23px 0 #e4e6e9;
        border-radius: 6px;
        height: max-content;
    }
        .join .checkout-grid > div p {
            margin-bottom: 5px;
            font-size: 14px;
        }
        .join .checkout-grid > div img {
            border: 1px solid #ccc;
            width: 100%;
        }
.join h2 {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    color: #000;
    margin-bottom: 5px;
}
.join h3 {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.join h4 {
    font-size: 18px;
    font-weight: 700;
}
.join p {
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #000000 !important;
}
.join .form-group input, .form-group select, .form-group textarea {
    font-size: 16px;
    color: #3c404b;
    border: 1px solid #ccc;
}
.join .form-group label {
    color: #3c404b;
    font-weight: 500;
}
.join input[type=text]::placeholder {
    color: #c7c7c7;
    font-weight: 300;
}
.join .validation-summary-errors {
    width: 100%;
}
.join .button-bar {
    margin-top: 25px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.join .no-shadow {
    box-shadow: none !important;
}

table.checkout {
    width: 100%;
}

    table.checkout td {
        text-align: right;
    }

    table.checkout tfoot td {
        font-weight: bold;
    }

.join .button-bar.checkout {
    text-align: right;
}
.error-page {
    
}
    .error-page .hero {
        min-height: 100vh;
        float: left;
        width: 100%;
    }
.error-page .hero h1 {
    width: 100%;
}
    .error-page .hero h3 {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }
        .error-page .hero h3.overlay {
            background-color: rgba(0, 0, 0, 0.50);
            padding: 15px 0;
        }
.success-page {
    min-height: 850px;
}

.support  {
    min-height: 800px;
}
.faq-section {
    margin-bottom: 50px;
}
.faq-section h1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
    .faq-section .question {
        font-size: 20px;
        border: 1px solid #ccc;
        padding: 5px 15px;
        cursor: pointer;
        margin-top: -1px;
        background-color: #fbfbfb;
    }
        .faq-section .question > div {
            margin-right: 10px;
            width: 15px;
            display: inline-block;
            text-align: center;
        }
    .faq-section .answer {
        padding: 0 0 20px 10px;
        font-size: 16px;
        letter-spacing: .6px;
    }
    .faq-section .images img {
        width: 100%;
        border: 2px solid #000;
        margin-bottom: 5px;
        box-sizing: border-box;
        box-shadow: 0 2px 23px 0 #e4e6e9;
    }

.login-announcement {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 5px;
    color: #ff6260;
    padding: 10px 15px;
    box-shadow: 0 2px 23px 0 #22252b;
}
.login-announcement h3 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px 0;
    font-weight: 700;
    font-size: 18px;
}
    .login-announcement p {
        letter-spacing: .6px;
        line-height: 1.67;
        font-weight: 500;
    }
    .login-announcement a {
        text-decoration: underline;
        color: #3c404b;
    }

.staff {
    background-color: #ff6260;
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 1px;
    font-weight: 500;
    white-space: nowrap;
}

div.staff {
    display: inline-block;
    margin-bottom: 2px;
}


.join .membership-code {
    margin-top: 25px;
    text-align: right;
}

    .join .membership-code .code-form {
        text-align: left;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 25px 0 #cccccc;
        border: 1px solid #ccc
    }

        .join .membership-code .code-form .form-buttons {
            margin-top: 10px;
        }

.join input {
    font-size: 18px;
    color: #3c404b;
    padding: 8px 10px;
    border-radius: 0px;
    border: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

    .join input::placeholder {
        color: #c7c7c7;
        font-weight: 300;
    }

/* Mobile */
.mobile-menu {
    display: none;
}
@media (max-width: 1440px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .recommendations .recs {
        padding: 50px 25px;
    }
    .shows .white-bg-three-col-grid div:nth-child(3) {
        padding-right: 100px;
    }
    .white-bg-three-col-grid div:nth-child(3) {
        justify-self: end;
    }
    /* Episode */
    .episode .hero-text h1 {
        padding-top: 260px;
    }
    .eps-events .eps-events-grid {
        padding-top: 80px;
    }
    .hometown-causes .hometown-causes-grid {
        padding-top: 80px;
    }
    .login .login-bg .login-box {
        min-height: 975px;
    }
}

@media (max-width: 1199px) {
    .episode .episode-hero-grid {
        width: 100%;
        margin: 0 auto;
    }
    .header .menu ul li {
        margin-right: 15px;
    }
}

@media (max-width: 1155px) {
    .wrapper.sm {
        width: 100%;
    }
    .header {
        grid-template-columns: 200px 1fr;
    }
        .header img {
            width: 200px;
        }
    .header .menu ul li a {
        font-weight: 600;
        font-size: 14px;
    }
    .about-this-page {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .about .about-section {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
        .about .about-section .about-grid {
            display: grid;
            grid-template-columns: 350px 1fr;
            grid-column-gap: 40px;
        }
    .about .book-section .book-wrapper {
        width: 100%;
        padding: 75px 25px;
        box-sizing: border-box;
        grid-column-gap: 60px;
    }
    .about .pre-order-section {
        width: 100%;
        margin: 100px 25px 150px 25px;
    }
    .about .book-section .book-grid {
        grid-column-gap: 50px;
    }
    .about .pre-order-section {
        margin: 100px 0 150px 0;
        box-sizing: border-box;
        padding: 0 25px;
    }
    .episode .hoorays {
        padding: 50px 25px 75px 25px;
    }
        .episode .hoorays .hoorays-grid {
            width: 100%;
        }
}

@media (max-width: 1024px) {
    .header .logo img {
        align-self: center;
    }
    .hero {
        min-height: 400px;
        max-height: 400px;
    }
        .hero h1 {
            font-size: 44px;
            padding-top: 160px;
        }
    .hero-slider .hero-slide {
        min-height: 400px;
        max-height: 400px;
    }
    .footer .bottom-links {
        grid-template-columns: auto 225px;
    }

    .footer .social img {
        margin-right: 35px;
    }

    /* Home */
    .home #popup-message .message {
        width: 90vw;
    }
    .products .product {
        width: 225px;
    }
    .join-fan-cult .join-grid {
        margin: 0;
        width: 100%;
        grid-column-gap: 50px;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .bg-image {
        margin-bottom: 0; 
        text-align: center;
    }
    .eps-events .eps-events-grid {
        margin: 0;
        width: 100%;
        grid-column-gap: 50px;
        padding: 80px 25px 80px 25px;
        box-sizing: border-box;
    }
    .hometown-causes .hometown-causes-grid {
        margin: 0;
        width: 100%;
        padding: 60px 40px 80px 40px;
        grid-column-gap: 50px;
        box-sizing: border-box;
    }
    /* Episode */
    .episode .hero-text h1 {
        font-size: 42px;
        padding-top: 105px;
    }
    .episode .hero-text h2 {
        font-size: 36px;
    }
    .episode .notes-grid {
        width: 100%;
        padding: 0 25px;
        grid-column-gap: 0px;
        box-sizing: border-box;
    }
    .episode .references-grid {
        width: 100%;
        padding: 0 25px;
        grid-column-gap: 0px;
    }
    .episode .notes-grid div:nth-child(1) {
        padding-right: 30px;
    }
    .shows .white-bg-three-col-grid div:nth-child(3) {
        padding-right: 0;
    }

    .news-article .survey .answers.two .image-answer .image {
        min-height: 400px;
    }

    .news-article .survey .answers.three .image-answer .image {
        min-height: 250px;
    }

    .news-article .survey .answers.four .image-answer .image {
        min-height: 150px;
    }

    .news-article .survey .answers.five {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
        .news-article .survey .answers.five .image-answer .image {
            min-height: 150px;
        }

    .news-article .survey .answers.six {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
        .news-article .survey .answers.six .image-answer .image {
            min-height: 150px;
        }
}

@media (max-width: 1023px) {
    .header {
        display: none;
    }

    .mobile-menu {
        display: block;
        height: 75px;
        position: relative;
        margin: 0 -20px;
    }

    .mobile-drop-down-menu {
        position: absolute;
        display: none;
        width: 100%;
        background-color: rgba(60, 64, 75, 0.94);
        color: #fff;
        z-index: 1000;
        border-top: 1px solid #ccc;
    }

        .mobile-drop-down-menu ul {
            margin: 0;
            padding: 0;
        }

            .mobile-drop-down-menu ul li {
                list-style: none;
                font-size: 20px;
                padding: 10px 0 10px 20px;
                border-bottom: 1px solid #8e8e8e;
            }

                .mobile-drop-down-menu ul li a {
                    color: #fff;
                    font-weight: 400;
                    font-size: 18px;
                    text-transform: uppercase;
                }
                .mobile-drop-down-menu ul li ul.subm {
                    margin-top: 10px;
                    background-color: rgb(41, 44, 51);
                    margin: -34px 0 -10px -20px;
                    padding: 41px 0 10px 25px;
                }
        .mobile-drop-down-menu ul li ul.subm li {
            border:none;
        }
    .mobile-menu .logo a img {
        padding: 23px 0 0 0px;
        width: 225px;
    }

    .mobile-menu-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 75px;
        padding: 0 25px;
    }
        .mobile-menu-grid div:nth-child(2) {
            align-self: center;
            justify-self: end;
        }
        .mobile-menu-grid .cart-icon {
            color: #fff;
            align-self: center;
            justify-self: end;
        }
            .mobile-menu-grid .cart-icon .cart-count {
                width: 20px;
                height: 20px;
                font-size: 14px;
                top: 22px;
                left: 9px;
                padding-top: 2px;
            }
        .mobile-menu-grid .mobile-button-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 25px;
        }

    .hamberder-icon {
        align-self: center;
        justify-self: end;
        padding-right: 0;
    }
    .mobile-menu .user > img {
        border: 2px solid #fff;
        width: 30px;
        height: 30px;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 7px);
        transform: rotate(-45deg) translate(-7px, 7px);
        background-color: #ff6260;
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-9px, -8px);
        transform: rotate(45deg) translate(-9px, -8px);
        background-color: #ff6260;
    }
    .profile .profile-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 25px;
    }
    .profile input {
        font-size: 14px;
        padding: 10px 8px;
    }
    .profile select {
        font-size: 14px !important;
        padding: 10px 8px;
    }
    .profile label {
        font-size: 14px;
    }
    .profile .profile-name h1 {
        
    }
    .profile .command-buttons {
        
    }
    .no-access .two-col {
        grid-template-columns: 1fr 1fr;
    }
    .no-access .two-col img {
        width: 100%;
    }
    .news-article .survey .answers.two .image-answer .image {
        min-height: 260px;
    }
    .news-article .survey .answers.three .image-answer .image {
        min-height: 160px;
    }
    .news-article .survey .answers.four {
        grid-template-columns: 1fr 1fr 1fr;
    }
        .news-article .survey .answers.four .image-answer .image {
            min-height: 160px;
        }
    .news-article .survey .answers.five {
        grid-template-columns: 1fr 1fr 1fr;
    }
        .news-article .survey .answers.five .image-answer .image {
            min-height: 160px;
        }
    .news-article .survey .answers.six {
        grid-template-columns: 1fr 1fr 1fr;
    }
        .news-article .survey .answers.six .image-answer .image {
            min-height: 160px;
        }

    .forums.new.discussion #image-viewer #close-dialog {
        font-size: 28px;
        padding: 5px 15px;
    }
    .forums.new.discussion #image-viewer .image {
        padding-top: 60px;
    }
    .footer .bottom-links .site {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .footer .bottom-links .site > div:nth-child(5) {
        grid-column:4/6;
    }
        .footer .bottom-links .site > div:nth-child(5) > h6 {
            display: none;
        }
}
@media (max-width: 768px) {
    .hero {
        min-height: 300px;
        max-height: 300px;
    }

        .hero h1 {
            font-size: 40px;
            padding-top: 115px;
        }

    .hero-slider .hero-slide {
        min-height: 300px;
        max-height: 300px;
    }

    .hero-slider .hero-captions {
        padding: 30px 15px;
    }

    .hero-slider h1 {
        font-size: 26px;
    }

    .footer .bottom-links {
        grid-template-columns: auto 50px;
    }

    .footer .social img {
        margin-right: 35px;
        margin: 0 10px 10px 0;
    }
    /* Home */
    .home #popup-message .message h1 {
        font-size: 26px;
    }
    .home #popup-message .message h2 {
        font-size: 24px;
    }
    .home #popup-message .message h3 {
        font-size: 20px;
    }
    .home #popup-message .message h4 {
        font-size: 18px;
    }
    .home #popup-message .message h5 {
        font-size: 18px;
    }
    .home-about .home-about-grid {
        margin: 0 auto;
        width: 100%;
        grid-gap: 40px;
        padding: 100px 25px 50px 25px;
        box-sizing: border-box;
    }
    .home-about {
        margin-bottom: 50px;
    }
    .join-fan-cult p {
        line-height: 1.4;
    }
    .join-fan-cult h2 {
        font-size: 20px;
    }
    .join-fan-cult h3 {
        font-size: 20px;
    }
        .join-fan-cult .join-bg-image {
            height: 200px;
        }
    .eps-events .eps-events-grid {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 25px;
        padding: 0 25px 80px 25px;
    }
    .eps-events {
        padding: 50px 0 50px 0;
    }
    .recommendations .recommendations-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news .news-grid {
        grid-template-columns: 1fr;
    }
    .news-article h1 {
        padding-top: 125px;
        font-size: 32px;
    }

    .episode .hero-text h1 {
        padding-top: 60px;
        font-size: 28px;
    }
    .episode .hero-text h2 {
        font-size: 24px;
    }
    .episode .hero-text h3 {
        font-size: 20px;
    }
    .episode .episode-hero-grid .cross:after {
        font-size: 115px;
        top: -45px;
    }
    .episode .home-about .home-about-grid div p {
        min-height: 118px;
        max-height: 118px;
    }
    .about .pre-order-section .about-presale-grid {
        grid-template-columns: 1fr 1fr;
    }
    .shows .white-bg-three-col-grid div:nth-child(3) {
        justify-items: end;
    }
    .login .login-grid {
        grid-template-columns: 430px 1fr;
    }
        .login .login-grid div.image {
            background: url(../img/forums/forrest_bg.jpg);
        }
    .profile .profile-grid {
        grid-template-columns: 1fr 1fr;
    }
    .no-access .two-col {
        grid-template-columns: 1fr;
    }
    .episode .hoorays .hoorays-grid {
        grid-column-gap: 60px;
    }
    .join .checkout-grid {
        grid-template-columns: 1fr;
    }
    .join .checkout-grid > div:nth-child(2) {
        display: none;
    }
    .join h2 {
        font-size: 16px;
        font-weight: 700;
    }
    .join p {
        font-size: 14px;
    }
    .profile .command-button {
        font-size: 14px;
    }
    .forums #show-more {
        width: 200px;
    }
    .news-article .survey .question-text p {
        padding-right: 0;
        font-size: 14px;
        padding: 5px 0px;
    }
    .news-article .survey .max-choices {
        font-size: 14px;
        padding: 3px 10px;
        margin-bottom: 10px;
        border-radius: 3px;
        float: right;
        margin-top: 0;
    }
    .news-article .survey .submit-answers {
        width: calc(100% - 20px);
    }
    .news-article .survey .thanks h1 {
        padding-top: 0;
        font-size: 18px;
    }
}
@media (max-width: 767px) {

    .footer {
        padding: 30px 0px;
    }
    .footer .bottom-links {
        grid-template-columns: 1fr;
    }
        .footer .bottom-links .site {
            grid-template-columns: 1fr 1fr;
            grid-row-gap: 0;
        }
            .footer .bottom-links .site > div:nth-child(5) {
                grid-column: 2/3;
            }
    .footer h6 {
        font-size: 14px;
    }

    .footer a {
        font-size: 12px;
    }
    .footer .bottom-links ul li {
        margin-bottom: 5px;
    }

    /* Home */
    .home-about .home-about-grid {
        grid-template-columns: 1fr;
        padding: 60px 25px 60px 25px;
    }
    .products .product {
        width: 90%;
        padding: 0px;
        margin: 0 auto;
    }
    .join-fan-cult h1 {
        padding: 50px 0 50px 0;
        font-size: 32px;
    }
    .join-fan-cult .join-grid {
        margin: 0;
        width: 100%;
        grid-column-gap: 50px;
        padding: 0 25px;
        box-sizing: border-box;
        grid-template-columns: 1fr;
        grid-row-gap: 60px;
    }
    .join-fan-cult .join-bg-image {
        height: 200px;
    }
    .news-article h1 {
        margin: 40px 0;
        font-size: 24px;
    }
    .news-article .two-col.article {
        grid-template-columns: 1fr;
    }
    .profile .profile-bg {
        padding: 80px 0 15px 0;
    }
    .profile .command-buttons {
        
    }
        .profile .command-buttons a {
            display: inline-block;
            width: 100%;
            margin: 0 0 -1px 0;
            box-sizing: border-box;
            border-bottom: 1px solid #ccc;
        }
        .profile .command-button.active {
            background-color: #ff6260;
            color: #fff;
            border: 1px solid #ab3d3b;
            margin-bottom: 0px;
        }
    .profile .profile-grid {
        grid-template-columns: 1fr;
    }
    .profile .profile-name h1 {
        margin: -60px 0 55px 135px;
        font-size: 20px;
    }
    .profile .profile-image {
        margin: -75px 0 0 0;
        width: 80px;
    }
    .orders-panel .order-item-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
        .orders-panel .order-item-grid .n {
            grid-column: 1/5;
        }
        .orders-panel .order-item-grid .q {
            grid-column: 2/3;
        }

    .contests .contests-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    .latest-posts {
        padding: 60px 0;
    }
    .latest-posts-header-grid {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
    }
    .forums.new .latest-posts-header-grid {
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }
    .latest-posts h1 {
        font-size: 20px;
        text-align: center;
    }
    .post-list.fan-cult .post-list-item-grid h3 {
        margin: 0 0 5px 0;
    }
    .post-list.fan-cult .post-list-item-grid {
        grid-template-columns: 75px 75px 1fr;
    }
        .post-list.fan-cult .post-list-item-grid div:nth-child(1) {
            grid-column: 1/4;
        }
        .post-list.fan-cult .post-list-item-grid div.counts {
            margin-top: 15px;
        }
    .post-list .post-list-item-grid div.counts {
        justify-self: end;
        min-width: 50px;
    }
    .post-list.cat .post-list-item-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
        .post-list.cat .post-list-item-grid div:nth-child(1) {
            grid-column: 1/4;
        }
        .post-list.cat .post-list-item-grid div.counts {
            margin-top: 15px;
        }
    .forums .command-grid {
        grid-template-columns: 25px 1fr 100px;
    }

    .forums.new .post-list .post-list-item-grid.pinned div:nth-child(1) {
        grid-column: 1/5;
        margin-bottom: 15px;
    }
    .forums.new .post-list .post-list-item-grid.pinned div:nth-child(2) {
        grid-column: 1/3;
    }
    .forums.new .post-list .post-list-item-grid div:nth-child(1) {
        grid-column: 1/4;
        margin-bottom: 15px;
    }
    .forums.new .post-list .post-list-item-grid div:nth-child(2) {
        grid-column: 1/3;
    }
    .forums.new .post-list .post-list-item-grid h3 {
        margin: 0 0 0px 0;
        font-size: 16px;
    }
    .forums.new .post-list .post-list-item-grid h4 {
        font-size: 14px;
        color: #333;
        margin: 0;
    }
    .forums.new .post-list .post-list-item-grid h5 {
        color: #8c96ab;
        margin: 0;
    }

    .episode .hoorays .hoorays-grid {
        grid-template-columns: 1fr;
    }
    .join .form-group {
        width: 100%;
    }
    .join .validation-summary-errors {
        width: 100%;
    }
    .hero.join h1 {
        font-size: 32px;
        padding-top: 80px;
    }
    .error-page .hero h1 {
        font-size: 28px;
    }
    .error-page .hero h3 {
        font-size: 20px;
        width: 80%;
        margin: 20px auto;
    }
    .news-article .survey .answers p {
        font-size: 14px;
    }
    .news-article .survey .answer-text .votes {
        font-size: 14px;
    }
    .news-article .survey .question-text p {
        margin-left: 0;
    }
    .news-article .survey .answers {
        margin-left: 0;
    }
    .news-article .survey .answer-text {
        grid-template-columns: 1fr 80px;
    }

    .news-article .survey .answers.two,
    .news-article .survey .answers.three,
    .news-article .survey .answers.four,
    .news-article .survey .answers.five,
    .news-article .survey .answers.six {
        grid-template-columns: 1fr;
    }

        .news-article .survey .answers.two .image-answer .image,
        .news-article .survey .answers.three .image-answer .image,
        .news-article .survey .answers.four .image-answer .image,
        .news-article .survey .answers.five .image-answer .image,
        .news-article .survey .answers.six .image-answer .image {
            min-height: 260px;
        }
    .footer .bottom-links .site {
        grid-template-columns: 1fr 1fr 1fr 2fr;
        grid-gap: 0;
    }

}
@media (max-width: 550px) {
    .hero {
        min-height: 160px;
        max-height: 160px;
    }

        .hero h1 {
            font-size: 34px;
            padding-top: 55px;
        }
    .news-article h1 {
        margin: 0 auto;
        text-align: center;
        padding-top: 60px;
        font-size: 28px;
    }

    .hero-slider .hero-slide {
        min-height: 190px;
        max-height: 190px;
    }

    .hero-slider .hero-captions {
        padding: 30px 0;
    }

    .hero-slider h1 {
        font-size: 16px;
    }

    .hero-slider h2 {
        font-size: 14px;
    }

    .footer .social {
        padding-top: 25px;
        justify-self: center;
    }

        .footer .social img {
            margin-right: 40px;
            margin: 0 35px 0 0;
        }
    .pink-button.med {
        padding: 8px;
        font-size: 13px;
    }
    /* Home */
    .home #popup-message {
        padding: 25px 25px 25px 25px;
    }
    .home #popup-message .message .livestream-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
        .home #popup-message .message .livestream-grid div:nth-child(1) {
            padding: 0 100px;
        }
        .home #popup-message .message  {
            max-height: initial;
        }
            .home #popup-message .message h1 {
                font-size: 22px;
                font-weight: 600;
                text-align: center;
                margin: 20px 0 15px 0;
            }
        .home #popup-message .message h2 {
            font-size: 16px;
            text-align: center;
        }
        .home #popup-message .message h3 {
            font-size: 16px;
            text-align: center;
        }
        .home #popup-message .message h4 {
            font-size: 16px;
            text-align: center;
        }
        .home #popup-message .message h5 {
            font-size: 16px;
            text-align: center;
            margin: 15px 0 10px 0;
        }
        .home #popup-message .message .livestream-grid .links {
            margin-top: 10px;
        }
        .home #popup-message .message a.pink-button {
            display: block;
            width: 50vw;
            text-align: center;
            margin: 0 auto;
        }

    .eps-events .latest-ep-grid {
        grid-template-columns: 1fr 25px 50px;
    }
    .eps-events .home-event-grid {
        grid-template-columns: 75px 1fr 1fr;
    }
        .eps-events .home-event-grid a {
            margin: 0 10px 0 0;
            padding: 10px 30px;
        }
        .eps-events .home-event-grid .buttons {
            margin-top: 20px;
            grid-column: 1 / 4;
            padding-left: 0;
        }
        .eps-events .home-event-grid .loc {
            padding-left: 10px;
            grid-column: 2 / 4;
            padding-left: 20px;
        }
        .eps-events .home-event-grid .date {
            align-self: center;
        }
    .hometown-causes .hometown-causes-grid {
        margin: 0;
        padding-bottom: 160px;
        width: 100%;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 80px;
    }
    .newsletter-signup .newsletter-form {
        width: 100%;
    }
    #newsletter-signup {
        padding: 0 15px;
    }
    .newsletter-form .two-col {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .hometown-causes {
        padding: 0;
    }
    .eps-events .latest-ep-grid h4 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .eps-events h2 {
        margin: -48px 0 60px 0;
    }
    .white-bg-two-col-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
        .white-bg-two-col-grid div:nth-child(2) {
            justify-self: start;
        }
    .recommendations .recommendations-grid {
        grid-template-columns: 1fr;
    }
    .eps .white-bg-three-col-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
        .eps .white-bg-three-col-grid div:nth-child(3) {
            justify-self: start;
        }
    .episode .hero {
        min-height: 200px;
        max-height: 200px;
    }
    .episode .hero-text h1 {
        padding-top: 25px;
        font-size: 24px;
    }
    .episode .hero-text h2 {
        font-size: 14px;
    }
    .episode .episode-hero-grid .cross:after {
        font-size: 70px;
        top: -22px;
    }
    .episode .episode-hero-grid .cross {
        height: 50px;
        width: 50px;
    }
    .episode .hero-text .hero-player .jp-controls {
        padding-bottom: 5px;
    }
        .episode .hero-text .hero-player .jp-controls img {
            width: 50px;
        }
    .episode .episode-hero-grid {
        grid-template-columns: 1fr 50px 1fr;
    }
    .episode .hero-text h3 {
        font-size: 14px;
    }
    .episode .header-image h1 {
        font-size: 26px;
    }
    .episode .notes-grid {
        grid-template-columns: 1fr;
    }
    .episode .references {
        padding: 0;
    }
    .episode .references-grid {
        grid-template-columns: 1fr;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 25px 50px;
    }
    .episode .references-grid div {
        margin-bottom: 25px;
    }
    .about .about-section .about-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .about .book-section .book-grid {
        grid-template-columns: 1fr;
    }
    .about .book-section .book-grid img {
        width: 100%;
    }
    .about .pre-order-section .about-presale-grid {
        grid-template-columns: 1fr;
    }
    .about .pre-order-section {
        margin: 50px 0 100px 0;
    }
    .shows .white-bg-three-col-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        justify-items: center;
    }
        .shows .white-bg-three-col-grid h6,
        .shows .white-bg-three-col-grid h1,
        .shows .white-bg-three-col-grid {
            text-align: center;
        }
    .shows .white-bg-three-col-grid div:nth-child(3) {
        margin-top: 10px;
        justify-self: center;
    }
    .events .about-this-page {
        margin: 50px 0 0 0;
        padding-bottom: 35px;
        border-bottom: 1px solid rgba(155, 155, 155, 0.20);
    }
    .login .login-grid {
        grid-template-columns: 1fr;
    }
        .login .login-grid div.image {
            display: none;
        }
    .forums .hero {
        min-height: 110px;
        max-height: 110px;
    }
        .forums .hero h1 {
            padding-top: 30px;
        }
    .forums h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .forums .post-titles h2 {
        white-space: normal;
        overflow:auto;
        text-overflow:unset;
        font-size: 16px;
    }
    .forums .post-titles h5 {
        font-size: 12px;
    }
    .forums .post-wrapper {
        padding: 20px 15px;
    }
    .forums .post-body {
        line-height: 1.45;
        font-size: 14px;
    }
    .forums .comment-box .box {
        margin-bottom: 0px;
        padding: 15px;
    }
    .forums .comment-box-sub {
        margin-top: 5px;
    }
    .forums .post-comments .body {
        font-size: 14px;
        line-height: 1.45;
        margin-top: 10px;
    }
    .forums .post-comments .comment-grid {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }
        .forums .post-comments .comment-grid div:nth-child(2) {
            justify-self: end;
        }
    .forums .sub-comments {
        padding: 0 0 0 20px;
    }
    .forums .wrapper.sm {
        padding: 0 15px;
    }
    .forums.new .post-list.wrapper.sm {
        padding: 0 3px;
    }
    .forums.new .post-list .post-list-item {
        padding: 15px 15px;
    }
    .forums.new .post-list .discussion .post-list-item.pinned {
        border-left: 5px solid #ff6260;
    }
    .forums.new .post-list .discussion.read .post-list-item.pinned {
        border-left: 5px solid #fbcecd;
    }
    .forums.new .post-list .discussion.read .post-list-item {
        border-left: 5px solid #ccc;
    }
    .forums.new .post-list .discussion .post-list-item {
        border-left: 5px solid #000;
    }
    .staff {
        font-size: 11px;
        padding: 1px 5px;
        font-weight: 400;
    }
    .forums .pink-button.create {
        padding: 10px 20px;
    }
    .forums.new .pink-button.create {
        display: block;
        padding: 15px 20px;
    }
    .post-list .post-list-item {
        padding: 20px;
    }
        .post-list .post-list-item.pinned {
            padding: 20px 17px;
        }
            .post-list .post-list-item.pinned .post-list-item-grid div:nth-child(2) {
                grid-column: 1/2;
            }
    .post-list .post-list-item-grid div:nth-child(2) {
        grid-column: 1/3;
    }
    .post-list .post-list-item-grid.cats div:nth-child(2) {
        grid-column: auto;
    }
        .news-article.no-access h1 {
            font-size: 20px;
            border: none;
        }
    .two-col.join-fan-cult h2 {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .join-fan-cult p {
        line-height: 1.6;
        font-size: 14px;
    }
    .forums,
    .news-article {
        min-height: initial;
    }
        .news-article.no-access .join-fan-cult {
            margin-top: 25px;
        }
        .news-article.no-access .wrapper.sm {
            padding: 0;
        }
    .join-fan-cult h1 {
        padding: 40px 0 20px 0;
        font-size: 20px;
    }
    .join-fan-cult h2 {
        font-size: 16px;
        font-weight: 700;
    }
    .join-fan-cult a.pink-button {
        display: block;
    }
    .hometown-causes .hometown-causes-grid {
        padding: 0 30px 80px 30px;
    }
    .eps-events .eps-events-grid {
        padding: 0 25px 50px 25px;
    }
    .newsletter-signup .newsletter-form h1 {
        font-size: 32px;
    }
    .join-fan-cult .join-grid {
        padding: 0;
    }
    .news-article h2 {
        text-align: center;
        margin: 24px 0;
        font-size: 24px;
    }
    .news-article .video-images h1 {
        padding: 0;
        margin-bottom: 10px;
        text-align: left;
        font-size: 20px;
    }
    .news h2 {
        font-size: 18px;
    }
    .news .news-grid {
        margin-top: 40px;
    }

    .forums.new .wrapper.sm.discussion {
        padding: 0 3px;
    }
    .forums.new .photo-upload .k-file-name-size-wrapper {
         display: block; 
         width: 85%; 
    }
    .forums.new .photo-upload .image-preview {
        width: initial; 
        max-width: 100%;
        height: initial;
    }
    .forums.new .post-wrapper .image-grid > div:nth-child(3) {
        display: none;
    }
    .forums.new .post-wrapper .discussion-images .image-slide {
        min-height: 350px;
    }
    .forums.new .post-wrapper .discussion-images .owl-nav button {
        position: absolute;
        bottom: 42%;
    }
    .forums.new .post-comments h3 {
        padding-left: 15px;
    }
    .forums.new #comment-section {
        margin: 0 -15px;
    }
    .forums.new .comment-box {
        grid-template-columns: 5px 1fr;
    }
        .forums.new .comment-box > div:nth-child(1) {
            margin-left: -10px;
        }
        .forums.new .comment-box.collapsed {
            padding: 5px 25px 0 15px;
        }
            .forums.new .comment-box.collapsed .expand-bar {
                margin-top: -1px;
            }
        .forums.new .comment-box .body {
            padding: 0 5px;
        }
    .forums.new.discussion #image-viewer #close-dialog {
        padding: 5px 5px;
    }
    .forums.new .comment-box .static-images {
        grid-template-columns: 1fr;
    }
        .forums.new .comment-box .static-images > div {
            padding: 7px;
            max-height: initial;
            display: block;
        }
        .forums.new .comment-box .static-images > div img {
            max-width: 100%;
            object-fit: initial;
        }
    .footer .bottom-links .site {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }
    .footer .bottom-links .site > div:nth-child(5) {
        margin-top: -25px;
    }
}
@media (max-width: 425px) {
    .home #popup-message .message .livestream-grid div:nth-child(1) {
        padding: 0 40px;
    }
    .home #popup-message .message {
        padding: 10px 15px;
    }
    .home #popup-message .message h1 {
        font-size: 20px;
    }
}
@media (max-width: 375px) {
    .news h2 {
        font-size: 16px;
    }
}
@media (max-width: 320px) {
    .home #popup-message {
        padding: 15px;
    }
    .home #popup-message .message .livestream-grid div:nth-child(1) {
        padding: 0 50px;
    }
    .home #popup-message .message h1 {
        font-size: 18px;
    }
    .mobile-menu-grid .mobile-button-grid {
        grid-column-gap: 15px;
    }
    .mobile-menu .logo a img {
        padding: 26px 0 0 0px;
        width: 185px;
    }
    .footer .logo img {
        width: 100%;
    }
    .join .checkout-grid > div {
        padding: 0 10px 15px 10px;
        margin-bottom: 50px;
    }
    .join .form-group label {
        font-size: 14px;
    }
    .join .form-group input {
        font-size: 14px;
        padding: 10px 7px;
    }
    .news-article .survey .answers.two .image-answer .image,
    .news-article .survey .answers.three .image-answer .image,
    .news-article .survey .answers.four .image-answer .image,
    .news-article .survey .answers.five .image-answer .image,
    .news-article .survey .answers.six .image-answer .image {
        min-height: 180px;
    }
    .news h2 {
        font-size: 14px;
    }
    .forums.new .post-wrapper .image-grid > div {
        display: none;
    }
}

