html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block; margin:0; padding:0;}a img{border:0}figure{position:relative}figure img{width:100%}

* {
	padding:0;
	margin:0;
}

body {
	background-color:#1275d3;
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
	font-family:"font1";
}

.container {
	padding-left: 0;
	padding-right: 0;
}



.row {
width: 100%;
min-width:290px;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
}

#page{


}





/* STANDARD CONTENT STYLING */
 
 p{
 	font:normal 1.2em/1.6em Verdana, Geneva, sans-serif;
    color:#707070;
    __margin-top:3em;
    __margin-bottom:3em;
    margin:5px 0 20px 0;
}

h1{
	__border-bottom:solid 1px #0c4a96;
    font-size:1.6em;
    font-family:"font1";
    color:#0c4a96;
    margin:30px 0 10px 0;
}

h2{
	__border-bottom:solid 1px #0c4a96;
    font-size:1.6em;
    font-family:"font1";
    color:#0c4a96;
    margin:10px 0;
}

h3, h4, h5{
__width:100%;
	__max-width:300px;
	border-bottom:solid 1px #0c4a96;
	font-family:"font1";
	font-size:1.4em;
	line-height:230%;
	color:#0c4a96;
	margin:10px 0 0 0;
}

a{
color:#0C4A96;
}

a:hover{
color:#00BFF3;
}

article ul{
	margin:0;
	padding: 0 0 0 50px;
}

article li{
 	font:normal 1.2em/2em Verdana, Geneva, sans-serif;
    color:#707070;
    margin:0px;
}

article h3, article h4, article h5{
border:none;
}


.normalFont {
/*
	font-family:'font2';
	font-size:1.125em;
	line-height:3em;
	color:#0c4a96;
	*/
}




.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}






/*    HEADER    */

#headerBg {
	height:100%;
	width:100%;
	background: url(../images/topBg.png) repeat-x left -2px;
}

#mainHeader {
position:relative;
	display:block;
	width:100%;
	max-width:960px;
	height:100%;
	margin:1px auto 0 auto;
	background-position:left -1px;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	background:url(../images/headerBg2.jpg) no-repeat left -2px;
}

#logoId {
	width:auto;
	height:auto;
	margin:14px 0 0 10px;
	float:left;
}

#socialId {
	height:3.7em;
	float:right;
	margin-top:10px;
	font-size:1em;
	margin-right:0px;
}

#socialId .headN {
	height:100%;
	max-height:42px;
	line-height:42px;
	float:left;
	color:#fff;
	padding-right:10px;

}

#socialId ul {
	width:auto;
	height:41px;
	float:left;
}

#socialId ul li {
display:block;
	float:left;
	list-style:none;
	margin-right:1px;
}



#socialId2 {
display:none;
height:3.7em;
max-width:19em;
margin-top:1px;
font-size:70%;
float:right;
margin-top:-50px;
margin-right:5px;
}

#socialId2 ul {
	width:auto;
	height:41px;
}

#socialId2 ul li {
	display:block;
	float:left;
	list-style:none;
	margin-right:1px;
}


.row #navContainer {
	width:100%;
	max-width:960px;
	margin:75px 0 30px 0;	
}

#top-nav{
background-color: #064581;
color:#ffffff;

}
#socialId nav{
	float:left;
	margin-left:5px;

}

#top-nav a{
color:#ffffff;
padding:15px 8px 0 8px;
display:block;
text-decoration: none;

}

#navContainer ul {
	display:block;
	width:100%;
	height:100%;
	max-height:42px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.25);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	border-top:solid 1px #44ade6;
	
}

#navContainer ul li {
display:block;
float:left;
list-style:none;

}

#navContainer ul li a {
display:block;
font-family:"font4";
font-size:1.4em;
text-align:center;
color:#fff;
text-decoration:none;
opacity:1;
filter:alpha(opacity=100);
border-bottom:solid 4px transparent;
padding:8px 10px 6px 9px;
}

#navContainer ul li.last a {


}

#navContainer ul li a:hover {
	border-bottom:solid 4px #00bff3;
}

#navContainer ul li.active a,
#navContainer ul li.parent-active a{
	border-bottom:solid 4px #00bff3;
}


/* Hidden LIST CSS */

#hiddenMenu{
display:none;
}


#hiddenList{
__display:none;
width:256px;
position: absolute;
top: 0;
left:-256px;
}



.hiddenListClass {
	__float:left;
	/*background:url(../images/body_bg.jpg) repeat-y right top #1275d3;*/
}

.showListClass {
	__float:right;
	background: url(../images/left_shadow.png) repeat-y -4px top #FFF;
	margin-top:-1px;
}

#mainFrame {
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}


.listBtn {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 10px 2px 10px 2px;
	margin-top:56px;
	font-family:"font2";
}

.listBtn li {
	font-size:1.5em;
	list-style:none;
	border-bottom:solid 1px #479dd0;
	padding:2px 0 2px 10px;
}

.listBtn li a {
	display:block;
	height:100%;
	text-decoration:none;
	color:#ffffff;
	padding-left:6%;
		padding:4px 0 4px 10px;

	background:url(../images/bul.png) no-repeat 1px center;
}

.listBtn li:hover {
	background-color:#0e6bc3;
}


.listBtn li ul {
	padding: 10px 2px 10px 8px;
	
}

.listBtn li li {
	font-size:0.9em;
	list-style:none;
	
	border-bottom:none;
}

.listBtn li li a {
	display:block;
	height:100%;
	text-decoration:none;
	color:#ffffff;
	padding-left:6%;
	padding:4px 0 4px 10px;
	background:url(../images/bul.png) no-repeat 1px center;
}

.listBtn li li a:hover {
	background-color:#0e6bc3;
}

/* Hidden LIST CSS */






/*    MAIN    */



#main_body {
	display:block;
	width:90%;
	max-width:940px;
	height:100%;
	margin:20px auto 0 auto;
	padding:0 5% 0 5%;
}

#idColumnMargin {
	margin:0 0.625em;
}



#leftList {
	display:block;
	width:210px;
}

.leftList {
	width:210px;
	height:100%;
	margin:0 auto;
}

.leftList li {
	width:100%;
	margin:15px 0 0px 0;
	padding:0 0 5px 0;
	list-style:none;
	border-bottom:solid 1px #d7d7d7;
}

.leftList li h4 {
	color:#0c4a96;
	font-family:"font1";
	font-size:1.2em;
	line-height: 1.6em;
	border:none;
}

.leftList li span {
	font:italic 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	color:#b7b7b7;
}

.leftList li p {
	font:normal 1.1em/1.4em Verdana, Geneva, sans-serif;
	color:#707070;
	margin:5px 0 5px 0;
}

.leftList li a {
	font:italic 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#ff8a00;
	margin:5px 0 5px 0;
}



.home-news {
	width:100%;
	height:100%;
	margin:0 auto;
}

.home-news li {
	width:100%;
	margin:15px 0 0px 0;
	padding:0 0 5px 0;
	list-style:none;
	border-bottom:solid 1px #d7d7d7;
}

.home-news li h4 {
	color:#0c4a96;
	font-family:"font1";
	font-size:1.2em;
	line-height: 1.6em;
	border:none;
}

.home-news li span {
	font:italic 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	color:#b7b7b7;
}

.home-news li p {
	font:normal 1.1em/1.4em Verdana, Geneva, sans-serif;
	color:#707070;
	margin:5px 0 5px 0;
}

.home-news li a {
	font:italic 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#ff8a00;
	margin:5px 0 5px 0;
}




.overig li{
	width:100%;
	margin:10px 0 0px 0;
	padding:0 0 5px 0;
	list-style:none;
	border-bottom:solid 1px #d7d7d7;
}

.overig li a{
	font:normal 0.9em/0.9em Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#0c4a96;
	margin:5px 0 5px 0;
}

.overig li a:hover{
	text-decoration:none;
	color:#ff8a00;
	margin:5px 0 5px 0;
}


.commonP {
	width:100%;
	__max-width:300px;
	font:normal 0.875em/1.4em Verdana, Geneva, sans-serif;
	color:#707070;
	margin:15px auto 0 auto;
}

.videoFile {
	width:100%;
	max-width:300px;
	height:100%;
	max-height:188px;
	margin:20px auto 0 auto;
}

.subHead {
	width:100%;
	max-width:300px;
	border-bottom:solid 1px #0c4a96;
	font-family:"font2";
	font-size:1.2em;
	line-height:1.8em;
	color:#0c4a96;
	margin:30px auto 0 auto;
}

.companyNames {
	width:100%;
	max-width:940px;
	height:100%;
	max-height:135px;
	background:url(../images/comTopBg.jpg) no-repeat center top;
	margin:20px auto 0 auto;
	text-align:center;
	padding:10px;
}

.companyNames h3 {
	width:auto;
	height:auto;
	font-family:"main2";
	font-size:1.2em;
	line-height:17px;
	margin:0 auto 0 auto;
	color:#b7b7b7;
	border:none;
	padding:5px;
}

.companyNames ul {
	width:100%;
	height:auto;
	margin-top:0;
}

.companyNames ul li {
	width:25%;
	height:auto;
	list-style:none;
	float:left;
}







#footerBG {
	display:block;
	height:auto;
	background:url(../images/footerBg.png) repeat-x left top #147ed3;
	margin-top:10px;
}

#footer-logos {
	display:block;
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding: 10px;
}

#footerMain {
	display:block;
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding-top:30px;
}

#mainFooterTop {
	width:100%;
	max-width:940px;
	height:131px;
	max-height:100%;
	margin:0 auto 0 auto;
}

#mainFooterTop ul {
	width:18%;
	height:8.188em;
	float:left;
}

#mainFooterTop ul.last {
	width:28%;
}

#mainFooterTop ul.last img {
	
}

#mainFooterTop ul.last li {
	text-align:right;
}


#mainFooterTop ul li {
	display:block;
	width:100%;
	height:auto;
	line-height:20px;
	font-family:"font1";
	font-size:1.2em;
	list-style:none;
	color:#fff;
}




.address {
	width:100%;
}

.phone {
	background:url(../images/phIcon.png) no-repeat left top;
	padding-left:2.0em;
}

.mail {
	background:url(../images/mailIcon.png) no-repeat left top;
	padding-left:2.0em;
}

#mainFooterTop ul li a {
	text-decoration:none;
	color:#fff;
}

#footerBottom {
	height:auto;
	width:100%;
	border-top:solid 1px #65a7dd;
	font-size:1.2em;
	text-align:center;
	line-height:2.25em;
}

#footerBottom a {
	text-decoration:none;
	color:#fff;
}











/* subnav */
#leftListDeS {
display:block;
width:100%;
height:auto;
__margin:3em auto 0 auto;
margin:30px 0 0 0;
}

#leftListDeS li {
	display:block;
	width:100%;
	font-family:'font2';
	font-size:1.2em;
	__line-height:1.6em;
	border-bottom:solid 1px #dbdbdb;
	list-style:none;
	
	margin:5px 0 5px 0;
}

#leftListDeS li a {
	display:block;
	width:100%;
	__height:3em;
	padding:8px 0 8px 0;
	color:#0c4a96;
	text-decoration:none;
}

#leftListDeS li a:hover {
	color:#c8c9ca;
	background:url(../images/bul1.png) no-repeat right center;
}

#leftListDeS li.listActive a {
	color:#c8c9ca;
	background:url(../images/bul1.png) no-repeat right center;
}

#rightListDes {
	width:100%;
	height:auto;
	margin-left:2.5em;
}

#imageContainer {
	width:auto;
	height:auto;
}

#textContainer {
	width:100%;
	height:auto;
	
}

#textContainer span {
	font-family:'font1';
	color:#0c4a96;
}

#textContainer article {
	font-size:1.4em;
}

#imageListContainer {
	width:100%;
	height:auto;
}

#imageList {
	float:left;
	width:auto;
	height:auto;
	margin-right:1.6em;
}

#socialDetails {
	width:100%;
	max-width:700px;
	height:3em;
}
/* DESTICHITING CSS */





/* NIEUWS CSS */
#nieuwsHeader {
	color:#0c4a96;
	margin-top:1.6em;
	margin-bottom:0.75em;
}
#nieuwsHeader h1, #nieuwsHeader h2 {
	display:block;
	line-height:2em;
	border-bottom:solid 1px #0c4a96;
	font-size:1.8em;
	font-weight:bold;
	font-family:"font1";
}

#newsList {
	width:100%;
	height:100%;
	max-height:190px;
	margin-top:1.6em;
}

#newsList li {
	width:100%;
	max-width:940px;
	height:11.875em;
	max-height:190px;
	list-style:none;
	margin-bottom:1.16em;
	float:none;
	position:relative;
}

#newsList li div.a {
	display:block;
	height:190px;
	float:left;
}
#newsList li div.b {
	display:block;
	width:66%;
	height:190px;
	float:right;
}

#newsHeader {
	width:100%;
	height:auto;
	font-size:1em;
	color:#0c4a96;
}

#newsHeader span {
	float:right;
	font:normal 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	color:#a1a1a1;
}

#newsContent {
	height:auto;
	font:normal 0.750em/1.7em Verdana, Geneva, sans-serif;
	color:#707070;
	border-bottom:solid 1px #0c4a96;
	padding-bottom:4px;
	margin-top:5px;
}
#newsLink {
	width:100%;
	height:1.6em;
	color:#F90;
	line-height:1.6em;
	text-decoration:none;
	font:italic 0.8em/1em Georgia, "Times New Roman", Times, serif;
	margin:5px 0 0 0;
}
/* NIEUWS CSS */





/* NIEUWS DETAILS CSS */
.newsDetailsContent {
	width:100%;
	height:auto;
	
}

.newsDetailsContentHead {
	color:#126dc7;
	font-family:"font1";
	margin-top:0;
}

.newsDetailsContentDate {
	font:normal 1.2em/2em Georgia, "Times New Roman", Times, serif;
	color:#a1a1a1;
}

.newsBody {
font-weight: bold;
}

.newsBody2 {
	color:#707070;
}


.newsDetailsImage {
	margin:0 1.375em 0 0;
	float:left;
}

#newsSocialDetails {
	width:100%;
	height:auto;
	border-bottom:solid 1px #dbdbdb;
	margin-top:2em;
}

#newsDetailsPageList {
	width:100%;
	height:auto;
}

#newsDetailsPageList li {
	list-style:none;
	font:normal 1.2em/2em "font1";
	color:#0c4a96;
}

#newsDetailsPageList li a {
	color:#0c4a96;
	text-decoration:none;
}

#newsDetailsPageList li a:hover {
	text-decoration:underline;
}

#newsDetailsPageList li span {
	color:#a1a1a1;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* NIEUWS DETAILS CSS */




/* CONTACT PAGE DETAILS CSS */
#contactText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em; 
	color:#848484; 
	line-height:1.6em; 
	margin-top:2em; 
	border-bottom:solid 1px #dbdbdb;
	padding-bottom:1.6em;
}

#contactLeft {
	margin-right:0.750em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	line-height:2em;
}

.contBlue {
	color:#0c4a96;
}

.contGrey {
	color:#848484;
}

.contGrey span {
	color:#ff9c00;
}

#conMail {
	background:url(../images/mailBlue.png) no-repeat left center;
	margin-top:2em;
	padding-left:2em;
}
#conPhone {
	background:url(../images/phBlue.png) no-repeat left center;
	padding-left:2em;
	margin-bottom:2em;
}

#conForm {
	width:100%;
	height:auto;
	padding-top:2em;
}

#conForm input {
color:#3E4146;
background-color:#ffffff;
padding:5px;
margin:5px;
border:solid 1px #a9a9a9;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;

	behavior: url(pie/PIE.htc);
}

#conForm textarea {
	color:#3E4146;
background-color:#ffffff;
padding:5px;
margin:5px;
border:solid 1px #a9a9a9;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;

	
}

#contactMiddle {
	margin-right:1.6em;
	text-align:right;
}

#contactMiddle div {
	height:41px;
	margin:1.2em 0;
	font-size:1.2em;
	line-height:41px;
	padding-right:50px;
}

#contactMiddle div a {
	text-decoration:none;
	color:#0c4a96;
}

#faceC {
	background:url(../images/faceClear.png) no-repeat right center;
}

#tweetC {
	background:url(../images/tweetClear.png) no-repeat right center;
}

#youC {
	background:url(../images/youClear.png) no-repeat right center;
}

#conLast {
	float:right;
	padding-right:2px;
}

#conMap {
	margin-top:1.2em;
	border:solid 1px #0c4a96;
	height:100%;
	max-height:467px;
	width:100%;
	max-width:379px;
}
	
.btn {
	margin:5px;
	padding: 8px;
	font:normal 1.2em Tahoma, Geneva, sans-serif;
	text-shadow:1px 1px 1px #000000;
	color:white;
	text-align: center;
	border-color:#f7941d #f59420;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFA900;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFA900), to(#f7941d));
	background: -webkit-linear-gradient(#FFA900, #f7941d);
	background: -moz-linear-gradient(#FFA900, #f7941d);
	background: -ms-linear-gradient(#FFA900, #f7941d);
	background: -o-linear-gradient(#FFA900, #f7941d);
	background: linear-gradient(#FFA900, #f7941d);
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	-pie-background: linear-gradient(#FFA900, #f7941d);
	behavior: url(pie/PIE.htc);
}

.btn a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:white;
}

a.btn {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:white;
}


/* CONTACT PAGE DETAILS CSS */





/* DONATION PAGE CSS */
#col {
	margin:10px 10px 10px 0;
	height:250px;
	border:solid 2px rgba(50, 50, 50, 0.25);
	float:left;
}

#col h3, #col2 h3 {
	font-family:"font2";
	font-size:1.4em;
	color:#0c4a96;
	margin:20px 20px 10px 20px;
}

#col article, #col2 article {
	font:normal 1.2em/1.750em Verdana, Geneva, sans-serif;
	color:#848484;
	padding:20px;
}

#col a, #col2 a {
	font:italic 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	color:#ff8a00;
	text-decoration:none;
	margin-left:20px;
	margin-top:20px;
}

#col2 {
	margin:10px 0 10px 10px;
	height:250px;
	border:solid 2px rgba(50, 50, 50, 0.25);
	float:right;
}






/* DONATION PAGE CSS */







/* UPDATED NEWS CONTENT */

#newsListBody {
	margin-left:20px;
}

#newsHead {
       width:87%;
       font-family:"font1";
       color:#126dc7;
       font-size:1.4em;
       float:left;
       margin:0 0 10px 0;
}

#newsDate {
	width:auto;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a1a1a1;
	float:right;
	text-align:right;
}

#newsArticle {
	display:block;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#707070;
	float:left;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #126dc7;
}
#newsLink {
	color:#ff8a00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	float:left;
	font-size:1.2em;
	
}

#newsImage img, #newsDetailsImage, #imageContainer img{
-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
}

#newsSpace {
	height:2.4em;
}




/* CONTACT */

#contact_form {
	width:100%;
	height:auto;
	padding-top:2em;
}

#contact_form input {
width:95%;
color:#3E4146;
background-color:#ffffff;
padding:5px;
margin:5px;
border:solid 1px #a9a9a9;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;

	behavior: url(pie/PIE.htc);
}

#contact_form textarea {
width:95%;
height:80px;
color:#3E4146;
background-color:#ffffff;
padding:5px;
margin:5px;
border:solid 1px #a9a9a9;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;
	behavior: url(pie/PIE.htc);

}


table{
font-size:1.2em;
font-family:Verdana, Geneva, sans-serif;
	color:#707070;
}

/* ##########    CALL TO ACTION BUTTONS */
.cta{
background:url(../images/cta-button-grid.png) no-repeat 0 0;
display:block;
/*
-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
               -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
                    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
                    */
}

.doneeronline{
width:300px; height:110px;
background-position: 0 0;
text-indent: -9000px;
}

.doneeronline:hover{
background-position: -319px 0;
}

.blauwlintje{
width:300px; height:110px;
background-position: 0 -953px;
text-indent: -9000px;
}

.blauwlintje:hover{
background-position: -319px -953px;
}

.doneeronline-med{
width:218px; height:75px;
background-position: 0 -129px;
text-indent: -9000px;
margin-left: -3px !important;
}

.doneeronline-med:hover{
background-position: -319px -129px;
}



/* ##########   DONATION / SHOP STYLING  */

.form-horizontal, .overzicht{
 font-family:Verdana, Geneva, sans-serif;
    font-size:1.2em; 
    color:#848484; 
    line-height:1.6em; 
    margin-top:2em; 
    margin-bottom:1.6em;
}
.overzicht .span4{
float:left;
margin: 0 30px 0 0;
}

.form-horizontal .table,
.overzicht .table{

  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;

}

.form-horizontal .table th,
.form-horizontal .table td,
.overzicht .table th,
.overzicht .table td{
padding:5px 10px 05px 0;
 vertical-align:middle


}

.form-horizontal .table h4,
.overzicht .table h4{
width:auto;
border:none;
padding:0;
margin:0;
font-size:1em;

}



.form-horizontal input,
.doneer-online-form input{
width:95%;
color:#3E4146;
background-color:#ffffff;
padding:5px;
margin:5px;
border:solid 1px #a9a9a9;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;

	behavior: url(pie/PIE.htc);
}


.form-horizontal input.input-mini,
.doneer-online-form input{
width:60%;

}
.form-horizontal textarea {
width:95%;
height:80px;
color:#3E4146;
background-color:#ffffff;
padding:5px;
margin:5px;
border:solid 1px #a9a9a9;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;
	behavior: url(pie/PIE.htc);

}

.step2 input {
width:50%;

}

.form-horizontal .btn,
.doneer-online-form .btn{
width:20%;
float:left;
color:#ffffff;
cursor: pointer;
padding:8px;
-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	border:none;
background: #FFA900;
}

.form-horizontal .help-inline{
color:red;
}

.order-sum{
padding:10px;
float:right;
background-color: #FFA900;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #a9a9a9;
    -webkit-box-shadow: 0px 0px 2px #a9a9a9;
    box-shadow: 0px 0px 2px #a9a9a9;
	behavior: url(pie/PIE.htc);

}

.order-sum legend{
font-size:1.4em;
    font-family:"font1";
    color:#ffffff;

}

.order-sum table, .order-sum th, .order-sum td{
margin:0;
padding:0;
color:#ffffff;
text-align: left;;

}

.control-group{
padding:10px 0;
}

.form-horizontal legend,
.overzicht legend{
font-size:1.4em;
    font-family:"font1";
    color:#0c4a96;

}

.form-horizontal .control-label{
 font-size:1.4em;
    font-family:"font1";
    color:#0c4a96;
}


/* ##### Partners #####*/

.partner-container{
display: table-cell; 
position:relative;
float:left;
width:190px;
line-height: 150px;
height:150px;
padding:10px;
margin:0 10px 10px 0;
overflow:hidden;
-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.2);
}

.partner-container .lst{
margin:0 0 10px 0;

}

.partner-container:hover{
-webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 12px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 12px rgba(50, 50, 50, 0.5);
  				-webkit-transition: all 0.10s 0.20s ease-in;
                   -moz-transition: all 0.10s 0.20s ease-in;
                        transition: all 0.10s 0.20s ease-in;
}


.partner-container img{
vertical-align: middle;
}

.partner-info{
position:absolute;
top:-155px;
left:0;
height:320px;
width:190px;;
display:block;
display: table-cell;
vertical-align: middle;
padding:30px 8px 0 8px;
font:bold 1.2em Verdana, Geneva, sans-serif;
    color:#0c4a96;
text-align:center;
   -webkit-transition: all 0.30s 0.20s ease-in;
                   -moz-transition: all 0.30s 0.20s ease-in;
                        transition: all 0.30s 0.20s ease-in;
}

.partner-info:hover{
position:absolute;
top:0px;
left:0;
background-image:url(/images/uploads/bg-white-50.png);
   -webkit-transition: all 0.30s 0.20s ease-in;
                   -moz-transition: all 0.30s 0.20s ease-in;
                        transition: all 0.30s 0.20s ease-in;


}



/*  Paginate  */

.paginate p{
       font-family:"font1";
       color:#126dc7;
       font-size:1.2em;
       float:left;
}

.paginate a{
	border:1px solid #0C4A96;
	padding:3px 5px;
	text-decoration: none;
	background-color: #e8e8e8;
}

.paginate strong{
	border:1px solid #0C4A96;
	padding:3px 5px;
}



@media (max-width: 979px) {

#navContainer nav{}

#navContainer ul {
	display:block;
	width:auto;
	height:100%;
	max-height:60px;
	padding:0 40px;
	
}

#navContainer ul li {
display:block;
float:left;
list-style:none;

}

#navContainer ul li a {
display:block;
font-family:"font4";
font-size:1.4em;
text-align:center;
color:#fff;
text-decoration:none;
opacity:1;
padding:6px 10px 4px 6px;
}
#col, #col2 {margin:10px 0}
#col, #col2 {width:auto; height:auto; padding:0 0  20px 0;}

#leftList{
float:left;
width:100%;
display: inline;
margin:0;
}
#leftList .cta{float:right;}

#leftListDeS{
margin:0;
}

#leftListDeS li{
float:left;
width:32%;
margin:0 5px 5px 0;
}

#leftList .cta{float:right; display:none;}

#leftListDeS li a {
    display:block;
    padding:8px 30px 8px 0;
    color:#0c4a96;
    text-decoration:none;
    width:auto;
}
.row .ninecol { width: 100%;}
#rightListDes {margin-left:0;}
}


@media (max-width: 767px) {
#navContainer ul, #leftList {display:none;}
#hiddenMenu{display:block;}
.row .ninecol { width: 100%;}
#rightListDes {margin-left:0;}
#top-nav, #footer-logos, #mainFooterTop ul{display:none;}
#mainFooterTop ul.last{display:block; width:auto;}
#mainFooterTop ul.last li{float:left; width:auto; padding:5px 10px;}
#socialId ul {float: right;}
#socialId  {width:auto;}
.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, ul, span, div {
	width: auto;
	float: none;
	}

}



@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
#navContainer ul, #leftList  {display:none;}
#hiddenMenu{display:block;}
.row .ninecol { width: 100%;}
.row .ninecol { width: 100%;}
#rightListDes {margin-left:0;}

}
ul.actielijst {
margin: 0 0 30px 0;
}
ul.actielijst li {
margin: 10px 0 10px 0;
list-style:none;
}
ul.actielijst a {
font-size: 150%;
color: #ff8a00;
text-decoration: none;
}
a.actiebutton {
height: 70px;
width: 100%;
display: block;
background-color: #ff8a00;
color: #fff;
font-weight: bold;
font-size: 200%;
text-align: center;
padding-top: 50px;
}