/* ===\\=================//=== *
 * ====\\=== GENERAL ===//==== *
 * =====\\=============//===== */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    /*-webkit-backface-visibility: hidden;*/
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

#loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 1;
    background-color: #fff;

    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;

    transition: top .5s ease-in, z-index 0.1s ease 1s;
    -webkit-transition: top .5s ease-in, z-index 0.1s ease 1s;
    -moz-transition: top .5s ease-in, z-index 0.1s ease 1s;
}

    #loader img {
        max-width: 250px;
    }

.pace-done #loader {
    z-index: -1;
    top: -101%;
}

.mobileOnly {
    display: none;
}

a {
    outline: 0;
    border: 0;
    text-decoration: none;
    color: #f22c2c;
    font-weight: bold;
}

.addb4:before {
    content: '';
    width: 0px;
    height: 100%;
    margin-right: -4px;
    display: inline-block; *display: inline;zoom: 1;
    vertical-align: middle;
}

.v_middle, .v_top, .v_bottom {
  display: inline-block; *display: inline; zoom: 1;
}

.v_top { vertical-align: top; }
.v_middle { vertical-align: middle; }
.v_bottom { vertical-align: bottom; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; float: none; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Archivo Black', sans-serif;
}

h1 {

}

h2 {
    font-size: 2vw;
    padding-bottom: 1em;
}

p {
    line-height: 2;
    letter-spacing: .04em;
    color: #252525;
    font-size: 14px;
}



/* ===\\================//=== *
 * ====\\=== HEADER ===//==== *
 * =====\\============//===== */

.hidenewsletter header nav ul li.newsletterlink {
    display: none;
}
 
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    z-index: 500;
    background-color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.19);
}

    header .trigger {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        header .logo {
            position: absolute;
            top: 40px;
            left: 26px;
            opacity: 1;

            transition: all .2s;

        }

        header .logo.hidden {
            opacity: 0;
        }

            header .logo img {
                display: block;
                position: absolute;
                width: 184px;
                height: auto;

                transition: opacity .2s;
            }

            header .logo img:first-child {
                opacity: 1;
            }

            header.darkLogo .logo img:first-child {
                opacity: 0;
            }

            header .logo img:last-child {
                opacity: 0;
            }

            header.darkLogo .logo img:last-child {
                opacity: 1;
            }

    header nav {
        text-align: left;
        margin-left: 17px;
    }

        header nav ul {
            list-style-type: none;
            font-size: 10px;
            font-weight: bold;
            background-color: #fff;
        }

        @media all and (max-width: 1360px) {
            header nav ul {
                font-size: 9px;
            }
        }

        header nav > ul {
            text-transform: uppercase;
        }

            header nav > ul > li {
                display: inline-block; *display: inline; zoom: 1;
                vertical-align: top;
                line-height: 1;
                position: relative;
            }

            header nav ul li {
                color: #161616;
                letter-spacing: .07em;
            }

            .no-touchevents header nav ul li:hover {
                background-color: #f22c2c;
                color: #ffffff;
            }

                header nav ul li a {
                    color: inherit;
                }

                .no-touchevents header nav ul li a:hover {

                }

                header nav > ul > li > a {
                    display: block;
                    line-height: 30px;
                    padding: 0px 12px;
                }

                @media all and (max-width: 1230px) {
                    header nav > ul > li > a {
                        padding: 0px 8px;
                    }
                }

                header nav ul li a.cursor-reset {
                    cursor: default;
                }

                header nav ul li ul {
                    position: absolute;
                    top: 30px;
                    left: 0px;
                    width: 225px;
                    padding-bottom: 8px;
                    display: none;
                }

                .no-touchevents header nav ul li:hover ul {
                    display: block;
                }

                    header nav ul li ul li {

                    }

                        header nav ul li ul li a {
                            margin: 0px 16px;
                            padding: 13px 0px;
                            line-height: 1.3;
                            border-bottom: 1px solid #e1e1e1;
                            display: block;
                        }

                        .no-touchevents header nav ul li ul li:hover a,
                        .no-touchevents header nav ul li ul li a.borderAdjust,
                        header nav ul li ul li:last-child a {
                            border-bottom: 1px solid transparent;
                        }

    header .cta {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 30px;
        overflow: hidden;
    }

        header .cta span {
            display: inline-block; *display: inline; zoom: 1;
            vertical-align: top;
            line-height: 30px;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: .07em;
            padding: 0px 8px;
        }

        header .cta a {
            display: inline-block; *display: inline; zoom: 1;
            vertical-align: top;
            margin-right: -3px;
            line-height: 30px;
            background-color: #363636;
            font-family: "Archivo Black", sans-serif;
            font-size: 15px;
            letter-spacing: .07em;
            padding: 0px 20px;
        }

        header .cta a:nth-child(2) {
            padding: 0px 10px 0px 20px;   
        }

        header .cta a:nth-child(3) {
            padding: 0px 20px 0px 10px;   
        }

    @media all and (max-width: 1290px) {
        header .cta span {
            font-size: 9px;
        }

        header .cta a {
            font-size: 12px;
        }
    }

    @media all and (max-width: 1156px) {
       header .cta span {
           display: none;
       } 
    }





/* ===\\================================//=== *
 * ====\\=== MAIN CONTENT CONTAINER ===//==== *
 * =====\\============================//===== */

    main {
      position: relative;
      min-height: 100%;
      margin-bottom: -445px;
    }

        main:before {
            content: '';
            display: block;
            height: 30px;
        }

        main:after {
            content: '';
            display: block;
            height: 445px;
        }

        #content {
            margin: auto;
        }

            #content .maxWidth {
                max-width: 1000px;
                margin: auto;
                position: relative;
                z-index: 2;
                clear: both;
            }





/* ===\\=============//=== *
* ====\\=== HOME ===//==== *
* =====\\==========//===== */

.home {}

    /*top slideshow*/
    .hero {
        background-color: #ffffff;
        position: relative;
        height: 1800px;
    }

        .home .hero.cycle-slideshow .slide {
            width: 100%;
            height: 100%;
        }

            .home .hero.cycle-slideshow .slide > a {
                display: block;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
            }

            .home .hero.cycle-slideshow .mainCaption {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 50%;
                height: 97%;
                z-index: 3;
                text-align: right;
            }

                .home .hero.cycle-slideshow .mainCaption .inner {
                    padding-right: 12%;
                    opacity: 0;
                }

                    .home .hero.cycle-slideshow .mainCaption h1 {
                        color: #1e1e1e;
                        line-height: 1.1;
                        font-size: 3.4vw;
                    }

                    .home .hero.cycle-slideshow .mainCaption h1 .tiny {
                        color: #1e1e1e;
                    }

                    .home .hero.cycle-slideshow .mainCaption h1 span.h2,
                    .home .hero.cycle-slideshow .mainCaption h2 {
                        color: #f22c2c;
                        display: block;
                        font-size: 1.6vw;
                        line-height: 1.2;
                        padding-top: 9px;
                    }

                    .home .hero.cycle-slideshow .mainCaption h1 span.commaAdj {
                        /* adjusts h1 to remove hanging punctuation */
                        position: relative;
                        right: -2.5%;
                    }

                    .home .hero.cycle-slideshow .mainCaption h2 span.commaAdj {
                        /* adjusts h1 to remove hanging punctuation */
                        position: relative;
                        right: -1.2%;
                    }

                    .home .hero.cycle-slideshow .mainCaption h2.mobileOnly {
                        display: none;
                    }

                    .home .hero.cycle-slideshow span.button {
                        display: inline-block; *display: inline; zoom: 1;
                        border: 1px solid #ebebeb;
                        padding: 17px 22px;
                        margin-top: 30px;
                        color: #a7a7a7;
                        text-transform: uppercase;
                        letter-spacing: .08em;

                        transition: all .3s;
                    }

                        .home .hero.cycle-slideshow span.button a {
                            color: #a7a7a7;

                            transition: all .3s;
                        }

                        .home .hero.cycle-slideshow span.button:after {
                            content: '';
                            display: inline-block; *display: inline; zoom: 1;
                            vertical-align: middle;
                            width: 0px;
                            height: 0px;
                            border-left: 9px solid #acacac;
                            border-top: 5px solid transparent;
                            border-bottom: 5px solid transparent;
                            margin-left: 7px;
                            position: relative;
                            top: -1px;

                            transition: border-left .3s;
                        }

                    .no-touchevents .home .hero.cycle-slideshow span.button:hover {
                        border: 1px solid #A2A2A2;
                        color: #f22c2c;

                        transition: all .1s;
                    }

                       .no-touchevents .home .hero.cycle-slideshow span.button:hover a {
                            color: #f22c2c;
                        }

                        .no-touchevents .home .hero.cycle-slideshow span.button:hover:after {
                            border-left: 9px solid #f22c2c;
                        }

                /*alternate slideshow layout*/

                    .home .hero.cycle-slideshow .slide.version2 .mainCaption ul {
                        list-style-type: none;
                        margin: 20px 10px 10px 0px;
                    }

                        .home .hero.cycle-slideshow .slide.version2 .mainCaption ul li {
                            line-height: 1.2;
                            padding-bottom: .5em;
                            position: relative;
                            color: #5a5a5a;
                            letter-spacing: .03em;
                            font-weight: bold;
                        }

                            .home .hero.cycle-slideshow .slide.version2 .mainCaption ul li:after {
                                content: '\2022';
                                position: absolute;
                                color: #f22c2c;
                                top: 0px;
                                right: -10px;
                            }

                    .home .hero.cycle-slideshow .slide.version2 .mainCaption h2.v2 {
                        padding-bottom: 0;
                        padding-top: 0;
                        font-size: 1vw;
                        display: inline-block; *display: inline; zoom: 1;
                        vertical-align: middle;
                        margin: 7px 19px 12px 0px;
                    }

                    .home .hero.cycle-slideshow .slide.version2 .mainCaption span.button {
                        margin-top: 0px;
                        padding: 9px 13px;
                        font-size: 10px;
                    }

                /*end alternate slideshow layout*/

            .home .hero.cycle-slideshow .slide .bigHolder > .vignette {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0px;
                right: 0px;
                z-index: 2;
                background-image: url('../images/vignette-slideshow.png');
                background-size: 100% 1px;
                background-position: 100% 0%;
                background-repeat: repeat-y;
            }

            .home .hero.cycle-slideshow .imageHolder {
                position: absolute;
                width: 65%;
                height: 100%;
                left: 0px;
                top: 0px;
                z-index: 1;
            }

                .home .hero.cycle-slideshow .imageHolder .vignette {
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    z-index: 4;
                    width: 100%;
                    height: 161px;
                    background-image: url('../images/vignette-caption.png');
                    background-repeat: repeat-x;
                    background-position: bottom left;
                }

                .hero .dots {
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    z-index: 3;
                    width: 100%;
                    height: 100%;
                    background-image: url('../images/pattern-dots-1px.png');
                    background-size: 2px 4px;
                    background-repeat: repeat;
                    background-position: 0px 0px;
                }
				.hero .dots {display: none;}

                .hero .photo {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    height: 100%;
                    width: 100%;
                    z-index: 2;
                    background-position: 0px 0px;
                }

                .hero .mobilePhoto {
                    display: none;
                }

            .home .hero.cycle-slideshow figcaption {
                position: absolute;
                bottom: 20px;
                left: 29px;
                z-index: 3;
                font-weight: bold;
                font-size: 13px;
                color: #fff;
                width: 42%;
                max-width: 380px;
                min-width: 270px;
            }

                .home .hero.cycle-slideshow figcaption img {
                    display: block;
                    width: 300px;
                    height: auto;
                    margin: 0px 0px 4px -6px;
                }

                .home .hero.cycle-slideshow figcaption p {
                    color: inherit;
                    line-height: 1.3;
                }

                    .home .hero.cycle-slideshow figcaption p strong {
                        color: #f22c2c;
                    }

    /*version 3 slides - full image*/
    .hero .slide.version3 a {
        display: block;
    }

    .hero .slide.version3 .mobilePhoto {
        display: none;
    }

    .hero .slide.version3 .desktopPhoto {
        display: block;
        height: 100%;
    }

        .home .hero .cycle-pager {
            position: absolute;
            bottom: 20px;
            right: 6%;
            z-index: 101;
        }

            .home .hero .cycle-pager span {
                display: inline-block; *display: inline; zoom: 1;
                vertical-align: middle;
                width: 12px;
                height: 12px;
                border-radius: 6px;
                background-color: #e1e1e1;
                margin-left: 9px;
                cursor: pointer;
                text-indent: 100px;
                overflow: hidden;
            }

            .home .hero .cycle-pager span.cycle-pager-active {
                background-color: #f22c2c;
            }


    /*newsletter signup bar*/
    .dividerBar {
        height: 83px;
        background-color: #f22c2c;
        color: #fff;
        text-align: right;
        padding-right: 6%;
        overflow: hidden;
        position: relative;
    }

    .dividerBar.signup.email {
        cursor: pointer;
    }

    .writeup .dividerBar {
        padding-right: 4%;
    }

        .dividerBar .incentives {
            position: absolute;
            top: 10px;
            left: 43px;
            text-align: left;
        }

        .linkinpark .dividerBar .incentives {
            top: 23px;
        }

            .dividerBar .incentives p {
                color: #fff;
                font-family: "Archivo Black", sans-serif;
                font-weight: 400;
                font-size: 22px;
                letter-spacing: 0em;
                line-height: 1;
            }

                .dividerBar .incentives p span {
                    display: block;
                }

                .dividerBar .incentives span:first-child {
                    padding-bottom: 7px;
                }

                .dividerBar .incentives span:last-child {
                    font-size: 18px;
                }

        .dividerBar h3,
        .writeup .dividerBar h3 {
            text-transform: uppercase;
            font-size: 29px;
            line-height: 1;
            margin-right: 19px;
            position: relative;
            top: -3px;
            color: #fff;
        }

        .dividerBar.email.signup h3 {
            margin-right: 0px;
        }

        .writeup .dividerBar h3 {
            top: 7px;
        }

            .dividerBar a {
                color: #fff;
                font-weight: normal;
            }

            .dividerBar h3 span.icon {
                display: block;
                position: absolute;
                top: -20px;
                left: -58px;
                z-index: 1;
                width: 84px;
                height: 104px;
                background-image: url('../images/email.png');
                background-size: 84px auto;
                background-position: 0px 0px;
                background-repeat: no-repeat;
            }

            .dividerBar h3 span.text {
                position: relative;
                z-index: 2;
            }

                .dividerBar h3 span.small {
                    display: block;
                    font-size: 11px;
                    position: relative;
                    top: 1px;
                    z-index: 2;
                }

        .dividerBar form {

        }

            .dividerBar form input[type="email"] {
                font-family: sans-serif;
                font-weight: bold;
                color: #A0A0A0;
                background-color: #fff;
                letter-spacing: .03em;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                font-size: 12px;
                width: 141px;
                padding: 0px 14px;
                height: 33px;
            }

            .dividerBar form input[type="submit"] {
                font-family: sans-serif;
                font-weight: bold;
                color: #fff;
                background-color: #7d7d7d;
                letter-spacing: .03em;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                font-size: 12px;
                margin-left: -4px;
                width: 78px;
                padding: 0px 13px;
                height: 33px;
                cursor: pointer;

                transition: background-color .2s;
            }

            .no-touchevents .dividerBar form input[type="submit"]:hover,
            .no-touchevents .dividerBar form input[type="submit"]:focus {
                background-color: #363636;

                transition: background-color .1s;
            }

            ::-webkit-input-placeholder {
               color: #c1c1c1;
            }

            :-moz-placeholder { /* Firefox 18- */
               color: #c1c1c1;
            }

            ::-moz-placeholder {  /* Firefox 19+ */
               color: #c1c1c1;
            }

            :-ms-input-placeholder {
               color: #c1c1c1;
            }

    hr.shadow {
        border: 0;
        height: 6px;
        background-image: linear-gradient(to right, rgba(232,232,232, .1), rgba(232,232,232, 1), rgba(232,232,232, .1));
    }

    .writeup hr.shadow {
        margin-bottom: 30px;
    }

    .home #content {
        max-width: none;
        margin-top: 40px;
        text-align: center;
    }

    /*3-box layout*/
    .home .threeCol {
        text-align: center;
        padding: 0px 26px;
        margin-bottom: 40px;
    }

        .home .threeCol .col {
            background-color: transparent;
            width: 31%;
            margin: 0% 1%; /*fallback*/
            margin-right: calc(1.2% - 4px);
            margin-left: 1.2%;
            text-align: left;
            position: relative;
        }

            .home .threeCol h1 {
                background-color: #363636;
                color: #fff;
                font-size: 1.85vw;
                line-height: 1;
                padding: 12px 50px 13px 22px;
                position: relative;
            }

                .home .threeCol h1 .corner.tr {
                    /*top right corner*/
                    display: block;
                    position: absolute;
                    top: -1px;
                    right: -1px;
                    height: 100%;
                    height: calc(100% + 2px);
                    width: auto;
                }

            .home .threeCol .corner.bl {
                /*bottom left corner*/
                position: absolute;
                bottom: -1px;
                left: -1px;
                z-index: 101;
            }

            .home .threeCol .cycle-slideshow {

            }

                .home .threeCol .cell {
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                }


    /* VIDEO / TEXT MODULE */
    .text-video {
        text-align: right;
        padding: 0px 26px;
        margin-bottom: 40px;
    }

    .text-video .text-column {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        margin: 0 2% 0 0;
    }

    .home .text-video .vidHold {
        display: inline-block;
        vertical-align: middle;
        border: none;
        margin: 0 1% 0 0;
        width: 64.4%;
    }

    .text-video h1 {
        font-size: 3.45vw;
        line-height: 1.15;
    }

    .text-video h2 {
        font-size: 1.34vw;
        line-height: 1.25;
        padding-top: 1em;
        color: #f22c2c;
    }

    .text-video button {
        background-color: #f22c2c;
        color: #fff;
        border-radius: 5px;
        font-weight: 400;
        font-family: 'Archivo Black', sans-serif;
        font-size: 1.45vw;
    }

    .text-video button a {
        color: inherit;
        font-weight: 400;
        padding: 0.9em 1.3em;
        display: block;
    }

    .text-video .poster img.corner.tr {
        position: absolute;
        z-index: 10;
        top: -1px;
        right: -1px;
    }

    .text-video .poster img.corner.bl {
        position: absolute;
        z-index: 10;
        bottom: -1px;
        left: -1px;
    }


    /* latest news preview */
    article.news {
        background-color: #252525;
        color: #fff;
        padding: 35px 0px;
        text-align: left;
        clear: both;
    }

        article.news .inner {
            max-width: 1000px;
            margin: auto;
        }

            article.news h1 {
                font-size: 1.85vw;
                line-height: 1;
            }

            @media all and (max-width: 1500px) {
                article.news h1 { font-size: 28px; }
            }

                article.news h1 span {
                    display: inline-block; *display: inline; zoom: 1;
                    vertical-align: bottom;
                    line-height: 1;
                }

                article.news h1 span.smaller {
                    font-family: sans-serif;
                    font-weight: bold;
                    font-size: 12px;
                    color: #cdcdcd;
                    position: relative;
                    top: -2px;
                    padding-left: 12px;
                    text-transform: uppercase;
                    letter-spacing: .03em;
                }

                @media all and (max-width: 1420px) {
                    article.news h1 span.smaller { top: -1px; }
                }

            article.news .feed {
                border-left: 1px solid #4b4b4b;
                margin-left: 24px;
                padding: 5px 0px 5px 15px;
            }

                article.news .feed h2 {
                    font-size: 19px;
                    font-family: sans-serif;
                    font-weight: bold;
                    padding-bottom:  0px;
                }

                article.news .feed p {
                    line-height: 1.8;
                    letter-spacing: .03em;
                    padding-top: 6px;
                    color: #fff;
                }

                    article.news .feed p a {
                        text-transform: uppercase;
                    }


    .randoText {
        margin: 65px 0px;
    }

        .randoText h2 {
            text-transform: uppercase;
            font-size: 25px;
            padding-bottom: 18px;
            line-height: 1;
        }

        .randoText p {
            letter-spacing: .03em;
            line-height: 1.6;
            font-size: 14px;
        }

    .home #content .maxWidth {
        max-width: 1200px;
    }

    /*homepage grid*/
    .home .gallery {
        margin-bottom: 80px;
    }

        ul.grid {
            /*width: 87%;*/
            margin: auto;
        }

            .grid-sizer {
                width: 18%;
            }

            .gutter-sizer {
                width: 2.5%;
            }

            .grid li {
                display: block;
                float: left;
                opacity: 0;
                width: 18%;
                cursor: pointer;
            }

                .grid li .hoverlay {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    background-image: url('../images/vignette-grid.png');
                    background-color: transparent;
                    background-size: 1px 100%;
                    background-position: bottom left;
                    background-repeat: repeat-x;
                    z-index: 2;
                    opacity: 0;

                    transition: opacity .2s;
                }

                .no-touchevents .grid li:hover .hoverlay {
                    opacity: 1;
                }

                    .grid li .hoverlay img {
                        width: 27px;
                        height: auto;
                        opacity: 0;

                        transition: opacity .2s;
                    }

                    .no-touchevents .grid li:hover .hoverlay img {
                        opacity: 1;
                    }

                @media all and (max-width: 1024px) {
                    .artists .grid-item .hoverlay img {
                        opacity: 1;
                    }
                }


                .grid li > a,
                .grid li img.photo {
                    outline: none;
                    border: none;
                    display: block;
                    max-width: 100%;
                    position: relative;
                    z-index: 1;
                }

                .grid li > img {
                    filter: grayscale(0);
                    -webkit-filter: grayscale(0);
                }

                .grid li img.photo {
                    opacity: 0;
                }

                .no-touchevents .grid li:hover > img {
                    filter: grayscale(1);
                    -webkit-filter: grayscale(1);
                }

            .grid li.shown,
            .no-js .grid li,
            .no-cssanimations .grid li {
                opacity: 1;
            }

            /* Effect 2: Move Up */
            .grid.effect-2 li.animate {
                -webkit-transform: translateY(200px);
                    -ms-transform: translateY(200px);
                        transform: translateY(200px);
                -webkit-animation: moveUp 0.65s ease forwards;
                        animation: moveUp 0.65s ease forwards;
            }

            @-webkit-keyframes moveUp {
                0% { }
                100% { -webkit-transform: translateY(0); opacity: 1; }
            }

            @keyframes moveUp {
                0% { }
                100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
            }

        .gallery a.button,
        .video a.button,
        .packages a.button,
        .artists a.button,
        .news a.button,
        .event a.button {
            display: inline-block; *display: inline; zoom: 1;
            vertical-align: middle;
            font-family: 'Archivo Black';
            text-transform: uppercase;
            font-size: 15px;
            letter-spacing: .03em;
            font-weight: normal;
            color: #fff !important;
            background-color: #f22c2c;
            padding: 11px 70px;
            margin-top: 28px;
        }


    .home .video {
        background-color: #252525;
        position: relative;
        height: auto;
    }

        .home .video:before {
            content: '';
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
            width: 100%;
            height: 47%;
            background-color: #fff;
        }

        .home .video h1 {
            font-size: 2.4vw;
            position: relative;
            z-index: 2;
        }

        @media all and (min-width: 1500px) {
            .home .video h1 { font-size: 36px; }
        }

        .vidHold {
            position: relative;
            margin: 0px auto;
            z-index: 2;
        }

        .vid-upload {
            /*for embedded HTML5 videos*/
            margin: -64px 0px 50px;
        }

        .home .vidHold {
            border: 10px solid #fff;
            margin: 8px auto 0px;
            width: 66%;
        }

            .vidHold video {
                width: 100%;
            }

            .vidHold .poster {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 2;
                opacity: 1;
                background-size: cover;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                text-align: center;
                cursor: pointer;

                transition-property: opacity, z-index;
                transition-duration: .4s, 0s;
                transition-delay: 0s, 0s;
            }

            .vidHold.isPlaying .poster {
                z-index: 0;
                opacity: 0;

                transition-property: opacity, z-index;
                transition-duration: .4s, 0s;
                transition-delay: 1.5s, 1.9s;
            }

                .vidHold .poster .play {
                    width: 111px !important;
                    height: auto;
                    opacity: 1;

                    transition-property: opacity;
                    transition-duration: .4s;
                    transition-delay: 0s;
                }

                .vidHold.isPlaying .poster .play {
                    opacity: 0;

                    transition-property: opacity;
                    transition-duration: .4s;
                    transition-delay: .2s;
                }

            body .vidHold iframe {
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 1;
            }

        .home .video p {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: .07em;
            color: #fff;
            width: 50%;
            max-width: 630px;
            margin: 31px auto 0px;
            line-height: 1.7;
        }

            .home .video p strong {
                color: #f22c2c;
            }

            .home .video a.button {
                margin-bottom: 53px;
            }

/*homepage font size maximums*/
@media all and (min-width: 1920px) {

    .home .hero .mainCaption h1 { font-size: 65px; }

    .home .hero .mainCaption h1 span.h2,
    .home .hero .mainCaption h2 { font-size: 30px; }

    .home .threeCol h1 { font-size: 35px; }

    .home .news h1 { font-size: 32px; }

}




/* ===\\===========================//=== *
 * ====\\=== CAMP / EVENT PAGE ===//==== *
 * =====\\=======================//===== */

.cventLink.mob {
    display: none !important;
}

.event {}

    .event main {}

        .eventHeader {
            position: relative;
            background-color: #111111;
            color: #ffffff;
        }

            .corporate .eventHeader .info,
            .camp .eventHeader .info,
            .contact .eventHeader .info {
                width: 66%;
                padding-left: 6%;
                position: relative;
                z-index: 3;
                margin-top: 40px;
            }

            @media all and (min-width: 1800px) {
                .corporate .eventHeader .info,
                .camp .eventHeader .info,
                .contact .eventHeader .info {
                    width: 63%;
                }
            }

            /*
            .judaspriest .eventHeader .info {
                width: 60%;
            }
            */

                .eventHeader h1 {
                    font-size: 3.1vw;
                    line-height: 1.1;
                    padding: 19px 20px 21px;
                    position: relative;
                }

                /*
                .judaspriest .eventHeader h1 {
                    font-size: 2.9vw;
                }
                */

                .eventHeader h1.gimmeShadow {
                    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
                }

                @media all and (min-width: 1800px) {
                    .eventHeader h1 { font-size: 56px; }
                }

                    .eventHeader h1 strong {
                        color: #f22c2c;
                        font-weight: normal;
                    }

                    .eventHeader h1 .smaller {
                        font-size: 1.77vw;
                    }

                    .linkinpark .eventHeader h1 .smaller {
                        font-size: 1.3vw;
                        margin-top: 0.3em;
                    }

                    .eventHeader h1 .tiny,
                    .home .hero h1 .tiny {
                        font-family: sans-serif;
                        font-size: 14px;
                        color: #fff;
                        margin-left: 10px;
                    }

                        .eventHeader h1 .tiny img,
                        .home .hero h1 .tiny img {
                            display: inline-block; *display: inline; zoom: 1;
                            vertical-align: baseline;
                            height: 14px;
                            width: auto;
                        }

                    .eventHeader h1 img.vol2 {
                        display: block;
                        position: absolute;
                        top: -37px;
                        left: -20px;
                        width: 158px;
                        height: auto;
                    }

                .eventHeader hr {
                    height: 1px;
                    width: 100%;
                    background-image: linear-gradient(to right, rgba(138,138,138,1), rgba(138,138,138,0));
                }

                .eventHeader .info h2 {
                    font-family: sans-serif;
                    font-weight: bold;
                    font-size: 1.65vw;
                    text-transform: uppercase;
                    letter-spacing: .03em;
                    padding: 18px 20px 0px;
                }

                    .eventHeader .info h2 sup {
                        font-size: .8vw;
                    }

                @media all and (min-width: 1500px) {
                    .eventHeader .info h2 { font-size: 25px; }
                    .eventHeader .info h2 sup { font-size: 12px;}
                }

            /* Band logos in Headline (-_-) */
            .eventHeader h1 span.pic {
                display: inline-block; *display: inline; zoom: 1;
                vertical-align: middle;
                height: .9em;
                position: relative;
            }

                .eventHeader h1 span.pic img {
                    display: block;
                    position: absolute;
                    top: -0.07em;
                    left: 0px;
                    height: 0.9em;
                    width: auto;
                }

            .eventHeader h1 span.logo-aliceinchains { width: 14.7vw; }
                .eventHeader h1 span.logo-aliceinchains img { height: 1.2em; top: -0.25em; }

            .eventHeader h1 span.logo-stonetemplepilots { width: 4vw; }
                .eventHeader h1 span.logo-stonetemplepilots img { height: 1.1em; top: -0.15em; }

            .eventHeader h1 span.logo-linkinpark { width: 15.1vw; }
                .eventHeader h1 span.pic.logo-linkinpark img { top: -0.07em; height: 0.9em; }

            .eventHeader h1 span.logo-korn { width: 4.1vw; }
                .eventHeader h1 span.pic.logo-korn img { top: -0.3em; height: 1.3em; }

            .eventHeader h1 span.logo-head { width: 9.7vw; }
                .eventHeader h1 span.pic.logo-head img { top: -0.49em; height: 2.1em; }

            .nancywilson .eventHeader h1 span.pic.logo1 { width: 10vw; }
                .nancywilson .eventHeader h1 span.pic.logo1 img { top: -0.17em; height: 1.1em; }

            @media all and (min-width: 1800px) {
                .eventHeader h1 span.pic.logo-aliceinchains { width: 266px; }
                .eventHeader h1 span.pic.logo-stonetemplepilots { width: 72px; }
                .eventHeader h1 span.pic.logo-linkinpark { width: 274px; }
                .eventHeader h1 span.pic.logo-korn { width: 66px; }
                .eventHeader h1 span.pic.logo-head { width: 175px; }
                .nancywilson .eventHeader h1 span.pic.logo1 { width: 180px; }
            }



            .eventHeader .floater {
                position: absolute;
                bottom: 22px;
                right: 28px;
                z-index: 3;
                text-align: right;
            }

                .eventHeader .floater img {
                    width: 91px;
                    height: auto;
                }

                .eventHeader .floater.buddy-guy img {
                    width: 140px;
                }

                .eventHeader .floater p {
                    text-transform: uppercase;
                    font-weight: bold;
                    letter-spacing: .05em;
                    padding-top: 8px;
                    color: #fff;
                    line-height: 1.4;
                }

                @media all and (min-width: 1024px) {
                    .eventHeader .floater p {
                        line-height: 1.2;
                        font-size: 14px;
                    }
                }


            .eventHeader .bg.layer1 {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: 1;
            }

            .eventHeader .bg.layer2 {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: 2;
            }

        .event .dividerBar {
            height: 73px;
            padding-right: 28px;
        }

            .event .dividerBar h3 {
                font-size: 2.45vw;
                top: -1px;
                margin-right: 0px;
            }

            @media all and (min-width: 1400px) {
                .event .dividerBar h3 { font-size: 34px;}
            }

                .event .dividerBar h3:after {
                    content: '';
                    display: inline-block; *display: inline; zoom: 1;
                    width: 0px;
                    height: 0px;
                    border-left: 17px solid #fff;
                    border-top: 12px solid transparent;
                    border-bottom: 12px solid transparent;
                    margin-left: 5px;
                }

                .event .writeup {
                    width: 68%;
                    margin-right: 5%;
                    margin-top: 75px;
                    
                }
                .event .writeup .starburst2 {
                    position: relative;
                    display: flex;
            
                }
                .event .writeup .starburst2 img {
                   margin-top: -35px;
                   

            
                }

                .event.corporate .maxWidth.writeup {
                    width: auto;
                }

                    .event .writeup .vidHold {
                        margin-bottom: 30px;
                    }

                #sidebar {
                    width: 26%;
                    margin-top: 75px;
                    margin-bottom: 80px;
                    border-left: 1px solid #f2f2f2;
                    border-right: 1px solid #f2f2f2;
                    position: relative;
                    text-align: left;
                }

                    #sidebar .shadowL {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0px;
                        left: -15px;
                        width: 15px;
                        height: 100%;
                        background-image: linear-gradient( rgba(138,138,138,0), rgba(138, 138, 138, 0.11), rgba(138,138,138,0) );
                    }

                        #sidebar .shadowL:before {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            width: 100%;
                            height: 100%;
                            background-image: url('../images/vignette-sidebarL.png');
                            background-repeat: repeat-y;
                            background-position: top left;
                            background-size: 100% 1px;
                        }

                    #sidebar .shadowR {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0px;
                        right: -15px;
                        width: 15px;
                        height: 100%;
                        background-image: linear-gradient( rgba(138,138,138,0), rgba(138, 138, 138, 0.11), rgba(138,138,138,0) );
                    }

                        #sidebar .shadowR:before {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 0px;
                            right: 0px;
                            width: 100%;
                            height: 100%;
                            background-image: url('../images/vignette-sidebarR.png');
                            background-repeat: repeat-y;
                            background-position: top left;
                            background-size: 100% 1px;
                        }

                    #sidebar .pkgScroll,
                    #sidebar .ctaBtn {
                        background-color: #DA2032;
                        border-radius: 10px;
                        color: #fff;
                        font-family: "Archivo Black", sans-serif;
                        font-size: 16px;
                        display: block;
                        padding: 10px 30px 10px 15px;
                        margin: 0px 20px 40px;
                        width: 60%;
                        line-height: 1.3;
                    }

                    #sidebar h4 {
                        font-size: 17px;
                        line-height: 1.3;
                        padding: 0px 20px;
                    }

                    #sidebar h5 {
                        font-size: 15px;
                        letter-spacing: .03em;
                        line-height: 1.6;
                        padding: 7px 20px 0px;
                    }

                    #sidebar a {
                        font-weight: 400;
                    }

                    #sidebar ul {
                        list-style-type: none;
                        margin-top: 18px;
                        margin-bottom: 45px;
                        padding: 0px 20px;
                    }

                        #sidebar ul li {
                            margin-bottom: 18px;
                        }

                            #sidebar ul li p {
                            }

                                #sidebar ul li a {
                                    font-weight: bold;
                                }

                                    #sidebar ul li a img {
                                        width: 18px;
                                        height: auto;
                                        display: inline-block; *display: inline; zoom: 1;
                                        vertical-align: middle;
                                        margin-right: 12px;
                                        position: relative;
                                        top: -2px;
                                        opacity: .2;
                                        image-rendering: pixelated;
                                    }

                                    .no-touchevents #sidebar ul li a:hover img {
                                        opacity: 1;
                                    }

                                    #sidebar ul li a span {
                                        display: inline-block; *display: inline; zoom: 1;
                                        vertical-align: middle;
                                        width: 80%;
                                    }

                    #sidebar .starburst {
                        text-align: center;
                        max-width: 250px;
                        margin: 20px auto 0 auto;
                    
                    }

            .event .rockers {
                display: block;
                background-color: #252525;
                position: relative;
                text-align: center;
                margin-top: 75px
            }

                .event .rockers:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 152px;
                    position: relative;
                    z-index: 0;
                    background-color: #fff;
                    margin-top: -152px;
                }

                .event .rockers .inner {
                    margin: auto;
                    max-width: 1300px;
                }

                    .event .rockers h2 {
                        text-transform: uppercase;
                        color: #fff;
                        font-size: 1.8vw;
                        padding: 25px 0px 38px;
                    }

                    @media all and (min-width: 1670px) {
                        .event .rockers h2 {
                            font-size: 30px;
                        }
                    }

                        .event .rockers h2 strong {
                            font-weight: normal;
                            color: #f22c2c;
                        }

                    .event .rockers ul {
                        list-style-type: none;
                        position: relative;
                        z-index: 1;
                        text-align: left;
                    }

                    @media all and (max-width: 1399px) {
                        .event .rockers ul {
                            width: 88%;
                        }
                    }

                        .event .rockers ul.grid .grid-sizer {
                            width: 23%
                        }

                        .event .rockers ul.grid .gutter-sizer {
                            width: 2.66%;
                        }


                        .event .rockers ul li {
                            width: 23%;
                            margin-bottom: 33px;
                            text-align: center;
                            cursor: pointer;
                        }

                            .event .rockers ul li .photo {
                                width: 100%;
                                border: 1px solid #fff;
                                box-sizing: border-box;
                                background-size: cover;
                                background-position: 50% 50%;
                                background-repeat: no-repeat;
                            }

                            .event .rockers ul li p {
                                text-transform: uppercase;
                                font-family: 'Archivo Black', sans-serif;
                                font-size: 14px;
                                padding-top: 10px;
                                line-height: 1.3;
                                letter-spacing: .02em;
                                color: #fff;
                            }

                            .event .rockers ul li.endPiece p {
                                /*this class makes the text black since the "end pieces" are on a white background*/
                                color: #000;
                            }

                                .event .rockers ul li p strong {
                                    font-weight: normal;
                                    color: #f22c2c;
                                    font-size: 17px;
                                }

                                @media all and (max-width: 1399px) {
                                    .event .rockers ul li p strong {
                                        font-size: 13px;
                                    }
                                }


        .event .writeup hr {
            width: 140px;
            display: block;
            height: 1px;
            background-color: #ccc;
            margin: auto;
        }

        .event img.albums {
            display: block;
            width: 100%;
            height: auto;
            margin: 60px auto 70px;
        }


            .twoCols {
                position: relative;
            }

                .twoCols .left,
                .twoCols .right {
                    text-align: center;
                    width: 48.5%;
                    position: relative;
                    z-index: 1;
                    margin-top: 20px;
                }

                    .twoCols figure img {
                        display: block;
                        width: 100%;
                        height: auto;
                        margin-bottom: 20px;
                    }

                .twoCols.leftAlign article {
                    text-align: left !important;
                    margin-right: 0% !important;
                }

                .twoCols h2 {
                    font-size: 2.1vw;
                    padding-bottom: 25px;
                    line-height: 1.2;
                }

                    ul.packages {
                        list-style-type: none;
                    }

                        .packages > li {
                            background-color: #fdfdfd;
                            color: #000;
                            border: 1px solid #ebebeb;
                            box-shadow: -4px 4px 0px 0px rgba(0,0,0,.04);
                            text-align: left;
                            margin-bottom: 30px;
                        }

                        .packages > li.addOn {
                            background-color: #363636;
                            color: #fff;
                        }

                        .packages > li.photo {

                        }

                            .packages > li.photo img {
                                width: 100%;
                                height: auto;
                                display: block;
                            }

                            .packages h3 {
                                color: #f22c2c;
                                margin: 22px 31px 0px;
                                position: relative;
                                font-size: 17px;
                                line-height: 1.25;
                            }

                                .packages h3 span.text {
                                    width: 74%;
                                    padding-right: 26%;
                                    display: block;
                                }

                                    .packages h3 span.text strong {
                                        color: #000;
                                        font-weight: normal;
                                    }

                                .packages h3 span.price {
                                    position: absolute;
                                    top: 0px;
                                    right: 0px;
                                }

                            .packages li > span {
                                display: block;
                                padding-left: 31px;
                                padding-bottom: 10px;
                                text-transform: uppercase;
                                font-size: 11px;
                                font-weight: bold;
                                letter-spacing: .05em;
                                line-height: 2.5;
                            }

                            .packages li ul {
                                padding: 0px 31px;
                                list-style-type: initial;
                                margin-left: 16px;
                            }

                                .packages ul li {
                                    line-height: 1.3;
                                    padding-bottom: 0.7em;
                                }

                            .packages ul li img.inline-image {
                                display: inline-block; *display: inline; zoom: 1;
                                width: 100%;
                                height: auto;
                                vertical-align: top;
                            }

                            .packages a.button {
                                margin: 22px 0px 0px 31px;
                            }

                            .packages li.addOn a.button {
                                margin: 22px 0px 20px 31px;
                            }

                            .packages a.button.moreInfo {
                                background-color: #696969;
                            }

                            .packages li span.finance {
                                color: #ff0000;
                                padding-bottom: 6px;
                                margin-top: 15px;
                            }

                            .packages p.veryTiny {
                                padding: 0px 31px;
                                font-size: 10px;
                                line-height: 1.4;
                                padding-bottom: 31px;
                                color: #848484;
                            }

                            .packages iframe {
                                max-width: 100%;
                            }



        .preFooter {
            background-color: #252525;
            color: #fff;
            position: relative;
        }

            .preFooter:before {
                content: '';
                display: block;
                position: absolute;
                top: -150px;
                left: 0px;
                background-color: #252525;
                height: 150px;
                width: 100%;
            }

            .preFooter .inner {
                max-width: 1000px;
                margin: 0px auto;
                position: relative;
                padding-top: 30px;
            }

                .preFooter .inner:after {
                    content: '';
                    display: block;
                    height: 45px;
                    width: 100%;
                }

                .preFooter h4 {
                    font-size: 20px;
                    padding-bottom: 15px;
                }

                .preFooter p {
                    font-size: 15px;
                    line-height: 1.4;
                    color: #fff;
                }

                .preFooter .inner .callout {
                    position: absolute;
                    bottom: 45px;
                    right: 0px;
                    width: 485px;
                    border: 1px solid #4e4e4e;
                    padding: 15px 0px;
                    text-align: right;
                }

                    .preFooter .callout h4 {
                        padding-bottom: 0px;
                        text-transform: uppercase;
                        font-size: 17px;
                        line-height: 1.3;
                        color: #fff !important;
                    }

                    .preFooter .callout img {
                        width: 33px;
                        height: auto;
                        margin-left: 17px;
                        margin-right: 18px;
                    }



/* ===\\==========================//=== *
 * ====\\=== CORPORATE EVENTS ===//==== *
 * =====\\======================//===== */

body.fixedSub header .logo {
    top: 86px;

    transition: top .2s;
}

body.fixedSub .eventHeader {
    margin-bottom: 48px;
}

nav.headerCorp {
    position: relative;
    top: 24px;
    left: 0px;
    height: 48px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 200;
}

@media all and (max-width: 1040px) {
    nav.headerCorp {
        display: none;
    }
}

body.fixedSub nav.headerCorp {
    position: fixed;
    top: 30px;
    background-color: #363636;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.22);
}

    .headerCorp .inner {
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
        width: 100%;
        height: 24px;
    }

        .headerCorp ul {
            list-style-type: none;
            display: inline-block; *display: inline; zoom: 1;
            margin: auto;
        }

            .headerCorp ul li {
                display: block;
                float: left;
                padding: 0px 28px;
                border-bottom: 3px solid #e1e1e1;
                margin-right: 1px;
            }

            .no-touchevents .headerCorp ul li:hover,
            .no-touchevents .headerCorp ul li.pageOn {
                border-bottom: 3px solid #f22c2c;
            }

            body.fixedSub .headerCorp ul li {
                border-bottom: 3px solid #707070;
            }

                .headerCorp ul li a {
                    font-family: 'Archivo Black', sans-serif;
                    font-size: 13px;
                    font-weight: normal;
                    color: #adadad;
                    text-transform: uppercase;
                    letter-spacing: .04em;
                    display: block;
                    margin-bottom: 3px;
                }

                .no-touchevents .headerCorp ul li:hover a,
                .no-touchevents .headerCorp ul li.pageOn a {
                    color: #000000;
                }

                body.fixedSub .headeCorp ul li a {
                    color: #6f6f6f;
                }

                .no-touchevents body.fixedSub .headerCorp ul li:hover a,
                .no-touchevents body.fixedSub .headerCorp ul li.pageOn a {
                    color: #ffffff;
                }

.event.corporate iframe {
    width: 98%;
    margin-bottom: 50px;
}

.event.corporate figure {
    margin-bottom: 30px;
}

.event.corporate #sidebar {}

    .event.corporate .cycle-slideshow {
        position: relative;
        width: 100%;
        height: 220px;
        margin-bottom: 80px;
    }

        .event.corporate .cycle-slideshow .cycle-prev {
            position: absolute;
            top: 50%;
            left: 15px;
            margin-top: -7px;
            display: block;
            width: 0px;
            height: 0px;
            border-right: 9px solid #cccccc;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            z-index: 150;
            cursor: pointer;
        }

        .event.corporate .cycle-slideshow .cycle-next {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -7px;
            display: block;
            width: 0px;
            height: 0px;
            border-left: 9px solid #cccccc;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            z-index: 150;
            cursor: pointer;
        }

        .event.corporate .cycle-slideshow .cell {
            display: block;
            width: 60%;
            margin-left: 20%;
            height: 100%;
            text-align: center;
        }

            .event.corporate .cycle-slideshow .cell img {
                width: auto !important;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                margin-right: 0px !important;
            }

    #sidebar img {
        padding-left: 20px;
    }

    #sidebar ul li img {
        padding-left: 0px;
    }

    #sidebar p {
        line-height: 1.5;
        font-size: 12px;
        padding: 16px 20px 0px;
    }

    #sidebar ul li p {
        padding: 0px !important;
    }

.event.corporate .writeup.left {
    margin-bottom: 0px;
}

.event.corporate .maxWidth h2 {
    line-height: 1.2em;
}

.fullWidthBar {
    background-color: #1f1f1f;
    margin-bottom: 95px;
}

    .fullWidthBar .photo {
        position: relative;
    }

        .fullWidthBar .photo img {
            position: relative;
            width: 100%;
            height: auto;
            z-index: 1;
        }

        .fullWidthBar .photo .vignette {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-image: url('../images/vignette-fullwidth-bar.png');
            background-size: 1px 100%;
            background-repeat: repeat-x;
            background-position: top left;
        }

    .fullWidthBar .info {
        text-align: center;
        color: #fff;
        margin-top: -6%;
        position: relative;
        z-index: 4;
        padding-bottom: 70px;
    }

        .fullWidthBar .info h2 {
            border-bottom: 1px solid #464646;
            width: 57%;
            margin: auto;
            padding-bottom: 17px;
            margin-bottom: 38px;
        }

        .fullWidthBar .info ul {
            list-style-type: none;
            letter-spacing: .03em;
            font-size: 14px;
        }

            .fullWidthBar .info ul li {
                padding-bottom: 1.3em;
                line-height: 1.3;
            }

.event.corporate .maxWidth img.v_middle {
    width: 29%;
    margin-right: 4%;
}

.event.corporate .maxWidth .writeup.v_middle {
    width: 66%;
    margin: 0%;
}

.event.corporate figure.left {
    width: 40%;
    margin-right: 4%;
    margin-bottom: 50px;
}

    .event.corporate figure img {
        width: 100%;
    }

    .event .writeup figure figcaption {
        padding: 6px 0px 10px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 40px;
        color: #656565;
        font-style: italic;
        font-size: 11px;
    }

    .corporate.event .writeup figure figcaption {
        margin-bottom: 0px;
    }



.event.corporate #program-benefits {
    margin-bottom: 0px;
}

.event.corporate .maxWidth.twoCols, .event.corporate .maxWidth.faqs, .event.corporate #corporate-party-entertainment {
    margin-top: 85px !important;
    border-top: 1px solid #e5e5e5;
    padding-top: 55px;
}

.event.corporate .faqs {
    padding-bottom: 0px;
}

    .corporate .twoCols blockquote {
        margin: 32px 31px 20px;
    }

        .corporate .twoCols blockquote p {
            font-style: italic;
        }

        .corporate .twoCols blockquote p:first-child {
            text-indent: -5px;/*hanging punctuation*/
        }

    .corporate .twoCols h3 {
        margin: 0px 31px 32px;
    }

.event.corporate .preFooter {
    margin-top: 50px;
}

.event.corporate .preFooter:before {
    display: none !important;
}







/* ===\\=================//=== *
 * ====\\=== ARTISTS ===//==== *
 * =====\\=============//===== */

.hero .vignette {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-image: url('../images/vignette-artists.png');
    background-repeat: repeat-x;
    background-position: bottom left;
}

.artists .hero {
    margin-bottom: 22px;
}

.artists .cycle-slideshow {
    height: 100%;
    z-index: 1;
}

.artists #content .maxWidth {
    max-width: 1020px;
    position: relative;
    z-index: 2;
}

    .artists main #content .maxWidth .listEm h2:first-child {
        line-height: 1.2;
    }

    .artists ul.browse {
        font-family: 'Archivo Black', sans-serif;
        color: #f22c2c;
        font-size: 16px;
        cursor: default;
        margin-bottom: 25px;
    }

        .artists ul.browse li {
            display: inline-block; *display: inline; zoom: 1;
            vertical-align: middle;
            line-height: 1;
            padding-right: 11px;
            margin-right: 6px;
            position: relative;
            cursor: pointer;
        }

            .artists ul.browse li:after {
                content: '|';
                line-height: 1;
                position: absolute;
                top: -1px;
                right: 0px;
                color: #f22c2c !important;;
            }

            .artists ul.browse li:last-child:after {
                display: none;
            }

        .no-touchevents .artists ul.browse li:hover {
            color: #000;
        }

    .artists .toggle {
        display: none;
        width: 100%;
    }

        .artists .toggle ul {
            list-style-type: none;
            width: 100%;
            margin-bottom: 22px;
            opacity: 0;

            transition-property: opacity;
            transition-duration: .3s;
            transition-delay: 0s;
        }

        .artists .toggle.open ul {
            opacity: 1;

            transition-property: opacity;
            transition-duration: .4s;
            transition-delay: .3s;
        }

            .artists .toggle ul .col {
                width: 14%;
                margin-right: 6%;
            }

                .artists .toggle ul li {
                    line-height: 2em;
                    font-weight: bold;
                    color: #f22c2c;
                    cursor: pointer;
                }

                .no-touchevents .artists .toggle ul li:hover {
                    color: #000;
                }


    .artists .grid {
        width: 100%;
        padding-top: 25px;
        border-top: 1px solid #e5e5e5;
    }

        .artists .grid .grid-sizer,
        .artists .grid .grid-item {
            width: 23.65%;
        }

        .artists .grid .gutter-sizer {
            width: 1.8%;
        }

        .artists .grid-item .hoverlay {
            background-size: 1px 100px;
            opacity: 1;
        }

            .artists .grid-item .hoverlay h4 {
                position: absolute;
                bottom: 15px;
                left: 0px;
                padding: 0px 18px;
                color: #f22c2c;
                font-weight: normal;
                text-align: left;
                letter-spacing: .04em;
                font-size: 16px;
                line-height: 1.3;
                opacity: 1;
            }

                .artists .grid-item .hoverlay h4 strong {
                    display: block;
                    text-transform: uppercase;
                }


            .artists .grid-item .photo {
                filter: saturate(1) !important;
                -webkit-filter: saturate(1) !important;
                opacity: 0;
            }

    a.button.randLink {
        display: block;
        margin: 40px auto 0px;
        width: 140px;
        text-align: center;
    }

    .artists .vidHold {
        border: 10px solid #fff;
        margin: 50px auto 0px;
    }

.artists .preFooter:before {
    content: '';
    display: block;
    position: absolute;
    top: -120px;
    left: 0px;
    background-color: #252525;
    height: 150px;
    width: 100%;
}




/* ===\\=====================//=== *
 * ====\\=== ARTIST BIOS ===//==== *
 * =====\\=================//===== */

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.97);
    text-align: center;
    opacity: 0;
    z-index: -99;

    transition-property: opacity, z-index;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
}




body.bioOverlay .overlay.bios,
body.galleryOverlay .overlay.gallery,
body.newsletterOverlay .overlay.newsletter {
    opacity: 1;
    z-index: 450;

    transition-property: opacity, z-index;
    transition-duration: .4s, 0s;
    transition-delay: 0s, 0s;
}

    .overlay .closeLB {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 12px;
        height: 12px;
        cursor: pointer;
        z-index: 3;
    }

        .overlay .closeLB:before {
            content: '';
            display: block;
            width: 14px;
            height: 2px;
            background-color: #cccccc;
            position: absolute;
            top: 5px;
            left: -1px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        .overlay .closeLB:after {
            content: '';
            display: block;
            width: 14px;
            height: 2px;
            background-color: #cccccc;
            position: absolute;
            top: 5px;
            left: -1px;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

    .overlay .nextLB {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding-right: 27px;
        text-align: right;
        cursor: pointer;
        z-index: 3;
    }

        .overlay .nextLB:before {
            content: '';
            display: block;
            width: 16px;
            height: 4px;
            position: absolute;
            top: 3px;
            right: 0px;
            background-color: #c7c7c7;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        .overlay .nextLB:after {
            content: '';
            display: block;
            width: 16px;
            height: 4px;
            position: absolute;
            top: 12px;
            right: 0px;
            background-color: #c7c7c7;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

        .overlay .nextLB span {
            display: block;
            text-transform: uppercase;
            font-size: 9px;
            font-weight: bold;
            line-height: 1.3;
            letter-spacing: .08em;
            color: #313131;
        }

    .overlay .prevLB {
        position: absolute;
        top: 50%;
        left: 35px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding-left: 27px;
        text-align: left;
        cursor: pointer;
        z-index: 3;
    }

        .overlay .prevLB:before {
            content: '';
            display: block;
            width: 16px;
            height: 4px;
            position: absolute;
            top: 3px;
            left: 0px;
            background-color: #c7c7c7;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

        .overlay .prevLB:after {
            content: '';
            display: block;
            width: 16px;
            height: 4px;
            position: absolute;
            top: 12px;
            left: 0px;
            background-color: #c7c7c7;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

        .overlay .prevLB span {
            display: block;
            text-transform: uppercase;
            font-size: 9px;
            font-weight: bold;
            line-height: 1.3;
            letter-spacing: .08em;
            color: #313131;
        }

    .overlay .closeLB_big {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }


    .overlay .bio {
        text-align: left;
        width: 65%;
        max-width: 945px;
        position: relative;
        top: -15px;
        z-index: 10;
        max-height: 80%;
        overflow-y: auto;
        padding-right: 15px;
    }

        .bio img {
            display: block;
            max-height: 400px;
            width: auto;
            height: auto;
            max-width: 400px;
            margin: 0px 34px 15px 0px;
            border: 1px solid #a6a6a6;
            box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.18);
        }

        .bios .bio figure figcaption {
            color: #8e8e8e;
            font-size: 80%;
            margin-top: -0.8em;
        }

        .bio h3 {
            color: #bebebe;
            font-size: 14px;
        }

        .bio h1 {
            color: #f22c2c;
            font-size: 42px;
            line-height: 1.1;
            padding-bottom: 20px;
        }

        .bio h4 {
            font-family: sans-serif;
            font-weight: normal;
            font-size: 12px;
            letter-spacing: .05em;
            padding-bottom: 2em;
        }

        .bio h4 span.biggums {
            display: block;
            font-family: 'Archivo Black', sans-serif;
            font-size: 16px;
            color: #000;
        }

        .bio p {
            padding-bottom: 1.2em;
        }

        .bio ul, .bio ol {
            list-style-type: initial;
            padding-bottom: 1.2em;
            margin-left: 30px;
        }

            .bio li {
                line-height: 1.4;
                letter-spacing: .04em;
                color: #252525;
                padding-bottom: 0.7em;
            }




/* ===\\=======================//=== *
 * ====\\=== PHOTO GALLERY ===//==== *
 * =====\\===================//===== */

body.forceDarkLogo header .logo img:last-child,
body.lightboxLogo header .logo img:last-child {
    opacity: 1 !important;
}

body.forceDarkLogo header .logo img:first-child,
body.lightboxLogo header .logo img:first-child {
    opacity: 0 !important;
}

body.photoGallery h2,
body.videos h2 {
    font-size: 2vw;
    padding-bottom: 1em;
    width: 90%;
    max-width: 1400px;
    margin: 110px auto 0px;
}

body.photoGallery article.gallery {
    text-align: center;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

    .photoGallery .gallery a.button {
        margin-bottom: 50px;
    }

.overlay.gallery {

}

    .overlay.gallery .thePhoto {
        height: 80%;
        width: 80%;
    }

        .overlay.gallery .thePhoto img {
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
        }

        .overlay.gallery .thePhoto h1 {
            font-family: sans-serif;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: .03em;
            padding: 1% 0% 0%;
            width: 50%;
            max-width: 750px;
            margin: auto;
        }




/* ===\\==========================//=== *
 * ====\\=== NEWSLETTER POPUP ===//==== *
 * =====\\======================//===== */

.overlay.newsletter {

}

    .overlay.newsletter article {
        background-color: #000000;
        width: 600px;
        position: relative;
        z-index: 3;
    }

        .overlay.newsletter .graphic {
            position: relative;
            z-index: 1;
        }

            .overlay.newsletter .graphic img {
                position: absolute;
                left: 50%;
                top: 135px;
                width: 180px;
                -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
            }

            .overlay.newsletter .graphic .background {
                width: 100%;
                height: 261px;
                background-image: url('../images/background-newsletter.jpg');
                background-size: cover;
                background-position: 50% 0%;
                background-repeat: no-repeat;
            }

            .overlay.newsletter .graphic .vignette {
                width: 100%;
                height: 123px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                background-image: url('../images/vignette-newsletter.png');
                background-repeat: repeat-x;
                background-size: 1px 123px;
                background-position: bottom left;
            }

        .overlay.newsletter h1 {
            position: relative;
            z-index: 2;
            color: #fff;
            margin-top: -45px;
            font-size: 17px;
            line-height: 1.3;
        }

        .overlay.newsletter hr {
            width: 19px;
            height: 1px;
            display: block;
            margin: 9px auto 13px;
            background-color: #808080;
            position: relative;
            z-index: 2;
        }

        .overlay.newsletter h2 {
            position: relative;
            z-index: 2;
            color: #CCC;
            font-size: 11px;
            font-family: sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: .08em;
            padding-bottom: 0.5em;
            line-height: 1.5;
            width: 80%;
            margin: auto;
        }

        .overlay.newsletter form {
            position: relative;
            z-index: 2;
            width: 84%;
            margin: 0px auto 20px;
        }

            .overlay.newsletter form input[type="text"] {
                height: 33px;
                font-size: 12px;
                letter-spacing: .03em;
            }

            .newsletter form p {
                color: #fff;
                letter-spacing: 0.03em;
                font-size: 12px;
                font-weight: bold;
            }

            .overlay.newsletter form input[type="submit"] {
                height: 46px;
                font-size: 23px;
            }

            .overlay.newsletter .formEl {
                display: inline-block; *display: inline; zoom: 1;
                margin: 8px auto 0px;
            }

        .overlay.newsletter article .close {
            position: absolute;
            bottom: -30px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            cursor: pointer;
        }

        .overlay.newsletter article .close.topRight {
            position: fixed;
            top: 58px;
            bottom: auto;
            left: auto;
            right: 2%;
            transform: none;
        }

            .overlay.newsletter .close span:first-child {
                /*color: #B3B3B3;*/
                color: #1c1c1c;
                text-transform: uppercase;
                letter-spacing: .05em;
                font-weight: bold;
            }

            .overlay.newsletter .close span.x {
                width: 12px;
                height: 12px;
                position: relative;
                top: -1px;
                margin-left: 4px;
                cursor: pointer;
            }

                .overlay.newsletter .close span.x:before,
                .overlay.newsletter .close span.x:after {
                    content: '';
                    width: 14px;
                    height: 2px;
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    /*background-color: #C3C3C3;*/
                    background-color: #1c1c1c;
                }

                .overlay.newsletter .close span.x:before {
                    -webkit-transform: translate(-50%) rotate(45deg);
                        -ms-transform: translate(-50%) rotate(45deg);
                            transform: translate(-50%) rotate(45deg);
                }

                .overlay.newsletter .close span.x:after {
                    -webkit-transform: translate(-50%) rotate(-45deg);
                        -ms-transform: translate(-50%) rotate(-45deg);
                            transform: translate(-50%) rotate(-45deg);
                }

    .overlay.newsletter .closeLB_big {

    }

/* for newsletter popup now added to camp page */
.overlay.inline {
    position: relative; 
    top: unset;
    left: unset;
    background-color: #000;
    z-index: 4;
    opacity: 1;
    height: auto !important;

}

.overlay.inline article {
    width: 100%;
}



/* ===\\=======================//=== *
 * ====\\=== VIDEO GALLERY ===//==== *
 * =====\\===================//===== */

body.videos {}

        body.videos h2 {
            width: 100%;
            max-width: none;
        }

            .videos .vidHold {}

            .videos hr {
                display: block;
                width: 100%;
                height: 1px;
                background-color: #e5e5e5;
                margin: 20px 0px 30px;
            }

            .videos article li div a {
                line-height: 1.3;
                color: #313131;
                padding-top: 5px;
            }

            .videos article p {
                line-height: 1.5;
                color: #313131;
            }


/* ===\\===================================//=== *
 * ====\\=== UNIVERSAL "WRIPTEUP" TEXT ===//==== *
 * =====\\===============================//===== */

.writeup {}

    .writeup h1 {
        color: #f22c2c;
        font-size: 3vw;
        padding-bottom: 0.2em;
        line-height: 1.3;
    }

    .writeup h2 {
        line-height: 1;
    }

    .writeup h2.underline {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 12px;
        margin-bottom: 31px;
    }

    .writeup p + h2 {
        padding-top: 1.4em;
    }

    .writeup .vidHold + h2,
    .writeup .vid-upload + h2 {
        padding-top: 1.4em;
    }

    .writeup h3 {
        color: #f22c2c;
        font-size: 1.3vw;
        padding-bottom: .7em;
        line-height: 1.3;
    }

        .writeup h3 a {
            font-weight: 400;
        }

    .writeup p + h3 {
        padding-top: 14px;
    }

    .writeup h3.postTitle {
        padding-bottom: 6px;
    }

    .writeup h4 {
        color: #b1b1b1;
        font-size: 13px;
        padding-bottom: 2em;
    }

    .corporate.event h4,
    .corporate.event h4 {
        color: #f22c2c;
        font-size: 18px;
    }

    .writeup h4.postDate {
        font-family: sans-serif;
        font-weight: bold;
    }

    .writeup p {
        padding-bottom: 2em;
    }
	
	.writeup iframe {
		max-width: 100%;
	}

    .writeup blockquote {
        padding-bottom: 2em;
    }

        .writeup blockquote p {
            font-size: 14px;
            padding-bottom: 0.4em;
            line-height: 1.7;
            width: 80%;
            margin: 0% 10%;
        }

    p.moreInfo {
        position: relative;
        line-height: 1;
        /*font-size: 16px;*/
    }

        p.moreInfo:before {
            content: '';
            display: none;
            position: absolute;
            top: 2px;
            left: 0px;
            width: 0px;
            height: 0px;
            border-left: 8px solid red;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        p.moreInfo a {
            display: inline-block; *display: inline; zoom: 1;
            background-color: red;
            color: #fff !important;
            border-radius: 5px;
            padding: 10px 20px;
            letter-spacing: 0em;
            margin-top: 9px;
            font-size: 14px;
            position: relative;
        }

        .writeup .tiny,
        .maxWidth .tiny {
            font-family: sans-serif;
            font-size: 14px;
            color: inherit;
            margin-left: 10px;
        }

            .writeup .tiny img,
            .maxWidth .tiny img {
                display: inline-block; *display: inline; zoom: 1;
                vertical-align: baseline;
                height: 14px;
                width: auto;
            }

        .writeup p .tiny {
            font-size: 12px;
            margin-left: 0px;
        }

            .writeup p .tiny img {
                height: 10px;
                width: auto;
                margin-right: 3px;
            }

    .writeup.tighterPad {
        width: 61%;
        margin-left: 4%;
        margin-top: 0px;
    }

    .corporate-party-entertainment img {
        width: 29%;
    }

    .writeup.tighterPad p {
        padding-bottom: 2.5em;
    }

        .event .writeup p strong,
        .event .writeup li strong {
            font-weight: bold;
            color: #f22c2c;
        }

        .event .writeup p a,
        .event .writeup li a {
            font-weight: bold;
            color: #f22c2c;
        }

    .writeup ul,
    .writeup ol {
        margin-left: 30px;
        line-height: 1.5;
        margin-bottom: 2em;
    }

        .writeup ul li,
        .writeup ol li {
            padding-bottom: 1em;
        }

    .writeup p + iframe {
        margin-top: 30px;
    }

    .writeup p span.lb.artistPop {
        color: #f22c2c;
        font-weight: bold;
        cursor: pointer;
    }

    .writeup a.pkgScroll {
        border-radius: 5px;
    }

   

.bigCallout {
    color: #252525;
    margin-top: 30px;
}

.writeup.maxWidth > .bigCallout {
    width: 68%;
    max-width: 1000px;
    margin-bottom: 30px;
}

.bigCallout h3 {
    color: inherit;
}

.bigCallout h4 {
    color: inherit;
    max-width: 530px;
    line-height: 1.6
}

.bigCallout strong {
    color: #f22c2c;
    font-weight: 400;
}

.bigCallout .clickable {
    cursor: pointer;
    text-decoration: underline;
}



/* ===\\===================//=== *
 * ====\\=== TEXT PAGE ===//==== *
 * =====\\===============//===== */

body.textPage {

}

    body.textPage {

    }

        body.textPage #content {

        }

            body.textPage #content .maxWidth {
                max-width: 900px;
                padding-top: 110px;
                padding-bottom: 70px;
            }

                .textPage .writeup {
                    width: 100%;
                    margin-right: 0%;
                    margin-top: 0px;
                }

                .textPage .preFooter {
                    padding-top: 30px;
                }

                    .textPage .preFooter:before {
                        display: none;
                    }

                .textPage.press article.gallery {
                    border-top: 1px solid #e7e7e7;
                    border-bottom: 1px solid #e7e7e7;
                    margin: 30px 0px 60px;
                }

a.anchor {
    display: block;
    height: 60px;
}


/* ===\\==============//=== *
 * ====\\=== BLOG ===//==== *
 * =====\\==========//===== */

.blog .writeup h3 {
    padding-bottom: .2em;
}

.blog article div.article {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    margin-bottom: 70px;
}

.textPage.blog .writeup figure figcaption {
    line-height: 1.6;
    font-weight: bold;
}



/* ===\\===============//=== *
 * ====\\=== ABOUT ===//==== *
 * =====\\===========//===== */

.about .hero {
    text-align: center;
}



.about .eventHeader .bg.layer2 {
    background-position: 50% 0% !important;
    opacity: .4;
}

.about .hero .info {
    width: 90%;
    text-align: center;
    position: relative;
    margin: auto;
    z-index: 5;
}

    .about .eventHeader h1 {
        padding-top: 0px;
    }

    .about .eventHeader hr {
        height: 1px;
        width: 74px;
        background-color: #fff;
        background-image: none;
        margin: auto;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 1);
    }

    .about .hero h1 {
        text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
        font-size: 3.25vw;
    }

    .about .hero h2 {
        margin: auto;
        font-size: 1.1vw;
        text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
        text-transform: none;
        font-family: 'Archivo Black', sans-serif;
        font-weight: 400 !important;
        font-size: 1.45vw;
    }

    .about .writeup figure img {
        width: 100%;
        height: auto;
    }

    .about .writeup figure figcaption {
        padding: 6px 0px 10px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 40px;
        color: #656565;
        font-style: italic;
        font-size: 11px;
    }

.faqs {
    padding-top: 35px !important;
    padding-bottom: 125px;
}

.faqs h2 {
    padding-bottom: 0em;
}

.faqs span {
    color: #a3a3a3;
    padding-bottom: 1em;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.faqs .col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: -4px;
    width: 50%;
    vertical-align: top;
}

.faqs ul {
    list-style-type: none;
}

.faqs ul li {
    width: 90%;
    margin-bottom: 21px;
    cursor: pointer;
}

    .faqs ul li h1 {
        margin-bottom: 8px;
    }

    .faqs ul li p {
        display: none;
        margin-left: 15px;
    }

.faqs ul li h1 {
    font-size: 125%;
    font-weight: 600;
    font-family: sans-serif;
}

    .faqs ul li h1:hover, .faqs ul li h1.open {
        color: #f22c2c;
    }

    .about.event .dividerBar {
        height: 83px;
        padding: 0px 6%;
    }

        .about.event .dividerBar h3 {
            margin-right: 40px;
        }

            .about.event .dividerBar h3 span.text {
                display: inline-block; *display: inline; zoom: 1;
            }

            .about.event .dividerBar h3:after {
                position: relative;
                top: -7px;
            }

    .about hr.shadow {
        display: none;
    }

    .about .preFooter {
        margin-bottom: 70px;
    }

        .about .preFooter:before {
            display: none;
        }




/* ===\\=============================//=== *
 * ====\\=== CAMPER TESTIMONIALS ===//==== *
 * =====\\=========================//===== */

.event.corporate.testimonials .writeup.left {
    margin-top: 0px;
    margin-bottom: 20px;
}

    .testimonials .writeup.left h2:first-child {
        padding-top: 110px;
    }

.testimonials .news {
    margin-top: 85px;
}

.testimonials #sidebar {
    margin-top: ; /*set via jquery*/
}

#client-testimonials {
    padding-top: 30px;
}




/* ===\\==============//=== *
 * ====\\=== NEWS ===//==== *
 * =====\\==========//===== */

.post {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

    .post h4.postDate {
        padding-bottom: 1.5em;
    }

    .post .summary {
        line-height: 2;
        letter-spacing: .04em;
        color: #252525;
    }

        .post .summary a {
            text-transform: uppercase;
        }

.textPage .postFooter {
    text-align: right;
    margin: 0px 0px 20px;
}

    .textPage .postFooter a {
        color: #b1b1b1;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .no-touchevents .textPage .postFooter a:hover {
        color: #f22c2c;
    }

    .textPage .postFooter a:after {
        content: '';
        position: relative;
        display: inline-block; *display: inline; zoom: 1;
        vertical-align: middle;
        width: 0px;
        height: 0px;
        border-left: 9px solid #b1b1b1;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        top: -1px;
        margin-left: 8px;
    }

    .no-touchevents .textPage .postFooter a:hover:after {
        border-left: 9px solid #f22c2c;
    }




/* ===\\====================//=== *
 * ====\\=== PAST CAMPS ===//==== *
 * =====\\================//===== */

 body.pastCamps article.gallery {
    max-width: 1100px;
 }

 body.pastCamps h2 {
    max-width: 1100px;
 }

    .pastCamps #grid .gutter-sizer {
        /*width: 1.8%;*/
        width: 0%;
    }

    .pastCamps #grid .grid-sizer {
        /*width: 49.1%;*/
        width: 100%;
    }

        .pastCamps #grid .grid-item {
            /*width: 49.1%;*/
            width: 100%;
            cursor: default;
        }

            .pastCamps #grid .grid-item .photo {
                display: block;
                width: 100%;
                height: auto;
                filter: grayscale(0);
                -webkit-filter: grayscale(0);
                margin-bottom: 24px !important;
            }



/* ===\\===============//=== *
 * ====\\=== PRESS ===//==== *
 * =====\\===========//===== */

.press .grid-sizer,
.press .grid li {
    width: 24%;
}

.press .gutter-sizer {
    width: 1.33%;
}

.press .writeup .article {
    margin-bottom: 45px;
}

    .press h3 {
        padding-bottom: 4px;
    }

    .press h4.postDate {
        padding-bottom: 10px;
    }



/* ===\\===============//=== *
 * ====\\=== RADIO ===//==== *
 * =====\\===========//===== */

.textPage .writeup table {
    margin-bottom: 60px;
    margin-top: 0px;
}



/* ===\\============================//=== *
 * ====\\=== ABOUT THE PRODUCER ===//==== *
 * =====\\========================//===== */

.textPage .writeup figure.left {
    width: 300px;
    height: auto;
    display: block;
    margin-right: 30px;
}

    .textPage .writeup figure img {
        display: block;
        width: 100%;
        height: auto;
    }

    .textPage .writeup figure figcaption {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

        .textPage .writeup figure figcaption p {
            padding-bottom: 0px;
            line-height: 1.5;
        }





/* ===\\=================//=== *
 * ====\\=== CONTACT ===//==== *
 * =====\\=============//===== */

.contact {}

    .contact .eventHeader.hero {
        margin-bottom: 70px;
        min-height: 700px;
    }

        .contact .eventHeader .info {
            margin-top: 0px;
        }

            .contact .eventHeader h1 {
                padding-left: 0px;
                padding-bottom: 15px;
            }

            .contact .eventHeader p {
                color: #fff;
                font-weight: bold;
                line-height: 1.6;
            }

            .contact form {
                width: 90%;
                max-width: 440px;
                margin-top: 16px;
            }

                .contact form table.signupframe,
                .newsletter form table.signupframe,
                .contest form table.signupframe {
                    width: 100%;
                    border-collapse: collapse;
                    background-color: transparent;
                    border: none;
                }

                    .contact form span.required,
                    .newsletter form span.required,
                    .contest form span.required {
                        display: block;
                        font-size: 11px;
                        margin: 0px 0px 7px;
                        letter-spacing: .03em;
                        color: #f22c2c;
                        position: relative;
                        padding-left: 13px;
                    }

                        .contact form span.required strong,
                        .newsletter form span.required strong,
                        .contest form span.required strong {
                            font-weight: normal;
                            font-size: 24px;
                            position: absolute;
                            top: -3px;
                            left: 0px;
                            line-height: 1;
                        }

                    .contact form input[type="text"],
                    .newsletter form input[type="text"],
                    .contest form input[type="text"] {
                        display: block;
                        width: 94%;
                        height: 44px;
                        padding: 0% 3%;
                        background-color: #fff;
                        color: #000;
                        font-size: 14px;
                        font-family: sans-serif;
                        text-align: left;
                        border-radius: 0px;
                        margin-bottom: 12px;

                        -webkit-appearance: none;
                        -moz-appearance:    none;
                        appearance:         none;
                    }

                    .contact form .split input,
                    .newsletter form .split input,
                    .contest form .split input {
                        width: calc(88% - 6px);
                        padding: 0% 6%;
                    }

                    .contact form textarea,
                    .newsletter form textarea,
                    .contest form textarea {
                        display: block;
                        width: 94% !important;
                        height: 74px !important;
                        padding: 13px 3%;
                        background-color: #fff;
                        color: #000;
                        font-size: 14px;
                        font-family: sans-serif;
                        text-align: left;
                        border-radius: 0px;
                        max-width: 94%;
                        min-width: 94%;
                        max-height: 74px;
                        min-height: 74px;
                        margin-bottom: 12px;

                        -webkit-appearance: none;
                        -moz-appearance:    none;
                        appearance:         none;
                    }

                    .contact form input[type="submit"],
                    .newsletter form input[type="submit"],
                    .contest form input[type="submit"] {
                        display: block;
                        width: 100%;
                        height: 61px;
                        background-color: #f22c2c;
                        color: #fff;
                        font-size: 26px;
                        font-family: 'Archivo Black', sans-serif;
                        font-weight: 400;
                        text-align: center;
                        border-radius: 0px;
                        cursor: pointer;

                        -webkit-appearance: none;
                        -moz-appearance:    none;
                        appearance:         none;
                    }

                    ::-webkit-input-placeholder {
                       color: #484848;
                    }

                    :-moz-placeholder { /* Firefox 18- */
                       color: #484848;
                    }

                    ::-moz-placeholder {  /* Firefox 19+ */
                       color: #484848;
                    }

                    :-ms-input-placeholder {
                       color: #484848;
                    }

                .contact .formEl.fieldtype-input label {
                    color: #fff !important;
                }

        .contact .hero .vignette {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: auto;
            z-index: 2;
            width: 100%;
            height: 100%;
            background-image: url('../images/vignette-contact.png');
            background-repeat: repeat-y;
            background-position: top left;
            background-size: 100% 1px;
        }

        .contact .hero .bg {
            background-position: 100% 100% !important;
        }

    .contact #content .maxWidth {
        max-width: 1000px;
    }

        .contact .col.left {
            width: 40%;
            padding: 0% 5% 0% 0%;
            margin-right: 4%;
            text-align: left;
            border-right: 1px solid #e5e5e5;
            box-sizing: border-box;
        }

            .contact .col.left h2 {
                font-size: 1.7vw;
                line-height: 1.1;
                padding-bottom: 10px;
                padding-top: 50px;
            }

            .contact .col.left h2:first-child {
                padding-top: 0px;
            }

                .contact .col h2 span {
                    display: block;
                    font-size: 1.55vw;
                    line-height: 1;
                    padding: 12px 0px 5px;
                }

            @media all and (min-width: 1300px) {
                .contact .col.left h2 { font-size: 22px; }
                .contact .col.left h2 span { font-size: 20px; }
            }

                .contact .col.left a {
                    display: block;
                    font-size: 1.25vw;
                    font-family: 'Archivo Black', sans-serif;
                    font-weight: 400;
                    line-height: 1.4;
                }

                @media all and (min-width: 1300px) {
                    .contact .col.left a { font-size: 16px; }
                }

        .contact .col.right {
            width: 56%;
            text-align: right;
        }

            .contact .col.right .googleMap {
                position: relative;
                width: 100%;
                padding-bottom: 56%;
                height: 0;
                overflow: hidden;
                box-shadow: -4px 4px 0px 0px rgba(0,0,0,.04);
                margin-bottom: 19px;
            }

                .googleMap iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100% !important;
                    height: 100% !important;
                }

            .contact .col.right h1 {
                font-size: 2.2vw;
                line-height: 1;
                padding-bottom: 9px;
            }

            .contact .col.right .tinyText {
                display: block;
                margin: 3px 0px 5px 0px;
                font-family: "archivo black";
                color: #A7A7A7;
            }

            .contact .col.right h2 {
                font-size: 1.65vw;
                line-height: 1.2;
                padding-bottom: 7px;
            }

            .contact .col.right a {
                display: block;
                font-size: 1.5vw;
                line-height: 1;
                font-family: 'Archivo Black', sans-serif;
                font-weight: 400;
            }

            @media all and (min-width: 1300px) {
                .contact .col.right h1 { font-size: 29px; }
                .contact .col.right h2 { font-size: 21px; }
                .contact .col.right a { font-size: 19px; }
            }

            .contact .col.right span.uk-number {
                display: block;
                font-weight: 400;
                font-family: "archivo black";
                font-size: 18px;
                margin: 5px 0px 0px;
                color: #B7B7B7;
            }

    .contact .preFooter {
        padding: 85px 0px 90px;
        clear: both;
    }

        .contact .preFooter:before {
            display: none;
        }

        .contact .preFooter .inner {
            padding-top: 0px;
            max-width: 1000px;
        }

            .contact .preFooter .inner:after {
                display: none;
            }

            .contact .preFooter h4 {
                font-size: 2.12vw;
                line-height: 1;
                padding-bottom: 1em;
            }

            @media all and (min-width: 1300px) {
                .contact .preFooter h4 { font-size: 27px; }
            }

            .contact .preFooter p {
                font-weight: bold;
                font-size: 16px;
                line-height: 1.6;
            }




/* ===\\===========================//=== *
 * ====\\=== BROCHURE DOWNLOAD ===//==== *
 * =====\\=======================//===== */

/*overview page*/
ul.brochureGrid {
    display: block;
    margin: auto;
    text-align: left;
    list-style-type: none;
    margin-bottom: 80px;
}

    .brochureGrid li {
        float: left;
        width: 24%;
        margin-right: 5%;
        height: auto;
    }

        .brochureGrid li a {
            display: block;
        }

            .brochureGrid li a img {
                width: 100%;
                height: auto;
                display: block;
                margin-bottom: 10px;
            }

            @media all and (min-width: 1700px) {
                .brochureGrid li a h3 {
                    font-size: 22px;
                }
            }

            .brochureGrid li a h3 {
                transition: color .2s;
            }

            .no-touchevents .brochureGrid li a:hover h3 {
                color: #000;
                transition: color .05s;
            }




/*download page */
.downloadForm p {
    width: 70%;
}

.downloadForm.contact form {
    max-width: 900px;
    width: auto;
}

.downloadForm.contact form input[type="text"], .downloadForm.contact form textarea, .downloadForm.contact form select {
    border: 1px solid #e7e7e7;
    background-color: #F3F3F3;
}

.downloadForm.contact form select {
    width: 100% !important;
    display: block;
    height: 44px;
    padding: 0% 3%;
    color: #505050;
    font-size: 14px;
    font-family: sans-serif;
    text-align: left;
    border-radius: 0px;
    margin-bottom: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.downloadForm.contact form .split textarea {
    width: calc(88% - 6px) !important;
    padding: 2% 6%;
    max-width: auto;
    min-width: 0px;
}





/* ===\\======================//=== *
 * ====\\=== HALL OF FAME ===//==== *
 * =====\\==================//===== */

.textPage.hall-of-fame .gallery {
    border-top: none;
}

    .textPage.hall-of-fame .gallery h3 {
        color: #f22c2c;
        font-weight: 400;
        font-size: 1.3vw;
        line-height: 1.3;
        padding-top: 19px;
    }

    .hall-of-fame .grid {
        margin-top: 30px;
    }

        .hall-of-fame .grid .grid-sizer,
        .hall-of-fame .grid li {
            width: 31%;
        }

        .hall-of-fame .grid .gutter-sizer {
            width: 3.5%;
        }

            .hall-of-fame .grid iframe {
                width: 100%;
            }



/* ===\\=========================//=== *
 * ====\\=== UPCOMING EVENTS ===//==== *
 * =====\\=====================//===== */

.upcoming .writeup h2.underline {
    margin-bottom: 20px;   
}

.event-block {
    margin: 0px auto 82px;
}

.event-block:last-child {
    margin: 0px auto 42px;
}

    .event-block .artwork {
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        color: #fff;
    }
	
		.event-block .artwork img {
			width: 100%;
		}

        .event-block .date {
            display: inline-block;
            background-color: rgba(255,255,255,.15);
            padding: 19px 19px 17px;
        }

            .event-block .date .month {
                display: inline-block; *display: inline; zoom: 1;
                font-size: 15px;
                border-bottom: 1px solid #fff;
                padding-bottom: 2px;
                letter-spacing: .05em;
            }

            .event-block .date .day {
                display: block;
                font-size: 47px;
                letter-spacing: 0.03em;
            }

            .event-block .date .year {
                display: block;
                font-size: 12px;
                letter-spacing: .05em;
                line-height: 1;
            }

        .event-block .location {
            position: absolute;
            left: 28px;
            bottom: 22px;
            line-height: 1;
            padding: 0px;
            color: #fff;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: .18em;
        }

        .event-block .campName {
            position: absolute;
            left: 28px;
            bottom: 22px;
        }

            .event-block .campName h3 {
                font-size: 24px;
                text-shadow: 0px 0px 8px rgba(0,0,0,1);
                color: #fff;
                line-height: 1.1;
                padding-bottom: .2em;
            }

            .event-block .campName .location {
                position: relative;
                bottom: 0px;
                left: 0px;
            }

    .event-block .info {
        background-color: #252525;
        border-top: 1px solid #7c7c7c;
        padding: 24px 28px;
    }

        .event-block .info p {
            line-height: 1.15;
            font-weight: bold;
            color: #f22c2c;
            font-size: 12px;
            padding-bottom: 1.7em;
        }

        .event-block .info p:last-child {
            padding-bottom: 0em;
        }

        .event-block .info p strong {
            color: #fff;
        }

        .event-block .info p span {
            font-weight: 400;
            font-family: 'Archivo Black', sans-serif;
            color: #fff;
            font-size: 19px;
        }

    .event-block a {
        font-weight: 400;
        font-family: 'Archivo Black', sans-serif;
        display: block;
        padding: 20px;
        background-color: #f22c2c;
        color: #fff;
        text-align: right;
        font-size: 24px;
        line-height: 1;
    }


        .event-block a:after {
            content: '';
            display: inline-block; *display: inline; zoom: 1;
            width: 0px;
            height: 0px;
            border-left: 16px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin: 0px 0px 0px 13px;
            position: relative;
            top: 1px;
        }









/* ===\\================//=== *
 * ====\\=== FOOTER ===//==== *
 * =====\\============//===== */

footer {
    position: relative;
    height: 378px;
    background-color: #ffffff;
}

    footer nav {
        max-width: 1000px;
        margin: auto;
        padding-top: 41px;
        height: 255px;
        position: relative;
    }

        footer nav .col {
            display: inline-block; *display: inline; zoom: 1;
            vertical-align: top;
        }

        footer .col.sitemap {
            margin-right: 50px;
            font-size: 10px;
        }

            footer .mobileOnly {
                display: none;
            }

            footer .col.sitemap p {
                display: inline-block; *display: inline; zoom: 1;
                text-transform: uppercase;
                color: #000000;
                border-bottom: 1px solid #e1e1e1;
                font-weight: bold;
                padding-bottom: 5px;
                margin-bottom: 11px;
                letter-spacing: .06em;
            }

            footer nav .col.sitemap:nth-child(4) p {
                display: block;
            }

            footer .col.sitemap p.mobileOnly {
                display: none;
            }

            footer .col.sitemap ul {
                list-style-type: none;
                padding-bottom: 20px;
            }

                footer .col.sitemap ul li {
                    padding-bottom: .45em;
                    letter-spacing: .05em;
                }

                    footer .col.sitemap ul li a {
                        color: #818181;
                        font-weight: normal;
                    }

                    .no-touchevents footer .col.sitemap ul li a:hover {
                        color: #f22c2c;
                    }

        footer .col.contact {
            text-align: right;
            width: 315px;
            position: absolute;
            top: 41px;
            right: 0px;
        }

            footer .col.contact .logo {
                position: relative;
                right: -9px;
            }

                footer .col.contact .logo img {
                    display: inline-block; *display: inline; zoom: 1;
                    vertical-align: top;
                    width: 184px;
                    height: auto;
                }

            footer .social {
                list-style-type: none;
                text-align: right;
                margin: 11px 0px 25px;
                cursor: default;
            }

                footer ul.social li {
                    display: inline-block; *display: inline; zoom: 1;
                    vertical-align: middle;
                    margin-left: 4px;
                }

                    footer ul.social li a {
                        display: block;
                        width: 22px;
                        height: 22px;
                    }

                        footer ul.social li a img {
                            display: block;
                            width: 100%;
                            height: auto;
                        }

            footer .contact > a {
                font-family: "Archivo Black", sans-serif;
                font-size: 20px;
                font-weight: 400;
                letter-spacing: .05em;
                line-height: 1.1;
            }

    footer .bottom {
        background-color: #f3f3f3;
        height: 149px;
        text-align: center;
    }

        footer .sponsors {
            max-width: 1000px;
            margin: auto;
            padding: 29px 0px 15px;
        }

            footer .sponsors ul {
                list-style-type: none;
            }

                footer .sponsors ul li {
                    display: inline-block; *display: inline; zoom: 1;
                    vertical-align: middle;
                    margin: 0px 11px 0px 15px;
                }

                footer .sponsors ul li: {
                    margin-right: -4px;
                }

        footer .bottom p {
            font-size: 9px;
            text-transform: uppercase;
            color: #161616;
            letter-spacing: .05em;
            line-height: 1.7;
        }

            footer .bottom p a {
                color: inherit;
                font-weight: bold;
            }




/*COMING SOON*/
.coming-soon {}

    .coming-soon #content {
        text-align: center;
    }

        .coming-soon h2 {
            padding-top: 140px;
        }





/* =================================== */
/* CONTEST PAGE / PACKAGE DETAIL PAGES */
/* =================================== */

body.contest {}

    body.contest #content .maxWidth {
        text-align: center;
        padding-top: 50px;
    }

        .contest .photo-grid .holdit, .camp .photo-grid .holdit {
            position: relative;
            width: 48.5%;
            height: 0px;
            margin-right: 3%;
            margin-bottom: 27px;
            padding-bottom: 32%;
            display: block;
            overflow: hidden;
            float: left;
        }

        .contest .photo-grid .holdit:nth-child(even), .camp .photo-grid .holdit:nth-child(even) {
            margin-right: 0;
        }

        .contest .photo-grid .holdit:last-child,
        .contest .photo-grid .holdit:nth-last-child(2),
		.camp .photo-grid .holdit:last-child,
        .camp .photo-grid .holdit:nth-last-child(2)
		{
            margin-bottom: 0;
        }

        .contest .photo-grid .holdit.fullWidth, .camp .photo-grid .holdit.fullWidth {
            width: 100%;
            height: 0px;
            padding-bottom: 66%;
        }

        .contest form p {
            padding-bottom: 0px;
        }

            .contest form p span.required {
                margin: 0px 0px 21px;
            }

        body.contest #content .maxWidth h2 span {
            font-size: 16px;
            width: 80%;
            margin: 16px auto 20px;
            line-height: 1.3;
            color: #f22c2c;
            display: block;
        }

        .contest .formEl.fieldtype-input:nth-child(odd) {
            width: 48%;
            float: left;
            margin-right: 2%;
        }

        .contest .formEl.fieldtype-input:nth-child(even) {
            width: 50%;
            float: left;
            margin-right: 0%;
        }

        .contest form label {
            display: none;
        }

        .contest form input[type="text"] {
            border: 1px solid #e7e7e7;
            background-color: #F3F3F3;
        }

        .contest form input[type="submit"] {
            width: 300px;
            margin: 30px auto 0px;
        }

    .contest .innerWriteup {
        max-width: 715px;
        margin: auto;
        text-align: left;
    }


    .contest .photo-grid.videos {

    }

        .contest .photo-grid.videos .holdit {
            width: 31.3%;
            margin-right: 3% !important;
            padding-bottom: 17%;
        }

        .contest .photo-grid.videos .holdit:nth-child(3n) {
            margin-right: 0% !important;
        }

            .contest .photo-grid.videos .holdit .play {
                width: 30px;
                height: auto;
                display: block;
                position: absolute;
                z-index: 2;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
            }

    .contest .contestHeader {
        display: inline-block;
        position: relative;
        width: 90%;
        height: auto;
        
        margin: 100px 5% 0 5%;
        
    }
    .contest .contestHeader img {
        width: 100%;
        height: 100%;
        
    }

    .contest .contestHeader:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        
        background-image: linear-gradient(  rgba(0, 0, 0, 0.45), 
        rgba(0, 0, 0, 0.75));
        background-size: cover;
    }

    .contest .contestHeader .contestImg {
        width: 33.1%;
        position: relative;
        display: inline-block;
    }

    .contest .contestHeader .contestImg2 {
        width: 49.8%;
        position: relative;
        display: inline-block;
        margin: 0;
    }

     .contest .contestHeader .contestImg:after {
     
    }






    .contest .contestHeader h1 {
        color: #fff;
        font-size: 3.3vw;
        text-shadow: 4px 4px 0px red;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: left;
        z-index: 20;
    }

  

/* ======================= */
/* COUNTDOWN TO CAMP TIMER */
/* ======================= */

.count2camp {
    position: relative;
    margin-top: 50px;
    padding-bottom: 20px;
}

    .count2camp h2 {
        padding-bottom: 0.2em;
    }

    #clock {

    }

        #clock .graspMe {
            display: inline-block; *display: inline; zoom: 1;
            margin: 0px 10px 0px 14px;
        }

            #clock .num {
                display: block;
                font-weight: 400;
                font-family: 'Archivo Black', sans-serif;
                font-size: 46px;
                color: red;
            }

            #clock .label {
                display: block;
                font-size: 14px;
            }

            @media all and (max-width: 600px) {
                #clock .graspMe {
                    margin: 0px 5px 0px 9px;
                }
                
                    #clock .num {
                        font-size: 7.8vw;
                    }
            }

/* package detail page - new addons */
.package-logo {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 560px;
}

/*cols*/
.rockers.cols-1 ul.grid {
    width: 26%;
}

.rockers.cols-1 ul.grid .grid-sizer,
.rockers.cols-1 ul li {
    width: 100%;
    cursor: default;
}
/*2-cols*/
.rockers.cols-2 ul.grid {
    width: 54.66%;
}
.rockers.cols-2 ul.grid .gutter-sizer {
    width: 5%;
}
.rockers.cols-2 ul.grid .grid-sizer,
.rockers.cols-2 ul li {
    width: 45%;
    cursor: default;
}
/*3-cols*/
.rockers.cols-3 ul.grid {
    width: 75%;
}
.rockers.cols-3 ul.grid .gutter-sizer {
    width: 5%;
}
.rockers.cols-3 ul.grid .grid-sizer,
.rockers.cols-3 ul li {
    width: 30%;
    cursor: default;
}
section.cycle-slideshow.hero.ratioSize {
    height: 760px !important;
}
.threeCol {
    display: flex !important;
    justify-content: space-between !important;
}
.text-video {
    margin-top: 80px !important;
}
h3.mission_text {
    margin-top: 130px;


}
@media only screen and (min-width:100px) and (max-width:767px) {


.ratioSize.cycle iframe {
    width: 100% !important;
    height: 100% !important;
}
section.cycle-slideshow.hero.ratioSize {
    height: 780px !important;
}
.threeCol {
    flex-wrap:wrap;
}
.home .hero.cycle-slideshow .mainCaption {display: none;}
 .mobile_bg{
	 background-position: center !important;
 }

}



