/*
 * Custom CSS file for additional styles
 *
 */

/* General additions
----------------------------------------*/
body {
	padding-top: 50px; /* Compensate for fixed top nav */
}
.navbar-brand {
	max-width: 300px;
	color: #003d7a;
}
@media screen and (min-width: 768px) { /* Compensate for body padding on fixed top nav */
	.main-content h1:before, h4:before { 
	  display: block; 
	  content: " "; 
	  margin-top: -70px; 
	  height: 70px; 
	  visibility: hidden; 
	}
} 
.no-bottom-margin {
	margin-bottom: 0px;
}
.indent {
	margin-left: 15px;
}
.double-indent {
	margin-left: 30px;
}
blockquote p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
}
.btn-xs {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.5em;
	border-radius: 3px;
}
.add-space {
	padding-top: 15px;
}
.pad-top {
	padding-top: 30px;
}
.pad-top-second {
	padding-top: 30px;
}
.list-inline > li.first {
	padding-left: 0px;
}
@media screen and (max-width: 991px) {
	.pad-top-second {
		padding-top: 0px;
	}
}
@media screen and (min-width: 992px) {
	.push-down {
		margin-top: 100px;
	}
}
.button-align h1 {
	float: left;
}
.button-align a.btn {
	position: relative;
	margin-top: 20px;
}
.table-announce thead > tr > th,
.table-announce tbody > tr > th,
.table-announce tfoot > tr > th,
.table-announce thead > tr > td,
.table-announce tbody > tr > td,
.table-announce tfoot > tr > td {
	border-top: 0px;
}
.table-announce tbody > tr > th,
.table-announce tfoot > tr > th,
.table-announce tbody > tr > td,
.table-announce tfoot > tr > td {
	color: #999;
	min-width: 70px;
}

.table-announce > tbody > tr > td.new,
.table-announce > tfoot > tr > td.new,
.table-announce > tbody > tr > th.new,
.table-announce > tfoot > tr > th.new,
.table-announce > tbody > tr.new > td,
.table-announce > tfoot > tr.new > td,
.table-announce > tbody > tr.new > th,
.table-announce > tfoot > tr.new > th {
  color: #000;
}
.table-announce > tbody > tr > td.new  a,
.table-announce > tfoot > tr > td.new  a,
.table-announce > tbody > tr > th.new  a,
.table-announce > tfoot > tr > th.new  a,
.table-announce > tbody > tr.new > td  a,
.table-announce > tfoot > tr.new > td  a,
.table-announce > tbody > tr.new > th  a,
.table-announce > tfoot > tr.new > th  a {
  color: #428bca;
}
.table-announce > tbody > tr > td.new  a:hover,
.table-announce > tfoot > tr > td.new  a:hover,
.table-announce > tbody > tr > th.new  a:hover,
.table-announce > tfoot > tr > th.new  a:hover,
.table-announce > tbody > tr.new > td  a:hover,
.table-announce > tfoot > tr.new > td  a:hover,
.table-announce > tbody > tr.new > th  a:hover,
.table-announce > tfoot > tr.new > th  a:hover {
  color: #2a6496;
}
.table-announce a {
	color: #7eb0db;
}
.table-announce a:hover{
	color: #6aa3d5;
}
.table-announce {
	font-size: .95em;
}

a.disabled:hover{
	cursor: not-allowed;
}

/* Make top nav scroll on small screens to fix dropdowns, but still pad h1 */
@media screen and (max-width: 768px) {
	.navbar-fixed-top {
		position: relative;
	}
	.navbar {
		margin-bottom: 0px; /* Fix the added space when position relatively */
	}

	body {
		padding-top: 0px;
	}
	#main-content h1:before {
		display: block;
		content: " ";
		margin-top: -10px;
		height: 10px;
		visibility: hidden;
	}
}

/* Extra large visibility for the top nav (to hide search bar) */
@media screen and (min-width: 1200px) {
	.visible-ex-lg {
		display: block !important;
	}
}
@media screen and (max-width: 1199px) {
	.visible-ex-lg {
		display: none !important;
	}
}
/*------*/

/* Main header
----------------------------------------*/

.main-header {
	padding: 30px 30px 40px;
	font-size: 16px;
	color: #5a5a5a;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.main-header h1 {
	color: #003d7a;
}
.main-header p {
	font-weight: 300;
	line-height: 1.5;
}
.main-header .container {
	position: relative;
}

/* Tablets and up */

@media screen and (min-width: 768px) {
.main-header {
    font-size: 21px;
    text-align: left;
  }
.main-header h1 {
    font-size: 60px;
    line-height: 1;
  }
.main-header h1,
.main-header p {
    margin-right: 380px;
  }
}

/* Sidebar
----------------------------------------*/

.main-sidebar.affix {
	position:static;
}

/* First level of nav */
.main-sidebar {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	background-color: #f0f7ff;
	border-radius: 5px;
}

/* All levels of nav */
.main-sidebar .nav > li > a {
	display: block;
	color: #716b7a;
	padding: 5px 20px;
}
.main-sidebar .nav > li > a:hover,
.main-sidebar .nav > li > a:focus {
	text-decoration: none;
	background-color: #dceeff;
	border-right: 1px solid #dbd8e0;
}
.main-sidebar .nav > .active > a,
.main-sidebar .nav > .active:hover > a,
.main-sidebar .nav > .active:focus > a {
	font-weight: bold;
	color: #003d7a;
	background-color: transparent;
	border-right: 1px solid #003d7a;
}
 /* Nav: second level (shown on .active) */
 .main-sidebar .nav .nav {
 	display: none; /*Hide by default, but at >768px, show it */
 	margin-bottom: 8px;
 }
.main-sidebar .nav .nav > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 90%;
}

/* Tablets and up */
@media screen and (min-width: 768px) {
	.main-sidebar {
		display: block; /* Show the nav */
	}
	.main-sidebar .nav > .active > ul {
		display: block;
	}
}

/* Tablets/desktops and up */
@media screen and (min-width: 992px) {
	.main-sidebar.affix,
	.main-sidebar.affix-bottom {
		width: 213px;
	}
	.main-sidebar.affix {
		position: fixed; /* Undo static position from mobile placement */
		top: 50px;
	}
	.main-sidebar.affix-bottom {
		position: absolute; /* Undo static position from mobile placement */
	}
	.main-sidebar.affix-bottom .main-sidenav,
	.main-sidebar.affix .main-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* Large desktops and up */
@media screen and (min-width: 1200px) {
	.main-sidebar.affix-bottom,
	.main-sidebar.affix {
		width: 270px;
	}
}

/* Index Page Styling
----------------------------------------*/
.index-header {
	background-color: #003d7a;
}
.index-header h1 {
	color: #f2cf1d;
}
.index-header p {
	color:#fff;
}









