/* 
	Fonts 
	----------------------------------------------------------------------------------------------------- 
*/
@font-face{
	font-family:"TradeGothic-Bold20";
	src:url("../fonts/trade-gothic-bold-cond-no-20.eot?#iefix");
	src:url("../fonts/trade-gothic-bold-cond-no-20.eot?#iefix") format("eot"),url("../fonts/trade-gothic-bold-cond-no-20.woff") format("woff"),url("../fonts/trade-gothic-bold-cond-no-20.ttf") format("truetype"),url("../fonts/trade-gothic-bold-cond-no-20.svg#df0f9c50-3ce3-4b1f-8120-074ca66b83b1") format("svg");
}

.font-bold {
	font-weight: bold;
}

/* 
	Bootstrap extensions 
	----------------------------------------------------------------------------------------------------- 
*/
.img-responsive.img-center {
	margin: 0 auto;
}

.reset {
	margin: 0;
	padding: 0;
}

table {
	background-color: white;
}

hr.default {
	border-color: #ddd;
}

a.btn {
	text-decoration: none;
}

/* 
	Body 
	----------------------------------------------------------------------------------------------------- 
*/
body {
	background-color: #005c92;
}

body.print {
	background: white;
}

a {
	color: #005c92;
	text-decoration: underline;
}

a:hover {
	color: #005c92;
	text-decoration: none;
}

/* 
	Fonts 
	----------------------------------------------------------------------------------------------------- 
*/
.font-heading {
	font-family: 'TradeGothic-Bold20', Helvetica, Arial;
}

.font-lg {
	font-size: 16px;
}

/* 
	Buttons 
	----------------------------------------------------------------------------------------------------- 
*/
.btn-regular {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid transparent;
	text-decoration: none !important;
}

.btn-regular:hover {
	background: transparent;
	color: white;
	border: 2px solid white;
}

/* 
	Cookies
	----------------------------------------------------------------------------------------------------- 
*/
.cookies {
	background-color: #ddd;
	padding: 30px 0;
}

/* 
	Header
	----------------------------------------------------------------------------------------------------- 
*/
.header {
	min-height: 84px;
	background-color: #eeeeee;
}

.header .logo {
	margin-top: 21px;
}

.header-links {
	float: right;
	list-style: none;
	margin: 0 0 0 0;
	padding: 30px 0 20px 0;
	color: #666;
	font-size: 12px;
}

.header-links li {
	float: left;
	margin-left: 20px;
}

.header-links li a {
	color: #666;
	text-decoration: none;
}

.header-links li a:hover {
	color: #000;
}

.header-links .icon {
	margin-right: 3px;
	margin-top: -1px;
}

.header-links .report {
	color: black;
}

.search-form::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}
.search-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity: 1;
}
.search-form::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity: 1;
}
.search-form:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: white;
}

/* 
	Navigation
	----------------------------------------------------------------------------------------------------- 
*/
.navigation {
	background-color: #007ac2;
	overflow: hidden;
}

.navbar-custom {
	color: #b6def6;
	background: #007ac2;
	border: 0;
	border-bottom: 1px;
	border-color: #007ac2;
	border-bottom-color: #007ac2;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-collapse .navbar-form {
	border-color: #007ac2;
}

.navbar-custom a.navbar-brand,
.navbar-custom .navbar-nav > li > a {
	color: #b6def6;
	text-decoration: none;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #005c92;
}

.navbar-custom a.navbar-brand:hover,
.navbar-custom a.navbar-brand:focus {
	color: #005c92;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #005c92;
}

.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
	color: #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #005c92;
}

.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
	color: #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-custom .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-custom .navbar-nav .dropdown-menu {
	background-color: #fff;
}

.navbar-custom .navbar-nav .dropdown-menu .divider {
	background-color: #005c92;
}

.navbar-custom .navbar-nav .dropdown-menu > li > a {
	color: #666;
}

.navbar-custom .navbar-nav .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #005c92;
}

.navbar-custom .navbar-nav .dropdown-menu > .active > a,
.navbar-custom .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-custom .navbar-nav .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #005c92;
}

.navbar-custom .navbar-toggle {
	border-color: #005c92 !important;
	background: #005c92 !important;
}

.navbar-custom .navbar-toggle:hover {
	border-color: #005c92 !important;
	background: #005c92 !important;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #ffffff !important;
}

.navbar-custom .navbar-form input {
	border: 0;
	background-color: #105d94;
	color: white;
	border-radius: 16px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.navbar-custom .navbar-form .form-group {
	margin-right: -4px;
}

.navbar-custom .navbar-form button {
	border-color: #105d94;
	background-color: #105d94;
	color: white;
	border-radius: 16px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

/* 
	Investigation icons/links/patterns/backgrounds
	----------------------------------------------------------------------------------------------------- 
*/
.bg-airspace {
	background-color: #0079c2;
}
.bg-accident {
	background-color: #b32b00;
}
.bg-train {
	background-color: #e67e00;
}
.bg-sea {
	background-color: #005c92;
}
.bg-military {
	background-color: #007e3e;
}
.bg-pdf {
	/*background-color: #999999;*/
}

/* 
	Homepage
	----------------------------------------------------------------------------------------------------- 
*/
.home {
}

.investigation-links {
	overflow: hidden;
}

.investigation-links a {
	font-family: 'TradeGothic-Bold20', Helvetica, Arial;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 20%;
	margin: 0;
	float: left;
	padding: 25px 0;
}

.investigation-links a:hover {
	color: white;
	text-decoration: none;
	background-color: black;
	/*opacity: 0.9;*/
}

.investigation-links a img {
	margin-bottom: 10px;
}
/*
.investigation-links a.bg-accident img {
	margin-bottom: 11px;
}
*/
.investigation-links a.bg-airspace:hover {
	background-color: #00436c;
}
.investigation-links a.bg-accident:hover {
	background-color: #591500;
}
.investigation-links a.bg-train:hover {
	background-color: #7b4300;
}
.investigation-links a.bg-sea:hover {
	background-color: #003758;
}
.investigation-links a.bg-military:hover {
	background-color: #00401f;
}


/* 
	Page
	----------------------------------------------------------------------------------------------------- 
*/
.page {
	background-color: #fff;
}

.page-default {
	padding: 40px 0 40px 0;
}

.page-entry {
	padding: 28px 0 80px 0;
}

.page-entry .breadcrumbs {
	margin-bottom: 8px;
	overflow: hidden;
}

.page-entry .breadcrumbs div {
	color: #007ac2;
	font-size: 12px;
	float: left;
	margin-right: 10px;
}

.page-entry .breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

.page-entry .breadcrumbs a:hover {
	text-decoration: underline;
}

.page-entry .breadcrumbs span {
	color: #ccc;
}

.page-entry .body {
	color: #666666;
	font-size: 16px;
	line-height: 1.5em;
	border-left: 1px solid #eeeeee;
	padding: 0 0 0 40px;
	min-height: 300px;
}

.page-entry .body.noline {
	border-left: 0;
	padding: 0;
}

.page-entry table {
	width: 100% !important;
}

.page-entry .body h1,
.page-entry .body h2,
.page-entry .body h3,
.page-entry .body h4,
.page-entry .body h5 {
	color: #000000;
	font-family: 'TradeGothic-Bold20', Helvetica, Arial;
	padding: 10px 0 0 0 ;
	margin: 0 0 15px 0;
}

.page-entry .body h1 {
	font-size: 48px;
	padding: 0;
	margin: 0 0 20px 0;
}

.page-entry .body .image {
	margin-bottom: 25px;
}

.page-entry .sub-navigation,
.page-entry .sub-navigation ul,
.page-entry .sub-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 14px;
}

.page-entry .sub-navigation li {
	margin-bottom: 4px;
}

.page-entry .sub-navigation li.level-1 {
}

.page-entry .sub-navigation li.level-2 {
}

.page-entry .sub-navigation li.level-3 {
	margin-left: 20px;
	display: none;
}

.page-entry .sub-navigation li.level-4 {
	margin-left: 40px;
	display: none;
}

.page-entry .sub-navigation a {
	color: #666666;
	text-decoration: none;
}

.page-entry .sub-navigation a:hover {
	color: #007ac2;
}

.page-entry .sub-navigation a.active {
	font-weight: bold;
	color: #007ac2;
}

.page-entry .sub-navigation li.level-2,
.page-entry .sub-navigation li.level-3,
.page-entry .sub-navigation li.level-4,
.page-entry .sub-navigation li.level-5 {
	background: url('../images/nav-arrow.png') no-repeat;
	background-position: 2px 4px;
	padding: 0 0 0 16px;
}

.page-entry .sub-navigation li.level-2.level-active,
.page-entry .sub-navigation li.level-3.level-active,
.page-entry .sub-navigation li.level-4.level-active,
.page-entry .sub-navigation li.level-5.level-active {
	background: url('../images/nav-arrow-active.png') no-repeat;
	background-position: 2px 4px;
}

.page-entry .sub-navigation li.active-down {
	background: url('../images/nav-arrow-down.png') no-repeat;
	background-position: 0 7px;
}

.page-entry .sub-navigation li.no-children {
	background: 0;
}

.page-entry .sub-navigation li.no-children.level-active {
	background: 0;
}

.page-entry .sub-navigation-mobile .level-1 {
	padding-left: 0;
}

.page-entry .sub-navigation-mobile .level-2 {
	padding-left: 20px;
}

.page-entry .sub-navigation-mobile .level-3 {
	padding-left: 40px;
}

.page-entry .sub-navigation-mobile .level-4 {
	margin-left: 60px;
}

/* 
	Lists
	----------------------------------------------------------------------------------------------------- 
*/
.list {
}

.list {
	overflow: hidden;
}

.list .icon {
	float: left;
	border-radius: 50%;
	color: white;
	width: 30px;
	height: 30px;
	text-align: center;
}

.list .icon img {
	padding-top: 4px;
	width: 45%;
}

.list .bg-pdf img {
	padding-top: 0px;
	width: 75%;
}

.list .bg-military img {
	padding-top: 4px;
	width: 25%;
}

.list .desc {
	margin-left: 50px;
}

/* 
	Investigations
	----------------------------------------------------------------------------------------------------- 
*/
.investigations {
}

.investigations .investigation {
	color: #666666;
	margin-bottom: 30px;
	overflow: hidden;
}

.investigations .investigation .icon {
	float: left;
	border-radius: 50%;
	color: white;
	width: 50px;
	height: 50px;
	text-align: center;
}

.investigations .investigation .icon img {
	padding-top: 12px;
	width: 45%;
}

.investigations .investigation .bg-military img {
	padding-top: 12px;
	width: 25%;
}

.investigations .investigation .desc {
	margin-left: 70px;
}

.investigations .investigation .desc a {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}

.investigations .investigation .desc a:hover {
	color: black;
}

.investigations .investigation .date {
	color: #999999;
	font-size: 12px;
	margin-top: 4px;
}

.investigations .investigation .number {
	color: #999999;
	font-size: 12px;
	margin-top: 2px;
}

.investigation-updates {
}

.investigation-updates .update {
	/*border-top: 1px solid #ddd;*/
	/*border-right: 1px solid #ddd;*/
	border-left: 3px solid #ddd;
	padding: 20px;
}

.investigation-updates .update:last-child {
	/*border-bottom: 1px solid #ccc;*/
}

/*.investigation-updates .update .bg {
	position: absolute;
	width: 2px;
	top: 0;
	left: 0;
	height: 100%;
}

.investigation-updates .update .desc {
	margin-left: 110px;
}*/

.investigation-updates .update .date {
	color: #666;
	margin-bottom: 2px;
	font-size: 12px;
}

.investigations-search-form label {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

.investigations-search .body {
	border-left: 0;
	padding: 0;
	min-height: 0;
}

.investigations-search .panel-body {
	padding: 25px;
}

.investigation .body {
	border-left: 0;
	padding: 0;
	min-height: auto;
}

.investigation .details {
	color: #666666;
	margin: 20px 0;
	overflow: hidden;
}

.investigation .details .icon {
	float: left;
	border-radius: 50%;
	color: white;
	width: 50px;
	height: 50px;
	text-align: center;
}

.investigation .details .icon img {
	padding-top: 12px;
	width: 45%;
}

.investigation .details .bg-military img {
	padding-top: 12px;
	width: 25%;
}

.investigation .details .desc {
	margin-left: 70px;
}

.investigation .details .number {
	color: #a99a6f;
	font-family: 'TradeGothic-Bold20', Helvetica, Arial;
	font-size: 22px;
}

.investigation .details .date {
	color: #999999;
}

.investigation .statuses {
	position: relative;
}

.investigation .statuses .status {
	position: absolute;
	margin-bottom: 20px;
	color: #cccccc;
	font-size: 18px;
	z-index: 2;
}

.investigation .statuses .status .circle {
	width: 32px;
	height: 32px;
	background-color: white;
	border-radius: 50%;
	border: 2px solid #ddd;
	float: left;
}

.investigation .statuses .status .circle .spot {
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	margin-left: 4px;
	margin-top: 4px;
}

.investigation .statuses .status .circle .spot-print {
	margin-left: 4px;
	margin-top: -1px;
}

.investigation .statuses .status .name {
	padding-top: 2px;
	margin-left: 50px;
}

.investigation .statuses .status.active {
	color: black;
}

.investigation .statuses .status.active .circle .spot {
	background-color: #007ac2;
}

.investigation .statuses .line {
	position: absolute;
	width: 2px;
	height: 50px;
	z-index: 1;
	background-color: #ddd;
	top: 10px;
	left: 15px;
}

/* 
	News
	----------------------------------------------------------------------------------------------------- 
*/
.home-news {
	margin-bottom: 60px;
}

.home-news h4 {
	font-size: 16px;
	color: black;
	margin-bottom: 6px;
}

.home-news h4 a {
	color: inherit;
	text-decoration: none;
}

.home-news .date {
	font-size: 11px;
	color: #a99a6f;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.home-news .body {
	color: #999999;
}

.news .body {
	border-left: 0;
	border-right: 1px solid #eeeeee;
	padding: 0 40px 0 0;
	min-height: 100px;
}

.news .body h1 {
	margin: 0 0 6px 0;
}

.news .date {
	font-size: 11px;
	color: #a99a6f;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

/* 
	Newsletter
	----------------------------------------------------------------------------------------------------- 
*/
.newsletter {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #666666;
	background-color: #eeeeee;
	font-size: 16px;
}

.newsletter-form input,
.newsletter-form select {
	margin-bottom: 6px;
}

/* 
	Footer
	----------------------------------------------------------------------------------------------------- 
*/
.footer {
	padding-top: 30px;
	padding-bottom: 100px;
	color: #fff;
	font-size: 13px;
}

.footer a {
	color: #ddc57f;
	text-decoration: underline;
}

.footer a:hover {
	color: #ddc57f;
	text-decoration: none;
}

.footer .latest-update {
	color: #91c5e3;
	font-size: 11px;
}


/* 
	Responsive CSS
	----------------------------------------------------------------------------------------------------- 
*/

/* Desktop large */
@media (min-width: 1200px) {
}

/* Desktop medium */
@media (min-width: 979px) and (max-width: 1199px) {
}

/* Tablet */
@media (min-width: 767px) and (max-width: 979px) {
	.page-entry .body {
		border-left: 0;
		border-right: 0;
		padding: 0 0 0 0;
	}
	.investigation-links a {
		font-size: 14px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.header-links {
		padding: 15px 0 20px 0;
	}
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-entry .body {
		border-left: 0;
		border-right: 0;
		padding: 0 0 0 0;
	}
	.navbar-custom .navbar-form input {
		border-radius: 16px;
	}
	.navbar-custom .navbar-form button {
		border-color: #105d94;
		background-color: white;
		color: black;
		border-radius: 16px;
		width: 100%;
	}
	.investigation-links a {
		width: 100%;
		font-size: 16px;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
	}
}
