/* ==|== module styles =====================================================
   Layout and styles for separate site modules 
   - > Mostly separate modules. Can of course inherit from grid or eachother
   ========================================================================== */


/* ----- Typography ----- */

ul{
	padding-left: 20px;
}

#container{
	color: #001800;
}

#container p{
	margin: 0 0 1em 0;
}

/* ----- Links ----- */

a,
a:active{
	color: #00b45f;
	text-decoration: none;
}

a:hover{
	color: #00b45f;
	text-decoration: underline;
}

a.glossary{
	border-bottom: 1px dashed #001800;
	cursor: help;
	color: #001800!important;
}

a.glossary:hover{
	text-decoration: none;
}

/* ----- Header ----- */

h1{
	color: #00b45f;
	font-size: 2em;
	margin: 0.075em 1.250em 0.388em 0;
	line-height: 1.250em;
}

h1.coverstory{
	margin-bottom: 0.45em;
}

h2{
	color: #00b45f;
	font-size: 1.088em;
	margin: 1em 0 0em 0;
}

h3{
	color: #001800;
	font-size: 1em;
	margin: 1em 0 0em 0;
}


/* ----- Content ----- */

.content{
	position: relative;
	background: url("../img/bg-lines-content.png") 4px 0px no-repeat;
	padding: 6px 12px 10px 5px;
	font-size: 1.083em;
	line-height: 1.538em;
}

.content .intro{
	font-size: 1.107em;
	line-height: 1.428em;
}

.content img{
	margin-right: 15px;
	margin-bottom: 15px;
}

#home .content
{
	background-image:none;
}

/* ----- Forms ----- */

form input[type="text"],
form input[type="password"],
form select,
form textarea
{
	border: 1px solid #00b45f;
	color: #267243;
	padding: 5px;
	font-size: 0.917em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus
{
	border-color: #267243;
}

form p:before, form p:after { content: ""; display: table; }
form p:after { clear: both; }
form p { *zoom: 1; }

form.horizontal label{
	display: block;
	float: left;
	width: 136px;
	margin-right: 8px;
	font-size: 0.833em;
	text-transform: uppercase;
	color: #267243;
}

form.horizontal input{
	float: left;
}

form input.full, form select.full, form textarea.full{
	width: 100%;
}

form input.xxl, form select.xxl, form textarea.xxl{
	width: 85%;
}

form select.xxl{
	width: 87.5%;
}

form input.xl, form select.xl, form textarea.xl{
	width: 65%;
}

form select.xl{
	width: 67.5%;
}

form input.l, form select.l, form textarea.l{
	width: 50%;
}

form select.l{
	width: 52.5%;
}

form input.m, form select.m, form textarea.m{
	width: 30%;
}

form select.m{
	width: 32.5%;
}

form input.s, form select.s, form textarea.s{
	width: 20%;
}

form select.s{
	width: 22.5%;
}


/* ----- Validation and alerts ----- */

form input.error-required{
	border: 2px solid #B94A48;
}

#container .alert{
	border-radius: 0;
}

#container .alert ul,
#container .alert p
{
	margin: 0;
}


/* ----- Buttons ----- */

button,
.button
{
	padding: 3px;
	background: #00b45f;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}

.button.secondary{
	background: #fff;
	color: #009546;
}


/* ----- Loginbox ----- */

.rightcol .login{
	background: none;
	padding-left: 16px;
	padding-bottom: 12px;
}

.rightcol .login h2{
	margin: 10px 0 18px 0;
	font-size: 1em;
	text-align: right;
	color: #00b45f;
	font-family: NettoWeb-Bold, Helvetica, Arial, sans-serif;
	font-size: 1.167em;
	font-weight: normal;
	text-transform: uppercase;
}

.rightcol .login input{
	width: 111px;
	float: left;
	margin: 0px 5px 9px 0px;
	padding:1px 0px 2px 4px;
	height:17px;
}

.rightcol .login button,
.rightcol .login .button
{
	font-size: 0.833em;
}

.rightcol .login .button{
	margin-left: 35px;
}

#container .rightcol .login .loginstate{
	width: auto;
	margin-right: 18px;
	background: #fff;
	color: #00b45f;
	padding: 1px 3px;
	text-transform: uppercase;
	font-size: 0.833em;
}


/* ----- Tabbox ----- */

.tabbox{
	background: #fff;
	margin-right: -2px;
	padding: 10px 0px;
}

.tabbox .tab-content{
	position: relative;
	border-left: 1px solid #00b45f;
	border-right: 1px solid #00b45f;
	border-bottom: 1px solid #00b45f;
	padding: 13px 9px 1.5em 9px;
	font-size: 1em;
	line-height: 1.333em;
	min-height:111px;
	/* JB: toch iets hoger gezet */
	min-height:145px;
}

.tabbox .nav-tabs{
	border-bottom: 1px solid #00b45f;
	font-family: NettoWeb-Bold, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0px;
}

.webfont-loaded .tabbox .nav-tabs
{
	font-size: 1.167em;
	letter-spacing:1px;
}

.tabbox .nav-tabs > li > a{
	margin-right: 8px;
}

.tabbox .nav-tabs > li:last-child > a{
	margin-right: 0px
}

.tabbox .nav-tabs > li > a{
	border-radius: 0 0 0 2px; /* Fix the missing corner? */
	padding: 3px 6px;
	background: #99bca7;
	color: #fff;
	border-bottom: 1px solid #00b45f;
	text-decoration: none;
	text-transform: uppercase;
}

.tabbox .nav-tabs > .active > a, 
.tabbox .nav-tabs > .active > a:hover,
.tabbox .nav-tabs > .active > a:focus
{
	border-color: #00b45f #00b45f transparent;
	color: #00b45f;
	text-decoration: none;
	background: #fff;
	outline: 0;
}

.tabbox .nav-tabs > a:hover,
.tabbox .nav > li > a:hover
{
	background: #00b45f;
	color: #fff;
	border-color: transparent transparent #00b54f transparent;
}
.tab-articles .event a{
	text-decoration: none;
}

.tab-articles .event span{
	display: block;
}

.tab-articles .event .date{
	text-transform: uppercase;
	color: #267243;
	font-size:85%;
}

.tab-articles .event .title{
	color: #009546;
}

.tab-articles .event a:hover .title{
	text-decoration: underline;
}

#container .tab-pane .viewall{
	position: absolute;
	bottom: 0.25em;
	margin: 0;
}

.tab-list ul{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.tab-list ul li:before{
	content: '\00B7';
	position: absolute;
	color: #009546;
	margin-left: -0.75em;
}
.tab-list ul li{
	margin-left: 0.75em;
}

.tab-list ul li a{
	color: #009546;
	text-decoration: none;
}

.tab-list ul li a:hover{
	text-decoration: underline;
}

.tab-pane .viewall a{
	color: #267243;
	text-decoration: none;
	font-style: italic;
}

.tab-pane .viewall a:hover{
	text-decoration: underline;
}


/* ----- Listing ----- */

.contentlist .intro{
	color: #009546;
	font-size: 1em;
}

#container .contentlist .intro p{
	margin-bottom: 0.5em;
}

#container .contentlist .listed p{
	font-size: 0.833em;
	text-transform: uppercase;
	margin-top: -1.45em;
	margin-bottom: 1.75em;
}

#container .newslist .listed p{
	margin-bottom: 1.5em;
	margin-top: -1.45em;
}

.searchlist, 
.listresults,
.listresults .result
{
	padding-top: 7px;
	background: url("../img/bg-lines-contentlist.png") 0px 0px no-repeat;
}

.searchlist h2{
	margin-bottom: 0.5em;
	margin-top: 0.33em;
}

.listresults .result:first-child{
	padding-top: 0px;
	background: none;
}

.listresults .result h3{
	font-size: 1.088em;
	margin-top: 0.5em;
}

.memberlist .listresults .result h3{
	margin-bottom: 0.5em;
}

.listresults .result h3 a{
	color: #005a21;
}

#container .listresults .result p{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}


.result p 
{
	margin-top:0!important;
}

.listresults .result .cat, .listresults .result .meta, .meta{
	font-size: 0.833em;
	text-transform: uppercase;
}

.listresults .result .meta, .meta{
	color: #009546;
}

.listresults .result .meta a{
	text-transform: none;
	color: #001800;
}

.listresults .result .date{
	font-size: 0.833em;
	text-transform: uppercase;
	color: #009546;
}

.listresults .result .readmore{
	font-size: 0.80em!important;
	text-transform: uppercase;
	color: #009546;
	margin-top:-0.5em!important;
	margin-bottom:0.8em!important;
}

.listresults .result img{
	float: right;
	margin-top: 9px;
}

/* ----- FAQ ----- */

.content.faq .intro{
	font-size: 1em;
	margin-top: 0em;
	color: #005a21;
}

.faqsection{
	padding-top: 10px;
	background: url("../img/bg-lines-contentlist.png") 0px 0px no-repeat;
}

.faqsection h2{
	text-transform: uppercase;
	color: #005a21;
	margin: 0;
}

.faqsection ul{
	padding: 0 0 1em 1.75em;
	list-style: none;
	margin: 0 0 1.5em 0;
}

.faqsection ul li:before{
	content: '\2023';
	position: absolute;
	color: #00b54f;
	margin-left: -0.75em;
	font-size: 2em;
	cursor: pointer;
}

.faqsection ul li.open:before{
	margin-top: -0.05em;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
}

.faqsection ul li .question{
	display: block;
	cursor: pointer;
	color: #00b54f;

}


.faqsection ul li .answer{
	display: block;
}

/* ----- Event ----- */

.content.event .date{
	text-transform: uppercase;
	color: #267243;
	margin-bottom: 1.25em;
	margin-top: -1.15em;
}

.content.event .documents-title{
	margin: 2em 0 0.25em 0;
}

.documents h3{
	font-size: 1.088em;
	color: #005a21;
	margin-top: 0.25em;
}

.documents h3:first-child{
	margin-top: 0;
}

.documents p{
	margin-bottom: 0;
}

a.file{
	padding-left: 18px;
	background: url("../img/icon-file.png") 0% 50% no-repeat;
}


/* ----- Membership form ----- */

.content .step{
	text-transform: uppercase;
	color: #005a21;
	margin-bottom: 2em;
	margin-top: -1.5em;
	font-size: 0.833em;
}

.content.membership .intro{
	font-size: 1em;
	color: #005a21;
}

.content.membership .intro strong{
	display: block;
	color: #00b54f;
	margin-bottom: 2em;
}

.memberform{
	color: #005a21;
	font-size: 0.917em;
}

.memberform fieldset
{
	padding-top: 10px;
	background: url("../img/bg-lines-contentlist.png") 0px 0px no-repeat;
}

.memberform button{
	float: right;
	padding: 3px 9px;
}

.memberform input[type="checkbox"]{
	padding: 10px;
	border: 1px solid #00b54f;
	background: #fff;
	margin-right: 10px;
}

.memberform input[type="radio"]{
	position: relative;
	top: 1px;
	background: #fff;
	color: #00b54f;
	margin-right: 10px;
}

.memberform label.check{
	display: block;
	color: #00b54f;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 1.25em;
}

.memberform .explain{
	display: block;
	margin-left: 27px;
}

.memberform h2{
	font-size: 1em;
	text-transform: uppercase;
	color: #00b54f;
	font-weight: normal;
	margin: 0.5em 0 1em 0;
}

/* ----- Modal ----- */

.modal-backdrop{
	background-color: #fff !important;
}

.modal.recs{
	font-size: 0.750em;
	text-align: left;
	border-radius: 0;
	border: 1px solid #00b54f;
}

.modal.recs .modal-header{
	border: 0;
	padding-bottom: 0;
}

.modal.recs .modal-header h2{
	font-size: 1.250em;
}

.modal.recs .modal-body{
	padding-top: 0;
}

.modal.recs .modal-body strong{
	color: #00b54f;
}

.modal.recs button.close{
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: #fff url("../img/icon-close-green.png") 0px 0px no-repeat;
}