﻿/*!
Theme Name: The Grog Shop 
Theme URI: http://www.grogshop.gs
Author: Jeremy Schuler
Author URI: http://jeremyschuler.com
Description: Ticketfly Theme for The Grop Shop
Text Domain: grogshop
Version: 1.0.0
Tags: White, Light, One-Column, Two-Columns, Right-Sidebar, Fluid-Layout, Responsive-Layout, 
Custom Menu, Featured-Images, Full-Width-Template

The Grog Shop is based on:
Foundation  // http://foundation.zurb.com, (C) 1998–2014 ZURB, Inc.
Underscores // http://underscores.me,      (C) 2012-2014 Automattic, Inc.
*/

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(-.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: 300ms !important
}

.long-delay {
    transition-delay: 700ms !important
}

.shake {
    animation-name: shake-7
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
    }
    100% {
        transform: rotate(0)
    }
}

.spin-ccw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }
    0%,
    30%,
    70%,
    100% {
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: 750ms !important
}

.fast {
    animation-duration: 250ms !important
}

.linear {
    animation-timing-function: linear !important
}

.ease {
    animation-timing-function: ease !important
}

.ease-in {
    animation-timing-function: ease-in !important
}

.ease-out {
    animation-timing-function: ease-out !important
}

.ease-in-out {
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    animation-delay: 300ms !important
}

.long-delay {
    animation-delay: 700ms !important
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 96%;
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    width: 100%;
    border-radius: 0
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.row::before,
.row::after {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.9765625rem;
    margin-right: -.9765625rem
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .9765625rem;
    padding-right: .9765625rem
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.3333333333%
}

.small-push-1 {
    position: relative;
    left: 8.3333333333%
}

.small-pull-1 {
    position: relative;
    left: -8.3333333333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    width: 16.6666666667%
}

.small-push-2 {
    position: relative;
    left: 16.6666666667%
}

.small-pull-2 {
    position: relative;
    left: -16.6666666667%
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.small-4 {
    width: 33.3333333333%
}

.small-push-4 {
    position: relative;
    left: 33.3333333333%
}

.small-pull-4 {
    position: relative;
    left: -33.3333333333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.6666666667%
}

.small-push-5 {
    position: relative;
    left: 41.6666666667%
}

.small-pull-5 {
    position: relative;
    left: -41.6666666667%
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.small-7 {
    width: 58.3333333333%
}

.small-push-7 {
    position: relative;
    left: 58.3333333333%
}

.small-pull-7 {
    position: relative;
    left: -58.3333333333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.6666666667%
}

.small-push-8 {
    position: relative;
    left: 66.6666666667%
}

.small-pull-8 {
    position: relative;
    left: -66.6666666667%
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.small-10 {
    width: 83.3333333333%
}

.small-push-10 {
    position: relative;
    left: 83.3333333333%
}

.small-pull-10 {
    position: relative;
    left: -83.3333333333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.6666666667%
}

.small-push-11 {
    position: relative;
    left: 91.6666666667%
}

.small-pull-11 {
    position: relative;
    left: -91.6666666667%
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.3333333333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.6666666667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.2857142857%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .9765625rem;
    padding-right: .9765625rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.3333333333%
    }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%
    }
    .medium-pull-1 {
        position: relative;
        left: -8.3333333333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        width: 16.6666666667%
    }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%
    }
    .medium-pull-2 {
        position: relative;
        left: -16.6666666667%
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%
    }
    .medium-3 {
        width: 25%
    }
    .medium-push-3 {
        position: relative;
        left: 25%
    }
    .medium-pull-3 {
        position: relative;
        left: -25%
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%
    }
    .medium-4 {
        width: 33.3333333333%
    }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%
    }
    .medium-pull-4 {
        position: relative;
        left: -33.3333333333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        width: 41.6666666667%
    }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%
    }
    .medium-pull-5 {
        position: relative;
        left: -41.6666666667%
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%
    }
    .medium-6 {
        width: 50%
    }
    .medium-push-6 {
        position: relative;
        left: 50%
    }
    .medium-pull-6 {
        position: relative;
        left: -50%
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%
    }
    .medium-7 {
        width: 58.3333333333%
    }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%
    }
    .medium-pull-7 {
        position: relative;
        left: -58.3333333333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        width: 66.6666666667%
    }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%
    }
    .medium-pull-8 {
        position: relative;
        left: -66.6666666667%
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%
    }
    .medium-9 {
        width: 75%
    }
    .medium-push-9 {
        position: relative;
        left: 75%
    }
    .medium-pull-9 {
        position: relative;
        left: -75%
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%
    }
    .medium-10 {
        width: 83.3333333333%
    }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%
    }
    .medium-pull-10 {
        position: relative;
        left: -83.3333333333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        width: 91.6666666667%
    }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%
    }
    .medium-pull-11 {
        position: relative;
        left: -91.6666666667%
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.3333333333%;
        float: left
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.6666666667%;
        float: left
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.2857142857%;
        float: left
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9765625rem;
        padding-right: .9765625rem
    }
    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.3333333333%
    }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%
    }
    .large-pull-1 {
        position: relative;
        left: -8.3333333333%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        width: 16.6666666667%
    }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%
    }
    .large-pull-2 {
        position: relative;
        left: -16.6666666667%
    }
    .large-offset-1 {
        margin-left: 8.3333333333%
    }
    .large-3 {
        width: 25%
    }
    .large-push-3 {
        position: relative;
        left: 25%
    }
    .large-pull-3 {
        position: relative;
        left: -25%
    }
    .large-offset-2 {
        margin-left: 16.6666666667%
    }
    .large-4 {
        width: 33.3333333333%
    }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%
    }
    .large-pull-4 {
        position: relative;
        left: -33.3333333333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        width: 41.6666666667%
    }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%
    }
    .large-pull-5 {
        position: relative;
        left: -41.6666666667%
    }
    .large-offset-4 {
        margin-left: 33.3333333333%
    }
    .large-6 {
        width: 50%
    }
    .large-push-6 {
        position: relative;
        left: 50%
    }
    .large-pull-6 {
        position: relative;
        left: -50%
    }
    .large-offset-5 {
        margin-left: 41.6666666667%
    }
    .large-7 {
        width: 58.3333333333%
    }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%
    }
    .large-pull-7 {
        position: relative;
        left: -58.3333333333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        width: 66.6666666667%
    }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%
    }
    .large-pull-8 {
        position: relative;
        left: -66.6666666667%
    }
    .large-offset-7 {
        margin-left: 58.3333333333%
    }
    .large-9 {
        width: 75%
    }
    .large-push-9 {
        position: relative;
        left: 75%
    }
    .large-pull-9 {
        position: relative;
        left: -75%
    }
    .large-offset-8 {
        margin-left: 66.6666666667%
    }
    .large-10 {
        width: 83.3333333333%
    }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%
    }
    .large-pull-10 {
        position: relative;
        left: -83.3333333333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        width: 91.6666666667%
    }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%
    }
    .large-pull-11 {
        position: relative;
        left: -91.6666666667%
    }
    .large-offset-10 {
        margin-left: 83.3333333333%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-11 {
        margin-left: 91.6666666667%
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.3333333333%;
        float: left
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.6666666667%;
        float: left
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.2857142857%;
        float: left
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9765625rem;
        padding-right: .9765625rem
    }
    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}

h1 {
    font-size: 1.5625rem
}

h2 {
    font-size: 1.3020833333rem
}

h3 {
    font-size: 1.2369791667rem
}

h4 {
    font-size: 1.171875rem
}

h5 {
    font-size: 1.1067708333rem
}

h6 {
    font-size: 1.0416666667rem
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3.125rem
    }
    h2 {
        font-size: 2.6041666667rem
    }
    h3 {
        font-size: 2.0182291667rem
    }
    h4 {
        font-size: 1.6276041667rem
    }
    h5 {
        font-size: 1.3020833333rem
    }
    h6 {
        font-size: 1.0416666667rem
    }
}

a {
    color: #2199e8;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a:hover,
a:focus {
    color: #1585cf
}

a img {
    border: 0
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.3020833333rem auto;
    clear: both
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1rem;
    padding: .5859375rem 1.3020833333rem 0 1.2369791667rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8463541667rem;
    color: #8a8a8a
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: .1302083333rem .3255208333rem .0651041667rem
}

kbd {
    padding: .1302083333rem .2604166667rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 120%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    .show-for-print {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 1rem 1rem 0;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fff
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button:hover,
.button:focus {
    background-color: #1583cc;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #2199e8;
    color: #fff
}

.button.primary:hover,
.button.primary:focus {
    background-color: #147cc0;
    color: #fff
}

.button.secondary {
    background-color: #777;
    color: #fff
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #5f5f5f;
    color: #fff
}

.button.success {
    background-color: #3adb76;
    color: #fff
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #fff
}

.button.alert {
    background-color: #ec5840;
    color: #fff
}

.button.alert:hover,
.button.alert:focus {
    background-color: #da3116;
    color: #fff
}

.button.warning {
    background-color: #ffae00;
    color: #fff
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #fff
}

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
    background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none
}

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.5390625rem;
    padding: .5208333333rem;
    border: 1px solid #cacaca;
    margin: 0 0 1.0416666667rem;
    font-family: inherit;
    font-size: 1.0416666667rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default
}

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type='search'] {
    box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1.0416666667rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    margin-left: .5208333333rem;
    margin-right: 1.0416666667rem;
    margin-bottom: 0;
    vertical-align: baseline
}

label>[type='checkbox'],
label>[type='label'] {
    margin-right: .5208333333rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .9114583333rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1.0416666667rem;
    padding: .5859375rem 0
}

.help-text {
    margin-top: -.5208333333rem;
    font-size: .8463541667rem;
    font-style: italic;
    color: #333
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1.0416666667rem
}

.input-group>:first-child {
    border-radius: 0 0 0 0
}

.input-group>:last-child>* {
    border-radius: 0 0 0 0
}

.input-group-label,
.input-group-field,
.input-group-button {
    display: table-cell;
    margin: 0;
    vertical-align: middle
}

.input-group-label {
    text-align: center;
    width: 1%;
    height: 100%;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.6041666667rem
}

.input-group-button {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0
}

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

legend {
    margin-bottom: .5208333333rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.3020833333rem;
    margin: 1.171875rem 0
}

.fieldset legend {
    background: #fefefe;
    padding: 0 .1953125rem;
    margin: 0;
    margin-left: -.1953125rem
}

select {
    height: 2.5390625rem;
    padding: .5208333333rem;
    border: 1px solid #cacaca;
    margin: 0 0 1.0416666667rem;
    font-size: 1.0416666667rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fafafa;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840
}

.is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5208333333rem;
    margin-bottom: 1.0416666667rem;
    font-size: .78125rem;
    font-weight: bold;
    color: #ec5840
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table
}

.clearfix::after {
    clear: both
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(-.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: 300ms !important
}

.long-delay {
    transition-delay: 700ms !important
}

.shake {
    animation-name: shake-7
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
    }
    100% {
        transform: rotate(0)
    }
}

.spin-ccw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }
    0%,
    30%,
    70%,
    100% {
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: 750ms !important
}

.fast {
    animation-duration: 250ms !important
}

.linear {
    animation-timing-function: linear !important
}

.ease {
    animation-timing-function: ease !important
}

.ease-in {
    animation-timing-function: ease-in !important
}

.ease-out {
    animation-timing-function: ease-out !important
}

.ease-in-out {
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    animation-delay: 300ms !important
}

.long-delay {
    animation-delay: 700ms !important
}

body,
button,
input,
select,
textarea {
    color: #121212;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    line-height: 1.5
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #222;
    clear: both
}

h1,
h2 {
    letter-spacing: 1px
}

.section-title,
.widget-title {
    margin-top: 0;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 1.25px
}

#masthead h1,
#masthead h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #222;
    text-transform: uppercase;
    text-align: center
}

.featured-wrapper .section-title,
.listing-wrapper .section-title {
    color: #121212
}

.featured-wrapper h2.section-title,
.listing-wrapper h2.section-title {
    font-size: 2rem
}

.featured-wrapper h3.section-title,
.listing-wrapper h3.section-title {
    font-size: 1.475rem
}

.entry-title,
.widget-title {
    color: #121212;
    font-family: "Raleway", sans-serif;
    text-align: center;
    text-transform: uppercase
}

.entry-title span,
.widget-title span {
    padding: .25rem 1.25rem .25rem 1rem;
    border: 4px solid #fff
}

#menu .section-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #121212
}

#secondary .widget-title {
    font-size: 1.675rem;
    margin-bottom: 0;
    text-align: center
}

.widget-header h3 {
    letter-spacing: 1px
}

.page .entry-title {
    text-align: left;
    margin-bottom: 2rem
}

.page .entry-title a {
    font-size: inherit
}

a.calendar.btn {
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 10px;
    color: #121212;
    border: 2px solid #121212;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

a.calendar.btn:hover {
    border: 2px solid #820000;
    background: none;
    color: #820000
}

.upcoming-shows a.calendar.btn {
    top: 18px
}

.button {
    background: #820000
}

.button:hover,
.button:focus {
    background: #820000
}

.button.border {
    background: none;
    border: 2px solid #fff
}

.button.border:hover {
    background: #820000
}

.btn {
    display: block;
    width: 180px;
    margin: 0 auto;
    padding: 10px;
    color: #121212;
    border: 2px solid #121212;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.socials li i {
    font-size: 1.2rem
}

.post-edit-link {
    font-size: .875em
}

.edit-link {
    font-size: 1rem
}

@font-face {
    font-family: 'icomoon';
    src: url("assets/fonts/icomoon/icomoon.eot?lgwox8");
    src: url("assets/fonts/icomoon/icomoon.eot?lgwox8#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?lgwox8") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?lgwox8") format("woff"), url("assets/fonts/icomoon/icomoon.svg?lgwox8#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-instagram:before {
    content: "\e900"
}

.icon-twitter-square:before {
    content: "\e901"
}

.icon-facebook-official:before {
    content: "\e902"
}

.material-icons {
    direction: ltr;
    display: inline-block;
    color: #000;
    font-size: 1.225rem;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

a {
    color: #121212
}

a:visited {
    color: #121212
}

a:hover,
a:focus,
a:active {
    color: #121212
}

ul#menu-filter-menu a {
    -webkit-transition: color 0.45s ease-in-out;
    -moz-transition: color 0.45s ease-in-out;
    transition: color 0.45s ease-in-out
}

.menu-primary-menu-container {
    position: relative
}

.menu-primary-menu-container li {
    list-style-type: none
}

.menu-primary-menu-container .sub-menu {
    padding-top: 13px;
    border-top: 1px solid #000
}

.main-navigation {
    background: #222;
    border-bottom: 1px solid #fff;
    overflow: hidden
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover>ul {
    left: 100%
}

.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation li {
    display: inline-block;
    padding: .5rem 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.main-navigation li:hover {
    background: #820000
}

.main-navigation li:last-child {
    padding-right: 0
}

.main-navigation li.current-menu-item,
.main-navigation li.current_page_item {
    background: #820000
}

.main-navigation a {
    color: #fff;
    display: block;
    padding: .25rem .75rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .0675rem;
    font-weight: 800;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

footer .current_page_parent {
    background: none
}

#menu-top-menu.menu a {
    color: #fff
}

img {
    font-size: 1rem
}

.button {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

#masthead {
    position: relative;
    padding: 0;
    background: #000
}

#masthead .logo {
    display: block;
    width: 595px;
    max-width: 100%;
    margin: 0 auto
}

#masthead .large-12 {
    position: relative
}

h1.site-title {
    margin: 1rem 0
}

h1.site-title a {
    color: #fff
}

.header-wrapper {
    position: relative;
    width: 100%;
    min-height: 60px;
    background: #b3b1b3
}

.social-icons {
    position: absolute;
    top: 1px;
    right: 235px
}

.social-icons li {
    display: inline-block;
    padding: 0 1px;
    list-style-type: none;
    font-size: 1.225rem
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons img {
    width: 34px
}

.social-icons a {
    padding: 0
}

.social-icons a span:before {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.footer-wrapper {
    padding: 0;
    background-color: #fff
}

.footer-wrapper #colophon {
    padding: 1rem 0;
    overflow: hidden
}

.footer-wrapper .columns {
    margin-bottom: 2rem
}

.footer-wrapper .site-info {
    width: 100%;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #e6e5e6;
    clear: both
}

.footer-wrapper .site-info #ticketfly-badge {
    position: absolute;
    right: 20px
}

.footer-wrapper .site-info .copyright {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-style: italic;
    font-size: .8rem
}

.footer-wrapper .site-info .credit {
    float: left;
    width: 100%;
    font-size: .8rem
}

.footer-wrapper .widget-title {
    margin-bottom: 0;
    padding-top: 0;
    border: none;
    text-align: left
}

.footer-wrapper .read-more {
    font-size: .8rem;
    text-transform: uppercase;
    text-decoration: underline
}

.footer-wrapper .menu-social-container,
.footer-wrapper #menu-social {
    margin-left: 0
}

.footer-wrapper .menu-social-container li,
.footer-wrapper #menu-social li {
    list-style-type: none
}

.footer-wrapper .venue-info {
    margin: 0;
    list-style-type: none;
    text-align: left
}

.footer-wrapper .venue-info li {
    list-style-type: none
}

.footer-wrapper p {
    color: #fff;
    font-size: 1rem
}

.footer-wrapper .icon-map-marker a {
    font-family: "Open Sans", serif
}

#social-widgets {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.social-widget {
    border-top: 6px solid #121212
}

.social-widget header {
    margin-top: 1rem;
    text-align: center
}

.social-widget h3 {
    margin-bottom: 0;
    text-transform: uppercase
}

.social-widget h4 {
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: "Open Sans", serif;
    font-style: italic;
    font-weight: 400
}

.social-widget blockquote {
    border: 0
}

.social-widget blockquote a {
    font-size: 1rem
}

.social-widget a.twitter-timeline {
    font-size: 1rem
}

.credit {
    text-align: left;
    color: #222;
    font-size: .875rem;
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out
}

.credit:hover {
    color: #fff;
    opacity: .5
}

.credit:focus,
.credit:visited {
    color: #222
}

.tfly-powered {
    float: right
}

.credit-wrapper {
    padding: .5em 0;
    background: #b3b1b3
}

.menu-primary-menu-container ul,
.menu-secondary-menu-container ul {
    margin-left: 0
}

.menu-primary-menu-container ul li,
.menu-secondary-menu-container ul li {
    list-style-type: none
}

footer#colophon #menu-primary-menu-1 {
    margin-top: 20px
}

footer#colophon #menu-primary-menu-1 li {
    display: inline;
    text-transform: uppercase;
    margin-right: 16px
}

footer#colophon .socials {
    margin-top: 20px;
    text-align: left
}

footer#colophon .socials li {
    width: 30px
}

footer#colophon h3.widget-title {
    color: #fff
}

footer#colophon h5 {
    color: #fff
}

footer#colophon ul {
    margin-left: 0
}

footer#colophon ul li {
    list-style-type: none
}

footer#colophon ul li a {
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: normal
}

html,
body {
    background-color: #fff;
    color: #000
}

body {
    background: url("assets/images/grunge-wall-texture.jpg") repeat
}

body .col-2,
body .col-3,
body .col-4 {
    font-size: .875rem
}

body .col-2 {
    -webkit-columns: 20em 2;
    -moz-columns: 20em 2;
    columns: 20em 2
}

body .col-3 {
    -webkit-columns: 10rem 3;
    -moz-columns: 10rem 3;
    columns: 10rem 3
}

body .col-3 {
    -webkit-columns: 10rem 4;
    -moz-columns: 10rem 4;
    columns: 10rem 4
}

body .text-link:hover {
    text-decoration: underline
}

body .textwidget {
    font-size: 1rem;
    font-family: "Open Sans", serif
}

body .widget.widget_nav_menu ul {
    margin-left: 0
}

body .widget.widget_nav_menu ul li {
    display: block;
    list-style-type: none
}

body .widget.widget_nav_menu ul li a {
    margin-left: 0;
    padding-left: 0
}

body #content,
body .site-content {
    background: #fff;
    background: rgba(255, 255, 255, 0.25)
}

body::after {
    clear: both;
    content: "";
    display: table
}

.content-wrapper {
    padding-top: 30px
}

article {
    padding: 1rem 2rem
}

.page-wrapper {
    padding: 2rem 0;
    background: #fff;
    border: 1px solid #e6e5e6
}

.page-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.article-wrapper {
    padding: 1rem 0;
    background: #fff;
    border: 1px solid #e6e5e6
}

.article-wrapper::after {
    clear: both;
    content: "";
    display: table
}

#bottom-bar {
    padding: 10px 0;
    background: #222
}

#bottom-bar h2,
#bottom-bar h3 {
    float: left;
    position: relative;
    top: 4px;
    margin: 0;
    font-size: 1.295rem;
    font-weight: 600;
    line-height: 100%;
    color: #fff
}

#bottom-bar .tfly-email-subscribe {
    float: left;
    width: 350px;
    margin-left: 20px
}

#bottom-bar .tfly-email-subscribe input[type="submit"] {
    padding: 0 20px;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

#bottom-bar .tfly-email-subscribe input[type="submit"]:hover {
    background: #820000
}

.page #bottom-bar {
    background: #222;
    border-bottom: 1px solid #222
}

.socials {
    margin: 0;
    text-align: center
}

.socials li {
    display: inline-block;
    width: 40px;
    margin-right: 8px;
    padding: 2px 0;
    list-style-type: none;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.socials li:last-child {
    margin-right: 0
}

.socials li:hover {
    background: #820000
}

.socials li i {
    color: #fff
}

.page .entry-content::after,
.page .site-main::after,
.error404 .entry-content::after,
.error404 .site-main::after {
    clear: both;
    content: "";
    display: table
}

.page-template-default article .entry-content {
    padding-top: 0
}

.page .site-main,
.blog .site-main,
.single .site-main,
.category .site-main,
.archive .site-main {
    padding-top: 30px;
    padding-bottom: 30px
}

.post-thumb img {
    padding: 4px;
    border: 1px solid #ddd
}

.contact,
.ticketing {
    margin-left: 0
}

.contact li,
.ticketing li {
    list-style-type: none
}

.contact a,
.ticketing a {
    color: #820000
}

.contact a:hover,
.ticketing a:hover {
    text-decoration: underline
}

.contact address,
.ticketing address {
    line-height: 120%
}

.ticketing {
    margin-top: 2rem
}

.ticketing li:first-child {
    color: #820000;
    font-weight: 600;
    text-transform: uppercase
}

.textwidget .tech-specs {
    margin-bottom: 1rem
}

.textwidget h3 {
    font-size: 1.225rem
}

p a {
    color: #820000
}

p a:hover {
    text-decoration: underline
}

.page-template-page-templatestemplate-full-width-php .page .entry-title {
    text-align: center
}

.home .entry-content {
    position: relative;
    padding-top: 0
}

.home .section-title {
    margin: 0;
    padding: 1rem 0 1rem 1rem;
    border: 1px solid #e6e5e6
}

.featured-wrapper .divider {
    padding-top: 2em;
    border-top: 6px solid #121212
}

.featured-wrapper .section-title {
    width: 100%;
    max-width: 68.75rem;
    margin: 1rem auto 0 auto
}

.listing-wrapper .divider {
    border-top: 6px solid #121212
}

.featured-wrapper .section-title,
.featured-wrapper .widget-title,
.listing-wrapper .section-title,
.listing-wrapper .widget-title {
    background: #222;
    color: #fff
}

.subscription-wrapper {
    margin: 2rem 0 0 0;
    padding: 2rem 0 0 0;
    border-top: 6px solid #121212
}

.subscription-wrapper h2 {
    margin-bottom: 0;
    padding-bottom: 0
}

.subscription-wrapper h2,
.subscription-wrapper h3 {
    text-align: center
}

.subscription-wrapper h3 {
    font-family: "Open Sans", serif;
    font-style: italic
}

.spotify-wrapper {
    margin: 3rem 0;
    padding: 2rem 0 0 0;
    border-top: 6px solid #121212
}

.spotify-wrapper h2 {
    margin-bottom: 0;
    padding-bottom: 0
}

.spotify-wrapper h2,
.spotify-wrapper h3 {
    text-align: center
}

.spotify-wrapper h3 {
    font-family: "Open Sans", serif;
    font-style: italic
}

.spotify-wrapper iframe {
    display: block;
    margin: 0 auto
}

.spotify-wrapper iframe button {
    display: block;
    margin: 0 auto
}

#social-widgets {
    margin-bottom: 2rem;
    overflow: hidden
}

#social-widgets .large-4 {
    overflow: hidden
}

.page-template-page-about .entry-content .row {
    background: #fff;
    padding: 2rem;
    border: 1px solid #e6e5e6
}

.page-template-page-about .entry-content a,
.page-template-page-about .entry-content a:hover,
.page-template-page-about .entry-content a:visited {
    color: #820000
}

.page-template-page-about h3 {
    text-transform: uppercase
}

.page-template-page-about #secondary aside {
    padding-bottom: 0;
    border: 2px solid #820000
}

.page-template-page-about #secondary img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #e6e5e6
}

.page-template-page-about .gallery a {
    float: left;
    border: 2px solid #820000
}

.page-template-page-about .gallery img {
    width: 100%;
    border: 1px solid #e6e5e6
}

.page-template-page-about #gallery {
    margin: 3rem 0 2rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e6e5e6;
    border-bottom: 1px solid #e6e5e6
}

.page-template-page-about #gallery h3 {
    text-align: center
}

.venue-title {
    display: none
}

.qa {
    margin: 1rem 0 2rem
}

.qa a {
    color: #820000
}

.qa a:hover {
    text-decoration: underline
}

.contact-section {
    margin-bottom: 3rem;
    text-align: center
}

.contact-section h2,
.contact-section h3 {
    text-transform: uppercase
}

.contact-section .icon-envelope-o {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.contact-section a:hover {
    text-decoration: underline
}

.contact-section:last-child {
    margin-bottom: 0
}

.paged #makeMeScrollable {
    display: none
}

.page-template-page-home-php.paged #content {
    padding-top: 10px
}

.page-template-page-home-php.paged .paged-title {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 999;
    font-weight: 600;
    color: #fff
}

#backstretch-container {
    height: 220px
}

#backstretch-container .row {
    position: relative
}

#backstretch-container .site-logo {
    position: absolute;
    top: 90px;
    left: 0
}

#backstretch-container .site-logo img {
    max-width: 100%
}

.page #bottom-bar {
    height: 50px
}

.socials {
    text-align: right
}

.main-navigation li {
    padding: 6px 6px 8px 6px
}

.main-navigation li:last-child {
    padding-right: inherit
}

.ticket-price .off-sale {
    font-size: 1.5943877551rem;
    font-weight: 600
}

ul.gallery {
    margin-left: 0;
    text-align: center
}

#secondary aside .text-widget {
    padding: 20px
}

.credit:focus,
.credit:visited {
    color: #fff
}

.widget_twitter .entry-title span,
.widget_twitter .widget-title span {
    border: 0
}

.widget_twitter a {
    color: #820000
}

.widget_twitter ul {
    margin: 0;
    padding: 0 20px
}

.widget_twitter ul li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
    list-style-type: none;
    border-bottom: 1px solid #e6e5e6
}

.widget_twitter .entry-meta {
    font-size: .775rem
}

.widget_twitter .entry-meta a {
    color: #121212
}

.credit-wrapper {
    background: #222;
    color: #fff
}

.widget-wrapper {
    background: #000;
    color: #fff
}

.button.download {
    float: right;
    border: 1px solid transparent
}

.button.download:hover {
    background: none;
    border: 1px solid #820000;
    color: #820000
}

.footer-wrapper #colophon {
    padding: 2rem 0
}

.footer-wrapper .columns {
    margin-bottom: 0
}

.footer-wrapper address {
    margin-top: 1rem
}

.widget.widget_nav_menu ul {
    margin-bottom: 0
}

.widget.widget_nav_menu ul li a {
    color: #fff
}

a.credit {
    position: relative;
    top: 5px;
    color: #fff
}

.list-view ul.pages {
    margin-top: 10px
}

.list-view ul.pages li.selected a {
    color: #820000
}

.blog article.post,
.blog article.type-page,
.single-post article.post,
.single-post article.type-page,
.category article.post,
.category article.type-page,
.tag article.post,
.tag article.type-page,
.search-results article.post,
.search-results article.type-page {
    margin-bottom: 3rem;
    padding: 0 1rem 3rem 1rem;
    border-bottom: 1px solid #fff
}

.blog article.post .wrapper,
.blog article.type-page .wrapper,
.single-post article.post .wrapper,
.single-post article.type-page .wrapper,
.category article.post .wrapper,
.category article.type-page .wrapper,
.tag article.post .wrapper,
.tag article.type-page .wrapper,
.search-results article.post .wrapper,
.search-results article.type-page .wrapper {
    background: #fff;
    color: #121212
}

.blog article.post .post-content,
.blog article.type-page .post-content,
.single-post article.post .post-content,
.single-post article.type-page .post-content,
.category article.post .post-content,
.category article.type-page .post-content,
.tag article.post .post-content,
.tag article.type-page .post-content,
.search-results article.post .post-content,
.search-results article.type-page .post-content {
    position: relative;
    float: left;
    width: 100%
}

.blog article.post .post-content .entry-header,
.blog article.type-page .post-content .entry-header,
.single-post article.post .post-content .entry-header,
.single-post article.type-page .post-content .entry-header,
.category article.post .post-content .entry-header,
.category article.type-page .post-content .entry-header,
.tag article.post .post-content .entry-header,
.tag article.type-page .post-content .entry-header,
.search-results article.post .post-content .entry-header,
.search-results article.type-page .post-content .entry-header {
    position: absolute;
    width: 80%;
    padding: 5px 20px 8px;
    font-size: 1rem;
    background: #171717;
    background: rgba(23, 23, 23, 0.75)
}

.blog article.post .post-content .entry-header span.posted-on,
.blog article.type-page .post-content .entry-header span.posted-on,
.single-post article.post .post-content .entry-header span.posted-on,
.single-post article.type-page .post-content .entry-header span.posted-on,
.category article.post .post-content .entry-header span.posted-on,
.category article.type-page .post-content .entry-header span.posted-on,
.tag article.post .post-content .entry-header span.posted-on,
.tag article.type-page .post-content .entry-header span.posted-on,
.search-results article.post .post-content .entry-header span.posted-on,
.search-results article.type-page .post-content .entry-header span.posted-on {
    float: right;
    color: #fff
}

.blog article.post .post-content .entry-header span.author,
.blog article.type-page .post-content .entry-header span.author,
.single-post article.post .post-content .entry-header span.author,
.single-post article.type-page .post-content .entry-header span.author,
.category article.post .post-content .entry-header span.author,
.category article.type-page .post-content .entry-header span.author,
.tag article.post .post-content .entry-header span.author,
.tag article.type-page .post-content .entry-header span.author,
.search-results article.post .post-content .entry-header span.author,
.search-results article.type-page .post-content .entry-header span.author {
    float: left;
    position: relative;
    top: 5px;
    color: #fff;
    font-style: italic
}

.blog article.post .post-content .feat-img,
.blog article.type-page .post-content .feat-img,
.single-post article.post .post-content .feat-img,
.single-post article.type-page .post-content .feat-img,
.category article.post .post-content .feat-img,
.category article.type-page .post-content .feat-img,
.tag article.post .post-content .feat-img,
.tag article.type-page .post-content .feat-img,
.search-results article.post .post-content .feat-img,
.search-results article.type-page .post-content .feat-img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.blog article.post .post-content .feat-img a img,
.blog article.type-page .post-content .feat-img a img,
.single-post article.post .post-content .feat-img a img,
.single-post article.type-page .post-content .feat-img a img,
.category article.post .post-content .feat-img a img,
.category article.type-page .post-content .feat-img a img,
.tag article.post .post-content .feat-img a img,
.tag article.type-page .post-content .feat-img a img,
.search-results article.post .post-content .feat-img a img,
.search-results article.type-page .post-content .feat-img a img {
    width: 100%
}

.blog article.post a.thumbnail-wrapper,
.blog article.type-page a.thumbnail-wrapper,
.single-post article.post a.thumbnail-wrapper,
.single-post article.type-page a.thumbnail-wrapper,
.category article.post a.thumbnail-wrapper,
.category article.type-page a.thumbnail-wrapper,
.tag article.post a.thumbnail-wrapper,
.tag article.type-page a.thumbnail-wrapper,
.search-results article.post a.thumbnail-wrapper,
.search-results article.type-page a.thumbnail-wrapper {
    float: left;
    width: 100%;
    padding-bottom: 1rem
}

.blog article.post h1.entry-title,
.blog article.type-page h1.entry-title,
.single-post article.post h1.entry-title,
.single-post article.type-page h1.entry-title,
.category article.post h1.entry-title,
.category article.type-page h1.entry-title,
.tag article.post h1.entry-title,
.tag article.type-page h1.entry-title,
.search-results article.post h1.entry-title,
.search-results article.type-page h1.entry-title {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
    line-height: 80%;
    border-bottom: 1px solid #121212
}

.blog article.post h1.entry-title a,
.blog article.type-page h1.entry-title a,
.single-post article.post h1.entry-title a,
.single-post article.type-page h1.entry-title a,
.category article.post h1.entry-title a,
.category article.type-page h1.entry-title a,
.tag article.post h1.entry-title a,
.tag article.type-page h1.entry-title a,
.search-results article.post h1.entry-title a,
.search-results article.type-page h1.entry-title a {
    float: left;
    padding: 14px 20px 0 0;
    font-size: 1.8rem;
    color: #121212
}

.blog article.post h1.entry-title::before,
.blog article.type-page h1.entry-title::before,
.single-post article.post h1.entry-title::before,
.single-post article.type-page h1.entry-title::before,
.category article.post h1.entry-title::before,
.category article.type-page h1.entry-title::before,
.tag article.post h1.entry-title::before,
.tag article.type-page h1.entry-title::before,
.search-results article.post h1.entry-title::before,
.search-results article.type-page h1.entry-title::before {
    content: ''
}

.blog article.post h1.entry-title::after,
.blog article.type-page h1.entry-title::after,
.single-post article.post h1.entry-title::after,
.single-post article.type-page h1.entry-title::after,
.category article.post h1.entry-title::after,
.category article.type-page h1.entry-title::after,
.tag article.post h1.entry-title::after,
.tag article.type-page h1.entry-title::after,
.search-results article.post h1.entry-title::after,
.search-results article.type-page h1.entry-title::after {
    content: ''
}

.blog article.post .entry-meta .vcard,
.blog article.type-page .entry-meta .vcard,
.single-post article.post .entry-meta .vcard,
.single-post article.type-page .entry-meta .vcard,
.category article.post .entry-meta .vcard,
.category article.type-page .entry-meta .vcard,
.tag article.post .entry-meta .vcard,
.tag article.type-page .entry-meta .vcard,
.search-results article.post .entry-meta .vcard,
.search-results article.type-page .entry-meta .vcard {
    margin: 0;
    padding: 1rem;
    border: none
}

.blog article.post .entry-meta .vcard a,
.blog article.type-page .entry-meta .vcard a,
.single-post article.post .entry-meta .vcard a,
.single-post article.type-page .entry-meta .vcard a,
.category article.post .entry-meta .vcard a,
.category article.type-page .entry-meta .vcard a,
.tag article.post .entry-meta .vcard a,
.tag article.type-page .entry-meta .vcard a,
.search-results article.post .entry-meta .vcard a,
.search-results article.type-page .entry-meta .vcard a {
    color: #121212
}

.blog article.post .posted-on,
.blog article.type-page .posted-on,
.single-post article.post .posted-on,
.single-post article.type-page .posted-on,
.category article.post .posted-on,
.category article.type-page .posted-on,
.tag article.post .posted-on,
.tag article.type-page .posted-on,
.search-results article.post .posted-on,
.search-results article.type-page .posted-on {
    margin-top: 0
}

.blog article.post .posted-on a,
.blog article.type-page .posted-on a,
.single-post article.post .posted-on a,
.single-post article.type-page .posted-on a,
.category article.post .posted-on a,
.category article.type-page .posted-on a,
.tag article.post .posted-on a,
.tag article.type-page .posted-on a,
.search-results article.post .posted-on a,
.search-results article.type-page .posted-on a {
    color: #fff
}

.blog article.post .posted-on time,
.blog article.type-page .posted-on time,
.single-post article.post .posted-on time,
.single-post article.type-page .posted-on time,
.category article.post .posted-on time,
.category article.type-page .posted-on time,
.tag article.post .posted-on time,
.tag article.type-page .posted-on time,
.search-results article.post .posted-on time,
.search-results article.type-page .posted-on time {
    font-size: 1.4rem;
    color: #121212;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase
}

.blog article.post .entry-content p,
.blog article.type-page .entry-content p,
.single-post article.post .entry-content p,
.single-post article.type-page .entry-content p,
.category article.post .entry-content p,
.category article.type-page .entry-content p,
.tag article.post .entry-content p,
.tag article.type-page .entry-content p,
.search-results article.post .entry-content p,
.search-results article.type-page .entry-content p {
    padding: 20px 20px 0 0;
    color: #121212
}

.blog article.post .entry-content a.cta,
.blog article.type-page .entry-content a.cta,
.single-post article.post .entry-content a.cta,
.single-post article.type-page .entry-content a.cta,
.category article.post .entry-content a.cta,
.category article.type-page .entry-content a.cta,
.tag article.post .entry-content a.cta,
.tag article.type-page .entry-content a.cta,
.search-results article.post .entry-content a.cta,
.search-results article.type-page .entry-content a.cta {
    padding: 4px 8px 6px 8px;
    color: #820000;
    text-decoration: underline
}

.blog article.post .entry-footer,
.blog article.type-page .entry-footer,
.single-post article.post .entry-footer,
.single-post article.type-page .entry-footer,
.category article.post .entry-footer,
.category article.type-page .entry-footer,
.tag article.post .entry-footer,
.tag article.type-page .entry-footer,
.search-results article.post .entry-footer,
.search-results article.type-page .entry-footer {
    padding: 1rem;
    background: #fff
}

.blog article.post .entry-footer span,
.blog article.type-page .entry-footer span,
.single-post article.post .entry-footer span,
.single-post article.type-page .entry-footer span,
.category article.post .entry-footer span,
.category article.type-page .entry-footer span,
.tag article.post .entry-footer span,
.tag article.type-page .entry-footer span,
.search-results article.post .entry-footer span,
.search-results article.type-page .entry-footer span {
    padding-right: 10px;
    font-size: 1rem
}

.blog article.post .entry-footer span.cat-links a,
.blog article.type-page .entry-footer span.cat-links a,
.single-post article.post .entry-footer span.cat-links a,
.single-post article.type-page .entry-footer span.cat-links a,
.category article.post .entry-footer span.cat-links a,
.category article.type-page .entry-footer span.cat-links a,
.tag article.post .entry-footer span.cat-links a,
.tag article.type-page .entry-footer span.cat-links a,
.search-results article.post .entry-footer span.cat-links a,
.search-results article.type-page .entry-footer span.cat-links a {
    text-transform: uppercase
}

.blog article.post .entry-footer span a,
.blog article.type-page .entry-footer span a,
.single-post article.post .entry-footer span a,
.single-post article.type-page .entry-footer span a,
.category article.post .entry-footer span a,
.category article.type-page .entry-footer span a,
.tag article.post .entry-footer span a,
.tag article.type-page .entry-footer span a,
.search-results article.post .entry-footer span a,
.search-results article.type-page .entry-footer span a {
    color: #121212;
    text-transform: capitalize
}

.cat-links {
    margin-right: 10px;
    border-right: 1px solid #fff
}

.single-post iframe {
    width: 100%
}

.single-post .entry-content a,
.category .entry-content a,
.archive .entry-content a,
.tag .entry-content a {
    color: #820000;
    text-decoration: underline
}

.single-post .entry-content a img,
.category .entry-content a img,
.archive .entry-content a img,
.tag .entry-content a img {
    width: 100%
}

.archive #primary,
.single-press #primary {
    padding-top: 4rem
}

.archive .page-title,
.single-press .page-title {
    position: relative;
    top: -12px;
    text-align: center;
    text-transform: uppercase
}

.archive article.press,
.single-press article.press {
    margin-bottom: 3rem;
    padding: 0 1rem 3rem 1rem;
    border-bottom: 1px solid #fff
}

.archive article.press:last-child,
.single-press article.press:last-child {
    border-bottom: none
}

.archive article.press .wrapper,
.single-press article.press .wrapper {
    background: #fff;
    color: #121212
}

.archive article.press .post-content,
.single-press article.press .post-content {
    position: relative;
    float: left;
    width: 100%
}

.archive article.press .post-content .feat-img img,
.single-press article.press .post-content .feat-img img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

.archive article.press h1.entry-title,
.single-press article.press h1.entry-title {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    line-height: 80%;
    border-bottom: 1px solid #121212
}

.archive article.press h1.entry-title a,
.single-press article.press h1.entry-title a {
    float: left;
    padding: 14px 20px 0 20px;
    font-size: 1.8rem;
    color: #121212
}

.archive article.press h1.entry-title::before,
.single-press article.press h1.entry-title::before {
    content: ''
}

.archive article.press h1.entry-title::after,
.single-press article.press h1.entry-title::after {
    content: ''
}

.archive article.press .entry-meta .vcard,
.single-press article.press .entry-meta .vcard {
    margin: 0;
    padding: 1rem;
    border: none
}

.archive article.press .entry-meta .vcard a,
.single-press article.press .entry-meta .vcard a {
    color: #121212
}

.archive article.press .posted-on,
.single-press article.press .posted-on {
    margin-top: 0
}

.archive article.press .posted-on time,
.single-press article.press .posted-on time {
    font-size: 1.4rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase
}

.archive article.press .entry-content p,
.single-press article.press .entry-content p {
    padding: 20px 20px 0 20px
}

.archive article.press .entry-content a.cta,
.single-press article.press .entry-content a.cta {
    padding: 4px 8px 6px 8px;
    color: #820000;
    text-decoration: underline
}

.archive .pagination,
.single-press .pagination {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #fff
}

.archive .previous,
.single-press .previous {
    float: left
}

.archive .next,
.single-press .next {
    float: right
}

.previous a,
.next a {
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: underline
}

.entry-footer {
    clear: both
}

.post-nav {
    clear: both
}

.post-nav span {
    font-size: 1rem
}

.post-nav .previous {
    float: left
}

.post-nav .next {
    float: right
}

.post-nav a {
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out
}

.post-nav a:hover {
    color: #820000
}

#secondary aside {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    clear: both;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e5e6
}

#secondary aside:search {
    top: 0;
    margin-bottom: 1rem;
    padding: .75rem 0
}

#secondary aside.widget_search {
    margin-top: 14px;
    padding-bottom: 0;
    background: none
}

#secondary .textwidget {
    float: left;
    width: 100%;
    padding: 10px 20px 20px 20px
}

#secondary .textwidget i.fa-map-o {
    display: block;
    font-size: 3rem;
    margin-top: 20px;
    text-align: center;
    color: #B2B2B2
}

#secondary .widget-title {
    background: #222;
    color: #fff;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e6e5e6
}

#secondary .contact {
    margin: 1rem 0 0;
    text-align: center
}

#secondary .contact li {
    list-style-type: none
}

#secondary .contact address {
    margin-bottom: 5px;
    font-size: .885rem;
    line-height: 120%
}

#secondary .contact a {
    color: #820000
}

#secondary .contact a:hover {
    text-decoration: underline
}

#secondary iframe {
    display: block;
    margin: 0 auto
}

#secondary .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#secondary .search-results-message {
    display: none
}

.search-form input[type="search"] {
    float: left;
    width: 74%;
    padding: 0 0 0 2%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-left: 5px solid #121212;
    border-top: 1px solid #e6e5e6;
    border-bottom: 1px solid #e6e5e6
}

.search-form [type='submit'],
.search-form [type='button'] {
    float: left;
    height: 37px;
    width: 26%;
    padding: 0 1%;
    background: #121212;
    border: 0;
    color: #fff;
    text-transform: uppercase
}

.sidebar-list.just-announced li {
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

aside#text-13,
aside#text-14 {
    margin-bottom: 0;
    background: none
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 368px;
    max-width: 368px;
    max-height: 220px;
    width: 48%;
    height: auto;
    background: #fff;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 368px;
    opacity: 0.8
}

.grid figure figcaption {
    padding: 2em;
    color: #121212;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure figcaption .entry-title {
    bottom: -20px;
    right: 10px;
    left: 10px;
    padding: .5rem .75rem;
    background: #171717;
    background: rgba(23, 23, 23, 0.9)
}

.grid figure figcaption .entry-title a {
    color: #fff
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2,
.grid figure p {
    margin: 0
}

.grid figure h2 {
    text-transform: uppercase
}

.grid figure p {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: left
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #121212;
    border: 1px solid transparent;
    text-indent: -999px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

#toTop:hover span {
    opacity: 0.75 !important
}

#toTop span {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1 !important;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff
}

#toTopHover {
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    background-color: #121212
}

#toTop:active,
#toTop:focus {
    outline: none
}

#makeMeScrollable {
    width: 100%;
    height: 350px;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.65);
    border-bottom: 1px solid #727272;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#makeMeScrollable .list-view {
    opacity: 0;
    height: 290px;
    position: relative
}

#makeMeScrollable .list-view div.scrollableArea img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    float: inherit;
    min-height: 268px;
    margin: 0;
    object-fit: cover;
    width: 100%
}

#makeMeScrollable .list-view .list-view-item {
    position: relative;
    float: left;
    display: block;
    height: 290px;
    width: 290px;
    border: 10px solid #820000;
    background: #fff;
    padding: 0;
    margin: 0px 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden
}

#makeMeScrollable .list-view .ticket-price {
    position: absolute;
    max-width: 100%;
    width: 100%
}

#makeMeScrollable .list-view a {
    margin: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

#makeMeScrollable .list-view a:hover {
    color: #F8F8F8
}

#makeMeScrollable .list-view-details {
    position: absolute;
    left: 3px;
    width: 264px;
    max-width: 100%;
    margin: 0;
    padding: 10px 5px;
    bottom: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.5)
}

#makeMeScrollable .ticket-price {
    top: 0;
    right: 0
}

#makeMeScrollable h1 {
    font-size: 1.2rem
}

#makeMeScrollable h2.dates {
    text-align: center
}

#makeMeScrollable h1.headliners a,
#makeMeScrollable h2,
#makeMeScrollable h3 {
    color: #fff;
    text-shadow: 3px 3px #000
}

#makeMeScrollable h2.venue,
#makeMeScrollable h2.city-state {
    font-size: 1rem
}

div.scrollingHotSpotLeft {
    width: 90px;
    height: 100%;
    background-image: url(assets/images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    cursor: url("assets/images/cursors/cursor_arrow_left.png"), url("assets/images/cursors/cursor_arrow_left.cur"), w-resize
}

div.scrollingHotSpotLeftVisible {
    background-image: url("assets/images/arrow_left.gif");
    background-color: #000;
    background-repeat: no-repeat;
    opacity: 0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
    zoom: 1
}

div.scrollingHotSpotRight {
    width: 90px;
    height: 100%;
    background-image: url("assets/images/big_transparent.gif");
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url("assets/images/cursors/cursor_arrow_right.png"), url("assets/images/cursors/cursor_arrow_right.cur"), e-resize
}

div.scrollingHotSpotRightVisible {
    background-image: url("assets/images/arrow_right.gif");
    background-color: #000;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    zoom: 1
}

div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

div.scrollableArea {
    position: relative;
    height: 100%
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.attachment .entry-title {
    text-align: center
}

.attachment .entry-content img {
    background: #fff;
    padding: 5px 10px
}

.attachment-post-thumbnail {
    border: 4px solid #fff
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.page #gallery-1 {
    clear: both
}

.page #gallery-1 img {
    border: 4px solid #fff
}

.page #gallery-2 img {
    background: #fff
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.gallery-item {
    margin: 10px 0;
    padding: 0 10px
}

.effect-julia {
    position: relative;
    overflow: hidden
}

.effect-julia img {
    -webkit-transition: all 1s, -webkit-transform 1s;
    transition: all 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.effect-julia img:hover {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.button {
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.button:visited {
    color: #fff
}

#form-modal form {
    height: inherit
}

#form-modal p {
    font-size: 1rem
}

#modalTitle {
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 1rem;
    padding-left: 0.9375rem
}

#google-map h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.pricing-table .price h4 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #121212
}

.pricing-table li {
    font-weight: normal;
    line-height: 120%
}

.pricing-table li ul {
    margin-left: 0
}

.pricing-table li ul li strong {
    text-transform: uppercase
}

.pricing-table li .description {
    font-style: italic
}

.page-template-page-rentals-php table {
    margin: 0;
    background: none;
    border: none
}

.page-template-page-rentals-php table thead {
    background: none
}

.page-template-page-rentals-php table thead tr th {
    padding-left: 0
}

.page-template-page-rentals-php table tr th,
.page-template-page-rentals-php table tr td {
    color: #fff
}

.page-template-page-rentals-php table tr.even,
.page-template-page-rentals-php table tr.alt,
.page-template-page-rentals-php table tr:nth-of-type(even) {
    background: none
}

.page-template-page-rentals-php table td {
    border-top: 1px solid #222;
    padding: 1rem 0
}

.page-template-page-rentals-php table h2,
.page-template-page-rentals-php table h3,
.page-template-page-rentals-php table h4,
.page-template-page-rentals-php table h5 {
    color: #fff
}

.page-template-page-rentals-php table h4 {
    font-size: 1.2rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: 0
}

.page-template-page-rentals-php table h5 {
    font-size: 1rem
}

.page-template-page-rentals-php table span {
    font-style: italic;
    font-size: 1rem;
    text-transform: uppercase
}

.sticky {
    display: inherit;
    float: inherit;
    width: inherit
}

.logged-in [data-magellan-expedition],
.logged-in [data-magellan-expedition-clone] {
    top: 32px !important
}

[data-magellan-expedition] dl.sub-nav {
    float: left
}

[data-magellan-expedition].fixed dl.sub-nav {
    float: none;
    z-index: 9999
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
    background: none;
    padding: 0
}

[data-magellan-expedition].fixed,
[data-magellan-expedition-clone].fixed {
    background: #b3b1b3;
    border-bottom: 1px solid #e6e5e6
}

[data-magellan-expedition] dl.sub-nav,
[data-magellan-expedition-clone] dl.sub-nav {
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0
}

[data-magellan-expedition] dl.sub-nav dd,
[data-magellan-expedition-clone] dl.sub-nav dd {
    float: left;
    position: relative;
    margin-left: 0;
    padding-right: 1px;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out
}

[data-magellan-expedition] dl.sub-nav dd:first-child,
[data-magellan-expedition-clone] dl.sub-nav dd:first-child {
    margin-left: 1rem
}

[data-magellan-expedition] dl.sub-nav dd:hover>a,
[data-magellan-expedition-clone] dl.sub-nav dd:hover>a {
    border: 1px solid #fff;
    background: #820000
}

[data-magellan-expedition] dl.sub-nav a,
[data-magellan-expedition-clone] dl.sub-nav a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .0675rem;
    color: #fff;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    border-radius: 0;
    background: #820000
}

.accordion {
    float: left;
    width: 100%;
    margin-top: 2rem;
    clear: both
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    background: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #e6e5e6
}

.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #fff
}

.accordion .accordion-navigation,
.accordion dd {
    position: relative;
    background: none
}

.accordion .accordion-navigation a i,
.accordion dd a i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .accordion-navigation i,
.accordion dd i {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion .accordion-navigation,
.accordion dd {
    clear: both
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    float: left;
    width: 100%
}

.accordion-navigation.active a i {
    display: none
}

.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
    border: 1px solid #121212;
    background: #fff
}

.reveal-modal {
    max-width: inherit;
    z-index: 9999
}

.reveal-modal-bg {
    position: fixed
}

.vcard {
    border: none
}

.content-area .list-view {
    padding: 0 0 3em 0
}

.listing-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.list-view {
    position: relative
}

.list-view .list-view-heading .calendar-link {
    position: absolute;
    top: -10px;
    right: 10px
}

.list-view .list-view-heading a.calendar {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.list-view .list-view-item:last-child {
    border-bottom: 0
}

.list-view .list-view-item:last-child:last-child {
    border-bottom: 0
}

.list-view .list-view-item {
    position: relative;
    margin: 0;
    padding: 20px 0;
    border: 1px solid #e6e5e6;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.list-view .list-view-item a,
.list-view .list-view-item .custom {
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    border: 2px solid #820000
}

.list-view .list-view-item .custom a, .event-info h3.custom a {border: none; margin: 0;}

.list-view .list-view-item img {
    float: left;
    width: 150px;
    max-width: 100%;
    height: 150px;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity 0.75s ease-in-out;
    -moz-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
    border: 1px solid #e6e5e6;
    object-fit: cover
}

.list-view .list-view-item h1.headliners {
    margin-top: 0;
    margin-bottom: 2.5px;
    padding-top: 0
}

.list-view .list-view-item h1.headliners a {
    color: #820000
}

.list-view .list-view-item h2.topline-info {
    margin-top: 0;
    margin-bottom: 5px
}

.list-view .list-view-item h2.supports {
    margin-top: 0
}

.list-view .list-view-item h2.venue {
    position: absolute;
    right: 15px;
    bottom: 20px
}

.list-view .list-view-item h2.age-restriction {
    margin-top: 5px;
    padding-bottom: 10px
}

.list-view .list-view-item h2.venue-id {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.list-view .list-view-item h2.more-info {
    display: block;
    position: absolute;
    top: 32px;
    right: 15px;
    background: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.list-view .list-view-item h2.more-info a {
    float: left;
    width: 125px;
    max-width: 100%;
    margin: 0;
    padding: 10px 8px;
    border: 2px solid #e6e5e6
}

.list-view .list-view-item h2.more-info:hover {
    background: #e6e5e6
}

.list-view .list-view-item:hover {
    border-top: 1px solid #820000;
    border-bottom: 1px solid #820000
}

.list-view .list-view-details {
    float: left;
    max-width: 410px;
    width: 100%;
    margin-top: 0
}

.list-view .list-view-details a {
    float: inherit;
    margin: inherit;
    border: inherit
}

.list-view .ticket-link a,
.list-view .sold-out,
.list-view .postponed,
.list-view .on-sale-soon,
.list-view .free {
    width: 120px
}

.list-view .tickets-at-the-door {
    padding-top: 8px
}

.list-view .ticket-price {
    position: absolute;
    width: 125px;
    top: 85px;
    right: 15px;
    text-align: center
}

.list-view .ticket-price .future-sale a {
    width: 125px;
    margin: 0;
    border-radius: 0;
    line-height: 1.25;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.list-view .ticket-price .price-range {
    display: none;
    position: absolute;
    top: -28px;
    right: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.2rem
}

.list-view .ticket-price .cancelled,
.list-view .ticket-price .free,
.list-view .ticket-price .postponed,
.list-view .ticket-price .rescheduled,
.list-view .ticket-price .sold-out,
.list-view .ticket-price .tickets-at-the-door {
    width: 100%;
    margin-top: 6px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    min-height: 38px;
    padding: 10px 8px;
    background: #820000;
    color: #fff;
    border: 0
}

#content .list-view h3.custom {width: 110px; padding: 0;}
#content .event-info h3.custom {width: 200px; padding: 10px 0;}

.list-view .ticket-price .custom a, .event-info h3.custom a {
    color: #820000;
  	padding: 10px 8px;
}

.list-view .ticket-price a.tickets,
.list-view .ticket-price .tickets-at-the-door {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 8px;
    background: #820000;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.list-view .ticket-price a.tickets:after,
.list-view .ticket-price .tickets-at-the-door:after {
    position: relative;
    right: -5px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f145"
}

.list-view .ticket-price a.tickets:hover,
.list-view .ticket-price .tickets-at-the-door:hover {
    background: none;
    border-color: #820000;
    color: #820000
}

.list-view h2.city-state {
    margin-top: 5px
}

.list-view h2.additional-event-info,
.list-view h3.event-status-message {
    width: 100%;
    margin: 0 0 .5rem 0;
    padding: 4px 10px;
    border: 1px solid #e6e5e6;
    color: #121212;
    background: #FBFBFB;
    clear: both;
    overflow: hidden
}

.list-view h2.additional-event-info p {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 115%
}

.list-view .ticket-link a,
.list-view .sold-out,
.list-view .cancelled,
.list-view .postponed,
.list-view .tickets-at-the-door,
.list-view .on-sale-soon,
.list-view .free,
.list-view .custom {
    background: #fff;
    color: #820000;
    border: 2px solid transparent;
    border-radius: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.list-view .custom a, .event-info .custom a {
    color: #121212;
}

.list-view-item .show-info-wrapper {
    padding-top: 5px
}

.list-view-item .show-info-wrapper .times {
    padding-top: 2.5px
}

#secondary .list-view .list-view-details {
    max-width: 100%
}

#secondary .list-view .list-view-item {
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #e6e5e6;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

#secondary .list-view .list-view-item:hover {
    background: #F8F8F8
}

#secondary .list-view .list-view-item:last-child {
    border-bottom: none
}

#secondary .list-view .list-view-item h1,
#secondary .list-view .list-view-item h2,
#secondary .list-view .list-view-item h3 {
    clear: inherit
}

#secondary .list-view .list-view-item h1.headliners {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0
}

#secondary .list-view .list-view-item h1.headliners a {
    float: left;
    margin-top: 0.2rem;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

#secondary .list-view .list-view-item h2.dates:before {
    position: relative;
    top: 5px;
    left: -2px;
    margin-right: 2px
}

#secondary .list-view .ticket-price {
    position: absolute;
    right: 0;
    bottom: 5px
}

#secondary .list-view .ticket-price h3.custom,
#secondary .list-view .ticket-price a,
#secondary .list-view .ticket-price h3.custom a,
#secondary .list-view .ticket-price h3.future-sale a {
    display: none;
    background: none;
    visibility: hidden
}

#secondary .just-announced ul {
    margin-left: 0
}

#secondary .just-announced li {
    list-style-type: none
}

.page .tfly-calendar .data .ticket-link a {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

.page .tfly-calendar article {
    margin: 0
}

.page .tfly-calendar .data .ticket-link a:hover,
.page .tfly-calendar .data .sold-out:hover,
.page .tfly-calendar .data .cancelled:hover,
.page .tfly-calendar .data .postponed:hover,
.page .tfly-calendar .data .free:hover,
.page .tfly-calendar .data .tickets-at-the-door:hover,
.page .tfly-calendar .data .future-sale a:hover,
.page .tfly-calendar .data .on-sale-soon:hover,
.page .tfly-calendar .data h1:hover,
.page .tfly-calendar .data h2:hover,
.page .tfly-calendar .data h3:hover {
    color: #820000
}

.page .tfly-calendar .data .venue-id {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e5e6;
    text-align: center
}

.page .tfly-calendar table tr td {
    padding: 0
}

.page .tfly-calendar {
    position: relative
}

.page .tfly-calendar .calendar-sync {
    position: absolute;
    top: 30px;
    right: 20px
}

.page .tfly-calendar table {
    background: #fff;
    border: none
}

.page .tfly-calendar table tr {
    border: none
}

.page .tfly-calendar table tr td.data {
    border: 1px solid #d1d1d1;
    padding: 10px 5px 5px 5px
}

.page .tfly-calendar table tr td.data .date {
    background: #e6e5e6;
    color: #121212;
    padding: 5px 5px 5px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: .75rem
}

.page .tfly-calendar table tr td.data .ticket-link,
.page .tfly-calendar table tr td.data .free,
.page .tfly-calendar table tr td.data .rescheduled,
.page .tfly-calendar table tr td.data .postponed,
.page .tfly-calendar table tr td.data .future-sale,
.page .tfly-calendar table tr td.data .tickets-at-the-door,
.page .tfly-calendar table tr td.data .cancelled {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.page .tfly-calendar table img {
    display: none
}

.page .tfly-calendar table .start-time {
    margin-top: 2.5px;
    color: #666;
    font-family: "Open Sans", serif
}

.page .tfly-calendar tr.even,
.page .tfly-calendar tr.alt,
.page .tfly-calendar tr:nth-of-type(even) {
    background: none
}

.page .tfly-calendar .month {
    position: relative;
    margin: 0;
    padding: 1rem;
    text-transform: uppercase;
    color: #fff;
    background: #820000
}

.page .tfly-calendar .data h1 {
    font-size: 14px
}

.page .tfly-calendar .data h1 a {
    text-transform: uppercase
}

.page .tfly-calendar .data .ticket-link a,
.page .tfly-calendar .data .sold-out,
.page .tfly-calendar .data .cancelled,
.page .tfly-calendar .data .postponed,
.page .tfly-calendar .data .free,
.page .tfly-calendar .data .tickets-at-the-door,
.page .tfly-calendar .data .future-sale a,
.page .tfly-calendar .data .on-sale-soon,
.page .tfly-calendar .data h1,
.page .tfly-calendar .data h2,
.page .tfly-calendar .data h3 {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif
}

.page .tfly-calendar .data h3.custom {
    margin-top: 1rem
}

.page .tfly-calendar h3.off-sale {
    margin-top: 5px;
    font-size: .885rem
}

.page .tfly-calendar h3.topline-info {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400
}

.page .tfly-calendar .data h1 a {
    color: #820000
}

.page .tfly-calendar .data .ticket-link a {
    background: #820000;
    color: #fff
}

.page .tfly-calendar .data .ticket-link a:hover {
    background: #fff;
    color: #820000
}

.page-template-page-event-php article {
    padding: 0
}

.page-template-page-event-php .entry-content {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff
}

.page-template-page-event-php .entry-header .entry-title {
    display: none
}

.page-template-page-event-php .event-detail {
    background: #fff;
    margin: 0;
    padding: 2rem 1rem 1rem 1rem;
    color: #121212;
    overflow: hidden
}

.page-template-page-event-php .event-detail .event-info {
    position: relative;
    float: right;
    width: 50%;
    margin-bottom: 0;
    padding: 35px 0 0;
}

.page-template-page-event-php .event-detail .event-info p {
    font-weight: 300
}

.page-template-page-event-php .event-detail .event-info .calendar-sync {
    position: absolute;
    top: -55px;
    right: 0;
    width: 46px;
    clear: both
}

.page-template-page-event-php .event-detail img {
    max-width: 475px;
    width: 50%;
    margin-bottom: 0;
    padding-left: 1rem
}

.page-template-page-event-php .event-detail h1,
.page-template-page-event-php .event-detail h2,
.page-template-page-event-php .event-detail h3 {
    color: #222
}

.page-template-page-event-php .event-detail h1 {
    float: left;
    padding-right: 10px
}

.page-template-page-event-php .event-detail h1.headliners {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.25
}

.page-template-page-event-php .event-detail h1.summary:before {
    content: none
}

.page-template-page-event-php .event-detail h2 {
    clear: both
}

.page-template-page-event-php .event-detail h2.supports {
    padding-right: 10px;
    margin-bottom: 5px;
    font-size: 1.6875rem;
    line-height: 1.2;
    font-family: "Open Sans", serif;
    letter-spacing: 0;
    color: #666
}

.page-template-page-event-php .event-detail h2.times {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    color: #666
}

.page-template-page-event-php .event-detail h2.dates {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 0 5px 0;
    color: #666;
    text-transform: uppercase
}

.page-template-page-event-php .event-detail h2.dates span {
    float: left;
    width: 100%;
    clear: both
}

.page-template-page-event-php .event-detail h2.location {
    font-size: 1.1em;
    margin: 20px 0 0;
}

.page-template-page-event-php .event-detail h2.city-state {
    font-size: 1em
}

.page-template-page-event-php .event-detail h3.price-range {
    width: 100%;
    font-size: 1.2rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif
}

.page-template-page-event-php .event-detail h3.sold-out {
    float: left;
    position: relative;
    width: 75%;
    min-height: 40px;
    margin-bottom: 1rem;
    padding-top: 6px;
    background: #820000;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    clear: both
}

.page-template-page-event-php .event-detail a.tickets {
    float: left;
    position: relative;
    width: 50%;
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 1rem;
    padding-top: 6px;
    background: #820000;
    color: #fff;
    text-transform: uppercase;
    clear: both;
    border-radius: 0;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out
}

.page-template-page-event-php .event-detail a.tickets:before {
    content: 'BUY '
}

.page-template-page-event-php .event-detail a.tickets:hover {
    background: none;
    color: #820000;
    border: 1px solid #820000
}

.event-info h3.custom, .page-template-page-event-php .event-detail h3.future-sale a {border: 2px solid #820000; font-size: 1.2rem; text-transform: uppercase; border-radius: 0; padding: 10px 8px;}

.page-template-page-event-php .event-detail h3.future-sale a {width: 150px;}

.page-template-page-event-php .event-detail .venue-info {
    float: right;
    width: 100%;
    margin-top: 1rem;
    text-align: right;
    font-size: .9rem;
    color: #121212
}

.page-template-page-event-php .event-detail .venue-info strong {
    text-transform: uppercase
}

.page-template-page-event-php .event-detail .fbFeedbackContent .composer {
    display: none
}

.page-template-page-event-php .event-detail .artist-boxes .artist-box-headliner {
    margin-bottom: 40px
}

.page-template-page-event-php .share-text {
    float: left;
    margin-top: 10px;
    font-size: 1rem
}

.page-template-page-event-php #toolbox {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0
}

.page-template-page-event-php .artist-boxes {
    width: 100%;
    float: left;
    margin: 1rem 0;
    padding: 0
}

.page-template-page-event-php .artist-boxes .artist-headline {
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif
}

.page-template-page-event-php .artist-boxes .artist-box-headliner,
.page-template-page-event-php .artist-boxes .artist-box-support {
    position: relative;
    float: left;
    width: 98%;
    padding: 0 1% 40px 1%;
    border-bottom: 1px solid #cdcdcd
}

.page-template-page-event-php .artist-boxes .bio {
    float: left;
    width: 80%;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif
}

.page-template-page-event-php .artist-boxes .bio br {
    margin-bottom: 10px;
    clear: both
}

.page-template-page-event-php .artist-boxes img {
    float: left;
    width: 18%;
    margin: 0 2% 2% 0
}

.page-template-page-event-php .artist-boxes img.bio-image-right {
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0 15px 15px 0;
    padding: 0;
    border: 1px solid #cdcdcd
}

.page-template-page-event-php .artist-boxes ul.links {
    margin-left: 0;
    margin-bottom: 20px
}

.page-template-page-event-php .artist-boxes ul.links li {
    padding-right: 20px
}

.page-template-page-event-php .artist-boxes ul.links li a {
    padding-left: 5px;
    letter-spacing: .5px
}

.event-detail .artist-boxes .artist-name,
.event-detail .artist-boxes .artist-start-time {
    font-size: 24px
}

.event-detail .artist-boxes ul.links {
    float: left;
    width: 100%
}

#fbComments {
    float: left
}

.search-results #primary {
    padding-top: 2rem;
    padding-bottom: 4rem
}

.search-results #primary .page-title {
    margin-bottom: 2rem
}

.search-results-message {
    margin-bottom: 2rem
}

.tagline-cta {
    float: left;
    margin: 5px 20px 0 20px;
    font-family: "Raleway", sans-serif;
    font-size: 1.4875rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

.tfly-search t textarea:focus,
.tfly-search input:focus,
.search-form t textarea:focus,
.search-form input:focus {
    outline: 0;
    box-shadow: none;
    color: #121212
}

.tfly-search input[type="search"],
.search-form input[type="search"] {
    float: left;
    width: 74%;
    padding: 0 0 0 2%;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-left: 5px solid #121212;
    border-top: 1px solid #e6e5e6;
    border-bottom: 1px solid #e6e5e6
}

.tfly-search [type='submit'],
.tfly-search [type='button'],
.search-form [type='submit'],
.search-form [type='button'] {
    float: left;
    height: 37px;
    width: 26%;
    padding: 0 1%;
    background: #121212;
    border: 0;
    color: #fff;
    text-transform: uppercase
}

.tfly-email-subscribe {
    position: relative;
    height: 30px;
    width: 210px;
    max-width: 100%;
    margin-top: 0
}

.tfly-email-subscribe form {
    height: 30px;
    margin: 0;
    padding: 0
}

.tfly-email-subscribe form .icon {
    top: 15px;
    right: 14px;
    border-left: 1px solid #e6e5e6;
    padding-left: 10px
}

.tfly-email-subscribe form .icon.icon-mail {
    right: inherit;
    left: 14px;
    color: #121212
}

.tfly-email-subscribe form .icon-untitled {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #fff
}

.tfly-email-subscribe form input.button {
    background: #820000
}

.tfly-email-subscribe input {
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

.tfly-email-subscribe input[type="text"] {
    width: 74%;
    padding: 0 0 0 2%;
    border-radius: 0;
    border: none;
    border-left: 5px solid #820000;
    border-top: 1px solid #e6e5e6;
    border-bottom: 1px solid #e6e5e6;
    font-style: italic
}

.tfly-email-subscribe input[type="submit"] {
    width: 25%;
    background: #000;
    color: #fff;
    font-size: .75rem;
    border: 1px solid #fff
}

.tfly-email-subscribe input:focus {
    outline: 0
}

.tfly-email-subscribe .button {
    width: 40px;
    height: 37px;
    background: #820000;
    border-radius: 0;
    font-size: .8rem;
    text-shadow: none;
    color: #121212;
    padding: 10px;
    opacity: 1
}

.tfly-email-subscribe textarea:focus,
.tfly-email-subscribe input:focus {
    outline: 0;
    box-shadow: none;
    color: #121212
}

.list-view-item h1,
.list-view-item h2,
.list-view-item h3 {
    font-family: "Open Sans", serif
}

.list-view-item h1,
.list-view-item h2,
.list-view-item h3,
.list-view-item h4,
.list-view-item h5,
.list-view-item h6 {
    color: #121212;
    margin-bottom: 0;
    font-weight: 600
}

.list-view-item h2 {
    letter-spacing: inherit
}

.list-view-item h3.event-status-message {
    font-size: .675rem
}

.list-view-item h3.rescheduled {
    font-size: .875rem;
    margin-top: 5px;
    padding: 10px 8px;
    text-transform: uppercase
}

.list-view .ticket-link a,
.list-view .future-sale a,
.list-view .sold-out,
.list-view .cancelled,
.list-view .postponed,
.list-view .tickets-at-the-door,
.list-view .on-sale-soon,
.list-view .free,
.list-view .custom {
    font-size: .875rem
}

.list-view .list-view-item h1,
.list-view .list-view-item h2,
.list-view .list-view-item h3 {
    line-height: 110%;
    letter-spacing: 0
}

.list-view .list-view-item h1.headliners {
    font-size: 1.465rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600
}

h2.topline-info {
    font-size: .875rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400
}

.list-view .list-view-item h2.venue {
    font-size: 1rem;
    text-transform: uppercase;
    position: inherit;
    bottom: 0;
    right: 0;
    margin: 5px 0
}

.list-view .list-view-item h2.location {
    font-size: .875rem;
    font-weight: 600;
    font-family: "Open Sans", serif
}

.list-view .list-view-item h2.city-state {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700
}

.list-view .list-view-item h2.more-info {
    display: block;
    position: absolute;
    top: 32px;
    right: 15px
}

.list-view .list-view-item h2.more-info a {
    color: #121212;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center
}

.list-view .list-view-item h2.more-info,
.list-view .list-view-item h3.ticket-link {
    line-height: inherit
}

.list-view .list-view-item h3.off-sale {
    font-size: 1rem
}

.list-view h2.supports {
    font-size: 1.225rem;
    line-height: 120%
}

.list-view h2.supports a {
    font-family: "Open Sans", serif;
    color: #222
}

.list-view h2.times {
    font-size: .875rem;
    font-family: "Open Sans", serif;
    color: #222;
    letter-spacing: 0;
    color: #666
}

.list-view h2.dates {
    font-size: .875rem;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
    text-align: left;
    color: #666
}

.list-view h2.age-restriction {
    font-family: "Open Sans", serif;
    font-size: .775rem;
    font-style: italic;
    font-weight: normal
}

.list-view h3.pricerange {
    font-family: "Raleway", Helvetica, Arial, sans-serif
}

.list-view h3.event-status-message {
    font-size: .875rem
}

.list-view .vevent .summary {
    font-weight: 400
}

#secondary .list-view .list-view-item .ticket-price {
    font-size: .775rem
}

#secondary .list-view .list-view-item h1.headliners a {
    font-size: .9rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    line-height: 120%
}

#secondary .list-view .list-view-item h2.dates {
    font-size: .9rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #666
}

.tfly-email-subscribe input[type="text"],
.tfly-email-subscribe input[type="search"],
.tfly-search input[type="text"],
.tfly-search input[type="search"],
.search-form input[type="text"],
.search-form input[type="search"] {
    font-size: .775rem
}

.event-detail h2.age-restriction,
.event-detail h2.all-ages {
    font-size: 1.225rem
}

.event-detail h2.dates {
    font-size: 1.445rem
}

.event-detail a.tickets {
    font-size: 1.225rem
}

#tfly-featured-events ul.images li {
    float: left;
    opacity: 1 !important;
    display: block !important;
    width: inherit !important
}

#tfly-featured-events #grey-back {
    display: none
}

#tfly-featured-events #overlay .change {
    display: none
}

.wpcf7 fieldset {
    padding: 0 20px;
    font-size: .875rem;
    border: 1px solid #333;
    margin-top: 0
}

.wpcf7 fieldset legend {
    color: #171717;
    margin-bottom: 0;
    background: none;
    text-align: center
}

.wpcf7 fieldset span {
    font-size: .875rem
}

.wpcf7 form br {
    display: none
}

.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
    color: #A9A9A9;
    box-shadow: none;
    font-family: "Open Sans", serif;
    font-style: italic;
    font-size: 1rem
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 textarea:focus {
    color: #121212
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    font-size: 1rem;
    color: #A9A9A9;
    background-color: #fff
}

.wpcf7 input[type="submit"] {
    display: block;
    width: 50%;
    height: auto;
    padding: 10px 20px;
    margin: -14px auto 0 auto;
    background: #820000;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out
}

.wpcf7 input[type="submit"]:hover {
    background: #fff;
    color: #820000;
    border: 1px solid #820000
}

.small-type {
    position: relative;
    top: -20px;
    font-size: .875rem
}

.page div.wpcf7-validation-errors,
.page div.wpcf7-mail-sent-ng {
    margin-top: 30px;
    padding: 1rem;
    font-size: .875rem;
    color: #121212;
    border: 2px solid #121212;
    line-height: 145%
}

.page span.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 1rem;
    color: #820000;
    font-weight: 600;
    font-style: italic
}

.page-template-page-full-width-php div.wpcf7-validation-errors,
.page-template-page-full-width-php div.wpcf7-mail-sent-ng {
    color: #fff
}

.page .wpcf7 legend {
    color: #fff
}

.page-template-page-rentals-php .wpcf7 legend {
    color: #121212
}

.page-template-page-centered-php .wpcf7 input[type="submit"] {
    display: block;
    width: 50%;
    margin: 0 auto
}

div.wpcf7-mail-sent-ok {
    padding: 1rem
}

.fb_iframe_widget {
    display: block !important;
    text-align: center
}

.easy-instagram-container {
    position: relative;
    top: -7px
}

.easy-instagram-container .easy-instagram-thumbnail-wrapper {
    float: left;
    margin: 4px !important;
    padding: 0 !important;
    font-size: .8rem
}

.easy-instagram-container .easy-instagram-thumbnail-caption {
    font-size: .8rem
}

.easy-instagram-container .easy-instagram-thumbnail-author,
.easy-instagram-container .easy-instagram-thumbnail-caption {
    display: none
}

.easy-instagram-container img {
    border: 5px solid #fff
}

.easy-instagram-container a {
    color: #820000
}

.easy-instagram-thumbnail-date {
    display: none
}

.widget_easy_instagram_widget_base .easy-instagram-container {
    float: left;
    width: 100%;
    padding: 20px
}

.textwidget #twitter-widget-0 {
    margin: 0;
    margin-top: 6px !important
}

.page #cboxOverlay {
    background: #000;
    background: rgba(0, 0, 0, 0.9)
}

.page #cboxTitle {
    display: none !important
}

.page #cboxClose {
    position: absolute;
    right: 40px;
    background: none;
    text-indent: inherit;
    color: #121212;
    font-size: 1rem
}

.page #cboxClose {
    background: none
}

.page #cboxClose:after {
    position: absolute;
    right: -30px;
    bottom: 0;
    content: 'x';
    color: #121212
}

.page #TB_overlay {
    opacity: 0;
    z-index: 9000;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out
}

.page #TB_overlay.TB_overlayBG {
    opacity: .85
}

.page #TB_window {
    z-index: 9999
}

.page #TB_caption {
    height: inherit;
    width: 90%;
    padding-bottom: 30px
}

.page .tb-close-icon:before {
    position: relative;
    top: 0
}

.page .tb-close-icon:before:hover {
    color: #121212
}

#imageData #caption,
#imageData #numberDisplay {
    color: #121212
}

#imageData #numberDisplay {
    font-size: .9rem
}

#twitter-widget-0 {
    margin: 20px 0 0 10px
}

.widget_twitter ul li {
    font-family: "Open Sans", serif
}

.widget_twitter .entry-meta {
    font-weight: 300
}

.blog .wp-paginate .title,
.category .wp-paginate .title,
.archive .wp-paginate .title,
.tag .wp-paginate .title {
    color: #fff
}

.blog .wp-paginate .current,
.category .wp-paginate .current,
.archive .wp-paginate .current,
.tag .wp-paginate .current {
    background: #b3b1b3;
    color: #fff;
    border: 1px solid #ccc
}

.blog .wp-paginate a,
.category .wp-paginate a,
.archive .wp-paginate a,
.tag .wp-paginate a {
    background: #fff;
    color: #121212
}

.blog .wp-paginate a:hover,
.category .wp-paginate a:hover,
.archive .wp-paginate a:hover,
.tag .wp-paginate a:hover {
    background: #b3b1b3;
    color: #fff
}

.ir {
    position: absolute;
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.ir br {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center
}

.no-bullets li {
    list-style-type: none
}

.flip {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.flip-angle {
    -webkit-transform: scaleX(-1) rotate(-45deg);
    -moz-transform: scaleX(-1) rotate(-45deg);
    -ms-transform: scaleX(-1) rotate(-45deg);
    -o-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg)
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

iframe {
    overflow: hidden
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important
    }
    body.page #wpadminbar {
        z-index: 9999 !important
    }
}

.hide-desktop {
    display: none
}

#menu-primary-menu li.menu-item-146,
#menu-primary-menu li.menu-item-193 {
    display: none
}

#menu-primary-menu li#menu-item-193 {
    display: none
}

.menu-toggle {
    display: none
}

.menu-toggle i {
    position: absolute;
    top: 2.5px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 3rem;
    color: #fff
}

.main-navigation.toggled #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    height: 58px
}

.main-navigation.toggled .menu-toggle:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    top: 2.5px;
    margin-right: 5px;
    font-size: 3rem;
    color: #fff
}

.main-navigation.toggled .menu-toggle i {
    display: none
}

@media screen and (max-width: 1024px) {
    #bottom-bar .large-8 {
        display: none
    }
    #bottom-bar .large-4 {
        width: 100%;
        text-align: center
    }
    #bottom-bar .socials {
        text-align: center
    }
}

@media screen and (max-width: 830px) {
    #masthead .tfly-email-subscribe input[type="text"],
    #masthead .tfly-email-subscribe input[type="submit"] {
        display: none
    }
    #menu-primary-menu li.menu-item-146,
    #menu-primary-menu li.menu-item-193 {
        display: inherit
    }
    footer#colophon #menu-primary-menu-1 li.menu-item-56 {
        display: none
    }
    .social-icons {
        display: none
    }
    .bottom-bar .venue-info a {
        float: left;
        width: 100%;
        text-align: center
    }
    .main-navigation {
        position: relative;
        float: right;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }
    .main-navigation ul {
        display: none;
        position: absolute;
        z-index: 1;
        top: -400px;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: #fff;
        z-index: 9999;
        -webkit-transition: background-color 0.45s ease-in-out;
        -moz-transition: background-color 0.45s ease-in-out;
        transition: background-color 0.45s ease-in-out;
        opacity: 0;
        background: #000;
        background: rgba(0, 0, 0, 0.95)
    }
    .main-navigation ul li {
        display: block;
        max-width: inherit;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: opacity 0.45s ease-in-out;
        -moz-transition: opacity 0.45s ease-in-out;
        transition: opacity 0.45s ease-in-out
    }
    .main-navigation ul li:last-child {
        border-bottom: none
    }
    .main-navigation ul li a {
        float: left;
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1rem;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out
    }
    .main-navigation ul button {
        -webkit-transition: opacity 0.45s ease-in-out;
        -moz-transition: opacity 0.45s ease-in-out;
        transition: opacity 0.45s ease-in-out
    }
    .main-navigation .featured-wrapper h2.section-title {
        text-align: center
    }
    .menu-primary-menu-container {
        position: inherit
    }
    .menu-toggle {
        position: relative;
        z-index: 9999;
        display: block;
        width: 58px;
        min-height: 50px;
        margin: 0 auto;
        padding: 0;
        background: none;
        text-align: center
    }
    .menu-toggle:hover,
    .menu-toggle:focus {
        background: none;
        outline: none
    }
    .menu-toggle ul {
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 30%;
        background: none
    }
    .menu-toggle ul li {
        display: block;
        width: 100%;
        text-align: center
    }
    .menu-toggle ul li:last-child {
        border-bottom: none
    }
    .menu-toggle ul li a {
        float: left;
        width: 100%;
        font-size: 1rem
    }
    .menu-toggle img {
        position: absolute;
        top: 14px;
        right: 12px;
        max-width: 30px
    }
    .main-navigation.toggled {
        position: fixed;
        display: inherit;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 150px;
        opacity: 1;
        display: block;
        background: #000;
        z-index: 9999
    }
    .main-navigation.toggled ul {
        position: inherit;
        z-index: 100;
        display: block;
        max-width: 300px;
        margin: 0 auto;
        opacity: 1
    }
    .main-navigation.toggled ul li {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        opacity: 1
    }
    .main-navigation.toggled ul li:last-child {
        border-bottom: none
    }
    .main-navigation.toggled ul li a {
        width: 100%;
        margin-bottom: 0;
        font-size: 1rem;
        opacity: 1
    }
    .main-navigation.toggled ul ul.sub-menu {
        display: none;
        background: none
    }
    .main-navigation.toggled .social-icons {
        display: none
    }
    .main-navigation.toggled .social-icons.hide-desktop {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
        display: inherit;
        width: 180px;
        max-width: 100%;
        margin: 0 auto
    }
    .main-navigation.toggled .social-icons.hide-desktop a {
        float: left;
        border: 0;
        font-size: 1.45rem
    }
    .main-navigation.toggled .tfly-email-subscribe input[type="text"],
    .main-navigation.toggled .tfly-email-subscribe input[type="submit"] {
        display: none
    }
    .main-navigation.toggled .menu-toggle {
        top: 50px
    }
    .main-navigation.toggled .menu-toggle:before {
        margin: 0
    }
}

@media screen and (max-width: 805px) {
    .menu-primary-menu-container ul li#menu-item-56 {
        display: none
    }
}

@media screen and (max-width: 667px) {
    .page-template-page-event-php .event-detail img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 0
    }
    .page-template-page-event-php .event-detail .event-info {
        width: 100%
    }
    .page-template-page-event-php .event-detail .artist-boxes img.bio-image-right {
        position: initial !important;
        float: none;
        max-width: 50%;
        margin: 0 0 20px 0;
        padding: 0
    }
}

@media screen and (max-width: 620px) {
    .list-view .list-view-item {
        padding: 20px
    }
    .list-view .list-view-item a {
        margin-left: 0;
        margin-bottom: 20px
    }
}

.tfly-org-id-5709 h2.venue.location,
.tfly-org-id-5719 h2.venue.location,
.tfly-org-id-5709 h2.city-state,
.tfly-org-id-5719 h2.city-state {
    display:
}

h2.city-state {
    display: none !important
}

#content .event-detail .ticket-link a, #content .event-detail .sold-out, #content .event-detail .cancelled, #content .event-detail .postponed, #content .event-detail .free, #content .event-detail .tickets-at-the-door, #content .event-detail .future-sale a, #content .event-detail .on-sale-soon, #content .event-detail .custom{
    width:50%;
}