@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
}

H1, H2, H3, H4, H5, H6{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

H1.homeheader{
	font-size: 2rem;
	margin-bottom: 15px;
}

.introtekst{
	margin: 20px 0 30px 0;
}

#logocontainer{
	height: 110px;
}

img.logo-erc{
	width: 160px;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}

.languageswitcher{
	position: absolute;
	right: 15px;
	top: 40px;
}

.languageswitcher .wpml-ls-legacy-dropdown{
	width: inherit;
	min-width: 150px !important;
}

.languageswitcher .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
	border: 0 !important;
}

.opensearchbox{
	background: #f7f7f7;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	color: #000000;
	line-height: 50px;
	transition: all 0.3s ease 0s;
	outline: none;
}
	.opensearchbox:hover{
		color: #fff;
		background: #f29200;
	}

#mainmenucontainer{
	background: #eeeeee;
	height: 50px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
}

	.menu-mainmenu-container ul, .menu-mainmenuen-container ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 50px;
		display: table;
	}
	.menu-mainmenu-container ul li, .menu-mainmenuen-container ul li{
		display: table-cell;
		vertical-align: middle;
	}
	.menu-mainmenu-container ul li A, .menu-mainmenuen-container ul li A{
		color: #000000;
		text-decoration: none;
		margin-right: 20px;
		height: 50px;
	}
	.menu-mainmenu-container ul li:last-child A, .menu-mainmenuen-container ul li:last-child A{
		margin-right: 0;
	}
	.menu-mainmenu-container ul li A:hover, .menu-mainmenuen-container ul li A:hover{
		color: #f29200;
		text-decoration: none;
	}
	
	.menu-mainmenu-container ul li.current-menu-item A, .menu-mainmenuen-container ul li.current-menu-item A{
		color: #f29200;
		text-decoration: none;
	}

#cta-home{
	background: url('../images/cta-home-background.jpg') no-repeat top center #0077b5;
	color: #fff;
	padding: 55px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	#cta-home H1{
		font-weight: normal;
		font-size: 16px;
		text-shadow: 1px 1px 2px #333;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

#intro-home{
	background: #fff;
	padding: 40px 0;
}
	#intro-home ul{
		margin: 0 0 0 17px;
		padding: 0;
		list-style-type: none;
	}
	
	#intro-home ul li::before {
		content: "\2022"; 
		color: #0077b5;
		font-weight: bold;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
	}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	outline: none;
	border: 0;
}
		
#dora-software-home{
	position: relative;
	background: #112953;
	color: #fff;
	padding: 40px 0;
	overflow: hidden;
}

#trainingen-home{
	background: #fff;
	padding: 40px 0;
}

#artikelen-home{
	background: #eeeeee;
	padding: 40px 0;
}
	.artikelencarousel{
		display: flex;
		width: 100%;
  	}
  	.visualtrainingbox{
	  	margin-bottom: 20px;
	  	overflow: hidden;
  	}
	img.visualtrainingitem{
		display: block;
		width: 100%;
		height: auto;
		max-width: 100%;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	img.visualtrainingitem:hover{
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
  	}
	
	.artikelencarousel .artikelitem{
		flex: 1;
	}
	.artikelencarousel .artikelitem A{
		position: relative;
		color: #fff;
		text-decoration: none;
		display: block;
		background: #0077b5;
		display: table;
		height: 100%;
		width: 100%;
		padding: 10px 15px;
		transition: all 0.3s ease 0s;
	}
		.artikelencarousel .artikelitem A:hover{
			background: #0d377f;
			cursor: pointer;
			transition: all 0.3s ease 0s;
		}
		.artikelencarousel .artikelitem A span.artikeltitle{
			display: table-cell;
			width: 85%;
			vertical-align: middle;
			font-size: 16px;
		}
		.artikelencarousel .artikelitem A span.icon{
			margin: 0;
			display: table-cell;
			vertical-align: middle;
			text-align: right;
			font-size: 25px;
		}
		
		.artikelennavbuttons button{
			border: 0;
			background: #fff;
			color: #0d377f;
			font-size: 24px;
			margin-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
		}
		.artikelennavbuttons button:hover{
			color: #f29200;
		}
		
		.artikelennavbuttons button.slick-disabled{
			color: #bbbbbb;
		}

#consultancy-home{
	background: #0077b5;
	padding: 40px 0;
	color: #fff;
}
	.consultancycontentbox{
		background: #fff;
		color: #000;
		padding: 20px;
	}
	
	.consultancy-visual-box{
		overflow: hidden;
	}
	
	.consultancy-visual-box img{
		display: block;
		width: 100%;
		height: auto;
		max-width: 100%;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.consultancy-visual-box img:hover{
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
  	}
	
	
	.visualtrainingbox{
	  	margin-bottom: 20px;
	  	overflow: hidden;
  	}
	img.visualtrainingitem{
		display: block;
		width: 100%;
		height: auto;
		max-width: 100%;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	img.visualtrainingitem:hover{
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
  	}
	
	.homeconsultancyvragencontainer{}
	
	#homeconsultancyvragen{
		list-style-type: none;
		padding: 0;
		margin: 20px 0 40px 0;
		text-align: center;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#homeconsultancyvragen li{
		display: none;
	}
		#homeconsultancyvragen li span{
			display: inline-block;
			background: #057ebd;
			padding: 25px 35px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			font-style: italic;
			font-size: 28px;
			margin: 0 20px;
			cursor: default;
		}

footer{
	background: #eeeeee;
	padding: 40px 0;
	display: block;
}

	ul#menu-footermenuen, ul#menu-footermenu{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	ul#menu-footermenuen LI, ul#menu-footermenu LI{}
	ul#menu-footermenuen LI A, ul#menu-footermenu LI A{
		color: #000;
	}
	ul#menu-footermenuen LI A:hover, ul#menu-footermenu LI A:hover{
		color: #0077b5;
		text-decoration: none;
	}
	
	img.erkend-leerbedrijf{
		display: inline-block;
		max-width: 100px;
		height: auto;
	}

	.socialbox{
		margin-top: 30px;
	}
	
	.socialbox a.sociallink{
		background: #112953;
		color: #ffffff;
		width: 30px;
		height: 30px;
		display: inline-block;
		text-align: center;
		line-height: 30px;
		transition: all 0.3s ease 0s;
	}
	.socialbox a.sociallink:hover{
		background: #0077b5;
		transition: all 0.3s ease 0s;
	}

#copyright-footer{
	background: #112953;
	color: #fff;
	font-size: 12px;
}
	.copyrightcontentbox{
		line-height: 50px;
	}
		.copyrightcontentbox A{
			color: #fff;
			text-decoration: none;
		}
		.copyrightcontentbox A:hover{
			color: #0077b5;
			text-decoration: none;
		}
		
		.copyrightcontentbox span.spacer{
			display: inline-block;
			margin: 0 5px;
		}

	A.scrolltotop{
		display: inline-block;
		background: #193360;
		color: #fff;
		text-decoration: none;
		height: 100%;
		font-size: 30px;
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
	}

.btn_blue{
	display: inline-block;
	color: #fff;
	background: #0077b5;
	padding: 6px 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	margin-bottom: 5px;
}
	.btn_blue .fas{
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		margin-right: 5px;
		padding-right: 10px;
	}
	
	.btn_blue:hover{
		background: #005f91;
		text-decoration: none;
		color: #fff;
		transition: all 0.3s ease 0s;
	}
.btn_dblue{
	display: inline-block;
	color: #fff;
	background: #0d377f;
	padding: 6px 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	margin-bottom: 5px;
}
	.btn_dblue .fas{
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		margin-right: 5px;
		padding-right: 10px;
	}
	.btn_dblue:hover{
		background: #112953;
		text-decoration: none;
		color: #fff;
		transition: all 0.3s ease 0s;
	}
.btn_orange{
	display: inline-block;
	color: #fff;
	background: #f29200;
	padding: 6px 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	margin-bottom: 5px;
}
	.btn_orange .fas{
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		margin-right: 5px;
		padding-right: 10px;
	}
	.btn_orange:hover{
		background: #cc7b00;
		text-decoration: none;
		color: #fff;
		transition: all 0.3s ease 0s;
	}


@keyframes rotation {
    0 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        [if lte IE 8] filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0)
    }

    25% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        [if lte IE 8] filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        [if lte IE 8] filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
    }

    75% {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        [if lte IE 8] filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        [if lte IE 8] filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0)
    }
}

.fa.fa-exclamation-triangle {
    color: red;
    margin-right: 20px;
    font-size:32px
}

.fa.fa-cog {
    position: absolute;
    font-size: 45vw;
    color: rgba(255, 255, 255, 0.05);
    z-index: 0;
    animation-name: rotation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.fa.fa-cog.pos1 {
    top: -2vh;
    left: -5vw;
    animation-duration: 400s;
    animation-direction: reverse
}

.fa.fa-cog.pos2 {
    top: 5vh;
    left: 15vw;
    animation-duration: 400s;
    animation-delay: -100s
}

.fa.fa-cog.pos3 {
    top: 1vh;
    left: 45vw;
    animation-duration: 400s;
    animation-delay: -30s;
    animation-direction: reverse
}

.fa.fa-cog.pos4 {
    top: -20vh;
    left: 60vw;
    transform: rotate(38deg);
    animation-duration: 400s;
    animation-delay: -30s
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}


.homefullslider{
	position: relative;
	background: #000;
	overflow: hidden;
	height: 500px;
}

	.valignbox{
	display: table;
	width: 100%;
	height: 100%;
	}
	.valigncontentbox{
		display: table-cell;
		vertical-align: middle;
		color: #fff;
	}
		.valigncontentbox H2, .valigncontentbox P{ text-shadow: 1px 1px 1px #000; }
		
		.valigncontentbox P{
			font-size: 18px;
			text-shadow: 1px 1px 1px #000;
		}
		
		.valignbox .col.links{ text-align: left; }
		.valignbox .col.midden{ text-align: center; }
		.valignbox .col.rechts{ text-align: right; }
		
	.slides-navigation{}
		.slides-navigation A.prev{
			position: absolute;
			left : 0px;
			top: 50%;
			z-index: 9;
			color: #fff;
			font-size: 30px;
			background: #0077b5;
			padding-left: 10px;
			padding-right: 15px;
			transition: all 0.3s ease 0s;
		}
		.slides-navigation A.next{
			position: absolute;
			right: 0px;
			top: 50%;
			z-index: 9;
			color: #fff;
			font-size: 30px;
			background: #0077b5;
			padding-left: 15px;
			padding-right: 10px;
			transition: all 0.3s ease 0s;
		}
		.slides-navigation A.prev:hover, .slides-navigation A.next:hover{
			background: #0d377f;
		}
		
	.darkoverlay{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.topindex{
		z-index: 10;
	}
	
	.slideitemboxl{
		width: 100%;
		height: 50vw;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.slideitemboxl img {
		width: 100%;
		animation: movel 40s ease;
		-ms-animation: movel 40s ease;
		-webkit-animation: movel 40s ease;
		-0-animation: movel 40s ease;
		-moz-animation: movel 40s ease;
		position: absolute;
	}
	
	.slideitemboxr{
		width: 100%;
		height: 50vw;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.slideitemboxr img {
		width: 100%;
		animation: mover 40s ease;
		-ms-animation: mover 40s ease;
		-webkit-animation: mover 40s ease;
		-0-animation: mover 40s ease;
		-moz-animation: mover 40s ease;
		position: absolute;
	}

@-webkit-keyframes movel {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}


/**
* WordPress Number Pagination CSS Styles
*/

.paginationbox{
	margin: 0 0 30px 0;
	display: block;
}

.page-navi.meta {
    color: #fff;
    font-weight: normal;
    padding: 10px 15px;
    padding-left: 0;
}

.page-numbers {
    padding: 10px 15px;
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #666;
}
.page-numbers:hover{
	text-decoration: none;
	color: #fff;
	background: #e94e1b;
}

.page-numbers.current {
   padding: 10px 15px;
   background: #f59b15;
   color: #fff;
   font-weight: bold;
}

.page-navi .prev {
   float: left;
   margin-right: 0;
   font-family: 'Philosopher', sans-serif;
   font-size: 18px;
   letter-spacing: 0;
   font-weight: normal;
}

.page-navi .next {
   float: right;
   border-right: none;
   border-top: none;
   border-bottom: none;
   font-family: 'Philosopher', sans-serif;
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0;
}
/* --- */

.searchbox{
	background: rgba(0, 0, 0, 0.95);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
	.searchboxvalign{
		display: table;
		width: 100%;
		height: 100%;
	}
	.searchboxformbox{
		display: table-cell;
		vertical-align: middle;
	}
	.closesearchbox{
		position: absolute;
		top: 15px;
		right: 25px;
		font-size: 40px;
	}
	.closesearchbox a{
		cursor: pointer;
		color: #fff;
	}
		.closesearchbox a:hover{
			color: #f29200;
		}
	.inputfieldbox{
		position: relative;
		overflow: hidden;
	}
	.searchbtnpvv{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background: #0077b5;
		border: 0;
		padding-left: 20px;
		padding-right: 20px;
		color: #fff;
		cursor: pointer;
		font-size: 20px;
		border-radius: 0 0.3rem 0.3rem 0;
	}
		.searchbtnpvv:hover{
			background: #005f91;
		}

#googlemapserc{
	height: 350px;
}

.mainvisual{
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}
	
	
.artikelenoverview .artikelitem{
		flex: 1;
		margin-bottom: 2px;
	}
	
	.artikelenoverview .artikelitem A{
		position: relative;
		color: #fff;
		text-decoration: none;
		display: block;
		background: #0077b5;
		display: table;
		height: 100%;
		width: 100%;
		padding: 10px 15px;
		transition: all 0.3s ease 0s;
	}
		.artikelenoverview .artikelitem A:hover{
			background: #0d377f;
			cursor: pointer;
			transition: all 0.3s ease 0s;
		}
		.artikelenoverview .artikelitem A span.artikeltitle{
			display: table-cell;
			width: 85%;
			vertical-align: middle;
			font-size: 16px;
		}
		.artikelenoverview .artikelitem A span.icon{
			margin: 0;
			display: table-cell;
			vertical-align: middle;
			text-align: right;
			font-size: 25px;
		}

.mobilemenubox{
	background: rgba(0, 0, 0, 0.95);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
	.mobilemenuboxvalign{
		display: table;
		width: 100%;
		height: 100%;
	}
	.mobilemenuformbox{
		display: table-cell;
		vertical-align: middle;
	}
	.mobilemenuformbox h1{
		color: #fff;
		margin-bottom: 10px;
	}
		.mobilemenuformbox UL{
			margin:0 auto;
			padding:0;
			width: 100%;
		}
		.mobilemenuformbox UL LI{
			display: block;
			margin: 0;
			padding: 0;
		}
		.mobilemenuformbox UL LI A{
			color: #fff;
			text-align: center;
			display: block;
			text-align: center;
			margin: 0;
			padding: 7px 0;
			height: inherit;
			border-top: 1px solid #111;
			font-size: 18px;
		}
		.mobilemenuformbox UL LI A:last-child{
			border-bottom: 1px solid #111;
		}
	.closemobilemenubox{
		position: absolute;
		top: 55px;
		right: 15px;
		font-size: 40px;
	}
	.closemobilemenubox a{
		cursor: pointer;
		color: #fff;
	}
		.closemobilemenubox a:hover{
			color: #f29200;
		}


.wpcf7 .wpcf7-text{
	display: block;
	width: 100%;
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}

.wpcf7 .wpcf7-textarea{
	display: block;
	width: 100%;
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px;
}

.wpcf7 .wpcf7-submit{
	background: #f29200;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	border: 0;
	padding: 7px 15px;
	margin-bottom: 10px;
}
	.wpcf7 .wpcf7-submit:hover{
		text-decoration: none;
		background: #cc7b00;
	}
	
	.hideondesktop{ visibility: hidden; }
	.mobilemenubox{ display: none; }
	
.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.traininggroupsticky{ 
	background: #112953;
	z-index: 5;
	padding: 10px 0;
}

.traininggroupsticky ul{ 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
.traininggroupsticky ul li{ display: inline-block; }
.traininggroupsticky ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	margin-right: 6px;
	font-size: 14px;
	padding: 5px 0;
}
	.traininggroupsticky ul li a:hover{
		color: #f29200;
		text-decoration: none;
	}
	.traininggroupsticky.stuck ul li a.active{
		color: #f29200;
	}

.section1,
.section2,
.section3{
	padding-top: 70px;
	padding-bottom: 40px;
}

.section2.grey{
	background: #eee;
}


.trainingtypevieuw{
	margin: 0;
}
	.trainingtypevieuw .trainingitem{
		margin-bottom: 2px;
	}
	.trainingtypevieuw .trainingitem A{
		color: #fff;
		text-decoration: none;
		display: table;
		background: #0077b5;
		width: 100%;
		padding: 10px 15px;
		transition: all 0.3s ease 0s;
	}	
		.trainingtypevieuw .trainingitem A:hover{
			background: #0d377f;
			cursor: pointer;
			transition: all 0.3s ease 0s;
		}
			
		.trainingtypevieuw .trainingitem A span.trainingtitle{
			display: table-cell;
			width: 85%;
			vertical-align: middle;
			font-size: 16px;
		}
		.trainingtypevieuw .trainingitem A span.icon{
			width: 15%;
			display: table-cell;
			vertical-align: middle;
			text-align: right;
			font-size: 25px;
			margin: 0;
		}

	.spacer10{ display: block; height: 10px; }
	.spacer20{ display: block; height: 20px; }
	.spacer25{ display: block; height: 25px; }
	.spacer30{ display: block; height: 30px; }
	.spacer40{ display: block; height: 40px; }
	.spacer50{ display: block; height: 50px; }
	.spacer60{ display: block; height: 60px; }

.stickmenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
}
	
	#accordionTraining{
		margin-top: 20px;
	}
	#accordionTraining .card-header{
		padding: 0 !important;
		margin: 0;
	}
	#accordionTraining .btn.btn-link{
		display: block;
		width: 100%;
		text-align: left;
		color: #fff;
		text-decoration: none;
		background: #0077b5;
		display: table;
		height: 100%;
		width: 100%;
		padding: 10px 15px;
		transition: all 0.3s ease 0s;
	}
		#accordionTraining .btn.btn-link:hover{
			text-decoration: none;
			background: #0d377f;
			cursor: pointer;
			transition: all 0.3s ease 0s;
		}
		
	#accordionTraining .card-body{
		padding: 0 !important;
		margin: 0;
	}
	
	#accordionTraining .card-body table{
		margin: 0;
	}
	
.wp-block-button__link:hover{ text-decoration: none; }

body:not(.page-id-108) .grecaptcha-badge {
	display: none;
}

@media (max-width: 575.98px) { 
	.mobilespacer10{ display: block; height: 10px; }
	.mobilespacer20{ display: block; height: 20px; }
	.mobilespacer25{ display: block; height: 25px; }
	.mobilespacer30{ display: block; height: 30px; }
	.mobilespacer40{ display: block; height: 40px; }
	.mobilespacer50{ display: block; height: 50px; }
	.mobilespacer60{ display: block; height: 60px; }
	.mobile-text-center{ text-align: center !important; }
	.hideonmobile{ display: none !important; }
	.hideondesktop{ visibility: inherit; }
	.valignbox{ width: 75%; margin: 0 auto; }
	.mobilemenu{
		display: table;
		height: 50px;
	}
	.mobilemenu .openmobilemenu{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		background: #f7f7f7;
		color: #000;
		padding: 0 15px;
		transition: all 0.3s ease 0s;
		outline: none;
	}
		.mobilemenu .openmobilemenu:hover{
			color: #fff;
			background: #f29200;
		}
}

@media print {
}


* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/*
	
	@media (min-width: 576px) { ... }

	// Medium devices (tablets, 768px and up)
	@media (min-width: 768px) { ... }

	// Large devices (desktops, 992px and up)
	@media (min-width: 992px) { ... }

	// Extra large devices (large desktops, 1200px and up)
	@media (min-width: 1200px) { ... }

	@media (max-width: 575.98px) { ... }

	// Small devices (landscape phones, less than 768px)
	@media (max-width: 767.98px) { ... }

	// Medium devices (tablets, less than 992px)
	@media (max-width: 991.98px) { ... }

	// Large devices (desktops, less than 1200px)
	@media (max-width: 1199.98px) { ... }
*/
