@charset "utf-8";
/* CSS Document */
body {
font-family: "adobe-text-pro",serif;
}

a {text-decoration: underline; color: #1F5A8E;}

/* Heading and navbar styles */
main::before { /*This offsets the main section so the Skip nav link works properly*/
    content: '';
    display: block;
    height: 55px;
    margin: -55px 0 0;
}

#skip-nav a {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip-nav a:focus {
position:static;
width:auto;
height:auto;
padding: .5em;
font-size: 1.2em;
color: #FFFFFF;	
background-color: #980000;
} 

#logo {
	padding-right:10px;
	margin-top:5px;
	margin-bottom:10px;
}

header {
	margin-top: 75px;
	margin-bottom: 20px;
	
}
header img {
	padding-left: 5px;
}
.navbar-inverse .glyphicon {
    color: #fff;
}
.navbar-inverse .glyphicon:hover {
    color: #ccc;
}
.navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-size: 20px;
	padding-right:20px;
    text-decoration: none;
}
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ccc;
}
#search-box{
	 width: 300px;
	  }


/* Home page photos and content styles */
 #PhotoCaption {
    background-color: #2D3E50;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 20px;
	margin-left:6px;
	margin-right:6px;
	text-transform:uppercase;
}
.imageBoxMain {
  background-color:#f1f1f1;
  padding:10px;
  border:2px solid #2D3E50;
  margin-top:10px;
}
.imageBox {
  background-color:#f1f1f1;
  padding:10px;
  border:1px solid #000000;
}
.caption-full {
	padding:20px;
}
.caption-full p {
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px;
	color: #555;
}
.caption-full h2 {
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	color: #555;
}
.caption-full h2 a{
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	color: #555;
}

.well {
	background-color:#FFF;
}
.featured {
	background-color: #FFF;
}
.featured img{
	display:block;
	background-color:#f1f1f1;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
}
.caption-full h1 a{
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	margin: 0em 0em 0.5em;
	color: #555;
}

.featured h2  {
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	margin-top: -10px;
	margin-bottom: 0px;
	color: #555;
}

.featured h2 a {
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #555;
}
.featured h2 a:focus {
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #555;
	text-decoration:underline;
}
.featured p {
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	color: #555;
    }


#years {
    border-bottom: 1px solid #ccc;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 8px;
	padding-left: 30px;
}
#head_rt {
	padding-left: 5 px;
	margin-bottom: 0px;
	margin-bottom:-5px;
    line-height: 1.5;
}
#head_rt a {
	color:#1F5A8E;
    text-decoration: underline;
}

/*outlook author photo styles*/
#byline img {
    border: 1px solid #f0f0f1;
    box-shadow: 0px 1px 10px #d2dbe3;
    float: left;
    margin: -5px 10px 15px 0;
    padding: 5px;
}



/*article page content styles*/
img#mainphoto  { /*Used for large photos beginning with Outlook 2020*/
border:1px solid #f0f0f1;
box-shadow:0px 1px 10px #d2dbe3;
    float:left;
    margin:-5px 10px 15px 0;
    padding:5px;
}

article p {
	font-size:1.6em;
	line-height: 1.6em;
	color: #555;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
}

article p a{
	text-decoration:underline;
}
article  li {
	font-size: 1.6em;
	line-height:1.6em;
}
li li, li p, li h3 { /*This rule prevents the em declarations from "nesting" and causing the fonts in lists to be too big*/
	font-size: 1em;
}
article ol {
	
	line-height: 1.6em;
	color: #555;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
}

article ul {
	
	line-height: 1.6em;
	color: #555;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
}
ul li {
	margin-bottom:5px;
}
ol li {

	margin-bottom:5px;
}

article p+p {
	margin-top:1em;
	text-indent:0;
}
article {
	margin-bottom:1em;
}


h1 {
	font-size:2.8em;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 600;
	margin: 0em 0em 0.5em;
	line-height: 1;
	color:#224F77;
}
.titlesub {
	font-size:1.8em;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	margin: -0.5em 0em 0.5em;
}
article h2 {
	border-bottom:1px solid #CCC;
	color:#183856;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 600;
	font-size:1.8em;
	padding:5px 0;
}
h3 {	
	font-size: 1.5em;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3em;
}
h3.subheading {
	color:#183856;
	margin-bottom: 0;
	font-family:neuton, serif;
}
h4 {
	font-weight: bold;
	color: #990000;
	font-size: 22px;
	margin-bottom: 0;
	margin-top:1em;
}


	h6 {
    font-size: 1.4em;
  	margin-bottom: 0;
    margin-top: 1em;
	color: #224F77;
   }

.toc {
	margin-bottom:10px;
}
.toc a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
}
.h230 {
	height:230px;
}
.formbox {
	margin: 0em;
	padding: 0em;
	display: inline;
}

span.footnote-reference { font-style:italic}

sup {
	font-size: 11px;
	font-weight: bold;
	}
	
sup a {
	font-size: 11px;
	font-weight: bold;
	}
.byline {
	margin:0;
	font-style: normal;
	font-family:"proxima-nova-sc-osf-ext-cond",sans-serif;
	color: #990000;
	font-weight: 600;
	font-size:1.8em;
}
.info {
	font-size:.8em;
	margin-bottom:15px;
}
.byline a {
	color: #990000;
	text-decoration:none;
}
.byline a:hover {
	text-decoration:underline;
}
p.size08em {
	font-size: 0.9em!important;
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #183856;
	line-height: 1.3em!important;
}
article p.source {
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-top: 5px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	display:block;
}
article img {
	vertical-align:middle;
}
.notes {
	margin-bottom: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}


.legend {
	display: block;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

sup {
	font-family:Arial, Helvetica, sans-serif;
}

ol.footnotes li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
}
ul.footnotes li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
}
ol.footnotes li a {
	text-decoration:underline;
}
ul.footnotes li a {
	text-decoration:underline;
}
a:target { /*Causes the footnote anchors to jump to the right location, offsetting for the navbar*/
	content: '';
    display: block;
    height: 65px;
    margin: -65px 0 0;
}

/*the sidebar navigation*/

#sidebarRight {
	margin-top:0;
}


#sidebarRight #navlist {
	background-color: #FFF;
    color: #929497;
	padding-top: 5px;
	/*padding-left: 20px;*/
	margin-bottom: 0px;
	border-top:#2D3E50 solid 10px;
}
/*using data affix*/
#navlist .affix {
	position:fixed;
	bottom: 0px;
	width: 100%;
}

#navlist p.sb_head {
    font-family: "proxima-nova-sc-osf-ext-cond",sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size:2.5em;
	color:#2D3E50;
	margin: 0px;
	text-transform:uppercase;
	text-align: center;
}

.small {
	display:block;
	font-size:0.4em;
	margin: 10 0 40 0;
	text-transform: none;
	font-weight: normal;
	font-family:"adobe-text-pro",serif;
	line-height: 2em;
}

#navlist ul
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

#navlist li
{
display: block;
margin: 0;
padding: 0;
}

#navlist li a
{
display: block;
padding: 10px 5px 10px 5px;
background-color:#FFF;
color: #555;
text-decoration: none;
line-height:1.8em;
font-size:1.5em;
font-family: "adobe-text-pro", serif;font-size:14px;
border-bottom:1px solid #999;
}

#navlist .tableContents {
	border-top: 1px solid #999;
}

#navlist li a:focus
{
color: #990000;
background-color:#F0F0F0;
}
#navlist li a:active {
	color: #990000;
	background-color:#FFF;
}
#navlist li a:hover.current
{
color: #990000;
background-color:#F0F0F0;
}
#navlist.current li a:hover 
{
color: #990000;
background-color:#F0F0F0;
}



#navlist p.pdf {
	text-align:center;
	padding:5px 0px 5px 0px;
	background-color:#FFF;
	border:none;
}
.pdf a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #183856;
}
.pdf a:hover {
	text-decoration:underline;
}
.pdf img {
	display:block;
	margin:5px auto;
}
.pdf img a {
	text-decoration:none;
}
#pdf p {
	text-align:left;
	background-color:#4E5666;
	border:none;
}
#pdf a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding:5px 0px 10px 0px;
	color: #FFF;
}
#pdf a:hover {
	text-decoration:underline;
}
#pdf img {
	display:block;
	margin: 5px 10px 5px 10px;
}
#pdf img a {
	text-decoration:none;
}
/*#subhead {
	background-color:#333;
	margin-bottom:10px;
	height:35px;
}*/

#pagination .pagination li a{
	color:#FFF;
	background-color:#2D3E50;
	text-decoration:underline;
}
#pagination .pagination li a:focus{
	color:#FFF;
	background-color:#BFBFBF;
}


/*the footer styles*/	
footer {
		background-color:#2D3E50;
	}
	
footer h1 {
    color: #FFF;
	font-family: "adobe-text-pro",serif;
	font-style: normal;
	font-weight: 400;
    font-size: 1.8em;
    margin-bottom: 7px;
    margin-left: 20px;
    margin-top: 10px;
}
	
footer p {
    color:#FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    text-decoration: none;
}
footer p {
    margin-bottom: 8px;
    margin-left: 40px;
}


footer p a {
    color:#FFF;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}
footer p a:hover {
    text-decoration: underline;
}
.footer-bottom {
	background-color:#FFF;
	margin-top:20px;
}
.footer-bottom p{
	color:#000;
	font-family: Arial,Helvetica,sans-serif;
	font-size:0.9em;
	line-height: 1.5em;
}
#social_ftr {
	text-align:center;
    
}
#social_ftr img {
    margin-right: 20px;
}
#social_ftr span {
	 color:#000;
	 font-family: "adobe-text-pro",serif;
	 font-style: normal;
	 font-weight: 400;
	 font-size:18px;
	 margin-left:-10px;
    line-height: 1.5;
}

#social_ftr .btn {
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}


#explore {
	text-align:center;
}

#explore h1 {
	text-align:center;
}
#explore ul {
	margin:0px 0px 0px 10px;
	display: inline;
	padding: 0px;
}

#explore li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-right: 20px;
	padding-left: 10px;
	color:#fff;
}

#explore li a{
	font-size:16px;
	color:#fff;
    text-decoration: none;
}
/*	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}*/


#explore li.lastfooter {
	border-right:none;
}

#explore a, a:visited {
	/*text-decoration: none;*/
	font-weight:400;
}
#explore a:hover {
	text-decoration:underline;
}
#tweets {
	margin-top:25px;
	position:relative;
	width: 100%;
}

blockquote footer {
	background-color:transparent;	
}
/* ------------------
 styling for the redesigned Bootstrap tables 
   ------------------   */
table.table {
	margin-bottom:5px;
	margin-top:5px;
   }
   
 
   
.table > tbody > tr > th {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	line-height:17px;
	letter-spacing:1px;
	color:#FFF;
	background-color:#4E5666;
	padding: 6px 6px 6px 10px;
   }
   
.table-bordered th {
	margin-bottom:0px;
   }
.table th.left{
	 text-align:left;
	 vertical-align:bottom;
   }
.table > tbody > tr > td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 1px solid #a7b9c9;
	padding: 6px 6px 6px 12px;
	color: #555;
	line-height:16px;
	vertical-align: middle;
}


.table td.shade {
	background-color:#e7eff8;
}


.table td.datacell {
	text-align:right;
	padding-right:15px;
}
.table td.datashade {
	text-align:right;
	padding-right:15px;
	background-color:#e7eff8;
}

.table .horbdr{
	border-bottom:1px solid #183856;
}
.table tr.horbdr_data td {
	border-bottom:1px solid #183856;
	text-align:right;
	padding-right:15px;
}
.table td.horbdr_data{
	border-bottom:1px solid #183856;
	text-align:right;
	padding-right:15px;
}
.table .verbdr
{
	border-right:1px solid #183856;
}
.table .verbdr_data
{
	border-right:1px solid #183856;
	text-align:right;
	padding-right:15px;
}
.table .sub1 {
	padding-left:20px;
}
.table .sub2 {
	padding-left:30px;
}
.table .sub3 {
	padding-left:40px;
	
}

.table .sub4 {
	padding-left:50px;
}
/*Hack for Mozilla table fieldset to fix weird handling of responsive table*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


/* ------------------
 styling for the legacy tables 
   ------------------   */

/*Standard*/
table.ibr-standard {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	border-collapse:collapse;
	margin-bottom:5px;
	margin-top:5px;
	width:700px;
}
.ibr-standard th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:12px;
	letter-spacing:1px;
	border: 1px solid #a7b9c9;
	text-align: center;
	padding: 6px 6px 6px 10px;
	background: #224f77;
	vertical-align:bottom;
    
}
.ibr-standard th.left {
	text-align:left;
}
.ibr-standard th.middle {
	vertical-align:middle;
}
.ibr-standard td {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #a7b9c9;
	padding: 6px 6px 6px 12px;
	color: #225078;
	line-height:13px;
}

.ibr-standard td.cr_blue {
	text-align:right;
	padding-right:15px;
	background-color: inherit;
	background-image: url(../tables/cr_blue.gif);
	background-repeat: no-repeat;
}
.ibr-standard td.cr_red {
	text-align:right;
	padding-right:15px;
	background-color: inherit;
	background-image: url(../tables/cr_red.gif);
	background-repeat: no-repeat;
}
.ibr-standard td.cr_gray {
	text-align:right;
	padding-right:15px;
	background-color: inherit;
	background-image: url(../tables/cr_gray.gif);
	background-repeat: no-repeat;
}
.ibr-standard td.shade {
	background-color:#e7eff8;
}

.hovertable tr:hover td
{
	background: #e7eff8;
	color: #183856;
}
.ibr-standard td.datacell {
	text-align:right;
	padding-right:15px;
}
.hovertable tr:hover td.cr_blue {
	background: #e7eff8 url(../tables/cr_blue.gif) no-repeat;
}
.hovertable tr:hover td.cr_red {
	background: #e7eff8 url(../tables/cr_red.gif) no-repeat;
}
.hovertable tr:hover td.cr_gray {
	background: #e7eff8 url(../tables/cr_gray.gif) no-repeat;
}
.ibr-standard .horbdr
{
	border-bottom:1px solid #183856;
}
.ibr-standard tr.horbdr_data td
{
	border-bottom:1px solid #183856;
	text-align:right;
	padding-right:15px;
}
.ibr-standard td.horbdr_data
{
	border-bottom:1px solid #183856;
	text-align:right;
	padding-right:15px;
}
.ibr-standard .verbdr
{
	border-right:1px solid #183856;
}
.ibr-standard .verbdr_data
{
	border-right:1px solid #183856;
	text-align:right;
	padding-right:15px;
}
.ibr-standard .sub1 {
	padding-left:20px;
}
.ibr-standard .sub2 {
	padding-left:30px;
}
.ibr-standard .sub3 {
	padding-left:40px;
}

.italic{font-style:italic}

a.TweetThis {
	text-decoration:none;
}
.TweetThis {
	background-image: url("../images/icons/Twitter_logo_blue_16.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #000;
    display: inline;
   	margin-right: 0.2em;
    padding-right: 1.2em;
}
.TweetThis:hover, .TweetThis:focus {
    background-color: #e0f0fc; /*This is a shade of the Twitter logo's #55ACEE*/
	text-decoration:none;
}
/*Subscribe Box*/
/*#mc_embed_signup {
	margin:10px 0px 0px 0px;
}
#mc_embed_signup legend, #mc_embed_signup fieldset, #mc_embed_signup label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#mc_embed_signup fieldset {
	padding:0px;
	border:none;
	overflow:hidden;
}
#mc-embedded-subscribe-form {
	font-size:12px;
}
div.mc-field-group {

	padding:0;
}
div.mc-field-group label {
	margin:0;
	padding:0;
}
div.mc-field-group input {
	margin:0;
	padding:0;
}
div.mc-field-group input.email {
	margin:0;
	padding:0;
	width:165px;
}
#mc_embed_signup .input-group {
	padding:0px;
	margin:5px 0px;
}
#mc_embed_signup .input-group ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0px;
}
#mc_embed_signup .input-group ul li {
	margin:0;
	padding:0;
	text-indent:0px;
}
#mc_embed_signup .input-group label {
	margin:0px;
	padding-left:5px;
}
#mc_embed_signup .input-group input {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.indicate-required {
	margin-bottom:10px;
	color:#990000;
}
.note-required {
	color:#990000;
}
#sub_btn input.btn {
	float:right;
	background-color:transparent;
	border:none;
	padding:0;
	color:#213f7e;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-weight:bold;
}
#sub_btn {
	margin-top:5px;
	margin-right:90px;
}
#sub_btn2 {
	float:left;
}
input.btn {
	float:right;
	background-color:transparent;
	border:none;
	padding:0px;
	color:#213f7e;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-weight:bold;
	float:left;
}
div.mc-field-group input.email2 {
	margin:0;
	padding:3px;
	width:120px;
	float:left;
	margin-right:5px;
	height:14px;
}
.mc-field-group {
	height:25px;
}
.mc-field-group .label {
	float:left;
	margin-right:5px;
}
.mainbox .mc-field-group label {
	margin:0;
	padding:0;
	display:block;
	width:100px;
	float:left;
}
.mainbox .mc-field-group input {
	margin:0;
	padding:0;
	width:160px;
	float:left;
}
/*Subscribe Box End */
/*Subscribe page*/
/*#subscribepage
{ max-width: 650px;
}*/
/*#subscribepage .mc-field-group {
	height:auto;
	margin-bottom:15px;
}
#subscribepage #mce-responses {
	margin-top:5px;
	margin-left:5px;
	float:left;
}
.mce_inline_error {
	color:#990000;
	font-weight:bold;
	float:left;
	margin-left:5px;
}
#mce-success-response {
	color:#990000;
	font-weight:bold;
}
#mce-error-response {
	color:#990000;
	font-weight:bold;
}
#subscribepage label {
	display:block;
	width:95px;
	float:left;
}
#subscribepage input {
	float:left;
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}*/
/*Subscribe page end*/*/


