.no-bold {
	font-weight:normal
}

#brand-container-cra {
	background: #335075 none repeat scroll 0 0;
}

#brand-text-cra {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
 	margin-bottom: 6px;
 	margin-top: 8px;
	padding: 6px 0 6px 15px;
}

.right-align-num {
   	float: right;
    text-align: right;
}


/* Adjustments for mobile screens */
@media (max-width: 479px){

	#wb-glb-mn ul.chvrn {
		margin-bottom: 0px;
	}

	#brand-container-cra {
		background: #e1e4e7 none repeat scroll 0 0;
		margin-left: 15px;
		margin-right: 15px;
	}

	#brand-text-cra {
		font-size: 18px;
		color: #335075;
	}

}

.no-gutters > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}

.no-gutter-right > [class*='col-'] {
	padding-right:0;
}

.no-gutter-left > [class*='col-'] {
	padding-left:0;
}

.dl-horizontal-cra-wide dt {
	width: 400px;
}

.dl-horizontal-cra-medium dt {
	width: 200px;
}

.gly-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.text-bold {
	font-weight:bold
}
.text-italic {
	font-style: italic;
}
.bodySimple {
	background-image: none;
	background-color: white;
}

.hyphenate {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hypens: auto;
	-ms-hyphens: auto;
	-moz-hypens: auto;
	hypens: auto;
}

.text-justify {
	text-align: justify;
	text-justify: auto;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #bc3331;
	
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #bc3331;
	
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #bc3331;
	
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	
	-webkit-transition: all 0.3s 1s ease-out;  
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
	.no-js #loader-wrapper {
	display: none;
}

figcaption{
	 font-size: 32px;
}  
#content {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 80%;
	max-width: 978px;
}  
label {
    display: inline;
}

script {
    display: none;
} 

/*
  WET-BOEW
  @title: Details/summary CSS
 */
summary {
  cursor: pointer;
  overflow: hidden; 
  padding-right: 7.5px
  }
/*   summary:hover, summary:focus {
    background: #ddd;
    color: #000; }
  summary > :first-child {
    display: inline; }

details {
  padding-left: 1.1em;
  padding-right: 2.1em; 
  } */
/* details > summary {
    margin-left: -1.1em;
    margin-right: -2.1em; 
    }
  details[open] {
    padding-bottom: 1em; }
 p.summaryTitle{
 
 }    */