body {
	color: #3b3b3b;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-size: 14px;
}

@media (min-width: 1200px) {
	body {
		font-size: 16px;
	}
}

.page {
	margin: auto;
	overflow: hidden;
}

div, section, footer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a:hover {
	color: #000;
}

.pos_relative {
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1030px !important;
	}
}

.h1, .h2 {
	margin-top: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.h1 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 15px;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
}

h2, .h2 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
}

.h3 {
	font-size: 20px;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	color: #575756;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 24px;
		line-height: 28px;
		font-family: "aktiv-grotesk", Arial, sans-serif;
		font-weight: 200;
	}

	h2, .h2 {
		font-size: 22px;
		line-height: 24px;
		font-family: "aktiv-grotesk", Arial, sans-serif;
		font-weight: 200;
	}

	h3, .h3 {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 36px;
		font-family: "aktiv-grotesk", Arial, sans-serif;
		font-weight: 200;
		line-height: 38px;
	}
}

.headline_black {
	color: #000;
}

strong {
	font-family: "aktiv-grotesk", Arial, sans-serif;
}

/*.subheadline {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.subheadline {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.subheadline {
		font-size: 25px;
	}
}*/
.headline_container:first-child>.headline,
.headline_container:first-child>.subheadline {
	margin-top: 0;
}

.content_main ul {
	list-style: none;
}

.content_main ul li {
	padding-left: 15px;
	margin-bottom: 15px;
}

a {
	color: #ea5b0c;
	text-decoration: none;
}

a:hover,
a.hovered {
	/*color: #002652;*/
	text-decoration: underline;
}

a.button {
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
	cursor: pointer;
}

@media (max-width: 768px) {
	a.button {
		padding: 6px 15px;
	}
}

.button_black {
	color: #fff;
	background-color: #000;
}

a.button.button_orange, a.button.blend_orange_bg:hover {
	color: #fff;
	background-color: #ea5b0c;
}

a.button.orange.download,
a.button.orange.contact,
a.button.orange.blend_grey_bg,
a.button.blend_orange_bg {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

a.button.blend_white_bg:hover {
	background-color: #fff;
	text-decoration: none;
	color: #2c2c2c;
}

a.button.orange.blend_grey_bg:hover {
	background-color: #2c2c2c;
	color: #fff;
	text-decoration: none;
}

a.button.blend_black_bg:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

a.button.orange.download:hover {
	background-color: white;
	color: #2c2c2c;
	text-decoration: none;
}

a.button.orange.contact:hover {
	background-color: #2c2c2c;
	color: #e7e4de;
	text-decoration: none;
}

a.button.button_orange_outline {
	border: 1px solid #ea5b0c;
	color: #ea5b0c;
	background-color: transparent;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

a.button.orange_outline:hover {
	text-decoration: none;
	background-color: #ea5b0c;
	border-color: transparent;
	color: white;
}

a.button.button_black_outline {
	border: 1px solid #000;
	color: #000;
	background-color: transparent;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.link_box.button {
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.link_box.button a {
	color: #fff;
	background-color: #2f3a8d;
	padding: 12px 24px;
	display: inline-block;
	font-size: 15px;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

@media (min-width: 1200px) {
	.link_box.button a {
		font-size: 17px;
	}
}

.link_box.button a.darkgreen {
	background-color: #005556;
}

.link_box.button.hovered a {
	background-color: #006869;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(25, 25, 25);
	font-family: "aktiv-grotesk", Arial, sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

input[type="text"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"],
input[type="password"] {
	height: 30px;
	width: 100%;
	border: 1px solid #b3b3b4;
	background-color: #fff;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
	background-color: #000;
	color: #fff;
	height: 30px;
	display: inline-block;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	opacity: 1;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.7;
	color: #fff;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.styled_dropdown_outer {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	max-width: 350px;
	font-size: 16px;
}

.styled_dropdown_outer span.select {
	width: 100%;
	background-position: 96% center;
}

.styled_dropdown_outer span.select .select-inner {
	padding: 4px 25px 4px 5px;
}

.styled_dropdown_outer .optionList {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.styled_dropdown_outer .selectOption.js_hover {
	padding: 5px 13px;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.slider_prev_outer,
.slider_next_outer {
	bottom: 0;
	height: 51px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	z-index: 2;
	cursor: pointer;
}

.slider_next_outer {
	right: 0;
	left: auto;
}

.slider_prev_outer.hovered,
.slider_next_outer.hovered {
	background-color: #818181;
}

.slider_next:before {
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.slider_prev:before {
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.slider_pager {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 100;
	text-align: center;
}

.pager_elem {
	background-color: #c5c5c5;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.slider_prev:before, .slider_next:before {
		width: 20px;
		height: 20px;
	}

	.slider_next:before {
		right: 20px;
	}
}

.pager_elem.act {
	background-color: #002652;
}

/*.content_top{
	padding-top: 15px;
}*/
.nav_outer {
	float: right;
	padding-right: 0;
}

.breadcrumb {
	background: none;
	padding: 20px 0 0;
}

.content_main .breadcrumb li {
	padding-left: 0;
}

.content_main .breadcrumb .divider {
	padding-right: 5px;
}

footer {
	padding: 20px 0;
	background-color: #000;
}

footer a,
footer a:hover,
footer .copyright {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
}

footer .footerNav li.act a {
	text-decoration: underline;
}

footer ul.footerNav {
	margin: 0;
}

footer ul.footerNav li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

footer ul.footerNav li:first-child {
	margin-left: 0;
}

footer a>span.item_trigger {
	display: none;
}

@media (min-width: 992px) {
	footer ul.footerNav {
		float: right;
	}
}

@media (max-width: 767px) {
	footer ul.footerNav li {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	footer {
		text-align: center;
	}

	footer .col-lg-4 {
		margin-bottom: 15px;
	}

	footer ul.footerNav li {
		float: none;
		display: inline-block;
	}

	footer ul.footerNav ul {
		text-align: center;
	}

	@media (max-width: 767px) {
		footer ul.footerNav li {
			float: none;
			display: block;
			margin-bottom: 5px;
		}
	}
}

.text-orange, .headline_orange, .text_orange {
	color: #ea5b0c;
}

.text_black {
	color: #000;
}

.text_white {
	color: #fff;
}

.text_green {
	color: #a2c516;
}
.text_white {
	color: #fff;
}

.text_bold {
	font-family: "aktiv-grotesk", Arial;
	font-weight: 600;
}

.text_grey {
	color: #575756;
}

.intro_text {
	text-transform: uppercase;
	font-size: 18px;
	color: #878786;
	font-family: 'aktiv-grotesk', Arial, sans-serif;
	display: inline-block;
	margin-top: 4px;
}

@media (max-width: 767px) {
	.intro_text {
		font-size: 15px;
		line-height: 20px;
	}
}

.lightgrey_bg {
	background-color: #ebe6e0;
}

.darkgrey_bg {
	background-color: #0d0d0d;
}

.black_bg {
	background-color: #000;
}

.white_bg {
	background-color: #fff;
}

.breadcrumb_outer {
	display: none;
}

body.no_stage .content_main {
	padding-top: 100px;
}

/* COLORBOX */
#cboxWrapper #cboxPrevious,
#cboxWrapper #cboxNext {
	left: 0 !important;
	bottom: 50% !important;
	width: 26px !important;
	height: 26px !important;
	background-size: 26px 26px !important;
}

#cboxWrapper #cboxNext {
	left: auto !important;
	right: 0 !important;
}

@media (min-width:768px) {

	#cboxWrapper #cboxPrevious,
	#cboxWrapper #cboxNext {
		width: 53px !important;
		height: 53px !important;
		background-size: 53px 53px !important;
	}
}

@media (min-width:992px) {
	#cboxWrapper #cboxPrevious {
		left: -60px !important;
	}

	#cboxWrapper #cboxNext {
		right: -60px !important;
	}
}

#colorbox #cboxCurrent {
	left: 50% !important;
	right: auto !important;
	top: 5px !important;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/* /COLORBOX */