.fw-red {
  background-color: #ff4a49;
}
.fw-red h2 {
  color: #fff;
}

.fw-semi-grey {
  background-color: #d2d2d2;
}
.fw-semi-grey h2 {
  color: #fff;
}

.fw-green {
  background-color: #16e19f;
}
.fw-green h2 {
  color: #fff;
}

.fw-light-grey {
  background-color: #f2f2f2;
}
.fw-light-grey h2 {
  color: #626262;
}

.fw-grey {
  background-color: #626262;
}
.fw-grey h2 {
  color: #fff;
}

.fw-white {
  background-color: #ffffff;
}

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #f7f7f7;
  color: #444;
  cursor: auto;
  font-family: 'Roboto', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #008CBA;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

button, .button, input[type="submit"] {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Roboto', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.7rem;
  padding-right: 2rem;
  padding-bottom: 0.6625rem;
  padding-left: 2rem;
  font-size: 0.9rem;
  background-color: #ff4a49;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}

::-webkit-input-placeholder {
  color: #aaa;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #aaa;
  text-transform: uppercase;
}

.button.white {
  background: #fff;
}

.button.white.red {
  color: #ff4a49;
}

.button.white.red:hover {
  background: #feeeee;
  color: #ff4a49;
}

a:hover, a:focus {
  color: #e61716;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #e61716;
}

button.radius, .button.radius, input[type="submit"] {
  border-radius: 25px;
}

.top-bar-section ul li > a {
  color: #626262;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.top-bar-section ul li > a span {
  border-bottom: 0px solid #ff4a49;
  padding-bottom: inherit;
  transition: border .3s ease-in-out;
}

.top-bar-section ul li > a:hover span, .top-bar-section li.active:not(.has-form) a:not(.button) span {
  border-bottom: 0px solid #ff4a49;
  padding-bottom: inherit;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  padding: 0 25px;
  line-height: 50px;
  color: #ff4a49;
  background: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: #fff;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background: #fff;
  color: #ff4a49;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 25px;
}

body > header.contain-to-grid {
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.border-b {
  border-bottom: 1px solid #eaeaea;
}

b {
  font-weight: 700 !important;
}

#theme-my-login1 #header-element {
  display: none !important;
}

.ghost {
  background-color: transparent;
  border: 2px solid #fff;
}

.ghost:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #16e19f;
}

@media only screen {
  body {
    font-family: 'Roboto', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #626262;
  }

  #fw-intro {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
  }

  #fw-intro section {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
  }

  #fw-intro section .header-wrap {
    display: table-cell;
    vertical-align: middle;
  }

  #fw-intro section .header-wrap h2.header-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.6rem;
    padding: 3rem 0;
  }

  #fw-intro section .header-wrap h2.header-title span {
    color: #ff4a49;
  }

  .svg-wrap {
    width: 120px;
    margin: 0 auto;
  }

  a.scroll-down {
    display: block;
    position: absolute;
    bottom: 0rem;
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: #fff;
  }

  a.scroll-down:after {
    content: '';
    width: 16px;
    height: 19px;
    display: block;
    background-size: contain;
    background: url(../img/vlijtig-pijltje.svg) no-repeat;
    margin: 1rem auto;
  }

  .what-why {
    padding: 2rem 0.9375rem;
  }

  .what-why img {
    height: 4rem;
    width: 4rem;
  }

  .what-why h3 {
    padding-top: 1rem;
  }

  .what-why p {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
  }

  .about-project {
    margin-top: 0;
    background: #f2f2f2;
  }

  .about-project h3 {
    margin: 1rem 0;
  }

  section.join-the-movement {
    padding: 2rem 0;
  }

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

  section.join-the-movement h3 {
    color: #16e19f;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  section.join-the-movement .button {
    margin: 2rem auto 0 auto;
  }

  li.divide:after {
    content: '';
    display: block;
    height: 15px;
  }

  ul.list-line:before {
    display: none;
  }

  section.news h2 {
    margin-top: 0;
  }

  section.news .button {
    margin: 1rem auto;
  }

  ul.list-line img {
    z-index: 2;
    position: relative;
  }

  div.take-action {
    padding: 2rem 0;
    padding-top: 0;
  }

  .list-line li {
    padding-bottom: 0;
  }

  .list-line li p {
    margin-bottom: 0;
  }

  div.take-action p {
    padding-bottom: 0 !important;
  }

  div.take-action h3 {
    padding-top: 0.5rem;
  }

  section.statistics {
    position: relative;
  }

  section.statistics .row {
    padding: 1rem 0 2rem 0;
  }

  section.statistics h3 {
    color: #fff;
    font-weight: normal;
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }

  section.statistics b {
    color: #ff4a49;
    font-size: 1.4rem;
  }

  section.statistics a.button {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  section.statistics:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(22, 225, 159, 0);
    border-bottom-color: #16e19f;
    border-width: 20px;
    margin-left: -20px;
  }

  div.post-image {
    height: 180px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .1s ease-in-out;
  }

  div.post-image:hover {
    background-size: 110%;
  }

  div.post-image .date-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .event-block div.post-image .date-wrap .date-wrap-inner {
    line-height: 1;
    transition: padding 0.1s ease-in-out;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0.1rem;
    margin: 0.5rem auto;
    display: inline-block;
  }

  .event-block:hover div.post-image .date-wrap .date-wrap-inner {
    padding: 1rem 0.1rem;
  }

  div.post-image .date-wrap img, div.post-image .date-wrap .year {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
  }

  div.post-image .date-wrap .date-wrap-inner .day {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }

  div.post-image .date-wrap .date-wrap-inner .month {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }

  div.post-info {
    padding: 1rem 1.5rem 1rem 0;
    border-bottom: 1px solid #fff;
    min-height: 7rem;
  }

  div.post-info h3 {
    color: #fff;
    font-size: 1rem;
  }

  div.post-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
  }

  .page-template-page-video div.post-info, .page-template-page-upcoming-events div.post-info {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2rem;
  }

  .page-template-page-video div.post-info h3, .page-template-page-upcoming-events div.post-info h3 {
    color: #626262;
  }

  .page-template-page-video div.post-info p, .page-template-page-upcoming-events div.post-info p {
    color: #aaa;
  }

  section.search-filter {
    padding: 2rem 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2rem;
  }

  .view-on-map {
    float: none;
  }
  .view-on-map .button.view-map {
    float: none;
    margin: 0 auto;
    display: block;
    width: 75%;
  }

  .button.view-map:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/map-icon.png) no-repeat;
    margin-left: 0.5rem;
  }

  .button.view-thumbs:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../img/overzicht-icon.png) no-repeat;
    margin-left: 0.5rem;
    margin-bottom: -0.15rem;
  }

  input#s {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-right: 0;
    height: 3.1125rem;
    padding-left: 1.2rem;
    padding-top: 0.7rem;
    outline: none;
  }

  input#s:focus {
    outline: none;
  }

  input.searchbutton {
    display: block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* border-bottom-right-radius: 25px; */
    /* border-top-right-radius: 0; */
    background: #16e19f url(../img/loep-icon.png) center center no-repeat;
    border: none;
    height: 3.1125rem;
    /* width: 100%; */
    background-position-x: 50%;
    padding-right: 0.975rem;
    max-width: 50px;
  }

  div.take-action h2 {
    padding-bottom: 0;
  }

  div.take-action p {
    padding-bottom: 2rem;
    color: #aaa;
    font-size: 1rem;
  }

  section.sponsors {
    padding-bottom: 1rem;
  }

  section.sponsors h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 500;
    padding: 1rem 0 !important;
  }

  .footer-lgo {
    width: 80px;
    margin-bottom: 1rem;
  }

  footer.full-width {
    border-top: none;
    padding: 1rem 0;
  }

  section.footer-links a {
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 0.8rem;
  }

  section.footer-links ul {
    margin: 0.5rem auto;
  }

  .event-editor {
    display: none !important;
  }

  .login {
    padding: 0;
  }

  li.register {
    margin-right: 1rem;
  }

  .register .button {
    background-color: #ff4a49;
    color: #fff;
    border-color: #ff4a49;
  }

  .register .button:hover {
    background-color: #fff;
    color: #ff4a49;
    border-color: #ff4a49;
  }

  li.register:hover .button {
    background-color: #e61716 !important;
    color: #fff !important;
    border-color: #e61716 !important;
  }

  .login .button {
    background-color: #fff;
    color: #16e19f;
    border-color: #16e19f;
  }

  .login .button:hover, li.login:hover .button {
    background-color: #16e19f !important;
    color: #fff !important;
    border-color: #16e19f;
  }

  .top-bar .button {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    top: 24px;
  }

  li.loggedin span {
    font-size: 0.85rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    line-height: 100px;
    padding: 1rem 0;
    padding-left: 2.5rem;
    margin-left: 1rem;
    border-left: 1px solid #d2d2d2;
    color: #d2d2d2;
  }

  a.log-icon:after {
    content: '';
    background: url(../img/log-icon.svg);
    width: 17px;
    height: 10px;
    display: inline-block;
    background-size: cover;
    margin-left: 0.7rem;
  }

  a.log-icon {
    color: #16e19f !important;
    font-weight: 700 !important;
  }

  a.log-icon {
    padding-right: 0.7rem !important;
  }

  li.login ul.dropdown li a {
    line-height: 50px !important;
    border-bottom: 1px solid #f2f2f2;
  }

  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: #d2d2d2;
    background: #fff;
  }

  .top-bar-section .dropdown li:not(.has-form) > a:not(.button) {
    color: #d2d2d2;
    font-size: 0.8rem;
  }

  .dropdown {
    border-top: 1px solid #f2f2f2;
  }

  ul.dropdown .editlink:after {
    content: '';
    background: url(../img/edit-icon.svg);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  ul.dropdown .logoutlink:after {
    content: '';
    background: url(../img/logout-icon.svg);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  ul.dropdown .addlink:after {
    content: '';
    background: url(../img/plus-icon.svg);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .top-bar-section .dropdown li {
    width: 100%;
    height: auto;
    position: relative;
  }

  h3.upcoming {
    padding: 0 0 1rem 0;
  }

  h3.upcoming a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
  }

  h3.upcoming a:hover {
    text-decoration: underline;
  }

  h3.upcoming a:after {
    background: url(../img/arrow-right.png) no-repeat;
    display: inline-block;
    height: 12px;
    width: 14px;
    content: '';
    margin-left: 1rem;
  }

  .page-template-page-view-on-map section.search-filter {
    padding: 2rem 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .page-template-page-news .post-info {
    background: #fff;
  }

  .page-template-page-news div.post-info h3 {
    color: #626262;
  }

  .page-template-page-news div.post-info {
    padding: 1rem 1.5rem 1rem 1rem;
    border-bottom: none;
    margin-bottom: 2rem;
  }

  .news-link {
    display: block;
    height: 42px;
    width: 42px;
    background: #16e19f url(../img/arrow-right.png) no-repeat center center;
    border-radius: 50%;
    margin: 0 auto;
  }

  li.fb a {
    color: #3b5998 !important;
  }

  li.twitter a {
    color: #33d1ff !important;
  }

  li.youtube a {
    color: #ea2d07 !important;
  }

  li.flickr a {
    color: #1667e1 !important;
  }

  h4.footer-follow {
    padding-right: 0.5rem;
    color: #d2d2d2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04rem;
    float: left;
    padding-top: 1rem;
  }

  a.join-movement {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }

  a.wmg-logo {
    text-align: right;
    float: right;
  }

  a.wmg-lgo:after {
    content: '';
    background: url(../img/logo-wmg.svg) no-repeat;
    width: 30px;
    height: 10px;
    display: inline-block;
    margin-left: 0.6rem;
  }

  .social-footer, .social-footer .inline-list {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }

  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 0.475rem;
    display: block;
  }

  .social-footer {
    float: none;
    margin: 1rem auto;
    width: 255px;
  }

  ul.social-footer li a {
    font-size: 14px;
  }

  section.contact {
    margin: 2rem auto 0 auto;
  }

  div.pagination-wrap {
    margin: 4rem 0;
    clear: both;
  }
  div.pagination-wrap a, div.pagination-wrap span {
    margin-top: 2rem;
  }
  div.pagination-wrap span.current {
    background: #626262;
    display: inline-block;
    padding: 0.5rem 0.5rem;
    border: solid 1px #626262;
    color: #fff;
    border-radius: 50%;
    margin: 0 0.3rem;
    height: 35px;
    width: 35px;
  }
  div.pagination-wrap a.page-numbers {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    border: solid 1px #626262;
    color: #626262;
    border-radius: 50%;
    margin: 0 0.3rem;
    height: 35px;
    width: 35px;
  }
  div.pagination-wrap a.page-numbers:hover {
    background: #626262;
    color: #fff;
  }
  div.pagination-wrap a.next, div.pagination-wrap a.next-dummy {
    text-indent: -9999px;
    border: none;
    background: #ff4a49 url(../img/arrow-right.png) no-repeat center center;
  }
  div.pagination-wrap a.next:hover, div.pagination-wrap a.next-dummy:hover {
    background: #626262 url(../img/arrow-right.png) no-repeat center center;
  }
  div.pagination-wrap a.prev, div.pagination-wrap a.prev-dummy {
    text-indent: -9999px;
    border: none;
    background: #ff4a49 url(../img/arrow-left.png) center center no-repeat;
  }
  div.pagination-wrap a.prev:hover, div.pagination-wrap a.prev-dummy:hover {
    background: #626262 url(../img/arrow-left.png) center center no-repeat;
  }
  div.pagination-wrap a.next-dummy, div.pagination-wrap a.prev-dummy {
    pointer-events: none;
  }

  li.loggedin {
    display: none;
  }

  .top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 1.5625rem;
    box-shadow: 0 0 0 1px #626262, 0 7px 0 1px #626262, 0 14px 0 1px #626262;
    width: 16px;
  }

  .top-bar-section .dropdown li.title h5 a {
    color: #626262;
    line-height: 22.5px;
    display: block;
  }

  .top-bar.expanded .title-area {
    background: #fff;
    position: relative;
  }

  .top-bar.expanded .top-bar-section ul li > a {
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
  }

  .top-bar .name h1 a {
    padding-left: 5px;
  }

  a.log-icon:after {
    content: '';
    background: url(../img/log-mobile-icon.svg);
    width: 8px;
    height: 14px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -0.08rem;
  }

  .soundcloudIsGold {
    width: 300px;
    float: left;
  }

  div.soundcloud-slide .slideout {
    float: right;
    color: #fff;
    font-size: 21px;
    padding-left: 8px;
    padding-right: 3px;
    padding-top: 2px;
  }

  div.soundcloud-slide .slideout:hover {
    cursor: pointer;
  }

  dialog, .reveal-modal {
    background: #f2f2f2;
  }

  .wmg-lgo {
    float: left;
  }

  section.sponsors h2 {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  li.divide:after {
    content: '';
    display: block;
    height: 0;
  }

  .wmg-lgo {
    float: right;
  }

  .top-bar-section ul li > a span {
    border-bottom: 0px solid #ff4a49;
    padding-bottom: 39px;
    transition: border .3s ease-in-out;
  }

  .top-bar-section ul li > a:hover span, .top-bar-section li.active:not(.has-form) a:not(.button) span {
    border-bottom: 4px solid #ff4a49;
    padding-bottom: 39px;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 100px;
    color: #ff4a49;
    background: #fff;
  }

  a.log-icon:after {
    content: '';
    background: url(../img/log-icon.svg);
    width: 17px;
    height: 10px;
    display: inline-block;
    background-size: cover;
    margin-left: 0.7rem;
  }

  .top-bar-section .dropdown li {
    width: 190px;
    height: auto;
    position: relative;
  }

  li.loggedin {
    display: block;
  }

  #fw-intro section .header-wrap h2.header-title {
    color: #fff;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 2.9rem;
    padding: 6rem 0;
  }

  a.scroll-down {
    font-size: 1rem;
    bottom: 4%;
  }

  ul.list-line:before {
    display: block;
    width: 85%;
    background: #fff;
    height: 2px;
    position: absolute;
    top: 3.4rem;
    z-index: 1;
    margin-left: 3rem;
  }

  li.divide:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    background: #f2f2f2 url(../img/vlijtig-pijltje-rechts.svg) no-repeat center center;
    background-size: 15px;
    z-index: 2;
    margin: 2.2rem auto;
  }

  img.tca {
    max-width: 520px;
    margin: 1rem auto;
    display: block;
  }

  section.statistics a.button {
    margin-top: 0.3rem;
    margin-bottom: 0;
  }

  .what-why {
    padding: 2rem 3rem 8rem 3rem;
  }

  .what-why img {
    height: 8rem;
    width: 8rem;
  }

  .what-why h3 {
    padding-top: 1rem;
  }

  .what-why p {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    min-height: 10rem;
  }

  .about-project {
    background: transparent;
    margin-top: -8rem;
  }

  .top-bar .button {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    top: 24px;
  }

  .social-footer {
    float: right;
    margin: 0 auto;
    width: auto;
  }

  .footer-lgo {
    margin-bottom: 0;
  }

  section.contact {
    margin: 4rem auto;
  }

  div.take-action {
    padding-top: 2rem;
  }

  .list-line li p {
    margin-bottom: 1.25rem;
  }

  div.take-action p {
    padding-bottom: 2rem;
  }

  section.join-the-movement {
    padding: 2rem 0;
  }

  section.join-the-movement h3 {
    color: #16e19f;
    font-size: 1.3rem;
    margin-bottom: inherit;
  }

  section.statistics h3 {
    color: #fff;
    font-weight: normal;
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }

  section.statistics b {
    color: #ff4a49;
    font-size: 1.5rem;
  }

  section.statistics .row {
    padding: 1.5rem 0;
  }

  section.join-the-movement .button {
    margin: 1rem auto;
  }

  h3.upcoming {
    padding: 3.2rem 0;
  }

  .view-on-map {
    float: right;
  }
  .view-on-map .button.view-map {
    float: right;
    margin: auto;
    display: block;
    width: auto;
  }

  div.soundcloud-slide {
    position: fixed;
    top: 20%;
    left: -308px;
    background: #ff4a49;
    display: block;
    padding: 0.5rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: left .3s ease-in-out;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 5px;
  }

  section.news .button {
    margin: 2rem auto;
  }

  .about-project h3 {
    margin: 2rem 0;
  }

  li.loggedin span {
    font-size: 0.85rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    line-height: 100px;
    padding: 1rem 0;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #d2d2d2;
    color: #d2d2d2;
  }

  input.searchbutton {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    background: #16e19f url(../img/loep-icon.png) center center no-repeat;
    border: none;
    height: 3.1125rem;
    width: 50px;
    background-position-x: 15px;
  }

  div.post-image {
    height: 180px;
    display: table;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .1s ease-in-out;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) and (orientation: portrait) {
  div.post-info {
    padding: 1rem 1.5rem 1rem 0;
    border-bottom: 1px solid #fff;
    min-height: 11rem;
  }

  a.join-movement {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  div.soundcloud-slide {
    position: fixed;
    top: 29.5%;
    left: -308px;
    background: #ff4a49;
    display: block;
    padding: 0.5rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: left .3s ease-in-out;
  }

  .what-why p {
    font-size: 1rem;
    width: 50%;
    margin: 0 auto;
  }

  section.statistics h3 {
    color: #fff;
    font-weight: normal;
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }

  section.statistics b {
    color: #ff4a49;
    font-size: 1.8rem;
  }

  section.news .button {
    margin: 4rem auto;
  }

  .what-why {
    padding: 8rem 3rem 14rem 3rem;
  }

  .about-project h3 {
    margin: 3rem 0;
  }

  .about-project {
    margin-top: -11rem;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 10px;
  }

  li.loggedin span {
    font-size: 0.85rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    line-height: 100px;
    padding: 1rem 0;
    padding-left: 2.5rem;
    margin-left: 1rem;
    border-left: 1px solid #d2d2d2;
    color: #d2d2d2;
  }
}
.scrolloff {
  pointer-events: none;
}
