/*
---------------------------
ALGEMEEN
---------------------------
*/


/* Body background image */
.body-background-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}


.bg-body-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
/* 	background-position: 50% 50%; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;

}

/* Reapeat */
.bg-body-image.bg-repeat {
	background-position: top left;
	background-repeat: repeat;
	background-size: 160px auto;
}



.page-boxed  {
	position: relative;
	display: block;
	max-width: 1360px;
	margin: auto;
	background: #fff;
}

.page-boxed.with-shadow {
	box-shadow: 0px 1px 60px 0 rgba(0, 0, 0, 0.4);
}
.main-content {
	position: relative;


}
.section-boxed .main-content {
	background: transparent !important;
}


.row {
	position: relative;
	max-width: 1280px;
	/*z-index: 1;*/
}
.row.z-index-top {
	z-index: 88;
}
.row.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.row.flex .column,
.row.flex .columns {
	float: none;
	clear: none;
	width: auto;
}
.row.narrow {
	max-width: 54rem;
	z-index: 2;
}
.row.wide {
	max-width: 80rem
}
.row.wider {
	max-width: 82.5em;
}
.row.max-width {
	max-width: 97%;
}


	@media (max-width: 1440px) {
		#page-container.boxed  {
			max-width: 1280px;
		}
	}
	@media (max-width: 1400px) {
		.row {
			max-width: 1280px;
		}
	}

	@media (max-width: 1023px) {
		.row {
			max-width: 100%;
		}
	}
	@media (max-width: 640px) {
		.row.flex {
			display: flex;
			align-items:  flex-start;
			justify-content: flex-start;
			flex-direction: column;
			z-index: 2;
		}
	}
.section-wrapper {
	position: relative;
	min-height: 1px;
	margin:0px auto;
}

.section-content.up {

}

.section-max-width {
	max-width: 80em;
}


.section-boxed .section-content {
	max-width: 84em;
	margin:20px auto;
}


.section-content-shape {
	display:none;
	position: absolute;
	bottom:-8px;
	left:0%;
	width: 100%;
	height: 100px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 101% auto;
	z-index: 3;
}

/* Vertical Divided */
.vertical-divided .columns {
	position: relative;
}
.vertical-divided .columns:after {
	position: absolute;
	top: 0;
	right: -1px;
	width: 2px;
	height: 100%;
	content: '';
	background: #000;
	opacity: 0.1;
}
.vertical-divided .columns:last-child:after {
	display: none;
}



/*
---------------------------
BREADCRUMBS
---------------------------
*/

.breadcrumbs {
  display: block;
  padding: 1rem 20px;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background: none !important;
  border-color: rgba(0,0,0,0.04);
  border-radius: 0px;
}
.breadcrumbs li {
	text-transform: none;
	font-size: 0.86rem;
}
.breadcrumbs > * a {
	color: rgba(25, 31, 52, 0.6);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.breadcrumbs > * a:hover {
	color: #191f34;
	text-decoration: none;
}

.breadcrumbs li:not(:last-child):after {
	color: #1d8af0;
	content: "\f054";
	margin: 0 .75rem;
	position: relative;
	top: 0px;
	opacity: 1;
	font-size: 0.66rem;
	font-family: 'Font Awesome 5 Pro';

	speak: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

}
.breadcrumbs .current a {
	color: #191f34;
}
.breadcrumbs {
	margin-bottom: 0;
}
.breadcrumbs.inversed li {
	color: #fff !important;
}
.breadcrumbs.inversed > * a {
	color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs.inversed > * a:hover {
	color: rgba(255, 255, 255, 1);
}
.breadcrumbs.inversed li:not(:last-child):after {
	color: #1d8af0;
}
.breadcrumbs.inversed .current a {
	color: #fff !important;
}

/*
---------------------------
SUBNAVIGATIE BALK
---------------------------
*/

.whatsub {
	width: 100%;
	clear:both;
	display: block;
	z-index: 3;
	padding: 0rem 0em 0rem;
	position: relative;
	background: rgba(255, 255, 255,1);
	text-align: left;
}
.whatsub:before,
.whatsub:after {
	position: absolute;
	left:0;
	top: -1px;
	width: 100%;
	height: 1px;
	content: '';
	z-index: 1;
	background: #151416;

	opacity: 0.1;
}
.whatsub:after {
	top: auto;
	bottom: 0px;
}

.whatsub ul {
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
	position: relative;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 1rem 1rem;
	text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.whatsub ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0em 1em;
	border-right: 1px solid #eee;

}
.whatsub ul li:last-child {
	border:0 ;
}
.whatsub ul li a {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	display: block;
	padding: 10px 15px 10px 15px;

	color: rgba(24, 24, 24, 0.6);
}
.whatsub ul li a:hover {
	color: #1d8af0;
}



.whatsub ul li a:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #151416 transparent transparent transparent;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}
.whatsub ul li a:hover:after,
.whatsub ul li.item-breadcrumb a:after {
	 opacity: 1;
}

.whatsub ul li a.is-active {
	color: #1d8af0;
}


	@media  (max-width: 1130px) {
		.whatsub ul {
			padding: 1rem 4rem 1rem 1rem;
		}
		.whatsub:after {
			display: block;
		}
		.whatsub ul li {
			padding: 0 10px;
		}
		.whatsub ul li a {
			font-family: 'Fractul', sans-serif;
			position: relative;
			font-weight: 700;
			font-size: 16px;
			padding: 10px 10px 10px 10px;
		}
	}
	@media  (max-width: 767px) {
		.whatsub {
			display:none;
		}
	}

/*
---------------------------
TEXT BLOCK
---------------------------
*/

#content {
	padding-left: 20px;
	padding-right: 20px;
}

.textblock {
	padding: 1rem 0px 2rem;
}
.textblock-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 0.86rem;
	color: #777;
	padding-left: 2px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.textblock-title {
	line-height: 1.2;
	margin-bottom: 15px;
}
.textblock-title.title-small {
	font-size: 1.3rem;
}
.textblock-title.title-medium {
	font-size: 2rem;
}
.textblock-title.title-large {
	font-size: 3rem;
}

.textblock-subtitle {
	font-size: 1.2rem;
}
.textblock-meta {
	display: block;
	padding-top: 1rem;
}
.textblock-meta p{
	font-size: 0.86rem;
}
.textblock-lead {
	padding-top: 10px;
}
.textblock-lead p {
	font-size: 1.4rem;
	font-weight: 300;
}

/* Files */
.textblock-files ul li a {
	padding: 0.4rem 0;

}
.textblock-files ul li a i {
	color: rgba(0, 0, 0, 0.5);
	margin-right: 0.3rem;
}
.textblock-files ul li a .file-name {

}


/* Accordion */
.textblock-accordion .accordion-title {
	font-size: 1rem;
	font-weight: 700;
	color: #151416;
}
.textblock-accordion .is-active .accordion-title {
	color: #00a19a;
}
.textblock-accordion .accordion-title:hover {
	background-color: rgba(0, 0, 0, 0.04);
}
.accordion-content .textblock-lead p {
	font-size: 1rem;
	font-weight: 700;
}

/*
---------------------------
TEXT BLOCK IMAGES
---------------------------
*/


/* Foto Overzicht
------------------------------- */
.photo .caption {
	font-size: 0.8rem;
	line-height: 1.1;
	color: #888 !important;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	padding-top: 0px;
}

.photo {
	display: inline-block;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 50%;
}
.box-wrapper.case .photo {
	border-bottom: 0px solid #d90024;
}
.photo.left {
	float: left;
	margin-right: 30px;
}
.photo.right {
	float: right;
	margin-left: 50px;
}
/* Round */
.photo a.round {
	border-radius: 100%;
	overflow: hidden;
}
.photo img {
	border-radius: 0px;
}

/* Sizes */
.photo-25 {
	width: 25%;
}
.photo-33 {
	width: 31.5%;
}
.photo-50 {
	width: 50%;
}
.photo-75 {
	width: 75%;
}
.photo-100 {
	width: 100%;
	margin-left: 0 !important;
}

	@media (max-width: 500px) {
		.photo {
			width: 33%;
		}
	}

.photo a {
	overflow: hidden;
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.photo a img {
	border-radius: 0px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
  	z-index: 7;
}

.photo a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
}
.photo a:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}


	@media (max-width: 970px) {
		.photo a:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}


.photo a.round:after {
		border-radius: 100%;
}
.photo a:hover:after {
	opacity: 1;
}
.photo a.item-more:after {
	background: rgba(0, 163, 230, 0.9);
}
.photo.right {
	float: right;
	margin: 10px 0px 20px 40px;
}
.photo-wide {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}
.photo-wide img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
}
.photo-slides {
	/* box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
.photo-slides a.gallery-item {
	margin-bottom: 0em;
}

.gallery {
	padding-top: 30px;
}

.gallery .gallery-item {

}
.photo-gallery {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;

}

.photo-gallery .play {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80px;
	height: 80px;
	z-index: 88;
	display: inline-block;
	margin: auto;
	background: #1d8af0;
	border: 8px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.342);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.photo-gallery .play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 26px;
	color: #fff
}
.photo-gallery a:hover .play {
	border-color: rgba(255, 255, 255, 0.616)
}

.float-right .photo-gallery:before {
	left: auto;
	right: -100px
}
.large-6 .photo-gallery {
	margin-top:0;
}

.photo-gallery.with-padding {
	margin: 0;
	padding: 2rem 3rem;
}

	@media (max-width: 1024px) {
		.photo-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 970px) {
		.large-6 .photo-gallery:before,
		.large-6 .photo-gallery:after {
		  display: none;
		}
	}
	@media (max-width: 640px) {
		.large-6 .photo-gallery {
			margin-top:20px;
		}
	}

.photo-gallery img {
	border-radius: 5px;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
	max-width: 100%;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4); */
}
.photo-gallery a,
a.gallery-item {
	border-radius: 0;
	display: block;
	position: relative;
	margin-bottom: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.medium-up-2 .photo-gallery a,
.medium-up-2 a.gallery-item,
.medium-up-3 .photo-gallery a,
.medium-up-3 a.gallery-item {
	margin-bottom: 30px;
}


.photo-slides .slick-list {

}

.photo-gallery a img,
.photo-slides img  {
	margin-bottom: 0px;
}

/* Round */
.photo-gallery a.round {
	border-radius: 100%;
	overflow: hidden;
}

/* Objects */
.object-detail .photo-gallery {
	margin: 0;
}

/* Gallery Bar */
.gallery-slides .gallery-item {
	margin: 0;
}

.gallery-slides.gap-small {
	padding: 0 10px;
}
.gallery-slides.gap-small .gallery-item {
	margin: 20px 10px;
}

.gallery-slides.gap-medium {
	padding: 0 20px;
}
.gallery-slides.gap-medium .gallery-item {
	margin: 40px 20px;
}

.gallery-slides.gap-large {
	padding: 0 30px;
}
.gallery-slides.gap-large .gallery-item {
	margin: 60px 30px;
}

	@media (max-width: 970px) {
		.gallery-slides.gap-small {
			padding: 0 10px;
		}
		.gallery-slides.gap-small .gallery-item {
			margin: 20px 10px;
		}

		.gallery-slides.gap-medium {
			padding: 0 10px;
		}
		.gallery-slides.gap-medium .gallery-item {
			margin: 20px 10px;
		}

		.gallery-slides.gap-large {
			padding: 0 30px;
		}
		.gallery-slides.gap-large .gallery-item {
			margin: 60px 30px;
		}

	}
	@media (max-width: 640px) {
		.gallery-slides {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}
.gallery-slides .gallery-item:before {
	display: none;
}
.gallery-slides .gallery-item img {
	border-radius: 0 !important;
	margin: 0;
	opacity: 1;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-slides .gallery-item:hover img {
	opacity: 1;

}



/* SLIDES */

.slick-slide {
	outline: 0 !important;
}


/* Slick Arrows */
.slick-prev,
.slick-next {
	z-index: 99 !important;
}
.slick-prev {
	left:-15px;
	border-radius: 0px 0 0 0px;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
  	speak: none;
	font-style: normal;
	font-size: 24px;
	color: #151416;
}
.slick-prev:before {
	content: '\f053';
}
.slick-next {
	right: -15px;
	border-radius: 0px 0px 0px 0;
}
.slick-next:before {
	content: '\f054';
}

.slick-slider .slick-arrow {
	background-color: #fff;
	width: 50px;
	height: 50px;
	opacity: 1;
	border-radius: 1000px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.slick-slider .slick-arrow:hover {
	opacity: 1;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;

}
.slick-disabled {
	opacity: 0.0 !important;
}

/* Slick Dots */

.slick-slider .slick-dots {
	bottom: 15px;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.slick-slider:hover .slick-dots {
	opacity: 1;
}

.blocks-carousel .slick-dots {
	bottom: -20px;
}
.slick-dots li button {
	width: 10px;
	height: 11px;
	padding: 0px;
	margin: 0;
	border-radius: 0;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  font-size: 0.76rem;
  color: rgba(0, 0, 0, 0.6);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.slick-dots li.slick-active button:hover:before {
	opacity: .2;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a19a;
}

.photo-slides .slick-dots li button:before {
	color: rgba(255, 255, 255, 0.6);
}


/* Image More Link */

.image-more {
	position: relative;
}
.image-more:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	line-height: 48px;
	border-radius: 100px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	content: '\e93c';
	background: #00a19a;
	color: #fff;
	font-size: 1.1rem;
	z-index: 88;
	opacity: 0;
	transform: translateX(-50%) translateY(-60%);
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
}
	@media (max-width: 768px) {
		.image-more:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}

.image-more:hover:after {
	opacity: .8;
	transform: translateX(-50%) translateY(-50%);
}



/*
---------------------------
SUB NAVIGATION
---------------------------
*/

.mobile-subnav-button {
	display: none;
	padding-left:3rem;
	float: left;
	margin-left: 2rem;

}
.mobile-subnav-button i {
	top: 11px;
	left: 0.8rem;
	right: auto;
	color: #727272 !important;
}
#mobile-subs {
	display: none;
}

.subnav-title-wrapper {

	display: block;
	padding: 1rem 1rem;
}
.sidebar-subnav-title {
	font-size: 1.4rem;
	position: relative;
	margin: 0 0 10px;
	font-weight: 700;

}


.sidebar-subnav {
	position: relative;
	border-radius: 0;
	padding: 25px 20px;
	margin: 0rem 0 30px;
}

#mobile-subs .sidebar-subnav {
	border: 0;
	margin-bottom: 0;
}

.sidebar-subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.sidebar-subnav ul li {
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar-subnav ul li:last-child {
	border:0 !important;
}
.sidebar-subnav ul li a {
	padding-left: 0;
	color: #151416;
	font-weight: 700;
	display: block;
	padding: 12px 1em 12px 15px;
	font-size: 16px ;
	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sidebar-subnav ul li a:hover {
	color: #1d8af0;
}
.sidebar-subnav ul li a:before {
	position: absolute;
	left: 0px;
	top:15px;
	font-family: 'Font Awesome 5 Pro';
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	content: '\f054';
	font-size:0.76rem;
	margin-right: 0px;
	color: #1d8af0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 1;
}
.sidebar-subnav ul li a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  opacity: 1;
}
.sidebar-subnav ul li.item-breadcrumb a:before {
	opacity: 1;
}

.sidebar-subnav ul li.item-breadcrumb a {
	color: #1d8af0;
	font-weight: 700;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light).sidebar-subnav ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light).sidebar-subnav ul li a:hover {
	color: #fff !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light).sidebar-subnav ul li a:before {
	color: #fff !important;
}
.bg-primary.sidebar-subnav ul li a
.bg-secondary.sidebar-subnav ul li a,
.bg-color3.sidebar-subnav ul li a,
.bg-dark.sidebar-subnav ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
}
.bg-primary.sidebar-subnav ul li a:hover,
.bg-secondary.sidebar-subnav ul li a:hover,
.bg-color3.sidebar-subnav ul li a:hover,
.bg-dark.sidebar-subnav ul li a:hover {
	color: rgba(255, 255, 255,1) !important;
}
.bg-primary.sidebar-subnav ul li a:before,
.bg-secondary.sidebar-subnav ul li a:before,
.bg-color3.sidebar-subnav ul li a:before,
.bg-dark.sidebar-subnav ul li a:before {
	color: rgba(255, 255, 255, 1) !important;
}



.sidebar-subnav ul li.invisible {
	visibility: visible;
	display: block;
}

	@media  (max-width: 970px) {
		.sidebar-subnav ul li a:not(.button) {
			padding-left:0 !important;
			font-size: 1rem !important;
		}
		.sidebar-subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;
			content: '\e93c';
		}
	}
	@media  (max-width: 440px) {
		.sidebar-subnav ul li a{
			padding-left:0 !important;
			font-size: 0.86rem !important;
		}
		.sidebar-subnav ul li a:before {
			left: auto;
			top: 13px;
			right: 0rem;
			content: '\e93c';
		}
	}



/* Tweede niveau */

.sidebar-subnav ul li ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.sidebar-subnav ul li ul li {
	border: 0px solid #eeedec;
}

.sidebar-subnav ul li ul li > a {
  font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 15px !important;
	padding: 0.3em 0rem 0.3em 20px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.sidebar-subnav ul li ul li > a:hover {
	color: rgba(255, 255, 255, 1) !important;
	background: none !important;
}

.sidebar-subnav ul li ul li a:before {
	display:none;
}
.sidebar-subnav ul li ul li > a:not(.button):hover:before {
	color: #fff !important;
}

.sidebar-subnav ul li ul li.item-breadcrumb > a,
.sidebar-subnav ul li ul li.item-breadcrumb > a:hover {
	background: none !important;
	color: rgba(255, 255, 255, 1) !important;
}
.sidebar-subnav ul li ul li.item-leaf > a {
	font-weight: 700 !important;

}

/* Derde niveau */

.sidebar-subnav ul li ul ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.sidebar-subnav ul li ul ul li {
	border: 0px solid #eeedec;
}

.sidebar-subnav ul li ul ul li > a:not(.button) {
    font-weight: 400 !important;
	color: rgba(78, 78, 81, 1) !important;
	font-size: 14px !important;
	padding: 0.3em 0rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.sidebar-subnav ul li ul ul li > a:hover {
	background: none !important;
	color: #22257a !important;
}

.sidebar-subnav ul li ul li > a:hover {
	background: none !important;
	color: #22257a !important;
}

.sidebar-subnav ul li ul ul li a:before {
	top: 5px;
	color: rgba(78, 78, 81, 1) !important;
}
.sidebar-subnav ul li ul ul li.item-breadcrumb > a, .sidebar-subnav ul li ul li.item-breadcrumb > a:hover {
	background: none !important;
	color: #22257a !important;
}



/* CONTENT
--------------------- */
.large-9 #content {
	padding-left: 20px;
	padding-right: 40px;
}
.textblock {
	padding: 5px 0px 30px;
}
.textblock.first {
	padding-top: 12px;
}
.textblock.first.with-intro {
	padding-top: 0px;
}
@media (max-width: 640px) {
	.large-9 #content {
		padding-left: 0px;
	}
}
.modal .textblock {
	width: 92%;
	max-width: 970px;
	margin: auto;
	padding: 30px 0px 30px;
}

.textblock-title-wrap {
	display: block;
}
.large-12 .textblock-title-wrap {
	padding-left:25px
}

.textblock-intro {
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #1d8af0;
	padding-left: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.textblock-title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-bottom: 2px;
}


.textblock-title.title-small {
	font-size: 1.3rem;
}
.textblock-title.title-medium {
	font-size: 1.8rem;
}
.textblock-title.title-large {
	font-size: 2rem;
	margin-bottom: 10px;
}


.textblock-subtitle {
	font-size: 1.6rem;
}
.textblock-meta {
	display: block;
	padding-top: 0rem;
}
.textblock-meta p{
	font-size: 0.86rem;
}
.textblock-lead {
	padding-top: 0px;
}
.textblock-lead p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
}
.textblock-content P {
	font-size: 1rem;
	line-height: 1.7;
}


	@media (max-width: 1023px) {
		.large-9 #content {
			padding-left: 0px;
		}
		.textblock-title.title-small {
			font-size: 1.115rem;
		}
		.textblock-title.title-medium {
			font-size: 1.4rem;
			line-height: 1.3;
		}
		.textblock-title.title-large {
			font-size: 1.8rem;
			line-height: 1.3;
		}
		.textblock-subtitle {
			font-size: 1.2rem;
		}
	}
	@media (max-width: 767px) {
		.large-9 #content {
			padding-left: 5px;
			padding-right: 5px;
		}
		.textblock-title.title-small {
			font-size: 1rem;
		}
		.textblock-title.title-medium {
			font-size: 1.2rem;
			line-height: 1.3;
		}
		.textblock-title.title-large {
			font-size: 1.4rem;
			line-height: 1.3;
		}
		.textblock-subtitle {
			font-size: 1.2rem;
		}
	}

/* Files */
.textblock-files {
	display: flex;
	border-radius: 5px;
	/* background: rgba(0, 33, 100, 0.06); */
	padding: 0px 0px;
	margin-bottom: 20px;
}
.textblock-files ul {
	margin: 0px;
}
.textblock-files ul li {
	font-size: 1rem;
}
.textblock-files ul.column-2 {
	column-count: 2;
}
.textblock-files ul.column-2 li {
	padding-right: 1rem;
}
.textblock-files ul li a {
	display: inline-block;
	padding: 0.25rem 10px;
	padding-left: 20px;
	margin-bottom: 0px;
	position: relative;
	color: #1d8af0;
/* 	border: 1px solid rgba(0, 33, 100, 0.12) */

}
.textblock-files ul li a span {
	/* display: inline-block; */
}
.textblock-files ul li a:hover {

}
.textblock-files ul li a .textblock-file-icon {
	position: absolute;
	top:1px;
	left:0;
	display: block;
	width:15px;
	height: 30px;
	line-height: 1;
	font-size: 1rem;
	text-align: center;
	border-radius: 5px;
/* 	transform: rotate(-45deg) */
}

.textblock-file-icon i {
	position: absolute;
	top:50% !important;
	left:50% !important;
	transform: translate(-50%, -50%);
	color: #151416;
	background: transparent !important
}
.textblock-file-icon.doc i,
.textblock-file-icon.docx i{
	color: #083582;
}
.textblock-file-icon.pdf i{
	color: #e14045;
}
.textblock-file-icon.xls i,
.textblock-file-icon.xlsx i{
	color: #6ab173;
}
.textblock-file-icon.zip i{
	color: #ddaa0f;
}
.textblock-files ul li a .file-name {
	font-weight: 700;
}
.textblock-files ul li a:hover {
	color: #109487;
}


/* Accordion */
.textblock-accordion {
	margin-top: 30px;
}
.textblock-accordion .accordion-title {
	font-size: 1rem;
	font-weight: 700;
	color: #151416;

	padding-left: 40px;

}
.textblock-accordion .accordion-title:hover {

	background-color: rgba(0, 33, 100, 0.06) !important;
}

.textblock-accordion .is-active .accordion-title {
	color: #1d8af0;
	background-color: rgba(0, 33, 100, 0.06) !important;

}
.textblock-accordion .accordion-item:first-child > :first-child {
	border-radius: 5px 5px 0 0;
}
.textblock-accordion :last-child:not(.is-active) > .accordion-title {
	border-radius: 0 0 5px 5px;
}
.textblock-accordion .accordion-title::before {
	position: absolute;
	top: 50%;
	right: auto;
	left: 20px;
	margin-top: -8px;
	font-family: 'Font Awesome 5 Pro';
 	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	content: '\f054';
	color: #1d8af0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;


}
.textblock-accordion .is-active .accordion-title::before {
	position: absolute;
	top: 50%;
	right: auto;
	left: 20px;
	margin-top: -8px;
	transform: rotate(90deg);
	content: '\f054';
}


.textblock-accordion .accordion-title:hover {
	background-color: rgba(0, 33, 100, 0.08);
}
.textblock-accordion .accordion-content {
	padding:20px;
	color:#424152;
	/* border:0;
	border-bottom: 1px solid rgba(0, 33, 100, 0.18) */
}
.textblock-accordion .is-active:last-child .accordion-content {
	border-radius: 0 0 5px 5px !important
}

.accordion-content .textblock-lead p {
	font-size: 1rem;
	font-weight: 700;
}

.responsive-embed {
	/* border-radius: 5px; */
}

/*
---------------------------
TEXT BLOCK IMAGES
---------------------------
*/

.textblock-image {
	display: inline-block;
	margin: 20px 0 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 50%;
}

.textblock-image.float-left {
	margin-top: 10px;
	margin-right: 30px;
}
.textblock-image.float-right {
	margin-top: 10px;
	margin-left: 50px;
}
/* Round */
.textblock-image a.round {
	border-radius: 100%;
	overflow: hidden;
}
.textblock-image img {
	border-radius: 0px;
}

/* Sizes */
.textblock-image.image-size-25 {
	width: 25%;
}
.textblock-image.image-size-33 {
	width: calc(33.33333% - 25px);
}
.textblock-image.image-size-50 {
	width: 50%;
}
.textblock-image.image-size-75 {
	width: 75%;
}
.image-size-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}
@media (max-width: 640px) {
	.textblock-image.image-size-25 {
		width: 100%;
	}
	.textblock-image.image-size-33 {
		width: 100%;
	}
	.textblock-image.image-size-50 {
		width: 100%;
	}
	.textblock-image.image-size-75 {
		width: 100%;
	}
}

.textblock-image .textblock-caption {
	font-size: 12px;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.5) !important;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	padding-top: 5px;
}


.textblock-image a {
	overflow: hidden;
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.textblock-image a:hover {

}

.textblock-image a img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
	max-width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 7;
}


.textblock-image a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
/*
	opacity: .8;
  	filter: alpha(opacity=80);
*/
}
.textblock-image a:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}

.textblock-image a.round:after {
		border-radius: 100%;
}
.textblock-image a:hover:after {
	opacity: 1;
}



.textblock-image a.item-more:after {
	background: rgba(0, 163, 230, 0.9);
}

.textblock-image.right {
	float: right;
	margin: 10px 0px 20px 40px;
}

.textblock-image-wide {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}

.textblock-image-wide img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.textblock-image-gallery {
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
}
.textblock-image-gallery.with-padding {
	margin: 0;
	padding: 2rem 3rem;
}

	@media (max-width: 1024px) {
		.textblock-image-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 768px) {
		.textblock-image-gallery.with-padding {
			padding: 2rem 0rem;
		}
	}

.textblock-image-gallery img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  max-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.textblock-image-gallery a {
	overflow: hidden;
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.textblock-image-gallery a.radius {
	border-radius: 5px;
}
.textblock-image-gallery img.radius {
	border-radius: 5px;
}


/* Round */
.textblock-image-gallery a.round {
	border-radius: 100%;
	overflow: hidden;
}

/* Hover item */
.gallery-item {
	display: block;
	position: relative;
}


.gallery-item:after {
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	background: #1d8af0;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
 	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
	content: "\f002";
	z-index: 88;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}
.gallery-item:hover:after {
	opacity: 1;
	visibility: visible;
	/* transform: translate(0, 0); */
}

.gallery-item:before {
	position: absolute;
	top:0;
	lefT: 0;
	right: 0;
	bottom:0;
	background: #151416;
	opacity: 0;
	border-radius: 5px;
	content: '';
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}
.gallery-item:hover:before {
	opacity: 0.21;
}

.image-slides-count-2 .gallery-item:before,
.image-slides-count-3 .gallery-item:before {
	border-radius: 0px;
}

.button.gallery-item:before,
.button.gallery-item:after {
	display: none;
}
.gallery-item.no-hover:before,
.gallery-item.no-hover:after {
	display: none;
}


.collapse.textblock-image-gallery a,
.collapse.textblock-image-gallery a.gallery-item,
.collapse.textblock-image-gallery img {
	border-radius: 0 !important;
	margin-bottom: 0px;
}
.collapse.textblock-image-gallery {
	margin-top: 0;
}



/* Textblock Video */
.video-container iframe{
	border-radius: 10px !important;
}


/* Quotyy */
.textblock blockquote {

	max-width: 100%;
	padding-bottom: 0px;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 0rem;
	margin-bottom: 30px;
	position: relative;

	font-style: none;
	margin: 0em 0 1.25rem;
	text-align: left;
	margin-top: 30px;
	padding: 0em 3rem 0 1rem;
	border-right: 0px solid #ddd;
	border-left: 6px solid #1d8af0;
}

.textblock blockquote p {
	line-height: 1.7;
	font-size: 1.125em;
	color: rgba(0, 33, 100, 0.8);
	font-weight: 700;

}
.textblock blockquote p cite {
	font-size: 0.76rem;
	color: rgba(4,  20,  47, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;

}

/* Haakjes */

.textblock .with_quotes blockquote {

	max-width: 80%;
	border:0;
	padding: 0rem 0rem 0rem 4rem;
}
.textblock .with_quotes blockquote p {
	line-height: 1.3;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	position: relative;
	color: rgba(0, 33, 100, 0.8);
}
.textblock .with_quotes blockquote p:first-child:before,
.textblock .with_quotes blockquote p:first-child:after {
	position: absolute;
	top: -10px;
	left: -40px;
	content: '\f10d';
	font-family: 'Font Awesome 5 Pro';
 	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 26px;
	opacity: 1;
	letter-spacing: -10px;
	color: #1d8af0;
}
.textblock .with_quotes blockquote p:first-child:after {
	position: relative;
	top: auto;
	left: auto;
	bottom:0;
	right:0;
	content: '\f10e';
	font-size: 22px;
	margin-left: 20px;
	top: 10px;
}
.textblock blockquote p:before,
.textblock blockquote p:after {
	display: none
}

/* Haakjes (volle breedte) */

.textblock .with_quotes_wide blockquote {
	float: right;
	max-width: 100%;
	border:0;
	padding: 0rem 2rem 3rem 5rem
}
.textblock .with_quotes_wide blockquote p {
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 900;
	font-style: normal;
}
.textblock .with_quotes_wide blockquote:before {
	position: absolute;
	top: -55px;
	left: 25px;
	content: '‘‘';
	font-family: 'Baskerville', 'Baskerville Old Face','Hoefler Text','Garamond','Times New Roman',serif;
	font-weight: 400;
	font-size: 7rem;
	opacity: 1;
	letter-spacing: -10px;
	color: #fd6f00;
}

/* Listing */
.textblock-content ul,
.textblock-listing ul {
	position: relative;

	list-style-type: none;
	margin-bottom: 20px;

}
.textblock-content ul li,
.textblock-listing ul li {
	font-size: 1rem;
	position: relative;
	padding: 0rem 0 0rem 0rem;
	line-height: 1.7;
}
.textblock-content ul li:before {
	position: absolute;
	top: 10px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background: #1d8af0;
	content:'';
}
.textblock-listing ul li a:hover {

}

.textblock-content ul li i,
.textblock-content ul li img,
.textblock-listing ul li i,
.textblock-listing ul li img {
	position: absolute;
	top: 8px;
	left: -18px;
	background: #fff;
	font-size: 14px;
	color: #002556;
}
.textblock-listing ul li i.fa-file-download {
	color: rgba(4,  20,  47, 0.4);
}
.textblock-content ul li i.fa-check,
.textblock-listing ul li i.fa-check {
	font-size: 14px;
	color: #1d8af0;
	top: 8px;
	left: -21px;
	background: #fff;
}
.textblock-content ul li img,
.textblock-listing ul li img {
	top: 13px;
	left: 0px;
}




/* Subblokken */
.textblock-sub {
	padding: 0px 0;
	position: relative;
	margin-bottom: 20px;
	min-height: 100px;
	border-radius: 5px;
	padding: 0rem 0rem 0rem;
	border: 0px solid rgba(4, 20, 47, 0.14);
}

.textblock-sub-image {
	overflow: hidden;
	position: relative;
	display: block;

	min-height: 30px;
}
.textblock-sub-image a {
	display: block;
}
.textblock-sub-image img {
	border-radius: 0px;
}
.textblock-sub-image.round {

	width: 120px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

.textblock-sub-image-extra {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 1rem;
	color: #fff;
	font-weight: 700;
	z-index: 1;
}
.textblock-sub-image-extra:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	content: '';
	opacity: 0.7;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	z-index: -1;
}
.textblock-sub-image-extra i {
	position: relative;
	top: 6px;
	font-size:1.6rem;
	margin-right: 5px;
}

a.textblock-sub-image,
.textblock-sub-image img {
	position: relative;
	transition: all 0.2s ease-in-out;

}
.textblock-sub-image:hover img,
.textblock-sub-image a:hover img {
	opacity: 0.9;
}

.textblock-sub-section {
	position: relative;
	display: block;
	padding: 1rem 1rem 1rem 1rem;
	z-index: 1;
}
.textblock-sub .textblock-sub-section {

	padding: 1rem 1rem 1rem 0rem;

}

.textblock-sub-section .textblock-sub-title {
	font-size: 1.2rem;
	line-height: 1.2;
}


.textblock-sub-section .textblock-sub-title a{
	color: #151416;
	position: relative;
}
.textblock-sub-section .textblock-sub-title a:hover {
	color: #1d8af0;
}
.textblock-sub-section p {
	font-size: 0.96rem;
}



/* Author Introduction */
.textblock-author {
	margin-top: 0rem;
	padding-right: 0;
}
.textblock-author .author-box {
	padding: 1.5rem 1rem;

	position: relative;
	min-height: 180px;
	margin-bottom: 0rem;

}
.textblock-author .author-box:before {
	position: absolute;
	top: 0;
	left:-1rem;
	width: calc(100% + 1rem);
	height: 100%;
	content:'';
	background: #083582;
	border-radius: 10px;
	border-bottom: 3px solid rgba(4, 20, 47, 0.6);
	z-index: -1;
}

.textblock-author .author-image {
	position: absolute;
	top: -10px;
	overflow: hidden;
	border-radius: 5px;
}
.textblock-author .author-box .textblock-title {
	color: rgba(255, 255, 255, 1) !important;
}

.textblock-author .author-box .textblock-lead {
	padding-left: 1rem;
	position: relative;
}
.textblock-author .author-box .textblock-lead:before {
	position: absolute;
	top: 5px;
	left: 0px;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;


	background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4IiB2aWV3Qm94PSIwIDAgOTc1LjAzNiA5NzUuMDM2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NzUuMDM2IDk3NS4wMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNOTI1LjAzNiw1Ny4xOTdoLTMwNGMtMjcuNiwwLTUwLDIyLjQtNTAsNTB2MzA0YzAsMjcuNjAxLDIyLjQsNTAsNTAsNTBoMTQ1LjVjLTEuOSw3OS42MDEtMjAuNCwxNDMuMy01NS40LDE5MS4yICAgYy0yNy42LDM3LjgtNjkuMzk5LDY5LjEtMTI1LjMsOTMuOGMtMjUuNywxMS4zLTM2LjgsNDEuNy0yNC44LDY3LjEwMWwzNiw3NmMxMS42LDI0LjM5OSw0MC4zLDM1LjEsNjUuMSwyNC4zOTkgICBjNjYuMi0yOC42LDEyMi4xMDEtNjQuOCwxNjcuNy0xMDguOGM1NS42MDEtNTMuNyw5My43LTExNC4zLDExNC4zLTE4MS45YzIwLjYwMS02Ny42LDMwLjktMTU5LjgsMzAuOS0yNzYuOHYtMjM5ICAgQzk3NS4wMzYsNzkuNTk4LDk1Mi42MzUsNTcuMTk3LDkyNS4wMzYsNTcuMTk3eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTEwNi4wMzYsOTEzLjQ5N2M2NS40LTI4LjUsMTIxLTY0LjY5OSwxNjYuOS0xMDguNmM1Ni4xLTUzLjcsOTQuNC0xMTQuMSwxMTUtMTgxLjJjMjAuNi02Ny4xLDMwLjg5OS0xNTkuNiwzMC44OTktMjc3LjUgICB2LTIzOWMwLTI3LjYtMjIuMzk5LTUwLTUwLTUwaC0zMDRjLTI3LjYsMC01MCwyMi40LTUwLDUwdjMwNGMwLDI3LjYwMSwyMi40LDUwLDUwLDUwaDE0NS41Yy0xLjksNzkuNjAxLTIwLjQsMTQzLjMtNTUuNCwxOTEuMiAgIGMtMjcuNiwzNy44LTY5LjQsNjkuMS0xMjUuMyw5My44Yy0yNS43LDExLjMtMzYuOCw0MS43LTI0LjgsNjcuMTAxbDM1LjksNzUuOEM1Mi4zMzYsOTEzLjQ5Nyw4MS4yMzYsOTI0LjI5OCwxMDYuMDM2LDkxMy40OTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
	width: 36px;
	height: 36px;
	opacity: 0.1;
}

.textblock-author .author-box .textblock-lead p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.6) !important;

}

/* Social */


.author-social {
	position: absolute;
	right:1rem;
	bottom:10px;
	display: block;
	text-align: right;
}
.author-social ul {
	display: inline-block;
	margin:0;
	text-align: right;
}
.author-social ul li {
	padding:0;
	display: inline-block;
}
.author-social ul li a {
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 42px;
	text-align: center;
	font-size: 1.4rem;
	padding: 0.2rem 0rem;
	display: inline-block;
	color: #fff;
	background: #fd6f00;
	border-radius: 100px;
	margin-right: 5px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);

}
.author-social ul li a:hover {
	color: #fff;
}
.author-social ul li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.author-social ul li a:hover i {
	color: #083582;
}

	@media (max-width: 640px) {
		.textblock-author {
			padding-right: 1.5rem !important;
		}
		.textblock-author .author-box:before {
			position: absolute;
			top: 0;
			left:0rem;
			width: 100%;
			height: 100%;
			content:'';
			background: #022249;
			border-radius: 5px;
			border-bottom: 6px solid #094fa3;
			z-index: -1;
		}
		.textblock-author .author-box .textblock-lead p {
			font-size: 1.1rem;
			padding-right: 1rem;
		}
		.textblock-author .padding-right-huge {
			padding-top: 2rem;
			padding-right: 2rem !important;
		}
		.textblock-author .author-image {
			position: absolute;
			bottom:6px;
			right: 0;
			overflow: hidden;
		}
		.textblock-author .author-image img {
			position: relative;
			left: 100px;
		}
		.author-social .title {
			bottom: -40px;
			right: 10px;
			font-size: 1.4rem;
			line-height: 1;
			color: #000;
			transform: rotate(-9deg);
		}
		.author-social .title:after {
			position: absolute;
			top: 0px;
			right:-65px;
			width: 100px;
			height: 50px;
			content: '';
			opacity: 0.6;
			background:  url('/addthemes/hitma/images/arrow-draw-primary2_1.svg') no-repeat center center;
			background-size: contain;
			transform: rotate(40deg);
			z-index: 1;
		}

	}
	@media (max-width: 400px) {
		.textblock-author .author-box .textblock-lead p {
			font-size: 1rem;
			padding-right: 1rem;
		}
	}
	@media (max-width: 340px) {
		.textblock-author .author-image img {
			position: relative;
			left: 120px;
			max-width: 90%;
		}
	}


/* Contact options */
.textblock .contact-list {
	padding-top: 1rem;
}
.textblock .contact-list ul {
	list-style: none;
	margin:0;
	margin-bottom: 1rem;
}
.textblock .contact-list li {
	font-size: 18px;
	padding: 0.3rem 0
}
.textblock .contact-list li a,
.textblock .contact-list li button {
	line-height: 1;
	color: #083582;
	font-weight: 700;
	cursor: pointer;
}
.textblock .contact-list i {
	position: relative;
	top:1px;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #fd6f00;
	border-radius: 100px;
	color: #fff;
	margin-right: 5px;
}
.textblock .contact-list .underline {
	display: inline-block;
	border-bottom: 2px solid rgba(253, 111, 0, 1);
}
.textblock .contact-list li a:hover .underline {
	display: inline-block;
	border-color: #fd6f00;
}

/* Social */

.contact-social .title {
	display: block;
	line-height: 46px;
	margin:1rem 0 0
}
.contact-social {
	position: relative;
	display: block;
}
.contact-social ul {
	display: inline-block;
	margin:0;
	text-align: left;
}
.contact-social ul li {
	padding:0;
	display: inline-block;
}
.contact-social ul li a {
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 42px;
	text-align: center;
	font-size: 1.4rem;
	padding: 0.2rem 0rem;
	display: inline-block;
	color: #fff;
	background: #083582;
	border-radius: 100px;
	margin-right: 5px;

}
.contact-social ul li a:hover {
	background: #083582;
}
.contact-social ul li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

/* Social Buttons */
.social-buttons {

	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 0px;
}
.social-buttons .social-title {
	font-size: 1rem;
	font-weight: 700;
	margin-right:10px;
}
.social-buttons .button{
	margin: 0px 5px 0 0;
}

.social-buttons .button {
	width: 32px;
	height: 32px;
	border-radius: 30px;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.social-buttons .button:before {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.social-buttons .button i {
	font-size: 0.86rem;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

/* Share Buttons */
.share-buttons {
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 5px;
}
.share-buttons .share-title {
	font-size: 1rem;
	font-weight: 700;
	margin-right:10px;
}
.share-buttons .button{
	margin: 0px 5px 0 0;
}

.share-buttons .button {
	width: 32px;
	height: 32px;
	border-radius: 30px;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.share-buttons .button:before {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.share-buttons .button i {
	font-size: 0.86rem;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}





/*
---------------------------
FLOATING ARROW ANIMATIONS
---------------------------
*/

.floating-arrow-wrapper {
	display: none;

	position: relative;
	z-index: 996 !important;
	height: 0px;
}

.going-down {

    position: absolute;
    bottom:20px;
	left: 20px;

	margin-left: 0px;
    height: 80px;
    width: 80px;
    background: transparent;
    text-align: center;
    z-index: 996 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 0px;
    outline: 0;
    font-size: 2.4rem;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.going-down i {
    color: #ffffff;
    position: absolute;
    top:10px;
    left:20px;
    text-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 970px) {

}

@media (max-width: 600px) {

		.going-down {
			display: none;
			bottom:10px;
			height: 50px;
			width: 60px;
		}
		.going-down i {

		}
}


.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }

    65% {
        -webkit-transform: translate(0%, 15px);
        transform: translate(0%, 15px)
    }

    to {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }

    65% {
        -webkit-transform: translate(0%, 15px);
        transform: translate(0%, 15px)
    }

    to {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}


