@import url("https://use.typekit.net/vwe8yhs.css");


/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471v
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body, html {
	height: 100%;
	font-family: acumin-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	background: #000000;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	margin: 0 0 20px;
	padding: 0;
	line-height: .9;
	font-size: 16px;
	font-weight: 800;
}

h1.tour-heading {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}

p {
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
}


a, a:focus, a:visited {
	color: #ffffff;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

a:hover {
	color: #a8b1b8;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

#wrap {
	float: left;
	width: 100%;
	min-height: calc(100vh - 60px);
}


header {
	margin: 20px;
	position: relative;
}
nav {
	position: absolute;
    right: 0;
    z-index: 100;
	top: 2px;
}
nav ul {
	text-align: center; 
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
	
}
nav ul li {
	font-weight: 800;
    display: inline-block;
    width: auto;
    margin: 0 4px;
    padding: 0;
    font-size: 14px;
}

nav ul li a {
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: none;
}

img {
    max-width: 100%;
}

#social {
    position: absolute;
    left: -12px;
    text-align: right;
    z-index: 100;
}
#social a {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 0 15px;
}
#social a:hover {
	color: #a8b1b8;
}



#logo {
    position: relative;
    left: 50%;
    padding-top: 80px;
    padding-bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}
#logo img {
	max-width: 100%;
	height: auto
}


main {
    float: left;
    width: 100%;
    margin: 0;
}


#inner {
	margin: 0 auto;
	width: 980px;
	}



#page-heading {
    text-align: center;
    position: relative;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
}


#page-heading .button {
    display: inline-block;
    font-weight: 800;
    line-height: 20px;
    font-size: 20px;
    color: #ffffff;
    position: inherit;
    width: auto;
    cursor: pointer;
    margin-bottom: 20px;
}

#page-heading .button:hover {
	background: #a8b1b8;
}


.desktop-hide {
    display: none;
}

#tour-info {
    float: left;
    margin-bottom: 40px;
}


/* Splash Screen
-------------------------------------------------------------- */


.overlay-splash {
    float: left;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0px;
    overflow-x: hidden;
}


.splash-content-grid {
    cursor: default;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    width: 380px;
    padding: 30px 0;
}

.splash-content-grid h1 {
    font-size: 47px;
    line-height: 50px;
    margin: 2px 0 2px;
}

.splash-content-grid h2 {
    font-size: 34px;
    line-height: 34px;
    margin: 13px 0 3px;
}

.splash-content-grid h3 {
    font-size: 45px;
    line-height: 40px;
    margin: 0px;
}

.splash-content-grid h4 {
    font-size: 23px;
    line-height: 23px;
    margin: 10px 0 3px;
}

#splash-screen #logo img {
     max-width: 320px;
}

#splash-screen .button-01 {
    background: #ffffff;
    position: relative;
	display: inline-block;
    color: #000000;
	font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 65px;
}

#splash-screen .button-01:hover {
	background: #a8b1b8;
}

#splash-screen .button-02 {
    background: #ffffff;
    position: relative;
	display: inline-block;
    color: #000000;
	font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 58px;
}

#splash-screen .button-02:hover {
	background: #a8b1b8;
}

#splash-screen .button-03 {
    background: #ffffff;
	position: relative;
    color: #000000;
	font-weight: 800;
    font-size: 18px;
    padding: 10px 0px;
    width: 320px;
    display: inline-block;
}

#splash-screen .button-03:hover {
	background: #a8b1b8;
;
}


#splash-screen .button-04 {
    background: #ffffff;
    position: absolute;
    color: #000000;
	font-weight: 800;
    font-size: 18px;
    padding: 10px;
    right: 20px;
    top: 20px;
}

#splash-screen .button-04:hover {
	background: #a8b1b8;
}







/* Store
-------------------------------------------------------------- */


#inner-store {
    width: 1470px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    float: left;
}

.grid-item {
	float: left;
    width: 450px;
    padding-bottom: 56px;
    position: relative;
    margin: 0px 20px 40px;
    background: #000000;
}

.grid-item:hover {
        box-shadow: 10px 10px 0 0 #ffffff
    }

.product {
	text-align: center;
}

.product img {
    max-width: 100%;
}

.product h2 {
    font-size: 30px;
    line-height: 32px;
}

.product h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 14px;
}

.product ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
	margin-bottom: 5px;
}

.product li {
  padding-left: 1em;
  text-indent: -1em;
}

.product li:before {
  content: "+";
  padding-right:4px;
}

.product-inner {
    padding: 20px 20px 0;
}

.product .button-05 {
    display: inline-block;
	font-weight: 800;
    line-height: 20px;
    font-size: 20px;
    color: #000000;
    margin-right: 5px;
    margin-left: 5px;
    padding: 8px;
    width: auto;
    background: rgb(255, 255, 255);
}

.product .button-05:hover {
	background: #a8b1b8;
}


.product .buttons {
	position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
	/*  min-height: 600px; */   
	border: 0;
}

#sign-up-wrap iframe {
    min-height: 600px;
}

/* Video
-------------------------------------------------------------- */


#video-list {
	float: left;
	width: 100%
}
.video-item {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0 0 40px
}
.video-item embed, .video-item iframe, .video-item object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-item img {
    max-width: 100%;
}



/* Newsletter
-------------------------------------------------------------- */




.sign-up {
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    background-color: #000000;
    padding: 30px;
	margin-bottom: 60px;
}

#mc_embed_signup input {
    border: 1px solid #ffffff !important;;
    -webkit-border-radius: 3px!important; 
    -moz-border-radius: 3px !important;
    border-radius: 0px !important;
}

input#mc-embedded-subscribe {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
}
#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup .asterisk {
    color: #ffffff !important;
}

#mc_embed_signup .mc-field-group select {
    width: 100% !important;
    padding: 8px 0 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    height: 38px !important; 
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: rgba(255, 255, 255, 0.2)!important; 
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    border-radius: 0px !important; 
    color: #bdbdbd;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41 !important; 
    border-radius: 0px !important; 
}

#mc_embed_signup div#mce-responses {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

#mc_embed_signup div.response {
    width: 100% !important;
}
#mc_embed_signup #mce-success-response {
    color: #ffffff !important;
}





/* Footer
-------------------------------------------------------------- */



footer {
    height: 60px;
    padding: 0 20px;
    width: 100%;
    display: inline-block;
}

footer ul {
    /* float: left; */
    width: 100%;
    margin: 0;
    padding: 18px 0 0 0;
    list-style: none;
    text-align: center;
}

footer ul li {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.01em;
	display: inline-block;
	width: auto;
	margin: 0 5px 0 5px;
	padding: 0;	
}

footer ul li a {
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: none;
}




/* Tour
-------------------------------------------------------------- */

.tour {
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
    float: left;
}

.bit-widget {
	font-size: 14px!important;
    font-family: acumin-pro, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 800!important;
	font-style: normal!important;
	text-align: left !important;
}

.bit-widget .bit-event .bit-date {
    font-weight: 800 !important;
}

.bit-widget,
.bit-venue,
.bit-date,
.bit-location,
.bit-button,
.bit-clickable{
    color: white!important;
}




.bit-rsvp,
.bit-past-events-show-all-button,
.bit-widget .bit-play-my-city-button,
.bit-offers{
	background-color: inherit!important;
	color: #ffffff!important;
	border: 1px solid #ffffff!important
}

.bit-widget.bit-layout-desktop .bit-event {
    padding: 10px 0px !important;
}

.bit-widget .bit-top-track-button {
    padding: 5px 0px !important;
}

.bit-widget .bit-nav-bar-container  {
	padding: 0px !important;
}


.bit-widget .bit-upcoming-events,
.bit-widget .bit-past-events,
.bit-widget .bit-upcoming-events-show-all-button,
.bit-widget .bit-past-events-show-all-button,
.bit-widget .bit-play-my-city-button {
    margin: 0px !important;
}



.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	float: left;
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 101; /* Sit on top */
	left: 0;
	top: 0px;
	background-color: rgb(0 0 0 / 80%);
	overflow-x: hidden; /* Disable horizontal scroll */
}
/* Position the content inside the overlay */
.overlay-content-wrap {
	margin: 0 auto;
	width: 100%
}
.overlay-content-grid {
	cursor: default;
	text-align: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 640px
}

.overlay-content-grid h4 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

.overlay-content-grid h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.overlay-content-grid h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 50px 30px 50px;
    text-transform: uppercase;
}

.overlay-content-grid h2 a {
  	color: #ffffff;
}

.overlay-content-grid h2 a:hover {
    color: #ffffff;
}

.overlay-content-grid p {
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
}

.overlay-content-grid p a {
	color: rgba(255,255,255,1.00);
	border-bottom: 3px solid currentColor;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
}
.overlay-content-grid p a:hover {
	color: rgba(0,0,0,1.00);
}





/* Mobile Navigation 
-------------------------------------------------------------- */

#mobile-menu {
display: none
}
	
#mobile-menu-open {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	font-weight: 800;
    font-size: 16px;
    margin-top: 20px;
	display: none;
}

#mobile-menu-close {
    display: inline-block;
    font-weight: 800;
    /* padding: 0; */
    color: #000000;
    background: #a8b1b8;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

#mobile-menu #social {
	float: left;
    position: relative;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

#mobile-menu  #social a {
    font-size: 20px;
    margin: 0px 4px;
}

#mobile-menu ul {
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

#mobile-menu  ul li {
    margin: 0 0 2px 0;
}



/* Mobile @ Tablet
-------------------------------------------------------------- */



@media only screen and (max-width:1469px) {
#inner-store {
    width: 980px;
}
}	

@media only screen and (max-width:1030px) {
#inner {
    width: 90%;
}
	
#mobile-menu-open {
	display: inline-block;
}


nav {
	display: none;
}

#social {
    display: none;
}
	
#mobile-menu #social {
    display: block;
}
	
#mc_embed_signup {
    padding: 0;
}

#sign-up-btn {
    width: 90%;
    margin: 0 auto;
    float: initial;
}
	
#sign-up-btn .button {
    text-align: center;
    float: left;
    position: relative;
}
	
footer ul {
    width: 100%;
    text-align: center;
}
}


@media only screen and (max-width: 979px) {
#inner-store {
    width: 90%;
}
.grid-item {
    width: 100%;
	margin: 0px 0 20px;
}
.tour {
    width: 100%;
	padding: 0
}
}



@media only screen and (max-width:770px) {
	
	
select,
  textarea,
  input {
    font-size: 16px;
 }
 


.overlay-content-grid {
    text-align: center;
    width: 90%;
}

#logo {
    padding-top: 20px;
}
	
#wrap {
    min-height: calc(100vh - 120px);
}


footer {
    height: 120px;
}

footer ul li {
	display: block;
	font-size: 12px;
}
}


@media only screen and (max-width:420px) {
	
	
.splash-content-grid {
    width: 240px;
    padding: 20px 0;
}

h1.tour-heading {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
	
#splash-screen #logo img {
    max-width: 200px;
}
.splash-content-grid h1 {
    font-size: 29px;
    line-height: 38px;
    margin: 0px;
}
	
.splash-content-grid h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 8px 0 0;
    letter-spacing: -0.02em;
}
	
.splash-content-grid h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    letter-spacing: -0.02em;
}
	
.splash-content-grid h4 {
	font-size: 15px;
    line-height: 16px;
    margin: 8px 0 2px;
    letter-spacing: -0.02em;
}
	
#splash-screen .button-01 {
    font-size: 16px;
    padding: 3px 36px;
}
	
#splash-screen .button-02 {
    font-size: 16px;
    padding: 3px 28px;
}
	
#splash-screen .button-03 {
    font-size: 16px;
    width: 200px;
    padding: 3px 0px;
}
	
#splash-screen .button-04 {
    font-size: 16px;
    padding: 3px 0;
    width: 100%;
    text-align: center;
	right: 0;
    top: 0;
}
	
.video-item {
    margin: 0 0 20px;
}
	
.sign-up {
    width: 100%;
    background-color: #000000;
    padding: 0px;
}


#page-heading .button {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
}
	
.desktop-hide {
    display: inline;
}

.mobile-hide {
    display: none;
}
	
#wrap {
    min-height: calc(100vh - 140px);
}


footer {
    height: 140px;
}
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

