@charset "UTF-8";
/* CSS Document */
@media print {

	
* {
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
	color: inherit !important;
   }
	
	.container {
		width: 100%;
	}
	
html, body {
	height: 98%;
}

body.navbar-is-fixed-top {
	margin-top: 0;
}

[class*="col-"] {
	float: left;
}
.col-sm-12,
.col-md-12,
.col-lg-12 {
	width: 100%
}
.col-sm-6,
.col-md-6,
.col-lg-6 {
	width: 50%;
}
.col-md-4 { width: 35%; }
.col-md-8 { width: 65%; padding-top: 0.5em; }
	
	
/* Main Container Div */

#scb {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1em;
	line-height: 1.25em;
	color: #000000;
	text-align: justify;
	padding-top: 0px !important;
	margin-top: 0px !important;
}


/* Masthead Divs */

#scb-masthead {
	height: 150px;
	background-color:#004c97 !important;
	background-image: url(/scb/images/banner_back.png) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border-radius: 12px 12px 0 0;
	margin-top: 0.5em;
	padding-top: 20px;
}
#scb-100-masthead {
    background-color: #004c97 !important;
	border-radius: 12px 12px 0 0;
	margin-top: 0.5em;
	padding: 20px 0px;
}
#tagline {
    text-align: right;
    font-size: xx-large;
    line-height: 1.25em;
}
#date-issue {
	background-color: #c55420 !important;
	border-radius: 0 0 12px 12px;
	margin-bottom: 1em;
	padding: 0.5em 0;
}
#date {
	color: #ffffff !important;
	text-align: left;
}
#issue {
	color: #ffffff !important;
	text-align: right;
}


/* Main Content Div, TOC Scroll Bars, Site Nav Menu */

#scb-content {margin-bottom: 4em;}
#scb-toc {display: none;}
#scb-menu {	display: none;}


/* Article Body Contents */

section {
	padding-top: 0px;
	margin-top: 0px;
}
.banner {
	width: 100%;
	margin: 2em auto 1em auto;
	padding: 0.25em;
	border-radius: 6px;
	background-color: #c55420 !important;
}
#scb-body h1 {
	text-align: left;
	color: #004c97 !important;
	font-size: 2em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px !important;
}
#scb-body .subtitle {
	text-align: left;
	color: #c55420 !important;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
}
#scb-body h2 {
	text-align: center !important;
	color: #ffffff !important;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}
#scb-body h2.sitepage {
	text-align: left !important;
	color: #c55420 !important;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	margin: 1em auto 0.25em auto;
}
#scb-body h2.article-category {
	text-align: left !important;
	color: #9ea2a2 !important;
	font-size: 1.5em !important;
	line-height: normal !important;
	font-weight: bold !important;
	margin: 1em auto 0.25em auto !important;
}
hr.article-category {
	color: #9ea2a2 !important;
	background-color: #9ea2a2 !important;
	height: 2px !important;
	width: 100% !important;
}
#scb-body h3 {
	text-align: left;
	color: #c55420 !important;
	font-size: 1.25em;
	font-weight: bold;
}
#scb-body h4 {
	text-align: left;
	color: #c55420 !important;
	font-size: 1em;
	font-weight: bold;
}
#scb-body h5 {
	text-align: left;
	color: #c55420;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}
#scb-body .byline {
	text-align: left;
	font-style: italic;
}
#scb-body caption {
	display: table-caption;
	text-align: center;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
#scb-body p.caption {
	text-align: center;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
#scb-body .figcaption {
	text-align: center;
	color: #000000;
	font-weight: normal !important;
	font-style: italic !important;
	font-size: small !important;
	line-height: normal !important;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
#scb-body .textcaption {
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: small;
	line-height: normal;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
#scb-body .subcaption {
	color: #000000;
	text-align: center;
	font-size: 0.75em;
	margin: 0 auto;
}
#scb-body .figsubcaption {
	display: none;
}
#scb-body .figdisplaycaption {
	color: #000000;
	text-align: center;
	font-size: 0.65em;
	margin: 0 auto;
	line-height: normal;
}
#scb-body p.pre-list {
	margin: auto auto 0 auto;
}
#scb-body div.footnotes {
	text-align: left;
	font-size: small;
	line-height: normal;
	padding: 0px;
	margin: 6px 0px;
	page-break-inside: avoid;
}
#scb-body .print-text-small {
    font-size: small !important;
	line-height: normal !important;
}
#scb-body dl {overflow: hidden;	margin: 3px 0px;}
#scb-body dt {float: left; clear: left; width: 10%; font-weight: bold;}
#scb-body dd {margin: 0; width: 90%;}
#scb-body dt.col {float: left; clear: left; width: 15%; font-weight: bold;}
#scb-body dd.col {float: right; margin: 0; width: 85%;}
	
#scb-body .linknote {
	vertical-align: super;
	line-height: normal;
	font-size: x-small;
	color: #757575;
}
#scb-body a {
	color: #006bb3 !important;
    border-bottom: none !important;
    text-decoration: none;
}
#scb-body abbr {
	font-weight: normal !important;
	color: #000000 !important;
    border-bottom: none !important;
    text-decoration: none;
}
#scb-body abbr.ref {
	font-weight: normal;
	color: #000000;
    border-bottom: none !important;
    text-decoration: none;
}
#scb-body sup.theadlink {
    color: #ffffff !important;
}
#scb-body abbr.theadlink {
    font-weight: bold !important;
	color: #ffffff !important;
}
#scb-body blockquote {
	font-size: 1em !important;
	color: #000000;
	text-align: justify;
	border: none;
	margin: auto 2em;
}
#scb-body hr {
	border: 0;
	color: #000000 !important;
	background-color: #000000 !important;
	height: 1px !important;
	width: 33%;
	text-align: left;
	padding: 0;
	margin: 0 auto 0.25em 0;
}
ul li {
    background-image: url(/sites/default/files/bullet-orange.png) !important;
	padding-left: 16px !important;
    list-style-type: none !important;
    background-repeat: no-repeat !important;
    background-position: left .5em !important;
	text-align: left !important;
	page-break-inside: avoid;
}
ol li {
	text-align: left !important;
}
	
	
/* Styling SCB col divs */

#scb-body .scb-col {
	padding-left: 15px;
	padding-right: 15px;
}
#scb-body .scb-colspace {
	padding-left: 15px;
	padding-right: 15px;
}
#scb-body .gallery {
	margin-top: 1em;
	margin-bottom: 1.5em;
}


/* Styling Panels */

.scb-panel {
	border: #c55420 solid 2px !important;
	border-radius: 8px;
	background-color: #fdf5e0 !important;
	text-align: left;
	line-height: normal;
	font-size: small;
}
.scb-panel-right {
	float: right;
	display: inline-block;
    margin: 0 0 1em 1.5em;
	border: #c55420 solid 2px !important;
	border-radius: 8px;
	background-color: #fdf5e0 !important;
	text-align: left;
	page-break-inside: avoid;
}
.scb-panel-left {
	float: left;
	display: inline-block;
    margin: 0 1.5em 1em 0;
	border: #c55420 solid 2px !important;
	border-radius: 8px;
	background-color: #fdf5e0 !important;
	text-align: left;
	page-break-inside: avoid;
}
.scb-panel-title {
	border: #c55420 solid 2px !important;
	background-color: #c55420 !important;
	color: #ffffff !important;
	text-align: center;
    font-size: 1.25em;
	font-weight: bold;
	padding: 3px;
}
.scb-panel-headline {
	color: #c55420 !important;
	text-align: center;
	font-weight: bold;
}
.panel-body {
	text-align: justify;
	padding-bottom: 0;
}
a.panel-body { color: #0074c2; }
	
.scb-band {
	background-color: #fdf5e0 !important;
	border-top: #c55420 solid 2px !important;
	border-bottom: #c55420 solid 2px !important;
	margin-top: 1em;
	margin-bottom: 1em;
}
.scb-tile {
	/* border: #c55420 solid 2px; */
	border-radius: 8px;
	background-color: #fdf5e0;
	text-align: left;
	line-height: normal;
	page-break-inside: avoid;
	padding: 0 1em 1em 1em;
	box-shadow: 6px 6px 6px 0px #9ea2a2;
}
.scb-tile-rev {
	/* border: #c55420 solid 2px; */
	border-radius: 8px;
	color: #FFFFFF;
	background-color: #c55420;
	text-align: left;
	line-height: normal;
	page-break-inside: avoid;
	margin-top: 1em;
	padding: 0.25em 1em 1em 1em;
	box-shadow: 6px 6px 6px 0px #9ea2a2;
}
.scb-tile-hover {
	border-radius: 8px;
	background-color: #fdf5e0;
	text-align: left;
	line-height: normal;
	page-break-inside: avoid;
	padding: 1em;
	box-shadow: 6px 6px 6px 0px #9ea2a2;
}
.scb-tile-hover a {
	color: #000000 !important;
	text-decoration: none !important;
}
.scb-tile-hover h2.sitepage {
	margin: auto auto 0.25em auto !important;
}



/* Styling Modals */

#scb-body .scbbtn {
	display: none !important;
}


/* Styling Tables */

#scb-body div.table-responsive {
	margin: 0px 0px 16px 0px;
	page-break-inside: auto !important;
}
#scb-body div.table-xl {
    height: auto;
    overflow: auto;
    border: none;
}
#scb-body div.table-long {
    height: auto;
    overflow-y: auto;
}
#scb-body div.table-wide {
    height: auto;
    overflow-x: auto;
}
		
table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #000000;
	page-break-inside: auto; 
}
	
tr { page-break-inside: avoid !important; page-break-before: auto; }
	
thead {background-color: #004c97 !important; border: 2px solid #000000;}
tbody tr:nth-child(even) {background-color: #e1ecf8 !important; border-top: solid thin #e1ecf8 !important; border-bottom: solid thin #e1ecf8 !important;}
tbody tr:nth-child(odd) {background-color: #ffffff !important;}

td, th {
	border-left: thin solid #000000;
	border-right: thin solid #000000; 
	padding: 0.1em 0.5em;
	font-size: 0.75em;
    vertical-align: middle;
	line-height: normal;
	font-weight: inherit;
}
td.plain {
	border: none !important;
	padding: 0.5em 0.5em !important;
	font-size: 1em !important;
    vertical-align: middle;
	line-height: normal;
	font-weight: inherit;
	text-align: left !important;
}
th[scope=col] {
	border-bottom: thin solid #000000;
	text-align: center;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
th[scope=row] {
	text-align: left;
	color: #000000 !important;
}

tr.bolded {font-weight: bold !important;}

td.cell-border-all {border: solid #000000 !important;}
td.cell-border-top {border-top: solid thin #000000 !important;}
td.cell-border-bottom {border-bottom: solid thin #000000 !important;}
td.cell-border-none {border: none !important;}
td.cell-border-no-left {border-left: none !important;}
td.cell-border-no-right {border-right: none !important;}

th.cell-border-all {border: solid #000000 !important;}
th.cell-border-top {border-top: solid thin #000000 !important;}
th.cell-border-bottom {border-bottom: solid thin #000000 !important;}
th.cell-border-none {border: none !important;}
th.cell-border-no-left {border-left: none !important;}
th.cell-border-no-right {border-right: none !important;}

.table-stubs { text-align: left; }
.table-stubs-2 { text-align: left; padding-left: 1.5em; }
.table-stubs-4 { text-align: left; padding-left: 3em; }
.table-stubs-6 { text-align: left; padding-left: 4.5em; }
.table-stubs-8 { text-align: left; padding-left: 6em; }
.table-stubs-10 { text-align: left; padding-left: 7em; }
.table-stubs-12 { text-align: left; padding-left: 8em; }
.table-stubs-14 { text-align: left; padding-left: 9em; }
.table-stubs-16 { text-align: left; padding-left: 10em; }
.table-stubs-18 { text-align: left; padding-left: 11em; }
.table-stubs-20 { text-align: left; padding-left: 12em; }
.table-stubs-22 { text-align: left; padding-left: 13em; }
.table-stubs-24 { text-align: left; padding-left: 14em; }
.table-stubs-26 { text-align: left; padding-left: 15em; }
th.table-data { text-align: right; }
td.table-data { text-align: right; }
th.table-text { text-align: center; }
td.table-text { text-align: center; }
	
p.msd-description {
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

/* Styling Popover */

.popover {display: none !important;}
.top.popover {display: none;}
a.pop-link {display: none !important;}
.popover-title {display: none !important;}
.popover-content {display: none !important;}
.arrow {display: none !important;}
.popover.right .arrow:after {display: none !important;}
.popover.left .arrow:after {display: none !important;}
.popover.top .arrow:after {display: none !important;}
.popover.bottom .arrow:after {display: none !important;}


/* Misc. */

#scb-body img {width: 100%;}
#scb-body .break {display: block; page-break-after: always !important;}
.print-only {display: inherit;}
.screen-only {display: none;}
a::after {display: none;}
abbr::after {display: none;}
a.btn {display: none;}
div.dirphoto {
	width: 15% !important;
	float: left !important;
}
div.dirdesc {
	width: 75% !important;
	float: left !important;
}

	
/* BEA Footer */
	
footer.footer.container {
	display: none;
}
	
	
/* SCB Footer */

div#scb-footer {
	display: inherit !important;
	background-color: #004c97 !important;
	border-radius: 8px;
	padding-top: 1em;
}
p.footer-title {
	text-align: right;
	color: #ffffff !important;
	line-height: normal;
	font-style: italic;
	margin-bottom: 0;
}
p.footer-text {
	text-align: right;
	color: #ffffff !important;
	line-height: normal;
}

/* End of Style Sheet */
	
}