@charset "utf-8";
/* CSS Document */

/* ---- Global Styles ----------------------------------------- */
@font-face {
	font-family: BCSans;
	src: url("../../gov3/fonts/BCSans-Regular.woff");
	font-weight: normal;
}
@font-face {
	font-family: BCSans;
	src: url("../../gov3/fonts/BCSans-Bold.woff");
	font-weight: bold;
}
@font-face {
	font-family: BCSans;
	src: url("../../gov3/fonts/BCSans-Italic.woff");
	font-style: italic;
}
body {
	font-family: BCSans;
	font-size: 13px;
	font-style:normal;
}

h1, h2, h3, h4, h5 {
	color: #151515;
	font-family: BCSans;
	font-weight: normal;
	font-size: 16px; /* Heading override consistency. Redefine when h3+ are defined */
	line-height: 1.2em !important;
}

h1.subpages {
	margin:.63em 0 0 .5em;	
	color:#293649 !important;
}

.side-nav-subhead a {
	color:#394559;
}

.side-nav-head {
	display:block;
	border-top-left-radius:10px;
	margin-top:1em;
	width:246px;
	background-color:#556072;
	color:#FFF;
	font-family: BCSans;
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.side-nav-head a {
	color:#FFF;
	text-decoration:underline;
}

h1 {
	font-size: 25px;
	color:#e6ad28;
	margin: 10px 0 20px 0;
}

h1.heading.homepage {
	margin: 10px 0 13px 0 !important;
}

h1.heading {
	margin: 1.1em 0 25px 0 !important;
}

h1.heading.homepage.buzz {
	margin: 0px 0 6px 0 !important;
}

h2 {
	letter-spacing:.03em;
	font-size: 18px;
	margin: 15px 0;
}

#buzz-container .buzz-item h2 {
	margin:2px 0px;	
	font-weight:bold;
	font-size:11px;
	line-height:15px !important;
	font-family: BCSans;
	color: #384458;
	letter-spacing:0;
}


#buzz-archive h2 {
	margin-bottom:0;
	color:#334971;
	letter-spacing:0;
}

#buzz-container .buzz-item h2 a {
	color: #384458;
}


h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 13px 0 7px 0;
	color:#333;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

h5 {
	font-size: 13px;
	margin: 5px 0;
}

a {
	color: #0088CC;
	text-decoration: none;
}
button {
	font-size: 10pt;
	background-color: #38598a;
	color:white;
	border: none;
	padding: 6px;
	border-radius: 5px;
}
button:focus {
	outline: solid lightgreen;
}
input[type="checkbox"]:focus {
	outline: solid lightgreen;
}
input[type="radio"]:focus {
	outline: solid lightgreen;
}
button a {
	background-color: #38598a;
	color:white;
	border: none;
}
button a:hover {
	color: white;
	text-decoration: none;
	outline: none;
}
button a:visited {
	color: white;
	outline: none;
}
button a:focus {
	color: white;
	outline: none;
}
.help_btn a {
	background-color: #38598a;
	color:white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
  	margin-left: 10px;
}
.help_btn a:focus {
	outline: solid lightgreen;
}
ul.etabs button {
	border: none;
	background:none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
	padding: 9px 0;
}

.buzz-item p {
	padding:3px 0;
	font-size: 11px;
	line-height: 13px;
}


img {
	border: none;
}
blockquote {
	margin-left: 40px;
}
#alert-banner {
	background-color: black;
	color: white;
	font-size: 14pt;
	padding: 5px;
	width: 100%;
	display: block;
	text-align: center;
}
#alert-banner:before {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	content: "\f06a";
	font-size: 28px !important;
}
