
@font-face {
    font-family: FortBlack;
	src:	url('/forum/files/fonts/fortblack.eot');
	src:	url('/forum/files/fonts/fortblack.woff2') format('woff2'),
			url('/forum/files/fonts/fortblack.woff') format('woff');
}
@font-face {
    font-family: FortLight;
	src:	url('/forum/files/fonts/fortlight.eot');
	src:	url('/forum/files/fonts/fortlight.woff2') format('woff2'),
			url('/forum/files/fonts/fortlight.woff') format('woff');
}
@font-face {
    font-family: FortBold;
	src:	url('/forum/files/fonts/fortextrabold.eot');
	src:	url('/forum/files/fonts/fortextrabold.woff2') format('woff2'),
			url('/forum/files/fonts/fortextrabold.woff') format('woff');
}
/*
@font-face {
    font-family: FortBook;
	src:	url('/forum/files/fonts/fortbook.eot');
	src:	url('/forum/files/fonts/fortbook.woff2') format('woff2'),
			url('/forum/files/fonts/fortbook.woff') format('woff');
}
@font-face {
    font-family: FortBookItalic;
	src:	url('/forum/files/fonts/fortbookitalic.eot');
	src:	url('/forum/files/fonts/fortbookitalic.woff2') format('woff2'),
			url('/forum/files/fonts/fortbookitalic.woff') format('woff');
}
@font-face {
    font-family: FortMedium;
	src:	url('/forum/files/fonts/fortmedium.eot');
	src:	url('/forum/files/fonts/fortmedium.woff2') format('woff2'),
			url('/forum/files/fonts/fortmedium.woff') format('woff');
}
*/

body {
	font-family: 'FortLight', Arial, sansserif;
	font-size: 18px;
	background: #fff;
}
strong,
b {
	font-family: 'FortBold', Arial, sansserif;
}
.bypass {
	position: absolute;
	top: 0;
	left: -9999px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #2993d2;
	text-transform: none;
}
.bypass:focus {
	left: 0;
}
.logo {
	padding: 0.75em 0;
	background: #0032a0;
}
.text-muted {
	color: #757575;
}
.text-small {
	font-size: 16px;
}
a {
	text-decoration: underline;
	color: #255ad1;
}
a.btn,
nav a,
a.label,
.label a,
.pagination a {
	text-decoration: none !important;
}
hr {
	border-color: #94C9E9;
}
header {
	background: #FFF;
}
header a,
header a:hover,
header a:focus {
	text-decoration: none;
	color: #0032a0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'FortBold', Arial, sansserif;
	font-weight: bold;
}
header h1 {
	font-family: 'FortBlack', Arial, sansserif;
	font-size: 48px;
	padding: 0;
	margin: 16px 0 8px -2px;
	text-transform: uppercase;
	color: #0032a0;
	line-height: 1em;
}
header h2 {
	font-size: 16px;
	padding: 0;
	margin: 4px 0 0 0;
	text-transform: uppercase;
	line-height: 1em;
	color: #0032a0;
}
main nav a {
	color: #0032a0;
	display: block;
	padding: 15px;
	font-size: 16px;
}
main nav a:hover,
main nav a:focus {
	background: #255ad1;
	color: #FFF;
}
main nav a.active {
	background: #001950;
	color: #FFF;
}
main {
	padding: 30px 0 30px 0;
}
main > .search {
	margin-bottom: 15px;
}

nav h2 {
	font-size: 100%;
	font-weight: bold;
}

.article {
	border-radius: .25rem;
	box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.5);
	background: #FFF;
	overflow: hidden;
	border: 0;
}
.article h2 a {
	color: #0032a0;
	text-decoration: none;
}
.article .article-image {
	background-size: cover;
	background-position: center center;
}

.item,
.btn,
.form-control,
.well,
.alert {
	
}

.btn-default {
	background: #EEE;
	border-color: #EEE;
}
.btn-default:hover,
.btn-default:focus {
	background: #001950;
	border-color: #001950;
	color: #FFF;
}


.btn-success,
.badge-success {
	background: #398439;
	border-color: #398439;
}
.btn-success:hover,
.btn-success:focus {
	background: #2C682C;
	border-color: #2C682C;
}

.btn-info {
	background: #255ad1;
	border-color: #255ad1;
}
.btn-info:hover,
.btn-info:focus {
	background: #001950;
	border-color: #001950;
}
.btn-primary {
	background: #001950;
	border-color: #001950;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #041820;
	border-color: #041820;
}
.form-control {
	border: 1px solid #94C9E9;
	box-shadow: 1px 1px 3px #EEE;
}
footer .about {
	background: #0032a0;
	color: #FFF;
	padding: 1.5em 0;
	font-size: 16px;
}
footer .about a,
footer .about a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
footer .legal {
	background: #222;
	color: #CECDCD;
	padding: 1.5em 0;
	font-size: 16px;
}
footer .legal ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .legal li {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
footer .legal a,
footer .legal a:hover {
	color: #CECDCD !important;
	text-decoration: underline;
}
.clear {
	clear: both;
}
label {
	font-weight: normal;
}
/* make all inputs 100% wide */
.form .form-control,
.form label {
	max-width: 100%;
	width: 100%;
}
.form-inline .form-control,
.form-inline label {
	width: auto;
}
.text-required {
	color: #EB0000 !important;
}
.label {
	border-width: 1px;
	border-style: solid;
	font-size: 18px;
	display: inline-block;
	margin: 0 0 2px 0;
}
.label.label-outlined {
	background-color: transparent;
	box-sizing: border-box;
}
.label.label-default {
	border-color: #5E5E5E;
	background: #FFF;
}
.label.label-outlined.label-default {
	color: #5E5E5E
}
.label.label-primary {
	border-color: #337ab7;
}
.label.label-outlined.label-primary {
	color: #337ab7
}
.label.label-info {
	border-color: #29B6F6;
}
.label.label-outlined.label-info {
	color: #29B6F6
}
.label.label-success {
	border-color: #5cb85c;
}
.label.label-outlined.label-success {
	color: #5cb85c
}
.label.label-warning {
	border-color: #FFD600;
}
.label.label-outlined.label-warning {
	color: #FFD600
}
.label.label-danger {
	border-color: #ef1c1c;
}
.label.label-outlined.label-danger {
	color: #ef1c1c
}
.label.label-outlined:hover,
.label.label-outlined a:hover {
	color: #FFF;
}
.video {
	position: relative;
	padding-bottom: 56.25%; /* 9/16 = 56.25; 16:9 aspect ratio */
	margin-bottom: 1em;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border: 0;
}

.background-gray {
	background: #EEE;
}
.background-blue {
	background: #0032a0;
}

/* Extra Small devices (tablets, 767px and under) */
@media (max-width: 767px) {
	.form-inline .form-control {
		display: inline-block !important;
	}
}

/* Small and Extra small devices (below 991px) */
@media (max-width: 991px) {
	header h1 {
		font-size: 40px;
		
	}
	header h2 {
		font-size: 14px;
		margin-top: 6px;
		
	}
	footer .legal ul li {
		margin: 0;
		float: none;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.w-lg-25 {
		width: 25% !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.w-lg-75 {
		width: 75% !important;
	}
	.w-lg-100 {
		width: 100% !important;
	}
}