@charset "utf-8";
/* Fgov CSS */

.noticesidebox {
    padding: 0 0 0 10px;
    margin: 20px;
    margin-top: 125px;
    float: right;
    border: 3px solid #ddd;
    height: 11rem;
    width: 13rem;
    background: #f5f6f7;    
}
.noticesidebox ul {
    display:inline;
    list-style: none;
    margin-left: 0;
}
.noticesidebox ul li {
    font-size: .75rem;
    padding-top: 0;
    padding-bottom: 0;
}
.noticesidebox ul li+li {
    padding-bottom: 0;
}
.noticesidebox span a {
    font-size: .75em;
}
.noticesidebox li i {
    padding-right: .35em;
    display: inline-block;
    vertical-align: text-top;
}

header {height: auto;}

.nsrch h1 {
    font: 2rem 'Droid Serif', serif !important;
    color: #005289 !important;
}
#logo {
    background: transparent url(../images/logo01.png) left top no-repeat;
    height: 109px;
	height:120px;
    position: relative;
    text-indent: 0;
	
}
#logo-nav a {
    width: 500px;
    height: 109px;
    position: absolute
}
#logo span,
#logo-nav span {
    text-indent: -9999px;
    display: inline-block;
}
#global {
    position: absolute;
    top: 20px;
    right: 1rem;
}
#global ul,
#global li,
footer ul,
footer li {
    padding: 0;
    margin: 0;
}
#global li,
footer li {
    list-style: none;
    display: inline-block;
    width: auto;

}
#global ul li a,
#global ul li a:after,
#global ul li a:before {
  transition: all .5s;
}
#global ul li a:hover {
  color: #555;
}

#global ul li a {
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: .7em .5em;
    position:relative;
    z-index: 1;	
}


#global ul li a:hover {
  color: #F1C40F;
}

#global ul li a:after,
#global ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #FFD00B;
  height: 1px;
}
#global ul li a:hover:after {
  width: 100%;
}


/*#global ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  background:#bbb;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
#global ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}	*/
	
footer > div {
    text-align: center;
}
footer ul {
    padding-top: 1em;
}
footer li{padding:0 .5em;}
footer a {
    color: #fff !important;
}
#b-crumb {
    width: 1000px;
    margin: 0 auto;
    /* margin: auto 2rem auto 2rem; */
}
.narrow main,
.narrow #b-crumb {
    width: 800px;
}
#b-crumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#b-crumb li {
    display: inline;
}
#b-crumb li + li::before {
    color: #333;
    content: '>\00a0';
}
#b-crumb [aria-current="page"] {
    color: #000;
    text-decoration: none;
}
main a:hover{text-decoration:none;}
.impt {
    border: 1px solid #ddd;
    background: #FF9;
    padding: .5em 1em;
    margin: 2rem 0;
    max-width: 100%;
}
#noticeletterbox {
    float: right;
    width: 250px;
    border: 3px solid #ddd;
    padding: 0 1rem 0;
    margin-top: .5rem;
    color: #3C81EB;    
}
#noticeletterbox h2 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
}
#noticeletterbox ul {
    margin: 0 0 .2rem .5rem;
    padding-top: 0;
}
#noticeletterbox li {
    padding: .1em 0;
    list-style: none;
    color: black;
}
#homepageblock1 {
    float: left;  
    max-width: 650px;
}
#clear {
    clear: both;
}
#notices {
    border: 3px solid #ddd;
    padding: 0 2rem 1rem;
    margin-top: 2rem;
    background: #f7f8f9;
}
#notices h2 {
    font-size: 1.5rem;
}
#notices ul {
    margin: 0 0 1rem .5rem;
    padding-top: 0;
}
#notices li {
    padding: .5em 0;
    list-style: none;
}
/*#notices li a:before {
    font-family: FontAwesome;
    padding-right: .35em;
    content: "\f1c1";
    font-size: 120%;
    color: #555;
}*/

li .fa-file-pdf-o{padding-right: .35em;}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#notices #nsrch-link {
    margin-bottom: 1rem;
}
#notices #nsrch-link a {
    background: #2874E9;
    border: 1px solid #2874E9;
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
    border-radius: 3px;
}
#notices #nsrch-link a:hover {
    background: #3C81EB;
}
/* Search Form */

.nsrch form ul {
    padding: 1em 2em;
    margin: 2em auto;
    width: 40em;
}
.wrap {
    padding-bottom: 0em;
    background: #eee;
}
form ul {
    padding: 0;
}
form li {
    padding: .5em 0;
}
label,
.nsrch .d_range span {
    display: inline-block;
    padding-right: .5em;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
form label {
    min-width: 10em;
}
.nsrch select {
    width: 20rem;
}
.nsrch .d_range span,
.d_range ul.hrz {
    display: inline-block;
}
form .d_range li {
    padding: 0;
}
form label.d_range {
    min-width: auto !important;
    padding-left: 1em;
}
.srch-btns {
    margin-left: 13.65em;
    padding-bottom: 1em;
    margin-top: -1em;
}
.srch-btns input {
    width: auto;
    font-size: 1rem;
    font-family: FontAwesome, 'Roboto', sans-serif !important;
    color: #444;
    border-radius: 3px;
}
.srch-btns .btn-srch {
    padding: .4em .6em;
}
.target {
    padding-left: .25em;
}
.qtip {
    width: 300px;
}
/* Search Results */
/** header  **/

#srch-results-header {
    position: relative;
}
#srch-results-header h2 {
    margin-top: 2em;
}
#srch-results-header span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: .1em .5em;
    background: #bed9ed;
    border-radius: 3px;
}
#srch-results-header span a {
    text-decoration: none;
    color: #444;
    font-size: .85rem;
}
#srch-results-header span:hover {
    background: #a4cdea;
    color: #222;
}
#srch-results-header span:before {
    font-family: FontAwesome;
    padding-right: .25em;
    content: "\f044";
    color: #555;
}
/**  toolbar  **/

.tbar {
    display: table;
    width: 100%;
    padding: .25em .15em;
}
.tbar.wrap {
    background: #ddd;
}
.tbar span {
    display: table-cell;
    font-size: .8rem;
}
.tbar .tbar-nav {
    width: 50%;
    margin: auto;
    text-align: center;
}
.tbar .tbar-nav label {
    display: inline;
}
.tbar .tbar-nav > span {
    display: inline;
}
.tbar .btn-prev,
.tbar .btn-next {
    width: 25%;
}
.tbar .btn-prev:before {
    font-family: FontAwesome;
    padding: 0 .35em;
    content: "\f100";
    color: #555;
    font-size: 120%;
}
.tbar .btn-next {
    text-align: right;
}
.tbar .btn-next:after {
    font-family: FontAwesome;
    padding: 0 .35em;
    content: "\f101";
    color: #555;
    font-size: 120%;
}
.tbar select {
    width: 5em !important;
    padding: 0;
}
.srch-results-rec {
    position: relative;
}
.srch-results-rec+.srch-results-rec {
    border-top: 1px solid #ddd;
}
.srch-results-rec dt,
.srch-results-rec dd {
    font-size: .8rem;
    padding-bottom: .5em;
}
.srch-results-rec dd {
    line-height: 1.5;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.srch-results-rec dt {
    float: left;
    clear: left;
    width: 12em;
    font-weight: bold;
}
.srch-results-rec .view-n {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8rem;
}
.srch-results-rec+.srch-results-rec .view-n {
    top: 1.2em;
}
#feedback {
    margin: 2em 0 0;
}
#feedback p {
    padding: 0;
    margin: 0;
}
#nsrch .ui-datepicker select {
    width: auto;
}
/* Claim/Petition Info */

.impt-bold-cap {
    text-transform: uppercase;
}
.ltr {
    list-style-type: upper-alpha;
    padding-left: 1.2em;
}
.ltr li > span {
    font-weight: bold;
}
.wrapper {
    position: relative;
    background: transparent;
    padding: 0;
}
#l-content {
    width: 45rem;
}
#r-content {
    width: 13rem;
    position: absolute;
    right: 0;
    top: 0;
}
#l-content2 {
    width: 42rem;
}
#r-content2 {
    width: 18rem;
    position: absolute;
    right: 0;
    top: 0;
}
#file-btn {
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}
#file-btn > button {
    width: 100%;
    height: 3rem;
}
#file-btn > h2 {
    background: #2874E9;
    height: 3rem;
    border-color: #2874E9;
    border-radius: 3px;
    font: 1rem "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#file-btn > h2 a {
    color: #fff;
    text-decoration: none;
}

#r-content .sidebox {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    display: table;
    width: 100%;
    background: #f5f6f7;
}
#r-content .sidebox > div {
    padding: .5em;
}
#r-content .sidebox h2 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}
#r-content .sidebox ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}
#r-content .sidebox ul li {
    font-size: .75rem;
    padding-top: 0;
}
#r-content .sidebox ul li+li {
    padding-bottom: 0;
}
#r-content .sidebox span a {
    font-size: .75em;
}
#r-content .sidebox li i {
    padding-right: .35em;
    display: inline-block;
    vertical-align: text-top;
}

#r-content2 .sideboxletter2 h2 {
    font-weight: bold;
    color: #2874E9;
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
}
#r-content2 .sidebox {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    display: table;
    width: 100%;
    background: #f5f6f7;
}
#r-content2 .sidebox > div {
    padding: .5em;
}
#r-content2 .sidebox h2 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}
#r-content2 .sidebox ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}
#r-content2 .sidebox ul li {
    font-size: .75rem;
    padding-top: 0;
}
#r-content2 .sidebox ul li+li {
    padding-bottom: 0;
}
#r-content2 .sidebox span a {
    font-size: .75em;
}
#r-content2 .sidebox li i {
    padding-right: .35em;
    display: inline-block;
    vertical-align: text-top;
}

#agency-add {
    background: #ededed;
    margin-top: 2rem;
}
#agency-add h2 {
    margin: 0;
    padding: .5em;
    padding-left: .7em;
}
#agency-add-list {
    display: table;
    background: #ededed;
}
#agency-add-list p+p {
    padding-top: .5em;
}
#agency-add-list p>span {
    display: block;
}
#agency-add-list p>span:first-child {
    font-weight: bold;
}
#agency-add-list > div {
    display: table-cell;
    width: 32%;
    padding: 0 1em;
}
#agency-add-list > div:first-child+div {
    padding: 0 4rem;
    width: 40%;
}
/* Notices */

.view-notice .btn-prnt {
    margin: .5em 0;
    padding: .5em .75em;
    font-size: .8rem !important;
	border:1px solid #bbb;
	background:#bed9ed;
	border-radius:3px;
}

.view-notice .btn-prnt:hover{
    background: #a4cdea;
    color: #222;
}
.view-notice input,.view-notice input:hover{background:transparent;border:none;}



.view-notice .btn-prnt:before {
    font-family: FontAwesome;
    padding-right: .35em;
    content: "\f02f";
    color: #555;
    font-size: 120%;
}
/* FAQs */

#faq h2 {
    font: 1.45rem 'Roboto', sans-serif;
    margin-top: 1.5em;
    color: #444;
}
.acc ul {
    padding: 0;
}
.acc li {
    padding: 0;
}
.ui-accordion .ui-accordion-content {
    padding: .5em 2.5em;
}
/* CFRs */

.cfr h2 {
    margin-top: 3rem;
}
.sec-headnum {
    padding-left: 0;
}
.sec-head,
.sec-headnum > li > strong {
    font: 1.1rem 'Roboto', sans-serif;
}
.cfr li {
    list-style-position: inside;
}
.cfr ol.dec {
    counter-reset: dec;
}
.cfr ol.roman {
    counter-reset: roman;
}
.cfr ol.alpha {
    counter-reset: alpha;
}
.cfr ol li {
    list-style: none;
    position: relative;
}
.cfr ol.dec > li:before {
    counter-increment: dec;
    content: "(" counter(dec, decimal)") ";
    font-weight: bold;
}
.cfr ol.roman > li:before {
    counter-increment: roman;
    content: "(" counter(roman, lower-roman)") ";
    font-weight: bold;
}
.cfr ol.roman-upper > li:before {
    content: "(" counter(roman, upper-roman)") ";
}
.cfr ol.alpha > li:before {
    counter-increment: alpha;
    content: "(" counter(alpha, lower-alpha)") ";
    font-weight: bold;
}
.cfr ol.alpha-upper > li:before {
    content: "(" counter(alpha, upper-alpha)") ";
}
.cfr ol.alpha.sec-headnum > li:before {
    counter-increment: alpha;
    content: "(" counter(alpha, lower-alpha)") ";
    font: 1.1rem 'Roboto', sans-serif;
}
.cfr ol {
    margin-bottom: 0;
}

.dl-float {padding-left:1em;}
.dl-float dt{float:left;margin-right:.5em;margin-left:-1em;}
.dl-float dd{margin-bottom:1.5em;}

.d-term,
dt {
    font-weight: bold;
}
dd {
    padding: 0;
    margin: 0;
}
.cfr dt:before {
    content: "";
    display: block;
    padding-bottom: 1.5em;
}
.cfr dt,
.cfr dd {
    display: inline;
}


/*View Notice*/
.print_section{margin:2rem 0 4rem;width:200px;}
.print_section > table > tbody> tr> td{padding:0 5em;}
.print_section td[align='center'] > span{display:block;width: 600px;margin-left: -10rem;}
.print_section span font{font-size: 1.1em;}
td[id^="ASSETTEXT"]{text-indent: -15rem;}

/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}


@media print {
    div.ui-accordion > * {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
	header,footer{width:1100px;}
}