@font-face {
    font-family: "HoneywellSans-Book";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/HoneywellSans-Book.otf") format("opentype");
}
@font-face {
    font-family: "HoneywellSans-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/HoneywellSans-Bold.otf") format("opentype");
}
@font-face {
    font-family: "HoneywellSans-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/HoneywellSans-Medium.otf") format("opentype");
}

body {
	color: #303030;
	font-family: "HoneywellSans-Book",Arial,serif;
	font-size: 16px;
	line-height: 1.4em;
}

h1, h2, h3 {
	color: #303030;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 169%;
	font-family: "HoneywellSans-Bold",Arial,serif;
}

h3 {
	font-size: 130%;
	font-family: "HoneywellSans-Bold",Arial,serif;
}

div, p, span {
	color: #303030;
}

p, span {
	margin-bottom: 0.7em;
}

@media ( max-width : 768px) {
	h1 {
		font-size: 173%;
	}
	h2 {
		font-size: 144%;
	}
	h3 {
		font-size: 120%;
	}
}

.btn .caret, .glyphicons {
	margin-bottom: 0;
}

a, a span {
	color: #1792e5;
	font-weight:bold;
}

a:focus {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

button, button span, a:hover, a:hover span, .btn-link, .btn-link:hover, .btn-link:focus {
	color: #1271b1;
	text-decoration:none;
}

.btn-primary, .btn-default {
	color: #fff;
	font-weight: bold;
	padding: 13px 48px;
	background-color: #2394e2;
	transition: background-color 0.25s ease-out;
	border-color: #2394e2;
	border-radius: 0;
	text-transform: uppercase;
}

.btn-default {
	background-color: #f5f5f5;
	border-color: #2394e2;
	color: #2394e2;
}

.btn-primary:hover {
	background-color: #1b73af;
	border-color: #1b73af;
	color: white;
}

.btn-primary:active,.btn-primary:focus, .btn-primary.active, btn-primary.active:focus {
	background-color: #26608a;
	border-color: #26608a;
	color: white;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover
{
	background-color: #26608a;
	border-color: #26608a;
	color: white;
}

.btn-default:hover {
	background-color: #f5f5f5;
	border-color: #26608a;
	color: #26608a;
}

.btn input {
	color: white;
}

.linkpic {
	background: url('/img/link.png') 100% 50% no-repeat transparent;
	padding-right: 10px;
}