.c_game_info_content {
    position: relative
}

.c_game_info_content .internal_nav {
    display: none
}

@media screen and (min-width:940px) {
    .c_game_info_content .internal_nav {
        display: block;
        position: fixed;
        right: 35px;
        top: 35%;
        z-index: 999;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .c_game_info_content .internal_nav ul {
        display: block
    }
    .c_game_info_content .internal_nav ul:before, .c_game_info_content .internal_nav ul:after {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0
    }
    .c_game_info_content .internal_nav ul:before {
        right: -1px;
        width: 2px;
        bottom: 0;
        background: black
    }
    .c_game_info_content .internal_nav ul li {
        text-align: right
    }
    .c_game_info_content .internal_nav ul li a {
        display: inline-block;
        position: relative;
        color: black;
        text-transform: uppercase;
        padding: 15px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin-bottom: -1px
    }
    .c_game_info_content .internal_nav ul li a .sticky_link {
        display: inline-block;
        position: relative;
        padding: 0 10px;
        line-height: 30px;
        background: rgba(255, 255, 255, .6);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .c_game_info_content .internal_nav ul li a .sticky_link:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 30px 10px;
        border-color: transparent transparent rgba(255, 255, 255, .6);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .c_game_info_content .internal_nav ul li a .sticky_link:after {
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 10px;
        border-color: transparent transparent transparent rgba(255, 255, 255, .6);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .c_game_info_content .internal_nav ul li a:before {
        display: block;
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: black;
        top: 50%;
        margin-top: -5px;
        right: -5px;
        z-index: 2;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .c_game_info_content .internal_nav ul li a .scroll {
        display: none;
        position: absolute;
        right: -2px;
        top: 0;
        width: 4px;
        height: 0;
        background: #0077a8
    }
    .c_game_info_content .internal_nav ul li a.active, .c_game_info_content .internal_nav ul li a:hover {
        color: #0077a8
    }
    .c_game_info_content .internal_nav ul li a.active:before, .c_game_info_content .internal_nav ul li a:hover:before {
        background: #0077a8
    }
    .c_game_info_content .internal_nav ul li a.active .sticky_link, .c_game_info_content .internal_nav ul li a:hover .sticky_link {
        color: white;
        background: #ec623b
    }
    .c_game_info_content .internal_nav ul li a.active .sticky_link:before, .c_game_info_content .internal_nav ul li a:hover .sticky_link:before {
        border-color: transparent transparent #ec623b
    }
    .c_game_info_content .internal_nav ul li a.active .sticky_link:after, .c_game_info_content .internal_nav ul li a:hover .sticky_link:after {
        border-color: transparent transparent transparent #ec623b
    }
    .c_game_info_content .internal_nav ul li a:hover {
        padding-right: 30px
    }
    .c_game_info_content .internal_nav ul li a.current .scroll {
        display: block
    }
    .c_game_info_content .internal_nav ul li a.active .scroll {
        display: block;
        bottom: 0;
        height: 100%!important
    }
}

.c_game_info_content .game_info_header {
    background: url(gameinfo-intro.jpg) center center;
    background-size: cover;
    position: relative;
    height: auto;
    padding: 20px 40px
}

.c_game_info_content .game_info_header .intro {
    opacity: 0;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, .6);
    padding: 15px
}

.c_game_info_content .game_info_header .intro div h1 {
    font-family: Montserrat, Source Sans Pro, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px
}

.c_game_info_content .game_info_header .intro div h2 {
    font-family: Shadows Into Light, cursive;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    line-height: 25px;
    margin-top: 5px
}

@media screen and (min-width:560px) {
    .c_game_info_content .game_info_header {
        padding: 80px
    }
    .c_game_info_content .game_info_header .intro {
        width: 80%;
        margin: auto;
        padding: 20px 40px
    }
    .c_game_info_content .game_info_header .intro div h1 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        margin: 10px 0
    }
    .c_game_info_content .game_info_header .intro div h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 10px 0;
        font-weight: 400
    }
}

@media screen and (min-width:940px) {
    .c_game_info_content .game_info_header {
        margin-top: -80px;
        height: 100vh
    }
    .c_game_info_content .game_info_header .intro {
        position: absolute;
        top: 35%;
        width: 50%;
        left: 25%
    }
    .c_game_info_content .game_info_header .intro div h1 {
        font-size: 50px;
        line-height: 50px
    }
    .c_game_info_content .game_info_header .intro div h2 {
        font-size: 50px;
        line-height: 50px
    }
}

.c_game_info_content .game_info_header .scroll_down_wrapper {
    display: none
}

@media screen and (min-width:940px) {
    .c_game_info_content .game_info_header .scroll_down_wrapper {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 200px;
        height: 80px;
        margin-left: -100px;
        text-align: center
    }
    .c_game_info_content .game_info_header .scroll_down_wrapper .scroll_down {
        display: block;
        position: relative;
        font-family: Shadows Into Light, cursive;
        color: #000;
        text-transform: uppercase;
        height: 60px;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        cursor: pointer
    }
    .c_game_info_content .game_info_header .scroll_down_wrapper .scroll_down:after {
        content: url("scroll-down.png");
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-animation: float-x 1s infinite alternate;
        animation: float-x 1s infinite alternate
    }
}

@-webkit-keyframes float-x {
    from {
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%)
    }
    to {
        -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%)
    }
}

@keyframes float-x {
    from {
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%)
    }
    to {
        -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%)
    }
}

#cboxCurrent {
    display: none!important
}

@media screen and (min-width:560px) {
    #cboxCurrent {
        display: block!important
    }
}

.c_game_info_content .game_info_description {
    position: relative
}

.c_game_info_content .game_info_description .info_description {
    position: relative
}

.c_game_info_content .game_info_description .info_description .game_info_img_s {
    width: 100%;
    height: auto
}

.c_game_info_content .game_info_description .info_description div .white_background {
    background: white;
    padding: 20px;
    font-size: 14px;
    line-height: 19.6px
}

.c_game_info_content .game_info_description .info_description div .white_background h3 {
    display: inline-block;
    font-family: Montserrat, Source Sans Pro, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px
}

.c_game_info_content .game_info_description .info_description div .white_background h3:after {
    display: inline-block;
    content: '';
    width: 50px;
    height: 2px;
    background: url(trait.png);
    background-size: cover;
    margin: 10px 0 0 10px
}

.c_game_info_content .game_info_description .info_description div .white_background p {
    margin-bottom: 10px
}

.c_game_info_content .game_info_description .info_description div .white_background ul {
    padding-left: 20px
}

.c_game_info_content .game_info_description .info_description div .white_background ul li {
    position: relative;
    font-weight: 700;
    margin-bottom: 10px
}

.c_game_info_content .game_info_description .info_description div .white_background ul li:before {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNzkyQTBGOTY3ODAxMUU2QTM4NkFGOEVERDY1MTFDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNzkyQTBGQTY3ODAxMUU2QTM4NkFGOEVERDY1MTFDNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3OTJBMEY3Njc4MDExRTZBMzg2QUY4RURENjUxMUM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3OTJBMEY4Njc4MDExRTZBMzg2QUY4RURENjUxMUM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XvLJcQAAAJ1JREFUeNqMklENgDAMRDccYKEWsDALWMACFrCAhVkACVjAAhZKmxxJM1gHySV8vGu6uwZmDjHGSUT670nBJGLRJZpdGJNXwGo6RGMVhoEK01au9nILMAB8VtMB/SdsTKkwDaGVAJJSw9qF/9/empqwQm7tPAE83QciAQZIn9Eh68OUQ7VSkikke3VbcPEOiQBetZuwsNab/5zoLcAA8tZax4raGtoAAAAASUVORK5CYII=);
    background-size: cover;
    left: -20px;
    top: 4px
}

.c_game_info_content .game_info_description .info_description div .white_background ul li:last-child {
    margin-bottom: 0
}

@media screen and (min-width:560px) {
    .c_game_info_content .game_info_description .info_description div .white_background {
        padding: 40px
    }
    .c_game_info_content .game_info_description .info_description div .white_background h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px
    }
    .c_game_info_content .game_info_description .info_description div .white_background h3:after {
        width: 100px;
        height: 3px;
        margin: 20px 0 0 10px
    }
    .c_game_info_content .game_info_description .info_description div .white_background p {
        margin-bottom: 20px
    }
    .c_game_info_content .game_info_description .info_description div .white_background ul {
        padding-left: 30px
    }
    .c_game_info_content .game_info_description .info_description div .white_background ul li {
        margin-bottom: 20px
    }
    .c_game_info_content .game_info_description .info_description div .white_background ul li:before {
        width: 11px;
        height: 16px;
        top: 2px;
        left: -24px
    }
}

@media screen and (min-width:940px) {
    .c_game_info_content .game_info_description .info_description {
        min-height: 70vh;
        padding: 100px 0 20px;
        display: table;
        table-layout: fixed;
        width: 100%;
        background-size: cover!important;
        background-position: center right;
        background-repeat: no-repeat
    }
    .c_game_info_content .game_info_description .info_description .game_info_img_s {
        display: none
    }
    .c_game_info_content .game_info_description .info_description div {
        display: table-cell;
        vertical-align: middle
    }
    .c_game_info_content .game_info_description .info_description div .white_background {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        background: none;
        padding: 30px 50px;
        background: rgba(255, 255, 255, .6);
        font-size: 14px;
        line-height: 19.6px
    }
    .c_game_info_content .game_info_description .info_description div .white_background h3 {
        font-size: 40px;
        line-height: 40px
    }
    .c_game_info_content .game_info_description .info_description.info_ride {
        background-image: url(gameinfo-ride.jpg)
    }
    .c_game_info_content .game_info_description .info_description.info_play {
        background-image: url(gameinfo-play.jpg)
    }
    .c_game_info_content .game_info_description .info_description.info_challenges {
        background-image: url(gameinfo-challenges.jpg)
    }
    .c_game_info_content .game_info_description .info_description.info_share {
        background-image: url(gameinfo-share.jpg)
    }
}

.c_game_info_content .game_info_description .info_screenshots {
    position: relative;
    padding: 10px;
    background-position: top left, top left, top right;
    background-repeat: repeat-y, repeat, repeat-y
}

.c_game_info_content .game_info_description .info_screenshots ul {
    display: block;
    font-size: 0;
    text-align: center
}

.c_game_info_content .game_info_description .info_screenshots ul li {
    display: inline-block;
    width: 46%;
    margin: 2%
}

.c_game_info_content .game_info_description .info_screenshots ul li a {
    display: block;
    position: relative;
    line-height: 0
}

.c_game_info_content .game_info_description .info_screenshots ul li a img {
    width: 100%;
    height: auto
}

.c_game_info_content .game_info_description .info_screenshots ul li a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: white;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c_game_info_content .game_info_description .info_screenshots ul li a .hidden {
    visibility: hidden
}

@media screen and (min-width:560px) {
    .c_game_info_content .game_info_description .info_screenshots {
        padding: 20px 10px
    }
    .c_game_info_content .game_info_description .info_screenshots ul li {
        width: 23%;
        margin: 1%
    }
}

@media screen and (min-width:940px) {
    .c_game_info_content .game_info_description .info_screenshots {
        padding: 20px 80px;
        min-height: 30vh;
        display: table;
        table-layout: fixed
    }
    .c_game_info_content .game_info_description .info_screenshots ul {
        display: table-cell;
        vertical-align: middle;
        font-size: inherit
    }
    .c_game_info_content .game_info_description .info_screenshots ul li {
        width: 24%;
        margin: 0
    }
    .c_game_info_content .game_info_description .info_screenshots ul li a {
        overflow: hidden
    }
    .c_game_info_content .game_info_description .info_screenshots ul li a img {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .c_game_info_content .game_info_description .info_screenshots ul li a .title {
        opacity: .5
    }
    .c_game_info_content .game_info_description .info_screenshots ul li a:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    .c_game_info_content .game_info_description .info_screenshots ul li a:hover .title {
        opacity: 1
    }
}

.c_game_info_content .game_info_description .info_screenshots.screenshots_ride, .c_game_info_content .game_info_description .info_screenshots.screenshots_challenges {
    background-color: #0077a8;
    background-image: url(color-blue-noise-left.jpg), url(color-blue-noise.jpg), url(color-blue-noise-right.jpg)
}

.c_game_info_content .game_info_description .info_screenshots.screenshots_play, .c_game_info_content .game_info_description .info_screenshots.screenshots_share {
    background-color: #ec623b;
    background-image: url(color-orange-noise-left.jpg), url(color-orange-noise.jpg), url(color-orange-noise-right.jpg)
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: url(overlay.png) repeat 0 0;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(controls.png) no-repeat -101px 0
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(controls.png) no-repeat -130px 0
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(controls.png) no-repeat -101px -29px
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(controls.png) no-repeat -130px -29px
}

#cboxMiddleLeft {
    width: 21px;
    background: url(controls.png) left top repeat-y
}

#cboxMiddleRight {
    width: 21px;
    background: url(controls.png) right top repeat-y
}

#cboxTopCenter {
    height: 21px;
    background: url(border.png) 0 0 repeat-x
}

#cboxBottomCenter {
    height: 21px;
    background: url(border.png) 0 -29px repeat-x
}

#cboxContent {
    background: #fff;
    overflow: hidden
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494
}

#cboxLoadingOverlay {
    background: url(loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(loading.gif) no-repeat center center
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: -25px -25px
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}


/* Season Pass Region
----------------------------------------------------------- */
.seasonPass {
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
  z-index: 50;
}
.seasonPass:before, .seasonPass:after {
  content: '';
  display: block;
  position: absolute;
}
.seasonPass:before {
  background: url(steep_home-seasonpass-character.png) bottom left no-repeat;
  background-size: contain;
  height: 100%;
  bottom: 0;
  left: 20px;
  width: 510px;
}
.seasonPass:after {
  background: url(steep_home-seasonpass-heli.png) top left no-repeat;
  background-size: cover;
  height: 241px;
  top: 0; right: 3%;
  width: 370px;
  z-index: 10;
}

.row-fluid [class*="span"].seasonPass-col {
  background: #ec623b url(steep_home-seasonpass-bg.jpg) top center no-repeat;
  background-size: cover;
  float: none;
  padding: 35px 40px 20px;
  /* margin-bottom: 50px; */
}
.seasonPass-col .btn {
  background: #fff url(cta.png) top left no-repeat;
  background-size: cover;
  color: #000;
  display: inline-block;
  float: right;
  font-family: Montserrat, Source Sans Pro, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 50px;
  padding: 0 20px 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.seasonPass-col .btn:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 50px 25px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0; right: 100%;
  width: 0;
  transition: all .2s ease-in-out
}
.seasonPass-col .btn:hover {
  background: url(cta.png) top left no-repeat #000;
  background-size: cover;
  color: #fff;
}
.seasonPass-col .btn:hover:before { border-color: transparent transparent #000; }

.seasonPass-header { 
  text-align: center;
  z-index: 1;
  position: relative;
}
.seasonPass-header h3 {
  color: #fff;
  display: inline-block;
  font-family: Montserrat, Source Sans Pro, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
}
.seasonPass-header h3:before, .seasonPass-header h3:after {
  background: #fff;
  display: block;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 7px;
  width: 90px;
}
.seasonPass-header h3:before { right: 100%; }
.seasonPass-header h3:after { left: 100%; }
.seasonPass-header span {
  color: #000;
  display: block;
  font-family: Shadows Into Light, cursive;
  font-size: 24px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 480px;
  text-transform: uppercase;
}

.seasonPass-content {
  color: #fff;
  margin: 0 auto;
  max-width: 660px;
  padding: 20px 0;
  zoom: 1;
}
.seasonPass-content:before, .seasonPass-content:after { content:""; display: block; overflow: hidden; }
.seasonPass-content:after { clear: both; }
.seasonPass-contentSummary, .seasonPass-contentFeatures {
  box-sizing: border-box;
  float: left;
}
.seasonPass-contentSummary {
  line-height: 24px;
  padding-right: 15px;
  width: 70%;
}
.seasonPass-contentSummary strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.seasonPass-contentFeatures {
  padding-top: 1em;
  width: 30%;
}
.seasonPass-contentFeatures ul {
  line-height: 24px;
  list-style-position: inside;
  list-style-type: disc;
}
.seasonPass-contentFeatures li {}

.seasonPass-footer {
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 40px 50px 40px;
}

@media screen and (max-width: 1180px) {
  .seasonPass:before { left: -60px; }
  .seasonPass:after { right: 0; }
}

@media screen and (max-width: 1024px) {
  .seasonPass:before {
    left: -42%;
    transform: translate(50%, 0);
  }
  .seasonPass:after {
    right: -60px;
    top: -20px;
  }
}

@media screen and (max-width: 920px) {
  .seasonPass:before {
    left: -225px;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .seasonPass:after {
    height: 182px;
    width: 280px;
  }
  .row-fluid [class*="span"].seasonPass-col {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .seasonPass-footer .btn {
    display: inline-block;
    float: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 660px) {
  .seasonPass-header {
    padding: 0 120px;
  }
  .seasonPass-header span {
    max-width: 9999px;
  }
}

@media screen and (max-width: 559px) {
  .row-fluid [class*="span"].seasonPass-col { padding-bottom: 60px; }
  .seasonPass-header {
    padding: 0 60px;
  }
  .seasonPass:after {
    right: -70px;
    top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .row-fluid [class*="span"].seasonPass-col {
    padding-top: 60px;
  }
  .seasonPass:after { top: -30px; }
  .seasonPass-header h3 {
    display: block;
    margin-left: -80px;
    margin-right: -80px;

    &:before, &:after { display: none; }
  }
}