* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #f5f5f5;
	line-height: 18px;
}
hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

@media (max-width: 768px) {
	.nav-pills li a {
		margin-top: 10px;
	}
}
@media (min-width: 768px) {
	.pull-right-lg {
		float: right;
	}
	.text-right-lg {
		text-align: right;
	}
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3, h4, h5, h6 {
	font-size: 12px;	
}

/* Text */
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
dl {
	margin-bottom: 10px;
}
dt, dd {
	line-height: 18px;
	margin-bottom: 5px;
}
dt {
	white-space: normal !important;
}
small, .small {
	font-size: 92%;
	line-height: 18px;
}
.list-unstyled {
	margin-bottom: 0;	
}
.legend {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
h2.title {
	color: #0a1380;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
.alert, .well {
	padding: 10px;
}

/* Form */
.form-inline {
	
}
.form-inline label {
	margin-right: 3px;
}
.form-inline .form-control {
	margin-right: 3px;
}
.form-horizontal .control-label {
	text-align: left;
}
@media (max-width: 768px) {
	.form-inline input[type=text] {
		margin-bottom: 10px;
	}
	.form-inline .btn {
		width: 100%;
	}
}

/* Images */
.thumbnail {
	color: #999;
	height: 60px;
	margin: 0;
	text-align: center;
	width: 80px;
}
	.thumbnail:hover {
		color: #999;
		text-decoration: none;
	}
.thumbnail img {
	max-height: 50px;
	max-width: 70px;
}
.fullsize {
	height: auto;
	width: 100%;
}
.thumb-container {
	border-bottom: 1px solid #eee;
	height: 70px;
	margin-bottom: 8px;
	overflow-y: scroll;
}

/* Header */
#header .utility {
	background-color: #fff;
	box-shadow: 0 1px 2px #d5d5d5;
	-moz-box-shadow: 0 1px 2px #d5d5d5;
	-webkit-box-shadow: 0 1px 2px #d5d5d5;
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#d5d5d5', Direction=90, Strength=1)
			progid:DXImageTransform.Microsoft.Shadow(color='#d5d5d5', Direction=270, Strength=1)
			progid:DXImageTransform.Microsoft.Shadow(color='#d5d5d5', Direction=180, Strength=3);
	padding: 6px 0;
}
#header .list-utility {
	margin-bottom: 0;
}
#header .list-utility li {
	border-left: 1px solid #eee;
	font-size: 11px;
	line-height: 14px;
	padding: 0 7px;
}
#header .list-utility li:first-child {
	border: none;
}
#header .list-utility a {
	color: #666;
}
#header .logo {
	margin: 12px;
	max-height: 76px;
	max-width: 100%;
}
#header .icon-facebook {
	margin: 60px 12px 12px;
	float: right;
}

/* Navigation */
.navbar {
	background: #d5d5d5 url(../../../images/res/resaucsprite.png);
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	min-height: 45px;
	-webkit-border-radius: 7px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 7px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 7px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-toggle {
	border: none;
	padding: 4px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent !important;
}
.navbar-toggle .icon-bar {
	background-color: #666;
}
.navbar-form {
	border: none;
}
/* Mobile Menu */
@media (max-width: 992px) {
	.navbar-nav > li {
		border-bottom: 1px solid #eee;
	}
	.navbar-form {
		margin: 0 -10px;
		padding: 15px;
	}
	.navbar-form .form-group {
		display: block;
	}
	.navbar-form  .form-control {
		margin-bottom: 10px;
		width: 100%;
	}
	.btn-search {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
	/* Change default breakpoint */
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
		background-color: #fff;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
		float: none !important;
		margin: 0 -10px;
    }
	.navbar-nav > li {
		float: none;
    }
    .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
    }
    .collapse.in {
		display: block !important;
    }
}
/* Desktop Menu */
@media (min-width: 992px) {
	.navbar-collapse {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-nav {
		margin: 0 7px;
	}
	.navbar-nav > li {
		background: url(../../../images/res/resaucsprite.png) no-repeat;
		height: 37px;
		padding-left: 30px;
	}
	.navbar-nav > li:first-child {
		background: none;
		padding-left: 0;
	}
	.navbar-nav > li > a {
		line-height: 37px;
		padding: 2px 0 0;
	}
	.navbar-nav > .active > a {
		color: #777;
		background-color: transparent;
	}
	.navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-inner {
		clear: both;
		height: 40px;
		padding-top: 6px;
	}
	.navbar-inner a, .navbar-inner a:hover, .navbar-inner a:focus {
		color: #fff;
	}
	.navbar-form {
		margin: 0;
		padding: 0;
	}
	.navbar-form .input-search {
		width: 275px;
	}
	.navbar-form .form-control {
		margin-right: 5px;
	}
	.navbar-text {
		font-size: 12px;
		font-weight: normal;
		margin: 5px 10px;
	}
}
@media (min-width: 1200px) {
	.navbar {
		font-size: 14px;
	}
}
.navbar-gsa {
	background-position: 0 0;
}
.navbar-gsa .navbar-nav > li {
	background-position: -3px -389px;
}
.navbar-pbs {
	background-position: 0 -140px;
}
.navbar-pbs .navbar-nav > li {
	background-position: -3px -290px;
}
.navbar-pbs .btn-primary {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.navbar-pbs .btn-primary:active, .navbar-pbs .btn-primary.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar-pbs .btn-primary:hover, .navbar-pbs .btn-primary:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}
.navbar-pbs .btn-primary:active, .navbar-pbs .btn-primary.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}
.navbar-pbs .btn-primary {
	background-color: #d9534f;
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color: #b92c28;
}
.navbar-gsa-basic {
	min-height: 45px;
	padding: 0 10px;
}

/* Content */
.breadcrumb {
	margin: -5px 0 10px;
	padding: 0;
}
.panel-default  > .panel-heading {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#EEEEEE');
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-title {
	color: #666;
	font-weight: bold;
}
.panel-title a {
	display: block;
}
.panel-title a:hover {
	text-decoration: none;
}
.panel-title .glyphicon {
	margin-right: 10px;
}
.panel-title .glyphicon:before {
	content: "\e114";
}
.panel-title .collapsed .glyphicon:before {
	content: "\e080";
}
.panel-body {
	padding: 10px;
}
.nav-tabs {
	margin-bottom: 15px;
	margin-top: 15px;
}
.nav-pills > li > a {
	padding: 6px 12px;
}
.tab-content {
	margin-bottom: 10px;
}
.pagination, .pager {
	margin-bottom: 0;
	margin-top: 0;
}
.pager li > a {
	font-size: 11px;
	line-height: 1.42857143;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pager li > .number {
	border: none;
}
.carousel-inner .row.two {
	margin-top: 20px;
}
.carousel-inner img {
	height: 200px;
	width: 100%;
}
.carousel-inner a, .carousel-inner a:hover {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
}
.carousel-caption {
	background: none;
	color: #333;
	font-weight: bold;
	display: block;
	text-shadow: none;
	position: static;
	padding: 7px !important;
}
	#featured-items-mobile .carousel-caption {
		margin: 0;
	}
.carousel-control {
	opacity: 1.0;
	width: 7%;
	z-index: 1000;
}
@media (max-width: 768px) {
	.carousel-control {
		width: 10%;
	}
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	margin: 0;
	top: 45%;
}
.carousel-control .glyphicon-chevron-left {
	left: 5px;
}
.carousel-control .glyphicon-chevron-right {
	right: 5px;
}
.addthis_floating_style {
	background: none !important;
}

/* Footer */
#footer {
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	padding: 15px;
}
#footer a {
	color: #666;
}
#footer .logo {
	background-image: url( '../../../images/res/resaucfooter.png');
	display: block;
}
#footer .logo.gsa {
	background-position: 0 0;
	height: 55px;
	width: 55px;
}
#footer .logo.usagov {
	background-position: 0 -57px;
	height: 38px;
	width: 134px;
}
#footer .logo.egov {
	background-position: 0 -97px;
	height: 38px;
	width: 134px;
}
#footer .logo.govsales {
	background-position: 0 -137px;
	height: 38px;
	width: 134px;
}

/* Password Strength Meter */
.button_strength {
	display: none;
}
.strength_meter {
	margin: 5px 0 0;
}
.strength_meter div {
	border-bottom: 5px solid #ddd;
}
.strength_meter div.veryweak, .strength_meter div.weak {
	border-bottom: 5px solid #e72b00;
}
.strength_meter div.medium {
	border-bottom: 5px solid #f5ac00;
}
.strength_meter div.strong {
	border-bottom: 5px solid #008000;
}

/* ArcGIS Map */
.map-legend {
	color: #777;
	margin-top: 10px;
}

.legend-item {
	display: inline-block;
	margin: 0 5px;
}

.legend-item > span {
	display: block;
	float: left;
	margin-right: 5px;
	height: 15px;
	width: 25px;
}

/* Lightbox */
body:after {
  content: url(../../images/lightbox/close.png) url(../../images/lightbox/loading.gif) url(../../images/lightbox/prev.png) url(../../images/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}
.lb-prev {
  left: 0;
  float: left;
}
.lb-prev {
  background: url(../../images/lightbox/prev.png) left 48% no-repeat;
}
.lb-next {
  right: 0;
  float: right;
}
.lb-next {
  background: url(../../images/lightbox/next.png) right 48% no-repeat;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #eee;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}