body {
    background: #252525;
    color: #575757;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

.h1, h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
}

.h2, h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
}

.h3, h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}

.h4, h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
}

.h5, h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}

p {
    margin: 0 0 30px;
}

ul {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ul li {
        margin: 0 0 15px;
        padding: 0;
    }

    ul ul {
        margin: 15px 0 15px 60px;
    }

ol {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ol li {
        margin: 0 0 15px;
        padding: 0;
    }

    ol ol {
        margin: 15px 0 15px 60px;
    }

hr {
    background: #e0e0e0;
    border: none;
    clear: both;
    height: 1px;
    margin: 0 0 30px;
}

a {
    color: #006EB3;
    outline: none;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #252525;
        text-decoration: none;
    }


form label {
    display: block;
    margin: 0 0 5px;
}

form p {
    font-size: 15px;
    margin: 0 0 20px;
}

    form p.error {
        color: #CC3367;
    }

        form p.error input[type=text],
        form p.error select,
        form p.error textarea {
            background: rgba(255, 64, 129, 0.05);
            border: 1px solid #CC3367;
        }

input[type=text],
select,
textarea {
    border: 1px solid #cccccc;
    color: #575757;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 20px;
    outline: none;
    padding: 4px 8px;
    width: 100%;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

button {
    border: 1px solid #cccccc;
    background: #fff;
    color: #575757;
    display: inline-block;
    line-height: 20px;
    padding: 4px 8px;
    font-size: 12px;
    text-transform: uppercase;
}

    button.icon {
        padding-left: 30px;
        position: relative;
    }

        button.icon i {
            color: #76D6F2;
            font-size: 15px;
            left: 10px;
            position: absolute;
            top: 7px;
        }

    button:hover,
    button:focus {
        background: #76D6F2;
        color: #fff;
    }

    button.icon:hover i,
    button.icon:focus i {
        color: #fff;
    }

    button.large {
        border: 1px solid #76D6F2;
        background: #76D6F2;
        color: #000;
        display: inline-block;
        line-height: 20px;
        padding: 10px 20px;
        font-size: 18px;
        text-transform: none;
    }

        button.large:hover,
        button.large:focus {
            color: #fff;
            border-color: #014a7f;
            background: #0077a2;
        }


/* Colors
==========================================================================================================*/
/* Grays
	Black 		#000000
	Dark Gray	#252525
	Gray 		#575757
	Light Gray	#e0e0e0
	Off White	#f1f1f1
	White		#ffffff
*/
.black {
    background: #000 !important;
}

.black-text {
    color: #000 !important;
}

.dark-gray {
    background: #252525 !important;
}

.dark-gray-text {
    color: #252525 !important;
}

.gray {
    background: #575757 !important;
}

.gray-text {
    color: #575757 !important;
}

.light-gray {
    background: #cccccc !important;
}

.light-gray-text {
    color: #cccccc !important;
}

.off-white {
    background: #f1f1f1 !important;
}

.off-white-text {
    color: #f1f1f1 !important;
}

.white {
    background: #fff !important;
}

.white-text {
    color: #fff !important;
}

.dark-blue {
    background: #00122A !important
}

/* Colors
	Primary 		#76D6F2
	Accent 1  		#006EB3
	Accent 2  		#90A4AD
	Accent 3  		#CC3367
*/
.primary {
    background: #76D6F2 !important;
}

.primary-text {
    color: #76D6F2 !important;
}

.accent-1 {
    background: #006EB3 !important;
}

.accent-1-text {
    color: #006EB3 !important;
}

.accent-2 {
    background: #90A4AD !important;
}

.accent-2-text {
    color: #90A4AD !important;
}

.accent-3 {
    background: #CC3367 !important;
}

.accent-3-text {
    color: #CC3367 !important;
}


/* Global
==========================================================================================================*/
.hidden-xxs {
    display: none;
}

.clear {
    clear: both;
}

.spacer {
    clear: both;
    height: 30px;
}

.line {
    height: 1px;
}

.pipe {
    margin: 0 5px;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.margin-full {
    margin: 0 0 30px !important;
}

.margin-half {
    margin: 0 0 15px !important;
}

.margin-third {
    margin: 0 0 10px !important;
}

.margin-sixth {
    margin: 0 0 5px !important;
}

.margin-none {
    margin: 0 !important;
}

.line-breaks br {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.small {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 30px;
}

.finder-tags {
    font-size: 15px;
    line-height: 18px;
    margin: 20px 0 0;
}

.background-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.caption-text {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
}

.nowrap {
    white-space: nowrap;
}

.square {
    display: inline-block;
    height: 16px;
    width: 16px;
}

    .square.purchased {
        background: #86c787;
    }

    .square.limited {
        background: #f3d09a;
    }

    .square.standby {
        background: #e58062;
    }

.addthis_toolbox {
    min-width: 140px;
}

.big {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto 45px;
    max-width: 940px;
    text-align: center;
}

.center-center {
    background-position: center center !important;
}

.center-top {
    background-position: center top !important;
}

.center-bottom {
    background-position: center bottom !important;
}

.left-center {
    background-position: left center !important;
}

.left-top {
    background-position: left top !important;
}

.left-bottom {
    background-position: left bottom !important;
}

.right-center {
    background-position: right center !important;
}

.right-top {
    background-position: right top !important;
}

.right-bottom {
    background-position: right bottom !important;
}

.visually-hidden {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

h2.line {
    height: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    h2.line span {
        background: #ffffff;
        padding: 0 20px;
        position: relative;
    }

    h2.line:before {
        background: #cccccc;
        content: " ";
        display: block;
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        z-index: 0;
    }

ul.details {
    font-size: 16px;
    list-style: none;
    margin: 0 0 30px;
}

    ul.details li {
        min-height: 28px;
        padding-left: 150px;
        position: relative;
    }

        ul.details li .label {
            left: 0;
            position: absolute;
            top: 0;
        }

        ul.details li a.button {
            margin: 0 5px 5px 0;
            position: relative;
        }

        ul.details li a.tag {
            margin: 0 5px 5px 0;
        }

ul.no-bull {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    margin: 0 0 30px;
}

    ul.no-bull li a {
        color: #575757;
    }

        ul.no-bull li a:hover,
        ul.no-bull li a:focus {
            color: #006EB3;
        }

ul.small {
    margin-left: 30px;
}

ul.key {
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin: 0;
}

    ul.key li {
        display: inline-block;
        margin: 0 30px 15px 0;
        padding-left: 20px;
        position: relative;
    }

        ul.key li .key-box {
            display: block;
            height: 15px;
            left: 0;
            position: absolute;
            top: 3px;
            width: 15px;
        }

ul.thumbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.thumbs-list li {
        margin: 0 0 20px;
    }

        ul.thumbs-list li img {
            margin: 0 0 5px;
            max-width: 160px;
        }

        ul.thumbs-list li span {
            color: #575757;
            display: block;
        }

.key-wrap {
    border: 1px solid #e0e0e0;
    margin: 0 0 15px;
    padding: 10px 15px 0;
}

    .key-wrap ul.key {
        line-height: 18px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

        .key-wrap ul.key li {
            margin: 0 30px 10px 0;
            padding: 0 0 0 20px;
            position: relative;
            white-space: nowrap;
        }

            .key-wrap ul.key li span.label.purchased {
                background: #86c787;
            }

            .key-wrap ul.key li span.label.limited {
                background: #f3d09a;
            }

            .key-wrap ul.key li span.label.standby {
                background: #e58062;
            }

            .key-wrap ul.key li .label {
                background: #ccc;
                display: block;
                height: 16px;
                left: 0;
                position: absolute;
                top: 1px;
                width: 16px;
            }

.key-legend {
    float: right;
    margin: 0 0 10px;
    position: relative;
    text-align: right;
}

    .key-legend ul.key-list-inline {
        margin: 0;
        list-style: none;
    }

        .key-legend ul.key-list-inline li {
            background: #ccc;
            display: inline-block;
            height: 14px;
            margin: 0;
            width: 14px;
        }

            .key-legend ul.key-list-inline li.purchased {
                background: #86c787;
            }

            .key-legend ul.key-list-inline li.limited {
                background: #f3d09a;
            }

            .key-legend ul.key-list-inline li.standby {
                background: #e58062;
            }

            .key-legend ul.key-list-inline li.matinee {
                background: #76D6EF;
            }

    .key-legend:hover ul.key-list,
    .key-legend:focus ul.key-list {
        display: block;
    }

    .key-legend ul.key-list {
        background: #fff;
        border: 1px solid #CCCCCC;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
        font-size: 14px;
        display: none;
        line-height: 18px;
        list-style: none;
        margin: -4px 0 0 0;
        max-width: 190px;
        padding: 10px 10px 5px;
        position: absolute;
        right: 0;
        text-align: left;
        text-transform: uppercase;
        top: 100%;
        z-index: 1;
    }

        .key-legend ul.key-list li {
            margin: 0 0 5px 0;
            padding: 0 0 0 20px;
            position: relative;
            white-space: nowrap;
        }

            .key-legend ul.key-list li span.label.purchased {
                background: #86c787;
            }

            .key-legend ul.key-list li span.label.limited {
                background: #f3d09a;
            }

            .key-legend ul.key-list li span.label.standby {
                background: #e58062;
            }

            .key-legend ul.key-list li span.label.matinee {
                background: #76D6EF;
            }

            .key-legend ul.key-list li .label {
                background: #ccc;
                display: block;
                height: 14px;
                left: 0;
                position: absolute;
                top: 2px;
                width: 14px;
            }

.now-playing {
    margin: 0 0 5px;
    padding: 10px 0 5px;
}

    .now-playing .h1 {
        margin: 0 0 6px;
    }

.img-wrap.float-left {
    float: none;
}

.img-wrap.float-right {
    float: none;
}

.img-wrap {
    position: relative;
}

    .img-wrap img {
        max-width: 100%;
    }

    .img-wrap .sub-text {
        display: block;
        padding: 5px 0;
    }

    .img-wrap .caption.right-icon {
        text-align: left;
        padding-right: 50px;
    }

        .img-wrap .caption.right-icon i {
            font-size: 26px;
            position: absolute;
            right: 15px;
            top: 6px;
        }

    .img-wrap .caption {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        left: 0;
        line-height: 20px;
        position: absolute;
        padding: 7px 15px;
        text-align: center;
        width: 100%;
    }

        .img-wrap .caption .title {
            display: block;
            padding: 3px 0;
        }

        .img-wrap .caption .hover-text {
            display: block;
            font-size: 14px;
            max-height: 0;
            overflow: hidden;
            padding: 0;
            text-align: left;
            -webkit-transition: max-height 400ms ease;
            transition: max-height 400ms ease;
        }

    .img-wrap a:hover .caption .hover-text {
        max-height: 100px;
    }

    .img-wrap .details {
        background: #252525;
        display: block;
        padding: 10px 15px;
        width: 100%;
    }

        .img-wrap .details span.title {
            display: block;
            font-size: 20px;
        }

        .img-wrap .details span.meta {
            display: block;
            font-size: 14px;
        }

    .img-wrap .icon {
        font-size: 50px;
        height: 50px;
        left: 50%;
        line-height: 50px;
        margin: -25px 0 0 -25px;
        position: absolute;
        top: 40%;
        width: 50px;
    }

    .img-wrap.cta {
        position: relative;
    }

        .img-wrap.cta .cta-text {
            color: #fff;
            display: block;
            font-size: 28px;
            left: 0;
            line-height: 30px;
            padding: 0 30px;
            position: absolute;
            text-align: center;
            text-shadow: 0 2px 2px #000;
            top: 40%;
            width: 100%;
        }

        .img-wrap.cta a:hover img,
        .img-wrap.cta a:focus img {
            opacity: 0.8;
        }

.involved-box {
    margin: 0 0 30px;
    position: relative;
}

    .involved-box .content {
        color: #fff;
        left: 0;
        position: absolute;
        top: 20%;
        text-align: center;
        width: 100%;
    }

        .involved-box .content h2 {
            font-size: 28px;
            line-height: 30px;
            margin: 0 0 20px;
            text-shadow: 0 2px 2px #000;
        }

            .involved-box .content h2 a {
                color: #fff;
            }

    .involved-box:hover img,
    .involved-box:focus img {
        opacity: 0.8;
    }

.vid-wrap {
    height: auto;
    margin: 0 0 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

    .vid-wrap iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.iframe-wrap {
    height: auto;
    margin: 0 0 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

    .iframe-wrap iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.body-copy {
    max-width: 750px;
    margin: 0 auto;
}

.small-copy {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 30px;
}

    .small-copy h3 {
        margin-bottom: 10px;
    }

    .small-copy h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .small-copy h5 {
        margin-bottom: 5px;
    }

    .small-copy p {
        margin-bottom: 15px;
    }

.sponsors-header {
    overflow: hidden;
}

    .sponsors-header span {
        float: left;
        margin: 0 15px 5px 0;
    }

    .sponsors-header .button {
        float: left;
    }

.button-group {
    margin-left: -3px;
    margin-right: -3px;
}

    .button-group:after {
        clear: both;
        content: "";
        display: table;
    }

    .button-group .button {
        float: left;
        margin: 0 3px 6px;
    }

    .button-group.align-center .button {
        float: none;
        margin: 0 5px 10px;
    }

    .button-group.wider {
        margin-left: -5px;
        margin-right: -5px;
    }

        .button-group.wider .button {
            float: none;
            margin: 0 5px 10px;
        }

    .button-group .label {
        color: #000;
        display: inline-block;
        float: left;
        font-size: 15px;
        line-height: 22px;
        margin: 0 3px 6px;
        min-width: 30px;
        padding: 4px 8px;
        position: relative;
        text-align: center;
    }

        .button-group .label:hover .hidden-text,
        .button-group .label:focus .hidden-text {
            display: inline-block;
        }

        .button-group .label .hidden-text {
            background: #fff;
            border: 1px solid #cccccc;
            box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
            display: none;
            font-size: 14px;
            left: 100%;
            margin: 0 0 0 4px;
            padding: 3px 8px;
            position: absolute;
            text-transform: uppercase;
            top: 0;
            white-space: nowrap;
            z-index: 1;
        }

        .button-group .label.text {
            margin-right: 10px;
            padding-left: 0;
            text-align: left;
        }

    .button-group .limited {
        background: #f3d09a;
    }

    .button-group .matinee {
        background: #76D6EF;
    }

    .button-group .purchased {
        background: #86c787;
    }

    .button-group .standby {
        background: #e58062;
    }

.button.on {
    background: #76D6F2;
    border: 1px solid #006EB3;
    color: #000;
}

    .button.on i {
        color: #000 !important;
    }

    .button.on:hover,
    .button.on:focus {
        border-color: #014a7f;
        background: #0077a2;
        color: #fff;
    }

        .button.on:hover i,
        .button.on:focus i {
            color: #fff !important;
        }

.button {
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 20px;
    padding: 4px 8px;
    font-size: 12px;
    text-transform: uppercase;
}

    .button:hover,
    .button:focus {
        background: #0077a2;
        color: #fff;
    }

    .button.accent-1 {
        border-color: #014a7f;
        color: #fff;
    }

        .button.accent-1:hover,
        .button.accent-1:focus {
            background: #0077a2 !important;
        }

    .button.light-gray:hover,
    .button.light-gray:focus {
        background: #76D6F2 !important;
        color: #fff;
    }

    .button.white {
        background: transparent !important;
        border-color: #fff;
        color: #fff;
    }

        .button.white:hover,
        .button.white:focus {
            background: #76D6F2 !important;
            border-color: #76D6F2;
            color: #000;
        }

    .button.large {
        font-size: 18px;
        padding: 6px 10px;
    }

    .button.icon {
        padding-left: 30px;
        position: relative;
    }

        .button.icon.reverse {
            padding: 4px 8px;
            padding-right: 30px;
        }

            .button.icon.reverse i {
                left: auto;
                right: 10px;
            }

        .button.icon i {
            color: #006EB3;
            font-size: 15px;
            left: 10px;
            position: absolute;
            top: 7px;
        }

        .button.icon:hover i,
        .button.icon:focus i {
            color: #fff;
        }

    .button.transparent {
        background: transparent;
        border: 1px solid #76D6F2;
        color: #76D6F2 !important;
        font-size: 15px;
        text-transform: none;
    }

        .button.transparent i {
            color: #76D6F2;
        }

        .button.transparent:hover,
        .button.transparent:focus {
            background: #76D6F2;
            color: #000 !important;
        }

            .button.transparent:hover i,
            .button.transparent:focus i {
                color: #000;
            }

        .button.transparent.white {
            background: transparent !important;
            border: 1px solid #fff;
            color: #fff !important;
        }

            .button.transparent.white:hover,
            .button.transparent.white:focus {
                background: #fff !important;
                color: #000 !important;
            }

    .button.cta {
        border: 1px solid #76D6F2;
        background: #76D6F2;
        color: #000;
        display: inline-block;
        line-height: 20px;
        padding: 10px 20px;
        font-size: 18px;
        text-transform: none;
    }

        .button.cta:hover,
        .button.cta:focus {
            border-color: #014a7f;
            background: #0077a2;
            color: #fff;
        }

    .button.block {
        display: block;
        text-align: center;
    }

    .button.icon-only {
        border: 1px solid #fff;
        color: #006EB3;
        font-size: 20px;
        line-height: 28px;
        padding: 0 8px;
    }

        .button.icon-only:hover,
        .button.icon-only:focus {
            background: transparent;
            color: #252525;
        }

        .button.icon-only.on {
            background: transparent;
            border: 1px solid #fff;
            color: #252525;
        }

            .button.icon-only.on i {
                color: #252525 !important;
            }

.tags .tag {
    margin: 0 5px 5px 0;
}

.tag {
    border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 20px;
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
}

    .tag:hover,
    .tag:focus {
        background: #76D6F2;
        border-color: #76D6F2;
        color: #000;
    }

.sticky-side {
    position: sticky;
    top: 120px;
    z-index: 1;
    width: 40px;
}

    .sticky-side a {
        position: relative;
    }

        .sticky-side a .icon img {
            max-height: 18px;
            position: relative;
            top: -2px;
        }

        .sticky-side a .icon {
            background: #fff;
            border: 2px solid #76D6F2;
            display: block;
            color: #000;
            height: 40px;
            line-height: 36px;
            margin-bottom: -2px;
            position: relative;
            text-align: center;
            width: 40px;
            z-index: 2;
        }

        .sticky-side a:hover span.icon,
        .sticky-side a:focus span.icon {
            background: #76D6F2;
        }

        .sticky-side a:hover span.text,
        .sticky-side a:focus span.text {
            left: -2px;
        }

        .sticky-side a span.text {
            background: #76D6F2;
            font-size: 14px;
            font-weight: 600;
            left: -200px;
            line-height: 40px;
            margin-left: 40px;
            padding: 0 30px 0 10px;
            position: absolute;
            text-transform: uppercase;
            transition: left 300ms ease;
            top: 0;
            z-index: 1;
        }

.social {
    margin: 0 0 30px;
}

    .social a {
        background: #e0e0e0;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        display: inline-block;
        height: 32px;
        margin: 0 3px;
        text-align: center;
        width: 32px;
    }

        .social a:hover,
        .social a:focus {
            background: #fff;
        }

.feature-section {
    background: #000;
    color: #d8d3d3;
}

    .feature-section h3 {
        margin: 0;
    }

    .feature-section a {
        color: #1fc9fe;
    }

        .feature-section a:hover,
        .feature-section a:focus {
            color: #03789d;
        }

    .feature-section .img-wrap {
        margin: 0 0 12px;
    }

.featured-box {
    background: #fff;
    border: 1px solid #cccccc;
    margin: 0 0 30px;
}

    .featured-box > .h3,
    .featured-box > h3 {
        margin: 10px;
    }

    .featured-box .content {
        font-size: 15px;
        line-height: 18px;
        padding: 10px;
    }

        .featured-box .content h3 {
            line-height: 24px;
            margin: 0 0 10px;
        }

        .featured-box .content h4 {
            font-weight: normal;
            margin: 0 0 400
        }

        .featured-box .content p {
            margin: 0 0 10px;
        }

    .featured-box.bottom-button {
        padding-bottom: 60px;
        position: relative;
    }

        .featured-box.bottom-button .button {
            bottom: 15px;
            left: 10px;
            position: absolute;
        }

    .featured-box.bottom-button-group {
        padding-bottom: 60px;
        position: relative;
    }

        .featured-box.bottom-button-group .button-group {
            bottom: 10px;
            left: 10px;
            position: absolute;
        }

.asset-box {
    margin: 0 0 30px;
}

    .asset-box .img-wrap {
        border: 1px solid #cccccc;
    }

    .asset-box p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
        text-align: center;
    }

.listing {
    margin: 0 0 30px;
}

    .listing .item.purchased {
        border-left: 15px solid #86C787;
    }

    .listing .item.limited {
        border-left: 15px solid #F3D09A;
    }

    .listing .item.standby {
        border-left: 15px solid #E58062;
    }

    .listing .item {
        background: #f1f1f1;
        border: 1px solid #cccccc;
        margin: 0 0 15px;
        padding: 15px 15px 5px;
    }

        .listing .item .content {
            background: gray;
            display: grid;
            height: 100%;
            justify-content: center;
            margin: auto 0;
        }

    .listing.simple .item:first-child {
        border-top: none;
    }

    .listing.simple .item {
        background: none;
        border: 1px solid #E0E0E0;
        border-left: none;
        border-right: none;
        margin: 0 0 -1px;
        padding: 20px 0 10px;
    }

    .listing.simple.no-border .item {
        border: none;
        margin: 0 0 30px;
        padding: 0;
    }

    .listing.showtimes .item {
        margin: 0 0 5px;
        min-height: 0;
        padding: 10px 15px 5px;
    }

    .listing.showtimes h4 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .listing.thumbs .item .thumb-wrap {
        margin: 0 0 15px;
    }

        .listing.thumbs .item .thumb-wrap img {
            max-width: 100%;
        }

    .listing.thumbs .item .small-copy {
        margin: 0;
    }

        .listing.thumbs .item .small-copy .button-group {
            display: none;
        }

        .listing.thumbs .item .small-copy .meta {
            display: none;
        }

    .listing.thumbs .item .times {
        max-width: 100%;
        padding: 10px;
    }

    .listing.thumbs .item .url {
        display: none;
    }

    .listing.thumbs.simple .item .thumb-wrap {
        display: none;
    }

    .listing.my-siff .item .small-copy {
        margin: 0;
    }

    .listing.my-siff .item .mid-section {
        position: relative;
    }

        .listing.my-siff .item .mid-section .thumb-wrap {
            margin: 0 130px 15px 0;
        }

            .listing.my-siff .item .mid-section .thumb-wrap img {
                max-width: 100%;
            }

        .listing.my-siff .item .mid-section .button-group {
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 110px;
        }

            .listing.my-siff .item .mid-section .button-group .label {
                left: 0;
                position: absolute;
                top: 1px;
            }

            .listing.my-siff .item .mid-section .button-group .button {
                float: none;
                text-align: center;
                width: 110px;
            }

    .listing.my-siff .item .details.with-label {
        padding-left: 50px;
        position: relative;
    }

        .listing.my-siff .item .details.with-label .button-group {
            left: 0;
            margin: 0;
            position: absolute;
            top: 3px;
        }

    .listing.news .item:first-child {
        border-top: 1px solid #E0E0E0;
    }

    .listing.news .item {
        padding: 10px 0 5px;
    }

    .listing.news .small-copy {
        margin: 0;
    }

        .listing.news .small-copy p {
            margin: 0 0 5px;
        }

.times {
    background: #fff;
    margin: 0 0 10px;
    max-width: 450px;
    padding: 15px 10px;
    text-align: center;
}

    .times h3 {
        font-size: 17px;
        margin: 0 0 15px;
    }

    .times h4 {
        margin: 0 0 15px;
    }

    .times .button-group {
        margin: 0;
    }

        .times .button-group .button {
            font-size: 14px;
            font-weight: 600;
            margin: 1%;
            padding: 4px;
            white-space: nowrap;
            width: 31.33333%;
        }

.detail-box {
    background: #f1f1f1;
    border: 1px solid #cccccc;
    margin: 0 auto 30px;
    max-width: 430px;
    padding: 15px 15px 5px;
}

.sponsors {
    margin: 0 -15px 30px;
    text-align: center;
}

    .sponsors img {
        border: 1px solid #cccccc;
        height: 98px;
        margin: 0 15px 30px;
        width: 258px;
    }


/* Forms */
form.subscribe {
    margin: 0 auto 30px;
    max-width: 440px;
    padding-right: 115px;
    position: relative;
}

    form.subscribe input {
        border: 1px solid #707070;
        margin: -4px 0;
    }

    .subscribe-button button {
        margin-top: -15px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 108px;
    }

        .subscribe-button button:hover,
        .subscribe-button button:focus {
            background: #0077A2;
        }

form.search {
    background: #fff;
    border: 1px solid #cccccc;
    padding-right: 32px;
    position: relative;
}

    form.search input[type="text"] {
        border: none;
        height: 32px;
    }

    form.search button {
        background: transparent;
        border: none;
        color: #006EB3;
        font-size: 20px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
    }

/* Tables */
.table-wrap {
    padding: 0 5px;
    margin: 0 0 30px;
    overflow: auto;
}

    .table-wrap table {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

        .table-wrap table thead {
            background: #fff;
        }

            .table-wrap table thead th {
                border: 1px solid #cccccc;
                border-right: 10px solid #e8e8e8;
                padding: 0;
                padding-top: 110px;
                position: relative;
                text-align: center;
                vertical-align: bottom;
            }

            .table-wrap table thead tr th:first-child {
                border: none;
                border-bottom: 1px solid #cccccc;
                border-left: 1px solid #fff;
                border-right: 10px solid #e8e8e8;
                font-size: 32px;
                font-weight: 600;
                line-height: 36px;
                padding-bottom: 10px;
                padding-right: 20px;
                text-align: left;
                text-transform: uppercase;
            }

            .table-wrap table thead th .rotate {
                left: 0;
                position: absolute;
                text-align: right;
                text-transform: uppercase;
                transform: rotate(270deg);
                top: 35px;
                width: 90px;
            }

                .table-wrap table thead th .rotate span {
                    display: block;
                }

                .table-wrap table thead th .rotate .type {
                    font-size: 12px;
                }

            .table-wrap table thead th .price {
                display: block;
                padding: 5px 0;
            }

            .table-wrap table thead th .button {
                display: block;
            }

        .table-wrap table tbody td {
            border: 1px solid #cccccc;
            padding: 10px;
            text-align: center;
        }

        .table-wrap table tbody td {
            border-right: 10px solid #e8e8e8;
        }

        .table-wrap table tbody tr:nth-child(even) {
            background: #f1fbfd;
        }

        .table-wrap table tbody tr td:first-child {
            text-align: left;
        }

        /* Box Office Table */
        .table-wrap table.box-office thead th:first-child {
            width: auto;
        }

        .table-wrap table.box-office thead th {
            padding-top: 150px;
            width: 110px;
        }

            .table-wrap table.box-office thead th .rotate {
                left: -30px;
                top: 75px;
                width: 160px;
            }

        .table-wrap table.box-office tbody h4 {
            margin: 0;
        }

        .table-wrap table.box-office tbody .button {
            display: block;
            margin: -1px 0;
        }

/* Membership Detail Boxes */
.membership-details {
    border: 1px solid #cccccc;
    margin: 0 0 30px;
}

    .membership-details h4 {
        background: #252525;
        color: #fff;
        margin: -1px;
        padding: 10px 15px;
        text-align: center;
    }

    .membership-details .button-group {
        display: table;
        margin: -1px 0;
        width: 100%;
    }

        .membership-details .button-group .button-label {
            border: 1px solid #cccccc;
            display: table-cell;
            float: none;
            line-height: 20px;
            padding: 4px 8px;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0;
            text-align: center;
            vertical-align: middle;
        }

        .membership-details .button-group .button {
            display: table-cell;
            float: none;
            margin: 0;
            text-align: center;
            vertical-align: middle;
            width: 33.3333%;
        }

    .membership-details .items .item:nth-child(even) {
        background: #f1fbfd;
    }

    .membership-details .items .item {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15px 15px 40px;
        position: relative;
    }

        .membership-details .items .item:before {
            content: "\f005";
            font-family: FontAwesome;
            color: #CC3367;
            left: 15px;
            position: absolute;
            top: 15px;
        }

/* Calendar Schedule */
.calendar-wrap {
    line-height: 20px;
    margin: 0 auto 30px;
    max-width: 1600px;
    position: relative;
}

    .calendar-wrap .schedule-locations {
        border-bottom: 1px solid #252525;
        border-left: 1px solid #252525;
        float: left;
        width: 155px;
    }

        .calendar-wrap .schedule-locations h3 {
            font-size: 16px;
            margin: 0;
            text-transform: uppercase;
        }

        .calendar-wrap .schedule-locations .venue {
            background: #252525;
            border-right: 1px solid #cccccc;
            border-top: 1px solid #252525;
            color: #fff;
            height: 40px;
            padding: 10px;
        }

        .calendar-wrap .schedule-locations .location {
            border-right: 1px solid #252525;
            border-top: 1px solid #cccccc;
            height: 90px;
            padding: 10px;
        }

            .calendar-wrap .schedule-locations .location h3 a {
                color: #575757;
            }

                .calendar-wrap .schedule-locations .location h3 a:hover,
                .calendar-wrap .schedule-locations .location h3 a:focus {
                    color: #006EB3;
                }

    .calendar-wrap .schedule-frame {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #252525;
        overflow: hidden;
        position: relative;
    }

        .calendar-wrap .schedule-frame .pager {
            border-bottom: 0;
            border-top: 0;
            margin: 0;
            width: auto
        }

            .calendar-wrap .schedule-frame .pager.bottom a.next {
                bottom: 0;
                top: auto;
            }

            .calendar-wrap .schedule-frame .pager.bottom a.prev {
                bottom: 0;
                top: auto;
            }

            .calendar-wrap .schedule-frame .pager a.prev,
            .calendar-wrap .schedule-frame .pager a.next {
                background: #252525;
                color: #fff;
                display: block;
                font-size: 30px;
                height: 40px;
                line-height: 38px;
                margin: 0;
                position: absolute;
                text-align: center;
                top: 0;
                width: 30px;
            }

            .calendar-wrap .schedule-frame .pager a.prev {
                border-right: 1px solid #cccccc;
                left: 0;
            }

            .calendar-wrap .schedule-frame .pager a.next {
                border-left: 1px solid #cccccc;
                right: 0;
            }

        .calendar-wrap .schedule-frame .schedule-table {
            width: 3000px;
        }

        .calendar-wrap .schedule-frame .timebar {
            background: #252525;
            border-top: 1px solid #252525;
            color: #fff;
            height: 40px;
            overflow: hidden;
            padding: 10px 0;
        }

            .calendar-wrap .schedule-frame .timebar span {
                float: left;
                display: block;
                min-width: 125px;
                text-align: center;
            }

        .calendar-wrap .schedule-frame .row {
            background: #f1f1f1;
            border-top: 1px solid #cccccc;
            height: 90px;
            margin: 0;
            overflow: hidden;
            position: relative;
        }

            .calendar-wrap .schedule-frame .row .cell:nth-child(even) {
                background: #ffffff;
            }

            .calendar-wrap .schedule-frame .row .cell {
                height: 90px;
                float: left;
                min-width: 125px;
            }

            .calendar-wrap .schedule-frame .row .event a {
                background: #fff;
                border: 1px solid #cccccc;
                color: #252525;
                display: block;
                height: 78px;
                padding: 5px 10px;
                width: 100%;
            }

                .calendar-wrap .schedule-frame .row .event a:hover,
                .calendar-wrap .schedule-frame .row .event a:focus {
                    border-color: #76D6F2;
                }

            .calendar-wrap .schedule-frame .row .event.purchased {
                border-left: 8px solid #86C787;
            }

            .calendar-wrap .schedule-frame .row .event.limited {
                border-left: 8px solid #F3D09A;
            }

            .calendar-wrap .schedule-frame .row .event.standby {
                border-left: 8px solid #E58062;
            }

            .calendar-wrap .schedule-frame .row .event {
                font-size: 13px;
                left: 0;
                position: absolute;
                top: 5px;
                width: 250px;
                z-index: 1;
            }

                .calendar-wrap .schedule-frame .row .event span.title {
                    display: block;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 28px;
                    margin: 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .calendar-wrap .schedule-frame .row .event .time {
                    bottom: 5px;
                    left: 10px;
                    position: absolute;
                }

                .calendar-wrap .schedule-frame .row .event .label {
                    background: #ccc;
                    bottom: 5px;
                    display: block;
                    height: 16px;
                    position: absolute;
                    right: 5px;
                    width: 16px;
                }

                    .calendar-wrap .schedule-frame .row .event .label.purchased {
                        background: #86c787;
                    }

                    .calendar-wrap .schedule-frame .row .event .label.limited {
                        background: #f3d09a;
                    }

                    .calendar-wrap .schedule-frame .row .event .label.standby {
                        background: #e58062;
                    }

/* Calendar header */
.calendar-header {
    position: relative;
}

    .calendar-header .h1 {
        margin: 0 0 10px;
    }

    .calendar-header .button-group-wrap {
        padding-right: 70px;
        position: relative;
    }

    .calendar-header .button-group.grid-list {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

        .calendar-header .button-group.grid-list .button {
            margin-left: 0;
            margin-right: 0;
        }

/* jQuery UI Datepicker */
.datepicker-wrap {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2;
}

    .datepicker-wrap .toggle-datepicker .close {
        display: none;
    }

    .datepicker-wrap .toggle-datepicker.on .open {
        display: none;
    }

    .datepicker-wrap .toggle-datepicker.on .close {
        display: inline;
    }

#datepicker {
    background: #252525;
    border: 1px solid #606060;
    display: none;
    left: 0;
    padding: 15px 30px;
    position: absolute;
    text-transform: none;
    top: 100%;
    z-index: 1;
}

    #datepicker .ui-datepicker-calendar a {
        color: #fff;
        display: block;
        padding: 6px 9px;
    }

        #datepicker .ui-datepicker-calendar a.ui-state-active:hover,
        #datepicker .ui-datepicker-calendar a.ui-state-active:focus {
            color: #fff;
        }

        #datepicker .ui-datepicker-calendar a.ui-state-active {
            background: #006EB3;
            color: #252525;
            border-radius: 100%;
        }

    #datepicker .ui-datepicker-header {
        text-align: center;
    }

    #datepicker .ui-datepicker-title {
        border-bottom: 1px solid #575757;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0px 10px;
        padding: 0 0 10px;
    }

    #datepicker .ui-datepicker-prev {
        color: #cccccc;
        float: left;
        font-size: 14px;
    }

    #datepicker .ui-datepicker-next {
        color: #cccccc;
        float: right;
        font-size: 14px;
    }

        #datepicker .ui-datepicker-prev:hover,
        #datepicker .ui-datepicker-prev:focus,
        #datepicker .ui-datepicker-next:hover,
        #datepicker .ui-datepicker-next:focus {
            color: #fff;
        }

    #datepicker table {
        font-size: 14px;
        margin: 0;
        text-align: center;
        width: 100%;
    }

        #datepicker table th {
            color: #575757;
            text-align: center;
            width: 14.285714%;
        }

        #datepicker table td {
            line-height: 20px;
        }

.filter-tab-nav {
    margin-bottom: -20px;
    text-align: right;
}

.filter-tabs .tab {
    display: none;
}

    .filter-tabs .tab:first-child {
        display: block;
    }


/* Slick Slider Plugin */
.slick-slide {
    outline: none;
}

.hero-slider {
    margin: 0 auto;
    max-width: 1800px;
}

    .hero-slider .slide {
        padding: 0 10px;
    }

        .hero-slider .slide:hover .caption,
        .hero-slider .slide:focus .caption {
            bottom: 0;
        }

    .hero-slider .caption {
        background: rgba(0,0,0,0.6);
        bottom: -100%;
        color: #fff;
        font-size: 24px;
        left: 0;
        padding: 20px;
        position: absolute;
        text-align: left;
        width: 100%;
        -webkit-transition: bottom 300ms ease;
        transition: bottom 300ms ease;
    }

        .hero-slider .caption a {
            color: #fff;
        }

        .hero-slider .caption .title {
            display: block;
            margin: 0 0 5px;
        }

        .hero-slider .caption .sub-text {
            display: block;
            font-size: 17px;
            line-height: 20px;
        }

    .hero-slider .img-wrap {
        background: #000;
    }

        .hero-slider .img-wrap img {
            opacity: 0.5;
            -webkit-transition: opacity 300ms ease;
            transition: opacity 300ms ease;
        }

    .hero-slider .slick-current .img-wrap img {
        opacity: 1;
    }

.hero-slider-wrap {
    position: relative;
}

    .hero-slider-wrap:hover .hero-arrows a.hero-prev,
    .hero-slider-wrap:hover .hero-arrows a.hero-next {
        opacity: 1;
    }

    .hero-slider-wrap .hero-arrows a.slick-disabled {
        opacity: 0 !important;
    }

    .hero-slider-wrap .hero-arrows a.hero-prev,
    .hero-slider-wrap .hero-arrows a.hero-next {
        background: rgba(0,0,0,0.1);
        border: 0;
        color: #fff;
        display: block;
        height: 120px;
        line-height: 120px;
        margin-top: -80px;
        position: absolute;
        opacity: 0;
        overflow: hidden;
        text-align: center;
        top: 50%;
        width: 60px
    }

    .hero-slider-wrap .hero-arrows a.hero-prev {
        left: 0;
    }

    .hero-slider-wrap .hero-arrows a.hero-next {
        right: 0;
    }

.collage-slider-wrap {
    margin: 0 auto;
    max-width: 1800px;
    overflow: hidden;
    position: relative;
}

.collage-slider-offset {
    margin: 0 -10px;
}

.collage-slider {
    display: none;
    height: 360px;
    overflow: hidden;
}

    .collage-slider.slick-initialized {
        display: block;
    }

    .collage-slider .frame {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 360px;
        margin: 0 10px;
        overflow: hidden;
        position: relative;
    }

        .collage-slider .frame .caption {
            background: rgba(0,0,0,0.6);
            bottom: 0;
            color: #fff;
            font-size: 24px;
            left: 0;
            padding: 20px 15px;
            position: absolute;
            width: 100%;
            -webkit-transition: bottom 300ms ease;
            transition: bottom 300ms ease;
        }

            .collage-slider .frame .caption a {
                color: #fff;
            }

            .collage-slider .frame .caption .title {
                display: block;
                margin: 0 0 5px;
            }

            .collage-slider .frame .caption .sub-text {
                display: block;
                font-size: 17px;
                line-height: 20px;
            }

            .collage-slider .frame .caption .button {
                bottom: 15px;
                position: absolute;
                right: 15px;
            }

        .collage-slider .frame .play {
            color: #fff;
            display: block;
            font-size: 50px;
            height: 50px;
            left: 50%;
            line-height: 50px;
            margin: -25px 0 0 -25px;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 50px;
        }

.collage-slider-wrap .collage-arrows a.slick-disabled {
    opacity: 0 !important;
}

.collage-slider-wrap .collage-arrows a.collage-prev,
.collage-slider-wrap .collage-arrows a.collage-next {
    background: rgba(0,0,0,0.1);
    border: 0;
    color: #fff;
    display: block;
    height: 120px;
    line-height: 120px;
    margin-top: -80px;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    text-align: center;
    top: 50%;
    width: 60px
}

.collage-slider-wrap .collage-arrows a.collage-prev {
    left: 0;
}

.collage-slider-wrap .collage-arrows a.collage-next {
    right: 0;
}

.podcast-wrap .podcast-arrows {
    display: none;
}

    .podcast-wrap .podcast-arrows a.podcast-prev,
    .podcast-wrap .podcast-arrows a.podcast-next {
        background: #575757;
        border: 0;
        color: #fff;
        display: block;
        height: 120px;
        line-height: 120px;
        margin-top: -60px;
        position: absolute;
        overflow: hidden;
        text-align: center;
        top: 50%;
        width: 60px
    }

    .podcast-wrap .podcast-arrows a.podcast-prev {
        left: -15px;
    }

    .podcast-wrap .podcast-arrows a.podcast-next {
        right: -15px;
    }

.podcast-wrap .slick-dots {
    line-height: 16px;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}

    .podcast-wrap .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

        .podcast-wrap .slick-dots li.slick-active button {
            background: #76D6F2;
        }

        .podcast-wrap .slick-dots li button {
            border: none;
            border-radius: 100%;
            height: 16px;
            overflow: hidden;
            text-indent: -999px;
            width: 16px;
        }

.gallery-wrap .slide .img-wrap img {
    margin: 0 auto;
    max-height: 580px;
}

.gallery-wrap .slide-count {
    color: #76D6F2;
    font-size: 14px;
    left: 0;
    margin: 7px 0;
    position: absolute;
    top: auto;
}

    .gallery-wrap .slide-count:before {
        content: "\f030";
        font-family: FontAwesome;
        margin-right: 5px;
    }

.gallery-wrap .caption-text {
    padding-left: 100px;
}

.gallery-wrap .gallery-arrows {
    display: none;
}

    .gallery-wrap .gallery-arrows a.gallery-prev,
    .gallery-wrap .gallery-arrows a.gallery-next {
        background: #575757;
        border: 0;
        color: #fff;
        display: block;
        height: 120px;
        line-height: 120px;
        margin-top: -60px;
        position: absolute;
        overflow: hidden;
        text-align: center;
        top: 50%;
        width: 60px
    }

    .gallery-wrap .gallery-arrows a.gallery-prev {
        left: -15px;
    }

    .gallery-wrap .gallery-arrows a.gallery-next {
        right: -15px;
    }

.gallery-nav {
    margin: -10px auto;
    max-width: 600px;
}

    .gallery-nav img {
        margin: 0 3px;
        max-height: 44px;
        max-width: 44px;
    }

        .gallery-nav img.slick-current {
            border: 1px solid #fff;
        }

.gallery-inline {
    background: #252525;
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 15px;
    position: relative;
}

    .gallery-inline .slide .img-wrap img {
        margin: 0 auto;
        max-height: 520px;
    }

    .gallery-inline .slide-count {
        color: #76D6F2;
        font-size: 14px;
        left: 0;
        margin: 7px 0;
        position: absolute;
        top: auto;
    }

        .gallery-inline .slide-count:before {
            content: "\f030";
            font-family: FontAwesome;
            margin-right: 5px;
        }

    .gallery-inline .caption-text {
        padding-left: 100px;
    }

    .gallery-inline .gallery-arrows {
        display: none;
    }

        .gallery-inline .gallery-arrows a.gallery-prev-inline,
        .gallery-inline .gallery-arrows a.gallery-next-inline {
            background: #575757;
            border: 0;
            color: #fff;
            display: block;
            height: 120px;
            line-height: 120px;
            margin-top: -100px;
            position: absolute;
            opacity: 0.4;
            overflow: hidden;
            text-align: center;
            top: 50%;
            width: 60px
        }

        .gallery-inline .gallery-arrows a.gallery-prev-inline {
            left: 15px;
        }

        .gallery-inline .gallery-arrows a.gallery-next-inline {
            right: 15px;
        }

.gallery-nav-inline {
    margin: 10px auto;
    max-width: 600px;
}

    .gallery-nav-inline img {
        margin: 0 3px;
        max-height: 44px;
        max-width: 44px;
    }

        .gallery-nav-inline img.slick-current {
            border: 1px solid #fff;
        }

.carousel-slider {
    margin: 0 0 30px;
}

    .carousel-slider img {
        height: 100px;
        margin: 0 15px;
    }

/* Magnific Popup */
.popup {
    background: #fff;
    border-radius: 0;
    color: #575757;
    margin: 20px auto;
    max-width: 600px;
    position: relative;
}

    .popup .content {
        padding: 40px 30px;
    }

        .popup .content h2 {
            margin: 0 0 10px;
        }

        .popup .content p {
            margin: 0 0 15px;
        }

            .popup .content p.small {
                margin: 0 0 10px;
            }

        .popup .content .side {
            border: 1px solid #cccccc;
            margin: 0 0 30px;
            max-width: 250px;
            padding: 10px;
        }

    .popup .mfp-close {
        border-radius: 100%;
        height: 25px;
        line-height: 27px;
        font-size: 25px;
        opacity: 1;
        position: absolute;
        padding: 0;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 25px;
    }

        .popup .mfp-close:hover,
        .popup .mfp-close:focus {
            background: #f1f1f1;
        }

.video-popup {
    background: #252525;
    border-radius: 5px;
    margin: 20px auto;
    max-width: 960px;
    position: relative;
}

    .video-popup .content {
        padding: 30px 30px 20px;
    }

    .video-popup .mfp-close {
        background: #252525;
        border: 1px solid #cccccc;
        border-radius: 100%;
        color: #cccccc;
        height: 20px;
        line-height: 18px;
        font-size: 20px;
        opacity: 1;
        position: absolute;
        padding: 0;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 20px;
    }

        .video-popup .mfp-close:hover,
        .video-popup .mfp-close:focus {
            background: #000;
            border-color: #fff;
            color: #fff;
        }

.tray-list-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    border-top: solid 3px;
    border-bottom: solid 3px;
    padding: 20px;
    color: #575757;
}

.promo.img-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 1rem;
}

    .promo.img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Page
==========================================================================================================*/
#page {
    padding-top: 44px;
}

    #page.behind {
        left: 0px;
        min-height: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
    }

    #page.overlay:after {
        background: #000;
        bottom: 0;
        content: " ";
        height: 100%;
        left: 0;
        opacity: 0.25;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
    }

    #page div.overlay {
        background: #000;
        bottom: 0;
        content: " ";
        height: 100%;
        left: 0;
        opacity: 0.25;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
    }


/* Header
==========================================================================================================*/
header {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    font-size: 22px;
    left: 0;
    line-height: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

    header a {
        color: #575757;
    }

        header a:hover,
        header a:focus {
            color: #575757;
        }

    header .menu-toggle {
        line-height: 31px;
        margin-top: -16px;
        position: absolute;
        left: 15px;
        top: 50%;
    }

        header .menu-toggle .close {
            display: none;
        }

        header .menu-toggle.opened .open {
            display: none;
        }

        header .menu-toggle.opened .close {
            display: inline;
        }

    header .container {
        position: relative;
    }

    header .logo {
        text-align: center;
    }

        header .logo img {
            height: 44px;
        }

    header .links {
        align-items: center;
        display: flex;
        line-height: 30px;
        margin-top: -15px;
        position: absolute;
        right: 15px;
        top: 50%;
    }

        header .links a {
            display: inline-block;
            margin-left: 30px;
        }

            header .links a:hover,
            header .links a:focus {
                color: #006EB3;
            }

            header .links a.search-toggle span {
                display: block;
            }

            header .links a.search-toggle .close {
                display: none;
            }

            header .links a.search-toggle.opened .open {
                display: none;
            }

            header .links a.search-toggle.opened .close {
                display: block;
            }

    header .buttons {
        display: none;
        margin-top: -14px;
        position: absolute;
        left: 10px;
        top: 50%;
    }

    header .button {
        border: 2px solid #76D6F2;
        background: transparent;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin-left: 5px;
        padding: 2px 12px;
        position: relative;
    }

        header .button:hover,
        header .button:focus {
            background: #76D6F2;
            border-color: #76D6F2;
            color: #000 !important;
        }

    header .user-box.hover {
        max-height: 500px;
        z-index: 3;
    }

    header .user-box {
        font-size: 14px;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        right: 15px;
        top: 34px;
        width: 200px;
        -webkit-transition: max-height 700ms ease;
        transition: max-height 700ms ease;
    }

        header .user-box:after {
            color: #252525;
            content: "\f0d8";
            font-family: FontAwesome;
            font-size: 30px;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 5px;
        }

        header .user-box .user-box-inner {
            padding-top: 20px;
        }

        header .user-box ul {
            background: #252525;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header .user-box ul li {
                margin: 0;
                padding: 10px 0;
            }

                header .user-box ul li a {
                    color: #76D6F2;
                    display: block;
                    padding: 5px 15px;
                }

    header .search-bar {
        background: #252525;
        border-bottom: 1px solid #4A4C4B;
        display: none;
        left: 0;
        padding: 20px 15px;
        position: absolute;
        text-align: center;
        top: 100%;
        width: 100%;
        z-index: -1;
    }

        header .search-bar .search {
            margin: 15px 0;
        }

        header .search-bar .search {
            padding-right: 60px;
        }

            header .search-bar .search input[type=text] {
                font-size: 18px;
                height: 60px;
                line-height: 40px;
                padding: 10px 15px;
            }

        header .search-bar button {
            font-size: 28px;
            height: 60px;
            line-height: 30px;
            padding: 15px;
            width: 60px;
        }

/* Nav (Desktop)
==========================================================================================================*/
nav.desktop {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    display: none;
    text-align: center;
}

    nav.desktop a {
        color: #76D6F2;
    }

    nav.desktop > div {
        padding-left: 0;
        padding-right: 0;
    }

        nav.desktop > div > ul {
            display: flex;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            nav.desktop > div > ul > li {
                display: flex;
                flex-grow: 0;
                margin: 0;
                position: relative;
            }

                nav.desktop > div > ul > li > a {
                    background: white;
                    color: #575757;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    line-height: 20px;
                    font-size: 15px;
                    padding: 9px 25px;
                    text-transform: uppercase;
                }

                    nav.desktop > div > ul > li > a.on:after {
                        background: #76D6F2;
                        bottom: 0;
                        content: " ";
                        height: 4px;
                        left: 0;
                        position: absolute;
                        right: 0;
                    }

                nav.desktop > div > ul > li:hover > a.on:after,
                nav.desktop > div > ul > li:focus > a.on:after {
                    background: #000;
                }

                nav.desktop > div > ul > li:hover > a,
                nav.desktop > div > ul > li:focus > a {
                    background: #252525;
                    color: #76D6F2;
                    opacity: 1;
                }

                nav.desktop > div > ul > li:hover .dropdown,
                nav.desktop > div > ul > li:focus .dropdown {
                    max-height: 500px;
                    z-index: 1;
                }

    nav.desktop .dropdown.position-right {
        left: auto;
        right: 0;
    }

    nav.desktop .dropdown {
        background: #252525;
        border-top: 1px solid #cccccc;
        left: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: -1;
        -webkit-transition: max-height 800ms ease;
        transition: max-height 800ms ease;
    }

        nav.desktop .dropdown ul {
            list-style: none;
            margin: 0;
            min-width: 200px;
        }

            nav.desktop .dropdown ul li {
                margin: 0;
            }

                nav.desktop .dropdown ul li:last-child:not(:first-child) {
                    margin-top: 7px;
                }

                    nav.desktop .dropdown ul li:last-child:not(:first-child) a {
                        padding: 15px 45px 15px 25px;
                    }

                        nav.desktop .dropdown ul li:last-child:not(:first-child) a:after {
                            background: #76D6F2;
                            content: " ";
                            height: 1px;
                            left: 25px;
                            right: 25px;
                            position: absolute;
                            top: -4px;
                        }

                nav.desktop .dropdown ul li a {
                    display: block;
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 22px;
                    padding: 10px 45px 10px 25px;
                    position: relative;
                    white-space: nowrap;
                    transition: background-color 500ms ease;
                }

                    nav.desktop .dropdown ul li a:hover,
                    nav.desktop .dropdown ul li a:focus {
                        background: #000;
                    }


/* Nav (Mobile)
==========================================================================================================*/
nav.mobile.opened {
    margin-left: 0;
}

nav.mobile {
    background: #252525;
    border-right: 1px solid #4A4C4B;
    font-size: 16px;
    margin-left: -100%;
    max-width: 320px;
    padding: 15px;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 1;
    transition: margin-left 500ms;
    -webkit-transition: margin-left 500ms;
}

    nav.mobile a {
        color: #76D6F2;
    }

    nav.mobile .cta {
        border-bottom: 1px solid #4A4C4B;
        border-top: 1px solid #4A4C4B;
        margin: 0 -15px -1px;
        text-align: center;
        text-transform: uppercase;
    }

        nav.mobile .cta a {
            display: block;
            padding: 10px 5px;
            transition: background-color 500ms ease;
        }

            nav.mobile .cta a:hover,
            nav.mobile .cta a:focus {
                background: #000;
            }

    nav.mobile ul {
        list-style: none;
        margin: 0;
    }

        nav.mobile ul li {
            margin: 0;
        }

            nav.mobile ul li a {
                display: block;
                line-height: 20px;
                padding: 10px 0;
            }

            nav.mobile ul li > ul li:last-child:not(:first-child) {
                margin-top: 7px;
            }

                nav.mobile ul li > ul li:last-child:not(:first-child) a {
                    border: 1px solid #76D6F2;
                    margin-bottom: 10px;
                    margin-left: -20px;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                    nav.mobile ul li > ul li:last-child:not(:first-child) a:hover,
                    nav.mobile ul li > ul li:last-child:not(:first-child) a:focus {
                        background: #000;
                        text-decoration: none;
                    }

    nav.mobile > ul > li {
        position: relative;
    }

        nav.mobile > ul > li > a,
        nav.mobile > ul > li > elevent-cart-widget > a{
            color: #fff;
            text-transform: uppercase;
            margin: 0 -15px;
            padding: 20px 15px;
            padding-right: 50px;
            transition: background-color 500ms ease;
        }

            nav.mobile > ul > li > a.on,
            nav.mobile > ul > li > a:hover,
            nav.mobile > ul > li > a:focus,
            nav.mobile > ul > li > elevent-cart-widget > a.on,
            nav.mobile > ul > li > elevent-cart-widget > a:hover,
            nav.mobile > ul > li > elevent-cart-widget > a:focus{
                background: #000;
            }

            nav.mobile > ul > li > a > i,
            nav.mobile > ul > li > elevent-cart-widget > a > i{
                margin-right: 10px;
            }

            nav.mobile > ul > li > a.sub-toggle {
                display: block;
                height: 60px;
                padding: 0;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                width: 40px;
            }

                nav.mobile > ul > li > a.sub-toggle:after {
                    color: #76D6F2;
                    content: "\f107";
                    font-family: FontAwesome;
                    font-size: 20px;
                    line-height: 60px;
                }

                nav.mobile > ul > li > a.sub-toggle.opened:after {
                    content: "\f106";
                }

    nav.mobile ul ul {
        margin: 0;
        padding: 0 0 0 20px;
    }

    nav.mobile > ul li > ul > li > a.on,
    nav.mobile > ul li > ul > li > a:hover,
    nav.mobile > ul li > ul > li > a:focus {
        text-decoration: underline;
    }

    nav.mobile .search-toggle {
        display: none;
    }

    nav.mobile .search {
        background: transparent;
        border-color: #4A4C4B;
        line-height: 20px;
        margin: 15px 0;
        position: relative;
    }

        nav.mobile .search input[type="text"] {
            border: none;
            background: transparent;
            color: #fff;
            height: 32px;
        }

        nav.mobile .search button {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 15px;
        }

.faux-nav-bar.opened {
    left: 0;
}

.faux-nav-bar {
    background: #252525;
    border-right: 1px solid #4A4C4B;
    bottom: 0;
    left: -100%;
    max-width: 320px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: left 500ms;
    -webkit-transition: left 500ms;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


.arrow:before {
    content: "\f0d7";
    font-size: 20px;
    color: #777;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-family: "FontAwesome";
}


.arrow[aria-expanded="true"]:before {
    content: "\f0d8" color: #777;
    transform: rotate(180deg);
}

.accordion-title {
    color: #006EB3;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 20px;
}


h1[id]::before {
    content: '';
    display: block;
    height: 50px;
    margin: -15px 0 0;
}

.ui-accordion-content {
    margin-bottom: 50px;
}

.mg-top {
    margin-top: -50px;
}


/* Section Search
==========================================================================================================*/
section {
    background-color: #252525;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

    section.collage {
        background: #fff;
        height: 640px;
        overflow: hidden;
        padding: 0;
    }

        section.collage .offset {
            margin: 0 -5px;
        }

        section.collage .column {
            float: left;
            margin: 0 0 10px;
            padding: 0 5px;
            width: 100%;
        }

        section.collage .map-frame {
            height: 310px;
            margin: 0 0 20px;
            overflow: hidden;
            position: relative;
        }

            section.collage .map-frame iframe {
                bottom: 0;
                height: 100%;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }

        section.collage .frame {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 310px;
            margin: 0 0 10px;
            overflow: hidden;
            position: relative;
        }

        section.collage .link .caption {
            bottom: 0;
        }

        section.collage .frame:hover .caption,
        section.collage .frame:focus .caption {
            bottom: 0;
        }

        section.collage .caption {
            background: rgba(0,0,0,0.6);
            bottom: -100%;
            color: #fff;
            font-size: 24px;
            left: 0;
            padding: 20px 15px;
            position: absolute;
            width: 100%;
            -webkit-transition: bottom 300ms ease;
            transition: bottom 300ms ease;
        }

            section.collage .caption a {
                color: #fff;
            }

            section.collage .caption .title {
                display: block;
                margin: 0 0 5px;
            }

            section.collage .caption .sub-text {
                display: block;
                font-size: 17px;
                line-height: 20px;
            }

        section.collage .column:nth-child(1) {
            display: none;
        }

        section.collage .column:nth-child(3) {
            display: none;
        }

        section.collage.short {
            height: 310px;
        }

            section.collage.short .offset {
                margin: 0 -10px;
            }

            section.collage.short .column {
                margin: 0 0 20px;
                padding: 0 10px;
            }

            section.collage.short .frame {
                margin: 0 0 20px;
            }

    section.filter {
        background: #f1f1f1;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 0;
    }

        section.filter > .container {
            position: relative;
        }

        section.filter p {
            margin: 0 0 10px;
        }

            section.filter p.label {
                margin: 0 0 5px;
                text-transform: uppercase;
            }

        section.filter ul.key {
            font-size: 12px;
            line-height: 18px;
            margin: 0 0 10px;
            padding: 0;
        }

            section.filter ul.key li {
                margin: 0 15px 0 0;
                padding: 0 0 0 20px;
                position: relative;
                white-space: nowrap;
            }

                section.filter ul.key li span.label.purchased {
                    background: #86c787;
                }

                section.filter ul.key li span.label.limited {
                    background: #f3d09a;
                }

                section.filter ul.key li span.label.standby {
                    background: #e58062;
                }

                section.filter ul.key li .label {
                    background: #ccc;
                    display: block;
                    height: 16px;
                    left: 0;
                    position: absolute;
                    top: 1px;
                    width: 16px;
                }

        section.filter form.search {
            margin: 0 0 10px;
        }

            section.filter form.search.jumbo {
                margin: 7px 0 19px;
            }

            section.filter form.search.jumbo {
                padding-right: 60px;
            }

                section.filter form.search.jumbo input[type=text] {
                    font-size: 18px;
                    height: 60px;
                    line-height: 40px;
                    padding: 10px 15px;
                }

                section.filter form.search.jumbo button {
                    font-size: 28px;
                    height: 60px;
                    line-height: 30px;
                    padding: 15px;
                    width: 60px;
                }


        section.filter .view {
            margin: 0 0 10px;
            text-align: right;
        }

            section.filter .view a {
                color: #666666;
            }

                section.filter .view a.on {
                    color: #000;
                    font-weight: 600;
                }

        section.filter .filter-header {
            font-size: 22px;
            left: 15px;
            position: absolute;
            top: -50px;
        }

        section.filter a.toggle-filters {
            text-transform: uppercase;
        }

            section.filter a.toggle-filters .hide-filters {
                display: none;
            }

            section.filter a.toggle-filters.toggled .hide-filters {
                display: inline;
            }

            section.filter a.toggle-filters.toggled .show-filters {
                display: none;
            }

        section.filter .filter-toggle-wrap {
            background: #D8D8D8;
            border-top: 1px solid #cccccc;
            display: none;
            margin: 0 -15px;
            padding: 15px 15px 5px;
        }

        section.filter a.checkbox {
            color: #575757;
            display: block;
            padding: 7px 0 7px 20px;
            position: relative;
        }

            section.filter a.checkbox:before {
                content: "\f096";
                font-family: FontAwesome;
                left: 0;
                position: absolute;
                top: 7px;
            }

            section.filter a.checkbox.checked:before {
                content: "\f046";
            }

        section.filter .pager {
            margin: 0 0 10px;
        }

            section.filter .pager a.disable {
                opacity: 0.3;
            }

            section.filter .pager a.on {
                color: #000;
                font-weight: 600;
            }

            section.filter .pager a {
                color: #666666;
                margin: 0 10px;
            }

    section.bg-img {
        min-height: 320px;
    }

    section.inline-img {
        padding: 0;
        text-align: center;
    }

        section.inline-img img {
            max-width: 100%;
        }


/* Main
==========================================================================================================*/
main {
    background: #fff;
    padding: 30px 0;
    position: relative;
    z-index: 0;
}


/* Footer
==========================================================================================================*/
footer {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

    footer a {
        color: #76D6F2;
    }

        footer a:hover,
        footer a:focus {
            color: #fff;
        }

    footer .logo img {
        max-width: 100%;
    }

    footer .mission {
        margin: 15px 0;
    }

    footer section {
        border-bottom: 1px solid #76D6F2;
        border-top: 1px solid #76D6F2;
        padding: 30px 0;
    }

        footer section .social {
            text-align: center;
        }

            footer section .social a {
                background: transparent;
                border: 1px solid #909090;
            }

                footer section .social a img {
                    filter: brightness(230%);
                }

                footer section .social a:hover,
                footer section .social a:focus {
                    background: #000;
                }

                    footer section .social a:hover img,
                    footer section .social a:focus img {
                        filter: brightness(300%);
                    }

        footer section ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

    footer .powered {
        margin: 15px 0;
        text-align: center;
    }

    footer .copyright {
        font-size: 13px;
        margin: 0 0 30px;
        text-align: center;
    }


/* Media Queries
=======================================================================================================*/
/* XXS Classes */
@media (min-width:480px) {

    .listing.thumbs .item {
        padding-left: 175px;
        position: relative;
    }

        .listing.thumbs .item .thumb-wrap {
            left: 15px;
            margin: 0;
            max-width: 145px;
            position: absolute;
            top: 15px;
        }

        .listing.thumbs .item .small-copy {
            min-height: 100px;
            padding-left: 0;
            position: static;
        }

            .listing.thumbs .item .small-copy.with-times {
                min-height: 0;
            }

    .listing.thumbs.simple .item {
        padding-left: 165px;
    }

        .listing.thumbs.simple .item .thumb-wrap {
            display: block;
            left: 0;
            top: 25px;
        }

    section.filter .filter-header {
        font-size: 28px;
    }
}

/* XS Classes */
@media (min-width:600px) {

    .hidden-xxs {
        display: block;
    }

    .visible-xxs {
        display: none;
    }

    .img-wrap.float-left {
        float: left;
        margin: 5px 15px 15px 0;
    }

    .img-wrap.float-right {
        float: right;
        margin: 5px 0 15px 15px;
    }

    .img-wrap .details {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .calendar-header .h1 {
        float: left;
        font-size: 26px;
        margin: 0 20px 0 0;
    }

    .listing.thumbs .item .small-copy .meta {
        display: block;
    }

    .listing.thumbs .item .small-copy .button-group {
        display: block;
    }
}

/* SM Classes */
@media (min-width:768px) {

    .container {
        width: 100%;
    }

    .listing.showtimes h4 {
        float: left;
        font-size: 18px;
        margin: 4px 20px 4px 0;
        width: 220px;
    }

    .calendar-header .h1 {
        font-size: 28px;
    }

    .podcast-wrap {
        padding: 0 60px;
        position: relative;
    }

        .podcast-wrap .slick-dots {
            display: none !important;
        }

        .podcast-wrap .podcast-arrows {
            display: block;
        }

    .gallery-wrap {
        padding: 0 60px;
        position: relative;
    }

        .gallery-wrap .gallery-arrows {
            display: block;
        }

    .gallery-inline .gallery-arrows {
        display: block;
    }

    .collage-slider .frame .caption {
        padding-right: 170px;
    }

    .listing.thumbs .item {
        overflow: hidden;
    }

        .listing.thumbs .item .small-copy.with-times {
            float: left;
            width: 48%;
        }

        .listing.thumbs .item .small-copy .button-group {
            margin-bottom: 0;
        }

        .listing.thumbs .item .times {
            float: right;
            max-width: 275px;
            min-width: 275px;
        }

    .listing.thumbs.simple .item .url {
        display: block;
    }

    .my-siff-group {
        padding-left: 120px;
        position: relative;
    }

        .my-siff-group .side-date {
            border: 1px solid #CCCCCC;
            left: 0;
            font-size: 26px;
            height: 100%;
            line-height: 30px;
            position: absolute;
            padding: 15px;
            text-align: center;
            width: 121px;
            top: 0;
        }

    .listing.my-siff .item {
        padding-left: 175px;
        position: relative;
    }

        .listing.my-siff .item .mid-section {
            position: static;
        }

            .listing.my-siff .item .mid-section .thumb-wrap {
                left: 15px;
                position: absolute;
                top: 15px;
            }

                .listing.my-siff .item .mid-section .thumb-wrap img {
                    max-width: 145px;
                }

            .listing.my-siff .item .mid-section .button-group {
                padding-left: 50px;
                right: 15px;
                top: 15px;
                width: 160px;
            }

        .listing.my-siff .item .details.with-label {
            padding-left: 0;
        }

        .listing.my-siff .item .details .button-group {
            left: 0;
            margin: 0;
            position: absolute;
            top: 3px;
        }

    #page {
        padding-top: 54px;
    }

    header .logo img {
        height: 54px;
    }

    header .search-bar .search input[type=text] {
        font-size: 28px;
        padding: 10px 50px;
    }

    header .user-box:after {
        left: 72px;
        opacity: 0;
        right: auto;
    }

    header .menu-toggle {
        display: none;
    }

    header .buttons {
        display: block;
    }

    nav.desktop {
        display: block;
    }

    nav.mobile {
        top: 54px;
    }

        nav.mobile.opened {
            display: none;
        }

    .faux-nav-bar.opened {
        display: none;
    }

    section.collage .link .caption {
        bottom: -100%;
    }

    section.collage .column:nth-child(1) {
        display: block;
        width: 40%;
    }

    section.collage .column:nth-child(2) {
        width: 60%;
    }

    section.collage .column:nth-child(1) .frame:nth-child(1) {
        height: 400px;
    }

    section.collage .column:nth-child(1) .frame:nth-child(2) {
        height: 220px;
    }

    section.collage.short .column:nth-child(1) {
        width: 50%;
    }

    section.collage.short .column:nth-child(2) {
        width: 50%;
    }

    section.collage.short .column:nth-child(1) .frame:nth-child(1) {
        height: 310px;
    }

    section.collage.short .column:nth-child(2) .frame:nth-child(2) {
        height: 310px;
    }

    section.filter p.clear-all-wrap {
        position: absolute;
        right: 15px;
        top: 2px;
    }

    section.filter .filter-toggle-wrap {
        background: transparent;
        border-top: none;
        display: block !important;
        margin: 0;
        padding: 0;
    }

    section.filter form.search.jumbo input[type=text] {
        font-size: 28px;
        padding: 10px 50px;
    }
}

/* MD Classes */
@media (min-width:992px) {

    .container {
        width: 970px;
    }

    .md-small-text {
        font-size: 15px;
        line-height: 22px;
    }

    .now-playing .button-group {
        margin-left: -20px;
    }

    .line-breaks br {
        display: block;
    }

    .collage-slider-wrap .collage-arrows a.collage-prev,
    .collage-slider-wrap .collage-arrows a.collage-next {
        opacity: 0;
    }

    .collage-slider-wrap:hover .collage-arrows a.collage-prev,
    .collage-slider-wrap:hover .collage-arrows a.collage-next {
        opacity: 1;
    }

    .listing.thumbs .item .small-copy.with-times {
        width: 60%;
    }

    header.dark {
        background: #252525;
    }

        header.dark a {
            color: #fff;
        }

        header.dark .logo a img {
            filter: brightness(900%);
        }

    section.collage .column:nth-child(1) {
        width: 28.4%;
    }

    section.collage .column:nth-child(2) {
        width: 43.2%;
    }

    section.collage .column:nth-child(3) {
        display: block;
        width: 28.4%;
    }

    section.collage .column:nth-child(1) .frame:nth-child(1) {
        height: 400px;
    }

    section.collage .column:nth-child(1) .frame:nth-child(2) {
        height: 220px;
    }

    section.collage .column:nth-child(3) .frame:nth-child(1) {
        height: 220px;
    }

    section.collage .column:nth-child(3) .frame:nth-child(2) {
        height: 400px;
    }

    footer section .social {
        text-align: left;
    }

        footer section .social a {
            margin: 0 6px 6px 0;
        }

    footer section ul {
        text-align: left;
    }

    footer .powered {
        float: left;
        margin: 20px 0;
        text-align: left;
    }

    footer .copyright {
        margin: 30px 0;
    }

    .promo-img-container {
        display: flex;
        justify-content: center;
    }
}

/* LG Classes */
@media (min-width:1200px) {

    .container {
        width: 1170px;
    }

    .listing.thumbs .item .small-copy.with-times {
        width: 68%;
    }

    .table-wrap table.box-office thead th {
        width: 150px;
    }

        .table-wrap table.box-office thead th .rotate {
            left: -15px;
        }

    header .mega-menu .row > .col-extra {
        display: block;
    }
}

/* MAX Classes */
@media (min-width:1700px) {

    section.collage .offset {
        margin: 0 auto;
        max-width: 1800px;
    }

    section.collage.short .offset {
        margin: 0 auto;
        max-width: 1800px;
    }
}
