/* Newsroom specific */

.bgblauw {
	background: #004699;
	color: #fff;
	margin: 0 -50px;
	padding: 20px 50px;
}

.bgblauw header {
	background: transparent;
	text-align: center;
}

.bgblauw p {
	text-align: center;
}

.newscounter span {
	margin: 0 5px;
}

.newsroom {
	padding-top: 15px;
}

.newsroom .newsroomlist {
	padding-top: 15px;
	padding-bottom: 15px;
}

.newsroomlist .caption {
	width: 100%;
	bottom: .3rem;
	position: absolute;
	color: #fff;
	text-align: left;
}

.newsroomlist .thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #ffffff, #000000);
	opacity: .5;
}
/*
.newsroomlist .thumbnail .teaser {
	display: none;
}

.newsroomlist .thumbnail:hover .teaser {
	display: block;
	position: absolute;
	bottom: 125px;
	left: 0px;
	right: 0px;
	color: #fff;
	background: #004699;
	padding: 0;
	margin: 0;
	opacity: 0.6;
}

.newsroomlist .thumbnail .teaser p {
	text-align: left;
	padding: 5px 10px;
}
*/
.newsroomlist .thumbnail:hover::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #ffffff, #000000);
	opacity: 0;
}

.newsroomlist .caption .news-list-category {
	text-align: right;
}

.newsroomlist .caption .news-list-category .category {
	background: #EEF3FA;
	color: #004699;
	padding: 2px 4px;
}

.newsroomlist .thumbnail {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.newsroomlist .caption h4 {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
    padding: 15px;
    background: #004699;
    opacity: 0.8;
    min-height: 90px;
}
	
	
	
}

.newsroomlist .caption .news-list-category .category {
	background: #EEF3FA;
	color: #004699;
	padding: 2px 4px;
	margin-right: 5px;
	font-weight: normal;
}

.newsroomlist .caption a {
	color: #fff;
	text-decoration: none;
}

.news-single-category, .news-single-tags {
	float: left;
}

.news-single-category li, .news-single-tags li {
	background: none;
	padding: 0;
}

.news-single-category li a, .news-single-tags li a {
	text-decoration: none;
}

.news-single-category1 {
	background: #EEF3FA;
	color: #004699;
	margin-right: 5px;
	padding: 2px 4px;
	text-decoration: none;
	border: solid 1px #EEF3FA;
}

.news-list-tags span.tag {
	border: solid 1px #ccc;
	margin-right: 5px;
	padding: 2px 4px;
	font-weight: normal;
}

.news-single-tag1 {
	border: solid 1px #004699;
	margin-right: 5px;
	padding: 2px 4px;
	color: #004699;
	text-decoration: none;
}


.bgblauw .form-group {
	margin-top: 10px;
}

.bgblauw .checkboxes label {
	margin-top: 5px;
	margin-bottom: 5px;
}

.bgblauw .btn-info {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bgblauw .form-control {
	border-radius: 0px;
	width: 66%;
}

.bgblauw .form-group label {
	float: left;
	width: 33%;
}

.bgblauw .mailchimpform {
	padding: 20px;
	color: #000;
}

.bgblauw .actie {
	margin-top: 10px;
	width: 50%;
}
.mcform {
    width: 25%!important;
    text-align: right;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    float: right;
}
.mailchimpform .btn-primary {
    color: #000;
    background-color: #EEF3FA;
    border-color: #EEF3FA;
    margin: 5px 10px 5px 0;
} 

.mailchimpform .btn-primary:hover, 
.mailchimpform .btn-primary:focus, 
.mailchimpform .btn-primary:active, 
.mailchimpform .btn-primary.active, 
.mailchimpform .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #004699;
    border-color: #004699;
}
/*
.bgblauw .frame-subscribe {
	background: #fff;
	min-height: 350px;
	color: #000;
	padding: 10px;
}
.bgblauw .frame-subscribe p {
	text-align: left;
}
.bgblauw .frame-subscribe h2{
    color: #004699;
}
*/

.bgblauw .newsroomlist,
.bglightblue .newsroomlist {
	margin-bottom: 20px!important;
}

#newsRoomCategoriesTags {
	background: #004699;
	border: none;
	border-radius: 0;
	padding: 0;
}

#newsRoomCategoriesTags .nav > li.dropdown i.icon-pijl-omlaag-klein {
	height: 20px;
	width: 20px;
	background-position: -35px -65px;
}

#newsRoomCategoriesTags ul {
	margin: 0;
}

#newsRoomCategoriesTags ul li {
	background: none;
	list-style: none;
	padding: 0;
}

#newsRoomCategoriesTags ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#newsRoomCategoriesTags ul li ul li a {
	text-transform: lowercase;
	color: #000;
}

#newsRoomCategoriesTags ul li ul li.active a {
	background: #004699;
	color: #fff;
}

.header-image .caption {
	background: none repeat scroll 0 0 #FFF;
	margin: -20px auto 0px auto;
	padding: 0 2px;
	position: relative;
	text-align: center;
	color: #004699;
	max-width: 300px;
}

.bgwhite {
	background: #FFF;
	margin: 0 -50px;
	padding: 20px;
}

.bglightblue {
	background: #EEF3FA;
	margin: 0 -50px;
	padding: 20px;
}

.mediaelement a img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1.firstheader {
	text-align: center;
	color: #004699;
	font-weight: 700;
	font-size: 3.5rem;
}

h1.topheader {
	text-align: left;
	color: #000;
	background: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 5px 10px;
	font-weight: 600;
	border-bottom: dotted 1px #BDCFE9;
}

h1.blueheader {
	text-align: center;
	color: #004699;
	font-weight: 600;
}

h1.extramargin {
	margin-top: 50px;
	margin-bottom: 50px;
}

.videos {
	margin-bottom: 50px;
}

.border .block-empty {
	border: solid 0.5px #EEF3FA;
	margin: 0 15px;
	padding: 10px;
}

.contentTop h1 p {
    font-size: 38px;
    line-height: 100%;
}

.contentTop .frame {
	padding: 0px 20px 15px 20px;
	border-bottom: solid 1px #EEF3FA;
	margin-bottom: 35px;
}

.newsRoomContent .btn.actie,
.footerNewsRoom .btn.actie,
.news-single .article .btn.actie {
	width: 60%;
	text-align: left;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footerNewsRoom ul li a {
	text-transform: lowercase;
}
.newsletter {
	background: white;
	color: #000;
}

.newsletter p {
	text-align: left;
	padding: 10px;
}

.footerNewsRoom {
	border-bottom: solid 2px #EEF3FA;
}

.footerNewsRoom a {
	text-decoration: none;
}

.footerNewsRoom ul {
	list-style: none;
	padding: 0;
}

.footerNewsRoom .icon-pijl-blauw-rechts-klein {
	background-position: -90px -35px;
}

.footerNewsRoom h2.item {
	padding-left: 10px;
	font-weight: 600;
}

.footerNewsRoom h3 {
	font-weight: 600;
}

.footerNewsRoom .frame p {
	padding-left: 10px;
}

.footerNewsRoom #c3432 {
	margin-left: -15px;
}

.footerNewsRoom #c3432 p {
	padding-left: 0;
}

.newsRoomContent .newsroomlist .newsletter {
	min-height: 315px;
}




.fifty-right {
	width:50%; 
	float:right; 
	margin:20px; 
	margin-right: 0;
	clear:both;
}
.fifty-left {
	width:50%; 
	float:left; 
	margin:20px; 
	margin-left: 0;
	clear:both;
}
.fullwidth {
	width:100%; 
}

/* hover effect */
.thumbnail {
  width: 100%;
  height: 100%;
/*  float: left; problem with mobile */
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  border-radius: 0px!important;
}

.thumbnail .caption-hover {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.thumbnail:hover .caption-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thumbnail img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.thumbnail:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.thumbnail h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.thumbnail .news-list-category,
.thumbnail .news-list-tags,
.thumbnail p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.thumbnail:hover .news-list-category,
.thumbnail:hover .news-list-tags, 
.thumbnail:hover p,
.thumbnail:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.newsroombread {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}
.newsroombread .breadcrumb {
  background: inherit;	
  padding-left: 20px;
   
}
.newsroombread .breadcrumb a { 
  color: #fff;
}
.newsroombread .breadcrumb > div {
	text-shadow:none;
}
.newsroombread [class^="icon-"], .newsroombread [class*=" icon-"] {
     margin-top: -3px;
 }
.newsroombread, .newsroombread .breadcrumb , .newsroombread .breadcrumb  a, .newsroombread .breadcrumb .left {
	color:rgba(255,255,255, 0.75);
}
/* Migrated to custom.css
ul.newsroompagination {
	width:100%;
	border: dotted 1px #BCCFEA;
	text-align: right;
}
ul.newsroompagination li {
    display: inline-flex;
}
ul.newsroompagination li.active a, ul.newsroompagination li.active a:hover  {
    background: #EEF3FA;
    color: #000;
    background-color: #EEF3FA;
    border-color: #EEF3FA;
}
*/
.footerNewsRoom ul li.active a{
	color: #004699;
}
#newsRoomCategoriesTags .open > a { background: #EEF3FA!important;}
#newsRoomCategoriesTags.navbar-nav {position: relative;}
#newsRoomCategoriesTags li.dropdown {position: static;}
#newsRoomCategoriesTags .dropdown-menu {width: 100%; background: #EEF3FA; border: none; box-shadow:none;}
#newsRoomCategoriesTags .news-tags  {padding: 10px; }
#newsRoomCategoriesTags .news-tags li { display:inline-block; background: #fff; margin: 5px;}
#newsRoomCategoriesTags .news-tags li a:hover {color: #fff; background: #004699;}

.frame-layout-1{
	background: #FFFFFF;
	margin: 0 -30px;
	padding: 20px;
	
}

.frame-layout-2{
	background: #EEF3FA;
	margin: 0 -30px;
	padding: 20px;
}  
.row-striped {
	padding: 20px;
}
.row-striped header {
    background: transparent;
    text-align: center;
}
.row-striped header p {
    color: #004699;
    font-weight: 600;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.8;
  text-decoration: none;
}