/**
 * Crossmediahouse - Wordpress theme
 *
 * @authors   Niek Heerink <crossmediahouse.nl>
 * @version   1.0
 * @generated 2020-24-07
 * @copyright (c) 2020 Crossmediahouse
 * @license   All Rights Reserved
 */

 /* Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

/* Globals
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
	line-height: 1;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

iframe {
	max-width: 100%;
	border: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:before, a:after, button, input[type="submit"] {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input[type="submit"], button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Container
   ========================================================================== */

.container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1480px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Row
   ========================================================================== */

.row {
	display: flex;
	justify-content: space-between;
}

/* Alignments
   ========================================================================== */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
	clear: both;
}

.text-center {
	text-align: center;
}

/* Spacers
   ========================================================================== */

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}	

.pb-200 {
	padding-bottom: 200px;
}

/* Headings
   ========================================================================== */

h1 {
	font-size: 2.1875rem;
	line-height: 2.8875rem;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.75rem;
	line-height: 2.45rem;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.375rem;
	line-height: 2.25rem;
	margin-bottom: 20px;
}

/* Buttons
   ========================================================================== */

.btn {
	padding: 15px 30px;
	border-radius: 5px !important;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	border: none;
}

.btn--orange {
	background: #F36C20;
}

.btn--orange:hover {
	background: #ff8642 !important;
}

.btn--blue {
	background: #003399;
}

.btn--blue:hover {
	background: #1249b8 !important;
}

/* Default content
   ========================================================================== */

.regular-content {
	font-size: 1.05rem;
	line-height: 1.705rem;
}

.regular-content p,
.regular-content ul,
.regular-content ol {
	margin-bottom: 25px;
}

.regular-content ul,
.regular-content ol {
	margin-left: 20px;
}

.regular-content ul li {
	list-style-type: none;
}

.regular-content ul li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-radius: 100%;
	background: #f36c20;
}

.regular-content a {
	color: #f36c20;
	text-decoration: none;
}

.regular-content a:hover {
	text-decoration: underline;
}

/* Main
   ========================================================================== */

#main {
	margin-top: 160.75px;
}

/* Update
   ========================================================================== */

.content-update {
	background: #4066b3;
	color: #FFF;
	height: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.content-update.active {
	padding: 15px 0;
	height: auto;
	overflow: visible;
}

.note-inactive .content-update {
	height: 0;
	padding: 0;
	overflow: hidden;
}

.content-update a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}

.content-update a:hover {
	text-decoration: underline;
}

.content-update .close-update {
	position: absolute;
	right: 15px;
	top: -6px;
	color: #FF0000;
	font-weight: 900;
	font-size: 1.625rem;
	text-decoration: none !important;
}

/* Header
   ========================================================================== */

#header {
	position: fixed;
	z-index: 9999999;
	left: 0;
	top: 0;
	width: 100%;
}

.scrolling-active .top-area {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.scrolling-active .nav-area .logo {
	width: 50px;
	top: -40px;
}

@media (max-width:999px) {

	#main {
		margin-top: 115px;
	}

	.scrolling-active .nav-area .logo {
		width: 40px !important;
		top: -47px !important;
	}

}

/* Top area
   ========================================================================== */

.top-area {
	position: relative;
	z-index: 1;
	background: #F6F6F6;
	padding: 20px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.top-area .sub-menu {
	position: relative;
	top: -7px;
	margin-left: auto;
}

.top-area .sub-menu ul li {
	display: inline-block;
	margin-left: 75px;
}

.top-area .sub-menu ul li a {
	position: relative;
	color: #878787;
	text-decoration: none;
	font-size: 1.125rem;
	padding-bottom: 22px;
}

.top-area .sub-menu ul li a:hover {
	color: #003399;
}

.top-area .sub-menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 0;
	height: 3px;
	background: #003399;
}

.top-area .sub-menu ul li a:hover:after,
.top-area .sub-menu ul li.current-menu-item a:after {
	width: 100%;
}

.top-area .sub-menu ul li.search a svg {
	position: relative;
	top: 7px;
}

/* Nav area
   ========================================================================== */

.nav-area {
	position: relative;
	z-index: 9999;
	padding: 15px 0 60px;
	background: #FFF;
	box-shadow: 0 6px 10px -5px rgba(0,0,0,.16);
}

.nav-area .logo {
	position: absolute;
	left: 15px;
	top: -70px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav-area .logo img {
	height: 140px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav-area .main-menu {
	position: relative;
	top: 23px;
	margin-left: auto;
	font-size: 1.125rem;
}

.nav-area .main-menu > ul > li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.nav-area .main-menu > ul > li.menu-item-has-children:after {
	content: '';
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 10px;
	height: 13px;
	background: url(../images/chevron-down-solid.svg) no-repeat center;
}

.nav-area .main-menu > ul > li > a {
	color: #000;
	padding: 15px 20px;
	border-radius: 5px;
	text-decoration: none;
}

.nav-area .main-menu ul li a:hover,
.nav-area .main-menu > ul > li:hover > a {
	color: #003399;
	background: #f6f6f6;
}

.nav-area .main-menu > ul > li.current-menu-item > a {
	font-weight: 900;
	color: #003399;
	background: #f6f6f6;
}

.nav-area .main-menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	background: #FFF;
	width: 300px;
	box-shadow: 0 0 10px rgba(0,0,0,.16);
	border-radius: 15px;
}

.nav-area .main-menu ul ul:before {
	content: '';
    position: absolute;
    top: -20px;
    left: 40px;
    width: 23px;
    height: 23px;
    background-color: #FFF;
    transform-origin: 0 100%;
    transform: rotate(45deg);
}

.nav-area .main-menu ul ul li {
	position: relative;
	z-index: 1;
	list-style-type: none;
}

.nav-area .main-menu ul ul li:first-child a {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.nav-area .main-menu ul ul li:last-child a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.nav-area .main-menu ul ul li a {
	display: block;
	width: 100%;
	padding: 12px 20px;
	color: #000;
	text-decoration: none;
}

.nav-area .main-menu ul ul li a:hover {
	background: #F6F6F6;
}

.nav-area .main-menu ul ul li:last-child {
	margin-bottom: 0;
}

.nav-area .menu-toggle {
	position: absolute;
	display: none;
	width: 25px;
	right: 15px;
	top: 10px;
}

.nav-area .menu-toggle span {
	position: relative;
	display: block;
	width: 100%;
	height: 4px;
	margin-bottom: 4px;
	border-radius: 10px;
	background: #003399;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.show-menu .nav-area .menu-toggle span:first-child {
	top: 8px;
	transform: rotate(-45deg);
}

.show-menu .nav-area .menu-toggle span:nth-child(2) {
	transform: rotate(45deg);
}

.show-menu .nav-area .menu-toggle span:last-child {
	display: none;
}

/* Hero slider
   ========================================================================== */

.hero-slider {
	position: relative;
	width: 100%;
	height: 650px;
}

.home .hero-slider {
	background: #EEE;
}

.hero-slider .cycle-slideshow {
	width: 100%;
	height: 100%;
}

.hero-slider .hero-slide {
	width: 100%;
	height: 100%;
}

.hero-slider .hero-slide figure {
	height: 600px;
}

.hero-slider .cycle-slideshow .hero-slide:before {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	content: '';
	width: 25%;
	height: 200px;
	background: #003399;
}

.hero-slider figure {
	width: 100%;
	height: 100%;
}

.hero-slider figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .hero-slide .slide-content {
	position: absolute;
	z-index: 9999;
	left: 0;
	bottom: -50px;
	padding: 30px;
	width: 600px;
	height: 200px;
}

.hero-slider .hero-slide .slide-content:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	background: #003399;
	width: 100%;
	height: 100%;
	transform: skewX(-30deg);
}

.hero-slider .hero-slide .slide-content .text {
	position: relative;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #FFF;
	font-size: 1.725rem;
	line-height: 2.425rem;
}

.hero-slider .hero-slide .slide-content .text a {
	color: #FFF;
	text-decoration: none;
}

.hero-slider .hero-controls {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	width: 90%;
	transform: translateY(-50%);
}

.hero-slider .hero-controls a {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #003399;
	transform: skewX(-30deg);
}

.hero-slider .hero-controls a:hover {
	background: #285ec9;
}

.hero-slider .hero-controls a svg {
	position: relative;
	transform: skewX(30deg);
	width: 15px;
}

.hero-slider .hero-controls .hero-prev {
	left: 0;
}

.hero-slider .hero-controls .hero-next {
	right: 0;
}

.hero-slider .hero-pager {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.hero-slider .hero-pager span {
	display: inline-block;
	text-indent: -9999em;
	width: 15px;
	height: 15px;
	background: #DDD;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}

.hero-slider .hero-pager span.cycle-pager-active {
	background: #003399;
}

.agende-carousel {
	position: relative;
	outline: none;
}

.agende-carousel .flickity-button {
	border: none;
	background: transparent;
	position: absolute;
	top: -40px;
	left: 0;
	cursor: pointer;
}

.agende-carousel .flickity-button.next {
	left: auto;
	right: 0;
}

.agende-carousel .flickity-button svg {
	width: 35px;
}

.agende-carousel .flickity-button svg path {
	fill: #f36c20;
}

/* Content blocks
   ========================================================================== */

.content-blocks {
	background: #EEE;
}

.content-blocks .content-block {
	background: #FFF;
	width: 32%;
	border-radius: 5px;
}

.content-blocks .content-block figure {
	height: 200px;
	width: 100%;
}

.content-blocks .content-block figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.content-blocks .content-block .text {
	padding: 30px;
}

.content-blocks .content-block .block-title {
	color: #003399;
}

.content-blocks .content-block ul {
	margin-left: 0;
}

.content-blocks .content-block ul li:before {
	width: 10px;
	height: 10px;
	top: 0;
	background: url(../images/chevron-right-solid.svg) no-repeat left top;
}

.content-blocks .content-block :last-child {
	margin-bottom: 0;
}

.content-blocks .content-block a {
	color: #000;
}

/* Carousel news
   ========================================================================== */

.carousel-news {
	position: relative;
	background: #003399;
	overflow: hidden;
}

.carousel-news:after {
	content: '';
	position: absolute;
	right: -225px;
	top: 0;
	width: 50%;
	height: 100%;
	transform: skewX(-30deg);
	background: #4066B3;
}

.carousel-news .carousel-items {
	outline: none;
}

.carousel-news .carousel-title {
	text-transform: uppercase;
	color: #FFF;
}

.carousel-news .carousel-items .carousel-item {
	width: 330px;
	margin-right: 30px;
	background: #FFF;
	border-radius: 5px;
	transform: translateZ(0);
	transition: transform .24s ease-in-out, box-shadow .3s ease-in-out;
}

.carousel-news .carousel-items .carousel-item:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
	transform: translate(0,-.175rem);
}

.carousel-news .carousel-items .carousel-item a {
	color: #000;
	text-decoration: none;
}

.carousel-news .carousel-items .carousel-item figure {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.carousel-news .carousel-items .carousel-item figure img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-news .carousel-items .carousel-item .carousel-inner {
	padding: 0 10px 20px;
}

.carousel-news .carousel-items .carousel-item .item-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.carousel-news .carousel-items .carousel-item .item-date {
	font-style: italic;
}

.carousel-news button {
	position: absolute;
	top: 0;
	background: none;
	border: none;
	cursor: pointer;
}

.carousel-news .previous {
	right: 60px;
}

.carousel-news .next {
	right: 15px;
}

.carousel-news button svg {
	width: 25px;
	fill: #FFF;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.carousel-news button svg:hover {
	opacity: .7;
}

/* Content page
   ========================================================================== */

.content-page .content-inner {
	padding: 0 50px;
}

.content-page .row {
	align-items: flex-start;
}

.content-page .content {
	width: 75%;
}

.content-page h1,
.content-page h2,
.content-page h3 {
	color: #003399;
}

.content-page blockquote {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 800px;
	border-radius: 5px;
	background: #003399;
	padding: 30px;
	font-size: 1.225rem;
	text-align: center;
}

.content-page blockquote p {
	color: #FFF;
}

.content-page :last-child {
	margin-bottom: 0;
}

.content-page .sidebar {
	width: 20%;
	background: #EEE;
	border-radius: 5px;
}

.content-page .sidebar .submenu {
	padding: 20px;
}

.content-page .sidebar .submenu ul {
	margin: 0;
}

.content-page .sidebar .submenu ul li a {
	color: #000;
}

.content-page .sidebar .submenu ul li a:hover {
	color: #f36c20;
	text-decoration: none;
}

.content-page .sidebar .submenu p {
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #003399;
}

/* Content conatct
   ========================================================================== */

.content-contact .google-map {
	width: 100%;
	height: 450px;
}

.content-contact .google-map iframe {
	width: 100%;
	height: 100%;
}

.content-contact .contact-form {
	width: 60%;
}

.content-contact input[type="text"],
.content-contact input[type="tel"],
.content-contact input[type="email"] {
	background: #F1F1F1;
	border-radius: 5px;
	padding: 15px 20px;
	border: none;
	width: 100%;
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	font-size: 1.05rem
}

.content-contact textarea {
	background: #F1F1F1;
	border-radius: 5px;
	padding: 15px 20px;
	border: none;
	width: 100%;
	height: 200px;
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	font-family: 'Roboto', sans-serif;
	resize: none;
	font-size: 1.05rem;
	margin-bottom: 20px;
}

.content-contact .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	width: 49%;
}

.content-contact input[type="checkbox"] {
	display: none;
}

.content-contact .wpcf7-list-item {
	margin: 0 0 25px 0;
}

.content-contact .wpcf7-list-item .wpcf7-list-item-label:before {
	position: relative;
	cursor: pointer;
	top: 5px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #F1F1F1;
	border-radius: 5px;
	margin-right: 6px;
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}

.content-contact input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background: #F1F1F1 url(../images/check-solid.svg) no-repeat center;
	background-size: 60%;
}

.content-contact .contact-info {
	width: 30%;
}

.content-contact .contact-info ul li {
	list-style-type: none;
	margin: 0 0 10px 0 !important;
}

.content-contact .contact-info ul li:before {
	display: none;
}

.content-contact .contact-info ul li a {
	color: #000;
	text-decoration: none;
}

.content-contact .contact-info ul li span {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 40px;
}

.content-contact .contact-info ul li a:hover {
	color: #f36c20;
}

/* Instagram feed
   ========================================================================== */

.instagram-feed {
	background: #FFF;
}

.instagram-feed .feed-title {
	text-transform: uppercase;
	color: #003399;
}

/* Content logos
   ========================================================================== */

.content-logos {
	background: #EEE;
}

.content-logos .row {
	justify-content: center;
}

.content-logos figure {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 110px;
	margin: 0 30px;
}

/* Content blog
   ========================================================================== */

.page-links {
	display: flex;
	margin-bottom: 20px;
}

.page-links li {
	list-style-type: none;
	padding-left: 40px;
	transition: .3s;
}

.page-links li:nth-child(1) {
	padding-left: 0;
}

.page-links li > a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}

.page-links li > a::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #003399;
	max-width: 0;
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.page-links li > a:hover {
	color: #003399;
}

.page-links li > a:hover::before {
	max-width: 100%;
}

.page-links .active a::before {
	max-width: 100%;
}

.content-blog {
	background: #EEE;
}

.content-blog .blog-title {
	text-transform: uppercase;
	color: #003399;;
}

.content-blog .blog-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-blog .blog-grid .grid-item {
	width: 32%;
	margin: 0 2% 2% 0;
	background: #FFF;
	border-radius: 5px;
	transform: translateZ(0);
    transition: transform .24s ease-in-out, box-shadow .3s ease-in-out;
}

.content-blog .blog-grid .grid-item:nth-child(3n) {
	margin-right: 0;
}

.content-blog .blog-grid .grid-item:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
	transform: translate(0,-.175rem);
}

.content-blog .blog-grid .grid-item figure {
	width: 100%;
	height: 250px;
}

.content-blog .blog-grid .grid-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.content-blog .blog-grid .grid-item .item-content {
	padding: 30px;
}

.content-blog .blog-grid a {
	text-decoration: none;
}

.content-blog .blog-grid .grid-item .item-content .item-title {
	font-weight: bold;
	font-size: 1.325rem;
	line-height: 1.925rem;
	color: #003399;
	margin-bottom: 20px;
}

.content-blog .blog-grid .grid-item .item-content .item-date {
	color: #000;
	font-style: italic;
}

.no-cat {
	display: none;
}

/* Single post
   ========================================================================== */

.single-post .content {
	margin: auto;
}

.single-post .post-date {
	font-size: 1.225rem;
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
}

/* Content calendar
   ========================================================================== */

.content-calendar {
	position: relative;
	overflow: hidden;
}

.content-calendar .cycle-slideshow {
	padding-bottom: 30px;
	padding: 0 10px;
}

.content-calendar .cycle-slideshow .cycle-sentinel {
	height: 0 !important;
}

.content-calendar .calendar-title {
	text-transform: uppercase;
	color: #003399;
}

.content-calendar .calendar-part {
	width: 100%;
	height: 100% !important;
}

.content-calendar .calendar-part.cycle-slide-active {
	position: relative !important;
}

.content-calendar .month-name {
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.content-calendar .calendar-part .calendar-act {
	width: 33.333%;
	position: relative;
	margin: 0 15px;
}

.calendar-act .act-item {
	display: none;
}

.calendar-act .act-item:nth-child(2), .calendar-act .act-item:nth-child(3), .calendar-act .act-item:nth-child(4) {
	display: block;
}

.more__link {
	position: absolute;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, 0);
}

.show-all .more__link {
	display: none;
}

.calendar-act.show-all .act-item {
	display: block;
}

.content-calendar .calendar-part .calendar-act .act-item, .content-cta .recent-items .act-item {
	width: 100%;
    background: #EEE;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    transform: translateZ(0);
    margin-bottom: 30px;
    transition: transform .24s ease-in-out, box-shadow .3s ease-in-out;
}

.content-calendar .calendar-part .calendar-act .act-item:hover, .content-cta .recent-items .act-item:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
	transform: translate(0,-.175rem);
}

.content-calendar .calendar-part .calendar-act .act-item:hover .item-date, .content-cta .recent-items .act-item:hover .item-date {
	background: #003399;
}

.content-calendar .calendar-part .calendar-act .act-item a, .content-cta .recent-items .act-item a {
	text-decoration: none;
}

.content-calendar .calendar-part .calendar-act .act-item .item-date, .content-cta .recent-items .act-item .item-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.725rem;
	font-weight: 700;
	background: #f36c20;
	color: #FFF;
	width: 20%;
	padding: 30px 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .24s ease-in-out
}

.content-cta .recent-items .act-item .item-date {
	font-size: 1.725rem;
}

.content-cta .cta-form.recent-act .more-link {
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.content-calendar .calendar-part .calendar-act .act-item .item-content, .content-cta .recent-items .act-item .item-content {
	padding: 20px 30px;
	width: 80%;
}

.content-calendar .calendar-part .calendar-act .act-item .item-name, .content-cta .recent-items .act-item .item-name {
	color: #003399;
	font-size: 1.125rem;
	line-height: 1.725rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.content-calendar .calendar-part .calendar-act .act-item .item-location, .content-cta .recent-items .act-item .item-location {
	color: #000;
}

.content-calendar .calendar-part .calendar-act .act-item .item-location svg, .content-cta .recent-items .act-item .item-location svg {
	position: relative;
	top: 3px;
	margin-right: 8px;
}

.content-calendar .calendar-controls {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.content-calendar .calendar-controls a {
	position: absolute;
}

.content-calendar .calendar-controls a svg {
	width: 20px;
}

.content-calendar .calendar-controls .calendar-prev {
	left: -100px;
}

.content-calendar .calendar-controls .calendar-next {
	right: -100px;
}

/* Content activities
   ========================================================================== */

.content-activities {
	background: #EEE;
}

.content-activities .activities-title {
	text-transform: uppercase;
	color: #003399;
}

.content-activities .activity-block {
	height: 450px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	transform: translateZ(0);
	margin-bottom: 30px;
	transition: transform .24s ease-in-out, box-shadow .3s ease-in-out;
	overflow: hidden;
}

.content-activities .activity-block:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
	transform: translate(0,-.175rem);
}

.content-activities .activity-block a {
	display: block;
	height: 100%;
	width: 100%;
}

.content-activities .activity-block figure {
	width: 100%;
	height: 100%;
}

.content-activities .activity-block figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px; 
}

.content-activities .activity-block .activity-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.content-activities .activity-block:nth-child(odd) .activity-content {
	left: auto;
	right: 0;
}

.content-activities .activity-block:nth-child(odd) .activity-content:after {
	left: auto;
	right: -125px;
}

.content-activities .activity-block:nth-child(odd) .activity-content .text {
	margin-left: auto;
}

.content-activities .activity-block .activity-content:after {
	content: '';
	position: absolute;
	left: -150px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transform: skewX(-30deg);
}

.content-activities .activity-block .activity-content .text {
	position: relative;
	z-index: 1;
	padding: 30px;
	width: 70%;
	font-size: .9rem;
}

.content-activities .activity-block .activity-content .text p {
	color: #000;
	font-size: .9rem;
	width: 70%;
}

.content-activities .activity-block .activity-content .text .activity-name {
	font-size: 1.325rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #003399;
	margin-bottom: 30px;
}

.content-activities .activity-block .activity-content .text .row {
	display: flex !important;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.content-activities .activity-block .activity-content .text svg {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.content-activities .activity-block .activity-content .text .activity-date,
.content-activities .activity-block .activity-content .text .activity-location {
	color: #000;
	margin-right: 30px;
}

/* Cta content
   ========================================================================== */

.content-cta .cta-title {
	text-transform: uppercase;
	color: #003399;
}

.content-cta .content {
	width: 50%;
}

.content-cta .content ul {
	margin-left: 0;
}

.content-cta .content ul li:before {
	display: none;
}

.content-cta .content ul li {
	display: flex;
}

.content-cta .content ul li svg {
	margin-right: 20px;
}

.content-cta .cta-form {
	width: 35%;
	padding: 30px;
	color: #FFF;
	border-radius: 5px;
	background: #003399;
}

.content-cta .cta-form.recent-act {
    background: #FFF;
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.content-cta .cta-form.recent-act .recent-title {
    background: #003399;
    color: #FFF;
    padding: 15px 30px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content-cta .recent-items {
    padding: 30px;
}

.content-cta .cta-form input[type="text"],
.content-cta .cta-form input[type="email"],
.content-cta .cta-form input[type="tel"] {
	width: 100%;
	font-size: inherit;
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.content-cta .cta-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: inherit;
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	background: #FFF url(../images/chevron-down-solid-orange.svg) no-repeat 96% 17px;
	background-size: 18px;
	color: rgba(0,0,0,.6);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.content-cta .cta-form input[type="checkbox"] {
	display: none;
}

.content-cta .cta-form .wpcf7-list-item {
	margin: 0 0 25px 0;
	display: block;
}

.content-cta .cta-form .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-bottom: 10px;
}

.content-cta .cta-form .wpcf7-list-item .wpcf7-list-item-label:before {
	position: relative;
	cursor: pointer;
	top: 5px;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #FFF;
	border-radius: 5px;
	margin-right: 6px;
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}

.content-cta .cta-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background: #FFF url(../images/check-solid.svg) no-repeat center;
	background-size: 60%;
}

/* Single activity
   ========================================================================== */

.post-meta {
	display: flex;
	justify-content: center;
}

.post-meta div {
	margin-right: 10px;
}

.post-meta svg {
	position: relative;
	top: 5px;
	margin-right: 6px;
}

.single-activiteit .content-cta {
	padding-top: 0;
}

/* Search modal
   ========================================================================== */

.search-modal {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: -99;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.show-search .search-modal {
	opacity: 1;
	z-index: 99999999;
}

.search-modal form {
	position: relative;
	width: 100%;
	max-width: 980px;
	padding: 0 15px;
	margin: auto;
}

.search-modal form input[type="search"] {
	width: 100%;
	padding: 25px;
	border: none;
	border-radius: 10px;
	font-size: 1.425rem;
	font-weight: 700;
}

.search-modal form button {
	position: absolute;
	right: 35px;
	top: 18px;
	background: none;
	border: none;
	cursor: pointer;
}

.search-modal .close-search {
	position: absolute;
	right: 50px;
	top: 30px;
	color: #FF0000;
	text-decoration: none;
	font-size: 2.625rem;
	font-weight: 900;
}

/* Search page
   ========================================================================== */

.content-search .search-result {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.content-search .search-result:last-of-type {
	border: none;
}

/* Pagenavi
   ========================================================================== */

.wp-pagenavi {
	clear: both;
	text-align: center;
	color: #FFF;
	margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 10px 13px;
	margin: 2px;
	color: #FFF;
	border-radius: 5px;
	background: #003399;
}

.wp-pagenavi a:hover {
	background: #1249b8;
}

.wp-pagenavi span.current {
	font-weight: bold;
	font-weight: 900;
}

/* Breadcrumbs
   ========================================================================== */

.breadcrumbs {
	text-align: right;
	color: #878787;
	font-weight: 700;
}

.home .content-breadcrumb {
	display: none;
}

.breadcrumbs a {
	color: #878787;
	text-decoration: none;
}

.breadcrumbs .sep,
.breadcrumbs a:hover {
	color: #f36c20;
}

/* Footer
   ========================================================================== */

#footer {
	background: #DDD;
	font-size: 1.05rem;
	line-height: 1.705rem;
	padding-top: 75px;
}

#footer .footer-block .block-title {
	font-size: 1.325rem;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	border-bottom: 4px dashed #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#footer .footer-block {
	width: 25%;
}

#footer .footer-block.block-social {
	width: 45%;
}

#footer .footer-block.block-social ul li {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

#footer .footer-block.block-social ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #8A8A8A;
	width: 50px;
	height: 50px;
}

#footer .footer-block.block-social ul li a:hover {
	background: #000;
}

#footer .footer-block ul li {
	list-style-type: none;
}

#footer .footer-block a {
    color: #333;
    text-decoration: none;
}

#footer .footer-block a:hover {
	color: #f36c20;
}

#footer .bar-socket {
	background: #333;
	padding: 20px 0;
	color: #FFF;
	margin-top: 75px
}

#footer .bar-socket a {
	text-decoration: none;
	color: #FFF;
}

#footer .bar-socket a:hover {
	text-decoration: underline;
}

/* Responsive
   ========================================================================== */

.mobile-menu {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0 30px;
	background: #003399;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.show-menu .mobile-menu {
	height: auto;
	padding: 30px;
	overflow: visible;
}

.mobile-menu > ul > li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.mobile-menu > ul > li > a {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
}

.mobile-menu ul ul {
	display: none;
	margin: 10px 0 0 10px;
}

.mobile-menu ul li span {
	position: absolute;
	right: 30px;
	font-size: 1.725rem;
	font-weight: 900;
	font-style: normal;
	cursor: pointer;
	color: #FFF;
}

.mobile-menu ul ul li {
	list-style-type: none;
}

.mobile-menu ul ul li a {
	font-size: 1rem;
	line-height: 1.425rem;
	color: #FFF;
	text-decoration: none;
}

.mobile-menu ul ul li:before {
	position: relative;
	top: -3px;
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	margin-right: 8px;
	background: rgba(255,255,255,.6);
}

.mobile-menu ul li.open ul {
	display: block;
}

.mobile-menu ul li span .minus,
.mobile-menu ul li.open span .plus {
	display: none;
}

.mobile-menu ul li.open span .minus {
	display: block;
}

@media (max-width:1280px) {

	.content-activities .activity-block .activity-content {
		width: 80%;
	}

}

@media (max-width:1140px) {

	.top-area .sub-menu ul li {
		margin-left: 30px;
	}

	.nav-area .main-menu > ul > li {
		margin-left: 0;
	}

	.nav-area .main-menu > ul > li > a {
		padding: 15px 20px 15px 10px;
	}

}

@media (max-width:999px) {

	.sub-menu {
		display: none;
	}

	.main-menu ul li {
		display: none !important;
	}

	.main-menu ul li:last-child {
		display: inline-block !important;
	}

	.main-menu ul li .btn {
		font-size: .9rem;
		padding: 10px !important;
	}

	.nav-area .main-menu {
		margin-right: 50px;
	}

	.nav-area .main-menu {
		top: 18px;
	}

	.nav-area .menu-toggle  {
		display: block;
	}

	.nav-area .logo {
		top: -70px;
		width: 60px;
	}

	.content-activities .activity-block .activity-content {
		width: 90%;
	}

}

@media (max-width:899px) {

	section .row {
		display: block;
	}

	.content-logos .row {
		display: flex;
	}

	.hero-slider .hero-slide .slide-content {
		width: 100%;
		bottom: 0;
		height: auto;
		min-height: 200px;
	}

	.hero-slider .hero-slide .slide-content:before {
		transform: skewX(0deg);
	}

	.hero-slider .hero-pager {
		bottom: -30px;
	}

	.content-blocks .content-block,
	.content-page .sidebar,
	.content-page .content,
	.content-contact .contact-form,
	.content-contact .contact-info,
	.content-cta .content,
	.content-cta .cta-form {
		width: 100%;
	}

	.content-page .content-inner {
		padding: 0;
	}

	.content-blocks .content-block,
	.content-page .sidebar,
	.content-contact .contact-form {
		margin-bottom: 30px;
	}

	.content-blog .blog-grid .grid-item {
		width: 100%;
		margin: 0 0 20px;
	}

	.content-contact input[type="text"], .content-contact input[type="tel"], .content-contact input[type="email"] {
		margin-bottom: 30px;
	}

	.content-calendar .calendar-part .calendar-act,
	.content-calendar .calendar-part .calendar-act .act-item .item-date {
		width: 100%;
	}

	.content-calendar .calendar-controls {
		position: relative;
	}

	.content-calendar .calendar-controls .calendar-prev {
		left: 30px;
	}

	.content-calendar .calendar-controls .calendar-next {
		right: 30px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

}

@media (max-width:767px) {

	.hero-slider .cycle-slideshow,
	.hero-slider {
		height: auto;
	}

	.page-links {
		display: block;
	}
	
	.page-links li {
		padding: 0 0 20px 0;
	}
	
	.hero-slider .container {
		max-width: 100%;
		padding: 0;
	}

	.hero-slider .hero-slide {
		height: auto;
	}

	.hero-slider .hero-slide .slide-content {
		position: relative;
	}

	.hero-slider .cycle-slideshow .hero-slide::before {
		display: none;
	}

	.hero-slider .hero-slide figure {
		height: 100%;
	}

	.hero-slider .hero-slide figure img {
		width: auto;
		height: auto;
	}

	.hero-slider .hero-pager {
		position: relative;
	}

	.hero-slider .hero-controls {
		display: none;
	}

	.content-activities .activity-block .activity-content {
		width: 100%;
	}

	.content-activities .activity-block .activity-content:after {
		transform: skewX(0deg);
	}

	.content-activities .activity-block .activity-content .text p {
		width: 100%;
	}

	.content-activities .activity-block .activity-content .text .row {
		display: block !important;
	}

	.content-activities .activity-block .activity-content .text .row span {
		display: block;
	}

	#footer .row {
		display: block;
	}

	#footer .footer-block {
		width: 100% !important;
		margin-bottom: 30px !important;
	}

	#footer .bar-socket {
		text-align: center;
		margin-top: 100px;
	}

}

@media (max-width:499px) {

	.content-activities .activity-block .activity-content .text p {
		display: none;
	}

	.content-activities .activity-block .activity-content::after {
		left: 0;
	}

	.content-activities .activity-block .activity-content .text {
		width: 100%;
	}

	.content-activities .activity-block {
		height: auto;
	}

	.content-activities .activity-block figure img {
		opacity: 0;
	}

	.content-logos .row {
		display: block;
	}

	.content-logos figure {
		margin: 0 auto 15px;
	}

}