@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=b927c2e4-2642-4335-ab79-51638b07a07c&fontids=1488890,1489010,1488914");

@font-face {
	font-family: "Helvetica Neue LT Roman";
	font-style: 400;
	font-display: fallback;
	src: url("/global/css/fonts/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot");
	src: url("/global/css/fonts/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"),
		 url("/global/css/fonts/1488890/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"),
		 url("/global/css/fonts/1488890/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"),
		 url("/global/css/fonts/1488890/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype");
}

@font-face {
	font-family: "Helvetica Neue LT Bold";
	font-style: 700;
	font-display: fallback;
	src: url("/global/css/fonts/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot");
	src: url("/global/css/fonts/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"),
		 url("/global/css/fonts/1488914/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"),
		 url("/global/css/fonts/1488914/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"),
		 url("/global/css/fonts/1488914/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype");
}

@font-face {
	font-family: "Helvetica Neue LT Bold Condensed";
	font-style: 700;
	font-display: block;
	src: url("/global/css/fonts/1489010/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot");
	src: url("/global/css/fonts/1489010/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix") format("eot"),
		 url("/global/css/fonts/1489010/5f4620bc-98f7-4b13-9f90-3a54ea6a9c55.woff2") format("woff2"),
		 url("/global/css/fonts/1489010/ac30e84e-cb19-4576-b6f9-491fccbd42ff.woff") format("woff"),
		 url("/global/css/fonts/1489010/b583b782-0709-4a13-899f-7e9ab1a7eccd.ttf") format("truetype");
}

@font-face {
	font-family: 'ROBUR Iconfont';
	font-weight: normal;
	font-style: normal;
	font-display: block;
	src: url("/global/css/fonts/iconfont/robur.eot");
	src: url("/global/css/fonts/iconfont/robur.eot?#iefix") format("embedded-opentype"),
		 url("/global/css/fonts/iconfont/robur.woff2") format("woff2"),
		 url("/global/css/fonts/iconfont/robur.woff") format("woff"),
		 url("/global/css/fonts/iconfont/robur.ttf") format("truetype"),
		 url("/global/css/fonts/iconfont/robur.svg?#robur") format("svg");
}

@-webkit-keyframes rotateIcon {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotateIcon {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

* {
	box-sizing: border-box;
}

i[class^="robur-"]:before, i[class*=" robur-"]:before {
	font-family: 'ROBUR Iconfont';
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue LT Roman", sans-serif;
	line-height: 1.5;
	color: #545453;
	font-size: 16px;
}

h1, h2, h3, h4 {
	line-height: 1.1 !important;
	font-family: "Helvetica Neue LT Bold Condensed", sans-serif;
	font-weight: 400;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
}

@media (min-width: 1025px) {

	h1 {
		font-size: 30px;
	}

}

strong, b {
	font-family: 'Helvetica Neue LT Bold', sans-serif;
	font-weight: 400;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	display: block;
	border: 1px solid #D4D4D4;
	border-radius: 0;
	width: 100%;
	outline: none;
	resize: vertical;
}

select {
	width: 100%;
	margin-bottom: 20px;
}

input:not([type=radio]) {
	border-color: #B1B2B3;
	height: 40px;
	line-height: 40px;
	padding: 10px;
	font-size: 16px;
	display: block;
	border: 1px solid #D4D4D4;
	border-radius: 0;
	width: 100%;
	outline: none;
	resize: vertical;
	margin-bottom: 20px;
}

input[type=submit] {
	margin-bottom: 0;
}

.filter select {
	border-color: #B1B2B3;
	height: 40px;
	padding: 5px 55px 5px 15px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.filter::after {
	content: '\e810';
	font-family: 'ROBUR Iconfont', 'robur';
	font-size: 20px;
	color: #FFF;
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	right: 15px;
	border: 1px solid #B1B2B3;
	border-left: none;
	background: #2f377f;
	pointer-events: none;
}

.filter.disable::after {
	background: #B1B2B3;
	cursor:text;
}

.btn {
	border: 1px solid #2f377f;
	border-radius: 0;
	background: #2f377f;
	color: #FFF;
	padding: 10px 20px;
	cursor: pointer;
}

.btn-primary:focus {
	box-shadow: none;
}

.btn:hover {
	color:white;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

select:focus {
	outline: 0;
	box-shadow: none;
}

btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}


.checkbox {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkbox label {
	padding-left: 40px;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #FFF;
	border: 1px solid #B1B2B3;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	top: 50%;
	margin-top: -13px;
}

.checkbox input[type="checkbox"]:hover + label:before {
	background: #B1B2B3;
}

.checkbox input[type="checkbox"]:checked + label:before {
	background: #2f377f;
}

input[type="checkbox"] {
	margin: 0;
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

input::placeholder {
	color: #D4D4D4 !important;
	opacity: 1;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

@media (min-width: 1025px) {

	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}

}

.centered {
	text-align: center;
}