/* CONTENT
--------------------- */

.svgbox {
	display: flex;
	align-items: center;
	justify-content: center;
}
.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: #FF4539;
	padding-left: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.textblock-title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-bottom: 2px;
	/* display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column; */
}


.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-title.title-large.c-tertiary {
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-fill-color: transparent !important;

	background: rgb(0,138,255);
	background: linear-gradient(270deg, rgba(0,138,255,1) 0%, rgba(0,33,100,1) 85%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.textblock-title.title-large.c-tertiary {
		-webkit-background-clip: padding-box !important;
		background-clip: padding-box !important;
		-webkit-text-fill-color: unset !important;
		text-fill-color: unset !important;
		background: transparent;
		color:#002164 !important;
	}
}

.textblock-subtitle {
	font-size: 1.6rem;
}
.textblock-meta {
	display: block;
	padding-top: 0rem;
}
.textblock-meta p{
	font-size: 1rem;
}
.textblock-lead {
	padding-top: 0px;
}
.textblock-lead p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 10px;
}

.textblock-content P {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 10px;
}


	@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: #008aff;
/* 	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: #002164;
	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 i {

}


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

	padding-left: 40px;

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

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

.textblock-accordion .is-active .accordion-title {
	color: #008aff;
	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: #ff2437;
	-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:rgba(0, 33, 100, 0.8);
	/* 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.left {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}
.textblock-image.right {
	float: right;
	margin-top: 10px;
	margin-left: 50px;
}
/* Round */
.textblock-image a.round {
	border-radius: 100%;
	overflow: hidden;
}
.textblock-image img {
	max-width: 100%;
	border-radius: 5px;
}

/* Sizes */
.photo-25 {
	width: 25%;
}
.photo-33 {
	width: calc(33.33333% - 25px);
}
.photo-50 {
	width: 50%;
}
.photo-75 {
	width: 75%;
}
.photo-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}
@media (max-width: 640px) {
	.photo-33 {
		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;
}
/*
[class*=' medium-up-'] .gallery-item {
	margin-bottom: 40px;
}
*/

.gallery-item {
	overflow: hidden;
	border-radius: 5px;
}
.image-slides-count-2 .gallery-item,
.image-slides-count-3 .gallery-item {
	overflow: hidden;
	border-radius: 0px;
}
.detail-slides .swiper-slide {

}
.gallery-item {
	display: flex;
	align-items: center;
}

.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: rgba(0, 136, 255, 0.8);
	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: #002164;
	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;
}

/* SLIDES */

.image-slides-container {
	margin-top: 30px;
	/* box-shadow: 0 10px 25px 5px rgba(0, 33, 100, 0.2); */
	border-radius: 5px;
}

.content-section .image-slides-container,
.detail-slides.image-slides-container {
	margin-top: 0px;
}
.image-slides-count-1 .swiper-slide {
	width: 100%;
}
.image-slides-count-2 .swiper-slide {
	width: 50%;
}
.image-slides-count-3 .swiper-slide {
	width: 33.34%;
}
.image-slides-count-4 .swiper-slide {
	width: 25%;
}

.image-slides-pagination {
	width: 100% !important;
	bottom: 0 !important;

	padding: 10px 10px;

}
.image-slides-container .textblock-caption {
	position: absolute;
	bottom:30px;
	left:0;
	color: #fff;
	background: rgba(0, 33, 100, 0.801);
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 0px 5px 5px 0;
}


/* 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: icomoon;
	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%);
}

/* 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 #ff2437;
}

.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: #ff2437;
}
.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: #008aff;
	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: #008aff;
}
.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: #2cc26f;
	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: 5px;
}
.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='#2c303800', endColorstr='#2c3038',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: #002164;
	position: relative;
}
.textblock-sub-section .textblock-sub-title a:hover {
	color: #008aff;
}
.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;

}




/* 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%);
}




/* Form */

.textblock form {
	padding-top: 20px;
}
