body,
html {
  height: 100%;
  margin: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
}
a:active,
a:hover {
  outline: none;
}
a:focus {
  outline: thin dotted;
}
a em {
  cursor: pointer;
}
abbr[title] {
  border-bottom: 1px dotted;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]),
[hidden] {
  display: none;
  height: 0;
}
b,
strong,
dt {
  font-weight: bold;
}
blockquote {
  border-left: 5px solid #ccc;
  padding-left: 15px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote footer {
  color: #999999;
}
blockquote footer:before {
  content: "- ";
}
caption {
  color: #464646;
  font-style: italic;
}
caption,
th {
  text-align: left;
}
code,
kbd,
pre,
samp {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code,
pre {
  background-color: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #D14;
  padding: 2px 4px;
}
dd {
  margin: 0;
}
dfn,
p em {
  font-style: italic;
}
figure,
form {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  padding: 0;
}
img,
object {
  border: 0;
  display: block;
  outline: none;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
mark {
  background: #ccc;
  color: #464646;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
}
ol,
ul {
  list-style-position: outside;
  overflow: hidden;
}
ul {
  padding: 0 0 0 2em;
}
ul ul,
ol ul {
  padding: 0 0 0 1.8em;
}
ol {
  padding: 0 0 0 2.5em;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol,
ul ol {
  padding: 0 0 0 2em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 100%;
}
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  font-weight: bold;
}
td,
th
{
  border-top: 1px solid #ddd;
  padding: 3px 10px;
  vertical-align: top;
}

.contact tr:nth-child(4) {
    border-top: 1px solid white;
}

.contact td, .contact th {
    border-top: none;
}

thead tr:first-child td,
thead tr:first-child th {
  border-top: 0;
}
/* TEXT SELECTION */
::selection,
::-moz-selection {
  background: #bbe2ff;
  color: #345678;
  text-shadow: none;
}
/* FORM ELEMENTS */
button,
input {
  line-height: normal;
}
[disabled] {
  cursor: default;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button {
  width: auto;
  overflow: visible;
  padding: 5px 10px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin: -3px 8px 0 2px;
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
label {
  display: block;
  margin-bottom: 2px;
}
label.checkbox,
label.radio {
  cursor: pointer;
  display: inline-block;
  margin: 3px 0 0 3px;
  padding: 0 20px 0 24px;
  text-indent: -24px;
}
label[for] {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
option {
  color: #464646;
}
option,
optgroup {
  padding-left: 3px;
}
optgroup option {
  padding: 0;
}
optgroup {
  font-style: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
.ie9 label.checkbox,
.ie8 label.checkbox,
.ie9 label.radio,
.ie8 label.radio {
  text-indent: -30px;
}
.lt-ie9 audio,
.lt-ie9 canvas,
.lt-ie9 video {
  display: inline;
  zoom: 1;
}
.grid-row {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
.grid-row:before,
.grid-row:after {
  content: "";
  display: table;
}
.grid-row:after {
  clear: both;
}
.grid-row .grid-row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.btn {
	font-size: .95em;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #464646;
  display: inline-block;
  padding: 7px 30px;
}

.btn-orange {
	background-color: #f4861e;
	border-color: #f4861e;
	color: #ffffff;
}

.btn-white {
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn:hover {
 /* -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  background-position: 0 -15px;*/
  filter: none;
}
.btn:active {
  /*-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  background-position: 0 -10px;*/
}
.btn:hover {
  color: #464646;
  text-decoration: underline;
}
.btn-orange:hover {
	color: #ffffff;
}

.btn:active {
  outline: none;
}
button.btn {
  padding: 5px 10px;
}
.btn-primary {
  -webkit-box-shadow: inset 0 1px 0 #2a95ff;
  box-shadow: inset 0 1px 0 #2a95ff;
  background-color: #0055aa;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0074e7, #0055aa);
  background-image: -ms-linear-gradient(top, #0074e7, #0055aa);
  background-image: -webkit-linear-gradient(top, #0074e7, #0055aa);
  background-image: -o-linear-gradient(top, #0074e7, #0055aa);
  background-image: linear-gradient(top, #0074e7, #0055aa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0074e7, endColorstr=#0055aa, GradientType=0);
  border: 1px solid #004b96;
  color: #fff;
}
.btn-primary:hover {
  -webkit-box-shadow: inset 0 1px 0 #2a95ff, inset 0 12px 1px rgba(255, 255, 255, 0.15), 0 0 5px rgba(0, 85, 170, 0.3);
  box-shadow: inset 0 1px 0 #2a95ff, inset 0 12px 1px rgba(255, 255, 255, 0.15), 0 0 5px rgba(0, 85, 170, 0.3);
  background-position: 0 -15px;
  filter: none;
}
.btn-primary:active {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  background-position: 0 -10px;
}
.btn-primary:hover {
  color: #fff;
}
.btn-danger {
  -webkit-box-shadow: inset 0 1px 0 #f19d9a;
  box-shadow: inset 0 1px 0 #f19d9a;
  background-color: #ca4642;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #e96460, #ca4642);
  background-image: -ms-linear-gradient(top, #e96460, #ca4642);
  background-image: -webkit-linear-gradient(top, #e96460, #ca4642);
  background-image: -o-linear-gradient(top, #e96460, #ca4642);
  background-image: linear-gradient(top, #e96460, #ca4642);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e96460, endColorstr=#ca4642, GradientType=0);
  border: 1px solid #c13a36;
  color: #fff;
}
.btn-danger:hover {
  -webkit-box-shadow: inset 0 1px 0 #f19d9a, inset 0 12px 1px rgba(255, 255, 255, 0.15), 0 0 5px rgba(202, 70, 66, 0.3);
  box-shadow: inset 0 1px 0 #f19d9a, inset 0 12px 1px rgba(255, 255, 255, 0.15), 0 0 5px rgba(202, 70, 66, 0.3);
  background-position: 0 -15px;
  filter: none;
}
.btn-danger:active {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  background-position: 0 -10px;
}
.btn-danger:hover {
  color: #fff;
}
.btn-link {
  background: none;
  border-color: transparent;
  color: #5f5f5f;
}
.btn-link:hover {
  border-color: #ddd;
  color: #2b8af1;
}
.btn-submit {
  -webkit-box-shadow: inset 0 1px 0 #ffca99;
  box-shadow: inset 0 1px 0 #ffca99;
  background-color: #f48924;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffa856, #f48924);
  background-image: -ms-linear-gradient(top, #ffa856, #f48924);
  background-image: -webkit-linear-gradient(top, #ffa856, #f48924);
  background-image: -o-linear-gradient(top, #ffa856, #f48924);
  background-image: linear-gradient(top, #ffa856, #f48924);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa856, endColorstr=#f48924, GradientType=0);
  border: 1px solid #f37f11;
  color: #fff;
}
.btn-submit:hover {
  -webkit-box-shadow: inset 0 1px 0 #ffca99, inset 0 12px 1px rgba(255, 255, 255, 0.15), 0 0 5px rgba(244, 137, 36, 0.3);
  box-shadow: inset 0 1px 0 #ffca99, inset 0 12px 1px rgba(255, 255, 255, 0.15), 0 0 5px rgba(244, 137, 36, 0.3);
  background-position: 0 -15px;
  filter: none;
}
.btn-submit:active {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.15);
  background-position: 0 -10px;
}
.btn-submit:hover {
  color: #fff;
}
.btn-group {
  *zoom: 1;
  display: inline-block;
  position: relative;
}
.btn-group:before,
.btn-group:after {
  content: "";
  display: table;
}
.btn-group:after {
  clear: both;
}
.btn-group .btn {
  border-radius: 0;
  display: block;
  float: left;
  margin-left: -1px;
}
.btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
  margin-left: 0;
}
.btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.s {
  width: 25%;
}
.m {
  width: 50%;
}
.l {
  width: 75%;
}
.xl {
  width: 100%;
}
.fieldrow {
  *zoom: 1;
}
.fieldrow:before,
.fieldrow:after {
  content: "";
  display: table;
}
.fieldrow:after {
  clear: both;
}
.fieldrow > label {
  float: left;
  margin-top: 3px;
  width: 20%;
}
.fieldrow > label ~ .field {
  width: 80%;
}
.fieldrow > label ~ .s {
  width: 20%;
}
.fieldrow > label ~ .m {
  width: 40%;
}
.fieldrow > label ~ .l {
  width: 60%;
}
.fieldrow .field {
  float: left;
  padding-left: 10px;
  margin-top: 0;
}
.fieldrow .field .smallSubtext {
  line-height: 14px;   
  font-size: 0.7em;
  width: 300px;
}
.fieldrow .field:first-child {
  padding-left: 0;
}
.field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  position: relative;
}
.field small,
.field + small {
  clear: left;
  display: block;
  margin-top: 2px;
}
.field small {
  padding-left: 5px;
}
.field label + small {
  margin-top: 5px;
}
.field.anders label {
  display: inline-block;
}
.field.anders input[type="text"] {
  display: inline-block;
  width: 140px;
}
[type=text],
[type="reset"],
[type="password"],
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s linear 0;
  -moz-transition: all 0.1s linear 0;
  -ms-transition: all 0.1s linear 0;
  -o-transition: all 0.1s linear 0;
  transition: all 0.1s linear 0;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #a8a8a8;
  padding: 4px;
}
[type=text]:hover,
[type="reset"]:hover,
[type="password"]:hover,
select:hover,
textarea:hover {
  border-color: #8f8f8f;
}
[type=text]:focus,
[type="reset"]:focus,
[type="password"]:focus,
select:focus,
textarea:focus,
[type=text]:active,
[type="reset"]:active,
[type="password"]:active,
select:active,
textarea:active {
  -webkit-box-shadow: 0 0 6px rgba(156, 205, 253, 0.6);
  box-shadow: 0 0 6px rgba(156, 205, 253, 0.6);
  border-color: #9ccdfd;
  outline: 0;
}
[type=text][disabled],
[type="reset"][disabled],
[type="password"][disabled],
select[disabled],
textarea[disabled],
[type=text][readonly],
[type="reset"][readonly],
[type="password"][readonly],
select[readonly],
textarea[readonly] {
  background: #f5f5f5;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}
select {
  padding: 3px;
}
textarea {
  max-height: 240px;
  min-height: 50px;
}
.invalid {
  background-color: #ffffff;
  border-color: #e60000;
}
.invalid:hover {
  border-color: #e60000;
}
.invalid:focus,
.invalid:active {
  -webkit-box-shadow: 0 0 6px rgba(230, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(230, 0, 0, 0.6);
  border-color: #e60000;
}
.invalid:focus ~ .error {
  display: block;
  z-index: 1;
}
.invalid.dim {
  color: #999999;
}
.invalid::-webkit-input-placeholder {
  color: #999999;
}
.invalid:-moz-placeholder {
  color: #999999;
}
.invalid:-ms-input-placeholder {
  color: #999999;
}
input[type="checkbox"].invalid {
  outline: 1px solid #e60000;
}
.wrong > label:first-child {
  color: #e60000;
}
.error {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #e60000;
  display: none;
  float: none !important;
  text-align: right;
}
.error em {
  display: none;
}
.error p {
  margin: 0 0 5px 0 !important;
  padding: 5px 5px 0 0;
}
.errorOffset {
  top: 23px;
}
@font-face {
  font-family: "interstate-light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/interstatelight-webfont.eot");
  src: url("../fonts/interstatelight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/interstatelight-webfont.woff") format("woff"), url("../fonts/interstatelight-webfont.ttf") format("truetype"), url("../fonts/interstatelight-webfont.svg#interstate") format("svg");
}
@font-face {
  font-family: "interstate";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/interstateregular-webfont.eot");
  src: url("../fonts/interstateregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/interstateregular-webfont.woff") format("woff"), url("../fonts/interstateregular-webfont.ttf") format("truetype"), url("../fonts/interstateregular-webfont.svg#interstate") format("svg");
}
@font-face {
  font-family: "interstate";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/interstatebold-webfont.eot");
  src: url("../fonts/interstatebold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/interstatebold-webfont.woff") format("woff"), url("../fonts/interstatebold-webfont.ttf") format("truetype"), url("../fonts/interstatebold-webfont.svg#interstate") format("svg");
}
@font-face {
  font-family: "interstate";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/interstateblack-webfont.eot");
  src: url("../fonts/interstateblack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/interstateblack-webfont.woff") format("woff"), url("../fonts/interstateblack-webfont.ttf") format("truetype"), url("../fonts/interstateblack-webfont.svg#interstate") format("svg");
}
@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/entypo.eot");
  src: url("../fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo.woff") format("woff"), url("../fonts/entypo.ttf") format("truetype"), url("../fonts/entypo.svg#entypo") format("svg");
}
.te20-hfield {
  display: none;
}
.is-dim {
  color: #999999;
}
.is-hidden {
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.is-offScreen {
  margin-left: -9999px;
  position: absolute;
}
.has-pointer {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
.noPad {
  padding: 0 !important;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #464646;
  font-family: Arial, sans-serif;
}
th {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #999999;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 600;
  border-color: #ffffff;
  color: #464646;
}
td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  border-color: #ffffff;
}
tr:first-child th,
tr:first-child td {
  border-top: 0;
}
.page {
  background: #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  margin: auto;
  min-height: 100%;
  min-width: 960px;
  position: relative;
}
.page .main {
  padding-bottom: 210px;
}
.page + .footer {
  margin-top: -150px;
  min-width: 970px;
  position: relative;
}
.center {
  margin: auto;
  position: relative;
  width: 960px;
}
.header .center {
  height: 115px;
}
.rounded {
  border-radius: 3px;
}
h1,
h2,
.h2 {
  color: #464646;
  font-family: "interstate-light", Arial, sans-serif;
}
h3,
h4 {
  color: #464646;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
h5,
h6 {
  color: #464646;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}
h2,
.h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
h3,
.h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
h6 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
}
.text-indent-10 {
  margin-left: 10px;
}
a {
  color: #e60000;
  text-decoration: none;
}
a:hover {
  color: #e60000;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 .h1,
.h2,
.h3,
.h4,
.grid-row .grid-row {
  margin: 24px 0 0 0;
}
blockquote,
dl,
form,
fieldset,
hr,
menu,
ol,
p,
pre,
table,
ul {
  margin: 12px 0 0 0;
}
:first-child {
  margin-top: 0;
}
h3 + p,
h4 + p,
h3 + ul,
h4 + ul,
h3 + ol,
h4 + ol {
  margin-top: 0;
}
.section-heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #999999;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 600;
}
.teaser-heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
}
.time-heading {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #e60000;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 700;
}
h1 .teaser-heading {
  display: block;
}
[class^="grid-col"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  min-height: 10px;
}
.grid-col1of1 {
  width: 100%;
}
.grid-col1of2 {
  width: 50%;
}
.grid-col1of3 {
  width: 33%;
}
.grid-col2of3 {
  width: 67%;
}
.grid-col1of4 {
  width: 25%;
}
.grid-col3of4 {
  width: 75%;
}
.grid-space {
  margin-top: 20px;
}
.grid-space-extra {
  margin: 0;
  padding: 43px 0 0;
}
.grid-pad {
  padding: 0 70px;
}
.logo {
  display: block;
  float: left;
  margin: 30px 0 0 -30px;
}
.maxWidth {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -ms-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
.darkerBG {
  background: #eaeae5;
}
.lightBG {
  background: #f4bd14;
}
.content {
  padding-bottom: 40px;
}
.grid-sidebar {
  padding: 20px 80px 0 0;
}
.grid-bottomspace {
  margin-bottom: 40px;
}
.grid-oversized .activiteit {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-week h2 {
  margin-top: 50px;
}
.grid-week h2:first-child {
  margin-top: 24px;
}
.grid-week .paging {
  margin-top: 50px;
}
.grid-linkitem p + .linkitem {
  margin-top: 25px;
}
h2 + .intro {
  margin-top: 8px;
}
.intro + .grid-row {
  margin-top: 35px;
}
.footer {
  background: url(../images/footerBG.png) left top repeat-x;
}
.footer .center {
  height: 150px;
}
.footer .top {
  height: 113px;
}
.footer .bottom {
  height: 30px;
  padding-top: 7px;
}
.footer .logo {
  margin: 28px 0 0 -8px;
  position: relative;
  z-index: 1;
}
.footer .slogan {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  line-height: 4.4rem;
  color: #000000;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 500;
  margin-top: 35px;
}
.footer .left {
  padding: 0 0 0 23px;
}
.footer .left a,
.footer .left span {
  margin-right: 48px;
}
.footer .right {
  padding: 0 23px 0 0;
}
.footer .right a,
.footer .right span {
  margin-left: 48px;
}
.footer a,
.footer span {
  display: inline-block;
}
.footer a {
  color: #e60000;
}
.footer a.twitter {
  background: url(../images/footerIcons.png) left top no-repeat;
  padding-left: 20px;
}
.footer a.facebook {
  background: url(../images/footerIcons.png) left bottom no-repeat;
  padding-left: 20px;
}
.footer .share {
  border: none;
  float: right;
  padding: 0 20px 0 0;
}
.mainMenu {
  bottom: 8px;
  display: block;
  position: absolute;
  right: 10px;
}
.mainMenu span {
  position: relative;
}
.mainMenu span:hover .subMenu,
.mainMenu span.hover .subMenu {
  display: block;
}
.mainMenu a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 33px;
  line-height: 3.3rem;
  background: #ffffff;
  border-radius: 3px;
  color: #e60000;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 600;
  padding: 6px 16px 5px 11px;
}
.mainMenu a:hover,
.mainMenu a.selected {
  background: #d2d2d2;
  color: #464646;
  text-decoration: none;
}
.mainMenu a.custom {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
}
.mainMenu a.custom img {
  display: inline;
}
.mainMenu a.custom:hover {
  filter: alpha(opacity = 70);
  opacity: 0.7;
  background: #ffffff;
}
.subMenu {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  display: none;
  top: 24px;
  left: 0;
  padding: 17px 0 19px;
  position: absolute;
  width: 258px;
  z-index: 23;
}
.subMenu a {
  display: block;
  padding: 1px 11px 0 11px;
  white-space: nowrap;
}
.subMenu a:hover {
  background: #f6f6f3;
  color: #464646;
  text-decoration: underline;
}
.subMenu a.selected,
.subMenu a.selected:hover {
  background: #ffffff;
  color: #464646;
  cursor: default;
  text-decoration: none;
}
.sitesearch {
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
}
.sitesearch fieldset {
  *zoom: 1;
}
.sitesearch fieldset:before,
.sitesearch fieldset:after {
  content: "";
  display: table;
}
.sitesearch fieldset:after {
  clear: both;
}
.sitesearch fieldset input {
  float: left;
}
.sitesearch .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  border: 0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  height: 28px;
  padding: 0 0 0 8px;
  width: 132px;
}
.sitesearch .sub {
  background: #ffffff url(../images/sitesearch_icon.png) 4px 4px no-repeat;
  border: 0;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  height: 28px;
  width: 28px;
}
.visualXL {
  background: #00aaff;
  margin: 0;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.visualXL .mask {
  height: 290px;
  overflow: hidden;
  width: 100%;
}
.visualXL img {
  margin-top: -15.2%;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media screen and (max-device-width: 480px) {
  .visualXL img {
    margin-top: -185px;
  }
}
.slogan {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.slogan .inner {
  display: inline-block;
  max-width: 1200px;
  min-width: 960px;
}
.slogan .text {
  margin-top: 80px;
  overflow: hidden;
  padding-left: 10px;
}
.slogan .large {
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-family: "interstate", Arial, sans-serif;
}
.slogan .small {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33px;
  line-height: 3.3rem;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
}
.slogan span {
  background: rgba(0, 0, 0, 0.3);
  clear: left;
  color: #ffffff;
  display: block;
  float: left;
}
.slogan em {
  color: #e60000;
  font-style: normal;
}
.breadcrumbs {
  background: #eaeae5;
  margin-bottom: 5px;
  overflow: hidden;
}
.breadcrumbs .center {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  color: #989898;
  height: 30px;
  padding: 0 20px;
}
.breadcrumbs .center:before,
.breadcrumbs .center:after {
  content: "";
  display: table;
}
.breadcrumbs .center:after {
  clear: both;
}
.breadcrumbs a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
  color: #999999;
  display: block;
  float: left;
}
.breadcrumbs span {
  font-size: 26px;
  font-size: 2.6rem;
  color: #b3b3b3;
  display: block;
  float: left;
  font-family: "entypo";
  line-height: 1em;
  margin: 0px 4px 0;
  padding-top: 2px;
}
.ie9 .breadcrumbs span {
  padding-top: 4px;
}
.gradientBtn {
  background: url(../images/gradientBG.png) left top repeat-x;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 20px 6px;
}
.gradientBtn:hover {
  background-position: left bottom;
}
.backBtn {
  margin: 0 0 17px 0;
}
.filterTabs {
  margin-top: -49px;
  position: relative;
}
.filterTabs .tabs {
  display: block;
  list-style: none;
  margin: 0 auto;
  max-width: 960px;
  min-width: 320px;
  padding: 0;
  position: relative;
}
.filterTabs .tabs li {
  display: inline-block;
}
.filterTabs .tabs li:first-child a {
  background: #e60000;
}
.filterTabs .tabs li:first-child a.current {
  border-bottom: 5px solid #e60000;
}
.filterTabs .tabs li:first-child a.current:hover {
  background: #e60000;
}
.filterTabs .tabs li.absolute {
  position: absolute;
  right: 0;
  top: 0;
}
.filterTabs .tabs a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  background: #f4861e;
  border-radius: 3px 3px 0 0;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  display: block;
  font-family: "interstate-light", Arial, sans-serif;
  font-weight: 300;
  height: 54px;
  padding: 10px 15px 0;
}
.filterTabs .tabs a:hover {
  background-color: #e16a00;
}
.filterTabs .tabs a.current {
  border-bottom: 5px solid #f4861e;
}
.filterTabs .tabs a.current:hover {
  background: #f4861e;
}
.filterTabs .tabs .gradientBtn {
  background: url(../images/gradientBG.png) left top repeat-x;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  padding: 8px 20px 6px;
}
.filterTabs .tabs .gradientBtn:hover {
  background-position: left bottom;
}
.filterTabs .panes .filter {
  height: 125px;
}
.filterTabs .panes .filter .inside {
  height: 125px;
}
.filterTabs .panes .filter .wat {
  padding: 0 20px 0 30px;
  width: 325px;
}
.filterTabs .panes .filter .wie {
  padding: 0 0 0 35px;
  width: 315px;
}
.filterTabs .panes .filter .waar {
  padding: 0 0 0 15px;
  width: 310px;
}
.filterTabs .panes .filter .waar .icon {
  margin-right: 9px;
}
.filterTabs .panes .filter .checkset label {
  float: left;
  width: 112px;
}
.filter {
  background: #e60000;
  position: relative;
}
.filter .inside {
  *zoom: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.filter .inside:before,
.filter .inside:after {
  content: "";
  display: table;
}
.filter .inside:after {
  clear: both;
}
.filter .inside > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid #ffffff;
  float: left;
  height: 100%;
}
.filter .inside > div:first-child {
  border-left: 0;
}
.filter .inside > div.active p,
.filter .inside > div.active .icon,
.filter .inside > div.active .filterform {
  position: relative;
  z-index: 20;
}
.filter .inside .suggestions {
  border-left: 0;
  display: none;
}
.filter.vrijwilligers {
  background: #f4861e;
  height: 10px !important;
}
.filter.vrijwilligers .dropdown {
  background: #f4861e;
}
.filter .wat {
  padding: 0 20px 0 0;
  position: relative;
  width: 185px;
}
.filter .wie {
  padding: 0 0 0 20px;
  position: relative;
  width: 230px;
}
.filter .waar {
  padding: 0 0 0 20px;
  position: relative;
  width: 204px;
}
.filter .button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  background: url(../images/buttonBG.png) left top repeat-x;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  color: #464646;
  display: inline-block;
  height: 28px;
  padding: 1px 10px 0;
  width: auto;
}
.filter .button:focus {
  outline: none;
}
.filter .button.hideBtn {
  display: none;
}
.filter .button.hideBtn.visible {
  display: inline-block;
}
.filter .icon {
  float: left;
  margin: 18px 23px 0 0;
}
.filter .label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #ffffff;
  font-family: "interstate-light", Arial, sans-serif;
  margin: 12px 0 0 0;
}
.filter .sublabel {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 4px;
}
.filter small {
  color: #ffffff;
}
.filter .filterform {
  margin: 0;
  padding: 5px 0 0 0;
}
.filter .filterform fieldset {
  *zoom: 1;
}
.filter .filterform fieldset:before,
.filter .filterform fieldset:after {
  content: "";
  display: table;
}
.filter .filterform fieldset:after {
  clear: both;
}
.filter .filterform + p {
  margin-top: 6px;
}
.filter fieldset {
  margin: 0;
}
.filter input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-style: italic;
  height: 28px;
  padding-left: 10px;
}
.filter .slimInput {
  float: left;
  width: 108px;
}
.filter .slimInput + .button {
  float: left;
  margin-left: 4px;
}
.filter .checkset label {
  color: #ffffff;
}
.filter select {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.filter select.s {
  width: 95px;
}
.filter select.xs {
  width: 80px;
}
.filter select.marginTop {
  margin-top: 12px;
}
.filter .mask {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.page-home .filter {
  height: auto;
  margin-bottom: 5px;
}
.dropdown {
  *zoom: 1;
  background: #e60000;
  border: 0 !important;
  border-radius: 3px;
  color: #ffffff;
  height: auto !important;
  left: -9999px;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 19;
}
.dropdown:before,
.dropdown:after {
  content: "";
  display: table;
}
.dropdown:after {
  clear: both;
}
.dropdown.show {
  display: block;
  visibility: visible;
}
.dropdown.show strong:hover .popupBox,
.dropdown.show strong.hover .popupBox {
  visibility: visible;
}
.dropdown span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
}
.dropdown span a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: inline;
  float: none;
}
.dropdown strong {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}
.dropdown strong a {
  color: #ffffff;
  position: relative;
  z-index: 21;
}
.dropdown strong a:hover {
  color: #6a0000;
}
.dropdown a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}
.dropdown a:hover {
  text-decoration: underline;
}
.wat .dropdown {
  padding: 92px 10px 60px 90px;
  width: 360px;
}
.wat .dropdown strong,
.wat .dropdown a {
  min-width: 180px;
}
.wat .dropdown.positionLeft {
  left: -90px;
}
.wat .suggestions a {
  clear: left;
  min-width: 0;
}
.filterTabs .wat .dropdown.positionLeft {
  left: 0;
}
.waar .dropdown {
  padding: 109px 0 60px 50px;
  width: 510px;
}
.waar .dropdown strong {
  width: 230px;
}
.waar .dropdown.positionLeft {
  left: -205px;
}
.popupBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  visibility: hidden;
  left: -224px;
  padding: 10px 20px 18px 20px;
  position: absolute;
  top: -17px;
  min-width: 200px;
  z-index: 22;
}
.popupBox .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33px;
  line-height: 3.3rem;
  color: #e60000;
  display: block;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
.popupBox .popupBoxLink {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #464646 !important;
  display: block;
  float: none;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 600;
}
.popupBox .arrow {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 15px;
  height: 0;
  width: 0;
  position: absolute;
  top: 14px;
  right: -30px;
}
.popupBox .arrowShadow {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 16px;
  height: 0;
  width: 0;
  position: absolute;
  top: 13px;
  right: -33px;
}
.teaser-oneline {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  display: block;
  margin: 5px 10px 10px;
  width: 100%;
}
.teaser-oneline:before,
.teaser-oneline:after {
  content: "";
  display: table;
}
.teaser-oneline:after {
  clear: both;
}
.teaser-oneline p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
}
.teaser-oneline .btn {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.teaser {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  display: block;
  margin: 0 10px 25px;
  width: 220px;
}
.teaser:before,
.teaser:after {
  content: "";
  display: table;
}
.teaser:after {
  clear: both;
}
.teaser:hover {
  text-decoration: none;
}
.teaser:hover strong,
.teaser:hover a {
  color: #e60000;
}
.teaser:hover h3 a {
  text-decoration: none;
}
.teaser h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  clear: both;
  margin-top: 0;
}
.teaser h3 a {
  color: #464646;
}
.teaser img + h3 {
  margin-top: 5px;
}
.teaser strong {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33px;
  line-height: 3.3rem;
  clear: both;
  color: #464646;
  display: block;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  margin: 2px 0 0 0;
}
.teaser strong a {
  color: #464646;
  display: block;
  min-height: 44px;
}
.teaser strong a:hover {
  text-decoration: none;
}
.teaser.halfImage {
  background: #f4bd14;
  border-radius: 3px;
  min-height: 220px;
}
.teaser.halfImage strong {
  margin-left: 10px;
}
.teaser.halfImage img + strong {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: Arial;
  font-weight: bold;
  margin: 5px 5px 6px 10px;
  position: relative;
}
.teaser.halfImage:hover strong,
.teaser.halfImage:hover a {
  color: #464646;
  text-decoration: underline;
}
.teaser.thumb {
  border: 2px solid #ffffff;
  margin: 0 1px;
  padding: 1px;
  text-align: center;
  width: auto;
}
.teaser.thumb:hover,
.teaser.thumb.selected {
  border-color: #f4861e;
}
.teaser.thumb a:focus {
  outline: none;
}
.teaser.teaserOrange {
  background: #f4861e;
}
.teaser.teaserOrange strong,
.teaser.teaserOrange a {
  color: #ffffff;
}
.teaser.teaserOrange:hover strong,
.teaser.teaserOrange:hover a {
  color: #ffffff;
}
.teaser.teaserRed {
  background: #e60000;
}
.teaser.teaserRed strong,
.teaser.teaserRed a {
  color: #ffffff;
}
.teaser.teaserRed:hover strong,
.teaser.teaserRed:hover a {
  color: #ffffff;
}
.teaser.teaserBlue {
  background: #9ccdfd;
}
.teaser.teaserBlue strong,
.teaser.teaserBlue a {
  color: #156797;
}
.teaser.teaserBlue:hover strong,
.teaser.teaserBlue:hover a {
  color: #156797;
}
.teaser.teaserGrey {
  background: #eaeae5;
}
.js .teaser {
  cursor: pointer;
}
.js .teaser.teaser-oneline {
  cursor: default;
}
.teaser-smallstrong strong {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.teaser-more {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  background: #dcdcd2;
  color: #464646;
  display: block;
  height: 165px;
  padding: 62px 0 0 10px;
  text-align: center;
  width: 220px;
}
.teaser-more:after {
  font-size: 32px;
  font-size: 3.2rem;
  content: ",";
  font-family: "entypo";
  vertical-align: middle;
}
.teaser-more:hover {
  text-decoration: none;
}
.halfImage + .teaser .teaser-more {
  border-radius: 3px;
  min-height: 220px;
  padding-top: 94px;
}
.txtThumb {
  background: #f4861e;
  border: 0;
  border-radius: 3px;
  height: 100px;
  margin: 3px 2px 0 10px;
  text-align: center;
  width: 100px;
}
.txtThumb:hover {
  background: #e16a00;
}
.txtThumb:hover span {
  text-decoration: underline;
}
.txtThumb span {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  top: 50%;
}
.carouselTitle {
  color: #464646;
  /*font-weight: 600;*/
  margin: 15px 0 10px 10px;
}
.grid-col1of1 > .carouselTitle,
.grid-col1of2 > .carouselTitle,
.grid-col1of3 > .carouselTitle,
.grid-col2of3 > .carouselTitle,
.grid-col1of4 > .carouselTitle,
.grid-col3of4 > .carouselTitle {
  margin-left: 0;
}
.seeAll {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #e60000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-top: 5px;
  padding: 0 9px;
  vertical-align: middle;
	display: inline-block;

}
.seeAll:hover {
  /*background: #d2d2d2;
  color: #464646;*/
  text-decoration: underline;
}
.darkerBG .seeAll {
  /*background: #eaeae5;*/
}
.darkerBG .seeAll:hover {
  /*background: #d2d2d2;*/
}
.carousel {
  position: relative;
  min-height: 100px;
}
.carousel .inside {
  left: 0;
  min-height: 250px;
  position: relative;
  top: 0;
}
.leftBtn,
.rightBtn {
  display: none;
  height: 35px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 35px;
  z-index: 18;
}
.leftBtn:focus,
.rightBtn:focus {
  outline: none;
}
.leftBtn {
  background: url(../images/carousel_btn_left_new.png) left top no-repeat;
  left: -8px;
}
.rightBtn {
  background: url(../images/carousel_btn_right_new.png) left top no-repeat;
  right: -8px;
}
.btnOffsetA + .leftBtn,
.btnOffsetA + .leftBtn + .rightBtn {
  margin-top: -6px;
}
.btnOffsetB + .leftBtn,
.btnOffsetB + .leftBtn + .rightBtn {
  margin-top: -28px;
}
.relativeContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.carouselNoResultsMsg {
  padding: 8px 10px 10px 10px;
}
.carouselNoResultsMsg + .btn {
  margin: 9px 0 57px 10px;
}
.dateblock {
  *zoom: 1;
  min-height: 52px;
}
.dateblock:before,
.dateblock:after {
  content: "";
  display: table;
}
.dateblock:after {
  clear: both;
}
.dateblock em {
  background: #ffffff;
  border: 1px solid #b3b3b3;
  display: block;
  height: 36px;
  margin: 0 5px 5px 0;
  padding-top: 3px;
	padding-bottom: 3px;
  text-align: center;
  width: 40px;
}
.dateblock em span {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #464646;
  display: inline-block;
  position: relative;
  top: -9px;
}
.dateblock em span:first-child {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #e60000;
  display: block;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 700;
  top: 0;
}
.dateblock em:hover {
  text-decoration: none;
}
.dateblock .dateblock-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #464646;
  display: block;
  height: 40px;
  overflow: hidden;
  width: auto;
	margin-top: 4px;
}
.noPaddingRight {
  padding-right: 0 !important;
}
.profileDetail {
  background: url(../images/preloader.gif) 50% 50% no-repeat;
  *zoom: 1;
  min-height: 220px;
}
.profileDetail:before,
.profileDetail:after {
  content: "";
  display: table;
}
.profileDetail:after {
  clear: both;
}
.profilePicLarge {
  width: 33%;
}
.profileSpeach {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eaeae5 url(../images/profileSpeachQuotes.png) 7px 17px no-repeat;
  border-radius: 3px;
  display: inline-block;
  height: 220px;
  padding: 0 30px;
  position: relative;
  width: 66%;
}
.profileSpeach .arrow {
  border-color: transparent #eaeae5 transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0;
  left: -30px;
  position: absolute;
  top: 48px;
  width: 0;
}
.profileSpeach p {
  margin: 8px 0 20px;
}
.profileSpeach em {
  display: block;
}
.profileSpeach a {
  color: #e60000;
}
.ankeiler {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4861e;
  border-radius: 3px;
  padding: 1px 10px 20px;
}
.ankeiler h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate-light", Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 10px 10px 20px;
}
.ankeiler p {
  color: #ffffff;
  margin: 0 10px 22px;
}
.ankeiler img {
  margin-bottom: 13px;
}
.ankeiler .btn {
  display: block;
  margin: 0;
}

.ankeiler .halfWidth .btn {
	margin-left: 12px;
}

.ankeiler .btn + .btn {
  margin-top: 12px;
}
.ankeiler + .ankeiler {
  margin-top: 40px;
}
.ankeiler.vacaturebank {
  height: 220px;
}
.poll form {
  margin: -2px 0 0;
}
.poll form fieldset {
  margin: 0 10px 18px;
}
.poll form .field {
  margin-bottom: 9px;
}
.page-home .poll {
  height: 350px;
}
.locaties {
  *zoom: 1;
  margin: 0 0 10px 0;
}
.locaties:before,
.locaties:after {
  content: "";
  display: table;
}
.locaties:after {
  clear: both;
}
.locaties .col {
  float: left;
  /*margin-left: 30px;*/
  width: 200px;
}
/*.locaties .col:first-child {
  margin-left: 20px;
}*/
.locaties a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #464646 !important;
  display: block;
  margin-bottom: 7px;
}
.ankeiler-blue {
  background: #9ccdfd;
}
.ankeiler-blue h3,
.ankeiler-blue p {
  color: #156797;
}
.ankeiler-red {
  background: #e60000;
}
.ankeiler-red h3,
.ankeiler-red p {
  color: #ffffff;
}
.ankeiler-red a {
  color: #f4bd14;
}
.ankeiler-red .btn {
  color: #464646;
}
.ankeiler-yellow {
  background: #f4bd14;
}
.ankeiler-yellow h3,
.ankeiler-yellow p {
  color: #464646;
}
.ankeiler-grey {
  background: #eaeae5;
}
.ankeiler-grey h3,
.ankeiler-grey p {
  color: #464646;
}

.ankeiler-white {
  background: #ffffff;
}
h5 + .ankeiler {
  margin-top: 5px;
}
.socialUnit {
  float: left;
}
.socialUnit .icon {
  background: url(../images/socialUnit_icons_new_hover.png) left top no-repeat;
  display: block;
  height: 75px;
  margin: 16px 0 0 0;
  width: 100px;
}

.socialUnit .icon:hover {
	background-image: url(../images/socialUnit_icons_new_hover.png);
}

.socialUnit .icon:first-child {
  margin-top: 0;
}
.socialUnit .icon.twitter {
  background-position: left 0px;
}
.socialUnit .icon.facebook {
  background-position: left -92px;
}
.socialUnit .icon.youtube {
  background-position: left -183px;
}
.socialUnit .icon.linkedin {
  background-position: left -276px;
}
.twitterUnit {
  float: left;
  width: 340px;
}
.socialUnit + .twitterUnit {
  margin-left: 20px;
}
.vacatureButtons {
  margin-bottom: 30px;
}
.vacatureBlock {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  background: #eaeae5 url(../images/vacature_icons.png) left top no-repeat;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 20px 20px 22px 60px;
}
.vacatureBlock.week {
  background-position: 20px 22px;
}
.vacatureBlock.cdet {
  background-position: 20px -63px;
}
.vacatureBlock.zorg {
  background-position: 20px -150px;
}
.vacatureBlock.middenBrabant {
  background-position: 20px -230px;
}
.vacatureBlock:hover {
  background-color: #f4861e;
  color: #464646;
  text-decoration: none;
}
.vacatureBlock:hover.week {
  background-position: 20px -291px;
}
.vacatureBlock:hover.cdet {
  background-position: 20px -375px;
}
.vacatureBlock:hover.zorg {
  background-position: 20px -462px;
}
.vacatureBlock:hover.middenBrabant {
  background-position: 20px -542px;
}
.banner {
  padding: 23px 0 22px;
  text-align: center;
}
.banner img {
  display: inline-block;
  margin: -10px 11px 0 0;
}
.banner p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #999999;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 600;
  color: #464646;
  display: inline-block;
  margin-right: 19px;
}
.banner .btn {
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  top: -3px;
}
.form {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding-bottom: 24px;
}
.form fieldset {
  margin-top: 4px;
  padding: 25px 29px 0;
}
.form fieldset:first-child {
  margin-top: 0;
}
.form fieldset.divider {
  border-top: 1px solid #eaeae5;
  padding-bottom: 6px;
  padding-top: 30px;
}
.form .subform {
  padding-left: 40px;
}
.form .subform.hidden {
  display: none;
}
.form h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}
.form p {
  margin-bottom: 33px;
}
.form .btn {
  display: block;
  float: left;
}
.form .btn + .btn {
  clear: left;
  margin-top: 12px;
}
.form .btn.btn-submit {
  float: right;
}
.text .form {
  margin: 24px 60px 0 0;
}
.kennistest label {
  display: inline-block;
  margin: 0;
  padding-right: 5px;
  position: relative;
  text-align: right;
  top: -7px;
  width: 200px;
}
.kennistest .smile {
  background: url(../images/smiles.png) left top no-repeat;
  display: inline-block;
  height: 23px;
  margin-left: 17px;
  width: 23px;
}
.kennistest .smile input {
  display: block;
  height: 23px;
  margin: 0;
  opacity: 0;
  width: 23px;
}
.kennistest .smile.happy {
  background-position: 0 0;
}
.kennistest .smile.okay {
  background-position: -40px 0;
}
.kennistest .smile.neutral {
  background-position: -80px 0;
}
.kennistest .smile.sad {
  background-position: -120px 0;
}
.kennistest .smile.selected.happy {
  background-position: 0 -30px;
}
.kennistest .smile.selected.okay {
  background-position: -40px -30px;
}
.kennistest .smile.selected.neutral {
  background-position: -80px -30px;
}
.kennistest .smile.selected.sad {
  background-position: -120px -30px;
}
.ie8 .kennistest .smile input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.preview {
  border: 1px solid #e9e9e9;
  height: 600px;
  margin: 70px 71px 0 0;
  overflow: hidden;
  width: 780px;
}
.bg-bar {
  background: url("../images/page-bg-bar.gif") repeat-x;
}
.bg-bar h1 {
  color: #ffffff;
  height: 100px;
  margin-bottom: 40px;
  padding: 20px 0 0 0;
}
.bg-bar h1 small {
  color: #ffffff;
}
.bg-bar h1 a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 300;
  margin-top: 20px;
}
.bg-bar h1 a:before {
  content: "";
  display: block;
  margin-top: -10px;
}
.bg-bar h1 a span {
  font-size: 14px;
  font-size: 1.4rem;
}
.bg-bar h1 a span:before {
  content: "\2a";
  display: inline-block;
  font-family: "entypo";
  line-height: 1em;
}
.bg-bar h1 a:hover span {
  text-decoration: none;
}
.bg-bar h1 a.teaser-heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-top: 10px;
}
.bg-bar-extend {
  background: url("../images/page-bg-bar-filter.gif") repeat-x;
}
.bg-bar-extend h1 {
  height: 95px;
  margin-bottom: 0;
}
.bg-bar-filter {
  background: url("../images/page-bg-bar-filter.gif") repeat-x 0 110px;
}
.bg-bar-filter h1 {
  height: 90px;
  padding: 20px 0 0 0;
}
.bg-bar-filter.fadeOver {
  background-image: url("../images/page-bg-bar-filter-masked.gif");
}
.filter {
  height: 165px;
  margin-bottom: 40px;
}
.bg-bar-filter .filter > form {
  height: 165px;
}
.subnav {
  background: #f4bd14;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
}
.subnav h4 {
  font-weight: bold;
  margin-bottom: 16px;
}
.subnav a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin: 10px 0;
}
.subnav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.subnav .selected {
  color: #ffffff;
}
.subnav .sub {
  margin-bottom: 15px;
  padding: 0 0 0 36px;
}
.subnav .sub a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin: 8px 0;
}
.subnav + .subnav {
  margin: -30px 0 40px;
}
.paging {
  height: 36px;
  margin: 40px 0 18px;
}
.paging ul {
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}
.paging li {
  display: inline;
}
.paging li:first-child a {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.paging li:last-child a {
  border-radius: 0 3px 3px 0;
}
.paging a {
  border: 1px solid #d2d2d2;
  border-left-width: 0;
  color: #e60000;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  text-decoration: none;
}
.paging a:hover {
  background-color: #f6f6f3;
}
.paging a.first,
.paging a.last {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "entypo";
  line-height: 1.9em;
  padding: 0 10px;
}
.paging .active a {
  background-color: #f6f6f3;
  color: #999999;
  cursor: default;
}
.paging .disabled span,
.paging .disabled a,
.paging .disabled a:hover {
  background-color: transparent;
  color: #ffffff;
  cursor: default;
}
.paging-week {
  margin: 5px 0;
}
.paging-week a {
  background-color: #eaeae5;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffffff, #eaeae5);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeae5);
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeae5);
  background-image: -o-linear-gradient(top, #ffffff, #eaeae5);
  background-image: linear-gradient(top, #ffffff, #eaeae5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeae5, GradientType=0);
  color: #464646;
  height: auto;
  line-height: 30px;
  outline: 0;
  padding: 0 10px;
}
.paging-week a:hover {
  background: #f6f6f3;
  color: #e60000;
  filter: none;
}
.paging-week .disabled a {
  color: #999999;
}
.paging-week .disabled a:hover {
  background-color: #eaeae5;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffffff, #eaeae5);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeae5);
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeae5);
  background-image: -o-linear-gradient(top, #ffffff, #eaeae5);
  background-image: linear-gradient(top, #ffffff, #eaeae5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeae5, GradientType=0);
  color: #999999;
}
.intro {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-style: italic;
}
.intro + .linkitem {
  margin-top: 27px;
}
.intro + .btn {
  margin-top: 13px;
}
figure.left {
  float: left;
  margin: 0 10px 2px 0;
}
figure.left + h3,
figure.left + h4 {
  margin-top: 0;
}
figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #999999;
  margin: 5px 0 0 0;
}
.part {
  *zoom: 1;
  margin: 40px 0;
}
.part:before,
.part:after {
  content: "";
  display: table;
}
.part:after {
  clear: both;
}
.well {
  background: #eaeae5;
  border-radius: 3px;
  padding: 10px 0;
}
.well th,
.well td {
  padding: 5px 0 5px 20px;
}
.well th {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  width: 45%;
}
.well td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.well a {
  display: block;
}
.well a + a {
  margin-top: 7px;
}
.well + .well {
  margin-top: 20px;
}
.btn-fat {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #464646;
  margin: 10px 0;
  padding: 5px 15px;
}
.contentTable {
  margin-bottom: 24px;
  width: auto;
}
.contentTable th,
.contentTable td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #464646;
  font-family: Arial, sans-serif;
  padding-bottom: 0;
  padding-top: 0;
}
.contentTable tr td:first-child {
  padding-left: 0;
}
.quote-item img {
  float: left;
  margin: 0 20px 0 0;
}
.quote-item .inner {
  background: url("../images/blockquote.gif") no-repeat 0 15px;
  overflow: hidden;
  padding: 0 0 0 30px;
}
.quote-item blockquote {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  border: 0;
  margin: 10px 0 0 0;
  padding: 0;
}
.quote-item small {
  color: #464646;
  display: block;
  margin: 20px 0 0 0;
}
.checklist {
  margin-top: -10px;
}
.checklist span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  display: block;
  float: left;
  padding: 10px 10px 0 28px;
  position: relative;
  width: 50%;
}
.checklist span:nth-child(2n+1) {
  clear: left;
}
.checklist span:before {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f4861e;
  content: "\24";
  font-family: "entypo";
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 19px;
}
.activiteit {
  *zoom: 1;
  background: #f6f6f3;
  border: 2px solid #f6f6f3;
  margin-top: 10px;
  padding: 8px 18px;
  position: relative;
}

.activiteit:before,
.activiteit:after {
  content: "";
  display: table;
}
.activiteit:after {
  clear: both;
}
.activiteit .inner {
  background: url("../images/activiteit-divider.gif") repeat-y right 0;
}
.activiteit + .paging {
  margin-top: 60px;
}
.activiteit-simple .inner {
  background: none;
}
.activiteit-simple .teaser-heading {
  max-width: 60%;
}
.activiteit-detail {
  padding-right: 20px;
}
.activiteit-detail h3 {
  margin-top: 0;
}
.activiteit-detail h3 a {
  color: #464646;
}
.activiteit-detail h3 a:hover {
  color: #e60000;
  text-decoration: none;
}
.activiteit-tijdstip {
  display: block;
  padding-top: 5px;
}
.activiteit-locatie {
  float: right;
  min-height: 50px;
  padding: 5px 0 0 20px;
  text-align: right;
  width: 170px;
}
.activiteit-locatie span {
  white-space: nowrap;
}
.activiteit-doelgroep {
  float: right;
  font-weight: bold;
  min-height: 50px;
  padding: 5px 20px 0 0;
  text-align: right;
  width: 105px;
}
.js .activiteit:hover {
  background: #eaeae5;
  border-color: #d2d2d2;
  cursor: pointer;
}

.js .no-hover:hover {
  background: #f6f6f3;
  border: 2px solid #f6f6f3;
  cursor: default;
}

.js .activiteit:hover h3 a {
  color: #e60000;
}
.linkitem {
  *zoom: 1;
  background: #f6f6f3 right center;
  border: 2px solid #f6f6f3;
  margin-top: 10px;
  min-height: 55px;
  padding: 4px 60px 4px 18px;
  position: relative;
}
.linkitem:before,
.linkitem:after {
  content: "";
  display: table;
}
.linkitem:after {
  clear: both;
}
.linkitem a {
  color: #e60000;
}
.linkitem a:hover {
  text-decoration: none;
}
.linkitem-download {
  background: #f6f6f3 url("../images/linkitem_download.png") no-repeat right center;
  padding-left: 94px;
}
.linkitem-download .pictogram {
  background: url("../images/download.png") no-repeat;
  height: 81px;
  left: 5px;
  position: absolute;
  top: -10px;
  width: 70px;
}
.linkitem-download .pictogram span {
  color: #b3b3b3;
  display: block;
  font-weight: bold;
  margin-top: 28px;
  padding-left: 10px;
  text-align: center;
  text-transform: uppercase;
}
.js .linkitem:hover {
  background-color: #eaeae5;
  border-color: #d2d2d2;
  cursor: pointer;
}
.textitem {
  *zoom: 1;
  margin-top: -7px;
}
.textitem:before,
.textitem:after {
  content: "";
  display: table;
}
.textitem:after {
  clear: both;
}
.textitem img {
  float: left;
  margin: 7px 10px 10px 0;
}
.textitem .teaser-heading {
  margin-top: 0;
}
.textitem h3 a {
  color: #464646;
}
.textitem h3 a:hover {
  color: #e60000;
  text-decoration: none;
}
.textitem .datum {
  color: #999999;
  display: block;
  font-weight: bold;
}
.textitem .details {
  display: block;
  font-weight: bold;
}
.textitem .datum + p {
  margin-top: 20px;
}
.textitem .details + p {
  margin-top: 0;
}
.textitem .introtext {
  overflow: hidden;
}
.textitem + .textitem {
  margin-top: 42px;
}

.textitem  .vacature-img {
    float: left;
    margin-right: 30px;	
	margin-top: 5px;
}

.textitem  .vacature-text {
    float: left;
    width: 550px;	
}

.profiel-grid {
  *zoom: 1;
  padding-top: 15px;
}
.profiel-grid:before,
.profiel-grid:after {
  content: "";
  display: table;
}
.profiel-grid:after {
  clear: both;
}
.profiel-grid > div {
  padding: 0 40px 0 0;
}
.profiel-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 0 0 0;
  overflow: hidden;
}
.profiel-item .inner {
  overflow: hidden;
}
.profiel-item img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 40px;
  height: auto;
}
.profiel-item em {
  font-weight: bold;
}
.profiel-item p {
  margin: 0;
}
.locatie-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f3;
  margin: 15px 0 0 0;
  overflow: hidden;
  padding: 5px 10px 15px 5px;
}
.locatie-item img {
  float: left;
  margin: 0 10px 0 0;
}
.locatie-item .inner {
  overflow: hidden;
  padding: 5px 0 0 35px;
  position: relative;
}
.locatie-item address + address {
  margin: 15px 0 0 0;
}
.locatie-item p {
  margin: 0;
}
.locatie-item .btn {
  margin-top: 15px;
}
.locatie-item table {
  margin-left: -10px;
}
h5 + .locatie-item {
  margin-top: 5px;
}
.locatie-icon .inner:before {
  font-size: 24px;
  font-size: 2.4rem;
  color: #999999;
  content: "\22";
  font-family: "entypo";
  left: 8px;
  line-height: 1em;
  padding-top: 5px;
  position: absolute;
}
.foto-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #f6f6f3;
  margin: 50px 0 50px 5px;
  padding: 10px;
}
.foto-item:before,
.foto-item:after {
  content: "";
  display: table;
}
.foto-item:after {
  clear: both;
}
.foto-item img {
  float: left;
  margin: -35px 5px -35px -20px;
}
.foto-item .video-item {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border: 5px solid #ffffff;
}
.foto-item .inner {
  overflow: hidden;
  padding: 10px 0 0 0;
  position: relative;
}
.foto-item h3 {
  margin: 0;
}
.foto-item h3 span {
  white-space: nowrap;
}
.js .foto-item:hover {
  cursor: pointer;
}
.js .foto-item:hover h3 a {
  text-decoration: underline;
}
.foto-item + .foto-item {
  margin-top: 90px;
}
.part .foto-item {
  margin: 40px 0 40px 5px;
}
.foto-icon .inner {
  padding-left: 35px;
}
.foto-icon .inner:before {
  font-size: 20px;
  font-size: 2rem;
  color: #999999;
  content: "\23";
  font-family: "entypo";
  left: 5px;
  line-height: 1em;
  padding-top: 5px;
  position: absolute;
}
.video-icon .inner {
  padding-left: 50px;
}
.video-icon .inner .icon {
  background: url(../images/video-icon.png) left top no-repeat;
  display: block;
  height: 13px;
  left: 19px;
  position: absolute;
  top: 21px;
  width: 17px;
}
.video-icon .inner:before {
  background: url(../images/video-icon.png) left top no-repeat;
  display: block;
  height: 13px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 17px;
}
.share {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  padding: 10px;
  text-align: center;
}
.share span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
.link-twitter,
.link-facebook,
.link-linkedin,
.link-email {
  color: #e60000;
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.link-twitter:before,
.link-facebook:before,
.link-linkedin:before,
.link-email:before {
  background: url("../images/share.gif") no-repeat;
  content: "";
  float: left;
  display: block;
  height: 20px;
  margin: 1px 2px 0 0;
  width: 20px;
}
.link-twitter:hover,
.link-facebook:hover,
.link-linkedin:hover,
.link-email:hover {
  text-decoration: none;
}
.link-twitter:hover:before,
.link-facebook:hover:before,
.link-linkedin:hover:before,
.link-email:hover:before {
  background-position: -20px 0;
}
.link-twitter:before {
  background-position: 0 0;
}
.link-twitter:hover:before {
  background-position: -20px 0;
}
.link-facebook:before {
  background-position: 0 -20px;
}
.link-facebook:hover:before {
  background-position: -20px -20px;
}
.link-linkedin:before {
  background-position: 0 -40px;
}
.link-linkedin:hover:before {
  background-position: -20px -40px;
}
.link-email:before {
  background-position: 0 -60px;
}
.link-email:hover:before {
  background-position: -20px -60px;
}
.albums {
  *zoom: 1;
  margin-top: 0 !important;
	padding-bottom: 10px;
}
.albums:before,
.albums:after {
  content: "";
  display: table;
}
.albums:after {
  clear: both;
}
.albums .album-item {
  float: left;
  width: 225px;
	margin: 0;
	min-height: 278px;
}

.album-item .datum {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #999999;
  padding: 0 11px;
}

.foto-stack {
	margin-left: 11px;
}

.album-item h3 {
  margin-top: 3px;
  padding: 0 15px 0 11px;
}

.album-item h3 a:hover {
  color: #e60000;
  text-decoration: none;
}
.js .album-item:hover {
  cursor: pointer;
}
.js .album-item:hover h3 a {
  color: #e60000;
}
.ankeiler.albums {
  background: #f3f3f3;
  min-height: 350px;
}

.album-item h3 a {
  color: #464646;
}

.ankeiler.albums > div {
  *zoom: 1;
  margin: -5px -10px;
}
.ankeiler.albums > div:before,
.ankeiler.albums > div:after {
  content: "";
  display: table;
}
}
.ankeiler.albums > div:after {
  clear: both;
}
.ankeiler.albums .btn {
  display: inline-block;
  margin: 0;
  margin-top: 20px;
}
.ankeiler.albums .album-item {
  margin-top: 15px;
}
.ankeiler.albums .album-item img {
  margin-bottom: 0;
}
.ankeiler.albums .album-item h3 {
  height: 66px;
  margin: 3px 0 0 0;
  overflow: hidden;
}
.js .simplefilter {
  display: block;
}
.simplefilter {
  *zoom: 1;
  display: none;
  margin: 20px 0 0 0;
  outline: 0;
  position: relative;
}
.simplefilter:before,
.simplefilter:after {
  content: "";
  display: table;
}
.simplefilter:after {
  clear: both;
}
.simplefilter h5 {
  float: left;
  margin-right: 5px;
}
.simplefilter .btn {
  margin: 4px 0 0;
  outline: 0;
}
.simplefilter .select {
  float: left;
  margin: 0 10px;
  position: relative;
}
.simplefilter .simple-dropdown {
  margin-top: 1px;
}
.btn-drop {
  padding: 2px 24px 2px 10px;
  position: relative;
}
.btn-drop:after {
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #d2d2d2;
  content: "\2b";
  font-family: "entypo";
  line-height: 2.2em;
  height: 100%;
  padding: 0 3px;
  position: absolute;
  top: 0;
  right: 0;
}
.simple-dropdown {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  display: none;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
}
.simple-dropdown a {
  border-top: 1px solid #f6f6f3;
  color: #464646;
  display: block;
  padding: 4px 20px 4px 0;
}
.simple-dropdown a:hover {
  color: #e60000;
  text-decoration: none;
}
.simple-dropdown a:first-child {
  border-top: 0;
}
.poll-item {
  background: #eaeae5;
  border-radius: 3px;
  margin: 8px 0 40px 0;
  padding: 15px 20px 25px 20px;
}
.poll-item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  color: #999999;
}
.poll-item .submit {
  margin-top: 10px;
}
.poll-item td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  border: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  vertical-align: text-bottom;
}
.poll-item td:first-child {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
  width: 80px;
}
.poll-item-new {
  background: #f4bd14;
}
.poll-item-new h3 {
  color: #464646;
}
.poll-item + .paging {
  margin-top: 60px;
}
.search-item {
  background: #f6f6f3;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin: 10px 0;
  padding: 15px 20px 20px 20px;
}
.search-item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #464646;
  font-family: "interstate", Arial, sans-serif;
  font-weight: 300;
}
.search-item h3 a {
  color: #464646;
}
.search-item h3 a:hover {
  color: #e60000;
  text-decoration: none;
}
.search-item p {
  margin: 10px 0 0 0;
}
.search-item p + p {
  margin: 15px 0 0 0;
}
h2 + .search-item {
  margin-top: 20px;
}
.photobox-bar {
  *zoom: 1;
  height: 30px;
  padding: 0 25px 0 0;
  text-align: right;
}
.photobox-bar:before,
.photobox-bar:after {
  content: "";
  display: table;
}
.photobox-bar:after {
  clear: both;
}
.photobox-photo img {
  margin: 0 auto;
}
.photobox-photo .datum {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #999999;
  float: left;
  padding-top: 10px;
  text-align: right;
}
.photo-thumbs .inner {
  clear: both;
}
.photo-thumbs a {
  float: left;
  margin: 0 0 10px 10px;
}
.photo-thumbs a:first-child {
  margin-left: 0;
}
.dienst {
  background: #f6f6f3;
  font-weight: bold;
  margin: 10px 20px 10px 0;
  padding: 10px 20px;
  width: 420px;
	float: left;
}
.dienst a {
  color: #464646;
}
.dienst a:hover {
  color: #e60000;
  text-decoration: none;
}
.dienst-doelgroep {
  float: right;
  min-height: 10px;
  text-align: right;
  width: 105px;
}
.js .dienst:hover {
  cursor: pointer;
}
.js .dienst:hover a {
  color: #e60000;
}
.dienst-title {
  display: block;
  margin-top: 30px;
}
.dienst-title:first-child {
  margin-top: -10px;
}
.regipro {
  border: 0;
  margin: 0 0 10px 0;
  min-height: 640px;
  width: 100%;
}
p + .regipro {
  margin-top: 10px;
}
.loader {
  background: url("../images/spinner2.gif") no-repeat;
  display: none;
  height: 32px;
  margin: 5px 20px;
  width: 32px;
}
.is-loading .loader {
  display: block;
}
.is-loading .inside {
  display: none;
}
.is-loading + .leftBtn,
.is-loading + .leftBtn + .rightBtn {
  display: none !important;
}
.button-group {
  *zoom: 1;
}
.button-group:before,
.button-group:after {
  content: "";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group .button {
  float: left;
}
.button-group .button:first-child {
  border-radius: 3px 0 0 3px;
  max-width: 190px;
  min-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-group .button:last-child {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
}
.button-group .button-close {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.button-group .button-close:hover {
  color: #e60000;
  text-decoration: none;
}
.button-group-onebutton .button:first-child {
  border-radius: 3px;
}
.button-group-onebutton .button:last-child {
  display: none;
}
.part-collapse + .part-collapse {
  margin-top: -20px;
}

.activiteit-login {
	background: #F4BD14;
	border: 2px solid #F4BD14;
}

.js .activiteit-login:hover {
  border: 2px solid #F4BD14;
}

.boldText {
	font-weight: bold;
}

#actie-blok-stemmen {
	height: 90px;
}

#actie-blok-tekst {
	width: 720px;
	float: left;
}

#actie-blok-tekst h3 {
	font-size: 2.0rem;
}

#actie-blok-rechts {
	width: 200px;
	float: right;
	margin-top: -15px;
}

#actie-blok-rechts img {
	margin: 0 auto;
	margin-bottom: 10px;
}

#actie-blok-rechts .btn {
	text-align: center;
}

.clearAfter {
	clear:both;
}

.jqBoxToggler {
	width: 420px;
	display: block;
}

.jqBoxToggler .toggleArrow.down {
	width: 15px;
	height: 15px;
	background: url(/images/toggleDown.jpg) left top;
	display: block;
	float: right;
	margin-top: 3px;
}

.jqBoxToggler .toggleArrow.up {
	width: 15px;
	height: 15px;
	background: #f6f6f3 url(/images/toggleUp.jpg) left top;
	display: block;
	float: right;
	margin-top: 3px;
}

.jqBox {
	display: none;
	padding-left: 20px;
	font-weight: normal;
}

.jqBox a {
	color: #e60000;
}

a.dienstCustom:hover {
	text-decoration: underline;
}

.ankeiler-custom-pad {
	padding-bottom: 12px;
	max-width: 940px;
	border-radius: 0;
}

.halfWidth span.text {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "interstate-light", Arial, sans-serif;
	padding-top: 18px;
	display: inline-block;
	padding-left: 10px;
	float: left;
}

.halfWidth .btn {
	float: left;
	background: #ffffff;
	color: #464646;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

.halfWidth .btn:hover {
	text-decoration: underline;
}

.story {
	width: 220px;
	float: left;
	background: #e6e6e6 url("../images/story_bottom.jpg") bottom left no-repeat;
	margin: 10px 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 45px;
	position: relative;
}

.story:last-child {
	margin-right: 0;
}

.story .inner {
	overflow: hidden;
}

.story .inner img {
	margin: 13px 0 0 13px;
}

.story .inner h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-family: "interstate", Arial, sans-serif;
	color: #464646;
	margin: 13px 13px 0 13px;
}

.story .inner .subTitle {
	color: #a8a8a8;
	margin: 0 13px 7px 13px;
	display: block;
}

.story .inner .text {
	margin: 5px 13px 0 13px;
	line-height: 26px;
	line-height: 2.6rem;
}

.story .link {
	margin-left: 13px;
	padding-bottom: 5px;
	position:absolute;
	bottom:0;
	height: 40px;
}