﻿/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@import url("//hello.myfonts.net/count/2a93ab");
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f099be8c-62c2-47b5-a849-71d9048c274a");
@font-face {
    font-family: 'FontAwesome';
    src: url("../../css/fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3");
    src: url("../../css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../../css/fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../css/fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.vp {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vp-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.vp-2x {
    font-size: 2em
}

.vp-3x {
    font-size: 3em
}

.vp-4x {
    font-size: 4em
}

.vp-5x {
    font-size: 5em
}

.vp-fw {
    width: 1.28571em;
    text-align: center
}

.vp-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.vp-ul>li {
    position: relative
}

.vp-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.vp-li.vp-lg {
    left: -1.85714em
}

.vp-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.vp.pull-left {
    margin-right: .3em
}

.vp.pull-right {
    margin-left: .3em
}

.vp-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.vp-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vp-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vp-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.vp-flip-horizontal,
#header .topper .search .icon {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.vp-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.vp-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.vp-stack-1x,
.vp-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.vp-stack-1x {
    line-height: inherit
}

.vp-stack-2x {
    font-size: 2em
}

.vp-inverse {
    color: #fff
}

.vp-glass:before {
    content: ""
}

.vp-music:before {
    content: ""
}

.vp-search:before {
    content: ""
}

.vp-envelope-o:before {
    content: ""
}

.vp-heart:before {
    content: ""
}

.vp-star:before {
    content: ""
}

.vp-star-o:before {
    content: ""
}

.vp-user:before {
    content: ""
}

.vp-film:before {
    content: ""
}

.vp-th-large:before {
    content: ""
}

.vp-th:before {
    content: ""
}

.vp-th-list:before {
    content: ""
}

.vp-check:before {
    content: ""
}

.vp-times:before {
    content: ""
}

.vp-search-plus:before {
    content: ""
}

.vp-search-minus:before {
    content: ""
}

.vp-power-off:before {
    content: ""
}

.vp-signal:before {
    content: ""
}

.vp-gear:before,
.vp-cog:before {
    content: ""
}

.vp-trash-o:before {
    content: ""
}

.vp-home:before {
    content: ""
}

.vp-file-o:before {
    content: ""
}

.vp-clock-o:before {
    content: ""
}

.vp-road:before {
    content: ""
}

.vp-download:before {
    content: ""
}

.vp-arrow-circle-o-down:before {
    content: ""
}

.vp-arrow-circle-o-up:before {
    content: ""
}

.vp-inbox:before {
    content: ""
}

.vp-play-circle-o:before {
    content: ""
}

.vp-rotate-right:before,
.vp-repeat:before {
    content: ""
}

.vp-refresh:before {
    content: ""
}

.vp-list-alt:before {
    content: ""
}

.vp-lock:before {
    content: ""
}

.vp-flag:before {
    content: ""
}

.vp-headphones:before {
    content: ""
}

.vp-volume-off:before {
    content: ""
}

.vp-volume-down:before {
    content: ""
}

.vp-volume-up:before {
    content: ""
}

.vp-qrcode:before {
    content: ""
}

.vp-barcode:before {
    content: ""
}

.vp-tag:before {
    content: ""
}

.vp-tags:before {
    content: ""
}

.vp-book:before {
    content: ""
}

.vp-bookmark:before {
    content: ""
}

.vp-print:before {
    content: ""
}

.vp-camera:before {
    content: ""
}

.vp-font:before {
    content: ""
}

.vp-bold:before {
    content: ""
}

.vp-italic:before {
    content: ""
}

.vp-text-height:before {
    content: ""
}

.vp-text-width:before {
    content: ""
}

.vp-align-left:before {
    content: ""
}

.vp-align-center:before {
    content: ""
}

.vp-align-right:before {
    content: ""
}

.vp-align-justify:before {
    content: ""
}

.vp-list:before {
    content: ""
}

.vp-dedent:before,
.vp-outdent:before {
    content: ""
}

.vp-indent:before {
    content: ""
}

.vp-video-camera:before {
    content: ""
}

.vp-picture-o:before {
    content: ""
}

.vp-pencil:before {
    content: ""
}

.vp-map-marker:before {
    content: ""
}

.vp-adjust:before {
    content: ""
}

.vp-tint:before {
    content: ""
}

.vp-edit:before,
.vp-pencil-square-o:before {
    content: ""
}

.vp-share-square-o:before {
    content: ""
}

.vp-check-square-o:before {
    content: ""
}

.vp-arrows:before {
    content: ""
}

.vp-step-backward:before {
    content: ""
}

.vp-fast-backward:before {
    content: ""
}

.vp-backward:before {
    content: ""
}

.vp-play:before {
    content: ""
}

.vp-pause:before {
    content: ""
}

.vp-stop:before {
    content: ""
}

.vp-forward:before {
    content: ""
}

.vp-fast-forward:before {
    content: ""
}

.vp-step-forward:before {
    content: ""
}

.vp-eject:before {
    content: ""
}

.vp-chevron-left:before {
    content: ""
}

.vp-chevron-right:before {
    content: ""
}

.vp-plus-circle:before {
    content: ""
}

.vp-minus-circle:before {
    content: ""
}

.vp-times-circle:before {
    content: ""
}

.vp-check-circle:before {
    content: ""
}

.vp-question-circle:before {
    content: ""
}

.vp-info-circle:before {
    content: ""
}

.vp-crosshairs:before {
    content: ""
}

.vp-times-circle-o:before {
    content: ""
}

.vp-check-circle-o:before {
    content: ""
}

.vp-ban:before {
    content: ""
}

.vp-arrow-left:before {
    content: ""
}

.vp-arrow-right:before {
    content: ""
}

.vp-arrow-up:before {
    content: ""
}

.vp-arrow-down:before {
    content: ""
}

.vp-mail-forward:before,
.vp-share:before {
    content: ""
}

.vp-expand:before {
    content: ""
}

.vp-compress:before {
    content: ""
}

.vp-plus:before {
    content: ""
}

.vp-minus:before {
    content: ""
}

.vp-asterisk:before {
    content: ""
}

.vp-exclamation-circle:before {
    content: ""
}

.vp-gift:before {
    content: ""
}

.vp-leaf:before {
    content: ""
}

.vp-fire:before {
    content: ""
}

.vp-eye:before {
    content: ""
}

.vp-eye-slash:before {
    content: ""
}

.vp-warning:before,
.vp-exclamation-triangle:before {
    content: ""
}

.vp-plane:before {
    content: ""
}

.vp-calendar:before {
    content: ""
}

.vp-random:before {
    content: ""
}

.vp-comment:before {
    content: ""
}

.vp-magnet:before {
    content: ""
}

.vp-chevron-up:before {
    content: ""
}

.vp-chevron-down:before {
    content: ""
}

.vp-retweet:before {
    content: ""
}

.vp-shopping-cart:before {
    content: ""
}

.vp-folder:before {
    content: ""
}

.vp-folder-open:before {
    content: ""
}

.vp-arrows-v:before {
    content: ""
}

.vp-arrows-h:before {
    content: ""
}

.vp-bar-chart-o:before {
    content: ""
}

.vp-twitter-square:before {
    content: ""
}

.vp-facebook-square:before {
    content: ""
}

.vp-camera-retro:before {
    content: ""
}

.vp-key:before {
    content: ""
}

.vp-gears:before,
.vp-cogs:before {
    content: ""
}

.vp-comments:before {
    content: ""
}

.vp-thumbs-o-up:before {
    content: ""
}

.vp-thumbs-o-down:before {
    content: ""
}

.vp-star-half:before {
    content: ""
}

.vp-heart-o:before {
    content: ""
}

.vp-sign-out:before {
    content: ""
}

.vp-linkedin-square:before {
    content: ""
}

.vp-thumb-tack:before {
    content: ""
}

.vp-external-link:before {
    content: ""
}

.vp-sign-in:before {
    content: ""
}

.vp-trophy:before {
    content: ""
}

.vp-github-square:before {
    content: ""
}

.vp-upload:before {
    content: ""
}

.vp-lemon-o:before {
    content: ""
}

.vp-phone:before {
    content: ""
}

.vp-square-o:before {
    content: ""
}

.vp-bookmark-o:before {
    content: ""
}

.vp-phone-square:before {
    content: ""
}

.vp-twitter:before {
    content: ""
}

.vp-facebook:before {
    content: ""
}

.vp-github:before {
    content: ""
}

.vp-unlock:before {
    content: ""
}

.vp-credit-card:before {
    content: ""
}

.vp-rss:before {
    content: ""
}

.vp-hdd-o:before {
    content: ""
}

.vp-bullhorn:before {
    content: ""
}

.vp-bell:before {
    content: ""
}

.vp-certificate:before {
    content: ""
}

.vp-hand-o-right:before {
    content: ""
}

.vp-hand-o-left:before {
    content: ""
}

.vp-hand-o-up:before {
    content: ""
}

.vp-hand-o-down:before {
    content: ""
}

.vp-arrow-circle-left:before {
    content: ""
}

.vp-arrow-circle-right:before {
    content: ""
}

.vp-arrow-circle-up:before {
    content: ""
}

.vp-arrow-circle-down:before {
    content: ""
}

.vp-globe:before {
    content: ""
}

.vp-wrench:before {
    content: ""
}

.vp-tasks:before {
    content: ""
}

.vp-filter:before {
    content: ""
}

.vp-briefcase:before {
    content: ""
}

.vp-arrows-alt:before {
    content: ""
}

.vp-group:before,
.vp-users:before {
    content: ""
}

.vp-chain:before,
.vp-link:before {
    content: ""
}

.vp-cloud:before {
    content: ""
}

.vp-flask:before {
    content: ""
}

.vp-cut:before,
.vp-scissors:before {
    content: ""
}

.vp-copy:before,
.vp-files-o:before {
    content: ""
}

.vp-paperclip:before {
    content: ""
}

.vp-save:before,
.vp-floppy-o:before {
    content: ""
}

.vp-square:before {
    content: ""
}

.vp-bars:before {
    content: ""
}

.vp-list-ul:before {
    content: ""
}

.vp-list-ol:before {
    content: ""
}

.vp-strikethrough:before {
    content: ""
}

.vp-underline:before {
    content: ""
}

.vp-table:before {
    content: ""
}

.vp-magic:before {
    content: ""
}

.vp-truck:before {
    content: ""
}

.vp-pinterest:before {
    content: ""
}

.vp-pinterest-square:before {
    content: ""
}

.vp-google-plus-square:before {
    content: ""
}

.vp-google-plus:before {
    content: ""
}

.vp-money:before {
    content: ""
}

.vp-caret-down:before {
    content: ""
}

.vp-caret-up:before {
    content: ""
}

.vp-caret-left:before {
    content: ""
}

.vp-caret-right:before {
    content: ""
}

.vp-columns:before {
    content: ""
}

.vp-unsorted:before,
.vp-sort:before {
    content: ""
}

.vp-sort-down:before,
.vp-sort-asc:before {
    content: ""
}

.vp-sort-up:before,
.vp-sort-desc:before {
    content: ""
}

.vp-envelope:before {
    content: ""
}

.vp-linkedin:before {
    content: ""
}

.vp-rotate-left:before,
.vp-undo:before {
    content: ""
}

.vp-legal:before,
.vp-gavel:before {
    content: ""
}

.vp-dashboard:before,
.vp-tachometer:before {
    content: ""
}

.vp-comment-o:before {
    content: ""
}

.vp-comments-o:before {
    content: ""
}

.vp-flash:before,
.vp-bolt:before {
    content: ""
}

.vp-sitemap:before {
    content: ""
}

.vp-umbrella:before {
    content: ""
}

.vp-paste:before,
.vp-clipboard:before {
    content: ""
}

.vp-lightbulb-o:before {
    content: ""
}

.vp-exchange:before {
    content: ""
}

.vp-cloud-download:before {
    content: ""
}

.vp-cloud-upload:before {
    content: ""
}

.vp-user-md:before {
    content: ""
}

.vp-stethoscope:before {
    content: ""
}

.vp-suitcase:before {
    content: ""
}

.vp-bell-o:before {
    content: ""
}

.vp-coffee:before {
    content: ""
}

.vp-cutlery:before {
    content: ""
}

.vp-file-text-o:before {
    content: ""
}

.vp-building-o:before {
    content: ""
}

.vp-hospital-o:before {
    content: ""
}

.vp-ambulance:before {
    content: ""
}

.vp-medkit:before {
    content: ""
}

.vp-fighter-jet:before {
    content: ""
}

.vp-beer:before {
    content: ""
}

.vp-h-square:before {
    content: ""
}

.vp-plus-square:before {
    content: ""
}

.vp-angle-double-left:before {
    content: ""
}

.vp-angle-double-right:before {
    content: ""
}

.vp-angle-double-up:before {
    content: ""
}

.vp-angle-double-down:before {
    content: ""
}

.vp-angle-left:before {
    content: ""
}

.vp-angle-right:before {
    content: ""
}

.vp-angle-up:before {
    content: ""
}

.vp-angle-down:before {
    content: ""
}

.vp-desktop:before {
    content: ""
}

.vp-laptop:before {
    content: ""
}

.vp-tablet:before {
    content: ""
}

.vp-mobile-phone:before,
.vp-mobile:before {
    content: ""
}

.vp-circle-o:before {
    content: ""
}

.vp-quote-left:before {
    content: ""
}

.vp-quote-right:before {
    content: ""
}

.vp-spinner:before {
    content: ""
}

.vp-circle:before {
    content: ""
}

.vp-mail-reply:before,
.vp-reply:before {
    content: ""
}

.vp-github-alt:before {
    content: ""
}

.vp-folder-o:before {
    content: ""
}

.vp-folder-open-o:before {
    content: ""
}

.vp-smile-o:before {
    content: ""
}

.vp-frown-o:before {
    content: ""
}

.vp-meh-o:before {
    content: ""
}

.vp-gamepad:before {
    content: ""
}

.vp-keyboard-o:before {
    content: ""
}

.vp-flag-o:before {
    content: ""
}

.vp-flag-checkered:before {
    content: ""
}

.vp-terminal:before {
    content: ""
}

.vp-code:before {
    content: ""
}

.vp-reply-all:before {
    content: ""
}

.vp-mail-reply-all:before {
    content: ""
}

.vp-star-half-empty:before,
.vp-star-half-full:before,
.vp-star-half-o:before {
    content: ""
}

.vp-location-arrow:before {
    content: ""
}

.vp-crop:before {
    content: ""
}

.vp-code-fork:before {
    content: ""
}

.vp-unlink:before,
.vp-chain-broken:before {
    content: ""
}

.vp-question:before {
    content: ""
}

.vp-info:before {
    content: ""
}

.vp-exclamation:before {
    content: ""
}

.vp-superscript:before {
    content: ""
}

.vp-subscript:before {
    content: ""
}

.vp-eraser:before {
    content: ""
}

.vp-puzzle-piece:before {
    content: ""
}

.vp-microphone:before {
    content: ""
}

.vp-microphone-slash:before {
    content: ""
}

.vp-shield:before {
    content: ""
}

.vp-calendar-o:before {
    content: ""
}

.vp-fire-extinguisher:before {
    content: ""
}

.vp-rocket:before {
    content: ""
}

.vp-maxcdn:before {
    content: ""
}

.vp-chevron-circle-left:before {
    content: ""
}

.vp-chevron-circle-right:before {
    content: ""
}

.vp-chevron-circle-up:before {
    content: ""
}

.vp-chevron-circle-down:before {
    content: ""
}

.vp-html5:before {
    content: ""
}

.vp-css3:before {
    content: ""
}

.vp-anchor:before {
    content: ""
}

.vp-unlock-alt:before {
    content: ""
}

.vp-bullseye:before {
    content: ""
}

.vp-ellipsis-h:before {
    content: ""
}

.vp-ellipsis-v:before {
    content: ""
}

.vp-rss-square:before {
    content: ""
}

.vp-play-circle:before {
    content: ""
}

.vp-ticket:before {
    content: ""
}

.vp-minus-square:before {
    content: ""
}

.vp-minus-square-o:before {
    content: ""
}

.vp-level-up:before {
    content: ""
}

.vp-level-down:before {
    content: ""
}

.vp-check-square:before {
    content: ""
}

.vp-pencil-square:before {
    content: ""
}

.vp-external-link-square:before {
    content: ""
}

.vp-share-square:before {
    content: ""
}

.vp-compass:before {
    content: ""
}

.vp-toggle-down:before,
.vp-caret-square-o-down:before {
    content: ""
}

.vp-toggle-up:before,
.vp-caret-square-o-up:before {
    content: ""
}

.vp-toggle-right:before,
.vp-caret-square-o-right:before {
    content: ""
}

.vp-euro:before,
.vp-eur:before {
    content: ""
}

.vp-gbp:before {
    content: ""
}

.vp-dollar:before,
.vp-usd:before {
    content: ""
}

.vp-rupee:before,
.vp-inr:before {
    content: ""
}

.vp-cny:before,
.vp-rmb:before,
.vp-yen:before,
.vp-jpy:before {
    content: ""
}

.vp-ruble:before,
.vp-rouble:before,
.vp-rub:before {
    content: ""
}

.vp-won:before,
.vp-krw:before {
    content: ""
}

.vp-bitcoin:before,
.vp-btc:before {
    content: ""
}

.vp-file:before {
    content: ""
}

.vp-file-text:before {
    content: ""
}

.vp-sort-alpha-asc:before {
    content: ""
}

.vp-sort-alpha-desc:before {
    content: ""
}

.vp-sort-amount-asc:before {
    content: ""
}

.vp-sort-amount-desc:before {
    content: ""
}

.vp-sort-numeric-asc:before {
    content: ""
}

.vp-sort-numeric-desc:before {
    content: ""
}

.vp-thumbs-up:before {
    content: ""
}

.vp-thumbs-down:before {
    content: ""
}

.vp-youtube-square:before {
    content: ""
}

.vp-youtube:before {
    content: ""
}

.vp-xing:before {
    content: ""
}

.vp-xing-square:before {
    content: ""
}

.vp-youtube-play:before {
    content: ""
}

.vp-dropbox:before {
    content: ""
}

.vp-stack-overflow:before {
    content: ""
}

.vp-instagram:before {
    content: ""
}

.vp-flickr:before {
    content: ""
}

.vp-adn:before {
    content: ""
}

.vp-bitbucket:before {
    content: ""
}

.vp-bitbucket-square:before {
    content: ""
}

.vp-tumblr:before {
    content: ""
}

.vp-tumblr-square:before {
    content: ""
}

.vp-long-arrow-down:before {
    content: ""
}

.vp-long-arrow-up:before {
    content: ""
}

.vp-long-arrow-left:before {
    content: ""
}

.vp-long-arrow-right:before {
    content: ""
}

.vp-apple:before {
    content: ""
}

.vp-windows:before {
    content: ""
}

.vp-android:before {
    content: ""
}

.vp-linux:before {
    content: ""
}

.vp-dribbble:before {
    content: ""
}

.vp-skype:before {
    content: ""
}

.vp-foursquare:before {
    content: ""
}

.vp-trello:before {
    content: ""
}

.vp-female:before {
    content: ""
}

.vp-male:before {
    content: ""
}

.vp-gittip:before {
    content: ""
}

.vp-sun-o:before {
    content: ""
}

.vp-moon-o:before {
    content: ""
}

.vp-archive:before {
    content: ""
}

.vp-bug:before {
    content: ""
}

.vp-vk:before {
    content: ""
}

.vp-weibo:before {
    content: ""
}

.vp-renren:before {
    content: ""
}

.vp-pagelines:before {
    content: ""
}

.vp-stack-exchange:before {
    content: ""
}

.vp-arrow-circle-o-right:before {
    content: ""
}

.vp-arrow-circle-o-left:before {
    content: ""
}

.vp-toggle-left:before,
.vp-caret-square-o-left:before {
    content: ""
}

.vp-dot-circle-o:before {
    content: ""
}

.vp-wheelchair:before {
    content: ""
}

.vp-vimeo-square:before {
    content: ""
}

.vp-turkish-lira:before,
.vp-try:before {
    content: ""
}

.vp-plus-square-o:before {
    content: ""
}

@font-face {
    font-family: 'PlayerProOutline-Bold';
    src: url("../css/fonts/vulcan/2A93AB_0_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_0_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_0_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_0_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProOutline';
    src: url("../css/fonts/vulcan/2A93AB_1_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_1_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_1_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_1_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProCondensed';
    src: url("../css/fonts/vulcan/2A93AB_2_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_2_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_2_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_2_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProCondensedBlack';
    src: url("../css/fonts/vulcan/2A93AB_3_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_3_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_3_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_3_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProCondensed-Bold';
    src: url("../css/fonts/vulcan/2A93AB_4_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_4_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_4_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_4_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProWideBlack';
    src: url("../css/fonts/vulcan/2A93AB_5_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_5_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_5_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_5_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProWide';
    src: url("../css/fonts/vulcan/2A93AB_6_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_6_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_6_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_6_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProWide-Bold';
    src: url("../css/fonts/vulcan/2A93AB_7_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_7_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_7_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_7_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerProBlack';
    src: url("../css/fonts/vulcan/2A93AB_8_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_8_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_8_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_8_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerPro';
    src: url("../css/fonts/vulcan/2A93AB_9_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_9_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_9_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_9_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PlayerPro-Bold';
    src: url("../css/fonts/vulcan/2A93AB_A_0.eot");
    src: url("../css/fonts/vulcan/2A93AB_A_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/2A93AB_A_0.woff") format("woff"), url("../css/fonts/vulcan/2A93AB_A_0.ttf") format("truetype")
}

@font-face {
    font-family: "Trade Gothic W01 Cn 18";
    src: url("../css/fonts/vulcan/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
    src: url("../css/fonts/vulcan/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"), url("../css/fonts/vulcan/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("../css/fonts/vulcan/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("../css/fonts/vulcan/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg")
}

@font-face {
    font-family: "Trade Gothic W01 Bold";
    src: url("../css/fonts/vulcan/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
    src: url("../css/fonts/vulcan/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"), url("../css/fonts/vulcan/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"), url("../css/fonts/vulcan/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"), url("../css/fonts/vulcan/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg")
}

@font-face {
    font-family: "TradeGothicW01-BoldCn20 675334";
    src: url("../css/fonts/vulcan/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
    src: url("../css/fonts/vulcan/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"), url("../css/fonts/vulcan/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("../css/fonts/vulcan/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("../css/fonts/vulcan/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg")
}

@font-face {
    font-family: "Trade Gothic W01 Roman";
    src: url("../css/fonts/vulcan/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
    src: url("../css/fonts/vulcan/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"), url("../css/fonts/vulcan/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"), url("../css/fonts/vulcan/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"), url("../css/fonts/vulcan/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg")
}

@font-face {
    font-family: "TradeGothicW01-Cn18Obl";
    src: url("../css/fonts/vulcan/d8bd40fc-2c9a-4086-8784-aa10c7143886.eot?#iefix");
    src: url("../css/fonts/vulcan/d8bd40fc-2c9a-4086-8784-aa10c7143886.eot?#iefix") format("eot"), url("../css/fonts/vulcan/9131f395-46ef-4940-8480-8ff008c42e59.woff") format("woff"), url("../css/fonts/vulcan/d399cbfa-b9be-47ac-983c-3600c2684bb2.ttf") format("truetype"), url("../css/fonts/vulcan/18bf7dff-7b52-4a2c-8fcc-c7eac8f02636.svg#18bf7dff-7b52-4a2c-8fcc-c7eac8f02636") format("svg")
}

@font-face {
    font-family: "Trade Gothic W01 Obl";
    src: url("../css/fonts/vulcan/59fa12c0-25c9-4c0c-bd1e-32204311d86d.eot?#iefix");
    src: url("../css/fonts/vulcan/59fa12c0-25c9-4c0c-bd1e-32204311d86d.eot?#iefix") format("eot"), url("../css/fonts/vulcan/1c164451-034c-41f5-9542-390709016510.woff") format("woff"), url("../css/fonts/vulcan/7062b4ff-265a-4366-b34f-443ec5cc2dad.ttf") format("truetype"), url("../css/fonts/vulcan/09f52831-e1cf-48be-9c1e-2d1577e420b7.svg#09f52831-e1cf-48be-9c1e-2d1577e420b7") format("svg")
}

@font-face {
    font-family: 'signatureregular';
    src: url("../css/fonts/vulcan/signature-sig.eot");
    src: url("../css/fonts/vulcan/signature-sig.eot?#iefix") format("embedded-opentype"), url("../css/fonts/vulcan/signature-sig.woff") format("woff"), url("../css/fonts/vulcan/signature-sig.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.frontload {
    border: 0px !important;
    box-shadow: none !important;
    clip: auto !important;
    height: 0px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 0px !important
}

#header #logo a,
#footer .footer-nav .logo a {
    clip: auto;
    overflow: hidden;
    position: relative;
    text-indent: 110%;
    white-space: nowrap
}

.gallery:before,
.sponshorship-module.event-meta dl:before,
#main:before,
.content-module:before {
    content: '';
    display: table
}

.gallery:after,
.sponshorship-module.event-meta dl:after,
#main:after,
.content-module:after {
    clear: both;
    content: '';
    display: table
}

.button,
.share-module li a,
.post-navigation a,
button {
    padding: 2px 10px;
    padding: .125rem .625rem;
    background: #EFEFEF;
    display: inline-block;
    text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #212121;
    font-style: normal;
    text-transform: false
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #212121;
    font-style: normal;
    text-transform: false
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #212121;
    font-style: normal;
    text-transform: false
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #212121;
    font-style: normal;
    text-transform: false
}

.alignleft {
    text-align: left
}

img.alignleft {
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}

.alignright {
    text-align: right
}

img.alignright {
    display: block;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px
}

.aligncenter {
    text-align: center
}

img.aligncenter {
    display: block;
    margin: auto;
    margin-bottom: 30px
}

.gallery {
    margin-left: 0%
}

.gallery>* {
    display: block;
    float: left;
    margin-left: 0%
}

.gallery.gallery-columns-1>* {
    width: 100%
}

.gallery.gallery-columns-1 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-2>* {
    width: 50%
}

.gallery.gallery-columns-2 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-3>* {
    width: 33.33333%
}

.gallery.gallery-columns-3 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-4>* {
    width: 25%
}

.gallery.gallery-columns-4 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-5>* {
    width: 20%
}

.gallery.gallery-columns-5 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-6>* {
    width: 16.66667%
}

.gallery.gallery-columns-6 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-7>* {
    width: 14.28571%
}

.gallery.gallery-columns-7 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-8>* {
    width: 12.5%
}

.gallery.gallery-columns-8 img {
    display: block;
    height: auto;
    width: 100%
}

.gallery.gallery-columns-9>* {
    width: 11.11111%
}

.gallery.gallery-columns-9 img {
    display: block;
    height: auto;
    width: 100%
}

.flexible-accordion-list dt:target+dd {
    display: block
}

.flexible-accordion-list dd {
    display: none
}

.flexible-accordion-list dd.target {
    display: block
}

@-webkit-keyframes system-notification-swap {
    0% {
        -webkit-transform: translateY(100%)
    }
    10% {
        -webkit-transform: translateY(0px)
    }
    90% {
        -webkit-transform: translateY(0px)
    }
    100% {
        -webkit-transform: translateY(100%)
    }
}

@-moz-keyframes system-notification-swap {
    0% {
        -moz-transform: translateY(100%)
    }
    10% {
        -moz-transform: translateY(0px)
    }
    90% {
        -moz-transform: translateY(0px)
    }
    100% {
        -moz-transform: translateY(100%)
    }
}

@-ms-keyframes system-notification-swap {
    0% {
        -ms-transform: translateY(100%)
    }
    10% {
        -ms-transform: translateY(0px)
    }
    90% {
        -ms-transform: translateY(0px)
    }
    100% {
        -ms-transform: translateY(100%)
    }
}

@keyframes system-notification-swap {
    0% {
        transform: translateY(100%)
    }
    10% {
        transform: translateY(0px)
    }
    90% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(100%)
    }
}

.system-notification {
    font-size: 14px;
    font-size: .875rem;
    -webkit-animation: system-notification-swap .5s ease .5s 1 normal normal;
    -moz-animation: system-notification-swap .5s ease .5s 1 normal normal;
    -ms-animation: system-notification-swap .5s ease .5s 1 normal normal;
    animation: system-notification-swap .5s ease .5s 1 normal normal;
    background: #FFFCDB;
    border-top: 1px solid #CFCA99;
    bottom: 0;
    color: #666;
    color: rgba(0, 0, 0, 0.75);
    padding: 10px;
    position: fixed;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    z-index: 999
}

.system-notification:first-letter {
    font-size: 1.2em;
    vertical-align: bottom
}

@-webkit-viewport {
    user-zoom: fixed;
    width: device-width;
    zoom: 1.0
}

@-moz-viewport {
    user-zoom: fixed;
    width: device-width;
    zoom: 1.0
}

@-ms-viewport {
    user-zoom: fixed;
    width: device-width;
    zoom: 1.0
}

@viewport {
    user-zoom: fixed;
    width: device-width;
    zoom: 1.0
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
.featured-events figcaption h2,
h5,
.events h3,
.events-single h3,
.events-list h3,
.tribe-events-day h3,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    font-size: 100%
}

body {
    line-height: 1;
    -webkit-font-feature-settings: "kern" "liga";
    -moz-font-feature-settings: "kern" "liga";
    -ms-font-feature-settings: "kern" "liga";
    font-feature-settings: "kern" "liga";
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

a {
    color: #212121;
    text-decoration: none
}

a:focus {
    outline: thin dotted
}

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

ol,
ul {
    list-style: none
}

blockquote {
    quotes: none
}

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

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

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

b,
strong {
    font-family: "Trade Gothic W01 Bold";
    font-weight: normal
}

i,
em,
dfn {
    font-family: "Trade Gothic W01 Obl";
    font-style: normal
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAI0lEQVQYGWNgIBYoKir+R1YL4zMhC2Jj00EBI8wx2OwnSgwApaYEMEwbjlQAAAAASUVORK5CYII=") 0 0 repeat-x;
    border: none;
    height: 8px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

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

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

pre {
    white-space: pre-wrap
}

q,
q:lang(en) {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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
}

fieldset {
    border: 1px solid #c0c0c0;
    padding: .5em;
    margin-bottom: 22px;
    margin-bottom: 1.375rem
}

legend {
    margin-left: 1em;
    padding: 0px 1em
}

button,
.button,
.share-module li a,
.post-navigation a {
    background: #212121;
    border: none;
    box-shadow: none;
    color: #fef6e4;
    font-family: "Trade Gothic W01 Bold";
    font-weight: normal;
    padding: 1em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

button>span,
.button>span,
.share-module li a>span,
.post-navigation a>span {
    padding-left: 15px;
    padding-left: .9375rem
}

button>*,
.button>*,
.share-module li a>*,
.post-navigation a>* {
    color: inherit
}

button:hover,
.button:hover,
.share-module li a:hover,
.post-navigation a:hover {
    background: #8cbdca;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in
}

button.disabled,
.button.disabled,
.share-module li a.disabled,
.post-navigation a.disabled {
    cursor: default;
    background: #e1e1e1;
    color: #cdcdcd
}

button.disabled:hover,
.button.disabled:hover,
.share-module li a.disabled:hover,
.post-navigation a.disabled:hover {
    background: #d9d9d9;
    color: silver
}

button.tertiary,
.button.tertiary,
.share-module li a.tertiary,
.post-navigation a.tertiary {
    background: #8cbdca;
    color: #212121;
    -moz-transition: background .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, color .2s ease-out;
    -webkit-transition: background .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, color .2s ease-out
}

button.tertiary:hover,
.button.tertiary:hover,
.share-module li a.tertiary:hover,
.post-navigation a.tertiary:hover {
    background: #212121;
    color: #fef6e4;
    -moz-transition: background .2s ease-in, color .2s ease-in;
    -o-transition: background .2s ease-in, color .2s ease-in;
    -webkit-transition: background .2s ease-in, color .2s ease-in;
    transition: background .2s ease-in, color .2s ease-in
}

button.secondary,
.button.secondary,
.share-module li a.secondary,
.post-navigation a.secondary {
    background: transparent;
    border: 1px solid #f5ec48;
    color: #f5ec48;
    -moz-transition: border .2s ease-out, color .2s ease-out;
    -o-transition: border .2s ease-out, color .2s ease-out;
    -webkit-transition: border .2s ease-out, color .2s ease-out;
    transition: border .2s ease-out, color .2s ease-out
}

button.secondary:hover,
.button.secondary:hover,
.share-module li a.secondary:hover,
.post-navigation a.secondary:hover {
    background: transparent;
    border-color: #8cbdca;
    color: #8cbdca;
    -moz-transition: border .2s ease-in, color .2s ease-in;
    -o-transition: border .2s ease-in, color .2s ease-in;
    -webkit-transition: border .2s ease-in, color .2s ease-in;
    transition: border .2s ease-in, color .2s ease-in
}

button.icon,
.button.icon,
.share-module li a.icon,
.post-navigation a.icon {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0
}

button.icon>*,
.button.icon>*,
.share-module li a.icon>*,
.post-navigation a.icon>* {
    position: absolute;
    left: -999999999px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

input[type="text"],
select,
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
    background: #fff;
    border: none;
    border-left: 2px solid #fef6e4;
    box-sizing: border-box;
    color: #212121;
    font-family: "TradeGothicW01-Cn18Obl", "Helvatica", sans-serif;
    font-style: normal;
    height: 50px;
    height: 3.125rem;
    min-width: inherit;
    outline: none;
    padding: 5px 10px;
    padding: .3125rem .625rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

input[type="number"] {
    -webkit-appearance: textfield
}

select {
    cursor: pointer;
    padding-right: 40px;
    padding-right: 2.5rem;
    background: #fff url('/images/dropdown.png?1506522116') right center no-repeat
}

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

body {
    background: #e6e6e6;
    color: #212121;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Trade Gothic W01 Roman";
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

form,
table,
ul,
ol,
p {
    margin-bottom: 22px;
    margin-bottom: 1.375rem
}

ol,
ul,
blockquote {
    padding-left: 2em
}

ol {
    list-style-type: decimal
}

ul {
    list-style-type: circle
}

table {
    width: 100%
}

th {
    font-weight: 700
}

th,
td {
    text-align: left;
    vertical-align: top
}

h1,
h2,
h3,
h4,
.featured-events figcaption h2,
h5,
.events h3,
.events-single h3,
.events-list h3,
.tribe-events-day h3,
h6 {
    font-weight: normal;
    text-transform: uppercase
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

body>header h1 {
    margin: 0
}

nav ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.grid-item {
    background: rgba(0, 0, 255, 0.25);
    position: absolute;
    z-index: 201
}

.grid-item:nth-child(even) {
    background: rgba(0, 0, 255, 0.1)
}

.grid-item.vertical {
    height: 100%;
    top: 0;
    width: 1px
}

.grid-item.horizontal {
    height: 1px;
    left: 0;
    width: 100%
}

.admin-bar {
    margin-top: 28px
}

#apple-standalone-startup-image {
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

#apple-standalone-startup-image img {
    display: block;
    width: 100%
}

#skip-to-content {
    padding: 5px 20px;
    padding: .3125rem 1.25rem;
    background: #FFF;
    display: inline-block;
    left: 0;
    line-height: 1.5;
    position: absolute;
    top: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 100
}

#skip-to-content:focus,
#skip-to-content:active {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.msie-8 ~ #skip-to-content {
    top: -100%
}

.msie-8 ~ #skip-to-content:focus,
.msie-8 ~ #skip-to-content:active {
    top: 0
}

h1,
h2,
h3,
h4,
.featured-events figcaption h2,
h5,
.events h3,
.events-single h3,
.events-list h3,
.tribe-events-day h3,
h6 {
    font-family: "Trade Gothic W01 Bold"
}

h1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 22px;
    margin-bottom: 1.375rem
}

h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 22px;
    margin-bottom: 1.375rem
}

h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 22px;
    margin-bottom: 1.375rem
}

h4,
.featured-events figcaption h2,
h5,
.events h3,
.events-single h3,
.events-list h3,
.tribe-events-day h3,
h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

#header,
#header .header-container,
#main,
.content-module,
.events #main,
.events-single #main,
.events-list #main,
.tribe-events-day #main,
#footer .footer-nav .navigation {
    margin: 0 auto;
    max-width: 1272px
}

.link-module ul,
#main .content-wrap .callout-module .callout,
.content-module,
.article-meta {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 60em) {
    .link-module ul,
    #main .content-wrap .callout-module .callout,
    .content-module,
    .article-meta {
        padding: 0 20px;
        padding: 0 1.25rem
    }
}

ol.skate,
ul.skate,
ol.skate>li,
ul.skate>li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.skate {
    background: inherit;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.skate ~ nav {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.skate>* {
    height: 100%;
    overflow: auto;
    position: absolute;
    width: 100%
}

.skate>*>* {
    overflow: hidden
}

.skate>*>a {
    display: block
}

.skate nav {
    display: inline;
    height: 0;
    vertical-align: top;
    width: 100%
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .skate nav {
        display: block;
        margin-top: 20px
    }
}

.skate nav ul {
    display: inline-block;
    height: 0;
    vertical-align: top
}

.skate nav ul li {
    display: inline-block;
    height: 0;
    vertical-align: top
}

.skate ~ nav {
    display: inline;
    height: 0;
    vertical-align: top;
    width: 100%
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .skate ~ nav {
        display: block;
        margin-top: 10px
    }
}

.skate ~ nav ul,
.skate ~ nav ul li {
    display: inline-block;
    height: 0;
    vertical-align: top
}

@media (max-width: 38.125em) {
    .skate-next-prev {
        display: none !important
    }
}

.skate-next-prev a {
    background: rgba(254, 246, 228, 0.8);
    color: #212121;
    display: block;
    font-family: "Trade Gothic W01 Bold";
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 15px 20px;
    padding: .9375rem 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    text-decoration: none;
    bottom: 50%;
    z-index: 99;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.skate-next-prev a:hover {
    background: rgba(254, 246, 228, 0.95);
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in
}

.skate ~ nav .skate-next-prev a {
    margin-bottom: -0.25em;
    position: absolute;
    text-decoration: none;
    bottom: 50%;
    z-index: 99
}

.skate-prev {
    left: 0
}

.skate-next {
    right: 0
}

.skate-slide-navigation {
    bottom: 0;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .skate-slide-navigation {
        bottom: 20px;
        bottom: 1.25rem
    }
}

.skate-slide-navigation li {
    margin: 0 5px;
    margin: 0 .3125rem
}

.skate-slide-navigation a {
    background: rgba(140, 189, 202, 0.5);
    border: 2px solid #fef6e4;
    display: block;
    height: 15px;
    height: .9375rem;
    text-indent: -99999px;
    width: 15px;
    width: .9375rem;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: background .2s ease-out, border .2s ease-out;
    -o-transition: background .2s ease-out, border .2s ease-out;
    -webkit-transition: background .2s ease-out, border .2s ease-out;
    transition: background .2s ease-out, border .2s ease-out
}

.skate-slide-navigation a:hover,
.skate-slide-navigation a.skate-slide-current {
    background: #212121;
    border-color: #212121;
    -moz-transition: background .2s ease-in, border .2s ease-in;
    -o-transition: background .2s ease-in, border .2s ease-in;
    -webkit-transition: background .2s ease-in, border .2s ease-in;
    transition: background .2s ease-in, border .2s ease-in
}

.secondary-controls+nav .skate-slide-navigation a:hover,
.secondary-controls+nav .skate-slide-navigation a.skate-slide-current {
    background: #fef6e4;
    border-color: #fef6e4
}

.skate>.skate-target ~:last-child,
.skate>:target ~:last-child,
.skate>* {
    z-index: 1
}

.skate>:last-child,
.skate>.skate-target,
.skate>:target {
    z-index: 2
}

[data-skate=crossfade].skate.skate-css>* {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease
}

[data-skate=crossfade].skate.skate-css>.skate-target ~:last-child,
[data-skate=crossfade].skate.skate-css>:target ~:last-child,
[data-skate=crossfade].skate.skate-css>* {
    opacity: 0;
    z-index: 1
}

[data-skate=crossfade].skate.skate-css>:last-child {
    opacity: 1
}

[data-skate=crossfade].skate.skate-css>.skate-target,
[data-skate=crossfade].skate.skate-css>:target {
    opacity: 1;
    z-index: 2
}

[data-skate=slide].skate.skate-css>* {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-in 0s, visibility 0s ease 0.5s;
    -moz-transition: -moz-transform .5s ease-in 0s, visibility 0s ease .5s;
    transition: transform .5s ease-in 0s, visibility 0s ease .5s
}

[data-skate=slide].skate.skate-css>*.skate-target,
[data-skate=slide].skate.skate-css>*:last-child,
[data-skate=slide].skate.skate-css>*:target {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in, visibility 0s ease;
    -moz-transition: -webkit-transform .5s ease-in, visibility 0s ease;
    transition: -webkit-transform .5s ease-in, visibility 0s ease
}

[data-skate=slide].skate.skate-css>.skate-target ~ *,
[data-skate=slide].skate.skate-css>:target ~ * {
    left: -200%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in, visibility 0s ease 0.5s, left 0s ease 0.5s;
    -moz-transition: -moz-transform 0.5s ease-in, visibility 0s ease 0.5s, left 0s ease 0.5s;
    transition: transform 0.5s ease-in, visibility 0s ease 0.5s, left 0s ease 0.5s;
    visibility: hidden
}

[data-skate=slide].skate.skate-css>.skate-target ~ *:last-child,
[data-skate=slide].skate.skate-css>:target ~ *:last-child {
    left: -200%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in, visibility 0s ease 0.5s, left 0s ease 0.5s;
    -moz-transition: -moz-transform 0.5s ease-in, visibility 0s ease 0.5s, left 0s ease 0.5s;
    transition: transform 0.5s ease-in, visibility 0s ease 0.5s, left 0s ease 0.5s;
    visibility: hidden
}

[data-skate=cards].skate.skate-css>.skate-target ~:last-child,
[data-skate=cards].skate.skate-css>*,
[data-skate=cards].skate.skate-css>:target ~:last-child {
    -webkit-transform: translateY(120%) rotate(5deg);
    -moz-transform: translateY(120%) rotate(5deg);
    transform: translateY(120%) rotate(5deg);
    -webkit-transition: -webkit-transform .5s ease-in, z-index 0s ease .5s;
    -moz-transition: -moz-transform .5s ease-in, z-index 0s ease .5s;
    transition: transform .5s ease-in, z-index 0s ease .5s
}

[data-skate=cards].skate.skate-css>* {
    -webkit-transition: -webkit-transform .5s ease-in 0s, z-index 0s ease .5s;
    -moz-transition: -moz-transform .5s ease-in 0s, z-index 0s ease .5s;
    transition: transform .5s ease-in 0s, z-index 0s ease .5s
}

[data-skate=cards].skate.skate-css>*:nth-child(even) {
    -webkit-transform: translateY(120%) rotate(-5deg);
    -moz-transform: translateY(120%) rotate(-5deg);
    transform: translateY(120%) rotate(-5deg)
}

[data-skate=cards].skate.skate-css>.skate-target,
[data-skate=cards].skate.skate-css>:last-child,
[data-skate=cards].skate.skate-css>:target {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: z-index 0s ease .5s;
    -moz-transition: z-index 0s ease .5s;
    transition: z-index 0s ease .5s
}

[data-skate=crossfade].skate>.skate-inactive {
    display: none
}

.entry-content-asset {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}

.entry-content-asset.widescreen {
    padding-bottom: 56.34%
}

.entry-content-asset.vimeo {
    padding-top: 0
}

.entry-content-asset iframe,
.entry-content-asset object,
.entry-content-asset embed,
.entry-content-asset video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.shopify .primary>* {
    float: none !important
}

.shopify .gallery-module li {
    background: #ebebeb
}

.shopify .gallery-module li figure {
    text-align: center
}

.shopify .alert {
    background: #f5ec48;
    border: none;
    border-bottom: 2px solid #212121;
    border-radius: 0;
    color: #212121;
    display: block;
    float: none;
    font-family: "Trade Gothic W01 Bold";
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: .625rem
}

.shopify .shop-items-wrapper {
    display: table;
    table-layout: auto;
    width: 100%
}

.shopify .shop-items {
    margin-left: auto;
    margin-right: auto;
    display: table-row
}

.shopify .shop-items:before {
    content: '';
    display: table
}

.shopify .shop-items:after {
    clear: both;
    content: '';
    display: table
}

.shopify .shop-item {
    clear: none;
    width: 33.3333%;
    padding: 10px;
    padding: .625rem;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

@media (max-width: 60em) {
    .shopify .shop-item {
        clear: none;
        width: 50%
    }
}

@media (max-width: 38.125em) {
    .shopify .shop-item {
        clear: both;
        width: 100%
    }
}

@media (min-width: 38.125em) {
    .shopify .shop-item {
        margin-right: -5px;
        margin-right: -.3125rem;
        display: inline-block;
        vertical-align: top
    }
}

.shopify .shop-item .gallery-image {
    background: #ebebeb;
    text-align: center
}

.shopify .shop-item .gallery-info {
    background: #fef6e4;
    border-bottom: 2px solid #f5ec48;
    padding: 10px;
    padding: .625rem
}

.shopify .shop-item .gallery-info a {
    color: #212121;
    font-family: "TradeGothicW01-BoldCn20 675334";
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    text-decoration: none
}

.shopify .shop-item .gallery-info em {
    display: block;
    font-family: "TradeGothicW01-Cn18Obl"
}

.shopify .widget-cart h3 {
    background: #f5ec48;
    border-bottom: 2px solid #212121;
    font-family: "PlayerProCondensed";
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 20px;
    padding: 1.25rem;
    text-align: center
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .shopify .widget-cart h3 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .shopify .widget-cart h3 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.shopify .widget-cart dl {
    background: #f8f1c8;
    border-bottom: 1px solid #f5ec48;
    display: table;
    table-layout: auto;
    width: 100%
}

.shopify .widget-cart dt {
    display: table-cell;
    padding: 10px;
    padding: .625rem;
    vertical-align: top;
    width: 70%
}

.shopify .widget-cart dt a,
.shopify .widget-cart dt em {
    display: block
}

.shopify .widget-cart dt em {
    font-size: 14px;
    font-size: .875rem
}

.shopify .widget-cart dd {
    background: #f5ebb1;
    display: table-cell;
    text-align: center;
    padding: 10px;
    padding: .625rem;
    vertical-align: middle;
    width: 30%
}

.shopify .widget-cart dd a {
    color: #212121;
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 5px;
    padding: .3125rem
}

.shopify .widget-cart .subtotal {
    background: #f5ec48;
    padding: 10px;
    padding: .625rem
}

.shopify .widget-cart .subtotal p {
    margin: 0
}

.shopify .widget-cart .button,
.shopify .widget-cart .share-module li a,
.share-module li .shopify .widget-cart a,
.shopify .widget-cart .post-navigation a,
.post-navigation .shopify .widget-cart a {
    display: block;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.shopify #main>.primary.cart {
    float: none;
    width: 100%
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .shopify .cart {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

@media (max-width: 38.125em) {
    .shopify .cart .cart-items {
        padding: 20px;
        padding: 1.25rem
    }
}

.shopify .cart .labels,
.shopify .cart .basket {
    display: table;
    table-layout: auto;
    width: 100%
}

@media (max-width: 38.125em) {
    .shopify .cart .labels {
        display: none
    }
}

.shopify .cart .labels>* {
    background: #fef6e4;
    border-bottom: 2px solid #f5ec48;
    font-family: "TradeGothicW01-BoldCn20 675334";
    text-align: center;
    padding: 20px 10px;
    padding: 1.25rem .625rem
}

.shopify .cart .basket {
    border-bottom: 2px solid #d9d9d9
}

@media (max-width: 38.125em) {
    .shopify .cart .basket {
        background: #ebebeb;
        padding: 0 10px;
        padding: 0 .625rem
    }
}

.shopify .cart .product {
    display: block;
    padding: 10px 10px 0;
    padding: .625rem .625rem 0
}

@media (min-width: 38.125em) {
    .shopify .cart .product {
        display: table-cell;
        vertical-align: top;
        width: 60%;
        padding: 20px 10px;
        padding: 1.25rem .625rem
    }
}

.shopify .cart .product .thumbnail {
    display: none
}

@media (min-width: 38.125em) {
    .shopify .cart .product .thumbnail {
        display: table-cell;
        vertical-align: top;
        width: 25%
    }
}

@media (min-width: 38.125em) {
    .shopify .cart .product .details {
        padding: 10px;
        padding: .625rem;
        display: table-cell;
        vertical-align: top;
        width: 75%
    }
}

.shopify .cart .product .details a {
    font-family: "Trade Gothic W01 Bold";
    text-transform: uppercase
}

.shopify .cart .quantity {
    display: inline-block;
    padding: 20px 10px;
    padding: 1.25rem .625rem;
    vertical-align: top;
    width: 50%
}

@media (min-width: 38.125em) {
    .shopify .cart .quantity {
        display: table-cell;
        width: 20%
    }
}

.shopify .cart .total {
    display: inline-block;
    padding: 20px 10px;
    padding: 1.25rem .625rem;
    text-align: center;
    vertical-align: top;
    width: 50%
}

@media (min-width: 38.125em) {
    .shopify .cart .total {
        display: table-cell;
        width: 20%
    }
}

.shopify .cart .total a {
    color: #ec423d;
    display: block;
    padding: 5px;
    padding: .3125rem
}

.shopify .cart .total a:hover {
    color: #e01c16
}

.shopify .cart .subtotal {
    font-family: "Trade Gothic W01 Bold";
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 20px;
    padding: 1.25rem
}

@media (min-width: 38.125em) {
    .shopify .cart .subtotal {
        text-align: right;
        padding: 20px 10px;
        padding: 1.25rem .625rem
    }
}

.shopify .cart .cart-footer {
    text-align: right
}

@media (max-width: 38.125em) {
    .shopify .cart .cart-footer {
        text-align: left;
        padding: 0px 20px;
        padding: 0rem 1.25rem
    }
}

.shopify .cart .cart-footer button,
.shopify .cart .cart-footer strong {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

@media (max-width: 38.125em) {
    .shopify .cart .cart-footer button,
    .shopify .cart .cart-footer strong {
        display: block;
        width: 100%
    }
}

.shopify .cart .cart-footer strong {
    display: block
}

.accordion-module dt a {
    background: #fef6e4;
    border-bottom: 2px solid #fad582;
    display: block;
    font-family: "Trade Gothic W01 Bold";
    padding: 10px 60px 10px 10px;
    padding: .625rem 3.75rem .625rem .625rem;
    text-decoration: none;
    position: relative
}

.accordion-module dt a:not(.button) {
    text-decoration: none
}

.accordion-module dt a:hover:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.accordion-module dt a:after {
    content: "";
    color: #fad582;
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    right: 1.25rem;
    top: 10px;
    top: .625rem;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.accordion-module dt a.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.accordion-module dd {
    background: #ebebeb;
    padding: 20px 10px 10px;
    padding: 1.25rem .625rem .625rem
}

.ad-module {
    position: relative
}

.ad-module .skate-slide-navigation {
    bottom: 30px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ad-module .skate-slide-navigation {
        bottom: 60px
    }
}

.msie-9 ~ .ad-module .skate-slide-navigation,
.msie-8 ~ .ad-module .skate-slide-navigation {
    bottom: 60px
}

.ad-module ul {
    margin-bottom: 0
}

.ad-module .skate>li {
    margin: 0;
    padding: 0
}

.ad-module .holster {
    background-size: cover;
    background-position: center center
}

.ad-module .skate-next-prev {
    display: none
}

@media (min-width: 38.125em) {
    .ad-module .skate-next-prev {
        display: block
    }
}

.home .ad-module .skate-next-prev {
    display: none
}

.ad-module .excerpt {
    display: table;
    padding: 22.5% 0;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .ad-module .excerpt {
        padding: 25% 0
    }
}

.ad-module .excerpt.mask {
    background: rgba(33, 33, 33, 0.3)
}

.ad-module .excerpt:after {
    border-image: url("/images/border.png") 32 32 round;
    -webkit-border-image: url("/images/border.png") 32 32 round;
    -o-border-image: url("/images/border.png") 32 32 round;
    -moz-border-image: url("/images/border.png") 32 32 round;
    border-image-width: 25px;
    border-width: 25px;
    content: "";
    display: block;
    position: absolute;
    top: .5em;
    right: 1em;
    bottom: 1em;
    left: 1em;
    z-index: 1
}

@media (min-width: 79.5625em) {
    .ad-module .excerpt:after {
        top: 1.5em;
        right: 2em;
        bottom: 2em;
        left: 2em
    }
}

@media (max-width: 38.125em) {
    .ad-module .excerpt:after {
        border-image-width: 20px;
        border-width: 20px;
        top: .25em;
        right: .5em;
        bottom: .5em;
        left: .5em
    }
}

.ad-module .excerpt .inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 2
}

@media (max-width: 60em) {
    .ad-module .excerpt .inner>span {
        font-size: 16px;
        font-size: 1rem
    }
}

.ad-module .excerpt span,
.ad-module .excerpt strong {
    display: block;
    color: #fef6e4;
    font-family: "Trade Gothic W01 Bold";
    text-transform: uppercase
}

.ad-module .excerpt strong {
    font-size: 64px;
    font-size: 4rem;
    margin-top: 10px;
    margin-top: .625rem;
    padding-top: 10px;
    padding-top: .625rem;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .ad-module .excerpt strong {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media (max-width: 38.125em) {
    .ad-module .excerpt strong {
        font-size: 36px;
        font-size: 2.25rem
    }
}

.ad-module .excerpt strong:before {
    content: "";
    display: block;
    border-top: 2px solid #fef6e4;
    margin: 0 auto;
    position: relative;
    top: -10px;
    width: 35%
}

.ad-module .excerpt .button,
.ad-module .excerpt .share-module li a,
.share-module li .ad-module .excerpt a,
.ad-module .excerpt .post-navigation a,
.post-navigation .ad-module .excerpt a {
    margin-top: 20px;
    margin-top: 1.25rem;
    text-decoration: none
}

@media (max-width: 38.125em) {
    .ad-module .excerpt .button,
    .ad-module .excerpt .share-module li a,
    .share-module li .ad-module .excerpt a,
    .ad-module .excerpt .post-navigation a,
    .post-navigation .ad-module .excerpt a {
        font-size: 13px;
        font-size: .8125rem;
        padding: 10px 14px;
        padding: .625rem .875rem
    }
}

#main .ad-module .excerpt .button,
#main .ad-module .excerpt .share-module li a,
.share-module li #main .ad-module .excerpt a,
#main .ad-module .excerpt .post-navigation a,
.post-navigation #main .ad-module .excerpt a {
    width: auto
}

.ad-module .excerpt .button span,
.ad-module .excerpt .share-module li a span,
.share-module li .ad-module .excerpt a span,
.ad-module .excerpt .post-navigation a span,
.post-navigation .ad-module .excerpt a span {
    color: inherit;
    display: inline-block;
    font-family: "FontAwesome"
}

.events-module {
    clear: none;
    width: 40%
}

@media (max-width: 79.5625em) {
    .events-module {
        clear: none;
        width: 50%
    }
}

@media (max-width: 60em) {
    .events-module {
        clear: both;
        width: 100%
    }
}

@media (min-width: 60em) {
    .events-module {
        padding: 0 0 0 40px;
        padding: 0 0 0 2.5rem
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .events-module {
        padding: 20px;
        padding: 1.25rem
    }
}

.events-module h3 {
    background: #f5ec48;
    font-size: 32px;
    font-size: 2rem;
    margin: 0
}

@media (max-width: 60em) {
    .events-module h3 {
        font-size: 22px;
        font-size: 1.375rem
    }
}

.events-module h3>span {
    display: inline-block;
    border-right: 2px solid #212121;
    padding: 20px;
    padding: 1.25rem;
    text-align: left;
    width: 80%
}

.events-module h3 a {
    color: #212121;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    width: 20%;
    -moz-transition: padding .2s ease-out;
    -o-transition: padding .2s ease-out;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out
}

@media (max-width: 79.5625em) {
    .events-module h3 a {
        padding: 20px;
        padding: 1.25rem
    }
}

.events-module h3 a:hover {
    padding: 20px 15px 20px 20px;
    padding: 1.25rem .9375rem 1.25rem 1.25rem;
    -moz-transition: padding .2s ease-in;
    -o-transition: padding .2s ease-in;
    -webkit-transition: padding .2s ease-in;
    transition: padding .2s ease-in
}

@media (max-width: 79.5625em) {
    .events-module h3 a:hover {
        padding: 10px 5px 10px 10px;
        padding: .625rem .3125rem .625rem .625rem
    }
}

.events-module h3 a strong {
    position: absolute;
    left: -99999px
}

.events-module ul {
    background: #f8f1c8;
    list-style: none;
    margin: 0;
    padding: 0
}

.events-module li {
    border-bottom: 1px solid #f5ec48
}

.events-module li:last-child {
    border: none
}

@media (max-width: 79.5625em) {
    .events-module li:nth-child(n+5) {
        display: none
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .events-module li:nth-child(n+4) {
        display: none
    }
}

.events-module li a {
    margin-left: auto;
    margin-right: auto;
    color: #212121;
    display: table;
    font-family: "Trade Gothic W01 Bold";
    font-size: 18px;
    font-size: 1.125rem;
    table-layout: fixed;
    text-decoration: none;
    width: 100%
}

.events-module li a:before {
    content: '';
    display: table
}

.events-module li a:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 60em) {
    .events-module li a {
        padding: 30px 0;
        padding: 1.875rem 0
    }
}

@media (min-width: 60em) {
    .events-module li a:hover .date strong {
        margin-left: -5px;
        margin-left: -.3125rem;
        -moz-transition: margin-left .2s ease-out;
        -o-transition: margin-left .2s ease-out;
        -webkit-transition: margin-left .2s ease-out;
        transition: margin-left .2s ease-out
    }
}

.events-module li a:not(.button) {
    text-decoration: none
}

.events-module .date {
    clear: none;
    width: 20%;
    display: table-cell;
    text-decoration: none;
    vertical-align: middle
}

@media (max-width: 60em) {
    .events-module .date {
        clear: none;
        width: 15%
    }
}

@media (max-width: 38.125em) {
    .events-module .date {
        clear: none;
        width: 25%
    }
}

@media (max-width: 60em) {
    .events-module .date {
        background: #f5ebb1
    }
}

@media (max-width: 38.125em) {
    .events-module .date {
        font-size: 14px;
        font-size: .875rem
    }
}

.events-module .date strong {
    background: #212121;
    color: #f5ec48;
    padding: 10px 20px;
    padding: .625rem 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 60em) {
    .events-module .date strong {
        margin: 0 0 0 -10px;
        margin: 0 0 0 -.625rem;
        padding: 10px 15px;
        padding: .625rem .9375rem;
        -moz-transition: margin-left .2s ease-out;
        -o-transition: margin-left .2s ease-out;
        -webkit-transition: margin-left .2s ease-out;
        transition: margin-left .2s ease-out
    }
}

@media (max-width: 60em) {
    .events-module .date strong {
        background: #f5ebb1;
        color: #212121;
        font-family: "PlayerProCondensed";
        font-size: 32px;
        font-size: 2rem;
        display: block;
        line-height: 1.1;
        text-align: center;
        white-space: normal;
        word-spacing: 100px
    }
}

@media (max-width: 60em) {
    .events-module .date strong:first-line {
        font-family: "TradeGothicW01-BoldCn20 675334";
        font-size: 16px;
        font-size: 1rem
    }
}

.events-module .title {
    clear: none;
    width: 60%;
    display: table-cell;
    text-decoration: underline;
    vertical-align: middle
}

@media (max-width: 60em) {
    .events-module .title {
        clear: none;
        width: 65%
    }
}

@media (max-width: 38.125em) {
    .events-module .title {
        clear: none;
        width: 75%
    }
}

@media (max-width: 79.5625em) {
    .events-module .title {
        padding-left: 10px;
        padding-left: .625rem
    }
}

@media (max-width: 60em) {
    .events-module .title {
        padding: 20px;
        padding: 1.25rem
    }
}

@media (max-width: 38.125em) {
    .events-module .title {
        font-size: 16px;
        font-size: 1rem
    }
}

.events-module .more {
    clear: none;
    width: 20%;
    display: table-cell;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 60em) {
    .events-module .more {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media (max-width: 38.125em) {
    .events-module .more {
        display: none
    }
}

.sponshorship-module.event-meta dl {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 2rem
}

.sponshorship-module.event-meta dl:before {
    content: '';
    display: table
}

.sponshorship-module.event-meta dl:after {
    clear: both;
    content: '';
    display: table
}

.sponshorship-module.event-meta dt {
    font-family: "Trade Gothic W01 Bold";
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 100%
}

.sponshorship-module.event-meta dd {
    clear: none;
    width: 25%;
    margin-right: -1px;
    padding: 1rem 6% 1rem 0
}

@media (max-width: 79.5625em) {
    .sponshorship-module.event-meta dd {
        clear: none;
        width: 33.3333%
    }
}

.events-single .sponshorship-module.event-meta dd {
    padding: 1rem 6% 1rem 0
}

.sponshorship-module.event-meta .presented-by dd {
    clear: none;
    width: 40%
}

@media (max-width: 79.5625em) {
    .sponshorship-module.event-meta .presented-by dd {
        clear: none;
        width: 40%
    }
}

.page-template-page-two-column-php .link-module {
    padding-top: 40px;
    padding-top: 2.5rem
}

@media (max-width: 60em) {
    .page-template-page-two-column-php .link-module {
        float: none
    }
}

.link-module ul {
    margin: 0
}

.link-module li {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.link-module li:before {
    content: '';
    display: table
}

.link-module li:after {
    clear: both;
    content: '';
    display: table
}

.link-module li .image-module {
    clear: none;
    width: 25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 20px;
    padding: 1.25rem
}

@media (max-width: 38.125em) {
    .link-module li .image-module {
        clear: both;
        width: 100%
    }
}

@media (min-width: 38.125em) {
    .link-module li .image-module {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width: 38.125em) {
    .link-module li .image-module {
        display: table-caption;
        padding: 0;
        padding-bottom: 43.5%;
        width: 100%
    }
}

.link-module li .link-content {
    clear: none;
    width: 55%;
    background: #fef6e4;
    display: table-cell;
    padding: 60px 40px;
    padding: 3.75rem 2.5rem;
    vertical-align: middle
}

@media (max-width: 38.125em) {
    .link-module li .link-content {
        clear: none;
        width: 75%
    }
}

@media (max-width: 38.125em) {
    .link-module li .link-content {
        padding: 20px;
        padding: 1.25rem
    }
}

@media (min-width: 60em) {
    .link-module li .link-content.full {
        clear: both;
        width: 100%
    }
}

.link-module li .link-content strong {
    display: block;
    font-family: "TradeGothicW01-BoldCn20 675334";
    line-height: .9;
    text-transform: uppercase;
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

@media (max-width: 60em) {
    .link-module li .link-content strong {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 5px;
        margin-bottom: .3125rem
    }
}

.link-module li .link-content span {
    display: block;
    font-family: "Trade Gothic W01 Cn 18";
    line-height: .9;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 1.625rem
}

@media (max-width: 60em) {
    .link-module li .link-content span {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media (max-width: 38.125em) {
    .link-module li .link-content span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.link-module li .url {
    clear: none;
    width: 20%;
    background: #f5ec48;
    color: #ccc20b;
    display: table-cell;
    float: none;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    padding: 10px;
    padding: .625rem;
    -moz-transition: padding .2s ease-in;
    -o-transition: padding .2s ease-in;
    -webkit-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    vertical-align: middle
}

@media (max-width: 38.125em) {
    .link-module li .url {
        clear: none;
        width: 25%
    }
}

.link-module li .url:hover {
    padding: 10px 5px 10px 10px;
    padding: .625rem .3125rem .625rem .625rem;
    -moz-transition: padding .2s ease-out;
    -o-transition: padding .2s ease-out;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out
}

.link-module.link-bar {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
    border-top: 2px solid #212121
}

.link-module.link-bar:before {
    content: '';
    display: table
}

.link-module.link-bar:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 60em) {
    .link-module.link-bar {
        display: table;
        table-layout: auto;
        padding: 40px 0;
        padding: 2.5rem 0;
        width: 100%
    }
}

.link-module.link-bar .description {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width: 60em) {
    .link-module.link-bar .description {
        clear: none;
        width: 70%
    }
}

@media (min-width: 60em) {
    .link-module.link-bar .description {
        display: table-cell;
        margin-bottom: 0;
        padding-right: 40px;
        padding-right: 2.5rem;
        vertical-align: top
    }
}

.link-module.link-bar .link {
    text-align: right
}

@media (min-width: 60em) {
    .link-module.link-bar .link {
        clear: none;
        width: 30%;
        display: table-cell;
        vertical-align: top
    }
}

.link-module.link-bar .link .button,
.link-module.link-bar .link .share-module li a,
.share-module li .link-module.link-bar .link a,
.link-module.link-bar .link .post-navigation a,
.post-navigation .link-module.link-bar .link a {
    background: #8cbdca;
    color: #212121;
    display: block
}

.link-module.link-bar .link .button:hover,
.link-module.link-bar .link .share-module li a:hover,
.share-module li .link-module.link-bar .link a:hover,
.link-module.link-bar .link .post-navigation a:hover,
.post-navigation .link-module.link-bar .link a:hover {
    background: #212121;
    color: #fef6e4
}

.gallery-module {
    border-top: 2px solid #212121;
    float: none !important;
    margin-bottom: 15px;
    margin-bottom: .9375rem;
    position: relative
}

@media (min-width: 38.125em) {
    .gallery-module {
        padding-top: 40px;
        padding-top: 2.5rem
    }
}

#main .gallery-module .page-header {
    border-top: none;
    margin-bottom: 0;
    padding-top: 0
}

#main .gallery-module .page-header.banner-wrap>h2 {
    top: 0
}

.gallery-module .skate-slide-navigation {
    margin-top: 10px;
    margin-top: .625rem;
    position: relative
}

.list-module dl,
.list-module ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0
}

.list-module dd,
.list-module li {
    margin-left: auto;
    margin-right: auto;
    background: #fef6e4;
    border-bottom: 2px solid #f5ec48;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left
}

.list-module dd:before,
.list-module li:before {
    content: '';
    display: table
}

.list-module dd:after,
.list-module li:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 38.125em) {
    .list-module dd,
    .list-module li {
        background: transparent;
        border: none
    }
}

.list-module dd span,
.list-module li span {
    border-bottom: 1px solid #f5ec48;
    display: block;
    font-family: "Trade Gothic W01 Bold";
    padding: 10px;
    padding: .625rem
}

@media (min-width: 38.125em) {
    .list-module dd span,
    .list-module li span {
        clear: none;
        width: 50%
    }
}

@media (min-width: 38.125em) {
    .list-module dd span,
    .list-module li span {
        border: none;
        display: inline-block;
        margin-right: -5px;
        vertical-align: top
    }
}

.list-module dd span+span,
.list-module li span+span {
    border: none;
    font-family: "Trade Gothic W01 Cn 18"
}

.staff-module .staff-member {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #d9d9d9;
    display: block;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem
}

.staff-module .staff-member:before {
    content: '';
    display: table
}

.staff-module .staff-member:after {
    clear: both;
    content: '';
    display: table
}

.staff-module .staff-member>* {
    float: left
}

.staff-module figure {
    display: none
}

@media (min-width: 38.125em) {
    .staff-module figure {
        clear: none;
        width: 30%
    }
}

@media (min-width: 38.125em) {
    .staff-module figure {
        display: block;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

@media (min-width: 38.125em) {
    .staff-module figure+.info {
        clear: none;
        width: 70%
    }
}

.staff-module .info em {
    display: block;
    color: #69a9ba;
    font-size: 18px;
    font-size: 1.125rem
}

.staff-module .info em a {
    color: #69a9ba;
    text-decoration: none
}

.staff-module .info h3 {
    line-height: 1.2;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0px;
    margin-bottom: 0;
    text-transform: none
}

.staff-module .info h3 em {
    color: #212121
}

.staff-module dt a:not(.button) {
    text-decoration: none
}

.staff-module dt span {
    font-size: 14px;
    font-size: .875rem
}

.staff-module dt a span {
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.staff-module dt a.active span {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.staff-module dd {
    background: #ebebeb;
    border-top: 2px solid #d9d9d9;
    margin-top: 10px;
    margin-top: .625rem;
    padding: 20px;
    padding: 1.25rem
}

.news-module {
    border-top: 2px solid #212121;
    padding-top: 20px;
    padding-top: 1.25rem
}

.news-module li {
    margin-left: auto;
    margin-right: auto
}

.news-module li:before {
    content: '';
    display: table
}

.news-module li:after {
    clear: both;
    content: '';
    display: table
}

.news-module li .link-content {
    padding: 40px;
    padding: 2.5rem
}

@media (min-width: 38.125em) {
    .news-module li .link-content {
        clear: none;
        width: 80%
    }
}

.news-module li .link-content strong {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none
}

.news-module li .link-content h3 {
    margin: 0
}

@media (min-width: 38.125em) {
    .news-module li .url {
        clear: none;
        width: 20%
    }
}

.news-module.category-module {
    border: none;
    padding-top: 0
}

.news-module.category-module ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news-module.category-module li {
    margin-left: auto;
    margin-right: auto
}

.news-module.category-module li:before {
    content: '';
    display: table
}

.news-module.category-module li:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 60em) {
    .news-module.category-module li {
        display: table;
        table-layout: auto;
        width: 100%
    }
}

.news-module.category-module li .date {
    clear: none;
    width: 30%
}

@media (max-width: 60em) {
    .news-module.category-module li .date {
        clear: both;
        width: 100%
    }
}

@media (min-width: 60em) {
    .news-module.category-module li .date {
        display: table-cell;
        vertical-align: top;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

.news-module.category-module li .date strong {
    display: block;
    font-family: "PlayerProCondensed";
    font-size: 38px;
    font-size: 2.375rem;
    padding: 40px;
    padding: 2.5rem
}

.news-module.category-module li .date.new-date strong {
    border-top: 2px solid #212121
}

.news-module.category-module li .link-content {
    clear: none;
    width: 70%;
    border-top: 2px solid #212121;
    padding: 20px 0;
    padding: 1.25rem 0
}

@media (max-width: 60em) {
    .news-module.category-module li .link-content {
        clear: both;
        width: 100%
    }
}

@media (min-width: 60em) {
    .news-module.category-module li .link-content {
        display: table-cell;
        vertical-align: top
    }
}

.news-module.category-module li .link-content h3 {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.share-module a {
    display: block
}

.share-module .sharesheet {
    border-top: 2px solid #212121;
    display: none
}

.share-module ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.share-module .button span,
.share-module li a span,
.share-module .post-navigation a span,
.post-navigation .share-module a span {
    padding-left: 5px;
    padding-left: .3125rem
}

.share-module li {
    display: block
}

.share-module li a {
    background: #fef6e4;
    border-bottom: 2px solid #212121;
    color: #212121;
    display: block;
    float: none
}

.share-module li a:hover {
    background: #d9e9ed;
    color: #212121
}

.share-module li a span {
    padding-left: 5px;
    padding-left: .3125rem
}

.share-module#shareSheet:target>a,
.share-module#shareSheet.target>a {
    background: #8cbdca;
    color: #212121
}

.share-module#shareSheet:target .back-to,
.share-module#shareSheet.target .back-to {
    background: transparent
}

.share-module#shareSheet:target .sharesheet,
.share-module#shareSheet.target .sharesheet {
    display: block
}

.share-module .back-to {
    margin-top: 20px;
    margin-top: 1.25rem
}

.timeline .timeline-module {
    border-top: 2px solid #212121
}

@media (min-width: 38.125em) {
    .timeline .timeline-module {
        padding-top: 40px;
        padding-top: 2.5rem
    }
}

.timeline .timeline-module .timeline-content {
    background: #fff;
    border-bottom: 2px solid #d9d9d9;
    padding: 20px;
    padding: 1.25rem
}

@media (min-width: 38.125em) {
    .timeline .timeline-module .timeline-content {
        border: none;
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

.timeline .gallery-module {
    border-top: 2px solid #d9d9d9
}

@media (max-width: 38.125em) {
    .timeline .callout {
        background: #8cbdca;
        padding: 20px;
        padding: 1.25rem;
        text-align: center
    }
}

.timeline .callout>* {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 0
}

@media (min-width: 38.125em) {
    .timeline .callout>* {
        font-size: 52px;
        font-size: 3.25rem
    }
}

.timeline .primary .callout-module:first-child {
    border: none
}

.timeline .asset-module {
    border-top: 2px solid #d9d9d9
}

.asset-module .caption {
    background: #f5ec48;
    padding: 10px;
    padding: .625rem;
    width: 98%;
    position: absolute;
    bottom: 0;
    left: 0
}

#header {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

#header:before {
    content: '';
    display: table
}

#header:after {
    clear: both;
    content: '';
    display: table
}

#header>* {
    float: left
}

#header .header-container {
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    position: relative;
    width: 100%;
    z-index: 99;
    -moz-transition: background .4s ease-in, border .4s ease-in;
    -o-transition: background .4s ease-in, border .4s ease-in;
    -webkit-transition: background .4s ease-in, border .4s ease-in;
    transition: background .4s ease-in, border .4s ease-in
}

#header .header-container:before {
    content: '';
    display: table
}

#header .header-container:after {
    clear: both;
    content: '';
    display: table
}

#header .header-container>* {
    float: left
}

@media (min-width: 60em) {
    #header .header-container {
        position: fixed
    }
}

@media (max-width: 60em) {
    #header .header-container {
        background: #fef6e4;
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

.home #header .header-container {
    border: none
}

#header .header-container.scrolld {
    border-bottom: 0px solid transparent;
    background: rgba(140, 189, 202, 0.9);
    z-index: 9999;
    -moz-transition: background .4s ease-out, border .4s ease-out;
    -o-transition: background .4s ease-out, border .4s ease-out;
    -webkit-transition: background .4s ease-out, border .4s ease-out;
    transition: background .4s ease-out, border .4s ease-out
}

#header .header-container.scrolld .topper {
    max-height: 0;
    -moz-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    -webkit-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out
}

#header .header-container.scrolld .base {
    border-top: 0px solid transparent;
    -moz-transition: border .1s ease-out .38s;
    -o-transition: border .1s ease-out .38s;
    -webkit-transition: border .1s ease-out;
    -webkit-transition-delay: .38s;
    transition: border .1s ease-out .38s
}

#header .header-container.scrolld #logo {
    padding-top: 10px;
    padding-top: .625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    -moz-transition: padding .4s ease-out;
    -o-transition: padding .4s ease-out;
    -webkit-transition: padding .4s ease-out;
    transition: padding .4s ease-out
}

#header .header-container.scrolld #logo a {
    height: 50px;
    background-size: 50% auto;
    background-position: top center;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    -moz-transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    -o-transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    -webkit-transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out
}

@media (max-width: 60em) {
    #header .header-container.scrolld #logo a {
        height: 80px
    }
}

#header .header-container.scrolld .nav-header>li>a {
    padding-top: 8px;
    padding-top: .5rem;
    padding-bottom: 8px;
    padding-bottom: .5rem;
    -moz-transition: padding .4s ease-out;
    -o-transition: padding .4s ease-out;
    -webkit-transition: padding .4s ease-out;
    transition: padding .4s ease-out
}

#header .header-container.scrolld .nav-header a:hover {
    color: #212121;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

#header .header-container.scrolld .donate>a {
    font-size: 48px;
    font-size: 3rem;
    -moz-transition: font-size .2s ease-out;
    -o-transition: font-size .2s ease-out;
    -webkit-transition: font-size .2s ease-out;
    transition: font-size .2s ease-out
}

#header .menu-trigger,
#header .search-trigger {
    clear: none;
    width: 25%;
    display: table-cell;
    float: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle
}

@media (min-width: 60em) {
    #header .menu-trigger,
    #header .search-trigger {
        display: none
    }
}

#header .menu-trigger a,
#header .search-trigger a {
    color: #212121
}

#header #logo {
    clear: none;
    width: 20%;
    padding: 15px 15px 5px;
    padding: .9375rem .9375rem .3125rem;
    -moz-transition: padding .4s ease-out;
    -o-transition: padding .4s ease-out;
    -webkit-transition: padding .4s ease-out;
    transition: padding .4s ease-out
}

@media (max-width: 60em) {
    #header #logo {
        clear: none;
        width: 50%
    }
}

@media (max-width: 60em) {
    #header #logo {
        padding: 15px;
        padding: .9375rem;
        float: none;
        display: table-cell
    }
}

@media (max-width: 38.125em) {
    #header #logo {
        padding: 20px;
        padding: 1.25rem
    }
}

#header #logo a {
    background: transparent url("/images/vulcan-fill-logo-reverse.svg") no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: block;
    height: 110px;
    width: 100%;
    -moz-transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    -o-transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    -webkit-transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    transition: height .4s ease-out, background-position .4s ease-out, background-size .4s ease-out;
    image-rendering: auto
}

@media (max-width: 60em) {
    #header #logo a {
        height: 80px
    }
}

@media (max-width: 38.125em) {
    #header #logo a {
        height: 70px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #header #logo a {
        background: transparent url("/images/vulcan-fill-logo.svg") center no-repeat
    }
}

.no-svg #header #logo a {
    background: transparent url("/images/vulcan-fill-logo_1x.png") center no-repeat
}

#header .nav-container {
    clear: none;
    width: 80%
}

@media (max-width: 60em) {
    #header .nav-container {
        display: none
    }
}

#header #navigation {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: auto;
    width: 100%
}

#header #navigation:before {
    content: '';
    display: table
}

#header #navigation:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 60em) {
    #header #navigation .hamburger {
        display: none
    }
}

#header .topper {
    top: 0;
    max-height: 80px;
    -moz-transition: max-height .4s ease-in;
    -o-transition: max-height .4s ease-in;
    -webkit-transition: max-height .4s ease-in;
    transition: max-height .4s ease-in;
    overflow: hidden;
    position: relative
}

#header .topper .topper-container {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed
}

#header .topper .topper-container:before {
    content: '';
    display: table
}

#header .topper .topper-container:after {
    clear: both;
    content: '';
    display: table
}

#header .topper .search {
    clear: none;
    width: 25%;
    border-left: 2px solid #fef6e4;
    display: table-cell;
    float: none;
    vertical-align: middle
}

#header .topper .search form {
    margin: 0
}

#header .topper .search .icon {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 15px;
    padding: .625rem .9375rem;
    margin-right: -10px
}

#header .topper .search button {
    display: inline-block;
    vertical-align: middle
}

#header .topper .search input {
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    padding: 0;
    vertical-align: middle;
    width: 75%
}

#header .topper .social-container {
    clear: none;
    width: 20%;
    border-left: 2px solid #fef6e4;
    display: table-cell;
    float: none
}

#header .topper .social {
    display: table;
    margin: 0;
    table-layout: fixed;
    width: 100%;
    padding: 0 10px;
    padding: 0 .625rem
}

#header .topper .social span {
    position: absolute;
    left: -99999999px
}

#header .topper .social li {
    display: table-cell;
    text-align: center;
    width: auto
}

#header .topper .social>li>a {
    color: #212121;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 5px;
    padding: .625rem .3125rem
}

@media (min-width: 79.5625em) {
    #header .topper .social>li>a {
        font-size: 22px;
        font-size: 1.375rem
    }
}

#header .base {
    border-top: 2px solid #fef6e4;
    -moz-transition: border .1s ease-in;
    -o-transition: border .1s ease-in;
    -webkit-transition: border .1s ease-in;
    transition: border .1s ease-in
}

#header .base .base-container {
    clear: none;
    width: 75%;
    display: table-cell;
    float: none;
    vertical-align: middle
}

#header .base .donate {
    clear: none;
    width: 25%;
    border-left: 2px solid #fef6e4;
    display: table-cell;
    float: none;
    text-align: center;
    position: relative;
    right: -2px;
    vertical-align: middle
}

#header .base .donate a {
    color: #fef6e4;
    display: block;
    font-family: "signatureregular";
    font-size: 44px;
    font-size: 2.75rem;
    letter-spacing: -1px;
    padding: 2px 10px;
    padding: .125rem .625rem;
    -moz-transition: font-size .2s ease-in;
    -o-transition: font-size .2s ease-in;
    -webkit-transition: font-size .2s ease-in;
    transition: font-size .2s ease-in
}

@media (min-width: 79.5625em) {
    #header .base .donate a {
        font-size: 54px;
        font-size: 3.375rem;
        letter-spacing: -3px
    }
}

#header .nav-header {
    display: table;
    table-layout: fixed;
    width: 100%
}

#header .nav-header li {
    display: table-cell;
    text-align: center
}

#header .nav-header li>a {
    font-family: "Trade Gothic W01 Bold";
    text-transform: uppercase
}

#header .nav-header a {
    color: #fef6e4;
    white-space: nowrap
}

#header .nav-header.nav-top {
    clear: none;
    width: 55%;
    display: table-cell;
    float: none;
    margin: 0;
    padding: 15px 10px;
    padding: .9375rem .625rem
}

#header .nav-header.nav-top>li {
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    padding: .3125rem 0
}

@media (min-width: 79.5625em) {
    #header .nav-header.nav-top>li {
        padding: 5px 5px 5px 0;
        padding: .3125rem .3125rem .3125rem 0
    }
}

#header .nav-header.nav-top>li:first-child a:before {
    display: none
}

#header .nav-header.nav-top>li>a {
    font-size: 12px;
    font-size: .75rem;
    -moz-transition: padding .4s ease-out;
    -o-transition: padding .4s ease-out;
    -webkit-transition: padding .4s ease-out;
    transition: padding .4s ease-out
}

#header .nav-header.nav-top>li>a:before {
    background: #fef6e4;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 3px;
    width: 3px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle
}

@media (min-width: 79.5625em) {
    #header .nav-header.nav-top>li>a:before {
        margin-right: 10px;
        height: 5px;
        width: 5px
    }
}

#header .nav-header.nav-base {
    text-align: center;
    padding: 15px 0px;
    padding: .9375rem 0rem
}

#header .nav-header.nav-base>li {
    border-right: 2px solid #fef6e4
}

#header .nav-header.nav-base>li:last-child {
    border: none
}

#header .nav-header.nav-base>li>a {
    display: block;
    font-family: "TradeGothicW01-BoldCn20 675334";
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 0;
    padding: .625rem 0;
    text-transform: uppercase;
    -moz-transition: padding .4s ease-in;
    -o-transition: padding .4s ease-in;
    -webkit-transition: padding .4s ease-in;
    transition: padding .4s ease-in
}

@media (min-width: 38.125em) and (max-width: 79.5625em) {
    #header .nav-header.nav-base>li>a {
        font-size: 16px;
        font-size: 1rem
    }
}

#visit-vulcan {
    background: #8cbdca;
    margin: 0 auto;
    max-height: 675px;
    max-width: 1512px;
    overflow: hidden;
    position: relative
}

@media (max-width: 38.125em) {
    #visit-vulcan {
        margin-bottom: -6px;
        margin-bottom: -.375rem
    }
}

#visit-vulcan .wistia_embed {
    width: 100%
}

@media (min-width: 38.125em) {
    .touch #visit-vulcan {
        padding-bottom: 60%
    }
}

.touch #visit-vulcan .wistia_embed {
    background: #8cbdca;
    overflow: hidden
}

.touch #visit-vulcan .wistia_embed video {
    display: none
}

.touch #visit-vulcan .wistia_embed .wistia_romulus_control {
    display: block
}

.touch #visit-vulcan .wistia_embed .wistia_romulus_control img {
    width: 110%
}

#visit-vulcan .link-out {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    z-index: 5
}

#visit-vulcan .link-out.headline-inline strong {
    display: inline-block;
    margin-bottom: 0
}

#visit-vulcan .inner {
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    flex: 1 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-top: 60px;
    padding-top: 3.75rem
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    #visit-vulcan .inner {
        padding-top: 120px;
        padding-top: 7.5rem
    }
}

@media (min-width: 38.125em) {
    #visit-vulcan .inner {
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

.msie-8 ~ #visit-vulcan .inner,
.msie-9 ~ #visit-vulcan .inner {
    bottom: 8em;
    position: absolute;
    width: 100%
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #visit-vulcan .inner {
        position: absolute;
        width: 100%
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #visit-vulcan .inner {
        bottom: 1em
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 38.125em),
(-ms-high-contrast: none) and (min-width: 38.125em) {
    #visit-vulcan .inner {
        bottom: 4em
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 60em),
(-ms-high-contrast: none) and (min-width: 60em) {
    #visit-vulcan .inner {
        bottom: 8em
    }
}

#visit-vulcan .inner h2 {
    font-family: "PlayerProCondensed";
    color: #fef6e4;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 3px;
    line-height: 0.9
}

@media (min-width: 38.125em) {
    #visit-vulcan .inner h2 {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media (min-width: 60em) {
    #visit-vulcan .inner h2 {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width: 79.5625em) {
    #visit-vulcan .inner h2 {
        font-size: 58px;
        font-size: 3.625rem
    }
}

#visit-vulcan .inner h2 span {
    font-family: "signatureregular";
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: -1px;
    text-transform: none
}

@media (min-width: 38.125em) {
    #visit-vulcan .inner h2 span {
        font-size: 100px;
        font-size: 6.25rem;
        letter-spacing: -3px
    }
}

@media (min-width: 60em) {
    #visit-vulcan .inner h2 span {
        font-size: 114px;
        font-size: 7.125rem;
        letter-spacing: -2px
    }
}

@media (min-width: 79.5625em) {
    #visit-vulcan .inner h2 span {
        font-size: 124px;
        font-size: 7.75rem;
        letter-spacing: -3px
    }
}

#visit-vulcan .inner h2 strong {
    display: block;
    font-family: "PlayerProCondensed";
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width: 38.125em) {
    #visit-vulcan .inner h2 strong {
        font-size: 100px;
        font-size: 6.25rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

@media (min-width: 60em) {
    #visit-vulcan .inner h2 strong {
        font-size: 120px;
        font-size: 7.5rem;
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 79.5625em) {
    #visit-vulcan .inner h2 strong {
        font-size: 138px;
        font-size: 8.625rem;
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 38.125em) {
    #visit-vulcan .button,
    #visit-vulcan .share-module li a,
    .share-module li #visit-vulcan a,
    #visit-vulcan .post-navigation a,
    .post-navigation #visit-vulcan a {
        font-size: 14px;
        font-size: .875rem;
        padding: 10px;
        padding: .625rem
    }
}

#main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#main:before {
    content: '';
    display: table
}

#main:after {
    clear: both;
    content: '';
    display: table
}

#main>* {
    float: left
}

.home #main,
.visit #main {
    padding-top: 0
}

@media (min-width: 60em) {
    .home #main,
    .visit #main {
        padding-top: 40px;
        padding-top: 2.5rem
    }
}

#main .primary {
    margin-left: auto;
    margin-right: auto;
    clear: none;
    width: 75%;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#main .primary:before {
    content: '';
    display: table
}

#main .primary:after {
    clear: both;
    content: '';
    display: table
}

@media (max-width: 79.5625em) {
    #main .primary {
        clear: none;
        width: 70%
    }
}

@media (max-width: 60em) {
    #main .primary {
        clear: both;
        width: 100%
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    #main .primary {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

.page-template-page-two-column-php #main .primary {
    border-top: 2px solid #212121
}

#main .news-header {
    border-top: 2px solid #212121;
    padding-top: 40px;
    padding-top: 2.5rem;
    width: 100%
}

@media (max-width: 60em) {
    #main .news-header {
        padding: 40px 20px 0px 20px;
        padding: 2.5rem 1.25rem 0rem 1.25rem
    }
}

#main .news-header h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    line-height: 1.2
}

@media (min-width: 38.125em) {
    #main .news-header h2 {
        font-size: 48px;
        font-size: 3rem
    }
}

#main .page-header {
    position: relative;
    width: 100%
}

#main .page-header>h2 {
    background: #8cbdca;
    color: #fef6e4;
    display: inline-block;
    font-family: "PlayerProCondensed";
    line-height: 1;
    margin: 0;
    padding: 10px 20px;
    padding: .625rem 1.25rem;
    width: auto;
    white-space: nowrap
}

@media (max-width: 38.125em) {
    #main .page-header>h2 {
        display: block;
        font-size: 24px;
        font-size: 1.5rem
    }
}

#main .page-header.banner-wrap>h2 {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2
}

@media (max-width: 38.125em) {
    #main .page-header.banner-wrap>h2 {
        position: relative;
        top: 0;
        width: 100%;
        font-size: 24px;
        font-size: 1.5rem
    }
}

.july-4th-fireworks #main .page-header.banner-wrap>h2 {
    display: none
}

#main .page-header .banner {
    background-position: center center;
    background-size: cover;
    background-image: none;
    display: block;
    line-height: 0
}

@media (max-width: 38.125em) {
    .page-template-page-two-column-php #main .page-header .banner {
        display: none
    }
}

@media (max-width: 38.125em) {
    #main .page-header .banner {
        padding-bottom: 45%
    }
    #main .page-header .banner>img {
        display: none
    }
}

#main .page-header .banner img {
    line-height: 0
}

#main .content-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

#main .content-wrap:before {
    content: '';
    display: table
}

#main .content-wrap:after {
    clear: both;
    content: '';
    display: table
}

#main .content-wrap>* {
    float: left
}

@media (max-width: 60em) {
    #main .content-wrap {
        float: none
    }
}

#main .content-wrap .callout-module {
    clear: both;
    width: 100%;
    float: none
}

@media (min-width: 60em) {
    #main .content-wrap .callout-module {
        clear: none;
        width: 30%
    }
}

@media (min-width: 38.125em) {
    #main .content-wrap .callout-module {
        float: left
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch #main .content-wrap .callout-module {
        float: none;
        padding: 0;
        width: 100%
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    #main .content-wrap .callout-module {
        float: none;
        margin: 0 auto;
        width: 70%
    }
}

@media (min-width: 60em) {
    #main .content-wrap .callout-module {
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

#main .content-wrap .callout-module h4,
#main .content-wrap .callout-module .featured-events figcaption h2,
.featured-events figcaption #main .content-wrap .callout-module h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (max-width: 60em) {
    .timeline #main .content-wrap .callout-module h4,
    .timeline #main .content-wrap .callout-module .featured-events figcaption h2,
    .featured-events figcaption .timeline #main .content-wrap .callout-module h2 {
        margin-bottom: 0
    }
}

#main .content-wrap .callout-module .callout {
    padding-top: 20px;
    padding-top: 1.25rem
}

#main .content-wrap .callout-module .callout:first-child {
    border-top: 2px solid #212121;
    padding-top: 40px;
    padding-top: 2.5rem
}

@media (max-width: 60em) {
    .timeline #main .content-wrap .callout-module .callout {
        padding: 20px;
        padding: 1.25rem
    }
}

@media (min-width: 38.125em) {
    #main .content {
        clear: none;
        width: 70%
    }
}

@media (min-width: 60em) {
    #main .content {
        float: right
    }
}

@media (max-width: 60em) {
    #main .content {
        float: none;
        margin: 0 auto
    }
}

@media (min-width: 60em) {
    #main .content {
        padding-left: 20px;
        padding-left: 1.25rem
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch #main .content {
        float: none;
        padding: 0;
        width: 100%
    }
}

.content-module {
    border-top: 2px solid #212121;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
    width: 100%
}

@media (max-width: 38.125em) {
    .content-module {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding-top: 20px;
        padding-top: 1.25rem
    }
}

.single .content-module {
    margin-left: auto;
    margin-right: auto
}

.single .content-module:before {
    content: '';
    display: table
}

.single .content-module:after {
    clear: both;
    content: '';
    display: table
}

.timeline .content-module {
    border: none
}

.home .content-module {
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-bottom: 0px;
    margin-bottom: 0;
    padding-top: 0;
    padding: 0 0 40px 0;
    padding: 0 0 2.5rem 0;
    position: relative;
    z-index: 1
}

.home .content-module:before {
    content: '';
    display: table
}

.home .content-module:after {
    clear: both;
    content: '';
    display: table
}

.home .content-module>* {
    float: left
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .home .content-module {
        padding: 0 20px 40px 20px;
        padding: 0 1.25rem 2.5rem 1.25rem
    }
}

.content-module.statue:before {
    background: url('/images/vulcan-statue.png?1506522127') right top no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    top: 2.5rem;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .content-module.statue:before {
        right: 20px;
        right: 1.25rem
    }
}

@media (max-width: 38.125em) {
    .content-module.statue:before {
        display: none
    }
}

@media (max-width: 60em) {
    .content-module.statue:before {
        opacity: 0.5;
        top: 100px;
        top: 6.25rem;
        right: 40px;
        right: 2.5rem
    }
}

@media (max-width: 38.125em) {
    .home .content-module.intro-module {
        border-bottom: 2px solid #212121;
        padding: 0
    }
}

.content-module a:not(.button) {
    color: inherit;
    text-decoration: underline
}

.content-module a:not(.button):hover {
    text-decoration: none
}

.content-module figure {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.content-module .info-module {
    clear: both;
    width: 100%;
    position: relative;
    z-index: 1
}

@media (min-width: 60em) {
    .content-module .info-module {
        clear: none;
        width: 30%
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .content-module .info-module {
        float: left
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .content-module .info-module {
        padding: 0 20px;
        padding: 0 1.25rem
    }
}

@media (min-width: 60em) {
    .home .content-module .info-module {
        margin-top: -100px;
        margin-top: -6.25rem
    }
}

.content-module .info-module>strong {
    background: #212121;
    color: #fef6e4;
    display: block;
    padding: 10px 15px;
    padding: .625rem .9375rem;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 38.125em) {
    .content-module .info-module>strong {
        display: none
    }
}

.content-module .info-module .location {
    background: #f5ec48;
    padding: 20px;
    padding: 1.25rem
}

@media (max-width: 79.5625em) {
    .content-module .info-module .location {
        padding: 30px;
        padding: 1.875rem
    }
}

.content-module .info-module .location a {
    text-decoration: none;
    display: block
}

.content-module .info-module .hours {
    background: #fef6e4;
    text-transform: uppercase;
    padding: 40px 30px;
    padding: 2.5rem 1.875rem
}

.content-module .info-module .hours dl {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.content-module .info-module .hours dl:last-child {
    margin: 0
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .content-module .info-module .hours dl {
        display: inline-block;
        margin-right: -10px;
        margin-right: -.625rem;
        width: 50%
    }
}

.content-module .info-module .hours dt {
    font-family: "Trade Gothic W01 Bold";
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    text-transform: uppercase
}

.content-module .info-module .hours dd {
    display: table;
    font-size: 18px;
    font-size: 1.125rem;
    table-layout: fixed;
    width: 100%
}

.content-module .info-module .hours strong {
    display: table-cell;
    vertical-align: top
}

.content-module .info-module .hours span {
    display: table-cell;
    vertical-align: top;
    font-family: "Trade Gothic W01 Cn 18"
}

.content-module .info-module h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 0
}

@media (max-width: 79.5625em) {
    .content-module .info-module h2 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.content-module .info-module h2 a {
    padding: 0 0 0 80px;
    padding: 0 0 0 5rem
}

@media (max-width: 79.5625em) {
    .content-module .info-module h2 a {
        padding: 0 0 0 40px;
        padding: 0 0 0 2.5rem
    }
}

.content-module .info-module h2 a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 42px;
    font-size: 2.625rem;
    position: absolute;
    left: 40px;
    left: 2.5rem
}

@media (max-width: 79.5625em) {
    .content-module .info-module h2 a:before {
        margin: 0;
        font-size: 34px;
        font-size: 2.125rem;
        left: 25px;
        left: 1.5625rem
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .content-module .info-module h2 a:before {
        left: 45px;
        left: 2.8125rem
    }
}

.content-module .info-module .button,
.content-module .info-module .share-module li a,
.share-module li .content-module .info-module a,
.content-module .info-module .post-navigation a,
.post-navigation .content-module .info-module a {
    background: #8cbdca;
    color: #212121;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
    text-decoration: none;
    width: 50%
}

@media (max-width: 79.5625em) {
    .content-module .info-module .button,
    .content-module .info-module .share-module li a,
    .share-module li .content-module .info-module a,
    .content-module .info-module .post-navigation a,
    .post-navigation .content-module .info-module a {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 16px;
        padding: 1rem
    }
}

.content-module .info-module .button:hover,
.content-module .info-module .share-module li a:hover,
.share-module li .content-module .info-module a:hover,
.content-module .info-module .post-navigation a:hover,
.post-navigation .content-module .info-module a:hover {
    background: #212121;
    color: #fef6e4
}

.content-module .info-module .button:first-of-type,
.content-module .info-module .share-module li a:first-of-type,
.share-module li .content-module .info-module a:first-of-type,
.content-module .info-module .post-navigation a:first-of-type,
.post-navigation .content-module .info-module a:first-of-type {
    border-right: 2px solid #212121
}

.content-module .info-module .full {
    border-top: 2px solid #212121;
    width: 100%
}

.content-module .entry-module {
    position: relative;
    z-index: 1
}

@media (max-width: 38.125em) {
    .content-module .entry-module {
        display: none
    }
}

.content-module .entry-module p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7
}

.home .content-module .entry-module {
    clear: both;
    width: 100%;
    padding: 20px;
    padding: 1.25rem
}

@media (min-width: 60em) {
    .home .content-module .entry-module {
        clear: none;
        width: 70%
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .home .content-module .entry-module {
        padding: 60px 80px;
        padding: 3.75rem 5rem
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .home .content-module .entry-module {
        float: right;
        padding: 30px 40px;
        padding: 1.875rem 2.5rem
    }
}

@media (min-width: 79.5625em) {
    .home .content-module .entry-module {
        float: right;
        padding: 60px 80px;
        padding: 3.75rem 5rem
    }
}

@media (min-width: 38.125em) {
    .home .content-module .entry-module .entry-container {
        width: 80%
    }
}

.home .content-module .entry-module .entry-container h2 {
    line-height: 1.1
}

@media (max-width: 79.5625em) {
    .home .content-module .entry-module .entry-container h2 {
        font-size: 34px;
        font-size: 2.125rem
    }
}

.content-module .packages-module {
    clear: none;
    width: 60%;
    position: relative
}

@media (max-width: 79.5625em) {
    .content-module .packages-module {
        clear: none;
        width: 50%
    }
}

@media (max-width: 60em) {
    .content-module .packages-module {
        clear: both;
        width: 100%
    }
}

.content-module .news-module {
    float: none;
    border: none;
    padding-right: 20px;
    padding-right: 1.25rem;
    position: relative
}

@media (min-width: 60em) {
    .content-module .news-module {
        float: left;
        clear: none;
        width: 60%
    }
}

@media (max-width: 60em) {
    .content-module .news-module {
        padding: 10px 20px;
        padding: .625rem 1.25rem
    }
}

.content-module .news-module h3 {
    border-bottom: 2px solid #212121
}

.content-module .news-module h3 a {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-bottom: 5px;
    padding-bottom: .3125rem;
    position: relative;
    width: 100%
}

.content-module .news-module h3 a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.content-module .news-module ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.content-module .news-module li {
    border-bottom: 2px solid #212121;
    font-family: "Trade Gothic W01 Bold";
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0px;
    padding: 1.25rem 0rem;
    position: relative
}

.content-module .news-module li:last-child {
    border: none
}

.content-module .news-module .date {
    color: #4c92a4;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.content-module .news-module a {
    color: #212121;
    display: block;
    text-decoration: none;
    width: 85%
}

.content-module .news-module a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 15px;
    right: .9375rem
}

.content-module .news-module a .title {
    display: block;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    text-decoration: underline
}

@media (max-width: 38.125em) {
    .content-module .news-module a .title {
        font-size: 14px;
        font-size: .875rem
    }
}

.content-module .news-module a p {
    font-family: "Trade Gothic W01 Roman";
    margin: 0;
    text-decoration: none
}

@media (max-width: 38.125em) {
    .content-module .news-module a p {
        display: none
    }
}

@media (min-width: 60em) {
    .content-module .instagram-module {
        clear: none;
        width: 60%;
        padding-left: 20px;
        padding-left: 1.25rem
    }
}

.article-meta {
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

@media (max-width: 38.125em) {
    .article-meta {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

.secondary {
    clear: none;
    width: 25%;
    padding: 0 0 0 40px;
    padding: 0 0 0 2.5rem
}

@media (max-width: 79.5625em) {
    .secondary {
        clear: none;
        width: 30%
    }
}

@media (max-width: 60em) {
    .secondary {
        clear: both;
        width: 100%
    }
}

@media (max-width: 38.125em) {
    .secondary {
        padding: 0
    }
}

@media (min-width: 60em) {
    .secondary {
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .secondary {
        display: table;
        table-layout: fixed;
        padding: 0
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .secondary {
        padding: 0 20px;
        padding: 0 1.25rem
    }
}

.post-navigation {
    width: 100%
}

.post-navigation a {
    display: block
}

.post-navigation>span {
    display: inline-block;
    width: 50%;
    margin-right: -5px
}

.widget {
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .widget {
        background: #fef6e4;
        display: table-cell;
        width: 50%
    }
}

@media (max-width: 38.125em) {
    .widget {
        margin: 0;
        border-bottom: 2px solid #ccc20b
    }
}

.widget:last-child {
    margin: 0;
    border-bottom: none
}

.widget.tribe_mini_calendar_widget {
    font-family: "Trade Gothic W01 Bold"
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar-nav {
    border: none;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding: 0;
    text-align: left;
    text-transform: uppercase
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar-nav span {
    margin: 0;
    padding: 5px;
    padding: .3125rem
}

@media (max-width: 60em) {
    .widget.tribe_mini_calendar_widget .tribe-events-loop {
        padding: 0
    }
}

.widget.tribe_mini_calendar_widget h2 {
    background: #f5ec48;
    font-family: "PlayerProCondensed";
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 20px;
    padding: 1.25rem;
    text-align: center
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .widget.tribe_mini_calendar_widget h2 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .widget.tribe_mini_calendar_widget h2 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar-wrapper {
    background: #f8f1c8;
    border-top: 2px solid #212121;
    padding: 20px;
    padding: 1.25rem
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .widget.tribe_mini_calendar_widget .tribe-mini-calendar-wrapper {
        padding: 10px;
        padding: .625rem
    }
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar-nav-link {
    color: #212121;
    float: right;
    font-family: "Trade Gothic W01 Bold";
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    width: 40px;
    width: 2.5rem
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar-nav-link span {
    padding: 0
}

.widget.tribe_mini_calendar_widget .day-wrapper {
    display: table;
    font-family: "Trade Gothic W01 Roman";
    table-layout: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.widget.tribe_mini_calendar_widget .day-wrapper>* {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
    padding: .125rem
}

.widget.tribe_mini_calendar_widget .vcalendar {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

.widget.tribe_mini_calendar_widget .vcalendar .week-wrapper {
    display: table-row;
    vertical-align: middle
}

.widget.tribe_mini_calendar_widget .vcalendar .week-wrapper>* {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
    padding: .125rem
}

.widget.tribe_mini_calendar_widget .vcalendar .week-wrapper>* a {
    background: #fef6e4;
    border: 1px solid #fef6e4;
    color: #212121;
    font-weight: normal
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .widget.tribe_mini_calendar_widget .vcalendar .week-wrapper>* a {
        font-size: 13px;
        font-size: .8125rem
    }
}

.widget.tribe_mini_calendar_widget .vcalendar .week-wrapper>* a:before {
    background: #f5ec48;
    -moz-transition: background .2s ease-in, border .2s ease-in;
    -o-transition: background .2s ease-in, border .2s ease-in;
    -webkit-transition: background .2s ease-in, border .2s ease-in;
    transition: background .2s ease-in, border .2s ease-in
}

.widget.tribe_mini_calendar_widget .vcalendar .week-wrapper>* a:hover:before {
    background: #ccc20b;
    -moz-transition: background .2s ease-out, border .2s ease-out;
    -o-transition: background .2s ease-out, border .2s ease-out;
    -webkit-transition: background .2s ease-out, border .2s ease-out;
    transition: background .2s ease-out, border .2s ease-out
}

.widget.tribe_mini_calendar_widget .vcalendar a {
    -moz-transition: background .2s ease-in, border .2s ease-in;
    -o-transition: background .2s ease-in, border .2s ease-in;
    -webkit-transition: background .2s ease-in, border .2s ease-in;
    transition: background .2s ease-in, border .2s ease-in
}

.widget.tribe_mini_calendar_widget .vcalendar .tribe-events-present a {
    background: #f5ec48;
    border-color: #ccc20b;
    -moz-transition: background .2s ease-out, border .2s ease-out;
    -o-transition: background .2s ease-out, border .2s ease-out;
    -webkit-transition: background .2s ease-out, border .2s ease-out;
    transition: background .2s ease-out, border .2s ease-out
}

.widget.tribe_mini_calendar_widget .vcalendar .tribe-events-present a:before {
    background: #ccc20b;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.widget.tribe_mini_calendar_widget .vcalendar .tribe-mini-calendar-today a {
    border-color: #ccc20b;
    -moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
}

.widget.tribe_mini_calendar_widget .vcalendar .tribe-mini-calendar-today a:before {
    background: #ccc20b;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .vcalendar {
    text-align: left
}

.widget.tribe_mini_calendar_widget .list-info {
    font-family: "TradeGothicW01-Cn18Obl";
    text-align: left
}

.widget.tribe_mini_calendar_widget .list-info a {
    color: #212121
}

.widget.widget-nav {
    background: #fef6e4
}

.widget.widget-nav dt {
    background: #8cbdca;
    border-bottom: 2px solid #212121;
    font-family: "PlayerProCondensed";
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 20px;
    padding: 1.25rem;
    text-align: center
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .widget.widget-nav dt {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .widget.widget-nav dt {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.widget.widget-nav dt a {
    color: inherit
}

.widget.widget-nav dd {
    border-bottom: 2px solid #212121;
    font-family: "TradeGothicW01-BoldCn20 675334";
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .widget.widget-nav dd {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.widget.widget-nav dd:last-child {
    border: none
}

.widget.widget-nav dd a {
    color: #212121;
    display: block;
    padding: 20px;
    padding: 1.25rem;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.widget.widget-nav dd a.active {
    background: #b6d5dd
}

.widget.widget-nav dd a:hover {
    background: #d9e9ed;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in
}

.widget.widget-nav.event-categories .helper {
    background: #f8f1c8;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
    padding: .625rem
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .widget.ad-widget {
        background: #fef6e4;
        display: table-caption;
        width: 100%
    }
}

.widget.ad-widget ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .widget.ad-widget ul {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

.widget.ad-widget li {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .widget.ad-widget li {
        display: table-cell;
        margin-bottom: 0;
        text-align: center;
        vertical-align: top
    }
}

@media (max-width: 38.125em) {
    .widget.ad-widget li {
        margin-bottom: 0;
        border-bottom: 1px solid #fff
    }
}

.widget.ad-widget li a {
    display: block;
    line-height: 0
}

.widget.ad-widget li img {
    line-height: 1
}

@media (max-width: 38.125em) {
    .widget.ad-widget li:last-child {
        border-bottom: none
    }
}

.organization-widget,
.hours-widget {
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

.organization-widget dl,
.hours-widget dl {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.organization-widget dt,
.hours-widget dt {
    font-family: "Trade Gothic W01 Bold";
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    text-transform: uppercase
}

.organization-widget dd dl,
.hours-widget dd dl {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.organization-widget dd dl dt,
.hours-widget dd dl dt {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

.organization-widget strong,
.hours-widget strong {
    padding-right: 10px;
    padding-right: .625rem
}

.events #main,
.events-single #main,
.events-list #main,
.tribe-events-day #main {
    margin-left: auto;
    margin-right: auto;
    border: none
}

.events #main:before,
.events-single #main:before,
.events-list #main:before,
.tribe-events-day #main:before {
    content: '';
    display: table
}

.events #main:after,
.events-single #main:after,
.events-list #main:after,
.tribe-events-day #main:after {
    clear: both;
    content: '';
    display: table
}

.events #main>*,
.events-single #main>*,
.events-list #main>*,
.tribe-events-day #main>* {
    float: left
}

@media (max-width: 38.125em) {
    .events #main .primary,
    .events-single #main .primary,
    .events-list #main .primary,
    .tribe-events-day #main .primary {
        padding-bottom: 0
    }
}

.events #main .page-header,
.events-single #main .page-header,
.events-list #main .page-header,
.tribe-events-day #main .page-header {
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

.events #main .page-header.banner-wrap,
.events-single #main .page-header.banner-wrap,
.events-list #main .page-header.banner-wrap,
.tribe-events-day #main .page-header.banner-wrap {
    border: none;
    margin-bottom: 0;
    padding-top: 0
}

.events #main .page-header h2,
.events-single #main .page-header h2,
.events-list #main .page-header h2,
.tribe-events-day #main .page-header h2 {
    top: 0px
}

.events #tribe-events-content.tribe-events-list,
.events-single #tribe-events-content.tribe-events-list,
.events-list #tribe-events-content.tribe-events-list,
.tribe-events-day #tribe-events-content.tribe-events-list {
    margin-bottom: 0
}

@media (max-width: 60em) {
    .events .tribe-events-single,
    .events-single .tribe-events-single,
    .events-list .tribe-events-single,
    .tribe-events-day .tribe-events-single {
        clear: both;
        width: 100%
    }
}

@media (max-width: 60em) {
    .events .tribe-events-single header,
    .events-single .tribe-events-single header,
    .events-list .tribe-events-single header,
    .tribe-events-day .tribe-events-single header {
        padding: 0 20px;
        padding: 0 1.25rem
    }
}

.events .tribe-events-notices,
.events-single .tribe-events-notices,
.events-list .tribe-events-notices,
.tribe-events-day .tribe-events-notices {
    background: #f5ec48;
    border: none;
    border-bottom: 2px solid #212121;
    border-radius: 0;
    color: #212121;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: .625rem;
    text-shadow: none
}

@media (max-width: 60em) {
    .events .tribe-events-notices,
    .events-single .tribe-events-notices,
    .events-list .tribe-events-notices,
    .tribe-events-day .tribe-events-notices {
        margin-top: 0;
        text-align: center
    }
}

.events .tribe-events-notices ul,
.events-single .tribe-events-notices ul,
.events-list .tribe-events-notices ul,
.tribe-events-day .tribe-events-notices ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Trade Gothic W01 Bold"
}

.events .recurringinfo .tribe-events-divider,
.events-single .recurringinfo .tribe-events-divider,
.events-list .recurringinfo .tribe-events-divider,
.tribe-events-day .recurringinfo .tribe-events-divider {
    padding: 0px 5px;
    padding: 0rem .3125rem
}

.events h3,
.events-single h3,
.events-list h3,
.tribe-events-day h3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-transform: none
}

.events h2,
.events-single h2,
.events-list h2,
.tribe-events-day h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    line-height: 1.2
}

@media (min-width: 38.125em) {
    .events h2,
    .events-single h2,
    .events-list h2,
    .tribe-events-day h2 {
        font-size: 48px;
        font-size: 3rem
    }
}

.events h2 a,
.events-single h2 a,
.events-list h2 a,
.tribe-events-day h2 a {
    color: #212121
}

@media (max-width: 60em) {
    .events .tribe-events-loop,
    .events-single .tribe-events-loop,
    .events-list .tribe-events-loop,
    .tribe-events-day .tribe-events-loop {
        padding: 0 20px;
        padding: 0 1.25rem
    }
}

.events .summary-module,
.events-single .summary-module,
.events-list .summary-module,
.tribe-events-day .summary-module {
    margin-left: auto;
    margin-right: auto;
    display: table;
    border-bottom: 2px solid #212121;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    table-layout: auto;
    width: 100%
}

.events .summary-module:before,
.events-single .summary-module:before,
.events-list .summary-module:before,
.tribe-events-day .summary-module:before {
    content: '';
    display: table
}

.events .summary-module:after,
.events-single .summary-module:after,
.events-list .summary-module:after,
.tribe-events-day .summary-module:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 38.125em) {
    .events .summary-module,
    .events-single .summary-module,
    .events-list .summary-module,
    .tribe-events-day .summary-module {
        border: none
    }
}

.events .summary-module.full-summary,
.events-single .summary-module.full-summary,
.events-list .summary-module.full-summary,
.tribe-events-day .summary-module.full-summary {
    table-layout: fixed
}

.events .summary-module .content-module,
.events-single .summary-module .content-module,
.events-list .summary-module .content-module,
.tribe-events-day .summary-module .content-module {
    margin-bottom: 0
}

@media (max-width: 38.125em) {
    .events .summary-module .recurringinfo .tribe-events-divider,
    .events-single .summary-module .recurringinfo .tribe-events-divider,
    .events-list .summary-module .recurringinfo .tribe-events-divider,
    .tribe-events-day .summary-module .recurringinfo .tribe-events-divider {
        display: none
    }
}

.events .summary-module h3,
.events-single .summary-module h3,
.events-list .summary-module h3,
.tribe-events-day .summary-module h3 {
    margin: 0;
    font-family: "Trade Gothic W01 Bold"
}

.events .summary-module h2,
.events-single .summary-module h2,
.events-list .summary-module h2,
.tribe-events-day .summary-module h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    margin: 10px 0 20px;
    margin: .625rem 0 1.25rem
}

@media (min-width: 38.125em) {
    .events .summary-module h2,
    .events-single .summary-module h2,
    .events-list .summary-module h2,
    .tribe-events-day .summary-module h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

.events .summary-module h2 a,
.events-single .summary-module h2 a,
.events-list .summary-module h2 a,
.tribe-events-day .summary-module h2 a {
    text-decoration: none
}

.events .summary-module .content-module,
.events-single .summary-module .content-module,
.events-list .summary-module .content-module,
.tribe-events-day .summary-module .content-module {
    padding: 0
}

.events .summary-module p,
.events-single .summary-module p,
.events-list .summary-module p,
.tribe-events-day .summary-module p {
    font-family: "Trade Gothic W01 Roman";
    margin: 0
}

.events .summary-module .image-module,
.events-single .summary-module .image-module,
.events-list .summary-module .image-module,
.tribe-events-day .summary-module .image-module {
    clear: none;
    width: 25%;
    background-color: #212121;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

@media (max-width: 38.125em) {
    .events .summary-module .image-module,
    .events-single .summary-module .image-module,
    .events-list .summary-module .image-module,
    .tribe-events-day .summary-module .image-module {
        clear: both;
        width: 100%
    }
}

@media (min-width: 38.125em) {
    .events .summary-module .image-module,
    .events-single .summary-module .image-module,
    .events-list .summary-module .image-module,
    .tribe-events-day .summary-module .image-module {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width: 38.125em) {
    .events .summary-module .image-module,
    .events-single .summary-module .image-module,
    .events-list .summary-module .image-module,
    .tribe-events-day .summary-module .image-module {
        display: table-caption;
        background-position: top center;
        padding-bottom: 43.5%
    }
}

.events .summary-module .content-module,
.events-single .summary-module .content-module,
.events-list .summary-module .content-module,
.tribe-events-day .summary-module .content-module {
    clear: none;
    width: 75%;
    border: none
}

@media (max-width: 38.125em) {
    .events .summary-module .content-module,
    .events-single .summary-module .content-module,
    .events-list .summary-module .content-module,
    .tribe-events-day .summary-module .content-module {
        clear: both;
        width: 100%
    }
}

@media (max-width: 38.125em) {
    .events .summary-module .content-module,
    .events-single .summary-module .content-module,
    .events-list .summary-module .content-module,
    .tribe-events-day .summary-module .content-module {
        margin-bottom: 0
    }
}

@media (min-width: 38.125em) {
    .events .summary-module .content-module,
    .events-single .summary-module .content-module,
    .events-list .summary-module .content-module,
    .tribe-events-day .summary-module .content-module {
        display: table-cell;
        vertical-align: middle
    }
}

.events .summary-module .content-module.full,
.events-single .summary-module .content-module.full,
.events-list .summary-module .content-module.full,
.tribe-events-day .summary-module .content-module.full {
    width: 100%
}

@media (min-width: 60em) {
    .events .summary-module .content-module.full,
    .events-single .summary-module .content-module.full,
    .events-list .summary-module .content-module.full,
    .tribe-events-day .summary-module .content-module.full {
        clear: both;
        width: 100%
    }
}

@media (min-width: 38.125em) {
    .events .summary-module .content-module.full,
    .events-single .summary-module .content-module.full,
    .events-list .summary-module .content-module.full,
    .tribe-events-day .summary-module .content-module.full {
        display: table;
        table-layout: fixed
    }
}

.events .summary-module .content-module.full .entry,
.events-single .summary-module .content-module.full .entry,
.events-list .summary-module .content-module.full .entry,
.tribe-events-day .summary-module .content-module.full .entry {
    clear: none;
    width: 80%
}

@media (max-width: 38.125em) {
    .events .summary-module .content-module.full .entry,
    .events-single .summary-module .content-module.full .entry,
    .events-list .summary-module .content-module.full .entry,
    .tribe-events-day .summary-module .content-module.full .entry {
        clear: both;
        width: 100%
    }
}

.events .summary-module .content-module.full .url,
.events-single .summary-module .content-module.full .url,
.events-list .summary-module .content-module.full .url,
.tribe-events-day .summary-module .content-module.full .url {
    width: 23.5%
}

@media (max-width: 38.125em) {
    .events .summary-module .content-module.full .url,
    .events-single .summary-module .content-module.full .url,
    .events-list .summary-module .content-module.full .url,
    .tribe-events-day .summary-module .content-module.full .url {
        clear: both;
        width: 100%
    }
}

.events .summary-module .entry,
.events-single .summary-module .entry,
.events-list .summary-module .entry,
.tribe-events-day .summary-module .entry {
    clear: none;
    width: 70%;
    padding: 20px;
    padding: 1.25rem;
    background: #fef6e4
}

@media (max-width: 38.125em) {
    .events .summary-module .entry,
    .events-single .summary-module .entry,
    .events-list .summary-module .entry,
    .tribe-events-day .summary-module .entry {
        clear: both;
        width: 100%
    }
}

@media (min-width: 38.125em) {
    .events .summary-module .entry,
    .events-single .summary-module .entry,
    .events-list .summary-module .entry,
    .tribe-events-day .summary-module .entry {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.events .summary-module .url,
.events-single .summary-module .url,
.events-list .summary-module .url,
.tribe-events-day .summary-module .url {
    clear: none;
    width: 30%;
    background: #f5ec48;
    color: #ccc20b;
    display: block;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    padding: 10px;
    padding: .625rem;
    -moz-transition: padding .2s ease-in;
    -o-transition: padding .2s ease-in;
    -webkit-transition: padding .2s ease-in;
    transition: padding .2s ease-in
}

@media (max-width: 38.125em) {
    .events .summary-module .url,
    .events-single .summary-module .url,
    .events-list .summary-module .url,
    .tribe-events-day .summary-module .url {
        clear: both;
        width: 100%
    }
}

@media (min-width: 38.125em) {
    .events .summary-module .url,
    .events-single .summary-module .url,
    .events-list .summary-module .url,
    .tribe-events-day .summary-module .url {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.events .summary-module .url:hover,
.events-single .summary-module .url:hover,
.events-list .summary-module .url:hover,
.tribe-events-day .summary-module .url:hover {
    padding: 10px 5px 10px 10px;
    padding: .625rem .3125rem .625rem .625rem;
    -moz-transition: padding .2s ease-out;
    -o-transition: padding .2s ease-out;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out
}

.events .event-meta,
.events-single .event-meta,
.events-list .event-meta,
.tribe-events-day .event-meta {
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #212121;
    display: table;
    table-layout: auto;
    margin-bottom: 0;
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
    width: 100%
}

.events .event-meta:before,
.events-single .event-meta:before,
.events-list .event-meta:before,
.tribe-events-day .event-meta:before {
    content: '';
    display: table
}

.events .event-meta:after,
.events-single .event-meta:after,
.events-list .event-meta:after,
.tribe-events-day .event-meta:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 38.125em) {
    .events .event-meta,
    .events-single .event-meta,
    .events-list .event-meta,
    .tribe-events-day .event-meta {
        padding: 40px 0 0 0;
        padding: 2.5rem 0 0 0;
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 60em) {
    .events .event-meta .limited-space,
    .events .event-meta .buy-tickets,
    .events-single .event-meta .limited-space,
    .events-single .event-meta .buy-tickets,
    .events-list .event-meta .limited-space,
    .events-list .event-meta .buy-tickets,
    .tribe-events-day .event-meta .limited-space,
    .tribe-events-day .event-meta .buy-tickets {
        clear: none;
        width: 70%;
        display: table-cell;
        vertical-align: top
    }
}

.events .event-meta .limited-space,
.events-single .event-meta .limited-space,
.events-list .event-meta .limited-space,
.tribe-events-day .event-meta .limited-space {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width: 60em) {
    .events .event-meta .limited-space,
    .events-single .event-meta .limited-space,
    .events-list .event-meta .limited-space,
    .tribe-events-day .event-meta .limited-space {
        padding-right: 40px;
        padding-right: 2.5rem
    }
}

@media (min-width: 60em) {
    .events .event-meta .buy-tickets,
    .events-single .event-meta .buy-tickets,
    .events-list .event-meta .buy-tickets,
    .tribe-events-day .event-meta .buy-tickets {
        clear: none;
        width: 30%
    }
}

.events .event-meta .buy-tickets .button,
.events .event-meta .buy-tickets .share-module li a,
.share-module li .events .event-meta .buy-tickets a,
.events .event-meta .buy-tickets .post-navigation a,
.post-navigation .events .event-meta .buy-tickets a,
.events-single .event-meta .buy-tickets .button,
.events-single .event-meta .buy-tickets .share-module li a,
.share-module li .events-single .event-meta .buy-tickets a,
.events-single .event-meta .buy-tickets .post-navigation a,
.post-navigation .events-single .event-meta .buy-tickets a,
.events-list .event-meta .buy-tickets .button,
.events-list .event-meta .buy-tickets .share-module li a,
.share-module li .events-list .event-meta .buy-tickets a,
.events-list .event-meta .buy-tickets .post-navigation a,
.post-navigation .events-list .event-meta .buy-tickets a,
.tribe-events-day .event-meta .buy-tickets .button,
.tribe-events-day .event-meta .buy-tickets .share-module li a,
.share-module li .tribe-events-day .event-meta .buy-tickets a,
.tribe-events-day .event-meta .buy-tickets .post-navigation a,
.post-navigation .tribe-events-day .event-meta .buy-tickets a {
    background: #8cbdca;
    color: #212121;
    display: block
}

.events .event-meta .buy-tickets .button:hover,
.events .event-meta .buy-tickets .share-module li a:hover,
.share-module li .events .event-meta .buy-tickets a:hover,
.events .event-meta .buy-tickets .post-navigation a:hover,
.post-navigation .events .event-meta .buy-tickets a:hover,
.events-single .event-meta .buy-tickets .button:hover,
.events-single .event-meta .buy-tickets .share-module li a:hover,
.share-module li .events-single .event-meta .buy-tickets a:hover,
.events-single .event-meta .buy-tickets .post-navigation a:hover,
.post-navigation .events-single .event-meta .buy-tickets a:hover,
.events-list .event-meta .buy-tickets .button:hover,
.events-list .event-meta .buy-tickets .share-module li a:hover,
.share-module li .events-list .event-meta .buy-tickets a:hover,
.events-list .event-meta .buy-tickets .post-navigation a:hover,
.post-navigation .events-list .event-meta .buy-tickets a:hover,
.tribe-events-day .event-meta .buy-tickets .button:hover,
.tribe-events-day .event-meta .buy-tickets .share-module li a:hover,
.share-module li .tribe-events-day .event-meta .buy-tickets a:hover,
.tribe-events-day .event-meta .buy-tickets .post-navigation a:hover,
.post-navigation .tribe-events-day .event-meta .buy-tickets a:hover {
    background: #212121;
    color: #fef6e4
}

.events .event-meta dt,
.events-single .event-meta dt,
.events-list .event-meta dt,
.tribe-events-day .event-meta dt {
    font-family: "Trade Gothic W01 Bold";
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.events .event-meta dd,
.events-single .event-meta dd,
.events-list .event-meta dd,
.tribe-events-day .event-meta dd {
    background: #fef6e4;
    border-bottom: 1px solid #f5ec48;
    padding: 10px;
    padding: .625rem
}

@media (min-width: 38.125em) {
    .events .event-meta dd,
    .events-single .event-meta dd,
    .events-list .event-meta dd,
    .tribe-events-day .event-meta dd {
        background: transparent;
        border: none
    }
}

.events .event-meta dd:last-child,
.events-single .event-meta dd:last-child,
.events-list .event-meta dd:last-child,
.tribe-events-day .event-meta dd:last-child {
    border-bottom: 2px solid #f5ec48
}

@media (min-width: 38.125em) {
    .events .event-meta dd:last-child,
    .events-single .event-meta dd:last-child,
    .events-list .event-meta dd:last-child,
    .tribe-events-day .event-meta dd:last-child {
        border: none
    }
}

.events .date-header,
.events-single .date-header,
.events-list .date-header,
.tribe-events-day .date-header {
    font-family: "Trade Gothic W01 Bold";
    font-size: 13px;
    font-size: .8125rem
}

@media (min-width: 38.125em) {
    .events .date-header,
    .events-single .date-header,
    .events-list .date-header,
    .tribe-events-day .date-header {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

.events .tribe-events-list-separator-month,
.events-single .tribe-events-list-separator-month,
.events-list .tribe-events-list-separator-month,
.tribe-events-day .tribe-events-list-separator-month {
    display: block;
    text-align: left
}

.events .tribe-events-list-separator-month span,
.events-single .tribe-events-list-separator-month span,
.events-list .tribe-events-list-separator-month span,
.tribe-events-day .tribe-events-list-separator-month span {
    color: #212121;
    display: block;
    padding: 5px 0;
    padding: .3125rem 0;
    text-transform: uppercase
}

.events .tribe-events-list-separator-year,
.events-single .tribe-events-list-separator-year,
.events-list .tribe-events-list-separator-year,
.tribe-events-day .tribe-events-list-separator-year {
    display: none;
    background: #fef6e4;
    border: 1px solid #fad582;
    color: #212121;
    padding: 5px 10px;
    padding: .3125rem .625rem;
    margin-left: 5px;
    margin-left: .3125rem;
    text-transform: uppercase
}

.events #tribe-events-header,
.events-single #tribe-events-header,
.events-list #tribe-events-header,
.tribe-events-day #tribe-events-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.events #tribe-events-content #tribe-events-footer,
.events-single #tribe-events-content #tribe-events-footer,
.events-list #tribe-events-content #tribe-events-footer,
.tribe-events-day #tribe-events-content #tribe-events-footer {
    margin: 0;
    margin-bottom: 0
}

@media (min-width: 60em) {
    .events #tribe-events-content #tribe-events-footer,
    .events-single #tribe-events-content #tribe-events-footer,
    .events-list #tribe-events-content #tribe-events-footer,
    .tribe-events-day #tribe-events-content #tribe-events-footer {
        margin: 20px 0;
        margin: 1.25rem 0
    }
}

.events-single .content header {
    border-top: 2px solid #212121;
    padding-top: 40px;
    padding-top: 2.5rem
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .events-single .content header {
        border: none
    }
}

#tribe-events-content.tribe-events-list {
    margin-bottom: 0
}

.primary #tribe-events-header .tribe-events-sub-nav,
.primary #tribe-events-footer .tribe-events-sub-nav {
    margin-left: auto;
    margin-right: auto;
    background: #212121;
    display: table;
    margin: 0;
    padding: 0;
    table-layout: auto;
    width: 100%
}

.primary #tribe-events-header .tribe-events-sub-nav:before,
.primary #tribe-events-footer .tribe-events-sub-nav:before {
    content: '';
    display: table
}

.primary #tribe-events-header .tribe-events-sub-nav:after,
.primary #tribe-events-footer .tribe-events-sub-nav:after {
    clear: both;
    content: '';
    display: table
}

.primary #tribe-events-header .tribe-events-sub-nav li,
.primary #tribe-events-footer .tribe-events-sub-nav li {
    color: #fef6e4;
    text-align: center;
    margin: 0
}

.primary #tribe-events-header .tribe-events-sub-nav li a,
.primary #tribe-events-footer .tribe-events-sub-nav li a {
    color: #fef6e4;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.primary #tribe-events-header .tribe-events-sub-nav li a:hover,
.primary #tribe-events-footer .tribe-events-sub-nav li a:hover {
    color: #f5ec48;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.primary #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left,
.primary #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left {
    clear: none;
    width: 20%;
    display: table-cell;
    margin-right: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    text-align: left;
    vertical-align: middle
}

.primary #tribe-events-header .tribe-events-sub-nav .tribe-list-heading,
.primary #tribe-events-footer .tribe-events-sub-nav .tribe-list-heading {
    clear: none;
    width: 60%;
    display: table-cell;
    vertical-align: middle
}

.primary #tribe-events-header .tribe-events-sub-nav .tribe-list-heading .tribe-events-list-separator-month,
.primary #tribe-events-footer .tribe-events-sub-nav .tribe-list-heading .tribe-events-list-separator-month {
    text-align: center
}

.primary #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right,
.primary #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {
    clear: none;
    width: 20%;
    display: table-cell;
    margin-left: 0;
    padding-right: 20px;
    padding-right: 1.25rem;
    text-align: right;
    vertical-align: middle
}

.primary #tribe-events-header .date-header,
.primary #tribe-events-footer .date-header {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0
}

.primary #tribe-events-header .date-header span,
.primary #tribe-events-footer .date-header span {
    background: transparent;
    border: none;
    color: #fef6e4;
    padding: 5px 10px;
    padding: .3125rem .625rem
}

.events-archive #main .primary>*,
.events-single #main .primary>* {
    float: none;
    margin: 0 auto;
    width: 100%
}

@media (min-width: 60em) {
    .events-archive #main .primary>*,
    .events-single #main .primary>* {
        float: left;
        margin: 0
    }
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .events-archive #main .primary>*,
    .touch .events-single #main .primary>* {
        width: 100%;
        float: none
    }
}

.events-archive #main .primary>.page-header,
.events-single #main .primary>.page-header {
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

.events-archive #main .primary>.page-header.banner-wrap,
.events-single #main .primary>.page-header.banner-wrap {
    margin: 0
}

@media (max-width: 38.125em) {
    .events-archive #main .primary>.page-header.banner-wrap,
    .events-single #main .primary>.page-header.banner-wrap {
        border-top: 2px solid #212121
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .events-archive #main .primary>.page-header h2,
    .events-single #main .primary>.page-header h2 {
        top: 2px
    }
}

@media (min-width: 60em) {
    .events-archive #main .primary>.featured-events,
    .events-single #main .primary>.featured-events {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

.events-archive #main .primary .tribe-events-single>header,
.events-single #main .primary .tribe-events-single>header {
    border-top: 2px solid #212121;
    padding-top: 40px;
    padding-top: 2.5rem
}

.events-archive #main .primary .tribe-events-single>strong,
.events-single #main .primary .tribe-events-single>strong {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.featured-events {
    float: none !important;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (max-width: 60em) {
    .featured-events {
        border-top: 2px solid #212121
    }
}

.home .featured-events {
    float: none !important
}

@media (min-width: 60em) {
    .home .featured-events {
        float: left !important;
        clear: none;
        width: 60%;
        padding-left: 20px;
        padding-left: 1.25rem
    }
}

.featured-events .tribe-events-divider {
    display: none
}

.featured-events h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    margin: 10px 0 20px;
    margin: .625rem 0 1.25rem
}

@media (min-width: 60em) and (max-width: 79.5625em) {
    .touch .featured-events h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.1
    }
}

.featured-events .url {
    color: #212121;
    font-family: "Trade Gothic W01 Bold";
    text-transform: uppercase
}

.featured-events .url span {
    margin-left: 5px;
    margin-left: .3125rem
}

.featured-events .inner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    table-layout: auto;
    width: 100%;
    outline: none
}

.featured-events .inner:before {
    content: '';
    display: table
}

.featured-events .inner:after {
    clear: both;
    content: '';
    display: table
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .featured-events .inner {
        display: table
    }
}

@media (min-width: 79.5625em) {
    .featured-events .inner {
        display: table
    }
}

.featured-events .inner:before {
    display: none
}

.home .featured-events .inner {
    display: block
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .home .featured-events .inner {
        display: block
    }
}

@media (min-width: 79.5625em) {
    .home .featured-events .inner {
        display: block
    }
}

.featured-events .inner:hover .image-module a {
    opacity: 1;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.featured-events .image-module {
    clear: both;
    width: 100%;
    background-color: #212121;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: block;
    vertical-align: middle
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .featured-events .image-module {
        clear: none;
        width: 60%
    }
}

@media (min-width: 79.5625em) {
    .featured-events .image-module {
        clear: none;
        width: 60%
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .featured-events .image-module {
        display: table-cell
    }
}

@media (min-width: 79.5625em) {
    .featured-events .image-module {
        display: table-cell
    }
}

.home .featured-events .image-module {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%
}

.featured-events .image-module.has-image {
    background-position: top center;
    padding-bottom: 43.5%;
    clear: both;
    width: 100%
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .featured-events .image-module.has-image {
        clear: none;
        width: 60%
    }
}

@media (min-width: 79.5625em) {
    .featured-events .image-module.has-image {
        clear: none;
        width: 60%
    }
}

.home .featured-events .image-module.has-image {
    background-position: center center;
    display: block;
    padding-bottom: 0;
    width: 100%
}

.featured-events .image-module>a {
    background: rgba(254, 246, 228, 0.5);
    display: block;
    font-family: "Trade Gothic W01 Bold";
    font-size: 22px;
    font-size: 1.375rem;
    opacity: 0;
    padding: 20% 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.featured-events .image-module>a:not(.button) {
    text-decoration: none
}

.featured-events figcaption {
    background: #8cbdca
}

.featured-events figcaption a {
    display: block;
    padding: 20px;
    padding: 1.25rem
}

.featured-events figcaption a:not(.button) {
    text-decoration: none
}

.featured-events figcaption h2 {
    margin-bottom: 0;
    text-decoration: none
}

@media (min-width: 60em) {
    .featured-events figcaption h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 0
    }
}

.featured-events figcaption strong {
    color: #fef6e4
}

.featured-events .entry-module {
    clear: both;
    width: 100%;
    background: #f5ec48;
    padding: 20px;
    padding: 1.25rem;
    display: block;
    vertical-align: top
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .featured-events .entry-module {
        clear: none;
        width: 40%
    }
}

@media (min-width: 79.5625em) {
    .featured-events .entry-module {
        clear: none;
        width: 40%
    }
}

@media (min-width: 38.125em) {
    .featured-events .entry-module {
        padding: 40px;
        padding: 2.5rem
    }
}

@media (min-width: 38.125em) and (max-width: 60em) {
    .featured-events .entry-module {
        display: table-cell
    }
}

@media (min-width: 79.5625em) {
    .featured-events .entry-module {
        display: table-cell
    }
}

@media (max-width: 38.125em) {
    .featured-events .entry-module h2 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.featured-events .skate-slide-navigation {
    position: relative;
    text-align: left;
    margin-top: 10px;
    margin-top: .625rem
}

.featured-events .skate-slide-navigation li {
    display: inline-block;
    width: auto
}

.featured-events .skate-slide-navigation li a {
    background: #9c9408;
    border-color: #9c9408
}

.home .featured-events .skate-slide-navigation li a {
    background: #8cbdca;
    border-color: #fef6e4
}

.home .featured-events .skate-slide-navigation li a.skate-slide-current {
    background: #fef6e4
}

.home .featured-events .skate-slide-navigation {
    text-align: center
}

.featured-events .skate-next-prev {
    display: none
}

.border-holster {
    margin: 0px auto 20px;
    margin: 0rem auto 1.25rem;
    max-width: 1252px;
    overflow: visible;
    display: none
}

@media (min-width: 60em) {
    .border-holster {
        display: block
    }
}

.border {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAIklEQVQYGWNUVFT8z0AfgG4VjM9EyHo6KGCEOYaQW3DKAwBq4gWT63ZrUwAAAABJRU5ErkJggg==") top center repeat-x;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    height: 15px;
    max-height: 675px;
    margin: 0 auto;
    max-width: 98%;
    overflow: visible;
    position: relative
}

.border .right {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASElEQVQYGWNQVFT8z0AAgNUQUgiXhzOwmIoih8JBUowhjiEAVIxNDEMQqyKQTcgSyGwkV0CYMEkYjaEAJgBSQFARSDFRioDqANNgGkeqpxkIAAAAAElFTkSuQmCC") top left no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: -10px
}

.border .left {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYGWNgYGD4D8REg1HFyEFFw9AAAO0QCfeqWM/+AAAAAElFTkSuQmCC") top left no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: -10px
}

@media (max-width: 60em) {
    .border .left,
    .border .right {
        display: none
    }
}

#footer {
    margin-left: auto;
    margin-right: auto;
    background: #f5ec48;
    display: table;
    margin: 0 auto;
    max-width: 1512px;
    table-layout: fixed;
    width: 100%;
    padding: 40px;
    padding: 2.5rem
}

#footer:before {
    content: '';
    display: table
}

#footer:after {
    clear: both;
    content: '';
    display: table
}

@media (max-width: 79.5625em) {
    #footer {
        padding: 20px;
        padding: 1.25rem
    }
}

@media (max-width: 60em) {
    #footer {
        display: block;
        table-layout: inherit;
        overflow: visible
    }
}

#footer>* {
    clear: none;
    width: 33.3333%;
    border-right: 2px solid #212121;
    display: table-cell;
    vertical-align: top;
    padding: 30px;
    padding: 1.875rem;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 60em) {
    #footer>* {
        clear: none;
        width: 50%
    }
}

@media (max-width: 38.125em) {
    #footer>* {
        clear: both;
        width: 100%
    }
}

@media (max-width: 60em) {
    #footer>* {
        display: inline-block;
        margin-right: -5px
    }
}

#footer>*:last-child {
    border: none
}

#footer h4,
#footer .featured-events figcaption h2,
.featured-events figcaption #footer h2 {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-bottom: 5px;
    padding-bottom: .3125rem
}

#footer .footer-nav {
    margin-left: auto;
    margin-right: auto;
    margin: 0
}

#footer .footer-nav:before {
    content: '';
    display: table
}

#footer .footer-nav:after {
    clear: both;
    content: '';
    display: table
}

@media (max-width: 60em) {
    #footer .footer-nav {
        display: block;
        border-bottom: 2px solid #212121;
        border-right: none;
        padding: 20px;
        padding: 1.25rem;
        text-align: center;
        width: 100%
    }
}

@media (max-width: 38.125em) {
    #footer .footer-nav {
        display: block
    }
}

#footer .footer-nav .logo a {
    background: transparent url("/images/vulcan-outline-logo.svg") center center no-repeat;
    background-size: contain;
    display: block;
    height: 150px;
    width: 100%;
    image-rendering: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #footer .footer-nav .logo a {
        background: transparent url("/images/vulcan-outline-logo.svg") center center no-repeat
    }
}

@media (max-width: 79.5625em) {
    #footer .footer-nav .logo a {
        background-position: center center
    }
}

@media (max-width: 38.125em) {
    #footer .footer-nav .logo a {
        background-position: center center;
        height: 90px
    }
}

.no-svg #footer .footer-nav .logo a {
    background: transparent url("/images/vulcan-outline-logo_1x.png") center center no-repeat
}

#footer .footer-nav .navigation {
    border-bottom: 2px solid #ccc20b;
    padding: 5px;
    padding: .3125rem;
    margin: 0 auto
}

@media (max-width: 60em) {
    #footer .footer-nav .navigation {
        margin-left: auto;
        margin-right: auto
    }
    #footer .footer-nav .navigation:before {
        content: '';
        display: table
    }
    #footer .footer-nav .navigation:after {
        clear: both;
        content: '';
        display: table
    }
    #footer .footer-nav .navigation>* {
        float: left
    }
}

@media (max-width: 38.125em) {
    #footer .footer-nav .navigation {
        margin-left: auto;
        margin-right: auto
    }
    #footer .footer-nav .navigation:before {
        content: '';
        display: table
    }
    #footer .footer-nav .navigation:after {
        clear: both;
        content: '';
        display: table
    }
    #footer .footer-nav .navigation>* {
        float: left
    }
}

@media (max-width: 38.125em) {
    #footer .footer-nav .navigation {
        text-align: left;
        margin: 0
    }
}

#footer .footer-nav .navigation:last-child {
    border: none
}

#footer .footer-nav .navigation>* {
    float: none
}

@media (min-width: 38.125em) {
    #footer .footer-nav .navigation ul {
        text-align: center
    }
}

#footer .footer-nav .navigation li {
    display: inline-block;
    margin-right: -1px
}

@media (max-width: 38.125em) {
    #footer .footer-nav .navigation li {
        display: block
    }
}

#footer .footer-nav .navigation li:first-child a {
    display: inline-block;
    margin-right: 0
}

#footer .footer-nav .navigation li a {
    padding: 10px 5px;
    padding: .625rem .3125rem;
    display: inline-block
}

@media (min-width: 38.125em) {
    #footer .footer-nav .navigation li a {
        display: list-item;
        padding-top: 5px;
        padding-top: .3125rem;
        padding-bottom: 5px;
        padding-bottom: .3125rem;
        white-space: nowrap
    }
}

#footer .footer-nav a {
    color: #212121;
    font-family: "TradeGothicW01-BoldCn20 675334";
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 38.125em) and (max-width: 60em) {
    #footer .footer-nav a {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (max-width: 38.125em) {
    #footer .footer-nav a {
        font-size: 22px;
        font-size: 1.375rem;
        padding: 20px 5px;
        padding: 1.25rem .3125rem
    }
}

#footer .footer-nav .secondary-nav a {
    font-size: 12px;
    font-size: .75rem
}

@media (max-width: 38.125em) {
    #footer .footer-nav .secondary-nav a {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media (max-width: 38.125em) {
    #footer .newsletter-module {
        display: block;
        border-bottom: 2px solid #212121;
        border-right: none;
        padding: 20px;
        padding: 1.25rem;
        text-align: left
    }
}

#footer .newsletter-module h4,
#footer .newsletter-module .featured-events figcaption h2,
.featured-events figcaption #footer .newsletter-module h2 {
    border-bottom: 2px solid #ccc20b
}

#footer .newsletter-module .form_footer {
    margin-top: 10px;
    margin-top: .625rem
}

@media (max-width: 38.125em) {
    #footer .contact-module {
        display: block;
        border-bottom: 2px solid #212121;
        border-right: none;
        padding: 20px;
        padding: 1.25rem;
        text-align: left
    }
}

@media (max-width: 38.125em) {
    #footer .contact-module .street-address {
        display: block
    }
}

#footer .vcard h1 {
    position: absolute;
    left: -99999px
}

#footer .vcard p {
    display: block;
    font-family: "Trade Gothic W01 Cn 18";
    margin-bottom: 5px;
    margin-bottom: .3125rem;
    text-transform: uppercase
}

#footer .social {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin: 10px 0 0 0;
    margin: .625rem 0 0 0;
    padding: 0;
    width: 100%
}

#footer .social:before {
    content: '';
    display: table
}

#footer .social:after {
    clear: both;
    content: '';
    display: table
}

#footer .social li {
    margin-right: -4px
}

#footer .social .donate-btn {
    display: block;
    vertical-align: middle;
    width: 100%
}

@media (min-width: 79.5625em) {
    #footer .social .donate-btn {
        display: inline-block;
        width: 40%
    }
}

#footer .social .donate-btn a {
    display: block
}

#footer .social .soc {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

@media (max-width: 79.5625em) {
    #footer .social .soc {
        clear: none;
        width: 25%
    }
}

@media (max-width: 79.5625em) {
    #footer .social .soc {
        margin-top: 10px;
        margin-top: .625rem
    }
}

@media (min-width: 79.5625em) {
    #footer .social .soc {
        width: 15%
    }
}

@media (max-width: 79.5625em) {
    #footer .social .soc a {
        padding: 10px;
        padding: .625rem
    }
}

#footer .social span {
    color: #fef6e4;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: -99999px
}

#footer .social .vp {
    color: #212121;
    font-size: 24px;
    font-size: 1.5rem;
    position: relative;
    left: auto
}

#footer .social .button,
#footer .social .share-module li a,
.share-module li #footer .social a,
#footer .social .post-navigation a,
.post-navigation #footer .social a {
    padding: 16px;
    padding: 1rem
}

#footer .social .button span,
#footer .social .share-module li a span,
.share-module li #footer .social a span,
#footer .social .post-navigation a span,
.post-navigation #footer .social a span {
    color: #fef6e4;
    font-size: 16px;
    font-size: 1rem
}

.gform_wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%
}

.gform_wrapper:before {
    content: '';
    display: table
}

.gform_wrapper:after {
    clear: both;
    content: '';
    display: table
}

.gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.gform_wrapper .validation_error {
    background: #f5ec48;
    border-bottom: 2px solid #212121;
    font-family: "TradeGothicW01-BoldCn20 675334";
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: .625rem
}

.gform_wrapper .gform_heading {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.gform_wrapper .gform_body {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.gform_wrapper .gform_body .gsection {
    margin-top: 20px;
    margin-top: 1.25rem
}

.gform_wrapper .gform_body .gfield {
    border-bottom: 2px solid #cdcdcd;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.gform_wrapper .gform_body .gfield.gfield--type-honeypot {
    display: none;
}

#footer .gform_wrapper .gform_body .gfield {
    border: none
}

.gform_wrapper .gform_body .gfield.gsection {
    border-bottom-color: #212121
}

.gform_wrapper .gform_body .gfield.gsection h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.gform_wrapper .gform_body .gfield.gform_hidden {
    margin: 0;
    border: none
}

.gform_wrapper .gform_body .ginput_container {
    padding-bottom: 10px;
    padding-bottom: .625rem
}

.gform_wrapper .gform_body .ginput_container.ginput_complex {
    padding-bottom: 0px;
    padding-bottom: 0
}

.gform_wrapper .gform_body .hide-me {
    position: absolute;
    left: -99999999px
}

.gform_wrapper .gform_body label {
    display: block;
    font-family: "TradeGothicW01-BoldCn20 675334";
    margin-bottom: 10px;
    margin-bottom: .625rem;
    position: absolute;
    text-transform: uppercase;
    left: -999999px
}

.gform_wrapper .gform_body .labels .gfield_label {
    position: relative;
    left: 0
}

.gform_wrapper .gform_body .labels .gfield_radio label,
.gform_wrapper .gform_body .labels .gfield_checkbox label {
    display: inline-block;
    position: relative;
    left: 0
}

.gform_wrapper .gform_body .gfield_radio li,
.gform_wrapper .gform_body .gfield_checkbox li {
    display: block;
    margin-right: 20px;
    margin-right: 1.25rem
}

@media (min-width: 38.125em) {
    .gform_wrapper .gform_body .gfield_radio li,
    .gform_wrapper .gform_body .gfield_checkbox li {
        display: inline-block
    }
}

.gform_wrapper .gform_body .gfield_radio input[type=radio],
.gform_wrapper .gform_body .gfield_radio input[type=checkbox],
.gform_wrapper .gform_body .gfield_checkbox input[type=radio],
.gform_wrapper .gform_body .gfield_checkbox input[type=checkbox] {
    position: absolute;
    left: -99999px
}

.gform_wrapper .gform_body .gfield_radio label,
.gform_wrapper .gform_body .gfield_checkbox label {
    color: #9a9a9a;
    cursor: pointer;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
    vertical-align: middle
}

.gform_wrapper .gform_body .gfield_radio label:hover,
.gform_wrapper .gform_body .gfield_checkbox label:hover {
    color: #8cbdca;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

@media (min-width: 38.125em) {
    .gform_wrapper .gform_body .list .gfield_radio li,
    .gform_wrapper .gform_body .list .gfield_checkbox li {
        display: block
    }
}

.gform_wrapper .gform_body .gfield_checkbox label:before {
    background: #fff;
    border: 2px solid #cdcdcd;
    color: transparent;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 1.1;
    text-indent: 0;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: .625rem;
    vertical-align: middle;
    -moz-transition: background .2s ease-in, border-color .2s ease-in;
    -o-transition: background .2s ease-in, border-color .2s ease-in;
    -webkit-transition: background .2s ease-in, border-color .2s ease-in;
    transition: background .2s ease-in, border-color .2s ease-in
}

@media (min-width: 38.125em) {
    .gform_wrapper .gform_body .gfield_checkbox label:before {
        line-height: 1.6;
        text-indent: 4px;
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem
    }
}

.gform_wrapper .gform_body .gfield_checkbox input:checked+label {
    color: #8cbdca
}

.gform_wrapper .gform_body .gfield_checkbox input:checked+label:before {
    color: #fef6e4;
    border-color: #69a9ba;
    background: #8cbdca;
    -moz-transition: background .2s ease-out, border-color .2s ease-out;
    -o-transition: background .2s ease-out, border-color .2s ease-out;
    -webkit-transition: background .2s ease-out, border-color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out
}

.gform_wrapper .gform_body .gfield_radio label:before {
    background: #fff;
    border: 2px solid #cdcdcd;
    content: "";
    display: inline-block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: .625rem;
    vertical-align: middle;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: background .2s ease-in, border .2s ease-in;
    -o-transition: background .2s ease-in, border .2s ease-in;
    -webkit-transition: background .2s ease-in, border .2s ease-in;
    transition: background .2s ease-in, border .2s ease-in
}

@media (min-width: 38.125em) {
    .gform_wrapper .gform_body .gfield_radio label:before {
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem
    }
}

.gform_wrapper .gform_body .gfield_radio input:checked+label {
    color: #8cbdca
}

.gform_wrapper .gform_body .gfield_radio input:checked+label:before {
    border: 3px solid #69a9ba;
    background: #afd1da;
    -moz-transition: background .2s ease-out, border-color .2s ease-out;
    -o-transition: background .2s ease-out, border-color .2s ease-out;
    -webkit-transition: background .2s ease-out, border-color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out
}

.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .gfield_html {
    padding: 10px 0 20px;
    padding: .625rem 0 1.25rem
}

.gform_wrapper .gfield_contains_required input,
.gform_wrapper .gfield_contains_required textarea,
.gform_wrapper .gfield_contains_required select {
    border-left-color: #8cbdca
}

#footer .gform_wrapper .gfield_contains_required input,
#footer .gform_wrapper .gfield_contains_required textarea,
#footer .gform_wrapper .gfield_contains_required select {
    border-left-color: #ccc20b
}

.gform_wrapper .gfield_contains_required .gfield_required {
    color: #4c92a4;
    padding-left: 5px;
    padding-left: .3125rem
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
    background: #fdfbd9;
    border-left-color: #f4e930;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error textarea:focus {
    background: #fff;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in
}

.gform_wrapper .gfield_error .gfield_radio label:before,
.gform_wrapper .gfield_error .gfield_checkbox label:before {
    background: #fdfbd9;
    border-color: #f4e930
}

.gform_wrapper .gfield_description {
    margin: 10px 0;
    margin: .625rem 0;
    position: absolute;
    left: -99999px
}

.gform_wrapper .gform_footer button {
    margin-right: 10px;
    margin-right: .625rem
}

.gform_wrapper textarea {
    height: 100px;
    height: 6.25rem
}

@media (min-width: 38.125em) {
    .gform_wrapper textarea {
        height: 120px;
        height: 7.5rem
    }
}

.gform_wrapper .ginput_complex {
    margin-left: auto;
    margin-right: auto
}

.gform_wrapper .ginput_complex:before {
    content: '';
    display: table
}

.gform_wrapper .ginput_complex:after {
    clear: both;
    content: '';
    display: table
}

.gform_wrapper .ginput_complex>* {
    float: left
}

.gform_wrapper .ginput_complex>* {
    padding-right: 10px;
    padding-right: .625rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.gform_wrapper .ginput_complex>*:last-child {
    padding-right: 0
}

.gform_wrapper .ginput_complex .name_prefix,
.gform_wrapper .ginput_complex .name_suffix {
    clear: none;
    width: 15%
}

@media (max-width: 38.125em) {
    .gform_wrapper .ginput_complex .name_prefix,
    .gform_wrapper .ginput_complex .name_suffix {
        clear: none;
        width: 25%
    }
}

@media (max-width: 38.125em) {
    .gform_wrapper .ginput_complex .name_first {
        padding-right: 0
    }
}

.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_last {
    clear: none;
    width: 35%
}

@media (max-width: 38.125em) {
    .gform_wrapper .ginput_complex .name_first,
    .gform_wrapper .ginput_complex .name_last {
        clear: none;
        width: 75%
    }
}

.gform_wrapper .ginput_complex .ginput_full {
    clear: both;
    width: 100%;
    padding-right: 0
}

.gform_wrapper .ginput_complex .ginput_left {
    clear: none;
    width: 50%;
    padding-right: 10px;
    padding-right: .625rem
}

.gform_wrapper .ginput_complex .ginput_right {
    clear: none;
    width: 50%;
    padding-right: 0
}

.gform_wrapper .clear-multi {
    margin-left: auto;
    margin-right: auto
}

.gform_wrapper .clear-multi:before {
    content: '';
    display: table
}

.gform_wrapper .clear-multi:after {
    clear: both;
    content: '';
    display: table
}

.gform_wrapper .clear-multi>* {
    float: left
}

.gform_wrapper .clear-multi>* {
    clear: none;
    width: 33.3333%;
    padding-right: 10px;
    padding-right: .625rem
}

.gform_wrapper .clear-multi>*:last-child {
    padding: 0
}

.gform_wrapper .clear-multi .gfield_time_hour label {
    color: #b3b3b3;
    margin-top: 5px;
    margin-top: .3125rem;
    position: relative;
    left: 0
}

.gform_wrapper .clear-multi .gfield_time_hour input {
    max-width: 90%;
    margin-right: 9px;
    margin-right: .5625rem
}

.gform_wrapper .clear-multi .gfield_time_hour>* {
    display: inline-block
}

.gform_wrapper .clear-multi .gfield_time_minute label {
    color: #b3b3b3;
    margin-top: 5px;
    margin-top: .3125rem;
    position: relative;
    left: 0
}

.gform_delete {
    cursor: pointer;
    width: 10px;
}