.section.vdm-section-footer .vdm-toggle-item-content a.inline {
	display: inline;
}

.footable-row-detail-inner {
	width: 100%;
}

.vdm-job-application {
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.vdm-orange {
	color: #ff5000;
}

.vdm-button-blue {
	background: #002846;
}

.no-touch .vdm-button-blue:hover {
	background: #000546;
}

.vdm-button-white {
	background: #ffffff;
	color: #002846;
}

.no-touch .vdm-button-white:hover {
	background: #d3d3d3;
}

.vdm-slider-pagination-blue .vdm-slider-pagination-switch:before {
	background: rgba(0, 40, 70, 0.6);
}

.vdm-slider-pagination-blue .vdm-slider-pagination-switch.vdm-slider-pagination-switch-active:before {
	background: rgba(0, 40, 70, 1);
}

.vdm-slider-pagination-white .vdm-slider-pagination-switch:before {
	background: rgba(255, 255, 255, 0.6);
}

.vdm-slider-pagination-white .vdm-slider-pagination-switch.vdm-slider-pagination-switch-active:before {
	background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 63.875em) and (min-width: 29.9375em) {
	.vdm-job-application {
		padding-bottom: 50px;
		padding-bottom: 3.125rem;
	}
}

@media only screen and (min-width: 63.9375em) {
	.vdm-job-application {
		padding-bottom: 70px;
		padding-bottom: 4.375rem;
	}
}