/*This stylesheet is used to style the public side of the Gateway and is to be used for global styles only */

body {
	color: #1b1d25;
	padding-top: 120px;
	}
a {
	text-decoration:underline;
}
h1 {
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size: 40px;
	color: #1b3c59;
}
h2 {
	font-size: 30px;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.2em;
}
h4 {
	margin-bottom:0;
	font-size: 1em;
	color: #8F5032;
}
/*p {
	margin: 0 0 1.5em;
}*/
ul li {
	padding: 0px;
	margin-left: 20px;
}
table {
	width:auto;
}
td {
	vertical-align: top
}
.logo { /*Main Gateway banner*/
	display:block;
    
}

footer img {
	float: right;
	margin-left: 20px;
}

footer a {
	color: #303442;
}
footer a:hover {
	text-decoration: underline;
	color: #1b1d25;
}
.footerNav {
	text-align: center;
}
.footerNav a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
/*New footer*/
footer {
	margin-top:20px;
	padding-top: 20px;
	border-top: 1px solid #c5d1ba;
	line-height: auto;
	font-size: 12px;
}
ul.footerNav {
	padding-left: 0;
	margin-bottom: 12px;
}
.footerNav > li {
	display:inline;
}
.footerNav > li + li {
  margin-left: 12px;
}

/*Navbar*/
/*nav .glyphicon {
	color:#94bcdf;
}*/

/*New Navbar*/
.navbar-default{
    background-color: #F8F8F8;
    border-color: #F8F8F8;
	min-height: 75px;
}

.navbar-default .glyphicon {
    color: #808184;
    opacity: 0.2;
}

/* Title */
.navbar-default .navbar-brand {
    color: #FFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #BF6B42;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: #1B3C59;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #BF6B42;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #BF6B42;
    background-color: #94BCDF;
}
/*End New Navbar*/

.nav > li > a, .navbar-brand {
	/*background-color: #eaf3e3;*/
	color: #275680;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration:none;
}
@media (min-width: 992px) { /*This adjusts the padding to center the items in the navbar*/
	.navbar-nav > li > a {
    padding-top: 25px;
}
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #e7ece3;
	color: #1B3C59;
}


#outputNav { /* the navigation bar which borrows styles from subhead3*/
	background-color: #BF6B42;
	margin-top: -5px;
	height: 55px;
}
#outputNav p {
	margin-top: 18px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#outputNav p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#outputNav p a:hover {
	text-decoration: underline;
}


#login {
	display: block;
	height: 26px;
	/*margin-left: 20px;*/
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top:20px;
	/*padding-top: 3px;
	padding-left: 28px;*/
	/*float: right;*/
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#login a, #login a:visited {
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
/*End Navbar*/

/* Style the nav tabs*/
.nav-tabs {
    border-bottom: 1px solid #1A3E5E;
	margin-bottom: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #1A3E5E #1A3E5E transparent;
    color: #1A3E5E;
	}
.nav-tabs > li > a:hover {
	background-color: #D6E6F3 !important;
}
/*End nav tabs*/ 

a.aboutLink, .aboutLink, .aboutLink a  {
	color: #4E4845;
	font-size:12px;

}
a.aboutLink:hover, .aboutLink a:hover {
	color: #000;
	text-decoration:underline;
}
.error { /*Added 8/12/13 to make the standard "test site" notice larger*/
	font-size:20px;
}
.panel-title a {
	text-decoration:none;
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger  { padding: 10px;}

#format-options { /*This div is used for download options (pdf, excel, etc)*/
	margin-bottom: 10px;
}
#format-options a {
    font-size: 11px;
    padding-right: 10px;
	font-family: Arial;
}
#format-options img {
    padding-right: 5px;
}
:target:before { /*This fixes the anchor links relative to the fixed header. See https://www.itsupportguides.com/knowledge-base/tech-tips-tricks/how-to-offset-anchor-tag-link-using-css/*/
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}