@charset "utf-8";
/* CSS Document */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #0084c8; /* color: #007bff; */
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #025da8; /* color: #0056b3; */
  text-decoration: underline;
}
/* Text formatting ************/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h6, .h6 {
  font-size: .85rem;
  margin:0 .5rem;
}
.p20        { font-size:1.25rem; }
.p18	      { font-size:1.12518px; }
.p16 		   { font-size:1rem; }
.p14 		   { font-size:.875rem; }
.p13        { font-size:.8125rem; }


hr.divider {
  width:100%;
  margin:1px 0;
  border:0;
  border-top:1px solid #f0f0f0;
  border-bottom:0;
}
hr.horz { 
  width:100%; 
   height:6px; 
   border-top:2px dotted #c1c1c1; 
   margin-top:4px; 
   margin-bottom:4px 
}
/* Containment ************/
@media (max-width: 767.98px) {
   main {
      margin-top:2.25rem;
   }  
}
#appPane {
   width:100%; 
   height:1200px;
   border:1px solid #9ea0a3;
   z-index:1;
}
.targetwindow {
  margin:1.5rem 3rem 1.5rem 4rem; 
  height:100%;   
}
.target {
   font-weight:700; 
   padding-left:2rem;
}
.inlinemenu {
   position:relative;
   margin:1.5rem 0;
}
.dirlink {
   font-weight:700;
   margin-left:2rem;
}
.targetwindow {
   display:block;
   position:relative;
}
main {
   position:relative;
}
.mainext {
   min-height:1000px;
}
.secondary {
   margin:.5rem 1rem 1rem;
   background-color:aliceblue;   
}
.secnav {
   position:relative;
   color:#2679bf;
   font-weight:400;
   font-size:.90rem;
   line-height:1.5rem;
}
.seclink {
   margin-left:1.1rem;
}
.pane-blue {
   background-color:#d8e8f5;
   background-color:rgba(216,232,245,.675);
   margin:1.5rem;
   padding:1.5rem;
}
.white-pane {
  background-color:#fff;
  border:8px solid #ececec;
  margin:1.5rem;
  padding:1.5rem;
}
.pane {
 margin:1.5rem;
 padding:1.5rem;  
 border:1px solid #c1c1c1;     
}
table#directory .table th,
.table td {
  font-size:.95rem;
  font-weight:700;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table#directory.table thead th {
  color:#dee2ef;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  margin:1rem;
  position:relative;
}

/* List formatting ************/
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  position:relative;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.25rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item-bl {
  position: relative;
  display: block;
  padding: 0.25rem 1.25rem;
  margin-bottom: -1px;
  background-color:rgba(183,214,237,.3);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
ul {
	padding:0;
	margin:0 0 0 1.5em;
}
.highlights li {
	background-image: url(../images/sqbullet-bdr-5px.png);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	font-size:14px;
	line-height:1.6;
	font-weight:700;
	color:#007dbd;
	text-decoration:none;
	padding-left:1em;
	padding-bottom:0.3px;
	margin-bottom:4px;
	text-align:left;
	list-style-image:none;
	list-style-type:none;
}

/* Components ************/
.subhdr {
  color:#717375;
  background-color:#d1e6f6; 
  background-color:rgba(183,214,237,.4);
  border:1px solid #ececec;
  position:relative;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size:.85rem;
  padding: 0.25rem 1rem;
  float:left;
  clear:right;
  margin-bottom: .50rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.hdrbanner {
   background-color:#166bb1;
   background-color:rgba(22,107,177,1);
   color:#fff;
   padding:.5rem 1rem;
}
.bio-img {
   border: 1px solid #999;
   margin:.5rem 1rem;
}
.bio {
   color:#4f4f4e;
   font-size:.95rem;
   font-weight:400;   
}
.email {
   color:#1ea3ca;
   font-size:.85rem;
   font-weight:700;
   font-style:normal;
}
.rail-frame {
   border-right:1px solid #2679bf;
   border-left:1px solid #2679bf;
   padding:1.25rem;
}

.address {
   font-weight:700;
   text-align:center;
   margin:.5rem .5rem 1.5rem;
}
.desc {
   font-weight:400;
   font-style:italic;
}
.copyright { 
   color:#5d5d62;
   font-size:.85rem;
   font-weight:400;
   font-style:italic;
   margin-bottom:1rem;
}
/* Text formatting ************/
.pointer         { background:url('../images/sprites.png') -29px -32px no-repeat; width:10px; height:12px; position:absolute; top:.4125rem; left:1rem }
.pointer-bl      { background:url('../images/sprites.png') -10px -32px no-repeat; width:9px; height:11px; position:absolute; top:.385rem; left:.15rem }
.arrow-block     { background:url('../images/sprites.png') -10px -10px no-repeat; width:32px; height:12px; position:absolute; top:.6rem; left:.5rem}
.arrow-lg        { background:url('../images/sprites.png') -10px -54px no-repeat; width:27px; height:12px; position:absolute; top:.6rem; left:0; }
.tab             { background:url('../images/sprites.png') -47px -10px no-repeat; width:18px; height:18px; position:absolute; top:0; left:0 }

/* Color palette ************/

.navy            { color:#002664; }
.royal-blue      { color:#1a368c; }
.blue06          { color:#004990; }
.blue05          { color:#025da8; }
.blue04          { color:#2c7dbf; }
.blue03          { color:#61a0d4; }
.blue02          { color:#b4d3ed; }
.blue01          { color:#d8e8f5; }
.periblue03      { color:#0071b6; }
.periblue02      { color:#007dbd; }
.periblue01      { color:#0084c8; }
.blue            { color:#008fca; }
.bluesky         { color:#2887cd; }
.cerulean        { color:#2679bf; }
.cyan            { color:#3ca5df; }
.cyan-dk         { color:#2caddd; }
.charcoal        { color:#3a3b3c; }
.gray-dk         { color:#768083; }
.gray-md         { color:#9ea0a3; }
.gray            { color:#b6b8ba; }
.gray-lt         { color:#c1c1c1; }