@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Hammersmith+One|Quattrocento+Sans');

html {
  position: relative;
  min-height: 100%;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    color: #111;
font-family: "Afacad", sans-serif;
    font-size: 18px;
margin: 0;
}

.site-wrapper {
    /*padding: 0 0 3.5em;
    margin-bottom: 1em;*/
    background-color: #FFF;
    padding: 0;
}

.layoutcontent {
transition: .5s;
}

figure{}

figure img{border: 1px solid #323a3a;}

figure figcaption {
font-size: 8px;
text-align: right;
margin-right: 10px;
line-height: 8px;
margin-bottom: 10px;
font-weight: bold;
}

.contentImage-Right {
  display: block;
  margin: 20px 0px 20px 20px;
  float: right;

}

.contentImage-Left {
  display: block;
  margin: 20px 20px 20px 0px;
  float: left;
}

.pagecontent, .page-content{background-color: white;
  padding: 50px 5% 50px;
  font-size: 24px;
  line-height: 32px;
  max-width: 1080px;
  margin: 0px auto; word-break: break-word;
}

.page-content.home {
  padding: 20px 2.5%;
  max-width: 1390px;
}

.page-content .box{line-height: 30px;}

.page-wrap {
    background-color: #fff;
    padding-bottom: 5em;
}

@media (max-width: 767px) {
    .page-wrap {padding-bottom: 0;}
}

.form-inline .form-group {
    margin-right: -10px;
    padding-right: 20px;
}



@media (min-width: 992px) {
    .hero-small {
        background-color: #444444;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 98px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

.hero {
    background-color: #6f6f6f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    position: relative;
    padding: 0;
    height: 55vh;
    overflow: hidden;
    background-blend-mode: overlay;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#layHero::after {
  font-weight: bold;
  font-size: 8px;
  text-align: right;
  color: white;
  bottom: 2px;
  right: 3px;
  position: absolute;
  text-shadow: 1px 0px 1px #141413, 0px 1px 1px #141413, -1px 0px 1px #141413, 0px -1px 1px #141413;
}

.hero h1{text-align: center;
color: white;
text-shadow: 0px 0px 10px rgba(0,0,0,.80);
max-width: 80%;
margin: 0px auto;
font-size: calc((4 - 1) * 1.2vw + 1rem);
letter-spacing: 16px; clear: both;}

.hero h2{text-align: center;
color: white;
text-shadow: 0px 0px 10px rgba(0,0,0,.80);
max-width: 80%;
margin: 0px auto;
font-size: calc((2.1 - 1) * 1.2vw + 1rem);
letter-spacing: 8px; clear: both;}

.homepage .hero {
    height: 85vh;
}

@media (min-width: 992px) {
    .homepage .hero {
        max-height: 780px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hero-small {
        background-color: #fff;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 98px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

a#return-to-top {
    display: none;
    background-color: white;
    border-radius: 50%;
    bottom: 20px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 44px;
    z-index: 9999;
}

a#return-to-top:focus {
    outline: 1px dotted #444;
    outline-offset: 0px;
}

a#return-to-top img{max-width: 44px;}

.heroBox {
  height: 50vh;
  background-attachment: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: 1.5s;
  opacity: 0;
}

.heroBox img{}

.upNextBox{height: 50vh;
  background-attachment: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: 1.5s;
  opacity: 1; position: relative; border-top: 10px solid white;}

.upNextBox .wordZone {
  position: absolute;
  left: 2%;
  bottom: 2%;
}

   .upNextBox .wordZone .artist, .upNextBox .wordZone .showtime{color: white;
  font-weight: bold;
  font-size: 2.7em;
  text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), 1px 1px 5px rgb(0, 0, 0), -1px -1px 5px rgb(0, 0, 0);}

   .upNextBox .wordZone .showtime{font-size: 1.7em;}

/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
font-family: "Afacad", sans-serif;
    color: #431b64;
    text-transform: uppercase;
    font-weight: 700;
}

.h1, h1 {
    font-size: 2.222em; text-align: center; line-height: 1em;
}

h1.page-title {
  margin-top: 0px;
  margin-bottom: 0.75em;
}

h1.splash{color: #431b64;
letter-spacing: 5px;
text-align: center;
font-size: 3.3em;}

.h2, h2 {
  font-size: 1.667em;
  text-align: center;
  letter-spacing: 0px;
line-height: 1.1em;
text-transform: none;
  font-variant: small-caps;
}

.h3, h3 {
    font-size: 1.333em;
}

.h4, h4 {
    font-size: 1em;
}

h4.form-name {
    font-size: 1.667em;
}

a {
    color: #431b64; text-decoration: underline; transition: .5s;
    
}

a.box, a.boxvisited, a.box:focus, a.box:active, a.box:hover{text-decoration: none;}

a:visited, a:focus {
    color: #431b64;
    text-decoration: underline;
}

a:focus {
    outline: 1px dotted;
    outline-offset: -2px;
}

a:active, a:hover  {
    color: #141413; text-decoration: underline; cursor: pointer;
}

a[href^=tel] {
    color: inherit;
}

a.load-local {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

a.load-local:hover {
    text-decoration: none;
}

.error, .text-danger, .coupon, del, .min-order, .max-order,
.compliance-message, .statecompliancemessage, .inventory-message, .strikethru {
    color:#a94442;
}

abbr[data-original-title], abbr[title] {
    cursor: text;
    border-bottom: none;
    text-decoration: none;
}



/* HEADER */

header {
background-color: white;
font-family: "Afacad", sans-serif;
position: fixed;
z-index: 1030;
box-shadow: inset 0 -1px 0px #f5f5f5;
top: 0;
max-width: 100%; width: 100%;
}

header.active {
    box-shadow: none;
}

header.header-small {
    background-color: #fff; opacity: .95;
}

header.header-small .inner-header {
padding: 10px 5%;
}

header.header-small #logoWrapper a img {
  max-height: 50px; margin-top: 12px;
}

header.header-small .navbar-nav > li > a{}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.header-inner::before, .header-inner::after {
    content: none;
}

.header-inner, .desktop-nav {
    display: flex;
    display:-ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.inner-header {
  position: relative;
  z-index: 1;
  float: left;
  padding: 25px 5%;
  width: 90%;
  max-width: 90%; transition: .5s;
}

.inner-header.left {
    display: flex;
    display:-ms-flexbox;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.inner-header.right {
    display: flex;
    display:-ms-flexbox;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin-left: auto;
}

.inner-brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 85px;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1em;
    color: #141413;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inner-brand .brand-light {
    display: none;
}

.inner-brand img {
    max-height: 80px;
    max-width: 170px;
    max-height: 4.444em;
    max-width: 9.444em;
}

.menu-extras {
    font-size: 0.722em;
    margin: 0 0 0 15px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    min-width: 55px;
}

#logoWrapper {
  float: left;
  display: block;
  text-align: center;
font-family: "Afacad", sans-serif;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

#logoWrapper a img {
max-height: 100px;
width: auto;
margin-bottom: 5px; transition: .5s;
}

#mainNavWrapper {
  float: right;
  display: block;
}

.visible-xs.visible-sm .inner-header.pull-right .menu-extras .menu-icons {
    padding-top: 34px;
}

.menu-extras > .menu-icons > div > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 1em;
    color: #333333;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.menu-extras > .menu-icons > div > a:hover,
.menu-extras > .menu-icons > div > a:focus {
    color: #222222;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

ul.cart-account {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.cart-account li {
    height: 44px;
    width: 22px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: justify;
    margin-left: 20px;
}

ul.cart-account li:first-child {
    margin-left: 0;
}

.cart-account a {
    height: 44px;
    width: 44px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: justify;
    text-decoration: none;
}

.visible-xs .cart-account {
    margin-right: 15px;
}


/* MAIN NAV */

.navbar {
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    min-height: inherit;
    position: relative;
    text-align: right;
}

.navbar-nav {
    display: block;
    float:none;
    -webkit-transition: .3s;
    transition: .3s; margin: 15px 0px 0px 0px;
  padding: 0px; text-align: center;
}

header.header-small .navbar-nav{margin-top: 0px;}

.navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-nav > li > a {
    background-color: transparent;
    color: #431b64;
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 20px 14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
}

.navbar-nav > li > a:hover {
  background-color: transparent;
  color: #323a3a;
}

.navbar-nav > li > a.donateLink {}

.navbar-nav > li > a.donateLink:hover {}

.navbar-nav > li.fb{}

.navbar-nav > li > a.fb{padding: 0px; position: relative; top: 3px; margin-left: .5em;}

.navbar-nav > li > a.fb img{height: 25px; width: auto;}

.navbar-nav > li > a:focus, .navbar-nav > .active > a:focus {
    outline: 1px dotted;
    background-color: transparent;
    border: none;
    outline-offset: -5px;
    background-color: transparent;
}

/* active nav items */
.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.header-small .navbar-nav > li > a:hover, .header-small .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #555;
}

/* active nav items */
.header-small .navbar-nav > .active > a, .header-small .navbar-nav > .active > a:hover, .header-small .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #555;
}

/*for hover effect to stay on top level item during hover over dropdown*/
.header-small .navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: #555;
}

.caret {
    display: none;
}

.dropdown-menu {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    transition: background-color 0s, border 1s, max-height 1s, opacity 1s;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    list-style: none;
  padding: 0px;
  top: 60px;
  opacity: 0;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    background-color: #fff;
    color: #111;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1em;
padding: 0px 5px;
  text-decoration: none;
  margin: 8px 0px;
  display: inline-block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #431b64;
    text-decoration: none;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

/* third level dropdowns */
ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

/* hide third level dropdowns */
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    /*display: none;
    visibility: hidden;*/
}

/* displays dropdown menus */
ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    border: 1px solid #111; max-height: 455px; background-color: white;
}

/* tabbable dropdowns for ada */
ul.navbar-nav li:focus-within ul, ul.navbar-nav li li:focus-within ul, ul.navbar-nav li ul ul li:focus-within ul{
    display: block;
    visibility: visible;
    opacity: 1;
}

ul.greenBullet{list-style: none; /* Remove default bullets */}

ul.greenBullet li::before{content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #431b64; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */}

  ul.greenBullet li:nth-child(2n+1):before{
    color:#323a3a;
}

ul.greenBullet ul{list-style: none;}

ul.greenBullet ul li::before{content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #431b64; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */}

    ul.greenBullet ul li:nth-child(2n+1):before{
    color:#323a3a;
}

@media (max-width: 991px) {

    .mobile-header {
        display: flex !important;
        display:-ms-flexbox !important;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
    }

    ul.cart-account {margin-right: 15px;}

}


@media (min-width: 992px) {

    .main-nav-toggle {display: none;}

    /* Header small */
    header.header-small {
        background-color: #ffffff;
    }

    .header-small .inner-brand {
        height: 82px;
    }

    /* Header transparent */

    .header.header-transparent {
        background-color: transparent;
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        /*background: rgba(0, 0, 0, .25);*/
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    }

    .header.header-transparent .brand-light {
        display: inline;
        transition: all 0.3s ease-out;
    }

    .header.header-transparent .brand-dark {
        display: none;
        transition: all 0.3s ease-out;
    }

    .header.header-transparent .inner-nav > li > a,
    .header.header-transparent .menu-extras .menu-icons a,
    .header.header-transparent .inner-nav > li.active > a,
    .header.header-transparent .inner-nav > li.submenu-open > a,
    .header.header-transparent .menu-extras .menu-icons a:focus,
    .header.header-transparent .inner-nav > li > a:focus {
        background-color: transparent;
        color: #ffffff;
        transition: all 0.3s ease 0s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .header.header-transparent .inner-nav > li > a:hover,
    .header.header-transparent .menu-extras .menu-icons a:hover {
        
    }

    .header.header-transparent .inner-nav > li > a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: -5px;
    }

    .header.header-transparent .menu-extras .menu-icons a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: 5px;
    }

    .header-small .menu-extras .menu-icons a:hover, .header-small .menu-extras .menu-icons a:active,
    .header-small .menu-extras .menu-icons a:focus {
        color: #555;
    }
}

@media (max-width: 767px) {

    .header-inner {
        flex-direction: column;
    }

    .inner-header.right {
        justify-content: center;
        -ms-flex-pack: justify;
        margin-left: 0;
    }

    .menu-extras {
        margin: 0;
    }

    .inner-brand {
        height: auto;
        margin: 20px auto;
    }

}



/* MOBILE NAV */

/* hamburger */
.mobile-nav-toggle-label {
    color: #666;
    cursor: pointer;
    position: relative;
    z-index: 1003;
    font-size: 1.6em;
    height: 44px;
    width: 44px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: justify;
}

.active .mobile-nav-toggle-label {
    
}


/* mobile menu */
.visible-xs .navbar {
    background-color: #fff;
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0.14s;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
    margin: 0;
    padding: 0;
}

.header.active .visible-xs .navbar {
    padding: 25px 0;
}

.active .visible-xs .navbar {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0s;
    visibility: visible;
}

.visible-xs .nav.menu-top > li {
    border-bottom: 1px solid #eeeeee;
}

.visible-xs .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 1em;
    text-align: left;
    color: #555;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    margin-left:15px;
    z-index: 10;
}

.visible-xs .nav > li > a > i {

}

.visible-xs .nav > li > a:hover {
    background-color: transparent;

}

.visible-xs .nav > li > ul > li > a  {
    font-size: 0.8em;
}

.visible-xs .nav .menu-sub.menu-level-2.show-submenu {
    margin-left: 15px;
}

.visible-xs .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.visible-xs .nav .menu-sub  {
    display: none;
}

.visible-xs .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color: #555;
    top: 0.7em;
    right: 1.4em;
    z-index: 11;
}

.menu-level-1 .open-submenu, .menu-level-2 .open-submenu {
    top: 8px;
}

.open-submenu {
  /*-webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;*/
}

.open-menu .show-submenu {
    display: block !important;
}

.visible-xs .cart {
    color:#141413;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    width: 30px;
}

/* SUBNAV */

ul.subnav {
    list-style: outside none none;
    margin: 10px auto;
    padding: 0;
    text-align: center;
}

ul.subnav ul {
    padding: 0;
    margin: 0;
}

ul.subnav li.page-title {
    display: none;
}

ul.subnav li {
    display: inline-block;
    margin: 0 20px 10px;
    padding: 0;
    text-transform: uppercase;
}

ul.subnav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}

ul.subnav li a, ul.subnav li a:visited {
    font-weight: 600;
    font-size: 0.778em;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

ul.subnav li a.current, ul.subnav li a:hover, ul.subnav li a:active {
    color: #555;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

ul.subnav li.level-3 {
    text-transform: none;
}

ul.subnav li.level-4, ul.subnav li.level-5 {
    display: none;
}

.heroCaption{font-size: 12px; text-align: right; width: 100%;}

/* FOOTER */

footer {
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  width: 90%;
  z-index: 40;
  background-color: #323a3a;
  color: white;
  font-size: 14px;
  padding: 50px 5%;
line-height: 28px;
}

footer ul.navbar-nav {
  padding: 0px;
  margin: 0px;
}

footer ul.navbar-nav > li {
}

footer ul.navbar-nav > li > a{
color: #FFF;
font-size: 18px;
font-weight: bold;
}

footer ul.navbar-nav > li:hover > a, footer ul.navbar-nav > li > a:hover{
color: #c2b8cb;
text-shadow: 0px 0px 1px rgba(0,0,0,.9);
}

footer li a.donateLink{}

footer #social a img {
  height: 30px;
  width: auto;
  margin: 0px 10px;
}

footer  .navbar-nav > li > a.fb {display: none;}

footer #mainNavWrapper {
  width: 100%; text-align: center;
}

footer ul ul{display: none !important;}

#donatePlease {
  position: fixed;
  bottom: 1px;
  right: 5px;
  border: 1px solid transparent;
}

#donatePlease:hover{border: 1px solid #431b64; color: #431b64; background-color: #fff;}

footer #layCopyright{margin-top: 30px;}

footer.bottom, footer.no-vscroll {
    bottom: 0;
    transition: all 0.2s ease-in-out 0s;
}

footer .site-footer-secondary {
    background-color: #fff;
    display: table;
    height: 35px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

@media (min-width: 769px) {
    footer .site-footer-secondary {
        display: none;
        transition: all 0.2s ease-in-out 0s;
    }

    footer.bottom .site-footer-secondary, footer.no-vscroll .site-footer-secondary {
        display: table;
        transition: all 0.2s ease-in-out 0s;
    }
}

.site-footer {
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary {
    background-color: #444444;
    bottom: 0;
    position: fixed;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

footer.bottom .site-footer-primary, footer.no-vscroll .site-footer-primary {
    bottom: 35px;
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary__container {
    line-height: 0;
    padding-bottom: 0.325rem;
    padding-top: 0.325rem;
    text-align: justify;
    transition: all 0.2s ease-in-out 0s; max-width: 1080px;
}

.site-footer-primary__container::after {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: -1;
}

.site-footer-primary .social-accounts, .site-footer-primary .site-location, .site-footer-primary .site-nav {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.site-footer-primary .social-accounts {
    margin-bottom: 0;
}

.site-footer-primary .social-accounts > li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.site-footer-primary .site-nav {
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .site-footer-primary__container, .site-footer-primary .site-nav {
        text-align: center;
    }
}

.site-nav-menu {
    margin-bottom: 0;
}

.site-nav ul {
    list-style: outside none none;
    padding: 0;
}

.site-nav ul, .site-nav li {
    display: block;
}

.site-footer-primary .site-nav li {
    color: #fff;
    display: inline-block;
    font-size: 0.611em;
    letter-spacing: 1px;
    padding: 0.5em;
    line-height: normal;
}

.site-footer-primary .site-nav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}

/*
.site-footer-primary .site-nav li.gen-foot:last-of-type {
    padding-right: 0;
}

.site-nav-menu > li.gen-foot:last-of-type::after, .site-nav-menu > span.address::after {
    content: "â€¢";
}

.gen-foot:last-of-type::after {
    padding-left: .5em;
}
*/

.site-nav a, .site-nav a:hover {
    text-decoration: none;
}

.site-nav-menu a, .site-nav-submenu > span, .site-nav-submenu > a {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.site-nav-menu > li > a:not(.btn), .site-nav-menu > li > button:not(.btn),
.site-nav-menu > span, .site-nav-submenu > span, .site-nav-submenu > a {
    color: #fff;
    font-weight: normal;
}

.site-nav-menu > li > a:not(.btn):hover, .site-nav-submenu > a:hover {
    color: #aaa;
}

footer .site-powered-by {
    background-color: #fff;
    color: #242424;
    display: table-cell;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.social-accounts {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    list-style: outside none none;
    padding-left: 0;
    text-align: center;
}

.social-accounts > li {
    display: inline-block;
    height: 25px;
    line-height: 27px;
    margin: 0 2px 0.5em;
    width: 25px;
}

.social-accounts a {
    background-color: #fff;
    border-radius: 50%;
    color: #444444;
    display: inline-block;
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.social-accounts a:hover {
    background-color: #aaa;
    color: #444444;
}

.social-accounts > li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: -5px;
}


/* BUTTONS */

.btn, .button {
    display:inline-block;
    padding:7px 13px;
    margin: 5px 10px;
    font-size:18px;
    font-weight:600;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border:1px solid #431b64;
    border-radius:0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
    color: white;
    background-color: #431b64;
    text-decoration: none;
    cursor: pointer;
}

.btn.active,.btn:active {
    background-image:none;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default, a.btn,
.btn-primary, a.btn-primary {
    color: #fff;
    background-color: #431b64;
    border-color: transparent;
    text-decoration: none;
    font-weight: 600;
}

.btn.focus, .btn:focus, .btn:hover, .btn:active:focus, .btn-default:active:focus, .btn-primary:active:focus,
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:hover,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover {
    color: #431b64;
    background-color: #fff ;
    border-color: transparent;
}

.btn:hover, .button:hover {
color: #323a3a; background-color: white; border: 1px solid #323a3a; text-decoration: none;
}

.btn-group-sm>.btn,.btn-sm {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:0;
}

.btn-block {
    display: block;
    width: 100%;
}
 

/* POPUP */

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
    background-color:#444;
    float:left;
    height:32px;
    margin-left:17px;
    width:32px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:0.75s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:21px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:0.75s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:21px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:0.75s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:21px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:0.75s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:21px;
    animation-name:bounce_circleG;
    animation-duration:0.75s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:21px;
}

#circleG_1{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circleG_2{
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#circleG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

.modal-body #errorBoxWrapper {
    height: auto !important;
}

.modal-body #errorBox.error {
    height: auto !important;
}

.modal-body .cart-title h4 {
    font-size: 1em;
    line-height: 1.42857;
    margin: 0;
}

.modal-body .subtotal-row td {
    text-align: right;
}

.modal-body .cart-price {
    color: #fff;
}

.modal-body del, .modal-body .strikethru {
    display: block;
}

.modal-body .baseprice {
    color: #333;
}

.strikethru {
    text-decoration:line-through;
}

.fixed {
    border-bottom: 1px solid #bdb29d;
    position: fixed !important;
    width: 100%;
    z-index: 1025;
}

.modal-footer .btn + .btn {
    margin: 10px 0;
}



.box {
  border: 1px solid #333;
  border-radius: 0px;
  padding: 25px 30px;
/*  box-shadow: 3px 3px 10px rgba(0,0,0,.3);*/
background: rgb(244,244,244);
background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(194,184,203,1) 5%, rgba(194,184,203,1) 26%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 97%, rgba(194,184,203,1) 100%);
}

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

.quarterBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.quarterBoxes .box {
  margin: 20px;
  width: 360px;
}

.home.quarterBoxes .box{padding-bottom: 65px; position: relative;}

.home.quarterBoxes .box strong{text-align: center; display: block;}

.home.quarterBoxes .box img{max-width: 100%; float: left; margin: 9px 20px 11px 0px; border: 1px solid #333;}

.home.quarterBoxes .box span{font-size: .8em; line-height: .85em;}

.home.quarterBoxes .box .btn.button {
  display: table;
  margin: 0px auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
}

.thirdBoxes {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}

.thirdBoxes .box {
  margin: 10px;
  width: 240px;
}

.fourthBoxes {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}

.fourthBoxes .box {
  margin: 10px;
  width: 180px;
}

a.box{transition: .5s; color: #431b64; background: #c2b8cb; box-shadow: 3px 3px 10px rgba(0,0,0,.3);}

a.box strong{display: inline-block; text-align: center; width: 100%;}

a.box:hover{background: #431b64; color: #FFF; box-shadow: -3px -3px 10px rgba(0,0,0,.3);}

a.box center{font-size: .78em; line-height: 20px;}

.levels{font-size: .9em;}


.level {
  border: 1px solid #333;
  border-radius: 8px;
  padding: 25px 30px;
  box-shadow: 3px 3px 10px rgba(0,0,0,.3);
background: rgb(244,244,244);
background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(194,184,203,1) 5%, rgba(194,184,203,1) 26%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 97%, rgba(194,184,203,1) 100%);
margin: 10px 0px;
}

.levels .level.special{background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(67,27,100,1) 5%, rgba(67,27,100,1) 26%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 97%, rgba(67,27,100,1) 100%); color: white;}

.level .levelName{display: inline-block; float: left; font-weight: bold; font-size: 1.2em; margin: 0px 20px;}

.level .levelCost{display: inline-block; float: right; font-weight: bold; font-size: 1.2em; color: white; background-color: black; border-radius: 20px; padding: 5px; margin: 0px 20px;}

.level img{float: right; display: inline-block; margin: 0px 0px 7px 27px;}

.bio{margin: 30px 0px;
  padding: 30px 5px;}

.bio .bioName{font-weight: bold; font-variant: small-caps; font-size: 1.3em; color: #431b64;}

.bio .bioTitle{font-weight: bold; font-size: 1.1em; color: #9c74b6;}


.bio .bioPic {
  display: inline-block;
  float: right;
  margin: 3px 0px 9px 25px;
  border: 1px solid #333;
  border-radius: 10px 0px 10px 10px;
  max-width: 174px;
}

.bio .bioBio{margin-top: 15px;
  text-align: justify;}



  .pressKit{margin: 30px 0px;
  padding: 30px;}

.pressKit .headLine{font-weight: bold; font-variant: small-caps; font-size: 1.3em; color: #431b64;}

.pressKit .pressDate{font-weight: bold; font-size: 1.1em; color: #9c74b6;}

.pressKit .pressContent{margin-top: 15px;
  text-align: justify;}

.pressKit .pressPic {
  display: inline-block;
  float: left;
  margin: 3px 25px 9px 0px;
  border: 1px solid #333;
  border-radius: 0px 10px 10px 10px;
}



/* PODS */

.pods {
    margin: 55px auto 0;
}

.pods .panel-default {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .pod-wrap {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .pod {
        display: flex;
        display: -ms-flexbox;
        margin: 0 -1px;
        min-width: 33.33333333%;
    }

    .pods .panel-default {
        flex: 1;
        -ms-flex: 1;
    }
}

.pods .panel-default > .panel-heading {
    background-color: #444;
    border: 0 none;
    border-radius: 0;
    padding: 0.8em;
}

.pods .panel-heading h2 {
    margin: 0;
}

.pods .panel-title {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.pods .panel {
    background-color: transparent;
    border: 1px solid #444;
    border-radius: 0;
    box-shadow: none;
}

.pods .panel-body {
    overflow: hidden;
    padding: 10px;
}

.pods img {
    max-width: 100%;
    height: auto;
}

.featured-pod {
    max-height: 270px;
}

.featured-image a {
    display: block;
}



/* FORMS, ETC */

.form-control {
    border-radius: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* removes quantity arrows from field */
}

input[type="checkbox"]{
    margin: 6px 0 0;
}

input[type="radio"] {
    margin: 7px 0 0;
}

legend {
    border: none;
}

.label-question {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}


.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.members .page-content {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: white;
}

.layClear {
    clear:both;
width: 100%;
display: block; 
height: .1px;
}

.tdLabel {
    font-weight: bold;
    padding: 12px 10px;
}

#locator_key {
    display: none;
}

.plocations .type > span {
    display: inline-block;
}

.type > span::after {
    content: ",";
}

.type > span:last-of-type::after {
    content: none;
}

.plocations .layoutcontent .icons {
    display: none;
}

.plocations .layoutcontent input, .plocations .layoutcontent select {
    max-width: 400px;
}

#radiusInput {
    display: block;
    margin-top: 20px;
}

.location a {
    padding: 5px 0 0 !important;
    display: inline-block;
}

.newsletter .page-content {
    margin-bottom: 20px;
}

.checkbox-inline, .radio-inline {
    margin-right: 10px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

.endorsementList {
  display: inline-flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.endorsementList .endorsement{padding: 20px; line-height: 1.25em;}

.endorsementList .endorsement strong{display: block; width: 100%; text-align: center; color: #431b64; font-size: 1.15em;}

.endorsementList .endorsement:nth-child(2n+1) strong{color: #323a3a;}

.endorsement img {
  width: auto;
  height: 225px;
  border: 1px solid #141413;
  border-radius: 20px;
}

.eventsList {
  display: block;
  width: 100%;
}

.eventsList .event{display: block; width: 100%; clear:both; border-bottom: 1px solid #444;}

.eventsList .event .eventName{font-weight: bold; font-size: 1.4em;color: #431b64; padding-top: 20px;}

.eventsList .event:first-child .eventName{padding-top: 0px;}

.eventsList .event:nth-child(2n+1) .eventName{color: #323a3a;}

.eventsList .event .eventTimeandPlace {
  font-style: italic;
  font-weight: bold;
  color: #444;
}

.eventsList .event .eventDetails{padding-bottom: 20px;}


@media (max-width: 768px) {
    .site-wrapper {
        padding: 0;
    }

    .header.header-fixed {
        position: relative;
        background: #fff;
    }

    .hero {
        height: 35vh;
    }

    .homepage .hero {
        height: 55vh;
    }

    h1 {
        font-size: 36px;
    }

    h2, h4.form-name {
        font-size: 32px;
letter-spacing: 0px;
overflow: hidden;
word-wrap: break-word;
}

    h3, .BlogDrilldown .blogEntryTitle {
        font-size: 22px;
    }

    footer {
        bottom: 0;
        position: relative;
    }

    footer.bottom .site-footer-primary, footer.no-vscroll .site-footer-primary {
        bottom: 0;
    }

    .site-footer-primary {
        position: relative;
    }
}

.visible-xs{display: none;}
.hidden-xs{display: block;}

.quoteBox {
  border: 1px solid white;
  background-color: #431b64;
  padding: 50px;
  display: block;
  color: white;
  width: 40%;
  margin: 0px auto;
  float: none;
}

#testimonials {
  display: flex;
  align-content: flex-start;
  width: 100%;
  flex-wrap: wrap; justify-content: center; flex-direction: row;
}

#testimonials .testimonial {
padding: 40px;
  margin: 20px;
  border: 1px solid #141413;
  box-shadow: 5px 5px 75px #431b64;
  width: 400px;
  align-self: center;
  background-color: white;
}

#testimonials .testimonial strong {
  text-align: right;
  display: inherit;
  color: #323a3a;
  margin-top: 15px;
}

#venues {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#venues .venue {
  padding: 20px;
  margin: 4px;
  border: 1px solid #141413;
  max-width: 27%;
  background-color: white;
  display: inline-block;
  height: 200px;
  background-size: cover;
  opacity: .8; transition: .5s;
}

#venues .venue:hover {opacity: 1;}

#venues .venue h2 {
  text-align: right;
  display: inherit;
  color: #FFF;
text-shadow: -10px 0px 15px #141413;
  margin-top: 15px; transition: .5s; text-decoration: none;
}

#venues .venue:hover h2{text-shadow: 10px 0px 15px #141413;}

.venue.conferencecenter{background-image: url("../images/conferenceroom.jpg");}

.venue.concerthall{background-image: url("../images/acousticconcertsmall.png");}

a.venue, a.venue h2{text-decoration: none;}

.contactZone{display: flex;
  justify-content: space-between;}

  .footerLinebreak{display: none;}
    .footerBullet{display: inline-block;}

    .smarterBroadband{background-color: #c2b8cb; padding: 20px 0px;}

        .smarterBroadband .inner{max-width: 700px; margin: 0px auto; display: block; text-align: center; font-size: 24px;}

       .smarterBroadband .inner img{border-radius: 10px;} 

       img.pastSeason{display: block; margin: 0px auto; max-width: 100%;}



/* info (hed, dek, source, credit) */
.rg-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: center; font-weight: bold;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

.advisoryZone{width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; text-align: center;}

.advisoryNugget {
  font-size: 14.5px;
  max-width: 130px;
  margin: 20px 10px;
  min-width: 115px;
}

.advisoryNugget img{width: auto; height: 100px;}


/* media queries */
@media screen and (max-width: 428px) {
  .rg-container {
    max-width: 428px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

.social{}

.social a{}

.social a img {
  max-height: 50px;
  margin: 0px 30px; box-shadow: 0px 0px 0px rgba(255,255,255,.0);
}

.social a:hover img{box-shadow: 0px 0px 40px rgba(255,255,255,.2);}


.concertsWrapper{}

.concertsWrapper .concert {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: double #999 5px; overflow: hidden;
}

.concertsWrapper .concert .concertPic {
  max-width: 40%;
  float: right;
  margin-left: 30px;
  margin-bottom: 18px;
}

.concertsWrapper .concert .concertCategory {
  font-size: .95em; font-weight: bold; font-style: italic;
  color: #431b64;
  margin-bottom: 0px;
}

.concertsWrapper .concert .concertTime {
  font-weight: bold;
  font-size: 1.2em;
}

.concertsWrapper .concert .concertArtist {
  font-size: 1.2em;
  color: #431b64;
  margin-bottom: 10px;
}

.concertsWrapper .concert .concertDescription{line-height: .98em;}

.strikethrough {
  position: relative; color: #888; display: inline-block;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #000;
  
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}

img.imgRight {
  float: right;
  margin: 8px 0px 8px 20px;
}

img.imgLeft{float: left;
  margin: 8px 20px 8px 0px;}

.sponsorBlock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.sponsorBlock img {height: 150px;}

ul#mobileSub {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 15px 10px 3px;
}

ul#mobileSub li {
  display: inline-block;
  margin: 5px 10px 5px;
}

ul#mobileSub li a{text-decoration: none;}

.pressNav{width: 100%; text-align: center; margin-bottom: 30px; display: block;}

.pressNav a{}

.pressNav a:hover{}

iframe{width:640px; height:360px;}

.waschowPic{float: left; display: block; margin: 0px 30px;}

.concertsNav {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
  min-width: 100%;
  gap: var(--gap);
animation-duration: 60s ;
            animation-iteration-count: infinite ;
            animation-name: marquee-content ;
            animation-timing-function: linear ;
}

.marquee__content li img{height: 50px; width: auto;}

.marquee:hover .marquee__content {
            animation-play-state: paused ;
        }

@keyframes marquee-content {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}


.thirds {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}


/* xs only */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    select[name="BirthMonth"], select[name="BirthDay"], select[name="BillBirthMonth"],
    select[name="BillBirthDay"], select[name="ShipBirthMonth"], select[name="ShipBirthDay"],
    select[name="cardexpirymo"] {
        margin-bottom: 10px;
    }

    .header-logo a {
       max-width: 70%;
    }

    #shippingForm {
        padding-top: 20px;
    }

    .showDrilldown #hero.hero, .showdrilldown #hero.hero {
        display: none;
    }

    .product-image .img-responsive, .product-detail .product-image img {
        max-height: 300px;
        width: auto;
    }

    .product-detail h2.product-title {
        text-align: center;
    }

    .product-detail .purchase-form {
        text-align: center;
    }

    .product-detail .product-buttons {
        text-align: center;
    }

    .product-detail .quantity {
        margin-right: 1em;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .product-list .title, .product-list .product-image {
        min-height: 1px;
    }

    .showPaymentInformation h5 {
        margin-top: 10px;
    }

    .showPaymentInformation .modal-body table, .modal-body table#cart-summary {
        font-size: 12px;
    }

    .showPaymentInformation th, .showPaymentInformation td {
        padding: 0;
    }

    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }

    footer {
        bottom: 0;
    }

.visible-xs{display: block !important;}
.hidden-xs{display: none !important;}

 #logoWrapper a img {
    max-width: 40%;
    height: auto;
    margin: 0px auto;
  }

.navbar-nav > li > a {padding: 0px 5px; font-size: 16px;}

 #mainNavWrapper {
    width: 100%;
  }

#mainNavWrapper ul.navbar-nav{padding: 6px 0px;
margin: 0px;
text-align: center;}

 #mainNavWrapper ul.navbar-nav li {
    padding: 4px 0px;
  }

  #logoWrapper{width: 100%;}

.pagecontent, .page-content, .page-content.home{padding: 25px 7.5% 0px;}

.page-content.home{max-width: 900px;}

.inner-header, header.header-small .inner-header {float: left;
  padding: 10px 2% 0px;
  width: 96%;
  max-width: 100%;}

  header.header-small #logoWrapper a img {margin-top: 0px; max-width: 25%;}

.hero h1 {
  letter-spacing: 15px;
}

h1.splash{font-size: 28px;
letter-spacing: 3px;}

#logoWrapper span {
  line-height: 11px;
  font-size: 12px;
}

.contentImage-Right, .contentImage-Left {
  display: block;
  margin: 20px 0px 20px 0px;
  float: left;
width: 100%; height: auto;
max-width: none !important;
}

.contentImage-Right img, .contentImage-Left img{width: 100%  !important;
height: auto;
max-width: none;}

#layCopyright .visible-xs br {
  height: .1px;
  display: none;
}

.quoteBox {width: 90%;
    padding: 10px 5%;
    font-size: 0.9em;}


     #testimonials .testimonial {
    margin: 20px 0px;
    padding: 20px;
    font-size: .9em;
  }

  .heroBox{background-attachment: inherit;}

  ul.navbar-nav li ul, ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul, ul.navbar-nav ul{
    display: none;
    visibility: visible;
    opacity: 0;
    height: auto;
    border: 1px solid transparent; max-height: 0px; background-color: transparent;}

    #venues .venue {width: 100%;
    max-width: 88%;
    margin: 5px 0px;
    opacity: 1;}

    #venues{display: block;}

    .contactZone{display: block;}

        .contactZone div{display: block; width: 100%; margin-bottom: 30px;}

  .footerLinebreak{display: inherit;}
    .footerBullet{display: none;}
	

    .bio .bioBio, .pressKit .pressContent{text-align: left;}

    .fourthBoxes .box {width: 100%; margin: 10px 0px;}

    .home.quarterBoxes .box {line-height: .85em; margin: 20px 0px;}

     .home.quarterBoxes .box img{max-width: 90px;}

    .home.quarterBoxes .box span{font-size: .72em;}

    .concertsWrapper .concert .concertPic {max-width: 100%; margin-left: 0px;
    width: 100%;}

    .level img{float: none; display: inline-block; margin: 10px 0px 10px 0px; width: 100%;}

    iframe{max-width: 100%; height: auto;}

    .pressKit .pressPic {width: 100%; height: auto; float: none; margin: 3px 0px 9px;}

    img{max-width: 100%;}

    ul#mobileSub li a{font-size: .85em;}

    img.imgRight, img.imgLeft{width: 100%;
    float: none;
    margin: 8px 0px;}

    .sponsorBlock img {height: 64px;}

    .marquee__content {
animation-duration: 40s ;
}

.bio .bioPic {

  margin: 3px 0px 18px 0px;
 width: 100%;
 max-width: none;
}

.level .levelName {
margin: 0px 0px;
    display: block;
    width: 100%;
}

.level .levelCost {
  display: inline-block;
  float: none;
  margin: 0px auto;
}

.waschowPic {
    float: none;
    margin: 0px auto 20px;
  }

  .smarterBroadband {padding: 20px 35px;}

  .upNextBox .wordZone{position: absolute; left: 2%; bottom: 2%; top: auto;}

  .concertsNav a.sliding-link{font-size: 9px;}

  .upNextBox .wordZone {font-size: .65em;}

  .thirds {width: 100%;}

}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }

    header {
        background-color: #fff;
    }

#testimonials .testimonial {
    margin: 20px 20px;
    padding: 20px;
    font-size: .9em;
    width: 262px;
  }

    #logoWrapper {
    float: none;
    display: block;
    margin: 0px auto;
    text-align: center;
  }

  #logoWrapper a img {
    margin: 0px auto;
    max-height: 50px;
  }

  header.header-small #logoWrapper a img {
  max-height: 40px;
  margin-top: 2px;
}

.navbar-nav > li > a {padding: 0px 10px;
font-size: 18px;}

.visible-sm{display: block !important;}
.hidden-sm{display: none !important;}

h1.splash{font-size: 32px;
letter-spacing: 4px;}

#layCopyright .visible-xs br {
  height: .1px;
  display: none;
}

 .quoteBox {
    width: 90%;
    padding: 20px 5%;
  }

  h1.page-title {line-height: 48px;}

  #mainNavWrapper {width: 100%;}

   ul.navbar-nav li ul, ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul, ul.navbar-nav ul{
    display: none;
    visibility: visible;
    opacity: 0;
    height: auto;
    border: 1px solid transparent; max-height: 0px; background-color: transparent;}

        #venues .venue {width: 100%;
    margin: 5px 0px; max-width: 94%;
    opacity: 1;}

        #venues{display: block;}

        .concertsWrapper .concert .concertPic {}

        ul#mobileSub li a{font-size: .85em;}

        .sponsorBlock img {height: 128px;}

          .thirds {width: 100%;}
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {

    #testimonials .testimonial {}

.navbar-nav > li > a {font-size: 20px;
padding: 30px 10px 10px;}

#mainNavWrapper {width: 100%;}

#logoWrapper{margin: 0px auto; float: none; text-align: center;}

#logoWrapper a img{margin: 0px auto; max-height: 75px;}

  .thirds {width: 33%;}
}

/* lg only */
@media (min-width: 1200px) {



}


@media print {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }

    a[href]:after {
        content: none;
    }
}


/*shipping states width fix*/
select[name="ShippingStates"] {
    width:auto;
}

/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}

/*password meter fix*/
.password-meter {
    padding-top: 10px;
    width: 200px;
    display: none;
}

/* for CCV to show */
#whatsThisDetail {
    top:-50px!important;
    left:200px!important;
    z-index:500;
}

/* openedge cc images */
.hide.available-cards {
    display: block !important;
}

/*image not found graphic size contstraints*/
.product-list .product-image .not-found {
    max-height: 100px;
    width: auto;
}

.product-detail .product-image .not-found {
    max-height: 150px;
}

/*additional class for an upcoming RCO update*/
.mb-2 {
  margin-bottom: 2rem;
}

.visible-xs .navbar {
    position: relative;
}
.nav.navmenu-nav.menu-top {
    display: none;
}
header.active .nav.navmenu-nav.menu-top {
    display:block;
    border-top: 1px solid #eeeeee;
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img {
    height: 190px;
    width: 260px;
    object-fit: cover;
}
.ekko-lightbox-nav-overlay a:empty {
    width: auto !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


hr.admin {
    display: none;
}

/*table collapse*/

.site-content table td {
    vertical-align: top;
    padding: 10px 15px
}

.site-content table td h6 {
    display: inline-block;
    border: 1px solid #333;
    padding: 4px 8px;
}

.site-content table img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.site-content table .pull-right {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .site-content table td {
        width: 100% !important;
        display: block !important;
        padding: 10px 0;
    }

    .site-content table img {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .site-content table .pull-right {
        float: none !important;
        margin-left: auto;
    }
}

/* login dashboard */

.dashboard {
  text-align: center;
}

.dashboard hr.separator {
  margin: 15px auto 30px;
}

.dashboard .admin-content {
  margin: 30px auto;
}

.dash-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.dashboard-tile {
  width: 100%;
  max-width: 46%;
  margin: 20px auto;
  border: 1px solid #666;
  text-align: left;
  padding: 20px;
}

.dashboard-tile h4 {
  text-transform: uppercase;
  font-size: 24px;
}

@media (max-width: 767px) {
    .dashboard-tile { 
        max-width: 100%;
        margin: 10px auto;
    }
}

   
/* custom club signup page layout -- not CUSTOM CLUB signup page, but CUSTOM club signup page -- js on content-club.cfm */

.club-signup h4 {
  font-size: 1.333em;
}

.club-signup #contentInfo {
    display: none;
}

.club-signup .cloned .form-group.form-inline,
.club-signup form#InfoForm .club-information.mb-2 h4,
.club-signup form#InfoForm .club-information.mb-2 div.form-group {
    display: none;
}

.club-signup form#InfoForm .club-information.mb-2 div.form-group.form-inline {
    display: block;
}





