@charset "UTF-8";
/** IE7-IE8 support **/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i');
/**
 * @file
 * Global/shared styles for openomega.
 */

/************ Basic styles used in many places across the site *************/

/** Accessible hidden/visible styles **/
.element-hidden {
  position:absolute;
  z-index: 10;
  left:-9999px;
}

.element-visible {
  left: auto;
}

/*Open Dyslexic Font Styles*/
@font-face {
  font-family:"OpenDyslexic";
  src:url(/sites/bia.gov/fonts/OpenDyslexic3-Regular.ttf) 
  format('embedded-opentype'),url(/sites/bia.gov/fonts/OpenDyslexic-Regular.svg) 
  format('svg'),url(/sites/bia.gov/fonts/OpenDyslexic3-Regular.ttf) 
  format('truetype');
}

body           { margin:0; }
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }
.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }
.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages      { background-color: #fff; border: 1px solid #b8d3e5; }
.messages ul   { margin: 0; }
.preview       { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

tbody {border: none;}
table {border-spacing: inherit;}

/******** DEFAULT HTML ELEMENT STYLING **********/

body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}

body.open-dyslexic *{font-family:"OpenDyslexic",sans-serif !important;}

:focus {
  outline: auto;
}

a:link, a:visited {
  color:#9b3300;
  text-decoration:none;
}

a:hover,
a:active,
li a.active {
  outline: none;
  /* color: #712500;*/
  color:#9b3300;
  text-decoration:underline;
}

/* Keep the outline for better visual indication. */
a:focus {
  color: #712500;
}

body.not-front #zone-content, body.not-front #zone-preface {
  background: none!important;
}

p {
  font-size: 14px;
  line-height: 22px;
}
.field-name-body {
  color: #333
}
img, a img {
  border: none;
  outline: none;
}
dl {
  margin: .5em 0 1em;
  padding: 0;
}
dl dd {
  margin: 0 0 .5em 1.5em;
}


label {
  font-weight: bold;
  margin: 5px 0 0 0;
  font-size: 1em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing:0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size:24px;
}
h2 {
  font-size: 16px;
  font-weight: normal;
}

h2 a,
h2 a:link,
h2 a:visited {
   /*color: #999999;*/
   text-decoration: none;
}

h2.view-grouping-header{
     font-size: 130%;
    background: #f7f7f7;
    padding: 1em 0 1em 2em;
    margin-top: 1em;
}


h3 {
  color: #595959;
  font-size:  16.875px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

h3 a,
h3 a:link,
h3 a:visited {
   color:#9b3300;
   text-decoration: none;
}


h4 {
  font-size: 13px;
  font-weight: bolder;
  letter-spacing: 0.4px;
  margin: 0 0 5px;
  line-height:normal;
  color:#475058;
}

h4 a,
h4 a:link,
h4 a:visited {
   color: #9b3300;
   text-decoration: none;
}

h5 {
  font-size:13px;
  margin: 0 0 10px;
  color: #70787f;
}

h5 a,
h5 a:link,
h5 a:visited {
  text-decoration: none;
  color: #70787f;
}

h6 {
  font-size:13px;
  margin: 0 0 10px;
  color: #9ba1a6;
}

h6 a,
h6 a:link,
h6 a:visited {
  color: #9ba1a6;
  text-decoration: none;
}

h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  text-decoration: underline;
}

address {
  color: #000;
}

pre {
  padding: 20px;
  background: #ecf7fd;
  border: 1px solid #d8f0fc;
  margin: 20px 0;
  overflow-x:scroll;
}

blockquote {
  font-family: Georgia, serif;
  font-size:13px;
  font-style: italic;
  padding: 25px 30px 15px 30px;
  background: url(../img/bg-quote.gif) ;
  margin: 20px 0;
}

/*Image caption styles*/

blockquote.image-field-caption {
    font-family: 'PT Serif', serif;
    font-size: 13px;
    font-style: italic;
    color:#666;
    margin-top: 1em;
    background: none;
    padding: 0;
    text-align:right;  
}

hr {}

hr.gray{
  border-top:solid thin #ccc;
  background:none;
  margin-top:1em;
}

ul, ol {
  margin: 20px 0;
  padding: 0;
}
.section-content .quicklinks .content ul li {
  list-style: none;
  margin-bottom: 3px;
  margin: 0 0 0.25em 1.0em;
}
.section-content .quicklinks .content ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin:0 5px 0 -15px;
  color: #ccc;
  font-size: 0.8em;
}
ol li {
  margin: 0 15px 5px 25px;
}
ul.tabs li {
  margin:0;
}


/* Custom Global Styles */
body {
}
#page {
  min-height: 800px;
}

.zone-branding-wrapper {
  background-color: #005885;
}

.zone-branding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.zone-header,
.zone-preface,
.zone-content {
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.front #zone-header {
  border-bottom: 2px solid #dddddd;
}
img.photo,
.photo img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #B2B5B5;
}

.content-listing .photo-side {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}

.content-listing .photo-side img {
  border: 2px solid #ccc;
}

div.node div.photo-main {
  float: right;
  margin: 0 0 0 18px;
}

.node ol, .node ul {
   padding-left: 3.2em;
}

.page-node .grid-9 ol, .page-node .grid-6 ol, .page-node .grid-9 ul, .page-node .grid-6 ul {
    padding-left: 3.2em;
}

.panel-separator {
  background: url("../img/panel-separator.png") no-repeat scroll left top transparent;
  height: 8px;
  margin: 25px 0;
}

body .logo-img {
  margin-right: 10px;
}
body .logo-img img {
  max-width: 75px;
}
body .site-name-slogan {
  margin-top: 12px;
}
/* site title */
.site-name-slogan .site-name {
  font-weight: normal;
  letter-spacing: -0.04em;
  margin-top: 0;
}
.site-name-slogan .site-name a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  padding: 5px 0 0;
}
p.site-slogan{
    color: #fff;
    font-size: 0.85em;
    letter-spacing: 0.08em;
    font-family: 'Open Sans', sans-serif;
}

/*
 * Font styles
 */
.content-listing .listing-short-summery {
  color: #666666;
  font-family: Georgia,serif;
  font-size: 12px;
  line-height: 1.4em;
  padding-bottom: 15px;
}
.date-tag, .views-field-field-release-date, .views-field-field-date {
  /*color: #777;*/
  color:#333;
  margin: 4px 0 2px 0;
}
.views-field-field-address {
  font-size: 0.9em;
}
h1#page-title {
  color: #414448;
  font-size: 24px;
  line-height: 130%;
  margin: 17px 0 15px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.view-id-blog_entry_list .view-content .date-tag .date,
.views-field-created {
  font-size: 11px;
  font-weight: bold;
  color:#999999;
}

/*
 * Blocks
 */
.block {
  margin:0 0 10px;
  padding:0 10px 10px;
}
.block h2.block-title,
.block-twitter-pull .content h2,
.block .content h2 {
  color: #005885;
  font-size: 21px;
  font-weight: normal;
  padding: 4px 0 16px;
  font-family: 'Open Sans', sans-serif;
  font-style:normal;
}
.block-twitter-pull .content h2 {
  margin:0;
}
.block-nivo-slider {
  margin: 0;
}
.front .block-nivo-slider {
  padding: 0;
}
.views-row {
  margin: 0 0 20px;
  padding: 0 0 5px;
}
.openpublic-events .listing-distinct-field .views-label {
  font-weight: 700;
}

.content-listing .listing-distinct-field {
  margin-bottom: 5px;
}

/* Stay Connected */

#stay-connected {
  background:#067DAB;
  border: none;
  -moz-box-shadow: inset 0 0 40px #02516F;
  -webkit-box-shadow: inset 0 0 40px #02516F;
  box-shadow: 0 0 40px #02516F;
  padding:15px;
  margin:0 0 10px;
}

#stay-connected h3 {
  border: none;
  padding-top: 16px;
  background: none;
  color: #fff;
  font-weight: 400;
  font-family: Georgia, serif;
  font-size: 2em;
  text-transform: none;
  padding:0;
}
#stay-connected ul {
  margin:0;
}

.connect-block li a {
  display: block;
  height: 32px;
  margin: 0 10px 15px 0;
  text-indent: -9000px;
  width: 32px;
  padding:0;
}

.connect-block li.fb a,
.connect-block li.facebook a {  background: url("../img/sprite-sm.png") no-repeat -145px 0px;}
.connect-block li.linkedin a {  background: url("../img/sprite-sm.png") no-repeat -220px 0px;}
.connect-block li.youtube a { background: url("../img/sprite-sm.png") no-repeat -73px 0px;}
.connect-block li.twitter a { background: url("../img/sprite-sm.png") no-repeat 0 0;}
.connect-block li.last-fm a { background: url("../img/sprite-sm.png") no-repeat 0 -87px;}
.connect-block li.rss a { background: url("../img/sprite-sm.png") no-repeat -293px 0;}
.connect-block li.this-site a { background: url("../img/sprite-sm.png") no-repeat -293px 0;}
.connect-block li.vimeo a { background: url("../img/sprite-sm.png") no-repeat -73px -87px;}
.connect-block li.virb a {  background: url("../img/sprite-sm.png") no-repeat -145px -87px;}
.connect-block li.picasa a {  background: url("../img/sprite-sm.png") no-repeat -220px -87px;}
.connect-block li.my-space a {  background: url("../img/sprite-sm.png") no-repeat -294px -87px;}
.connect-block li.delicious a { background: url("../img/sprite-sm.png") no-repeat 0 -182px;}
.connect-block li.tumblr a {  background: url("../img/sprite-sm.png") no-repeat -73px -182px;}
.connect-block li.flickr a {  background: url("../img/sprite-sm.png") no-repeat -145px -182px;}


#stay-connected li,
#content .connect-block li {
  list-style-type: none;
  float: left;
  margin: 0;
}

#right-rail #block-follow-site {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.item-list-faq-list li.entry {
  list-style: none;
}


/* Right Nav */

#right-nav {
  padding: 0;
}
#right-nav ul.menu {
  margin: 0;
  padding: 0;
}
#right-nav ul.menu li {
  margin: 0;
}

#right-nav li {
  list-style-type: none;
  list-style-image: none;
  font-size: 1.167em;
  font-family: Georgia, serif;
  padding: 0;
}

#right-nav li a {
  display: block;
  padding: 12px 0 12px 15px;
  font-weight: normal;
  font-style: italic;
}

#right-nav li a:hover,
#right-nav li a:focus,
#right-nav li.active a:hover,
#right-nav li.active a:focus,
#right-nav li.active-active a:hover,
#right-nav li.active-active a:focus {
  text-decoration: none;
  background: url(../img/bg-subnav.png) no-repeat 0 -135px;
  color: #FFF;
}

#right-nav li.active a,
#right-nav li.active-trail a {
  background: #f1f1f2 url(../img/bg-subnav.png) no-repeat 0 -71px;
}

.right-list ul {
  margin: 13px 0 0;
}

.right-list li {
  padding: 7px 0 7px 19px;
  font-style: italic;
  list-style-type: none;
  font-family: Georgia, serif;
  font-size: 1em;
}
#block-openpublic-menu-current-navigation h3 {
  padding-bottom: 10px;
}

/*
 * Multimedia view
 */
.view-media-gallery-list td {
  padding-right: 10px;
  vertical-align: top;
}
.view-media-gallery-list td.col-1,
.view-media-gallery-list td.col-2,
.view-media-gallery-list td.col-3 {
  float: none;
  width: 180px;
}
.view-media-gallery-list table {
  border:none;
}
/*
 * More link
 */
.more-link {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  text-align: right;
}
.more-link a {
  font-size: 1em;
}
.more-link a:hover,
.more-link a:focus {
  text-decoration:underline;
}

/*
 * Removing default block styles for custom blocks
 */
#block-system-main,
#block-search-form,
#block-views-f357e00a950996a5a5f114f3de9b7a5f,
#block-views-breaking-news-block-1,
.block-boxes-breaking_news,
.block-boxes-carousel,
#block-views-services_list-block-1,
#block-follow-site,
#block-nodeblock-footer-info,
#zone-footer .block-boxes-promotion,
#block-delta-blocks-breadcrumb,
#block-addthis-addthis,
#block-openpublic-menu-openpublic-utility-menu,
#block-openpublic-menu-openpublic-footer-utility-menu,
#combinedblock,
.block-messages,
.block-delta-blocks-messages {
  background:none;
  padding:0;
  margin:0;
  border-top:none;
}
#block-addthis-addthis {
  text-align:right;
}
#block-addthis-addthis h2.block-title {
  display:none;
}

/* Read more */
.content-listing .read-more {
  clear: left;
  font-family: Arial, sans-serif;
  font-size: 0.833em;
  margin-top: 15px;
  text-transform: uppercase;
}
.content-listing .read-more a {
  background: url("../img/bullet-arrow.png") 100% 0 no-repeat;
  font-size: 1em;
  padding: 1px 15px 2px 0;
  font-weight: 700;
}

/* Title for view rows */
.content-listing h4.listing-title {
  color: #707071;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 13px;
}

.content-listing h4.listing-title a {
  color: #9b3300;
  font-weight: 700;
  text-decoration: none;
}

/*
 * Services rotator
 */
.carousel-wrapper {
  background: #2c3137 url("../img/bg-services.jpg") no-repeat center top;
}
.carousel-wrapper .carousel-previous a {
  background: url("../img/sprite.png") no-repeat 0 -144px;
}

.carousel-wrapper .carousel-previous a:hover,
.carousel-wrapper .carousel-previous a:focus {
  background: url("../img/sprite.png") no-repeat -139px -144px;
}
.carousel-wrapper .carousel-next a {
  background: url("../img/sprite.png") no-repeat -66px -144px;
}

.carousel-wrapper .carousel-next a:hover,
.carousel-wrapper .carousel-next a:focus {
  background: url("../img/sprite.png") no-repeat -210px -144px;
}
.nav-button a {
  width: 36px;
  height: 52px;
  text-indent: -9000px;
}
.carousel-wrapper li.entry {
  font-style: italic;
}
.carousel-wrapper li.entry a {
  color: #bebebe;
}

.carousel-wrapper li.entry a:hover,
.carousel-wrapper li.entry a:focus {
  color: #dedede;
}

.carousel-wrapper li.entry img {
  border: 3px solid #999;
}

.carousel-wrapper li.entry img:hover,
.carousel-wrapper li.entry img:focus {
  border: 3px solid #bebebe;
}
.carousel-wrapper li.entry h4 {
  font-family: Georgia, serif;
}

/*
 * Breadcrumbs
 */
.breadcrumb {
  margin: 0 3px 0 0;
}
.breadcrumb li {
  margin:0;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb a {
}
.breadcrumb a.active {
}
.breadcrumb a:after {
    content:" / ";
    font-style:normal;
    color: #333;
    margin: 0 4px;
}
.breadcrumb li.last a:after {
    content:"";
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #333;
}

/*
 * Twitter Pull
 */
.tweets-pulled-listing h2 {
  margin:0;
}
.tweets-pulled-listing {
  margin:0;
}
.tweets-pulled-listing li {
  margin:0 0 10px;
  font-size:11px;
  line-height:13px;
}
.tweets-pulled-listing li a {
  color:#9b3300;
}



/* search form */
.block-search-form {
  position: relative;
  right: 0;
  top: 0;
  width: 98%;
}

.block-search-form .content {
  border: 0;
  margin: 10px 0 0 0;
  padding: 2%;
  width: 96%;
}

.block-search-form h2 {
  visibility: hidden; 
  font-size: 1px; 
  line-height: 0;
}

body form#search-block-form .form-text {
  width: 200px;
}

form#search-block-form input.form-submit {
  background: #0c88b6; /* Old browsers */
  background: -moz-linear-gradient(top, #44b8e5 0%, #0c88b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44b8e5), color-stop(100%,#0c88b6));
  background: -webkit-linear-gradient(top, #44b8e5 0%,#0c88b6 100%);
  background: -o-linear-gradient(top, #44b8e5 0%,#0c88b6 100%);
  background: -ms-linear-gradient(top, #44b8e5 0%,#0c88b6 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44b8e5', endColorstr='#0c88b6',GradientType=0 ); /*For IE7-8-9*/ 
  /*background: linear-gradient(top, #44b8e5 0%,#0c88b6 100%);*/
  border: none;
  cursor: pointer;
  height: 30px;
  color: #FFF;
  width: 25%;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 0;
  float: right;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
 ilovemyjob!
/* Press releases/news */

.view-press-release-list h4 {
	letter-spacing: initial;
}


/* navigation */
.zone-menu-wrapper {
  background-color: #666666;
  position: relative;
}
#region-menu {
  display: block;
  width: 100%;
  margin: 0;
  position: initial;
}

.navigation ul {
  display: block;
  margin: 0;
}
.navigation ul li {
  float: left;
  font-size: 1.3em;
  font-weight: 700;
  list-style-type: none!important;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.navigation li a {
  color: #fff;
  display: block;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
}
.navigation li.active-trail a,
.navigation li a.active,
.navigation li a:hover,
.navigation li a:focus,
.navigation ul li:hover a,
.navigation ul li:focus a {
  background: #993400;
}

/******* Drop-down Navigation ******/

.navigation li ul {
  background: #993400;
  margin: 0;
  padding: 5px 10vw;
  height: auto;
  position: absolute;
  left: -999em;
  z-index: 1000;
}

.navigation ul li:hover > ul,
.navigation ul li:focus > ul {
  display: block;
  left: 0;
  right: 0;
}

.navigation li ul li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 1em;
  list-style-image: none;
  width: auto;
}

.navigation li ul li a,
.navigation li.active-trail ul li a,
.navigation li:hover ul li a,
.navigation li:focus ul li a {
  text-align: left;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 9px 16px 9px 16px;
  border: none;
}

.navigation li ul li a:hover,
.navigation li ul li a:focus,
.navigation li.active-trail ul li a.active {
  color: #FFF;
  border: none;
  text-decoration: underline;
}



/**
  *  Overrides for OpenPublic Content Rotator
  *
  *  Setting up core feature rotator to be fluid width
  *  This will setup the following layouts/switches for the rotator:
  *  -- Mobile Version (Text and Image stacked, not inline)
  *  -- Fluid Version (Inline using %'s)
  *  -- 960px Version (same as fluid)
  */

.view-home-page-feature-rotator {
  margin-left: 0;
  width: 100%;
}

.home-rotator {
  padding: 0;
  border:none;
  clear: both;
  min-height:500px;
  background:#00436E url(../img/bg-home-rotator.png) repeat-x bottom;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.5);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,.5);
  box-shadow: 0 2px 8px rgba(0,0,0,.5);
}

  .home-rotator-slide {
    width: 100%;
    height: 96%;
    margin: 0;
    clear: both;
  }

    .home-rotator-text-block {
      background: none;
      margin: 2%;
      padding: 0;
      width: 96%;
      height: auto;
      float: none;
    }

    .home-rotator-photo {
      overflow: hidden;
    }

#home-top-read-more {
  margin: 0 auto 15px;
  text-align: center;
  width: 112px;
}

.home-top-intro {
  color: #6BCCF1;
  font-family: Georgia,serif;
  font-style: normal;
  height: auto;
  line-height: 20px;
  margin: 0;
  font-size: 12px;
}

.home-top-intro h2 {
  text-indent:0;
  font-size: 28px;
  font-family:Georgia, Times, serif;
  text-transform:none;
  padding:0;
}
.home-top-intro h2 a:link,.home-top-intro h2 a:visited {
  color: #FFF;
  text-decoration:none;
  font-size: 18px;
  font-style:normal;
}
#home-top-read-more a {
  background: url(../img/sprite.png) repeat-x -161px -41px;
  display: block;
  width: 116px;
  height: 38px;
  text-indent: -9000px;
}
#home-top-read-more a:hover,
#home-top-read-more a:focus {
  background: url(../img/sprite.png) repeat-x -161px -89px;
}

.home-rotator-photo img,
.home-rotator-slide img {
  display: block;
  margin: 10px auto 0;
  width: 96%;
}
#home-top-numbers li a {
  height: 27px;
  background: url(../img/sprite.png) repeat-x 0 -715px;
  width: 27px;
  text-indent: -9000px;
  margin: 0 10px;
}
#home-top-numbers a.activeSlide {
  background: url(../img/sprite.png) repeat-x -50px -715px;
}
#home-top-numbers li a:hover,
#home-top-numbers li a:focus,
#home-top-numbers a.activeSlide:hover,
#home-top-numbers a.activeSlide:focus {
  background: url(../img/sprite.png) repeat-x -100px -715px;
}


.zone-footer {
  min-height: 200px;
  font-family: 'PT Serif', serif;
}
#footer-logo-subscribe .logo{
  float: left;
  margin: 0 6px 0 5px;
}

#footer-logo-subscribe .site-name{
  font-family: 'PT Serif', serif;
  font-weight: normal;
}

#footer-logo-subscribe .site-name a{
  font-size: 2em;
  color: #ffffff;
}
#footer-logo-subscribe {
  clear: both;
  padding: 15px 0 9px 0;
  text-align: center;
}

#footer-subscribe {
  position: relative;
  padding: 10px 0 0;
  width: 380px;
}

#footer-subscribe .form-item,
#footer-subscribe .form-actions {
  margin:0;
}
#footer-subscribe label {
  color: #FFFFFF;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 8px 8px 0 0;
}

#footer-subscribe label .form-required {
  display:none
}
#footer-subscribe input {
  background: url(../img/bg-form-field.png);
  padding: 5px 10px;
  margin:0px;
  border: 1px solid #CCC;
  color: #999;
  font-family: Georgia, serif;
  font-size: 1.167em;
  font-style: italic;
  width: 180px;
  float: left;
}

#footer-subscribe input.form-submit {
background: url(../img/button-get-updates.png) no-repeat;
border: none;
cursor: pointer;
height: 30px;
text-indent: -9999px;
width: 105px;
font-size: 0;
line-height: 0;
float: left;
}

/***** Footer Nav *****/
#footer-nav {
  width: 100%;
}
.footer-nav {
  clear: both;
  margin: 0 0 30px 0;
  padding: 20px 0 0;
}
.section-footer {
  text-align: center;
}
.section-footer .block {
  margin-top: 2em;
}
.section-footer a, .section-footer a:hover, .section-footer a:active, .section-footer a.active {
  color: #fff;
}
.section-footer a:hover {
  text-decoration: underline;
}

.block-menu-menu-footer .block-inner > .content > ul.menu > li {
  width: 24.9%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}
.block-menu-menu-footer .block-inner > .content > ul.menu > li > .menu {
  margin-top: 8px;
}
.block-menu-menu-footer ul:after {
  content: ".";
  font-size: 0;
  height: 0;
}
.block-menu-menu-footer ul li.expanded,
.block-menu-menu-footer ul li.leaf {
  list-style-type: none;
  list-style-image: none;
}
.footer-utility li,
.footer-nav ul.menu li {
  float: none;
  display: block;
  margin: 0 10px 15px 0;
  text-shadow: none;
  list-style: none;
  list-style-image: none;
  font-weight: bold;
}
.block-menu-menu-footer ul.menu li li {
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 2px 10px 0 0;
  text-shadow: none;
  text-transform: none;
}
.block-menu-menu-footer li li a {
  color: #fff;
}

.footersm a {
  margin: 0 8px;
}

.region-footer-first .block-boxes-promotion {
  clear: both;
}
.region-footer-first h2.block-title {
  display:none;
}
.region-footer-first .address-location {
  clear: both;
  margin-top: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.917em;
  padding: 15px 0 25px;
  text-align: center;
}

/***** Utility Nav *****/
#zone-user-wrapper {
  background: #000;
  background: rgba(0,0,0,0.75);
}
ul#user-menu {
  font-family: Arial, sans-serif;
  font-size: .917em;
  padding: 7px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
}

ul#user-menu li {
  display: inline;
  color: #53636c;
  margin: 0 10px 0 0;
}

#user-menu li.active a {
  padding-left: 22px;
  color: #FFF;
}

ul#user-menu a {
  color: #53636c;
}

ul#user-menu a:hover,
ul#user-menu a:focus {
  color: #87929b;
  text-decoration: none;
}


#footer-utility {
  float: none;
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 0;
}
#footer-utility li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 10px;
  padding-top: 0;
  text-transform: uppercase;
  display: inline;
  float:none;
}

.block-openpublic-menu-current-navigation {
  padding: 0;

}
.block-openpublic-menu-current-navigation h2.block-title {
  padding: 10px 0 15px 15px;
}


.view-most-popular-content ul {
  margin-top: 0;
}
.view-most-popular-content li.views-row {
  border-bottom: 0;
  margin: 0 15px 5px 0;
  padding-left: 0;
}

#stay-connected {
  padding: 0;
}
#stay-connected h3 {
  padding: 15px;
  border-bottom: 0;
  font-size: 1.5em;
  float: left;
  margin-bottom: 0;
  line-height: 1em;
}
#stay-connected ul {
  padding: 10px 15px;
  float: right;
}
#stay-connected li a {
  margin: 0 10px 0 0;
}

#region-content .region-inner {
  padding: 15px;
  padding-top: 0;
}

/*Accessibility - making body links distinguishable*/
#block-system-main a:link,
#block-views-press-release-list-block-4 a:link,
#quicktabs-online_forms a:link{
 /* text-decoration: underline;*/
  font-weight:bold;
}

.node-content .submitted {
  color: #999999;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 15px;
}

/* Big download button */
.field-name-field-promotion-attachments {
  margin: 14px 0;
}
.download-link,
.download-btn .file {
  background:url(../img/download-btn-bg.png) repeat-x;
  padding:14px 14px 11px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.download-link a,
.download-btn .file a {
  background:url(../img/download-btn-icon.png) no-repeat top right;
  color: #ffffff;
  font-weight:bolder;
  padding:2px 30px 0 0;
  font-size:16px;
}
.file img {
  margin-bottom: 4px;
}
.field-name-field-document-attachment,
.field-name-field-document-attachment div {
  display:inline;
}
.download-btn {
  background:url(../img/download-size-bg.png) repeat-x;
  height:32px;
  padding-top:13px;
  font-size:18px;
  font-weight:bolder;
  float:left;
  padding-right:15px;
}
.download-btn .file {
  margin-right:15px;
}

/* Small download button */
div.download-link a,
.download-btn span.file a {
    background: url("../img/download-btn-icon.png") no-repeat scroll right top transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    padding: 2px 30px 0 0;
}

/******* Comments
********/

#main #comments h3 {
  border: none;
  color: #666;
  font-size: 1.667em;
  font-weight: bold;
  float: left;
  margin: 0;
  padding: 0;
}

#comments .header {
  border-bottom: 1px solid #CCC;
  padding: 0 0 15px;
}

#comments h2 {
  color: #666;
  font-size: 1.667em;
  /*float: left;*/
  margin: 0;
  padding: 0;
}

.login-to-comment {
  float: right;
  width: 300px;
  text-align: right;
  padding: 8px 0 0;
  font-size: 1.167em;
  color: #666;
}

.login-to-comment a {
  text-decoration: underline;
  color: #1a92bf;
}

.login-to-comment a:hover,
.login-to-comment a:focus {
  text-decoration: none;
  color: #8CDAF1;
}

#comments .comment-header {
  margin: 0 0 10px;
}

#comments .author {
  color: #1a92bf;
  font-weight: 700;
  font-size: 1.5em;
  display: inline;
}

#comments h4 {
  display: inline;
  font-size: 1.5em;
}

#comments h4 a {
  text-decoration: none;
}

#comments h4 a:hover,
#comments h4 a:focus {
  color: #1a92bf;
}


#comments .author a {
  color: #1a92bf;
}

#comments p {
  color: #666;
  line-height: 1.3em;
  margin: 0 0 15px;
}

#comments .post-date-reply {
}

.comment-entry {
  padding: 20px 20px 20px 0;
}
#comments article {
  margin-bottom:15px;
  padding-bottom:15px;
}
#comments footer {
  float:left;
  margin-right:25px;
}
#comments footer time {
  font-size: 1.167em;
  font-weight: 700;
  color: #666;
  margin: 8px 0 0;
}
#comments header {
  margin-bottom:10px;
}

#comments a.like {
  margin: 4px 0 0 5px;
  display: block;
  float: left;
}

#comments a.reply {
  display: block;
  float: right;
  background: url(../img/sprite.png) no-repeat -400px -604px;
  width: 101px;
  height: 33px;
  text-indent: -9000px;
}

#comments a.reply:hover,
#comments a.reply:focus {
  background: url(../img/sprite.png) no-repeat -400px -638px;
}

#comments .indented {
  padding-left: 35px;
  background: #f1fafd;
}

.comment-form .form-type-item label {
  display: block;
  float: left;
  margin-top: 0;
}
.comment-form .form-type-textfield label {
  display: block;
  float: left;
  margin-top: 7px;
}
.page-comment-reply a.reply {
  display:none;
}
#edit-actions {
  text-align:right;
}
#edit-actions input {
  margin-left:10px;
}
.post-date {
  text-align:right;
}
ul.inline li.comment-add {
  margin:0;
  padding:0;
}
.comment-form .form-text,
.comment-form .form-textarea {
  border: 1px solid #ccc;
  padding: 2px 4px;
}
.comment-form .form-type-textfield input, .comment-form .form-item .username {
  float: right;
  width: 75%;
}
.comment-form .form-item {
  overflow: hidden;
}
#edit-comment-body fieldset {
  border: 1px solid #ccc;
  border-top: 0 none;
}

/* Add this widget */
#addthis {
  float: right;
  margin: 4px 0 0;
}

/* Search */
#search-box input#edit-submit {
  background: #001523 url(../img/sprite.png) repeat-x 0 -414px;
  cursor: pointer;
  margin: 0 0 0 25px;
  color: #FFF;
  padding: 10px 45px;
  font-size: 1.417em;
  line-height: 1.3em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #01416d;
}

#search-box input#edit-submit:hover,
#search-box input#edit-submit:focus {
  background: #001523 url(features/sprite.png) repeat-x -245px -414px;
  border: 1px solid #0f5a8d;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.3);
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

#search-box .search-advanced {
  margin-top: 10px;
}

ul li.leaf {
  list-style-position: inside;
  list-style-image: none;
  list-style-type: initial;
}

/*Sub nav menu changes*/

#region-sidebar-first .block-menu.block-bordered-list {
  background:#f7f7f7;
}

#region-sidebar-first .block-menu.block-bordered-list ul:nth-child(2){
  margin-left:1.65em;
}

/*Petition Node Template (full content) display styles*/

/*this removes the default <p> tag of margin-bottom*/
td.petition-field-data p{
  margin-bottom:0;
}


/* Fire Stories custom styles*/

.fire-story-left{
  float:left;
  margin-right:1em;
  display:block;
  width:53%;
}

.fire-story-left span.file,
.downloads span.file{
  float:left;
  clear: both;
}

.fire-story-right{
    float: left;
    margin-left: 1em;
    padding: 1em;
    display: block;
    width: 40%;
    background: #f7f7f7;
}

.fire-story-right img{
    max-width: 100%;
    height: auto;
}

/* OIS - Workforce Development Exposed form styles*/

#views-exposed-form-workforce-development-annual-reports-page .views-exposed-form .views-exposed-widget{
  padding: 0 .75em 0 .75em;
}

#views-exposed-form-workforce-development-annual-reports-page .views-exposed-form .views-exposed-widget .form-submit{
  margin-top:1.6em;
  margin-left:1em;
}

/* Form label hide modification for homepage select a region*/

.view-region-jump-menu label{
  color:#fff;
  display: block;
  height: 1px;
}

/* Accessibility fix for using <i> */

span.hidden{
  height: 1px;
  left: -900em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/* DFWFM - Forestry & Fire Management Stories Styles */

.view-dfwfm-fire-stories blockquote.image-field-caption{
  display:none;
}
.view-dfwfm-fire-stories h2.line-spaced{
  border-top:solid thin #ccc;
  margin-top:1em;
  padding-top:1em;
}

.view-dfwfm-fire-stories .views-field-field-image-fire-stories{
  float: right;
  margin-left: 1em;
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 2em;
}

.view-dfwfm-fire-stories h2.view-grouping-header,
.view-dfwfm-fire-stories .content h2, 
.view-dfwfm-fire-stories .block .content h2{
  font-size: 24px;
  background: #f7f7f7;
  padding: .35em 0 .35em 2em;
  margin-top: 1em;
}

/* caption styles for OFA tables*/

.view-recent-acknowledgment-actions caption,
p.table-caption {
    font-weight: bold;
    text-align: center;
    padding: 1em;
    font-size: 120%;
    font-family: 'Open Sans', sans-serif;
}

th.center{
  text-align: center;
  font-weight: bold;
    padding: .5em;
}

/* Feedback page color change for required fields*/
/*webform 5238 is the feedback form*/
#webform-client-form-5238 .marker, #webform-client-form-5238 .form-required,
.marker, .form-required{
  color:#B30000;
}

/* Style modifications for Quicktabs */
/*'Excel' style modifciations */
.quicktabs_main.quicktabs-style-excel a:link, 
.quicktabs_main.quicktabs-style-excel a:visited{
  font-weight: bold;
}

/*'Default' style changes*/
#block-quicktabs-online-forms table caption{
    display:none;
}
#block-quicktabs-online-forms h2.block-title{
    background: #666;
    color: #fff!important;
    text-align: center;
    padding-bottom: 8px;
}
#quicktabs-online_forms ul.quicktabs-tabs {
    padding-top: 3em;
    height: 39px;
    margin-bottom: 2em;
    border-bottom: solid thin #999;
}

#quicktabs-online_forms ul.quicktabs-tabs li a{
    text-decoration:none;
}

#quicktabs-online_forms ul.quicktabs-tabs li{
    margin: 0 1em;
    background-color: #f7f7f7;;
    color: #74777b;
    transition: background-color 0.2s, color 0.2s;
    border-left:solid thin #999;
    border-top:solid thin #999;
    border-right:solid thin #999;
    padding: 1em;
    font-family:'Open Sans';
    font-size: 16px;
}

#quicktabs-online_forms ul.quicktabs-tabs li.active{
    margin: 0 1em;
    background-color: transparent;
    color: #74777b;
    transition: background-color 0.2s, color 0.2s;
    border-bottom:solid thin #fff;
    border-left:solid thin #999;
    border-top:solid thin #999;
    border-right:solid thin #999;
    padding:1em;
    font-family:'Open Sans';
    font-size:16px;
}

#quicktabs-online_forms tr.even td{
  background-color:#f7f7f7;
}

/* Style Modifications for ASO page */

.view-assistant-secretarys-orders a:link,
.view-assistant-secretarys-orders a:visited{
  font-weight: bold;
}

/* Style Modifications for RACA Handbooks page */

.view-handbooks a:link,
.view-handbooks a:visited{
  font-weight: bold;
}

/* Views Slideshow front page styles*/


@media all and (min-width: 600px)
 {
/*new front page slider views slideshow styles*/
    .block-views-frontpage-home-slider-block .views-field-title{
        position: absolute;
        width: 91%;
        border: 0;
        padding: 20px;
        z-index: 6;
        background: #000;
        opacity:0.75;
        position: absolute;
        bottom: 25px;
        left: 0;
    }
    .block-views-frontpage-home-slider-block .views-field-title h2,
    .block-views-frontpage-home-slider-block .views-field-title h2 a,
    .block-views-frontpage-home-slider-block .views-field-title h2 a:link,
    .block-views-frontpage-home-slider-block .views-field-title h2 a:visited{
        color:#fff;
        font-size:18px;
        width:95%;
    }

    .block-views-frontpage-home-slider-block .views-field-field-sub-heading{
        position:absolute;
        bottom:14px;
        color:#fff;
        padding:20px;
        font-family: 'Open Sans', sans-serif;
        z-index:10;
        font-size:12px;
    }

 }

@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)
 {
  /*new front page slider views slideshow styles*/
    .block-views-frontpage-home-slider-block .views-field-title{
        position: absolute;
        width: 100%;
        border: 0;
        padding: 20px;
        z-index: 6;
        background: #000;
        opacity:0.75;
        position: absolute;
        bottom: 24px;
        left: 0;
    }

    .block-views-frontpage-home-slider-block .views-field-title h2,
    .block-views-frontpage-home-slider-block .views-field-title h2 a,
    .block-views-frontpage-home-slider-block .views-field-title h2 a:link,
    .block-views-frontpage-home-slider-block .views-field-title h2 a:visited{
        color:#fff;
        font-size:24px;
        width:95%;
    }

    .block-views-frontpage-home-slider-block .views-field-field-sub-heading{
        position:absolute;
        bottom:14px;
        color:#fff;
        padding:20px;
        font-family: 'Open Sans', sans-serif;
        z-index:10;
        font-size:14px;
    }

    .frnt-slider-gu{
      position:relative;
      width:100%;
      height:auto;
      overflow: hidden;
    }

    .frnt-slider-gu .views-field-field-home-slider-image img{
        height:auto;
        top:0px;
        left:0px;
        max-width: 467px;
     }

    #views_slideshow_controls_text_previous_frontpage_home_slider-block_1{
      display: block;
      width: 30px;
      top: 40%;
      z-index: 12;
      height: 30px;
      position: absolute;
      background: url(https://www.bia.gov/sites/bia.gov/libraries/nivo-slider/themes/default/arrows.png) no-repeat;
      text-indent: -9999px;
      left:15px;
    }

    #views_slideshow_controls_text_next_frontpage_home_slider-block_1{
       
    display: block;
    width: 30px;
    top: 40%;
    z-index: 12;
    height: 30px;
    position: absolute;
    background: url(https://www.bia.gov/sites/bia.gov/libraries/nivo-slider/themes/default/arrows.png) no-repeat;
    text-indent: -9999px;
    right:15px;
    background-position: -30px 0; 
  }

}

@media all and (min-width: 1220px) {
  /*new front page slider views slideshow styles*/
    .block-views-frontpage-home-slider-block .views-field-title{
    position: absolute;
    width: 95%;
    border: 0;
    padding: 20px;
    z-index: 6;
    height: 20%;
    background: #000;
    opacity: 0.75;
    bottom: 28px;
    left: 0;
    line-height:28px;

    }

    .block-views-frontpage-home-slider-block .views-field-title h2,
    .block-views-frontpage-home-slider-block .views-field-title h2 a,
    .block-views-frontpage-home-slider-block .views-field-title h2 a:link,
    .block-views-frontpage-home-slider-block .views-field-title h2 a:visited{
    color:#fff;
    font-size:26px;
    width:95%;
    position:absolute;
    top:10%;
    }

    .block-views-frontpage-home-slider-block .views-field-field-sub-heading{
    position:absolute;
    bottom:4px;
    color:#fff;
    padding:20px;
    font-family: 'Open Sans', sans-serif;
    z-index:10;
    font-size:14px;
    }


    .frnt-slider-gu{
      position:relative;
      width:100%;
      height:auto;
      overflow: hidden;
    }

    .frnt-slider-gu .views-field-field-home-slider-image img{
      height:auto;
      top:0px;
      left:0px;
      max-width: 780px;
    }

    #views_slideshow_controls_text_previous_frontpage_home_slider-block_1{
      top: 45%;

    }

    #views_slideshow_controls_text_next_frontpage_home_slider-block_1{
    top: 45%;
  }

}


.views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}


.views-slideshow-controls-text-pause views_slideshow_controls_text_pause{
display:none;
}



#views_slideshow_controls_text_pause_frontpage_home_slider-block_1{
display:none;
}

/*Styles for Press Releases Content type*/

.image-float-left-inline-pr {
    float: left;
    clear: none;
    padding-right: 1.3em;
    padding-bottom: 1.3em;
    width: 35%;
    background: #f7f7f7;
    margin-right: 1em;
}

.image-float-left-inline-pr img{
  width:97%;
  height:auto;
  padding:1em;
}

.image-float-left-inline-pr blockquote.image-field-caption{
  width:96%;
  padding-left:1em;
  text-align: left;
  margin-top:0;
}


/* Print Button for those content types that have Printer Friendly
version enabled */

.printer-friendly-custom-button {
    float: right;
    padding: 1em;
}