.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #005dab;
	font-weight: 700;
	text-decoration: none;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Raleway, sans-serif;
	color: #00509b;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0px;
}

h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Raleway, sans-serif;
	color: #00509b;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

h4 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: Montserrat, sans-serif;
	color: #005dab;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #005dab;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #005dab;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

p {
	margin-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-family: Raleway, sans-serif;
	color: #424242;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

a {
	font-family: Montserrat, sans-serif;
	color: #ff6246;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}

ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}

li {
	margin-bottom: 15px;
	font-family: Raleway, sans-serif;
	color: #424242;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

img {
	display: inline-block;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	margin-bottom: 10px;
	padding: 10px 20px;
	border-left: 5px solid #e2e2e2;
	font-family: Montserrat, sans-serif;
	color: #a0a6ae;
	font-size: 14px;
	line-height: 22px;
}

figcaption {
	margin-top: 5px;
	font-family: Montserrat, sans-serif;
	color: #a0a6ae;
	text-align: center;
}

.hero-section {
	position: relative;
	overflow: hidden;
	height: 750px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 46, 131, 0.89)), to(rgba(43, 46, 131, 0.89))), url('../images/warehouse.jpg');
	background-image: linear-gradient(180deg, rgba(43, 46, 131, 0.89), rgba(43, 46, 131, 0.89)), url('../images/warehouse.jpg');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.container {
	width: 100%;
	max-width: 1044px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.container.centered {
	margin-top: 40px;
	text-align: center;
}

.container.centered.hide {
	display: none;
}

.heading-1.on-hero {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Raleway, sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
}

.heading-1.white {
	font-family: Raleway, sans-serif;
	color: #fff;
	font-size: 42px;
	line-height: 52px;
	font-weight: 500;
}

.heading-1.post {
	font-size: 45px;
	line-height: 50px;
	letter-spacing: -3px;
}

.title {
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-family: Raleway, sans-serif;
	color: #005dab;
	font-size: 15px;
	font-weight: 700;
}

.title.medium {
	margin-bottom: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
}

.title.bottom-border {
	margin-bottom: 15px;
	color: #00509b;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

.subtitle {
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-family: Raleway, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0px;
}

.subtitle.gray {
	color: #a0a6ae;
}

.subtitle.about {
	padding-top: 2px;
	font-size: 18px;
	line-height: 23px;
}

.subtitle-box {
	margin-bottom: 15px;
}

.subtitle-box.small {
	display: inline-block;
	width: 48%;
}

.subtitle-box.medium {
	display: block;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.button-hollow {
	display: inline-block;
	padding: 11px 27.5px;
	border: 3px solid #ff6246;
	border-radius: 35px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 10.5px;
	line-height: 21px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-hollow:hover {
	background-color: #ff6246;
	text-decoration: none;
}

.button-hollow.top-border {
	margin-top: 15px;
	border-color: #be1522;
	border-radius: 4px;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.button-hollow.top-border:hover {
	background-color: #be1522;
}

.button-hollow.top-and-bottom-border {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hero-features {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	max-width: 1044px;
	margin-right: auto;
	margin-left: auto;
}

.hero-features.hide {
	display: none;
}

.hero-features-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero-features-flex.about {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #00509b;
}

.hero-feature-1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 45px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.hero-feature-1:hover {
	text-decoration: none;
}

.hero-feature-icon {
	margin-right: 15px;
}

.hero-feature-2 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 45px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.hero-feature-2:hover {
	text-decoration: none;
}

.hero-feature-3 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 45px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.hero-feature-3:hover {
	text-decoration: none;
}

.divider-lines {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}

.vertical-line-1 {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: rgba(59, 64, 192, 0.53);
}

.vertical-line-2 {
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #1d1f53;
}

.brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	margin-top: 13px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.brand:hover {
	opacity: 0.8;
}

.brand.w--current {
	margin-top: 13px;
}

.content-section {
	padding-top: 80px;
	font-size: 10px;
}

.content-section.gray {
	background-color: #f8f8f8;
}

.content-section.blue {
	padding-bottom: 95px;
	background-color: #00509b;
}

.content-section.blue.hide {
	display: none;
}

.content-section.post {
	padding-top: 50px;
}

.content-section.intro-features {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #00509b;
}

.content-section.intro-features.hide {
	display: none;
}

.content-section.hidden {
	display: none;
}

.flex-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-wrapper.bottom-border {
	margin-bottom: 60px;
}

.flex-wrapper.justify-space-between {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-wrapper.on-post-previews {
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-wrapper.spice-between-on-mobile {
	margin-right: 0px;
	margin-left: 0px;
}

.flex-wrapper.less-bottom-border {
	margin-bottom: 40px;
}

.flex-wrapper.top-border {
	margin-top: 30px;
}

.flex-wrapper.top-border.trappen {
	display: none;
}

.flex-wrapper.venue {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.column-50-percent {
	width: 50%;
}

.column-50-percent.right-padding {
	padding-right: 35px;
}

.column-50-percent._2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.column-50-percent.faq {
	margin-bottom: 20px;
	padding-right: 30px;
}

.column-50-percent.faq.last {
	padding-right: 0px;
	padding-left: 30px;
}

.column-50-percent.faq.right {
	padding-right: 0px;
	padding-left: 30px;
}

.mini-title {
	margin-bottom: 5px;
	font-family: Montserrat, sans-serif;
	color: #8d939b;
	font-size: 11px;
	letter-spacing: 0.8px;
	text-decoration: none;
	text-transform: uppercase;
}

.mini-title.white {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
}

.mini-title.tomato {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #ff6246;
}

.mini-title.tomato:hover {
	text-decoration: none;
}

.mini-title-box {
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
}

.mini-title-box.no-bottom-border {
	margin-bottom: 0px;
}

.mini-title-box.top-border {
	margin-top: 25px;
}

.video-container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 340px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video {
	position: relative;
	overflow: hidden;
}

.play-button {
	position: relative;
	z-index: 10;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #ff6246;
	background-image: url('../images/Play.png');
	background-position: 57% 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.video-front {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.65)), to(rgba(0, 93, 171, 0.65))), url('../images/photo-1461505647352-19b93426098b.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.65), rgba(0, 93, 171, 0.65)), url('../images/photo-1461505647352-19b93426098b.jpg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
}

.video-front.no-side-borders {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 343px;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-description {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.empty-state {
	margin-bottom: 10px;
	background-color: #f9f9f9;
	font-family: Montserrat, sans-serif;
	color: #a0a6ae;
	font-size: 12px;
}

.intro-post-preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.post-date {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 78px;
	margin-top: 10px;
	margin-right: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px;
	background-color: #ff6246;
}

.date-text {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Oswald, sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.date-text.bottom-divider {
	padding-top: 3px;
	border-bottom: 1px solid #f35d42;
}

.date-text.top-divider {
	border-top: 1px solid #fe7860;
}

.date-text.bold {
	font-size: 21px;
	font-weight: 400;
}

.date-text.normal {
	font-size: 20px;
	font-weight: 400;
}

.intro-post-content {
	padding-top: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.column-split-image {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 47.5%;
	height: 350px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: url('../images/Magazijnorganisatie-full.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.column-split-image.about {
	width: 30%;
	background-image: url('../images/altrex_trappen_taurus_magazijntrap_193206_enkel_oploopbaar_1_1.jpg');
}

.column-split-image.about.vloeren {
	background-image: url('../images/6150153320_d899732441_b.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.column-split-image.about.eenmalig {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: url('../images/15452926858_f500515deb_z.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.column-split-image.about.jaarlijks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: url('../images/12345983425_5186d065b5_z.jpg');
	background-position: 100% 50%;
	background-size: cover;
}

.column-split-image.about.verbouwing {
	background-image: url('../images/5210103243_a5dbd8f87d_z.jpg');
	background-position: 0px 0px;
	background-size: cover;
}

.column-split-image.about.training {
	background-image: url('../images/training.jpg');
	background-position: 88% 50%;
	background-size: 500px;
}

.column-split-image.about.platform {
	background-image: url('../images/5965517420_41794ffcfa_b.jpg');
	background-position: -28px 0px;
	background-size: 512px;
}

.column-split-image.about.schade {
	background-image: url('../images/P10000742.jpg');
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.column-split-image.trap {
	background-image: url('../images/altrex_trappen_taurus_magazijntrap_193206_enkel_oploopbaar_1_1.jpg');
	background-position: 50% 69%;
	background-size: cover;
}

.column-split-message {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	padding-right: 25px;
	border-top-left-radius: 3px;
	background-color: #00509b;
}

.column-split-message.hide {
	display: none;
}

.column-split-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #1d1f53;
}

.column-split-subtitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-left: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #3b3d7e;
}

.paragraph.white {
	padding-bottom: 0px;
	color: #fff;
}

.paragraph.white.padding_top {
	margin-top: 50px;
}

.paragraph.no-inner-padding {
	padding-bottom: 0px;
}

.paragraph.justify {
	line-height: 28px;
	text-align: justify;
}

.paragraph.workshop {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.column-split-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 45px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.column-split-text.left {
	padding-right: 40px;
	padding-left: 0px;
}

.heading-2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Raleway, sans-serif;
	color: #005dab;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}

.heading-2.blue {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Raleway, sans-serif;
	color: #00509b;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}

.heading-2.white {
	color: #fff;
}

.heading-2.bottom-border {
	margin-bottom: 10px;
}

.heading-2.big {
	margin-top: 0px;
	margin-right: 9px;
	color: #fff;
	font-size: 50px;
}

.heading-box {
	width: 100%;
	margin-bottom: 5px;
}

.slider.on-column {
	overflow: hidden;
	width: 51%;
	height: 370px;
}

.left-arrow {
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45px;
	height: 35px;
	margin-right: 15px;
	margin-bottom: 50px;
	padding-top: 1px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #014f90;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #005dab;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.left-arrow:hover {
	background-color: #02569c;
}

.right-arrow {
	right: 0px;
	bottom: 0px;
	width: 45px;
	height: 35px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #0269c0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #005dab;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.right-arrow:hover {
	background-color: #02569c;
}

.slide-nav.hide {
	display: none;
}

.arrow-icon {
	margin-top: 9px;
	font-size: 16px;
	font-weight: 700;
}

.arrow-icon.left {
	margin-top: 10px;
}

.slide-1 {
	background-image: url('../images/349761.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-column {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.lightbox-on-column._2 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-column._3 {
	position: absolute;
	background-image: url('../images/photo-1474144254036-41f4387cb799.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-column._4 {
	position: absolute;
	background-image: url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-2 {
	background-image: url('../images/4.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-3 {
	background-image: url('../images/7.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.workshop-preview {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 390px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#005dab));
	background-image: linear-gradient(180deg, transparent 49%, #005dab);
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.overlay.les-opacity {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#005dab));
	background-image: linear-gradient(180deg, transparent 49%, #005dab);
	opacity: 0.3;
}

.overlay.gradient-overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#005dab));
	background-image: linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), linear-gradient(180deg, transparent 49%, #005dab);
}

.overlay.full {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.96)), to(rgba(0, 93, 171, 0.96)));
	background-image: linear-gradient(180deg, rgba(0, 93, 171, 0.96), rgba(0, 93, 171, 0.96));
}

.workshop-preview-text {
	position: relative;
	z-index: 10;
}

.heading-3.white {
	color: #fff;
}

.by {
	display: inline-block;
	margin-right: 4px;
	color: #fff;
}

.by.gray {
	color: #a0a6ae;
	line-height: 20px;
}

.mini-title-link {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #ff6246;
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.mini-title-link:hover {
	text-decoration: underline;
}

.workshop-date {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 65px;
	height: 65px;
	margin-top: 15px;
	margin-right: 15px;
	padding-top: 11px;
	padding-bottom: 10px;
	border-radius: 50%;
	background-color: #ff6246;
}

.workshop-date.inline-block {
	position: relative;
	display: inline-block;
}

.view-all {
	display: inline-block;
	margin-right: 3px;
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase;
}

.view-all-link {
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}

.view-all-link:hover {
	color: #f7593e;
}

.header-box {
	display: block;
	width: 50%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
}

.header-box.no-bottom-border {
	margin-bottom: 0px;
}

.feature {
	width: 33.33%;
	padding: 30px 20px 30px 30px;
	border-right: 1px solid #e2e2e2;
}

.feature._3 {
	border-right-style: none;
}

.feature._4 {
	border-top: 1px solid #e2e2e2;
}

.feature._5 {
	border-top: 1px solid #e2e2e2;
}

.feature._6 {
	border-top: 1px solid #e2e2e2;
	border-right-style: none;
}

.image-gallery {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	height: 330px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #005dab;
}

.lightbox-on-gallery {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.lightbox-on-gallery._1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._2 {
	background-image: url('../images/photo-1472510580769-cd131ecf37ef.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._3 {
	background-image: url('../images/photo-1464618055434-20b22e97995a.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._4 {
	background-image: url('../images/photo-1472461936147-645e2f311a2b.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._5 {
	background-image: url('../images/photo-1474144254036-41f4387cb799.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._6 {
	background-image: url('../images/photo-1473742925119-519edfdba49d.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._7 {
	background-image: url('../images/photo-1471623432079-b009d30b6729.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.lightbox-on-gallery._8 {
	background-image: url('../images/photo-1473625974526-5e6dd5afcb18.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.magnifier {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 93, 171, 0.9);
	background-image: url('../images/Magnifier.png');
	background-position: 50% 50%;
	background-size: 22px;
	background-repeat: no-repeat;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.magnifier:hover {
	background-color: #005dab;
}

.sponsor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	height: 180px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #014b89;
	border-left: 1px solid #014b89;
}

.sponsor._1 {
	border-bottom: 1px solid #1d1f53;
	border-top-color: #1d1f53;
	border-left-color: #1d1f53;
}

.sponsor._2 {
	border-bottom: 1px solid #1d1f53;
	border-top-color: #1d1f53;
	border-left-color: #1d1f53;
}

.sponsor._3 {
	border-bottom: 1px solid #1d1f53;
	border-top-color: #1d1f53;
	border-left-color: #1d1f53;
}

.sponsor._4 {
	border-color: #1d1f53;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.sponsor._8 {
	border-right: 1px solid #014b89;
}

.sponsor._9 {
	border-bottom: 1px solid #014b89;
}

.sponsor._10 {
	border-bottom: 1px solid #014b89;
}

.sponsor._11 {
	border-bottom: 1px solid #014b89;
}

.sponsor._12 {
	border-right: 1px solid #014b89;
	border-bottom: 1px solid #014b89;
}

.tab-link {
	top: 1px;
	min-width: 180px;
	margin-right: 15px;
	padding: 25px 65px 21px;
	border-top: 1px solid #cfd9e4;
	border-right: 1px solid #cfd9e4;
	border-left: 1px solid #cfd9e4;
	background-color: #fff;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	font-family: Montserrat, sans-serif;
	color: #aab2bd;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.tab-link:hover {
	color: #005dab;
	text-decoration: none;
}

.tab-link.w--current {
	top: 1px;
	z-index: 10;
	background-color: #fff;
	color: #005dab;
}

.tab-pane {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #cfd9e4;
}

.schedule-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #f8f8f8;
}

.activity-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 22%;
	padding-left: 10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.activity-description {
	display: inline-block;
	width: 78%;
}

.pricing-box {
	width: 32%;
}

.pricing-header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 150px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1461505647352-19b93426098b.jpg');
	background-image: linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1461505647352-19b93426098b.jpg');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.pricing-text {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
}

.pricing-tier {
	position: absolute;
	top: 0px;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	min-width: 90px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;
	background-color: #ff6246;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pricing-features {
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 27px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #fff;
}

.pricing-feature {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.pricing-feature.no-bottom-border {
	border-bottom-style: none;
}

.get-tickets-column {
	width: 50%;
	padding-right: 30px;
}

.get-tickets-column.tickets {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.get-tickets-column.contact-form {
	padding-right: 0px;
	padding-left: 20px;
}

.form-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 25px 10px 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 1px solid #e2e2e2;
}

.form-item.last {
	border-bottom: 1px none #e2e2e2;
}

.form-item.top-border {
	margin-top: 30px;
}

.check-mark {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #005dab;
	background-image: url('../images/Check.png');
	background-position: 50% 50%;
	background-size: 12px;
	background-repeat: no-repeat;
}

.form-header {
	padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 35px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #005dab;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.form-body {
	width: 90%;
}

.form-body.offerte {
	width: 100%;
	margin-right: 30px;
}

.form-fields {
	padding: 30px 30px 25px;
	border: 1px solid #e2e2e2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.form-fields.vacature {
	margin-top: 15px;
}

.field-label {
	margin-bottom: 10px;
	font-family: Raleway, sans-serif;
	color: #00509b;
	font-size: 16px;
	text-transform: none;
}

.select-field {
	height: 50px;
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	background-color: #fbfbfb;
	font-family: Montserrat, sans-serif;
	color: #8d939b;
}

.select-field:hover {
	border-color: #0786f1;
}

.select-field:focus {
	border-color: #0786f1;
}

.text-field {
	height: 50px;
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	background-color: #fbfbfb;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Raleway, sans-serif;
}

.text-field:hover {
	border-color: #0786f1;
}

.text-field:focus {
	border-color: #0786f1;
}

.text-field.message {
	height: 100px;
	padding-top: 13px;
}

.name {
	display: inline-block;
	width: 49%;
}

.last-name {
	display: inline-block;
	width: 47%;
}

.submit-button {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 13px;
	border-radius: 3px;
	background-color: #00509b;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Raleway, sans-serif;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.submit-button:hover {
	background-color: #02569c;
}

.submit-button.tomato {
	background-color: #ff6246;
}

.submit-button.tomato:hover {
	background-color: #f7593e;
}

.payment-logo-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 31.5%;
	height: 80px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

.payment-methods {
	margin-top: 30px;
}

.footer {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #353997;
	background-color: #00509b;
}

.footer-column {
	width: 33%;
}

.footer-column.form {
	padding: 20px 30px;
	border-radius: 3px;
	background-color: #0058a1;
}

.footer-column.form.hide {
	display: none;
}

.footer-column._1 {
	padding-top: 0px;
	padding-right: 30px;
}

.footer-column._1._2 {
	width: 20%;
	padding-top: 0px;
}

.footer-column._2 {
	width: 33.3%;
	padding-top: 20px;
}

.footer-column._2.hide {
	display: none;
}

.footer-column._3 {
	width: 15%;
	padding-top: 20px;
}

.footer-column._3.hide {
	display: none;
}

.footer-link {
	display: block;
	width: 90%;
	margin-bottom: 20px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
}

.footer-link:hover {
	color: #ff6246;
}

.footer-link.top-border {
	margin-top: 15px;
}

.footer-notes {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #1d1f53;
	background-color: #00509b;
	text-align: center;
}

.footer-note-text {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 9px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.payment-logos {
	margin-top: 5px;
}

.payment-text {
	padding-left: 10px;
}

.success-message {
	background-color: transparent;
	font-family: Montserrat, sans-serif;
	color: #a0a6ae;
	font-size: 14px;
}

.error-message {
	background-color: #ffe4e4;
	font-family: Montserrat, sans-serif;
	color: #a0a6ae;
	font-size: 14px;
	font-weight: 400;
}

.button {
	display: inline-block;
	min-width: 136px;
	padding: 14px 20px 12px;
	border-radius: 3px;
	background-color: #ff6246;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button:hover {
	background-color: #f7593e;
	text-decoration: none;
}

.button.top-border {
	margin-top: 15px;
	background-color: #be1522;
}

.text-filed-on-footer {
	height: 50px;
	margin-bottom: 15px;
	font-family: Montserrat, sans-serif;
}

.text-filed-on-footer:hover {
	border: 1px solid #ff6246;
}

.text-filed-on-footer:focus {
	border: 1px solid #ff6246;
}

.footer-note-link {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
	font-size: 9px;
}

.footer-note-link:hover {
	color: #ff6246;
}

.heading-link {
	display: block;
}

.heading-link:hover {
	text-decoration: none;
}

.heading-link.bottom-border {
	margin-bottom: 5px;
}

.overlay-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9)));
	background-image: linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9));
}

.link {
	font-family: Raleway, sans-serif;
	color: #be1522;
	font-size: 16px;
	font-weight: 700;
}

.link:hover {
	text-decoration: underline;
}

.heading-3-link {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
}

.heading-3-link:hover {
	color: #ff6246;
	text-decoration: none;
}

.heading-3-link.post-preview {
	margin-bottom: 10px;
	color: #005dab;
	font-size: 20px;
}

.heading-3-link.post-preview:hover {
	color: #ff6246;
}

.play {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #fff;
}

.navbar.hide {
	display: none;
}

.nav-menu {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: transparent;
}

.nav-link {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 16px 18px 12px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Raleway, sans-serif;
	color: #424242;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
}

.nav-link:hover {
	background-color: transparent;
	text-decoration: none;
}

.nav-link.w--current {
	background-color: transparent;
	color: #424242;
	font-weight: 700;
	text-decoration: none;
}

.nav-link.first {
	border-bottom-left-radius: 3px;
	font-family: Raleway, sans-serif;
}

.nav-link.bold {
	padding-left: 8px;
	font-weight: 700;
}

.nav-link.desktop {
	padding-left: 7px;
	font-weight: 600;
}

.heading-4-link {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.heading-4-link:hover {
	color: #ff6246;
	text-decoration: none;
}

.page-header {
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 90px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 46, 131, 0.89)), to(rgba(43, 46, 131, 0.89))), url('../images/warehouse.jpg');
	background-image: linear-gradient(180deg, rgba(43, 46, 131, 0.89), rgba(43, 46, 131, 0.89)), url('../images/warehouse.jpg');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.page-header.blog {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1461505647352-19b93426098b.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1461505647352-19b93426098b.jpg');
	background-position: 0px 0px, 0px 0px, 50% 123%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.post {
	position: relative;
	background-image: url('../images/photo-1461505647352-19b93426098b.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-header._404 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	min-height: 300px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-header.speaker-page {
	position: relative;
	background-image: url('../images/photo-1461505647352-19b93426098b.jpg');
	background-position: 50% 104%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-header.workshop {
	padding-bottom: 40px;
	background-image: url('../images/photo-1461505647352-19b93426098b.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-header.contact-us {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1472461936147-645e2f311a2b.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1472461936147-645e2f311a2b.jpg');
	background-position: 0px 0px, 0px 0px, 50% 100%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.register {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-position: 0px 0px, 0px 0px, 50% 300%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.about {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 46, 131, 0.89)), to(rgba(43, 46, 131, 0.89))), url('../images/warehouse.jpg');
	background-image: linear-gradient(180deg, rgba(43, 46, 131, 0.89), rgba(43, 46, 131, 0.89)), url('../images/warehouse.jpg');
	background-position: 0px 0px, 50% -359px;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, fixed;
}

.page-header.workshops {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1464618055434-20b22e97995a.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1464618055434-20b22e97995a.jpg');
	background-position: 0px 0px, 0px 0px, 50% 177%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.speakers {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1463104264350-ec39e9ccd74b.jpeg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1463104264350-ec39e9ccd74b.jpeg');
	background-position: 0px 0px, 0px 0px, 50% 100%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.schedule {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), url('../images/photo-1471623432079-b009d30b6729.jpg');
	background-image: linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), linear-gradient(180deg, transparent, #005dab), url('../images/photo-1471623432079-b009d30b6729.jpg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.author {
	background-image: url('../images/photo-1473625974526-5e6dd5afcb18.jpg');
	background-position: 50% 144%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-header.categories {
	margin-bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1473742925119-519edfdba49d.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1473742925119-519edfdba49d.jpg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.pricing {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1474144254036-41f4387cb799.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1474144254036-41f4387cb799.jpg');
	background-position: 0px 0px, 0px 0px, 50% 287%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.faq {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.sytle-guide {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.licensing {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/photo-1471109880861-75a04f9b7833.jpg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header.tag {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005dab)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 171, 0.9)), to(rgba(0, 93, 171, 0.9))), url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
	background-image: linear-gradient(180deg, transparent, #005dab), linear-gradient(180deg, rgba(0, 93, 171, 0.9), rgba(0, 93, 171, 0.9)), url('../images/57f28278817dd45f439edb5d_photo-1473437142809-483a9569da87.jpeg');
	background-position: 0px 0px, 0px 0px, 50% 50%;
	background-size: auto, auto, cover;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
}

.page-header-text {
	position: relative;
	text-align: center;
}

.page-header-text.vacatures {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.column-70-percent {
	position: relative;
	width: 70%;
}

.blue-post-preview {
	width: 49%;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #005dab;
}

.blue-post-preview._33-percent {
	width: 32%;
	margin-right: 1%;
	margin-bottom: 30px;
}

.blue-post-image {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 245px;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.blue-post-text {
	width: 100%;
	padding: 12px 25px 25px;
	background-color: #005dab;
}

.side-padding {
	padding-right: 10px;
	padding-left: 10px;
}

.column-30-percent {
	width: 30%;
	padding-left: 35px;
}

.category-item {
	display: inline-block;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #a0a6ae;
}

.category-item:hover {
	color: #ff6246;
	text-decoration: none;
}

.categories {
	margin-bottom: 50px;
}

.tags {
	margin-bottom: 30px;
}

.featured-posts {
	margin-bottom: 85px;
}

.tag-button {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 9px 23px 7px;
	border: 1px solid #ff6246;
	border-radius: 35px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #a0a6ae;
	font-size: 12px;
}

.tag-button:hover {
	background-color: #ff6246;
	color: #fff;
	text-decoration: none;
}

.post-preview-image {
	width: 46%;
	min-height: 200px;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.post-preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}

.post-text-preview {
	width: 51%;
	padding-top: 5px;
	padding-bottom: 10px;
}

.post-category-tag {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 90px;
	padding: 13px 14px 11px;
	background-color: #ff6246;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-category-tag:hover {
	background-color: #f7593e;
	text-decoration: none;
}

.category-tag {
	display: inline-block;
	min-width: 90px;
	padding: 9px 13px 6px;
	background-color: #ff6246;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 9px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.category-tag:hover {
	background-color: #f7593e;
	text-decoration: none;
}

.category-tag.bottom-border {
	margin-bottom: 10px;
}

.heading-2-link.featured-post {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
}

.heading-2-link.featured-post:hover {
	color: #ff6246;
}

.heading-2-link.white {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
}

.heading-2-link.white:hover {
	color: #ff6246;
}

.author-post-preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.author-post-preview.bottom-border {
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.author-post-preview.top-border {
	margin-top: 15px;
}

.author-pic {
	width: 45px;
	height: 45px;
	margin-right: 10px;
	border-radius: 50%;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.author-pic:hover {
	text-decoration: none;
}

.author-pic.inline-block {
	display: inline-block;
	width: 65px;
	height: 65px;
}

.post-header {
	margin-bottom: 30px;
	text-align: center;
}

.post-header.medium {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.style-box {
	margin-bottom: 0px;
}

.rich-text-block {
	text-align: justify;
}

.row-licensing {
	margin-top: 30px;
	padding-bottom: 10px;
}

.row-licensing.bottom-divider {
	border-bottom: 1px solid #e2e2e2;
}

.author-details {
	display: inline-block;
	padding-top: 9px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.image-icon {
	margin-bottom: 10px;
}

.speaker {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 31.82%;
	height: 380px;
	margin-right: 1.5%;
	margin-bottom: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.speaker-details {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
}

.social-newtorks.bottom-border {
	margin-top: 0px;
	margin-bottom: 10px;
}

.final-dots {
	margin-bottom: 20px;
	color: #ff6246;
	text-align: center;
}

.latest-posts {
	margin-top: 60px;
}

.on {
	display: inline-block;
	margin-top: 0px;
	margin-right: 4px;
	line-height: 20px;
}

.faq-set {
	margin-bottom: 30px;
}

.workshop-feature {
	padding: 20px 10px 10px 20px;
	border-bottom: 1px solid #e2e2e2;
	background-color: #f9f9f9;
}

.workshop-feature.flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.workshop-sidebar {
	margin-bottom: 50px;
}

.workshop-sidebar.less-bottom-border {
	margin-bottom: 30px;
}

.the-workshop-date {
	display: inline-block;
}

.the-workshop-hour {
	display: inline-block;
}

.the-workshop-date-box {
	padding-left: 28px;
	background-image: url('../images/Calendar.png');
	background-position: 0px 19%;
	background-size: 19px;
	background-repeat: no-repeat;
}

.the-workshop-hour-box {
	padding-left: 28px;
	background-image: url('../images/Clock.png');
	background-position: 0px 16%;
	background-size: 19px;
	background-repeat: no-repeat;
}

.feature-box {
	display: inline-block;
	width: 80%;
}

.check-mark-gray {
	margin-top: 4px;
	margin-right: 10px;
	padding-top: 1px;
}

.column-speaker-picture {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 17%;
	margin-right: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.speaker-picture {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.speaker-picture.big {
	width: 150px;
	height: 150px;
}

.column-about-speaker {
	width: 80%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.feature-icon {
	margin-bottom: 8px;
}

.feature-icon.bottom-border {
	margin-bottom: 10px;
}

.workshop-item {
	width: 31.82%;
	margin-right: 1.5%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-icon {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}

.contact-icon.phone {
	height: 45px;
	background-image: url('../images/Mobile-blue.png');
	background-position: 50% 50%;
	background-size: 26px;
	background-repeat: no-repeat;
}

.contact-icon.pin {
	background-image: url('../images/Pin-blue.png');
	background-position: 50% 50%;
	background-size: 26px;
	background-repeat: no-repeat;
}

.contact-icon.email {
	background-image: url('../images/Email-blue.png');
	background-position: 50% 50%;
	background-size: 27px;
	background-repeat: no-repeat;
}

.item-icon {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #01579f;
}

.item-icon._1 {
	background-color: #1d1f53;
	background-image: url('../images/Users.png');
	background-position: 50% 50%;
	background-size: 36px;
	background-repeat: no-repeat;
}

.item-icon._2 {
	background-color: #1d1f53;
	background-image: url('../images/Notebook.png');
	background-position: 50% 50%;
	background-size: 30px;
	background-repeat: no-repeat;
}

.item-icon.heading-3-link {
	background-color: #1d1f53;
	background-image: url('../images/Display-2.png');
	background-position: 50% 50%;
	background-size: 37px;
	background-repeat: no-repeat;
}

.item-icon._4 {
	background-image: url('../images/Car.png');
	background-position: 50% 50%;
	background-size: 28px;
	background-repeat: no-repeat;
}

.item-icon._5 {
	background-image: url('../images/Map.png');
	background-position: 50% 50%;
	background-size: 23px;
	background-repeat: no-repeat;
}

.item-icon._6 {
	background-image: url('../images/Umbrella.png');
	background-position: 50% 50%;
	background-size: 28px;
	background-repeat: no-repeat;
}

.column-65-percent {
	width: 65%;
	height: 350px;
}

.column-65-percent.left {
	height: auto;
	background-image: url('../images/photo-1473742925119-519edfdba49d.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.column-65-percent.right {
	height: auto;
	background-image: url('../images/photo-1464618055434-20b22e97995a.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.column-35-percent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 35%;
	min-height: 350px;
	padding: 60px 30px 55px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #005dab;
}

.column-45-percent {
	width: 45%;
	padding: 45px 30px 35px;
	background-color: #005dab;
}

.column-55-percent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 55%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.block-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #014f90;
	border-bottom: 1px solid #0269c0;
}

.block-item.first {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	border-top-style: none;
}

.block-item.last {
	border-bottom-style: none;
}

.block-item-text {
	margin-left: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.top-section {
	position: relative;
	height: 50%;
}

.below-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-55-percent {
	position: relative;
	overflow: hidden;
	width: 55%;
	height: 342px;
}

.section-45-percent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mini-section {
	position: relative;
	width: 100%;
	height: 171px;
}

.dropdown {
	padding-top: 16px;
	padding-bottom: 12px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown:hover {
	background-color: #f7593e;
}

.dropdown.w--open {
	background-color: #f7593e;
}

.dropdown-arrow {
	margin-top: 20px;
}

.dropdown-list.w--open {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #ff6246;
}

.dropdown-link {
	padding-top: 15px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown-link:hover {
	background-color: #f7593e;
	text-decoration: none;
}

.dropdown-link.w--current {
	background-color: #f7593e;
	color: #fff;
}

.dropdown-link.last {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.go-up {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	width: 46px;
	height: 46px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 87.5%, 0.7);
	background-image: url('../images/Go-up-arrow.png');
	background-position: 50% 50%;
	background-size: 17px;
	background-repeat: no-repeat;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.go-up:hover {
	background-color: hsla(0, 0%, 87.5%, 0.9);
}

.title-box {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.pricing-tier-2 {
	position: absolute;
	top: 0px;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90px;
	height: 35px;
	padding-top: 1px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-left-radius: 3px;
	background-color: #ff6246;
	font-family: Montserrat, sans-serif;
	color: #fff;
	line-height: 10px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pricing-tier-3 {
	position: absolute;
	top: 0px;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	min-width: 90px;
	padding-top: 1px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-left-radius: 3px;
	background-color: #ff6246;
	font-family: Montserrat, sans-serif;
	color: #fff;
	line-height: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.link-block:hover {
	text-decoration: none;
}

.button-fill {
	display: inline-block;
	padding: 14px 27.5px;
	border-radius: 35px;
	background-color: #ff6246;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 10.5px;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button-fill:hover {
	padding: 11px 24.5px;
	border: 3px solid #ff6246;
	background-color: transparent;
	color: #ff6246;
	text-decoration: none;
}

.button-fill.top-border {
	margin-top: 15px;
	background-color: #be1522;
}

.metric-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	padding-top: 58px;
	padding-bottom: 58px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.metric-text-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.center-box {
	margin-top: 15px;
	text-align: center;
}

.footer_link {
	font-family: Raleway, sans-serif;
	color: #be1522;
	font-size: 16px;
}

.footer_link.white {
	color: #e2e2e2;
	text-decoration: underline;
}

.hero_calltoaction {
	display: block;
	margin-top: 15px;
	padding-bottom: 0px;
	color: #e2e2e2;
}

.hero_link {
	font-family: Raleway, sans-serif;
	color: #e2e2e2;
	font-size: 16px;
	text-decoration: underline;
}

.h3_inspecties {
	margin-top: 0px;
	font-size: 21px;
}

.wrapper_inclusief {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-family: Raleway, sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.inspectie_text_what {
	display: inline-block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	color: #424242;
}

.whats_inlcuded_link {
	display: block;
	float: right;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	font-family: Raleway, sans-serif;
	color: #be1522;
	font-weight: 700;
}

.line_inspection {
	height: 1px;
	margin-top: 11px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 1px solid #e2e2e2;
}

.rva_overlay {
	display: none;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px 10px;
	background-color: #fff;
}

.link_gray {
	display: inline-block;
	margin-top: 15px;
	font-family: Raleway, sans-serif;
	color: #424242;
	font-size: 16px;
	text-decoration: underline;
}

.list_top {
	margin-top: 30px;
}

.bottom_list_padding {
	margin-bottom: 20px;
}

.bottom_list_padding.offerte {
	margin-bottom: 25px;
	padding-left: 20px;
	color: #00509b;
}

.flex_grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.offerte_left {
	-webkit-flex-basis: 55%;
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
}

.offerte_right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.uw-aanvraag {
	width: 400px;
	padding: 30px;
	float: right;
	background-color: #f9f9f9;
}

.offerte {
	margin-bottom: 5px;
	color: #00509b;
	font-weight: 700;
}

.last_checkbox {
	margin-bottom: 15px;
}

.hero_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 750px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.aanvraag_ontvangen {
	font-family: Raleway, sans-serif;
	color: #00509b;
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
}

.error_contact {
	font-family: Raleway, sans-serif;
	color: #be1522;
	font-weight: 700;
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.menu_div {
	display: inline-block;
}

.image_login {
	margin: 0px 0px 15px;
	padding-top: 0px;
}

.menu_line {
	display: inline-block;
	width: 2px;
	height: 22px;
	margin-top: 33px;
	margin-right: 15px;
	margin-left: 5px;
	padding-top: 0px;
	border-right: 2px solid #333;
}

.h4_bold {
	margin-bottom: 20px;
	font-family: Raleway, sans-serif;
	color: #00509b;
	font-size: 17px;
}

.h4_bold.normaal {
	margin-bottom: 10px;
}

.list_li {
	padding-left: 14px;
}

.list_item {
	margin-bottom: 8px;
}

.list_item.last {
	margin-bottom: 20px;
}

.vacature_image {
	margin-bottom: 30px;
}

.list {
	list-style-type: decimal;
}

html.w-mod-js *[data-ix="move-up-on-load"] {
	display: none;
	opacity: 0;
	-webkit-transform: translate(0px, 100%);
	-ms-transform: translate(0px, 100%);
	transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-down-on-load"] {
	display: none;
	opacity: 0;
	-webkit-transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="move-down-100"] {
	opacity: 0;
	-webkit-transform: translate(0px, 100%);
	-ms-transform: translate(0px, 100%);
	transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-right-100"] {
	opacity: 0;
	-webkit-transform: translate(138%, 0%);
	-ms-transform: translate(138%, 0%);
	transform: translate(138%, 0%);
}

html.w-mod-js *[data-ix="move-down-on-load-2"] {
	-webkit-transform: translate(0px, -100%);
	-ms-transform: translate(0px, -100%);
	transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
	opacity: 0;
}

@media screen and (max-width: 991px) {
	.hero-section {
		height: 550px;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.container.centered {
		margin-top: 60px;
	}

	.subtitle-box.small {
		width: 90%;
	}

	.hero-feature-1 {
		padding-left: 20px;
	}

	.hero-feature-1:hover {
		padding-left: 20px;
	}

	.brand {
		margin-top: 0px;
	}

	.brand.w--current {
		margin-top: 0px;
	}

	.flex-wrapper.bottom-border {
		margin-bottom: 40px;
	}

	.flex-wrapper.spice-between-on-mobile {
		margin-right: 0px;
		margin-left: 0px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.flex-wrapper.venue {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.column-50-percent {
		width: 100%;
		margin-right: 10px;
		margin-left: 10px;
	}

	.column-50-percent.right-padding {
		margin-bottom: 50px;
		padding-right: 0px;
	}

	.column-50-percent._1 {
		margin-bottom: 20px;
	}

	.column-50-percent._2 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.column-50-percent.faq {
		margin-right: 0px;
		margin-left: 0px;
	}

	.column-50-percent.faq.last {
		margin-bottom: 0px;
		padding-left: 0px;
	}

	.column-50-percent.faq.right {
		padding-left: 0px;
	}

	.intro-post-preview {
		padding-bottom: 25px;
	}

	.column-split-image {
		width: 100%;
	}

	.column-split-image.about {
		width: 100%;
	}

	.column-split-text {
		padding-top: 20px;
		padding-right: 0px;
		padding-left: 0px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.column-split-text.left {
		padding: 0px 0px 20px;
	}

	.slider.on-column {
		width: 100%;
	}

	.header-box {
		width: 70%;
	}

	.feature {
		padding-left: 20px;
	}

	.activity-description {
		width: 76%;
	}

	.get-tickets-column {
		padding-right: 20px;
	}

	.name {
		width: 100%;
	}

	.last-name {
		width: 100%;
	}

	.footer-column._1 {
		padding-right: 0px;
	}

	.footer-column._1._2 {
		width: 33.3%;
		padding-right: 30px;
		padding-left: 30px;
	}

	.nav-menu {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		background-color: #fff;
	}

	.nav-link.desktop {
		padding-left: 18px;
	}

	.column-70-percent {
		width: 100%;
	}

	.blue-post-preview._33-percent {
		width: 49%;
		margin-right: 0%;
	}

	.column-30-percent.workshop {
		width: 100%;
	}

	.post-preview-image {
		width: 100%;
		height: 250px;
		margin-bottom: 10px;
	}

	.post-text-preview {
		width: 100%;
	}

	.feature-box {
		width: 85%;
	}

	.column-speaker-picture {
		width: 23%;
	}

	.column-about-speaker {
		width: 70%;
	}

	.column-45-percent {
		width: 100%;
	}

	.column-55-percent {
		width: 100%;
	}

	.dropdown-link {
		padding-left: 40px;
		text-align: left;
	}

	.dropdown-link.last {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.menu-button {
		margin-top: 4px;
		margin-right: -20px;
		padding-bottom: 16px;
	}

	.menu-button.w--open {
		background-color: #fff;
	}

	.burger-menu {
		color: #00509b;
		font-size: 35px;
		line-height: 19px;
	}

	.metric-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.metric-text-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.hero_flex {
		height: 550px;
	}

	.menu_div {
		display: none;
	}

	.image_login {
		display: none;
	}

	.menu_line {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.hero-section {
		height: 500px;
		min-height: 500px;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.container.centered {
		margin-top: 20px;
	}

	.subtitle {
		margin-bottom: 5px;
	}

	.subtitle-box.medium {
		width: 90%;
	}

	.hero-feature-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.hero-feature-icon {
		margin-bottom: 10px;
	}

	.hero-feature-2 {
		padding-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.hero-feature-3 {
		padding-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.divider-lines.metric {
		display: none;
	}

	.brand {
		padding-left: 0px;
	}

	.content-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.flex-wrapper.bottom-border {
		margin-bottom: 30px;
	}

	.column-50-percent._1 {
		margin-bottom: 0px;
	}

	.column-50-percent.faq {
		padding-right: 0px;
	}

	.column-50-percent.faq.last {
		margin-bottom: 0px;
		padding-left: 0px;
	}

	.column-50-percent.faq.right {
		padding-left: 0px;
	}

	.column-split-image {
		margin-right: 0px;
		margin-left: 0px;
	}

	.paragraph.white.padding_top {
		margin-top: 20px;
	}

	.column-split-text {
		padding-right: 0px;
		padding-left: 0px;
	}

	.column-split-text.left {
		padding-right: 0px;
		padding-left: 0px;
	}

	.slider.on-column {
		margin-right: 10px;
		margin-left: 10px;
	}

	.workshop-preview {
		margin-bottom: 30px;
	}

	.feature {
		width: 50%;
	}

	.feature._2 {
		border-right-style: none;
	}

	.feature._3 {
		border-top: 1px solid #e2e2e2;
		border-right-style: solid;
	}

	.feature._4 {
		border-right-style: none;
	}

	.image-gallery {
		width: 50%;
		height: 300px;
	}

	.sponsor {
		width: 50%;
	}

	.sponsor._2 {
		border-right: 1px solid #1d1f53;
	}

	.sponsor._6 {
		border-right: 1px solid #014b89;
	}

	.sponsor._9 {
		border-bottom-style: none;
	}

	.sponsor._10 {
		border-right: 1px solid #014b89;
		border-bottom-style: none;
	}

	.tab-link {
		min-width: 30%;
		padding-right: 6%;
		padding-left: 6%;
	}

	.pricing-box {
		width: 48%;
		margin-bottom: 30px;
	}

	.pricing-box.no-bottom-border {
		margin-bottom: 0px;
	}

	.get-tickets-column {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.get-tickets-column.contact-form {
		padding-left: 0px;
	}

	.form-body {
		width: 100%;
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.footer-column.form {
		width: 60%;
		margin-top: 30px;
	}

	.footer-column._1 {
		width: 100%;
	}

	.footer-column._1._2 {
		width: 100%;
		padding-left: 0px;
	}

	.footer-column._2 {
		width: 100%;
		padding-top: 0px;
	}

	.footer-column._3 {
		width: 25%;
	}

	.footer-notes {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.column-70-percent {
		width: 100%;
	}

	.column-30-percent {
		width: 100%;
		margin-top: 40px;
		padding-left: 0px;
	}

	.column-30-percent.workshop {
		margin-bottom: 30px;
	}

	.post-header.medium {
		width: 90%;
	}

	.speaker {
		width: 48.5%;
	}

	.faq-set {
		margin-bottom: 0px;
	}

	.column-speaker-picture {
		width: 100%;
	}

	.workshop-item {
		width: 48.5%;
	}

	.column-65-percent.left {
		width: 100%;
		min-height: 250px;
	}

	.column-65-percent.right {
		width: 100%;
		min-height: 250px;
	}

	.column-35-percent {
		width: 100%;
		min-height: 250px;
		padding-top: 50px;
	}

	.column-45-percent {
		width: 100%;
	}

	.column-55-percent {
		display: block;
	}

	.go-up {
		margin-bottom: 32px;
	}

	.menu-button.w--open {
		background-color: #fff;
	}

	.metric-item {
		width: 100%;
		border-top: 1px solid #015093;
		border-bottom: 1px solid #0265b7;
	}
}

@media screen and (max-width: 479px) {
	.hero-section {
		height: 600px;
		min-height: 600px;
	}

	.container.centered {
		margin-top: 55px;
	}

	.heading-1.on-hero {
		font-size: 38px;
		line-height: 49px;
	}

	.subtitle-box.medium {
		width: 100%;
	}

	.hero-features {
		position: relative;
	}

	.hero-features-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.hero-feature-1 {
		width: 100%;
		margin-top: 60px;
		border-bottom: 1px solid #0265b7;
	}

	.hero-feature-icon {
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.hero-feature-2 {
		width: 100%;
		padding-top: 30px;
		border-top: 1px solid #015093;
		border-bottom: 1px solid #0265b7;
	}

	.hero-feature-3 {
		width: 100%;
		border-top: 1px solid #015093;
	}

	.divider-lines {
		display: none;
	}

	.flex-wrapper.spice-between-on-mobile {
		margin-right: 0px;
		margin-left: 0px;
	}

	.column-50-percent._2 {
		display: block;
	}

	.post-date {
		margin-bottom: 5px;
	}

	.column-split-image {
		height: 240px;
	}

	.header-box {
		width: 90%;
	}

	.feature {
		width: 100%;
	}

	.feature._1 {
		border-right-style: none;
	}

	.feature._2 {
		border-top: 1px solid #e2e2e2;
	}

	.feature._3 {
		border-right-style: none;
	}

	.feature._5 {
		border-right-style: none;
	}

	.image-gallery {
		width: 100%;
	}

	.sponsor {
		width: 100%;
	}

	.sponsor._1 {
		width: 100%;
		border-right: 1px solid #1d1f53;
	}

	.sponsor._3 {
		border-right: 1px solid #1d1f53;
	}

	.sponsor._5 {
		border-right: 1px solid #014b89;
	}

	.sponsor._7 {
		border-right: 1px solid #014b89;
	}

	.sponsor._9 {
		border-right: 1px solid #014b89;
	}

	.sponsor._11 {
		border-right: 1px solid #014b89;
		border-bottom-style: none;
	}

	.tab-link {
		width: 100%;
	}

	.schedule-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.activity-time {
		width: 100%;
		padding-left: 0px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.activity-description {
		width: 100%;
	}

	.pricing-box {
		width: 100%;
	}

	.payment-logo-box {
		width: 48.5%;
		margin-bottom: 10px;
	}

	.footer-column.form {
		width: 100%;
	}

	.footer-column._1 {
		width: 100%;
		padding-right: 0px;
	}

	.footer-column._1._2 {
		margin-top: 5px;
		padding-right: 0px;
	}

	.footer-column._2 {
		width: 100%;
		margin-top: 5px;
	}

	.footer-column._3 {
		width: 50%;
		margin-top: 30px;
	}

	.social-icon {
		margin-bottom: 10px;
	}

	.footer-note-text {
		line-height: 10px;
	}

	.blue-post-preview {
		width: 100%;
		margin-bottom: 30px;
	}

	.blue-post-preview._33-percent {
		width: 100%;
	}

	.post-preview-image {
		margin-right: 0px;
	}

	.post-header.medium {
		width: 100%;
	}

	.author-details {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.speaker {
		width: 100%;
		margin-right: 0%;
	}

	.the-workshop-date {
		display: inline;
		line-height: 0px;
	}

	.workshop-item {
		width: 100%;
		margin-right: 0%;
	}

	.item-icon._4 {
		margin-bottom: 10px;
	}

	.item-icon._5 {
		margin-bottom: 10px;
	}

	.item-icon._6 {
		margin-bottom: 10px;
	}

	.column-45-percent {
		padding-right: 20px;
		padding-left: 20px;
	}

	.block-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-55-percent {
		width: 100%;
	}

	.section-45-percent {
		width: 100%;
	}

	.footer_link.white {
		text-decoration: underline;
	}

	.hero_flex {
		height: 600px;
	}
}

label[for="message2"],
#message2 {
	display: none;
}

.jumbotron {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #00509b;
	text-align: center;
}

.jumbotron h1 {
	font-size: 46px;
	color: #fff;
}

.jumbotron.small {
	padding-top: 60px;
	padding-bottom: 60px;
}

.jumbotron.small h1 {
	font-size: 32px;
	color: #fff;
}

@media (max-width: 767px) {
	.jumbotron {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.jumbotron h1 {
		font-size: 32px;
	}

	.jumbotron.small {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jumbotron.small h1 {
		font-size: 20px;
	}
}

.breadcrumb {
	font-size: 0.9rem;
	font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: transparent;
	list-style: none;
	padding: .75rem 0;
}

.breadcrumb::after {
	content: '';
	display: table;
	clear: both
}

.breadcrumb > li + li::before {
	padding-right: .6rem;
	padding-left: .6rem;
}

/* Custom scss for page headers style */
.breadcrumbs-right .breadcrumb {
	float: right;
}

.breadcrumbs-top .breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a,
.breadcrumb-item.active a,
.main-menu.menu-light .navigation .navigation-header {
	color: #00509b;
}

.breadcrumb-item {
	float: left
}


.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #00509b;
	content: '/'
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none
}

.body-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.card {
	border-radius: 0;
	position: relative;
	display: block;
	border: 1px solid #E4E7ED;
	background-color: #FFF;
}

.kb-container {
	display: flex;
	padding: 25px 20px;
	flex-wrap: wrap;
	color: #00509b;
}

.kb-container:hover,
.kb-container:focus,
.kb-container:active {
	text-decoration: none;
	color: #00509b;
}

.kb-icon {
	justify-content: center;
	display: flex;
	margin: 10px 30px 0 10px;
	width: auto;
}

.kb-icon .fa {
	font-size: 30px;
	width: 30px;
	height: 30px;
	color:#00509b;
}

.kb-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 1px;
}

.kb-content .kb-header {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.kb-content .kb-description.short {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}

.kb-background {
	background: transparent;
	border: none;
}

.kb-content-article {
	padding: 15px 30px;
	font-size: 16px;
}

.kb-content-article h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.kb-content-article .kb-header {
	font-size: 36px;
	margin-bottom: 30px;
}

.kb-content-article .my-gallery,
.kb-content-article .video-container {
	margin: 30px 0;
}

.kb-content-article .my-gallery:last-child,
.kb-content-article .video-container:last-child {
	margin-bottom: 0;
}

.pull-left {
	float: none !important;
}

.content-body .row > .container {
	padding: 0;
}

.content-body .row > .container > .row > .col-md-6,
.content-body .row > .container > .row > .col-md-12{
	margin-bottom: 20px;
}

@media(min-width: 767px) {
	.content-body .row > .container > .row {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin-left: -20px;
		flex-direction: row;
		justify-content: flex-start;
	}

	.content-body .row > .container > .row > .col-md-6 {
		width: 50%;
		padding-left: 20px;
	}

	.content-body .row > .container > .row > .col-md-12 {
		padding-left: 20px;
		flex: 1 1 50%;
	}
}

.my-gallery > .row {
	display:flex;
	flex-wrap: wrap;
	list-style:none;
	margin: 0 -10px;
}

.my-gallery > .row > figure {
	width: 30%;
	margin: 10px;
	flex-grow: 1;
}

.img-container {
	position: relative;
	overflow: hidden;
}

.video-container {
	padding-top: 15px;
	width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #F5F7FA;
	border: 1px solid #E4E7ED;
	border-radius: 0.25rem;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: auto;
	max-width: 100%;
}

.kb-view {
	padding: 0 25px 20px;
	margin-top: -10px;
}
