@import 'boilerplate.css';
/* base elements */
.pie {
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
/*


*/
/* base */
body,
table,
input,
textarea,
select,
li,
button {
  font: 0.625em/1.5 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  letter-spacing: 0.01em;
  color: #383838;
}
body {
  background: #ffffff url(../images/pattern-bg.png) repeat 0 0;
  margin: 0;
  padding: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #0095c9;
  cursor: pointer;
}
a:hover {
  color: #383838;
}
::selection {
  background: #d5f4ff;
  color: #383838;
  text-shadow: none;
}
/* //base */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  color: #383838;
}
h1 {
  letter-spacing: 1px;
  word-spacing: 7.9px;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.3em;
}
h3 {
  font-size: 1.4em;
  margin-bottom: 0.7em;
}
h4 {
  font-size: 1.3em;
  margin-bottom: 0.6em;
}
p,
ul,
ol,
form {
  line-height: inherit;
  margin: 0;
  padding: 0 0 20px 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
small {
  font-size: 0.9em;
}
img {
  border: none;
}
table {
  font-size: 1.3em;
  width: 100%;
  border-collapse: collapse;
}
td {
  border-bottom: 1px solid #eee;
}
th {
  text-align: left;
}
fieldset {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  border: none;
}
input,
select {
  font-size: 13px;
  overflow: hidden;
}
input[type='radio'],
input[type='checkbox'],
.radio,
.checkbox {
  margin: 0 0.25em 0 0;
}
input[type='text'],
input[type='search'],
input[type='password'] {
  height: 20px;
  border: 1px solid #b0b0b0;
}
textarea {
  border: 1px solid #b0b0b0;
}
/* //base elements */
/* common */
.left {
  float: left;
  margin-right: 1em;
}
.right {
  float: right;
  margin-left: 1em;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.first {
  margin-left: 0;
}
.last {
  margin-right: 0;
}
.top {
  margin-top: 0;
}
.bottom {
  margin-bottom: 0;
}
/* //common */
/* site-style */
#dark-style .full-width-image {
  background: #000000 no-repeat center 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#dark-style header {
  background: #fff;
}
#dark-style .box {
  margin-bottom: 20px;
  background: #fff;
}
#dark-style footer {
  background: #fff;
}
#language_form {
  float: left;
  padding: 0;
}
#language_form input,
#language_form select {
  display: none;
}
/* //site-style */
/* buttons */
.button,
input.button,
button.button {
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4), -1px -1px 1px rgba(0, 141, 227, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(27, 25, 26, 0.75);
  -moz-box-shadow: 0 1px 1px rgba(27, 25, 26, 0.75);
  box-shadow: 0 1px 1px rgba(27, 25, 26, 0.75);
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.button img,
input.button img,
button.button img {
  margin-bottom: 1px;
}
.button.blue,
input.button.blue,
button.button.blue {
  background: #00a0d8;
  background: -moz-gradient(center top, #01bcfd 0%, #0095c9 100%);
  background: -moz-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01bcfd), color-stop(100%, #0095c9));
  background: -webkit-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -o-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -ms-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  -pie-background: linear-gradient(#01bcfd, #0095c9);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.button.blue:hover,
input.button.blue:hover,
button.button.blue:hover {
  color: #fff;
  background: #22afe0;
  background: -moz-gradient(center top, #4ccffd 0%, #0296ca 100%);
  background: -moz-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ccffd), color-stop(100%, #0296ca));
  background: -webkit-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -o-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -ms-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  -pie-background: linear-gradient(#4ccffd, #0296ca);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.button.blue:hover.arrow-right:after,
input.button.blue:hover.arrow-right:after,
button.button.blue:hover.arrow-right:after {
  background-position: center right;
}
.button.blue:hover.arrow-left:before,
input.button.blue:hover.arrow-left:before,
button.button.blue:hover.arrow-left:before {
  background-position: center right;
}
.button.blue.arrow-right:after,
input.button.blue.arrow-right:after,
button.button.blue.arrow-right:after {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  margin: 1px -5px 0 5px;
  line-height: 30px;
  content: '';
  background: url(../images/arrow_blue_right.png) no-repeat center left;
}
.button.blue.arrow-left:before,
input.button.blue.arrow-left:before,
button.button.blue.arrow-left:before {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin: 1px 5px 0 -5px;
  line-height: 30px;
  content: '';
  background: url(../images/arrow_blue_left.png) no-repeat center left;
}
.button.nospace,
input.button.nospace,
button.button.nospace {
  margin-bottom: 0;
}
/* //buttons */
/* layout */
#container {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
header {
  margin-bottom: 20px;
  padding: 5px 20px 0 20px;
}
header .subnav {
  display: block;
  height: 29px;
}
header .subnav ul {
  margin: 0;
  padding: 0;
}
header .subnav ul li {
  display: inline-block;
  font-size: 12px;
}
header .subnav ul li a {
  display: block;
  font-weight: normal;
  color: #383838;
}
header .subnav ul li a:hover,
header .subnav ul li a.active {
  text-decoration: underline;
}
header .subnav ul li.search form {
  padding-bottom: 0;
}
header .subnav ul li.search input[type='search'] {
  width: 200px;
}
header .subnav ul.alpha {
  float: left;
}
header .subnav ul.alpha li {
  margin-right: 20px;
}
header .subnav ul.beta {
  float: right;
  text-transform: uppercase;
}
header .subnav ul.beta li {
  position: relative;
  margin-left: 8px;
  z-index: 99;
}
header .subnav ul.beta li .login {
  display: none;
}
header .subnav ul.beta.active li .login {
  position: absolute;
  top: -9px;
  left: -157px;
  display: block;
  width: 208px;
  height: 256px;
  background: transparent url(../images/loginbox.png) no-repeat 0 0;
  z-index: 50;
}
header .subnav ul.beta.active li .login .replace-login {
  position: absolute;
  top: 9px;
  right: 14.5px;
  text-decoration: underline;
}
header .subnav ul.beta.active li .login form {
  margin: 50px 20px 20px;
}
header .subnav ul.beta.active li .login form label {
  display: inline-block;
  margin: 0 0 5px;
}
header .subnav ul.beta.active li .login form input {
  width: 157px;
  margin-bottom: 15px;
}
header .subnav ul.beta.active li .login form .button {
  width: 164px;
  margin-bottom: 10px;
}
header .subnav ul.beta.active li .login form a {
  font-size: 0.9em;
  font-style: italic;
  text-transform: none;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
header .subnav ul.beta.active li .login form a:hover {
  color: #0095c9;
}
header .logo {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #cfcdcd;
  border-bottom: 1px solid #cfcdcd;
  z-index: 1;
  width: 100%;
}
header .logo a {
  display: block;
  /*width: 885px;*/
  height: 70px;
  padding: 0 0 0 93px;
  font-size: 43px;
  line-height: 70px;
  color: #383838;
  background: transparent url(../images/logo-nnv.png) no-repeat left center;
  z-index: 1;
}

header .logo.ntvn a {
  font-size: 41px;
}

@media screen and (max-width: 500px) {
  header .logo a,
  header .logo.ntvn a {
    font-size: 30px;
  }
}

header .logo.noborder {
  border: none;
}
header .mainnav {
  z-index: 30;
}
header .mainnav.noslider {
  border-bottom: 1px solid #cfcdcd;
}
header .mainnav ul {
  margin: 0;
  padding: 0;
  z-index: 20;
  float: left;
}
header .mainnav ul > li {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  font-size: 12px;
  z-index: 10;
}
header .mainnav ul > li > a {
  display: block;
  height: 39px;
  line-height: 35px;
  border-top: 7px solid #fff;
  font-weight: normal;
  text-transform: uppercase;
  color: #383838;
  margin-top: 1px;
}
header .mainnav ul > li > a:hover,
header .mainnav ul > li > a.active {
  border-top: 7px solid #0095c9;
  color: #383838;
}
header .mainnav ul > li:hover > a {
  border-top: 7px solid #0095c9;
  color: #383838;
}
header .mainnav ul > li > ul {
  display: none;
}
header .mainnav ul > li:hover > ul {
  position: absolute;
  top: 46px;
  left: -15px;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
  z-index: 5;
}
header .mainnav ul > li:hover > ul li {
  display: block;
  margin-right: 15px;
}
header .mainnav ul > li:hover > ul li a {
  border: none;
  width: 100%;
  padding: 0 0 0 15px;
  line-height: 39px;
  border-bottom: 1px solid #cfcdcd;
  white-space: nowrap;
}
header .mainnav ul > li:hover > ul li a:hover {
  color: #fff;
  border: none;
  border-bottom: 1px solid #cfcdcd;
  background: url(../images/nav_sub_hover.png) repeat-x 0 0;
}
header .mainnav ul > li:hover > ul li.last a {
  border: none;
}
header .mainnav ul > li:hover > ul li.last a:hover {
  border: none;
}
header .mainnav a.twitter-icon-link,
header .mainnav a.youtube-icon-link {
  display: block;
  float: right;
  margin-top: 7px;
}
header .mainnav a.twitter-icon-link img,
header .mainnav a.youtube-icon-link img {
  height: 30px;
}
header #slider-container {
  position: relative;
  clear: both;
  top: 0;
  left: -20px;
  width: 1000px;
  height: 280px;
  margin-bottom: 0;
}
header #slider-container .slider {
  width: 1000px;
  height: 280px;
  z-index: 1;
  position: relative;
}
header #slider-container .slider > div {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  overflow: hidden;
}
header #slider-container .slider > div .label {
  position: absolute;
  top: 280px;
  left: 0;
  overflow: hidden;
  width: 960px;
  max-height: 62px;
  padding: 20px;
  background: transparent url(../images/black_transparent_bg.png) repeat 0 0;
  z-index: 2;
}
header #slider-container .slider > div .label h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px;
}
header #slider-container .slider > div .label p {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #cfcdcd;
  line-height: 1.3em;
}
header #slider-container .slider > div .label .button {
  margin-top: 20px;
}
header #slider-container .arrow-prev,
header #slider-container .arrow-next {
  z-index: 99;
  position: absolute;
  top: 101.5px;
  display: block;
  width: 38px;
  height: 77px;
  text-indent: -99999px;
  background: transparent no-repeat 0 0;
}
header #slider-container .arrow-prev:hover,
header #slider-container .arrow-next:hover {
  background-position: 0 bottom;
}
header #slider-container .arrow-prev {
  left: 0;
  background-image: url(../images/slider_nav_prev.png);
}
header #slider-container .arrow-next {
  right: 0;
  background-image: url(../images/slider_nav_next.png);
}
header #slider-container .navigation {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
header #slider-container .navigation li {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: transparent url(../images/slider-pagination.png) no-repeat 0 0;
}
header #slider-container .navigation li:hover,
header #slider-container .navigation li.active {
  background-position: 0 bottom;
}
.box {
  padding: 10px 20px 0;
}
.content p {
  font-size: 1.3em;
}
.content a {
  margin-bottom: 20px;
}
.content ul {
  padding-left: 16px;
}
.content ul li {
  list-style: disc outside;
  font-size: 1.3em;
}
.content ul li ul {
  margin-top: 20px;
  padding: 0;
}
.content ul li ul li {
  font-size: 100%;
}
.content ul.nostyle {
  padding-left: 0;
}
.content ul.nostyle li {
  list-style: none;
}
.content ul.large-list li {
  margin: 0 0 20px 0;
}
.content ul.large-list li.bottom {
  margin-bottom: 0;
}
.content ul.link-list li {
  color: #0095c9;
}
.content .image-container {
  width: 350px;
  margin: 0 auto 20px;
  padding: 10px 10px 5px;
  border: 1px solid #d0cece;
}
.content .image-container img {
  width: 350px;
  margin-bottom: 2px;
}
.content .image-container span {
  font-size: 1.2em;
  font-style: italic;
}
.content .pagination {
  display: block;
  height: 20px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
.content .pagination.long {
  height: auto;
}
.content .pagination.long li {
  width: auto;
}
.content .pagination.long li span#current_page {
  color: #999;
}
.content .pagination.long li.next {
  width: 120px;
}
.content .pagination.long li.prev {
  width: 100px;
}
.content .pagination li {
  display: inline-block;
  width: 12px;
  padding: 0 2px;
  height: 20px;
}
.content .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #383838;
  font-weight: normal;
}
.content .pagination li a:hover,
.content .pagination li a.active {
  font-weight: bold;
}
.content .pagination.date li {
  width: auto;
}
.content .pagination.date li a:hover,
.content .pagination.date li a.active {
  color: #000;
  text-decoration: underline;
}
.content table {
  margin-bottom: 20px;
}
.content table h2 {
  font-size: 1.6em;
}
.content table h3 {
  font-size: 1.1em;
}
.content table h4 {
  font-size: 1em;
}
.content table p,
.content table ul,
.content table ul li {
  font-size: 1em;
}
.content table th {
  padding: 2px 5px;
  font-weight: bold;
}
.content table tr.last td {
  border-bottom: none;
}
.content table td {
  vertical-align: top;
  padding: 2px 5px;
  border-bottom: 1px solid #cfcdcd;
  border-right: 1px solid #cfcdcd;
}
.content table td.last {
  border-right: none;
}
.content table.nostyle td {
  padding: 0;
  border: none;
}
.content table.nostyle td {
  padding: 0;
  border: none;
}
.content table.medium-height td {
  padding: 5px 0;
}
.content table.two-cols-block td {
  width: 280px;
  padding: 0 20px 20px 0;
  line-height: 1.3em;
  color: #898787;
  border: none;
  vertical-align: top;
}
.content table.two-cols-block td img {
  float: left;
  max-width: 60px;
  max-height: 60px;
  margin-right: 20px;
}
.content table.two-cols-block td b {
  color: #383838;
}
.content table.two-cols-block td a {
  line-height: 1.5em;
  margin-right: 30px;
}
.content table.two-cols-block td p {
  line-height: 1.3em;
  margin: 5px 0 0;
  padding: 0;
}
.content table.two-cols-block td .border {
  display: block;
  width: 280px;
  border-bottom: 1px solid #d0cece;
}
.content table.previous_editions td,
.content table.previous_editions th {
  border: 0px;
  padding: 15px 10px 15px 5px;
}
.content table.previous_editions tr {
  border-bottom: 1px solid #b2b2b2;
}
.content .calendar .blue-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  text-indent: -99999px;
  background: transparent no-repeat 0 0;
}
.content .calendar .blue-arrow.links {
  background-image: url(../images/arrow_blue_left.png);
}
.content .calendar .blue-arrow.rechts {
  background-image: url(../images/arrow_blue_right.png);
}
.content .calendar .blue-arrow.links:hover,
.content .calendar .blue-arrow.rechts:hover {
  background-position: 0 bottom;
}
.content .calendar td {
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #bfbcbc;
}
.content .calendar th {
  height: 25px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #0095c9;
}
.content .calendar th.current-month {
  color: #383838;
}
.content .calendar .event {
  background: #0095c9;
}
.content .calendar .event a {
  color: #fff;
  font-weight: normal;
  display: block;
  margin: 0;
}
.content .calendar .event:hover {
  background: #4cb5d9;
  background: -moz-gradient(center top, #4db5d9 0%, #0095c9 100%);
  background: -moz-linear-gradient(top, #4db5d9 0%, #0095c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4db5d9), color-stop(100%, #0095c9));
  background: -webkit-linear-gradient(top, #4db5d9 0%, #0095c9 100%);
  background: -o-linear-gradient(top, #4db5d9 0%, #0095c9 100%);
  background: -ms-linear-gradient(top, #4db5d9 0%, #0095c9 100%);
  background: linear-gradient(top, #4db5d9 0%, #0095c9 100%);
  -pie-background: linear-gradient(#4db5d9, #0095c9);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.content .calendar .active {
  background: #383838;
  cursor: pointer;
}
.content .calendar .active:hover {
  background: -moz-gradient(center top, #4b4a4a 0%, #383838 100%);
  background: -moz-linear-gradient(top, #4b4a4a 0%, #383838 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4a4a), color-stop(100%, #383838));
  background: -webkit-linear-gradient(top, #4b4a4a 0%, #383838 100%);
  background: -o-linear-gradient(top, #4b4a4a 0%, #383838 100%);
  background: -ms-linear-gradient(top, #4b4a4a 0%, #383838 100%);
  background: linear-gradient(top, #4b4a4a 0%, #383838 100%);
  -pie-background: linear-gradient(#4b4a4a, #383838);
  /*PIE*/
}
.content .checkbox_list ul {
  margin: 0;
  padding: 0;
}
.content .checkbox_list ul li {
  list-style-type: none;
  float: left;
  width: 50%;
}
.content form.form {
  width: 100%;
}
.content form.form .error input[type='text'],
.content form.form .error input[type='password'] {
  border: 2px solid #af1a1a;
}
.content form.form .error.error_cross {
  background: url('/static/images/blue_error_cross.png') no-repeat 94% 50%;
}
.content form.form input[type='text'],
.content form.form input[type='password'] {
  width: 160px;
}
.content form.form input[type='text'].error,
.content form.form input[type='password'].error {
  border: 2px solid #0095c9;
}
.content form.form input[type='radio'],
.content form.form input[type='checkbox'] {
  margin: 0 5px 0 0;
}
.content form.form select {
  width: 167px;
}
.content form.form textarea {
  width: 292px;
  font-size: 1em;
  resize: vertical;
}
.content form.form table {
  width: 100%;
}
.content form.form table th {
  margin: 0 0 0.6em;
  padding: 5px 0;
  font-size: 1em;
  text-align: left;
}
.content form.form table td {
  padding: 5px 0;
  border: none;
}
.content form.form table td.small {
  width: 20%;
}
.content form.form table td.large {
  width: 30%;
}
.content form.form table td.width-50 {
  width: 50%;
}
.content form.form table td.bottom {
  vertical-align: bottom;
}
.content form.form table td.border {
  border-bottom: 1px solid #999;
}
.content form.form table td.border.links {
  border-left: 1px solid #999;
  padding-left: 10px;
}
.content form.form .errorlist {
  display: block;
  margin: 0;
  padding: 0;
}
.content form.form .errorlist li {
  font-size: 13px;
  color: #af1a1a;
  list-style: square inside;
}
.dynamicformbrick form {
  width: 100%;
}
.dynamicformbrick form .error input[type='text'],
.dynamicformbrick form .error input[type='password'] {
  border: 2px solid #0095c9;
}
.dynamicformbrick form .error.error_cross {
  background: url('/static/images/blue_error_cross.png') no-repeat 94% 50%;
}
.dynamicformbrick form input[type='text'],
.dynamicformbrick form input[type='password'] {
  width: 160px;
}
.dynamicformbrick form input[type='text'].error,
.dynamicformbrick form input[type='password'].error {
  border: 2px solid #0095c9;
}
.dynamicformbrick form input[type='radio'],
.dynamicformbrick form input[type='checkbox'] {
  margin: 0 5px 0 0;
}
.dynamicformbrick form select {
  width: 167px;
}
.dynamicformbrick form textarea {
  width: 292px;
  font-size: 1em;
  resize: vertical;
}
.dynamicformbrick form table {
  width: 100%;
}
.dynamicformbrick form table th {
  margin: 0 0 0.6em;
  padding: 5px 0;
  font-size: 1em;
  text-align: left;
}
.dynamicformbrick form table td {
  padding: 5px 0;
  border: none;
}
.dynamicformbrick form table td.small {
  width: 20%;
}
.dynamicformbrick form table td.large {
  width: 30%;
}
.dynamicformbrick form table td.width-50 {
  width: 50%;
}
.dynamicformbrick form table td.bottom {
  vertical-align: bottom;
}
.dynamicformbrick form .errorlist {
  display: block;
  margin: 0;
  padding: 0;
}
.dynamicformbrick form .errorlist li {
  display: block;
  margin: 5px 0;
  padding: 0 45px;
  line-height: 37px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #0095c9 url(../images/kruis-wit.png) no-repeat 15px 9px !important;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.dynamicformbrick form .button {
  background: #00a0d8;
  background: -moz-gradient(center top, #01bcfd 0%, #0095c9 100%);
  background: -moz-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01bcfd), color-stop(100%, #0095c9));
  background: -webkit-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -o-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -ms-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  -pie-background: linear-gradient(#01bcfd, #0095c9);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.dynamicformbrick form .button:hover {
  color: #fff;
  background: #22afe0;
  background: -moz-gradient(center top, #4ccffd 0%, #0296ca 100%);
  background: -moz-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ccffd), color-stop(100%, #0296ca));
  background: -webkit-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -o-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -ms-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  -pie-background: linear-gradient(#4ccffd, #0296ca);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.dynamicformbrick form .button:hover.arrow-right:after {
  background-position: center right;
}
.dynamicformbrick form .button:hover.arrow-left:before {
  background-position: center right;
}
.main {
  float: left;
  width: 63%;
  margin-right: 2%;
  overflow: hidden;
}
.main .movie {
  margin: 0 auto 20px;
  padding: 10px 10px 5px;
  border: 1px solid #d0cece;
}
.main .movie span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
  font-style: italic;
}
.main .button {
  margin-bottom: 0;
}
.title_brick,
.title {
  padding-bottom: 8px;
  border-bottom: 1px solid #cfcdcd;
  margin-bottom: 0;
}
.title_brick span,
.title span {
  font-size: 0.9em;
  font-style: italic;
  font-weight: normal;
}
.title {
  margin-bottom: 20px;
}
.title.nospace {
  margin-bottom: 0;
}
.nnv-home .contentbrick {
  padding: 0;
  border-bottom: none;
}
.block-item,
.contentbrick {
  position: relative;
  padding: 20px 0 10px;
  border-bottom: 1px solid #cfcdcd;
}
.block-item.last,
.contentbrick.last,
.block-item:last-child,
.contentbrick:last-child {
  border: none;
}
.block-item.borderless,
.contentbrick.borderless {
  border: none;
  padding: 0;
}
.block-item .newsitem-image,
.contentbrick .newsitem-image {
  float: left;
  display: block;
  height: 153px;
  margin: 0 20px 10px 0;
}
.block-item .image,
.contentbrick .image {
  display: block;
}
.block-item h2,
.contentbrick h2,
.block-item h3,
.contentbrick h3,
.block-item h4,
.contentbrick h4,
.block-item h5,
.contentbrick h5 {
  text-transform: none;
}
.block-item h2 a,
.contentbrick h2 a,
.block-item h3 a,
.contentbrick h3 a,
.block-item h4 a,
.contentbrick h4 a,
.block-item h5 a,
.contentbrick h5 a {
  color: #383838;
}
.block-item h2 a:hover,
.contentbrick h2 a:hover,
.block-item h3 a:hover,
.contentbrick h3 a:hover,
.block-item h4 a:hover,
.contentbrick h4 a:hover,
.block-item h5 a:hover,
.contentbrick h5 a:hover {
  color: #0095c9;
}
.block-item h2.name a,
.contentbrick h2.name a {
  color: #0095c9;
}
.block-item h2.name a:hover,
.contentbrick h2.name a:hover {
  color: #383838;
}
.block-item h4,
.contentbrick h4 {
  margin-bottom: 1.7em;
}
.block-item p,
.contentbrick p {
  line-height: 1.35em;
}
.block-item span,
.contentbrick span {
  font-size: 1.3em;
}
.block-item span.green-italic,
.contentbrick span.green-italic {
  color: #30b873;
  font-style: italic;
}
.block-item .read-arrow,
.contentbrick .read-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 0 0;
}
.block-item .read-arrow.down,
.contentbrick .read-arrow.down {
  background-image: url(../images/button_arrow_down.png);
}
.block-item .read-arrow.up,
.contentbrick .read-arrow.up {
  background-image: url(../images/button_arrow_up.png);
}
.block-item .read-arrow:hover,
.contentbrick .read-arrow:hover {
  background-position: 0 bottom;
}
.block-item .read,
.contentbrick .read {
  color: #383838;
  font-weight: normal;
  text-decoration: underline;
}
.sidebar {
  float: left;
  width: 35%;
}
.sidebar .icon {
  display: block;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: transparent no-repeat 0 0;
}
.sidebar .icon:hover {
  background-position: 0 bottom;
}
.sidebar .icon.linkedin {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_linkedin.png);
}
.sidebar .icon.twitter {
  width: 23px;
  height: 23px;
  background-image: url(../images/icon_twitter.png);
}
.sidebar .icon.follow_twitter {
  width: 122px;
  height: 28px;
  background-image: url(../images/button-follow_ntvn.png);
}
.sidebar .contentbrick {
  margin-bottom: 20px;
}
.sidebar ul li {
  padding: 0;
}
.sidebar ul.sidebarnav {
  margin: 0;
  padding: 0;
}
.sidebar ul.sidebarnav li {
  margin-bottom: 10px;
  list-style: none;
  border-left: 7px solid #fff;
}
.sidebar ul.sidebarnav li a {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: normal;
  color: #383838;
}
.sidebar ul.sidebarnav li.active,
.sidebar ul.sidebarnav li:hover {
  border-left: 7px solid #0095c9;
}
.sidebar ul.sidebarnav li.active a,
.sidebar ul.sidebarnav li:hover a {
  font-weight: bold;
}
.errorpage {
  margin: 130px 0;
  text-align: center;
}
.errorpage h2 {
  font-size: 3em;
  text-transform: none;
}
.logos {
  vertical-align: middle;
  text-align: center;
}
.logos a {
  display: inline-block;
  max-width: 120px;
  max-height: 120px;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
}
.logos a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.logos a img {
  max-width: 120px;
  max-height: 120px;
  z-index: 1;
}
footer {
  clear: both;
  padding: 10px;
  border-top: 1px solid #cfcdcd;
}
footer table {
  font-size: 100%;
}
footer table td {
  width: 14%;
  padding-right: 2%;
}
footer table td.small {
  width: 4%;
}
footer table thead tr {
  height: 35px;
}
footer table thead th {
  vertical-align: top;
  font-size: 1.8em;
  color: #0095c9;
}
footer table tbody td {
  vertical-align: top;
}
footer table tbody td ul li {
  font-size: 1.3em;
}
footer table tbody td ul li a {
  font-weight: normal;
  color: #383838;
}
footer table tbody td ul li a:hover {
  color: #0095c9;
}
footer .icon {
  display: block;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: transparent no-repeat 0 0;
}
footer .icon:hover {
  background-position: 0 bottom;
}
footer .icon.linkedin {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_linkedin.png);
}
footer .icon.twitter {
  width: 23px;
  height: 23px;
  background-image: url(../images/icon_twitter.png);
}
.copyright {
  margin: 0 0 20px;
  font-size: 11px;
  text-align: right;
}
.copyright a {
  color: #383838;
  font-size: 11px;
  font-weight: normal;
}
.copyright img {
  position: relative;
  top: -1px;
  height: 16px;
}
/* //layout */
/* ie hack */
.ie7 .button {
  height: 23px;
  line-height: 23px;
}
.ie7 .button img {
  margin-bottom: -2px;
}
.ie7 header .noslider {
  border: none;
}
.ie7 header li {
  float: left;
  display: block;
  width: auto;
}
.ie7 header li ul {
  border-left: 1px solid #cfcdcd;
  border-right: 1px solid #cfcdcd;
  border-bottom: 1px solid #cfcdcd;
}
.ie7 header li ul li {
  width: 100%;
}
.ie7 header .search {
  position: relative;
  top: -4px;
}
.ie7 header .search .button {
  line-height: 20px;
}
.ie7 .content .pagination {
  display: block;
  width: 85px;
  margin: 0 auto;
}
.ie7 .content .pagination li {
  display: block;
  float: left;
}
.ie7 .content .pagination.date {
  width: 460px;
}
.ie7 .content .pagination.date li {
  width: 20px;
}
.ie7 .large-list li {
  text-indent: -16px;
}
/* Search */
#id_q {
  width: 517px;
}
.highlight em {
  font-weight: bold;
  font-style: normal;
}
/* Misc */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* // ie hack */
#redactie .more {
  display: none;
}
.blocks .item {
  float: left;
  width: 140px;
  height: 185px;
  padding: 20px;
  margin: 0 16px 20px 0;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px #777777;
  -moz-box-shadow: 0 1px 3px #777777;
  box-shadow: 0 1px 3px #777777;
  display: inline-block;
  display: block;
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.blocks .item.disabled {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
.blocks .item.large {
  width: 550px;
  height: auto;
  padding: 20px;
  margin-right: 0;
}
.blocks .item h2 {
  margin-bottom: 20px;
}
.blocks .item h2 a {
  color: #383838;
}
.blocks .item .icon {
  display: block;
  height: 45px;
  margin-bottom: 10px;
}
.blocks .item .photo {
  float: left;
  margin: 0 20px 5px 0;
}
.blocks .item p {
  padding-bottom: 10px;
}
.blocks .item .box-shadow {
  -webkit-box-shadow: 0 1px 5px #777777;
  -moz-box-shadow: 0 1px 5px #777777;
  box-shadow: 0 1px 5px #777777;
}
div.edition-left-column {
  width: 130px;
  float: left;
}
div.edition-left-column .button {
  width: 90px;
  text-align: center;
}
div.edition-contents {
  display: none;
}
div.edition-contents ul {
  margin-left: 129px;
}
div.edition-contents ul li {
  padding-left: 0;
}
div.edition-contents ul li span {
  font-size: 11px;
  float: right;
}
p.edition-toggle-links {
  margin-left: 120px;
}
.content form.form table th,
.content form.form table td {
  font-size: 14px;
}
.content form.form .form-archive-keyword-search,
.content form.form .form-archive-year-select {
  width: 100%;
  padding: 5px 0 10px 15px;
  border: 1px solid #cfcdcd;
}
.content form.form .form-archive-keyword-search {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.content form.form .form-archive-keyword-search #id_q {
  width: 440px;
}
.content form.form .form-archive-keyword-search #id_volume_start,
.content form.form .form-archive-keyword-search #id_volume_end {
  width: 100px;
}
.content form.form .form-archive-year-select label {
  font-size: 14px;
  margin-right: 10px;
}
#app-pop-up {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 10000000;
}
#app-pop-up .inner {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10%;
  position: absolute;
  width: 600px;
  max-width: 80%;
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #app-pop-up .inner {
    top: 0%;
  }
}
#app-pop-up .inner h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  color: #383838;
}
@media screen and (max-width: 500px) {
  #app-pop-up .inner h3 h3 {
    font-size: 20px;
  }
}
#app-pop-up .inner p {
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 27px;
}
#app-pop-up .inner p a {
  font-weight: bold;
  text-decoration: none;
  color: #0095c9;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  #app-pop-up .inner p p {
    font-size: 12px;
    line-height: 20px;
  }
}
#app-pop-up .inner img.pop-up-image {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  #app-pop-up .inner img.pop-up-image {
    max-width: 65%;
  }
}
#app-pop-up .inner .pop-up-buttons {
  padding-top: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
#app-pop-up .inner .pop-up-buttons .pop-up-button {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4), -1px -1px 1px rgba(0, 141, 227, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(27, 25, 26, 0.75);
  -moz-box-shadow: 0 1px 1px rgba(27, 25, 26, 0.75);
  box-shadow: 0 1px 1px rgba(27, 25, 26, 0.75);
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
@media screen and (max-width: 500px) {
  #app-pop-up .inner .pop-up-buttons .pop-up-button {
    width: 40%;
  }
}
#app-pop-up .inner .pop-up-buttons .pop-up-button img {
  margin-bottom: 1px;
}
#app-pop-up .inner .pop-up-buttons .pop-up-button.blue {
  background: #00a0d8;
  background: -moz-gradient(center top, #01bcfd 0%, #0095c9 100%);
  background: -moz-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01bcfd), color-stop(100%, #0095c9));
  background: -webkit-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -o-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: -ms-linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  background: linear-gradient(top, #01bcfd 0%, #0095c9 100%);
  -pie-background: linear-gradient(#01bcfd, #0095c9);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
#app-pop-up .inner .pop-up-buttons .pop-up-button.blue:hover {
  color: #fff;
  background: #22afe0;
  background: -moz-gradient(center top, #4ccffd 0%, #0296ca 100%);
  background: -moz-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ccffd), color-stop(100%, #0296ca));
  background: -webkit-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -o-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: -ms-linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  background: linear-gradient(top, #4ccffd 0%, #0296ca 100%);
  -pie-background: linear-gradient(#4ccffd, #0296ca);
  /*PIE*/
  behavior: url(http://www.nnv.nl/static/styles/PIE.htc);
}
#app-pop-up .inner .pop-up-buttons .pop-up-button.button-not-now,
#app-pop-up .inner .pop-up-buttons .pop-up-button.button-dont-show-again {
  clear: left;
  width: 21%;
  min-width: 125px;
  color: #121212;
  text-shadow: none;
  margin: 0 10px 10px;
}
#consent-footer {
  padding: 25px 10px 50px;
  z-index: 1000;
  font-size: 14px;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #efefef;
  color: #000000;
}
#consent-footer .container {
  margin: 0 auto;
  width: 1000px;
  max-width: 90%;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#consent-footer .close-cookiebar {
  float: right;
  color: #0095c9;
  font-size: 9px;
  border: 1px solid #0095c9;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  line-height: 20px;
  cursor: pointer;
}
#consent-footer .close-cookiebar:hover {
  color: #006f96;
  border: 1px solid #006f96;
}
#consent-footer ul {
  padding-left: 0;
}
#consent-footer ul li {
  list-style: none;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
}
#consent-footer ul li .cookie-consent-checkbox-container {
  padding: 5px;
  background-color: #b3b3b3;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
}
#consent-footer ul li .cookie-consent-checkbox-container input[type='checkbox'] {
  margin: 0;
}
#consent-footer ul li .cookie-consent-description {
  font-weight: normal;
  cursor: pointer;
}
#consent-footer ul li label {
  cursor: pointer;
}
#consent-footer .btn {
  background: #0095c9;
  color: white;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
#consent-footer .btn:hover {
  background: #006f96;
}
.consent-placeholder {
  min-height: 100px;
  padding: 10px;
}
.consent-placeholder.v-youtube {
  border: 2px #add9e6 solid;
  background-color: #add9e6;
  border-radius: 3px;
}
.consent-placeholder.gray {
  background-color: #e9e9e9;
}
.consent-placeholder .btn-consent-full-width {
  width: 100%;
}
.consent-placeholder .btn-show-cookiebar {
  font-size: 14px;
}
