/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

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

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

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

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

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
:root {
    --fc-border-color: #B1ADCF;
    --fc-button-bg-color: #312780;
    --fc-button-border-color: #312780;
    --fc-button-hover-bg-color: #312780;
    --fc-button-hover-border-color: #312780;
    --fc-today-bg-color: #E74F1D;
}

@font-face {
    font-family: 'akkuratstdmono';
    src: url('../font/AkkuratStd-Mono.eot');
    src: url('../font/AkkuratStd-Mono.eot?#iefix') format('embedded-opentype'),
         url('../font/AkkuratStd-Mono.woff') format('woff'),
         url('../font/AkkuratStd-Mono.ttf') format('truetype'),
         url('../font/AkkuratStd-Mono.svg#AkkuratStd-Mono') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    background: #DEE3E5;
    color: #312780;
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'akkuratstdmono', serif;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.6em;
    min-width: 320px;
}

h1 {
    font-family: 'relativefaux', sans-serif;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'relativefaux', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    text-decoration: underline;
    text-transform: uppercase;
}

h3 {
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

h4 {
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 30px 0;
}

a {
    color: inherit;
}

a:focus {
    outline: none;
}

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

iframe {
    max-width: 100%;
}

p {
    margin: 0 0 30px 0;
}

ul,
ol {
    margin: 0 0 30px 0;
}

hr {
    border-top: 1px solid #B1ADCF;
    margin: 0 0 30px 0;
}

.button {
    border: 1px solid #312780;
    display: inline-block;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    line-height: 1.3em;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background: #312780;
    color: #FFF;
}

/* form */
form {
    margin: 0 0 30px 0;
}

input:focus {
    outline: none;
}

.form-text {
    -webkit-appearance: none;
    border-radius: 0;
    
    background: none;
    border: 1px solid #312780;
    box-sizing: border-box;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: -1px 0 0 0;
    padding: 15px 20px;
    position: relative;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #312780;
}

:-moz-placeholder {
    color: #312780;
}

::-moz-placeholder {
    color: #312780;
}

:-ms-input-placeholder {
    color: #312780;
}

.form-actions {
    text-align: right;
}

.form-submit {
    -webkit-appearance: none;
    border-radius: 0;
    
    background: url(../img/arrow-right-down.png) no-repeat 100% 50%;
    border: 1px solid #312780;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: -1px 0 0 1px;
    padding: 15px 38px 15px 20px;
    position: relative;
    text-transform: uppercase;
}

/* container */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.column,
.columns {
    float: left;
    min-height: 1px;
}

.one.column,
.one.columns {
    width: 8.333333333333333%;
}

.two.columns {
    width: 16.666666666666666%;
}

.three.columns {
    width: 25%;
}

.four.columns {
    width: 33.333333333333333%;
}

.five.columns {
    width: 41.666666666666666%;
}

.six.columns {
    width: 50%;
}

.seven.columns {
    width: 58.333333333333333%;
}

.eight.columns {
   width: 66.666666666666666%;
}

.nine.columns {
    width: 75%;
}

.ten.columns {
    width: 83.333333333333333%;
}

.eleven.columns {
    width: 91.666666666666666%;
}

.twelve.columns {
    width: 100%;
}

/* _container */
._container {
    margin: 0 auto;
    max-width: 1366px;
    width: 98%;
}

._column,
._columns {
    box-sizing: border-box;
    float: left;
    padding: 0 1%;
    min-height: 1px;
}

._one._column,
._one._columns {
    width: 8.333333333333333%;
}

._two._columns {
    width: 16.666666666666666%;
}

._three._columns {
    width: 25%;
}

._four._columns {
    width: 33.333333333333333%;
}

._five._columns {
    width: 41.666666666666666%;
}

._six._columns {
    width: 50%;
}

._seven._columns {
    width: 58.333333333333333%;
}

._eight._columns {
   width: 66.666666666666666%;
}

._nine._columns {
    width: 75%;
}

._ten._columns {
    width: 83.333333333333333%;
}

._eleven._columns {
    width: 91.666666666666666%;
}

._twelve._columns {
    width: 100%;
}

.row {
    margin: 0 0 26px 0;
}

/* header */
.header-holder {
    height: 48px;
}

.header {
    box-sizing: border-box;
    color: #FFF;
    height: 48px;
    left: 0;
    padding: 8px 10px;
    position: fixed;
    top: 0;
    transition: background 250ms;
    width: 100%;
    z-index: 102;
}

.header.active {
    background: rgba(222, 227, 229, 0.95);
    border-bottom: 1px solid #B1ADCF;
    color: #312780;
}

/*.header h2 {
    float: right;
    line-height: 32px;
    margin: 0 120px 0 0;
    padding: 0;
    text-align: center;
    width: 100px;
}*/

.header-middle {
    background: #FFF;
    border-bottom: 1px solid #B1ADCF;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6em;
}

.header-middle h2 {
    font-size: 1.8rem;
    line-height: 1.3em;
    text-decoration: none;
}

.header-middle-inner {
    padding: 30px 0 1px 0;
}

.header-middle ul {
    list-style: none;
    padding: 0;
}

.header-middle a {
    text-decoration: none;
}

.header-middle a:hover,
.header-middle .active {
    text-decoration: underline;
}

.header-button {
    border-bottom: 1px solid #312780;
    border-left: 1px solid #312780;
    border-right: 1px solid #312780;
    box-sizing: border-box;
    float: right;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}

.header-bottom {
    margin: 0 0 30px 0;
}

/* logo */
.logo {
    -webkit-transition: -webkit-transform 250ms, transform 250ms;
    transition: transform 250ms;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    
    background: url(../img/logo.png) no-repeat;
    background-size: 100% auto;
    float: left;
    height: 32px;
    width: 115px;
}

.logo.front {
    -webkit-transform: scale(1.5625,1.5625);
    transform: scale(1.5625,1.5625);
}

.header.active .logo {
    background-position: 0 -64px;
}

.header.active .logo.front {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

/* tagline */
.tagline {
    color: #DEE3E5;
    left: 103px;
    position: absolute;
    top: 72px;
    transition: opacity 250ms;
    z-index: 102;
}

.header.active .tagline {
    filter: alpha(opacity=0);
    opacity: 0;
}

/* header-menu */
/*.header-menu {
    font-family: 'relativefaux', sans-serif;
    font-size: 2.6rem;
    line-height: 52px;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
}

.header-menu-header {
    background: #FFF;
    box-sizing: border-box;
    padding: 0 38px 0 10px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    transition: right 250ms;
    top: 0;
    width: 120px;
}

.header-menu.active .header-menu-header {
    right: 250px;
}

.header-menu-icon {
    background: url(../img/header-menu-icon.png) no-repeat 50% 50%;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 17px;
    transition: transform 250ms;
    width: 18px;
}

.header-menu.active .header-menu-icon {
    transform: rotate(90deg);
}

.header-menu-panel {
    background: #FFF;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -250px;
    transition: right 250ms;
    top: 0;
    width: 250px;
}

.header-menu.active .header-menu-panel {
    right: 0;
}*/

/* main-menu */
/*.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu a {
    border-bottom: 1px solid #B1ADCF;
    display: block;
    padding: 0 20px;
    text-decoration: none;
}

.main-menu a:hover {
    background: rgba(222, 227, 229, 0.95);
}

.main-menu ul {
    color: #808080;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.main-menu ul a {
    padding: 0 20px 0 60px;
}*/

.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social li {
    float: left;
    width: 50%;
}

.social a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #B1ADCF;
    display: block;
    height: 48px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.social a:hover {
    background-color: rgba(222, 227, 229, 0.95);
}

.social .odd a {
    border-right: 1px solid #B1ADCF;
}

.social-facebook {
    background-image: url(../img/facebook.png);
}

.social-twitter {
    background-image: url(../img/twitter.png);
}

.social-soundcloud {
    background-image: url(../img/soundcloud.png);
}

.social-instagram {
    background-image: url(../img/instagram.png);
}

/* display */
.display {
    box-sizing: border-box;
    float: right;
    list-style: none;
    margin: 0;
    padding: 10px 33px;
    width: 120px;
}

.display li {
    float: left;
    margin: 0 10px 0 0;
}

.display .last {
    margin: 0;
}

.display a {
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 22px;
}

.display-teaser {
    background-image: url(../img/display-teaser.png);
}

.display-detail {
    background-image: url(../img/display-detail.png);
}

.display a:hover,
.display .active {
    background-position: 0 -100px;
}

/* newsletter */
/*.newsletter {
    overflow: hidden;
    padding: 90% 0 0 0;
    position: relative;
    text-align: center;
}

.newsletter-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 10%;
    position: absolute;
    top: 0;
    width: 100%;
}

.newsletter-success {
    background: #DEE3E5;
    font-family: 'relativefaux', sans-serif;
    font-size: 3.2rem;
    height: 100%;
    left: -100%;
    line-height: 1.3em;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transition: left 250ms;
    width: 100%;
    z-index: 2;
}

.newsletter-success.active {
    left: 0;
}*/

/* table */
.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

/* footer */
/*.footer {
    border-top: 1px solid #B1ADCF;
}*/

/* instagram */
/*.instagram {
    background: #C9C7DF;
    padding: 45% 0 0 0;
    position: relative;
    text-align: center;
}

.instagram-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 0 2% 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.instagram-top a {
    border-bottom: 1px solid #312780;
    border-right: 1px solid #312780;
    box-sizing: border-box;
    display: block;
    font-family: 'relativefaux', sans-serif;
    font-size: 2.4rem;
    line-height: 1.3em;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 32.33333333333333%;
}

.instagram-bottom {
    height: 100%;
}*/

/* twitter */
/*.twitter {
    background: #E8E5F0;
    padding: 45% 0 0 0;
    position: relative;
    text-align: center;
}

.twitter-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 0 2% 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.twitter-top a {
    border-bottom: 1px solid #312780;
    border-right: 1px solid #312780;
    box-sizing: border-box;
    display: block;
    font-family: 'relativefaux', sans-serif;
    font-size: 2.4rem;
    line-height: 1.3em;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 32.33333333333333%;
}

.twitter-bottom {
    font-size: 1.8rem;
    height: 100%;
    line-height: 1.6em;
    padding: 0 10%;
    position: relative;
    text-align: center;
}*/

/* cycle */
.cycle-slide {
    height: 100%;
    width: 100%;
}

/* slideshow */
.slideshow {
    position: relative;
}

.slideshow-prev {
    background: url(../img/prev.png) no-repeat;
    cursor: pointer;
    height: 20px;
    left: 5%;
    margin: -10px 0 0 -6px;
    position: absolute;
    top: 50%;
    width: 12px;
    z-index: 101;
}

.slideshow-next {
    background: url(../img/next.png) no-repeat;
    cursor: pointer;
    height: 20px;
    left: 95%;
    margin: -10px 0 0 -6px;
    position: absolute;
    top: 50%;
    width: 12px;
    z-index: 101;
}

/* teaser */
.teaser {
    display: block;
    position: relative;
}

.teaser-overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms;
    top: 0;
    width: 100%;
    z-index: 2;
}

.teaser:hover .teaser-overlay {
    opacity: 0.3;
}

.teaser-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.teaser-header {
    background: #DEE3E5;
    box-sizing: border-box;
    display: inline-block;
    max-width: 80%;
    padding: 2%;
}

.teaser h2 {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin: 0;
}

.teaser h3 {
    margin: 0;
}

.teaser h4 {
    margin: 0;
}

.teaser-panel {
    background: #DEE3E5;
}

.teaser-panel-inner {
    padding: 2%;
}

/* footer-2 */
.footer-2 {
    background: #FFF;
    position: relative;
}

.footer-2-logo {
    left: 2.5%;
    position: absolute;
    top: -25px;
    z-index: 101;
}

.footer-2-table {
    display: table;
    width: 100%;
}

.footer-2-row {
    display: table-row;
}

.footer-2-cell {
    border-right: 1px solid #B1ADCF;
    display: table-cell;
    padding: 50px 2.5% 0 2.5%;
    width: 25%;
    vertical-align: top;
}

.footer-2-cell.last {
    border-right: none;
}

.footer-2-tagline {
    padding: 0 0 0 93px;
}

.footer-2 h2 {
    font-size: 1.6rem;
    line-height: 1.6em;
    text-decoration: none;
}

/*.footer-2-menu {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.footer-2-menu a {
    text-decoration: none;
}

.footer-2-menu a:hover {
    text-decoration: underline;
}*/

/* slideshow-2 */
.slideshow-2 {
    color: #DEE3E5;
    height: 80%;
    position: relative;
    text-align: right;
}

.slideshow-2-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideshow-2 h1 {
    font-size: 3.8rem;
    line-height: 1.3em;
}

.slideshow-2 h2 {
    text-transform: none;
}

.slideshow-2 .button {
    border-color: #DEE3E5;
}

.slideshow-2 .button:hover {
    color: #312780;
    background: #DEE3E5;
}

.slideshow-2-pager {
    bottom: 13px;
    left: -5px;
    padding: 2%;
    position: absolute;
    z-index: 102;
}

.slideshow-2-pager span {
    background: url(../img/pager.png) no-repeat 5px 5px;
    cursor: pointer;
    float: left;
    height: 22px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 22px;
}

.slideshow-2-pager span:hover,
.slideshow-2-pager .cycle-pager-active {
    background-position: 5px -95px;
}

/* back-to-top */
.back-to-top {
    background: url(../img/arrow-up-3.png) no-repeat;
    height: 51px;
    overflow: hidden;
    position: absolute;
    right: 2.5%;
    text-indent: 100%;
    top: -25px;
    white-space: nowrap;
    width: 51px;
    z-index: 101;
}

/* intro */
.intro-top {
    background: url(../img/intro-top.png) repeat-x 50% 100%;
    display: block;
    height: 33px;
    margin: -33px 0 0 0;
    position: relative;
    z-index: 101;
}

.intro-top-icon {
    background: url(../img/arrow-down-2.png) no-repeat;
    height: 20px;
    left: 50%;
    margin: 0 0 0 -8px;
    position: absolute;
    top: 0;
    width: 17px;
}

.intro-bottom {
    box-sizing: border-box;
    font-family: 'relativefaux', sans-serif;
    font-size: 3.2rem;
    line-height: 1.3em;
    height: 20%;
    padding: 9px 0 18px 0;
    text-align: center;
}

.intro-2-top {
    background-image: url(../img/intro-top-2.png);
}

.intro-2-bottom {
    background: #FFF;
}

/* anchor */
.anchor {
    position: relative;
    top: -52px;
}

/* heading */
.heading {
    margin: 0;
    padding: 2% 1%;
}

/* heading-2 */
.heading-2 {
    background: #FFF;
    margin: 0;
    padding: 2% 1%;
}

/* teaser-2 */
.teaser-2 {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6em;
    position: relative;
}

.teaser-2-overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms;
    top: 0;
    width: 100%;
    z-index: 2;
}

.teaser-2:hover .teaser-2-overlay {
    opacity: 0.3;
}

.teaser-2-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.teaser-2-header {
    background: #FFF;
    box-sizing: border-box;
    padding: 2%;
}

.teaser-2-created {
    display: block;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3em;
    margin: 0 0 10px 0
}

.teaser-2 h3 {
    margin: 0;
}

.teaser-2-panel {
    background: #FFF;
}

.teaser-2-panel-inner {
    padding: 2%;
}

/* detail */
.detail-created {
    font-family: 'relativefaux', sans-serif;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    text-decoration: underline;
}

.detail-share {
    border-top: 1px solid #B1ADCF;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
}

.detail-share h2 {
    float: left;
    font-size: 1.4rem;
    line-height: 1.3em;
    margin: 0 30px 0 0;
    text-transform: none;
}

.detail-share ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-share li {
    float: left;
    margin: 0 30px 0 0;
}

.detail-share .last {
    margin: 0;
}

.detail-share a {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.detail-share a:hover {
    background-position: 0 -100px;
}

.detail-share-facebook {
    background-image: url(../img/facebook-2.png);
    height: 27px;
    width: 14px;
}

.detail-share-twitter {
    background-image: url(../img/twitter-2.png);
    height: 27px;
    width: 33px;
}

.detail-tags {
    border-top: 1px solid #B1ADCF;
    font-family: 'relativefaux', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
}

.detail-tags h2 {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.3em;
    text-transform: none;
}

.detail-tags span {
    color: #A0A0A0;
}

.detail-tags a {
    text-decoration: none;
}

/* slideshow-3 */
.slideshow-3 {
    color: #DEE3E5;
    height: 80%;
    position: relative;
    text-align: right;
}

.slideshow-3-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideshow-3-panel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}

.slideshow-3-panel-1 {
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.slideshow-3 h1 {
    font-size: 3.8rem;
    line-height: 1.3em;
}

.slideshow-3 h2 {
    text-transform: none;
}

.slideshow-3 .button {
    border-color: #DEE3E5;
}

.slideshow-3 .button:hover {
    color: #312780;
    background: #DEE3E5;
}

.slideshow-3-pager {
    bottom: 13px;
    left: -5px;
    padding: 2%;
    position: absolute;
    z-index: 102;
}

.slideshow-3-pager span {
    background: url(../img/pager.png) no-repeat 5px 5px;
    cursor: pointer;
    float: left;
    height: 22px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 22px;
}

.slideshow-3-pager span:hover,
.slideshow-3-pager .cycle-pager-active {
    background-position: 5px -95px;
}

/* dates */
.dates {
    border: 1px solid #312780;
    margin: 0 0 30px 0;
}

.dates h3 {
    margin: 0;
    padding: 10px;
}

.dates-item {
    border-bottom: 1px solid #312780;
}

.dates-item.last {
    border-bottom: none;
}

.dates-header {
    cursor: pointer;
    padding: 10px;
    position: relative;
}

.dates-header:hover,
.dates-header.active {
    background-color: #FFF;
}

.dates-header-icon {
    background: url(../img/accordion-header-icon.png) no-repeat;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
}

.dates-header.active .dates-header-icon {
    background-position: 0 -100px;
}

.dates-header-day {
    float: left;
    width: 40%;
}

.dates-header-time {
    float: left;
    width: 20%;
}

.dates-header-heading {
    float: left;
    width: 60%;
}

.dates-header-location {
    float: left;
    text-transform: uppercase;
    width: 30%;
}

.dates-panel-inner {
    padding: 10px;
}

/* soundcloud */
.soundcloud {
    margin: 0 0 30px 0;
    padding: 100% 0 0 0;
    position: relative;
}

.soundcloud iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* download */
.download {
    background: url(../img/download.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    font-family: 'relativefaux', sans-serif;
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    padding: 100% 0 0 0;
    position: relative;
    text-transform: uppercase;
}

.download-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 8%;
    position: absolute;
    text-decoration: underline;
    top: 0;
    width: 100%;
}

/* event-detail-logo */
.event-detail-logo {
    text-align: center;
}

/* section */
.section {
      padding: 2% 0;
}

.section-2 {
    background: #D4D2E5;
}

.section-3 {
    background: #FFF;
}

.section-4 {
    background: #AFABCE;
}

/* teaser-3 */
.teaser-3 {
    display: block;
    margin: 0 0 30px 0;
}

/* tabs */
.tabs-header {
    font-family: 'relativefaux', sans-serif;
    font-size: 2.4rem;
    line-height: 1.3em;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.tabs-header a {
    text-decoration: none;
}

.tabs-header a:hover,
.tabs-header .active {
    text-decoration: underline;
}

/* slideshow-4 */
.slideshow-4 {
    position: relative;
}

.slideshow-4-prev {
    background: url(../img/prev.png) no-repeat;
    cursor: pointer;
    height: 20px;
    left: 0;
    margin: -10px 0 0 0;
    position: absolute;
    top: 50%;
    width: 12px;
    z-index: 101;
}

.slideshow-4-next {
    background: url(../img/next.png) no-repeat;
    cursor: pointer;
    height: 20px;
    margin: -10px 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    z-index: 101;
}

/* my-video */
.my-video {
    padding: 56.25% 0 0 0;
    position: relative;
}

.my-video iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* side-menu */
.side-menu {
    color: #FFF;
    left: 10px;
    list-style: none;
    padding: 0;
    position: fixed;
    top: 72px;
}

.side-menu a {
    text-decoration: none;
}

/* page */
.page-spacer {
    height: 50%;
}

.page-heading {
    background: #DEE3E5;
    display: inline-block;
    margin: 0;
    /*padding: 30px;*/
    padding: 2%;
}

.page-panel {
    background: #DEE3E5;
    margin: 0 0 30px 0;
    /*padding: 30px 30px 1px 30px;*/
    padding: 2% 0 0 0;
}

/* quote */
.quote {
    background: #312780;
    color: #FFF;
    font-family: 'relativefaux', sans-serif;
    font-size: 2.4rem;
    line-height: 1.3em;
    padding: 2% 0;
    text-align: center;
}

/* padding */
.padding {
    padding: 2% 0;
}

/* event-detail-share */
.event-detail-share {
    border-top: 1px solid #B1ADCF;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
}

.event-detail-share h2 {
    font-size: 1.4rem;
    line-height: 1.3em;
    text-transform: none;
    text-decoration: none;
}

.event-detail-share ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.event-detail-share li {
    float: left;
    margin: 0 30px 0 0;
}

.event-detail-share .last {
    margin: 0;
}

.event-detail-share a {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.event-detail-share a:hover {
    background-position: 0 -100px;
}

.event-detail-share-facebook {
    background-image: url(../img/facebook-2.png);
    height: 27px;
    width: 14px;
}

.event-detail-share-twitter {
    background-image: url(../img/twitter-2.png);
    height: 27px;
    width: 33px;
}

/* wrapper */
.wrapper {
    border: 1px solid #312780;
    margin: 0 0 30px 0;
    padding: 2%;
}

@media only screen and (max-width: 959px) {
    html {
        font-size: 50%;
    }
    
    /*.instagram-top a {
        padding: 10px 0;
    }
    
    .twitter-top a {
        padding: 10px 0;
    }*/
}

@media only screen and (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
    
    .one.column,
    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns {
        width: 100%;
    }
    
    ._one._column,
    ._one._columns,
    ._two._columns,
    ._three._columns,
    ._four._columns,
    ._five._columns,
    ._six._columns,
    ._seven._columns,
    ._eight._columns,
    ._nine._columns,
    ._ten._columns,
    ._eleven._columns {
        width: 100%;
    }
    
    /*.header h2 {
        display: none;
    }*/
    
    .logo.front {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    
    .tagline {
        display: none;
    }
    
    /*.main-menu ul {
        display: none;
    }
    
    .newsletter {
        padding: 30px 0 0 0;
    }
    
    .newsletter-inner {
        position: relative;
    }
    
    .instagram {
        padding: 0;
    }
    
    .instagram-inner {
        position: relative;
    }
    
    .instagram-top {
        padding: 0 0 30px 0;
    }
    
    .instagram-top a {
        font-size: 1.8rem;
        line-height: 1.3em;
    }
    
    .instagram img {
        display: block;
        margin: 0 0 15px 0;
    }
    
    .twitter {
        padding: 0 0 30px 0;
    }
    
    .twitter-inner {
        position: relative;
    }
    
    .twitter-top {
        padding: 0 0 30px 0;
    }
    
    .twitter-top a {
        font-size: 1.8rem;
        line-height: 1.3em;
    }*/
    
    .footer-2 {
        padding: 30px 0 0 0;
    }
    
    .footer-2-cell {
        border-right: none;
        box-sizing: border-box;
        display: block;
        padding-top: 0;
        width: 100%;
    }
    
    /*.footer-2-logo {
        position: relative;
        top: 0;
    }*/
    
    .footer-2-logo {
        display: none;
    }
    
    .footer-2-tagline {
        display: none;
    }
    
    .slideshow-2 {
        height: 100%;
    }
    
    .intro-bottom {
        height: auto;
    }
    
    .slideshow-3 {
        height: 100%;
    }
    
    .side-menu {
        display: none;
    }
    
    .page-spacer {
        height: 72px;
    }
    
    .header-menu.active .header-menu-header {
        right: 200px;
    }
    
    .header-menu-panel {
        right: -200px;
        width: 200px;
    }
}

@media only screen and (max-width: 420px) {
    html {
        font-size: 50%;
    }
}

/* Layout */
.margin-30 {
    margin: 0 0 30px 0;
    min-height: 1px;
}

/* Block */
.a-0 {
    font-family: 'relativefaux', sans-serif;
    font-size: 24px;
    height: 100%;
    line-height: 48px;
    position: fixed;
    right: -256px;
    text-transform: uppercase;
    transition: right 0.25s;
    width: 256px;
    z-index: 103;
}

.a-0.active {
    right: 0;
}

.a-0__0 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 0;
}

.a-0__1 {
}

.a-0__2 {
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-0__2--0 {
    background: #E74F1D;
    display: block;
    padding: 0 10px;
}

.a-0__2--1 {
    background: #FFF;
    display: block;
    padding: 0 31px 0 10px;
    position: relative;
}

.a-0__2--1:after {
    background: url(../img/header-menu-icon.png) no-repeat 50% 50%;
    content: "";
    height: 18px;
    margin: -9px 0 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: transform 250ms;
    width: 11px;
}

.a-0.active .a-0__2--1:after {
    transform: rotate(90deg);
}

.a-0__3 {
    background: #FFF;
    height: 100%;
    overflow: auto;
}

/* Nav */
.a-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.a-1__0 {
}

.a-1__1 {
    border-bottom: 1px solid #B1ADCF;
    display: block;
    padding: 0 20px;
    text-decoration: none;
}

.a-1__1.highlight {
    background: #E74F1D;
}

.a-1__1:hover,
.a-1__1.active {
    background: rgba(222, 227, 229, 0.95);
}

.a-1__2 {
    color: #808080;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.a-1__3 {
}

.a-1__4 {
    border-bottom: 1px solid #B1ADCF;
    display: block;
    padding: 0 20px 0 60px;
    text-decoration: none;
}

.a-1__4:hover,
.a-1__4.active {
    background: rgba(222, 227, 229, 0.95);
}

/* Nav */
.a-2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.a-2__0 {
}

.a-2__1 {
    text-decoration: none;
}

.a-2__1:hover {
    text-decoration: underline;
}

/* Block */
@media only screen and (min-width: 768px) {
    .a-3 {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) {
    .a-3__0 {
        box-sizing: border-box;
        width: 50%;
    }
}

.a-3__0--0 {
    padding: 60px 30px 30px 30px;
}

.a-3__0--1 {
    background: #C9C7DF;
    padding: 20px;
}

.a-3__1 {
    margin: 0 auto;
    max-width: 768px;
}

/* Curator */
.crt-grid-post {
    padding: 10px !important;
}

/*.crt-post-hover {
    display: none;
}*/

.crt-widget.crt-widget-branded .crt-logo {
    z-index: auto !important;
}

/* Block */
.a-4 {
    background: #312780;
    color: #FFF;
    font-size: 20px;
    line-height: 1.2em;
    padding: 60px 0 30px 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .a-4 {
        font-size: 34px;
        line-height: 1.2em;
    }
}

/* Block */
@media only screen and (min-width: 768px) {
    .a-5 {
        display: flex;
        flex-wrap: wrap;
    }
}

.a-5__0 {
    padding: 60px 30px 30px 30px;
}

@media only screen and (min-width: 768px) {
    .a-5__0 {
        box-sizing: border-box;
        width: 50%;
    }
}

.a-5__0--0 {
    background: #C9C7DF;
}

.a-5__0--1 {
}

.a-5__1 {
    margin: 0 auto;
    max-width: 768px;
}

/* fc */
.fc .fc-button {
    border-radius: 0;
}

/* Block */
.a-6 {
    margin: 0 0 30px 0;
    padding: 56.25% 0 0 0;
    position: relative;
}

.a-6 iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* Block */
.a-7 {
    background: #C9C7DF;
    padding: 60px 30px 30px 30px;
}

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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

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

.invisible {
    visibility: hidden;
}

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

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

.clearfix:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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