html,
body {
    width: 100%;
    font-size: 14px;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    color: #262a5a;
    line-height: 1.5em;
}
body {
    background-color: #34ac61;
    padding-top: 30px;
}
section,
footer {
    padding-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: bold;
    color: #262a5a;
    text-transform: uppercase;
    line-height: 1.0em;
}
h1 {
    font-size: 25px;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h1, h2, p {
    margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active h6 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited h6 a:visited,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus h6 a:focus {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    h1, h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
}
a,
a:focus,
a:active,
a:visited,
a:hover {
    color: #0b51a0;
    text-decoration: underline;
}
hr {
    margin: 30px 0;
}
nav.main {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background-color: #fbe900;
    text-align: center;
    z-index: 9999;
    width: 100%;
    transition: width 0.5s;
    text-align: center;
}
nav.main * {
    color: #dd0c15;
    font-weight: bold;
    text-transform: uppercase;
}
nav.main ul {
    background-color: #fbe900;
    display: inline-flex;
    flex-direction: row;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 0;
}
nav.main span.far,
nav.main span.fas {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
nav.main div.navlinks {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}
nav.main div.navlinks div.leftarrows {
    background-image: url(/images/arrow-red-left.png);
    background-position: right center;
    background-repeat: repeat-x;
    background-size: auto 70%;
    flex-grow: 1;
}
nav.main div.navlinks div.rightarrows {
    background-image: url(/images/arrow-red-right.png);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto 70%;
    flex-grow: 1;
}
nav.main div.navlinks div.links {
    width: fit-content;
}
nav.main div.navlinks div.links a {
    display: block;
    text-decoration: none;
    padding: 0.4em 1em;
    font-size: 1.4rem;
}
nav.main div.navicon {
    display: none;
}
div.ruler {
    background-color: #262a5a;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
div.ruler .arrowsleft {
    background-image: url(/images/arrow-red-left.png);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto 70%;
    flex-grow: 1;
}
div.ruler .arrowsright {
    background-image: url(/images/arrow-red-right.png);
    background-position: right center;
    background-repeat: repeat-x;
    background-size: auto 70%;
    flex-grow: 1;
}
div.ruler .moons {
    width: fit-content;
}
div.ruler .moons img {
    margin: 6px 20px;
    height: 30px;
}
@media only screen and (max-width: 768px) {
    div.ruler .moons img {
        margin: 4px 20px;
        height: 24px;
    }
}
div.ruler.yellow {
    background-color: #fbe900;
    min-height: 74px;
}
div.ruler.yellow .arrowsleft {
    background-image: url(/images/triple-arrow-red-right.png);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    flex-grow: 1;
}
div.ruler.yellow .arrowsright {
    background-image: url(/images/triple-arrow-red-left.png);
    background-position: right center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    flex-grow: 1;
}
div.signup {
    display: flex;
    align-items: center;
}
div.signup:before{
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-right: 20px solid #fbe900;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: -18px;
}
div.signup:after{
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-left: 20px solid #fbe900;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-right: -18px;
}
div.gfbutton {
    margin-bottom: 30px;
}
a.gfbutton,
a.signupbutton {
    border-radius: 10px;
    border: 2px solid #262a5a;
    display: inline-block;
    margin: 6px 0;
    z-index: 1;
}
a.gfbutton span.inner,
a.signupbutton span.inner {
    border-radius: 8px;
    border: 1px solid #fbe900;
    background-color: #262a5a;
    color: #fbe900;
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 1.8em;
    font-weight: bold;
    display: inline-block;
}
a.gfbutton:hover span.inner,
a.signupbutton:hover span.inner {
    background-color: #dd0c15;
    color: #fbe900;
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 1.8em;
    font-weight: bold;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    a.signupbutton span.inner {
        padding: 8px 12px;
        font-size: 1.4em;
    }
}
div.upicon {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.05);
    position: fixed;
    width: 36px;
    height: 36px;
    z-index: 9998;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
}
nav.main div.upicon {
    position: absolute;
    bottom: 0;
}
nav.main div.navlinks div.links span.menuicon {
    width: 36px;
    height: 36px;
    font-size: 20px;
    opacity: 0.5;
    display: inline-block;
    text-align: center;
}
nav.main div.navlinks div.links span.menuicon img {
    width: 24px;
    margin-bottom: 0px;
    vertical-align: baseline;
}
span.logoicon {
    margin-bottom: 7px;
    display: inline-block;
}
nav.main div.navlinks div.links a:hover span.menuicon,
nav.main div.navlinks div.links a span.menuicon.current {
    opacity: 1;
}


nav.main div.links > ul > li > ul {
    position: absolute;
    background-color: #FFF;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    top: 41px;
    margin-left: 1rem;
    display: none;
    z-index: 99;
}
nav.main div.links > ul > li > ul li {
    width: fit-content;
    white-space: nowrap;
    min-width: 140px;
}
nav.main div.links > ul > li > ul li:hover {
    background-color: rgba(0,0,0,0.03);
}
nav.main div.navlinks div.links > ul > li > ul li a {
    padding: 0.5rem 1.5rem;
    text-align: left;
}
nav.main div.links > ul > li > ul:hover,
nav.main div.links > ul > li:hover > ul {
    display: block;
}
nav.main div.links > ul li a.subitems {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 600px) {
    nav.main div.navlinks div.links a {
        padding: 0.3em 0.8em;
        font-size: 1.1rem;
    }
    nav.main div.links > ul > li > ul {
        margin-left: 0rem;
    }
}
@media only screen and (max-width: 500px) {
    nav.main div.navlinks div.links a {
        font-size: 1.0rem;
    }
}

div.section1,
div.section2,
div.section3,
div.section4 {
    width: 100%;
}
div.section1,
div.section2 {
}
/* div.section4, */
div.section2,
div.nieuws {
    background-color: #fafafa;
}
div.section4 {
    padding-top: 60px;
}
div.section1 {
    z-index: -1;
    padding-top: 30px;
}
@media only screen and (max-width: 1280px) {
    div.section1 {
        background-size: 100% auto;
    }
}
div.lift {
    margin-top: -50px;
}
div.nieuws {
    /* background-image: url('/images/achtergrond-illustratie-2.svg'); */
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

header {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mobileheader {
    display: none;
}
@media only screen and (max-width: 768px) {
    header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mobileheader {
        display: block;
    }
    .desktopheader {
        display: none;
    }
}
a.social,
a.social:hover,
a.social:focus,
a.social:active,
a.social:visited {
    color: #b3cc11;
    margin: 14px 14px 0 0;
    font-size: 24px;
    display: inline-block;
    text-align: center;
}
a.social.share {
    font-size: 18px;
    margin: 14px 6px 0 0;
}
a.social.share:first-of-type {
    margin-left: 30px;
}
@media only screen and (max-width: 992px) {
    div.logo {
        text-align: center;
    }
}
div.logo img {
    max-width: 90%;
    max-height: 300px;
    margin-bottom: 80px;
    margin-top: 0px;
}
div.logo.small {
    margin-top: 30px;
}
div.logo.small img {
    margin-bottom: 0px;
}
section.intrograd {
    /*
    background: -moz-linear-gradient(top, rgba(234,234,244,0) 0%, rgba(234,234,244,0) 86%, rgba(234,234,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(234,234,244,0) 0%,rgba(234,234,244,0) 86%,rgba(234,234,244,1) 100%);
    background: linear-gradient(to bottom, rgba(234,234,244,0) 0%,rgba(234,234,244,0) 86%,rgba(234,234,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaf4', endColorstr='#eaeaf4',GradientType=0 );
    border-bottom: 1px solid #dce0dc;
    */
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
    section.intrograd {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 600px) {
    section.intrograd {
        padding-bottom: 60px;
    }
}
div.intro {
    background-size: cover;
    background-position: left center;
    padding-top: 68px;
}
div.intro div.content {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4em;
}
div.intro div.content.rechts {
    margin-bottom: 100px
}
div.intro div.content {
    color: #5C666F;
}
div.intro .pushdown {
    margin-top: 200px;
    margin-bottom: -200px;
}
.project div.content img,
div.intro div.content img {
    max-width: 100%;
    height: auto !important;
}
section.container.newspage,
section.container.faq {
    padding-top: 30px;
}
@media only screen and (max-width: 992px) {
    section.container.intro {
        background-image: initial !important;
    }
}

section.contact .content,
section.project .content {
    margin-bottom: 30px;
}

a.button,
input[type=submit],
button {
    background: #262a5a;
    border-radius: 4px;
    line-height: 30px;
    height: 50px;
    min-width: 200px;
    color: #fbe900;
    font-weight: bold;
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    text-decoration: none;
    padding: 10px 50px;
    border: 0;
    white-space: nowrap;
}
a.button.inverted,
input[type=submit].inverted,
button.inverted {
    background: #FFF;
    color: #0b51a0;
    border: 2px solid #0b51a0;
}
input[type=submit],
button {
    padding-top: 8px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    a.button,
    input[type=submit],
    button {
        min-width: initial;
        padding: 8px 20px;
    }
}
div.calendar {
    width: 90px;
    border-radius: 4px;
    height: 90px;
    margin: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    background: #FFF;
}
div.calendar div.month {
    height: 26px;
    text-align: center;
    width: 100%;
    color: #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 4x 4px 6px rgba(0,0,0,0.3);
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 26px;
}
div.calendar div.day {
    height: 64px;
    width: 100%;
    color: #d9d9d9;
    text-align: center;
    font-size: 3em;
    line-height: 64px;
}
div.calendaritem.future div.calendar {
    background: #b3cc11; /*
    background: -moz-linear-gradient(top, #3eaf70 0%, #007165 100%);
    background: -webkit-linear-gradient(top, #3eaf70 0%,#007165 100%);
    background: linear-gradient(to bottom, #3eaf70 0%,#007165 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eaf70', endColorstr='#007165',GradientType=0 ); */
}
div.calendaritem.future div.calendar div.month {
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
div.calendaritem.future div.calendar div.day {
    color: #FFF;
}
div.cta {
    font-weight: bold;
}
@media only screen and (max-width: 576px) {
    div.cta {
        text-align: center !important;
    }
}
div.squarecontainer {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
.squarecontent {
    position: absolute;
    display: flex;
    background-size: cover;
    height: 100%;
    width: 100%;
    flex-direction: column;
    background-blend-mode: soft-light;
}
.videoitem {
    padding-bottom: 30px;
}
.videoitem span.content {
    display: block;
    background-color: #FFF;
    padding: 15px;
    height: 43.75%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sidebar .previewimg img {
    margin-bottom: 5px;
}
.sidebar .previewimg {
    margin-bottom: 30px;
}
.previewimg img {
    width: 100%;
}
.previewimg a,
.previewimg a:hover,
.previewimg a:focus,
.previewimg a:visited,
.previewimg a:active,
.videoitem a,
.videoitem a:hover,
.videoitem a:focus,
.videoitem a:visited,
.videoitem a:active {
    text-decoration: none;
}
.videoitem .cta,
.videoitem .cta .content {
    height: 100%;
    background-color: #0b51a0;
    color: #FFF;
}
.videoitem .cta .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.videoitem .cta * {
    color: #FFF;
}
.video {
    background-color: #FFF;
    height: 100%;
}

/* owl */
.owl-left,
.owl-right {
    color: #0b51a0;
    font-size: 2em;
    line-height: 120px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.events {
    margin: 1em 0 2em 0;
}
.events .event {
    padding: 1em 0;
    border-bottom: 1px solid #dce0dc;
}
.events .event .eventdate {
    text-transform: uppercase;
    padding-right: 2em;
    width: 30%;
    display: inline-block;
    color: #abaeaa;
}
.events .event .eventname {
    width: 65%;
    display: inline-block;
    color: #abaeaa;
    font-family: 'ubuntu', verdana, sans-serif;
}
.events .event .expand {
    width: 5%;
    display: inline-block;
    color: #abaeaa;
    text-align: right;
    cursor: pointer;
}
.events .event.future .expand {
    color: #0b51a0;
}
.events .event .calendarcontent {
    background-color: #d5e6f7;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: -1em;
}
@media only screen and (max-width: 576px) {
    .events .event .eventdate {
        width: 35%;
    }
    .events .event .eventname {
        width: 60%;
    }
    .events .event .expand {
        width: 5%;
    }
}
.events .event.future .eventname,
.events .event.future .eventdate {
    color: #0b51a0;
    vertical-align: text-top;
    font-weight: bold;
}

.usp {
    padding-bottom: 30px;
}
.uspintro,
.videointro {
    padding: 2em 25%;
}
@media only screen and (max-width: 992px) {
    .uspintro,
    .videointro {
        padding: 2em;
    }
}
.usp .icon {
    display: inline-block;
    width: 20%;
    float: left;
    color: #b3cc11;
    font-size: 50px;
    text-align: center;
}
.usp .content {
    display: inline-block;
    width: 80%;
    float: left;
}

section.news {
    padding-top: 60px;
}
.newsitem {
    background-color: #FFF;
    /* box-shadow: 0 0 4px rgba(0,0,0,0.3); */
    padding: 0px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.newsimage img {
    max-width: 100%;
    margin-bottom: 15px;
}
.newsitem .newscontent {
    padding: 0 15px;
}
.newsitem h3 a {
    color: #0b51a0;
    text-decoration: none;
}
.newslistitem p,
.newsitem p {
    margin-bottom: 0;
}
.newspage .newsitem {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 30px;
    border-bottom: 1px solid lightgrey;
}
.newspage .newsimage {
    flex-basis: 20%;
}
.newspage .newsimage img {
    max-width: 100%;
    margin-bottom: 0;
}
.newspage .newscontent {
    flex-basis: 80%;
    padding-left: 15px;
    padding-right: 15px;
}
p.date {
    color: #7f7f7f;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.morenews {
    padding: 15px;
}
.newslist{
    margin-top: 2em;
    border-top: 1px solid #dce0dc;
}
.newslistitem {
    padding: 1em 0;
    border-bottom: 1px solid #dce0dc;
}
.newslistitem h3 {
    margin-bottom: 0;
    font-family: 'Ubuntu', verdana, sans-serif;
    text-transform: initial;
    font-size: 1.1em;
}
.newslistitem h3.current a {
    color: #7f7f7f;
    font-family: 'Ubuntu', verdana, sans-serif;
    text-transform: initial;
    font-size: 1.1em;
}

input[type=email],
input[type=text],
textarea {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #adb2b6;
    padding: 1em;
    margin-bottom: 1em;
}
.approve {
    display: none;
}

section.mailchimp {
    padding-top: 60px;
}

section.contact span.phone a {
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
}
span.phone {
    display: inline-block;
    margin-bottom: 45px;
}
section.contact span.phone span.icon {
    width: 48px;
    height: 48px;
    background-color: #5c79ba;
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 1.2em;
    margin-right: 15px;
}

footer {
    background-color: #FFF;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
footer.nopadding {
    padding: 0;
}
.container.slider .slider a {
    text-decoration: none;
}
.container.slider .slider img {
    margin: 0 10px;
    max-width: 380px;
}

.floatingbox {
    background-color: #FFF;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.floatingbox.wide {
    padding: 30px;
}
.floatingbox img {
    max-width: 100%;
}

.newspage div.featured img {
    width: 100%;
    margin-bottom: 30px;
}
.faqcontent {
    display: flex;
    width: 100%;
    margin-top: 45px;
}
.planning .pldate {
    width: 20%;
    display: inline-block;
}
.planning .plsubject {
    width: 75%;
    display: inline-block;
}
.planning .pldate .day,
.planning .pldate .month,
.planning .pldate .year {
    display: inline-block;
}
.planning .plset,
.faqcontent .faq {
    clear: both;
}
.faqcontent .faqcat {
    width: 30%;
    float: left;
}
.faqcontent .faqset {
    width: 70%;
    float: left;
}
@media only screen and (max-width: 992px) {
    .planning .pldate {
        width: 100%;
        display: inline-block;
    }
    .planning .plsubject {
        width: 100%;
        display: inline-block;
        font-weight: normal;
        line-height: 1.2em;
    }
    .faqcontent {
        display: inline-block;
    }
    .faqcontent .faqcat {
        width: 100%;
    }
    .faqcontent .faqset {
        width: 100%;
    }
}
.planning .plset .plinfo,
.faqcontent .faqset .question {
    width: 100%;
    padding: 0.6em 1.6em 0.6em 0.6em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    font-weight: bold;
}
.planning .plset .plitem .fas,
.faqcontent .faqset .question .fas {
    float: right;
    margin: 0.5em -1em;
    color: #0b51a0;
    top: 0;
}
.planning .plset .plitem:first-of-type .plinfo,
.faqcontent .faqset .faq:first-of-type .question {
    border-top: 1px solid rgba(0,0,0,.1);
}
.planning .plset .plcontent,
.faqcontent .faqset .answer {
    height: 0px;
    width: 100%;
    overflow: hidden;
    background-color: #d5e6f7;
}
.planning .plset .plcontent .content,
.faqcontent .faqset .answer .content {
    margin: 1em 0.6em;
}

.language img {
    max-width: 24px;
}
.language > img {
    opacity: 0.3;
}

@media (max-width: 650px) {
    .language {
        padding-right: 50px;
    }
}

.team .member {
    cursor: pointer;
    margin-bottom: 30px;
}
.team .mimg {
    padding-bottom: 100%;
    background-size: cover;
    background-color: #dfe6e4;
}
.team .mcontent {
    position: relative;
}
.team .mcontent:before {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    width: 32px;
    height: 32px;
    color: #0b51a0;
}
.team .mcontent.active:before {
    content: "\f068";
}
.team .mcontent .name {
    display: inline-block;
    padding: 6px 10px 2px 10px;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #0b51a0;
}
.team .mcontent .role {
    display: inline-block;
    padding: 0px 10px 6px 10px;
    font-size: 0.9em;
    text-transform: uppercase;
}
.team .mcontent .desc {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    padding: 0px 10px;
    position: absolute;
    z-index: 999;
    background-color: #FFF;
}
.team .mcontent.active .desc {
    height: auto;
}

.blocks {
    padding-top: 60px;
    padding-bottom: 60px;
}
.block {
    width: calc(100% - 30px);
    overflow: hidden;
}
.block:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.block .blockcontainer {
    background-color: #FFF;
    position: absolute;
    border: 10px solid #fbe900;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.block .blockcontainer:hover {
    border: 10px solid #262a5a;
}
.blockcontent {
    padding: 1em 0.6em 0.4em 0.6em;
}
@media only screen and (max-width: 768px) {
    .blocks {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.lineupheader {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: #fbe900;
    margin-bottom: 40px;
}
.lineupheader h2 {
    margin-bottom: 0px;
    color: #dd0c15;
    display: block;
    width: fit-content;
    padding-left: 10%;
    padding-right: 10%;
}
.lineupheader div.leftarrows {
    background-image: url(/images/arrow-red-left.png);
    background-position: right center;
    background-repeat: repeat-x;
    background-size: auto 70%;
    flex-grow: 1;
}
.lineupheader div.rightarrows {
    background-image: url(/images/arrow-red-right.png);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: auto 70%;
    flex-grow: 1;
}
.block.lineup {
    margin-bottom: 40px;
}
.block .blockcontainer {
    justify-content: flex-start;
    overflow: hidden;
}
.block .blockcontainer .blockcontent {
    background-color: #FFF;
    padding: 0.4em 0.6em;
    margin-top: calc(100% - 64px);
    transition: margin-top 0.5s;
    min-height: 100%;
}
.block .blockcontainer:hover .blockcontent {
    margin-top: 0;
}

div.paperplane {
    padding-top: 60px;
}
img.paperplane {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
@media only screen and (max-width: 768px) {
    div.paperplane {
        padding-top: 40px;
    }
    img.paperplane {
        max-width: 80%;
    }
    .block {
        margin-bottom: 15px;
    }
    .block a {
        text-decoration: none;
    }
    .block:before {
        padding-top: 0%;
    }
    .block .blockcontainer {
        overflow: visible;
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        background-size: 100%;
        background-position: 0 -65px;
    }
    .block .blockcontainer:hover .blockcontent,
    .block .blockcontainer .blockcontent {
        padding-top: 0.6em;
        margin-top: 330px;
    }
}
