/* MailChimp Form Embed Code - Slim - 08/17/2011 */
/* line 2, ../sass/_newsletter.scss */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
}

/* line 3, ../sass/_newsletter.scss */
#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

/* line 4, ../sass/_newsletter.scss */
#mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none;
}

/* line 5, ../sass/_newsletter.scss */
#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

/* line 6, ../sass/_newsletter.scss */
#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

/* line 7, ../sass/_newsletter.scss */
#mc_embed_signup input:focus {
  border-color: #333;
}

/* line 8, ../sass/_newsletter.scss */
#mc_embed_signup .button {
  clear: both;
  background-color: #D53179;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

/* line 9, ../sass/_newsletter.scss */
#mc_embed_signup .button:hover {
  background-color: #af2461;
  color: #e6e6e6;
}

/* line 10, ../sass/_newsletter.scss */
#mc_embed_signup .small-meta {
  font-size: 11px;
}

/* line 11, ../sass/_newsletter.scss */
#mc_embed_signup .nowrap {
  white-space: nowrap;
}

/* line 12, ../sass/_newsletter.scss */
#mc_embed_signup .clear {
  clear: none;
  display: inline;
}

/* line 14, ../sass/_newsletter.scss */
#mc_embed_signup label {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-weight: bold;
}

/* line 16, ../sass/_newsletter.scss */
#mc_embed_signup input.email, #mc_embed_signup input.fname, #mc_embed_signup input.lname {
  display: inline-block;
  padding: 8px 0;
  margin: 0 4% 10px 0;
  text-indent: 5px;
  width: 95%;
  min-width: 110px;
}
/* line 19, ../sass/_newsletter.scss */
#mc_embed_signup input.fname, #mc_embed_signup input.lname {
  width: 44%;
  min-width: 60px;
}

/* line 24, ../sass/_newsletter.scss */
#mc_embed_signup input.button {
  display: block;
  width: 35%;
  margin: 10px 0 10px 0;
  min-width: 90px;
}

/* line 26, ../sass/_newsletter.scss */
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

/* line 27, ../sass/_newsletter.scss */
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

/* line 28, ../sass/_newsletter.scss */
#mc_embed_signup #mce-error-response {
  display: none;
}

/* line 29, ../sass/_newsletter.scss */
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

/* line 30, ../sass/_newsletter.scss */
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

/* line 13, ../sass/index.scss */
html, body {
  height: 100%;
}

/* line 17, ../sass/index.scss */
html {
  background-color: transparent;
}

/* line 18, ../sass/index.scss */
body {
  background-color: #fff;
}

/* line 20, ../sass/index.scss */
a {
  color: #D53179;
}

/* line 22, ../sass/index.scss */
blockquote {
  border-left: 5px solid #D53179;
}

/* line 23, ../sass/index.scss */
blockquote small {
  color: #D53179;
}

/* line 26, ../sass/index.scss */
.header {
  height: 450px;
  width: 100%;
  -moz-box-shadow: inset 0 -6px 6px -2px black;
  -webkit-box-shadow: inset 0 -6px 6px -2px black;
  -o-box-shadow: inset 0 -6px 6px -2px black;
  box-shadow: inset 0 -6px 6px -2px black;
}
/* line 31, ../sass/index.scss */
.header .positioning {
  height: 450px;
  display: table-cell;
  vertical-align: middle;
}
/* line 37, ../sass/index.scss */
.header .logo-big {
  padding-top: 20px;
}
/* line 42, ../sass/index.scss */
.header .partners {
  margin-top: 30px;
}
/* line 45, ../sass/index.scss */
.header .partners .lions, .header .partners .mvv, .header .partners .sevagram {
  height: 80px;
  cursor: pointer;
}
/* line 46, ../sass/index.scss */
.header .partners .lions {
  background: url(../images/logos/lions-bw.png) 50% no-repeat;
}
/* line 47, ../sass/index.scss */
.header .partners .lions:hover {
  background: url(../images/logos/lions-fc.png) 50% no-repeat;
}
/* line 49, ../sass/index.scss */
.header .partners .mvv {
  background: url(../images/logos/mvv-bw.png) 50% no-repeat;
}
/* line 50, ../sass/index.scss */
.header .partners .mvv:hover {
  background: url(../images/logos/mvv-fc.png) 50% no-repeat;
}
/* line 52, ../sass/index.scss */
.header .partners .sevagram {
  background: url(../images/logos/sevagram-bw.png) 50% no-repeat;
  background-size: 95%;
}
/* line 53, ../sass/index.scss */
.header .partners .sevagram:hover {
  background: url(../images/logos/sevagram-fc.png) 50% no-repeat;
}
/* line 57, ../sass/index.scss */
.header .intro h3 {
  margin-top: 10px;
  font-weight: normal;
  line-height: 2em;
  font-size: 1.2em;
  text-shadow: #bbbbbb 0 1px 1px;
}
/* line 65, ../sass/index.scss */
.header .intro a.btn {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 73, ../sass/index.scss */
.header #sponsors {
  height: 60px;
  margin-top: 60px;
  width: 960px;
  overflow: hidden;
  position: relative;
}
/* line 81, ../sass/index.scss */
.header #sponsors #inner {
  position: absolute;
  width: auto;
}
/* line 87, ../sass/index.scss */
.header #sponsors img {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: auto;
  margin-right: 40px;
}

/* line 97, ../sass/index.scss */
.container-middle {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #282828;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, rgba(60, 60, 60, 0.2)), color-stop(25%, #282828), color-stop(50%, #282828), color-stop(50%, rgba(60, 60, 60, 0.2)), color-stop(75%, rgba(60, 60, 60, 0.2)), color-stop(75%, #282828));
  background-image: -webkit-linear-gradient(left top, rgba(60, 60, 60, 0.2) 25%, #282828 25%, #282828 50%, rgba(60, 60, 60, 0.2) 50%, rgba(60, 60, 60, 0.2) 75%, #282828 75%);
  background-image: -moz-linear-gradient(left top, rgba(60, 60, 60, 0.2) 25%, #282828 25%, #282828 50%, rgba(60, 60, 60, 0.2) 50%, rgba(60, 60, 60, 0.2) 75%, #282828 75%);
  background-image: -o-linear-gradient(left top, rgba(60, 60, 60, 0.2) 25%, #282828 25%, #282828 50%, rgba(60, 60, 60, 0.2) 50%, rgba(60, 60, 60, 0.2) 75%, #282828 75%);
  background-image: -ms-linear-gradient(left top, rgba(60, 60, 60, 0.2) 25%, #282828 25%, #282828 50%, rgba(60, 60, 60, 0.2) 50%, rgba(60, 60, 60, 0.2) 75%, #282828 75%);
  background-image: linear-gradient(left top, rgba(60, 60, 60, 0.2) 25%, #282828 25%, #282828 50%, rgba(60, 60, 60, 0.2) 50%, rgba(60, 60, 60, 0.2) 75%, #282828 75%);
}

/* line 115, ../sass/index.scss */
.container.main {
  -moz-box-shadow: 0 0 10px 2px black;
  -webkit-box-shadow: 0 0 10px 2px black;
  -o-box-shadow: 0 0 10px 2px black;
  box-shadow: 0 0 10px 2px black;
  -webkit-border-radius: 10px 10px;
  -moz-border-radius: 10px / 10px;
  -o-border-radius: 10px / 10px;
  -ms-border-radius: 10px / 10px;
  -khtml-border-radius: 10px / 10px;
  border-radius: 10px / 10px;
  height: 100%;
  z-index: 10;
  background-color: #ddd8c6;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, rgba(200, 200, 200, 0.1)), color-stop(25%, #ddd8c6), color-stop(50%, #ddd8c6), color-stop(50%, rgba(200, 200, 200, 0.1)), color-stop(75%, rgba(200, 200, 200, 0.1)), color-stop(75%, #ddd8c6));
  background-image: -webkit-linear-gradient(left top, rgba(200, 200, 200, 0.1) 25%, #ddd8c6 25%, #ddd8c6 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, #ddd8c6 75%);
  background-image: -moz-linear-gradient(left top, rgba(200, 200, 200, 0.1) 25%, #ddd8c6 25%, #ddd8c6 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, #ddd8c6 75%);
  background-image: -o-linear-gradient(left top, rgba(200, 200, 200, 0.1) 25%, #ddd8c6 25%, #ddd8c6 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, #ddd8c6 75%);
  background-image: -ms-linear-gradient(left top, rgba(200, 200, 200, 0.1) 25%, #ddd8c6 25%, #ddd8c6 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, #ddd8c6 75%);
  background-image: linear-gradient(left top, rgba(200, 200, 200, 0.1) 25%, #ddd8c6 25%, #ddd8c6 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, #ddd8c6 75%);
}
/* line 135, ../sass/index.scss */
.container.main .photo {
  position: relative;
  height: 120px;
}
/* line 138, ../sass/index.scss */
.container.main .photo img {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 143, ../sass/index.scss */
.container.main .topnav {
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
  margin: 0 -10px;
  margin-top: -10px;
  background: #fff;
}
/* line 150, ../sass/index.scss */
.container.main .topnav ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 10px auto;
}
/* line 155, ../sass/index.scss */
.container.main .topnav ul:before, .container.main .topnav ul:after {
  display: table;
  content: "";
  *display: inline;
}
/* line 160, ../sass/index.scss */
.container.main .topnav ul:after {
  clear: both;
}
/* line 161, ../sass/index.scss */
.container.main .topnav ul > li {
  float: left;
}
/* line 162, ../sass/index.scss */
.container.main .topnav ul > li > a {
  display: block;
}
/* line 163, ../sass/index.scss */
.container.main .topnav ul a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  text-shadow: 0 1px 1px #ffffff;
  line-height: 30px;
  border-radius: 15px;
}
/* line 164, ../sass/index.scss */
.container.main .topnav ul a:hover {
  background: #00438a;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* line 165, ../sass/index.scss */
.container.main .topnav ul .active a {
  background: #0069d6;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* line 168, ../sass/index.scss */
.container.main .topnav ul .active a {
  background: #D53179;
}
/* line 169, ../sass/index.scss */
.container.main .topnav ul a:hover {
  background: #851b4a;
}
/* line 175, ../sass/index.scss */
.container.main .topnav li {
  display: inline-block;
  float: none !important;
}
/* line 179, ../sass/index.scss */
.container.main .triangle-l {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0px;
  width: 0px;
  position: relative;
  left: -20px;
  top: -10px;
}
/* line 190, ../sass/index.scss */
.container.main .triangle-r {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px;
  height: 0px;
  width: 0px;
  position: relative;
  left: 940px;
  top: -30px;
}
/* line 201, ../sass/index.scss */
.container.main .laatste-nieuws, .container.main .content, .container.main .nieuwsbrief, .container.main .twitter {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
}
/* line 208, ../sass/index.scss */
.container.main .laatste-nieuws, .container.main .nieuwsbrief, .container.main .twitter {
  min-height: 200px;
}

/* line 215, ../sass/index.scss */
.footer {
  -moz-box-shadow: inset 0 6px 6px -2px black;
  -webkit-box-shadow: inset 0 6px 6px -2px black;
  -o-box-shadow: inset 0 6px 6px -2px black;
  box-shadow: inset 0 6px 6px -2px black;
}
