@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, 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 {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
  color: #19150f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  position: relative;
}
p {
  margin: 0 0 11px;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.5em;
}
h1 {
  font-size: 27px;
  font-weight: 500;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 21px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
#header {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 0 20px 0;
  min-height: 145px;
  background: #f6f3ee url(../img/header-bg-v2.jpg) 50% bottom;
}
#header .section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 30px;
  padding: 0 15px 30px;
  min-width: 990px;
}
ol, ul {
  list-style: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  max-width: 500px;
  min-width: 200px;
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.breadcrumb {
  padding: 8px 0;
  background: white;
}
.breadcrumb > li + li:before {
  color: #CCCCCC;
  content: "/ ";
  padding: 0 5px;
}
.panel-heading h3 {
  font-size: 1.2em;
  margin-top: 0;
  line-height: 14px;
}
label.control-label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.btn-primary {
  background-color: #336a90;
  color: white;
}
.btn-primary:hover {
  background-color: #003366;
  color: white;
}
.btn-success {
  background: #2e8540;
  background: -moz-linear-gradient(top, #2e8540 0%, #1b4f1f 100%);
  background: -webkit-linear-gradient(top, #2e8540 0%,#1b4f1f 100%);
  background: linear-gradient(to bottom, #2e8540 0%,#1b4f1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8540', endColorstr='#1b4f1f',GradientType=0 );
  color: white;
}
.btn-success:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e8540+0,1b4f1f+100 */
  background: #1b4f1f; /* Old browsers */
  background: -moz-linear-gradient(top,  #1b4f1f 0%, #2e8540 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1b4f1f 0%,#2e8540 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #1b4f1f 0%,#2e8540 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4f1f', endColorstr='#2e8540',GradientType=0 ); /* IE6-9 */
  color: white;
}
.btn-primary {
  color: white;
  background: #005da9;  /*Old browsers */
  background: -moz-linear-gradient(top,  #005da9 0%, #112e51 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005da9) color-stop(100%,#112e51)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #005da9 0%, #112e51 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #005da9 0%,#112e51 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #005da9 0%, #112e51 100%); /* IE10+ */
  background: linear-gradient(to bottom, #005da9 0%,#112e51 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005da9', endColorstr='#112e51',GradientType=0 ); /* IE6-9 */
}
.btn-primary:hover, .btn-primary:focus {
  color: white;
  background: #112e51;  /*Old browsers */
  background: -moz-linear-gradient(top,  #112e51 0%, #005da9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#112e51) color-stop(100%,#005da9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #112e51 0%, #005da9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #112e51 0%,#005da9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #112e51 0%, #005da9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #112e51 0%,#005da9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112e51', endColorstr='#005da9',GradientType=0 ); /* IE6-9 */
}
.btn-default {
  color: #333333;
  border-color: #cccccc;
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 1%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 1%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 1%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btn-default:hover, .btn-default:focus {
  color: #333;
  border-color: #cccccc;
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 1%, #f9f9f9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cccccc 1%, #f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #cccccc 1%, #f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
input[type="file"]::-webkit-file-upload-button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: buttonface;
  box-sizing: border-box;
  padding: 3px 6px !important;
  border: 2px outset buttonface;
  height: 36px;
  border-radius: 4px;
  font-size: 13px;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
}
th {
  font-weight: bold;
  margin-top: 5px;
}
tr.odd {
  background-color: #f7f7f7;
}
input[type=file] {
  align-items: baseline;
  color: inherit;
  text-align: center;
}
.panel-body .nav-tabs {
  margin-left: -10px;
}
.panel-body .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: #d6cbb6;
  color: #414141;
  padding: 6px ;
  font-weight: bold;
}
.panel-body .nav-tabs > li.active > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: white;
  color: #414141;
  padding: 6px;
}
select.form-control {
  background: #d6d7d9;  /*Old browsers */
  background: -moz-linear-gradient(top,  #f1f1f1 50%, #d6d7d9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(2%,#4b647f), color-stop(100%,#96b8de)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 50%,#d6d7d9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 50%,#d6d7d9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 50%,#d6d7d9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 50%,#d6d7d9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d6d7d9',GradientType=0 ); /* IE6-9 */
}
.alert-success {
  color: #333;
  border-color: #d6e9c6;
  background: url(../img/icon-green-checkmark.png) 15px 15px no-repeat #dff0d8;
  padding-left: 50px;
}
.alert-danger {
  color: #333;
  border-color: red;
  background: url(../img/icon-error.png) 15px 15px no-repeat #f9dede;
  padding-left: 50px;
}
.tooltip-inner {
  max-width: 350px;
}
.help-block.with-errors {
  margin-bottom: 0px;
}
.help-block.with-errors ul.list-unstyled li {
  font-size: 13px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfc3ae;
}
label {
  margin-bottom: 5px;
}
h2 {
  font-size: 21px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
.content {
  padding: 12px 3px;
}
.carousel {
  position: relative;
}
.carousel-indicators {
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators a ul {
  display: inline-block;
  list-style: none;
}
.carousel-indicators a li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 50%;
}
.carousel-indicators a.active li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #474747;
  border: 1px solid #474747;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: transparent;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 0;
  left: 10%;
  z-index: 10;
  width: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(255, 255, 255, .6);
}
.carousel-caption p {
  line-height: 1.5em;
  font-size: 13px;
}
.carousel-control, .carousel-control:hover, .carousel-control:focus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 18px;
  color: #333;
  text-align: center;
  text-shadow: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  margin-top: -25px;
  font-size: 30px;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}
.carousel-control.left {
  border-radius: 6px 0 0 6px;
}
.carousel-control.right {
  border-radius: 0 6px 6px 0;
}
.carousel-inner > .item, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
  border-radius: 6px;
}
#footer {
  background: #cee3f2;
}
#breadcrumb, #main .section, #footer-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .form-control {
    padding: 6px 8px;
  }
}
.popover {
  width: 250%;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 6px 0 0px;
  line-height: normal;
}
.alert-warning {
  color: #333;
  background-color: #ffa;
  border-color: #e0db1b;
}
pre {
  padding: 15px;
}
.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 100000 !important;
}
.input-daterange input {
  text-align: left;
}
.modal-header {
  background: #cfc3ae;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.modal-header .close {
  position: relative;
  opacity: 1 !important;
  line-height: .8;
  border: 2px solid black !important;
  border-radius: 50%;
  width: 22px !important;
  padding: 5px 19px 3px 5px;
  background: white;
  margin-bottom: -25px;
  color: black !important;
  font-weight: bold;
}
.btn-group {
  width: 100%;
}
.normal {
  font-weight: 400;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #cfc3ae;
  z-index: 1010;
}
#eyebrow .section {
  position: relative;
  height: 30px;
}
#eyebrow #eyebrow-breadcrumb li {
  height: 30px;
  font-size: 13px;
  float: left;
  margin: 0 8px 0 0;
}
#eyebrow #eyebrow-breadcrumb ul {
  padding-left: 0;
}
#eyebrow #eyebrow-breadcrumb li a {
  display: block;
  line-height: 30px;
  color: #19150f;
  padding: 0 0 0 0px;
  font-weight: normal;
}
#eyebrow #eyebrow-breadcrumb li.hhs a {
}
#eyebrow #eyebrow-breadcrumb li.acf {
  padding: 0 0px 0 20px;
  background: url(../img/eyebrow-divider.png) no-repeat 0 0;
}
#eyebrow #eyebrow-breadcrumb li.acf a {
}
#eyebrow #eyebrow-breadcrumb li.office, #eyebrow #eyebrow-breadcrumb li.office.hover {
  float: left;
  position: relative;
  width: auto;
}
#eyebrow #eyebrow-breadcrumb li.office > a {
  font-weight: normal;
  padding: 0 0 0 24px;
  background: url(../img/eyebrow-divider.png) no-repeat 0 0;
}
#eyebrow #eyebrow-breadcrumb li.office > a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px 0 0;
  background: url(../img/eyebrow-dropdown.png) no-repeat right 50%;
}
#eyebrow #eyebrow-breadcrumb li.csp {
  display: inline-block;
  padding: 0 0px 0 20px;
  background: url(../img/eyebrow-divider.png) no-repeat 0 0;
}
#eyebrow #eyebrow-breadcrumb li.csp > a {
  font-weight: bold;
}
#eyebrow #eyebrow-breadcrumb li.csp > a span {
  margin-right: 10px;
}
#eyebrow #eyebrow-breadcrumb li.office ul.dropdown {
  position: absolute;
  z-index: 501;
  right: 0;
  left: 0;
  top: 30px;
  background: #b8ad9b;
  border-top: 1px solid #e4d8c4;
  padding: 16px 24px;
  width: 410px;
}
#eyebrow #eyebrow-breadcrumb li.office ul.dropdown > li {
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  height: auto;
}
#eyebrow #eyebrow-breadcrumb li.office ul.dropdown > li h3 {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 3px;
  font-weight: bold;
}
#eyebrow #eyebrow-breadcrumb li.office ul.dropdown li ul.by-office {
  border-bottom: 1px solid #e3d7c3;
  margin: 0 0 16px;
  padding: 0 0 16px;
}
#eyebrow #eyebrow-breadcrumb li.office ul.dropdown li li {
  float: none;
  max-width: 326px;
  height: auto;
  margin: 0;
  padding: 0;
}
#eyebrow #eyebrow-breadcrumb li.office ul.dropdown li li a {
  line-height: 18px;
  padding: 3px 0;
}
#eyebrow #eyebrow-breadcrumb li.csp > a {
  padding-left: 30px;
  background: url(../img/open-lock.png) left center no-repeat;
}
#eyebrow #eyebrow-breadcrumb li.csp > a.secured {
  padding-left: 30px;
  color: #981b1e;
  background: url(../img/secure-lock.png) left center no-repeat;
}
.userInfo {
  background: url(../img/username-bkgnd.png) left top no-repeat;
  width: auto;
  padding-left: 30px;
  padding-right: 15px;
}
#site-name {
  position: absolute;
  top: 0px;
  margin-top: 10px;
}
#site-name a {
  display: block;
  width: 490px;
  height: 80px;
  line-height: 80px;
}
#site-name a img {
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 100%;
  display: block;
  margin: 0;
  margin-top: 3px;
  padding: 0;
  image-rendering: optimizeQuality;
}
ul#navlist {
  background-color: #0a1b28;
  color: white;
  min-height: 38px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 2px;
}
ul#navlist li {
  display: inline;
  line-height: 38px;
}
ul#navlist li a {
  color: white !important;
  padding: 5px 10px;
  vertical-align: middle;
}
ul#navlist li:hover a {
  display: inline;
  line-height: 38px;
  height: 50px;
  background-color: #ccc;
  border-radius: 4px 4px 0 0;
  color: #414141 !important;
  margin-bottom: -15px;
  padding-bottom: 12px !important;
  padding-top: 10px;
  border-bottom: 2px solid white;
}
ul#navlist li.active a {
  display: inline;
  line-height: 38px;
  height: 50px;
  background-color: white;
  border-radius: 4px 4px 0 0;
  color: #414141 !important;
  margin-bottom: -15px;
  padding-bottom: 13px !important;
  padding-top: 11px;
}
#main-menu {
  position: relative;
  left: 0;
  right: 0;
  height: 44px;
  padding: 0 15px;
  width: 100%;
  min-width: 990px;
  max-width: 1200px;
  margin: -50px auto 30px;
}
#main-menu-links {
  display: block;
  height: 44px;
  background: #336a90;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  padding-left: 0;
}
#main-menu-links li {
  display: block;
  height: 44px;
  float: left;
  margin: 0;
}
#main-menu-links li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  line-height: 44px;
  padding: 0 13px;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1em;
  padding-left: 9px;
  padding-right: 9px;
}
#main-menu-links li.active-trail a, #main-menu-links li.hover a, #main-menu-links li a.active {
  background: #0a1b28;
  margin-top: -4px;
  padding-top: 4px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
}
#main-menu-links li.branch:hover, #main-menu-links li.branch.dropdown.open:hover  {
  background: #0a1b28;
   height: 48px;
   margin-top: -4px;
  padding-top: 4px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
}
#main-menu-links li.branch ul.dropdown-menu li a {
  display: block;
  color: #fff;
  text-transform: initial;
  height: 48px;
  line-height: 44px;
  padding: 0 13px;
  font-size: 13px;
  background: none;
  border: none;
  font-weight: normal;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 0;
}
#main-menu-links li.branch ul.dropdown-menu li {
  width: 96%;
  margin-left: 2%;
  height: auto;
}
#main-menu-links li.branch ul.dropdown-menu li a {
  width: 100%;
  margin-right: 10px;
  height: auto;
}
#main-menu-links li.branch ul.dropdown-menu li a:hover {
  background: #336a90;
  -webkit-border-radius: 2px ;
  -moz-border-radius: 2px ;
  border-radius: 2px ;
  text-decoration: none;
}
#main-menu-links li.branch ul.dropdown-menu li a:hover, #main-menu-links li.branch ul.dropdown-menu li.active a, #main-menu-links li.branch ul.dropdown-menu li.active a:hover {
  background: #336a90;
  -webkit-border-radius: 2px ;
  -moz-border-radius: 2px ;
  border-radius: 2px ;
  text-decoration: none;
}
#main-content {
  display: block;
  min-height: 600px !important;
  position: relative;
  min-width: 990px;
  top: 0;
  padding-bottom: 50px;
}
#main-content .section {
  min-width: 990px;
  margin: 0px auto;
  min-height: 110px;
  padding: 0 15px;
  max-width: 1200px;
}
.body-content {
  margin-top: 30px;
  padding: 0;
}
hr.divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddd;
}
.panel-default>.panel-heading.csp {
  color: #333;
  background-color: #cfc3ae;
  border-color: #ddd;
  font-weight: bold;
}
.btn-unlock {
  color: #ffffff;
  border-color: #cccccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,000000+100 */
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #666666 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #666666 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=0); /* IE6-9 */
  margin-bottom: 2px;
}
.btn-unlock:hover, .btn-unlock:focus {
  color: #ffffff;
  border-color: #cccccc;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #666666 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #666666 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666', GradientType=0); /* IE6-9 */
  margin-bottom: 2px;
}
.content-container {
  border-top: 2px solid #cfc3ae;
  padding-top: 30px;
  padding-bottom: 30px;
}
#fileErrors.active {
  border: 1px solid #003366;
  box-shadow: 10px 10px 10px rgba(136, 136, 136, 0.5);
}
#file-errors-search-results {
  box-shadow: 10px 10px 10px rgba(136, 136, 136, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}
input[type="file"]::-webkit-file-upload-button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: buttonface;
  box-sizing: border-box;
  padding: 3px 6px !important;
  border: 2px solid #AAAAAA;
  height: auto;
  border-radius: 4px;
  font-size: 13px;
}
li.branch.dropdown > a.dropdown-toggle > span.caret {
  border-top: 6px dashed;
  margin-left: 5px;
}
.table-rows {
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  background-color: white;
}
.even {
  background-color: #f7f7f7;
}
a.docx {
  display: block;
  padding-right: 20px;
  background: url(../img/icon-docx.png) right center no-repeat;
}
a.pdf {
  display: block;
  padding-right: 20px;
  background: url(../img/icon-pdf.png) right center no-repeat;
}
a.ppsx {
  display: block;
  padding-right: 20px;
  background: url(../img/icon-ppsx.png) right center no-repeat;
}
a.ppt {
  display: block;
  padding-right: 20px;
  background: url(../img/icon-ppt.png) right center no-repeat;
}
a.xlsx {
  display: block;
  padding-right: 20px;
  background: url(../img/icon-xlsx.png) right center no-repeat;
}
a.zip {
  display: block;
  padding-right: 20px;
  background: url(../img/icon-zip.png) right center no-repeat;
}
.thick {
  border: 2px solid #cfc3ae;
  margin-top: 30px;
  margin-bottom: 30px;
}
.red {
  color: red;
}
.note {
  color: red;
  font-weight: bold;
}
li.user-status a {
  font-size: 16px;
}
h3.infotitle {
  margin-bottom: 5px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
ul.bullet-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul.bullet-list li {
  margin-bottom: 10px;
}
#accessServices h3, #personalInfo h3 {
  margin-top: 50px;
}
#accessServices hr.divider, #personalInfo hr.divider, #security hr.divider {
  border: 1px solid #efefef;
}
.panel.panel-csp {
  border: 1px solid #cfc3ae;
}
.panel-csp .panel-heading {
  background: #cfc3ae;
  font-weight: bold;
  font-size: 18px;
}
.panel-body.shaded {
  background-color: #f1ede7;
}
.panel-body.spotlight {
  background: url(../img/yellow-gradient-bkgnd.png) left top no-repeat transparent;
  background-size: 100%;
  padding: 10px 0px;
  height: 160px;
}
.comp-panel-scroll {
  overflow-y: auto;
  max-height: 365px;
}
ul.sub-bullet-list {
  list-style-type: circle;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}
ul.sub-bullet-list li {
  margin-bottom: 5px;
}
.panel-body .tight-top {
  margin-top: -15px;
}
.date-content {
  color: black !important;
  font-weight: bold;
  line-height: 1.1em;
  width: 60px;
  text-align: center;
  margin-top: -39px;
}
.heading-title {
  font-size: 1em;
  line-height: .8em;
}
.media-heading {
  margin-bottom: 0;
}
.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
input[type=date].form-control {
  line-height: 34px;
  background: url(../img/icon-date.svg) right center no-repeat transparent;
  background-size: 40px 20px;
}
input[type=date].form-control:hover, input[type=date].form-control:focus {
  line-height: 34px;
  background: none;
}
.csp-tan-btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f3ee+18,f2dfc1+100 */
  background: #f6f3ee; /* Old browsers */
  background: -moz-linear-gradient(top, #f6f3ee 18%, #f2dfc1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f3ee 18%, #f2dfc1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f3ee 18%, #f2dfc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f3ee', endColorstr='#f2dfc1', GradientType=0); /* IE6-9 */
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #eacca0;
}
.csp-tan-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f3ee+18,f2dfc1+100 */
  background: #f6f3ee; /* Old browsers */
  background: -moz-linear-gradient(top, #f2dfc1 18%, #f6f3ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2dfc1 18%, #f6f3ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2dfc1 18%, #f6f3ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dfc1', endColorstr='#f6f3ee', GradientType=0); /* IE6-9 */
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #eacca0;
  text-decoration: none;
}
.csp-green-btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7f4e4+18,b9dbab+100 */
  background: #e7f4e4; /* Old browsers */
  background: -moz-linear-gradient(top, #e7f4e4 18%, #b9dbab 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e7f4e4 18%, #b9dbab 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e7f4e4 18%, #b9dbab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f4e4', endColorstr='#b9dbab', GradientType=0); /* IE6-9 */
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border:1px solid #A5C499;
}
.csp-green-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7f4e4+18,b9dbab+100 */
  background: #b9dbab; /* Old browsers */
  background: -moz-linear-gradient(top, #b9dbab 18%, #e7f4e4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b9dbab 18%, #e7f4e4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b9dbab 18%, #e7f4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9dbab', endColorstr='#e7f4e4', GradientType=0); /* IE6-9 */
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #A5C499;
  text-decoration: none;
}
.csp-blue-btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf3f4+18,bfe7ef+100 */
  background: #edf3f4; /* Old browsers */
  background: -moz-linear-gradient(top, #edf3f4 18%, #bfe7ef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #edf3f4 18%, #bfe7ef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #edf3f4 18%, #bfe7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3f4', endColorstr='#bfe7ef',GradientType=0 ); /* IE6-9 */
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #B4E0E8;
}
.csp-blue-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfe7ef+0,edf3f4+82 */
  background: #bfe7ef; /* Old browsers */
  background: -moz-linear-gradient(top,  #bfe7ef 0%, #edf3f4 82%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #bfe7ef 0%, #edf3f4 82%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #bfe7ef 0%, #edf3f4 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe7ef', endColorstr='#edf3f4',GradientType=0 ); /* IE6-9 */
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #B4E0E8;
  text-decoration: none;
}
.might-overflow {
  text-overflow: ellipsis;
  overflow : hidden;
}
#footer-wrapper {
  border-top: 16px solid #bed9ed;
  background: #cee3f2;
}
#footer-inner {
  padding: 36px 15px 50px;
  font-size: 11px;
  width: 100%;
  min-width: 990px;
  max-width: 1200px;
}
#footer-inner .col-sm-4 a, #footer-inner .col-sm-4 .pull-right, #footer-inner .col-sm-4 .pull-right strong {
  font-size: 13px !important;
}
#footer-navigation {
  float: left;
  width: 690px;
  border-right: 1px solid #b8d5ea;
}
#footer .region-footer {
  float: right;
  font-size: 10px !important;
}
#footer-navigation ul li {
  float: left;
  margin: 0 36px 0 0;
}
#footer-navigation ul li a {
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
}
#footer-navigation ul li.last {
  margin: 0 10px 0 0;
}
#footer-inner a {
  color: #264a64;
}
#footer-navigation ul li li, #footer-navigation ul li li.last {
  float: none;
  display: block;
  width: 140px;
  line-height: 13px;
  margin: 0 0 10px 0;
}
#footer-navigation ul li li li a {
  font-weight: normal;
  font-size: 11px;
}
#footer #block-acf-theme-copyright {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
  color: #254a64;
}
#footer #block-acf-theme-copyright .content, #footer #block-acf-theme-copyright .content strong {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
  color: #254a64;
}
#footer #block-acf-theme-copyright h2 {
  text-indent: -9999px;
  height: 31px;
  background: url(../img/footer-acf-logo.png) no-repeat;
  margin: 0 0 12px 0;
}
#footer #block-acf-theme-footer-navigation li {
  float: left;
  width: 106px;
  line-height: 16px;
}
#footer #block-acf-theme-footer-navigation .item-list li a {
  float: left;
  width: 106px;
  line-height: 16px;
  font-size: 11px !important;
}
#footer #block-acf-theme-footer-navigation li li {
  float: none;
}
#footer-navigation ul li li li a {
  font-weight: normal;
  font-size: 11px;
}
a.external {
  background: url(../img/external-site.png) no-repeat scroll right center transparent;
  padding-right: 13px;
}
strong {
  font-weight: bold;
}
.regSteps {
  width: 100%;
  min-width: 230px !important;
}
.checkFEIN {
  margin-top: 27px !important;
}
#sticky-wrapper {
  width: 25%;
  float: left;
  background-color: white;
  overflow-y: inherit;
}
.checkbox-grouping {
  padding-left: 35px;
}
ul.steps li {
  display: block;
  width: 100%;
}
ul.steps li a, ul.steps li a:hover, ul.steps li a:focus {
  padding: 8px;
  display: block;
  color: #333333;
  background-color: white;
  cursor: text;
}
ul.steps li.active a {
  background-color: #3370cc !important;
}
ul.steps li.active:hover a {
  background-color: #3370cc;
  color: white;
}
ul.steps li.active a {
  color: white;
}
#sticky-wrapper {
  min-width: 230px;
  max-width: 25%;
  padding: 0 15px;
  float: left;
  background-color: white;
  overflow-y: inherit;
}
.inline-form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-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;
}
.popover {
  width: 250%;
}
.arrow {
  display: block;
  background: none;
  background-size: 12px 12px;
  padding-top: 0;
  padding-left: 0;
  width: 0;
  height: 0;
}
.checkbox-grouping input[type=checkbox], .checkbox-grouping input[type=radio] {
  margin: 4px 6px 0 -20px;
  line-height: normal;
}
.checkbox-grouping .servRoles input[type=checkbox], .checkbox-grouping .servRoles input[type=radio] {
  margin: 4px 6px 0 0px;
  line-height: normal;
}
.servRoles .radio-grouping  label {
  padding-left: 20px;
}
.servRoles .radio-grouping input[type=radio] {
  margin-left: -20px;
}
label.normal {
  font-weight: 400;
}
.empNameBlocks {
  margin: 0 10px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  display: inline-block;
}
.date-field {
  text-align: left;
  background: url(../img/icon-date.svg) right center no-repeat white;
  background-size: 30px 24px;
  border-radius: 4px;
}
.go-btn {
  margin-top: 20px;
}
.message {
  width: 75%;
  border: 1px solid;
  margin: 10px auto;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../img/icon-error.png');
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../img/icon-info.png');
}
.confirm {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('../img/icon-green-checkmark.png');
}
.csp-alert {
  color: #AA6708;
  background-color: #fcf8e3;
  background-image: url('../img/icon-alert.png');
}
#story {
  margin-top: -30px;
  padding: 0 15px;
}
#appname {
  display: none;
}
#contenttitle {
  margin-bottom: 20px;
  margin-top: 15px;
}
.btn-group {
  width: 100%;
}
.btn-group .multiselect {
  width: 100%;
  text-align: left;
}
.multiselect.btn .caret {
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 50%;
}
table#activetable, table.activetable {
  margin-bottom: 15px;
  border-bottom: 2px solid #aaa;
  width: 100%;
}
table#activetable tbody, table.activetable tbody {
  border: 1px solid #ddd;
}
table#activetable tbody tr td, table.activetable tbody tr td {
  padding: 5px;
  word-wrap: break-word;
}
table#activetable tbody tr td a, table.activetable tbody tr td a {
  color: #004283;
}
table#activetable tbody tr td a.btn-primary, table.activetable tbody tr td a.btn-primary {
  color: #fff;
}
table.formatted tbody tr td ul {
  list-style-position: inside;
}
th.noSort.header {
  background-color: #003366;
  background-image: none;
  cursor: default;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center right;
  border-right: 1px solid #ffffff;
  margin-right: 5px;
  background-origin: content-box;
  color: white;
}
th.noSort.header.sorting {
  background-color: #003366;
  background-image: none;
  cursor: default;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center right;
  border-right: 1px solid #ffffff;
  margin-right: 5px;
  background-origin: content-box;
  color: white;
}
th.header {
  background-color: #003366;
  background-image: url(../img/bootstrap-white-unsorted.png);
  cursor: pointer;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: -15px center;
  padding: 5px 5px 5px 20px !important;
  border-right: 1px solid #ffffff;
  margin-right: 5px;
  background-origin: content-box;
  color: white;
  text-align: center;
}
th.headerSortUp {
  background-image: url(../img/black-asc.gif);
  background-size: 10px 8px;
  background-color: #9bdaf1;
  color: #333;
  padding-left: 20px !important;
}
th.headerSortDown {
  background-image: url(../img/black-desc.gif);
  background-size: 10px 8px;
  background-color: #9bdaf1;
  color: #333;
  padding-left: 20px !important;
}
.centercell {
  text-align: center;
}
.smallred {
  font-size: .85em;
  color: red;
}
h2.sectiontitle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.4em;
}
.employer-has {
  background: white;
  color: darkgreen;
  padding: 5px;
  margin-right: 10px;
}
.employer-has > .glyphicon.glyphicon-ok {
  border: 1px solid darkgreen;
  border-radius: 50%;
  padding: 3px 4px 3px 2px;
  color: white;
  background: darkgreen;
}
.alert-broadcast {
  padding: 5px;
  margin-top: 10px;
}
.broadcast-content {
  margin-left: 50px;
  font-size: 13px;
  line-height: 18px;
}
.broadcast-content > div {
  padding-left: 0px;
  padding-right: 0px;
}
.broadcast-header {
  padding: 0;
  font-weight: bold;
}
.broadcast-link {
  padding-top: 10px;
}
.broadcast-text {
  max-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.spotlight-content {
  height: 130px;
  overflow-y: auto;
  padding-left: 5px;
  word-wrap: break-word;
}
.spotlight-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.spotlight-text {
  line-height: 1.2em;
  margin: 0px;
  text-align: left;
}
.spotlight-text ul {
  line-height: 1.2em;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0px;
  padding-left: 15px;
}
.spotlight-link {
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 50px;
  padding-top: 0px;
  text-decoration: underline;
}
.spotlight-image {
  padding-left: 0px;
  text-align: center;
}
table.dataTable thead .sorting {
  background-image: url(../img/bootstrap-white-unsorted.png);
  padding-left: 20px !important;
  background-position: -15px center;
  padding-right: 0px;
}
table.dataTable thead .sorting_asc {
  background-image: url(../img/black-asc.gif);
  background-position: -15px center;
  background-size: 10px 8px;
  background-color: #9bdaf1;
  color: #333;
  padding-left: 20px !important;
  padding-right: 0px;
}
table.dataTable thead .sorting_desc {
  background-image: url(../img/black-desc.gif);
  background-position: -15px center;
  background-size: 10px 8px;
  background-color: #9bdaf1;
  color: #333;
  padding-left: 20px !important;
  padding-right: 0px;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
  content: none;
}
.dataTables_paginate .paginate_button.disabled {
  visibility: hidden;
}
.dataTables_scrollBody thead {
  visibility: hidden;
}
.csp-page-loader-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  cursor: wait;
}
.csp-page-loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 400px auto;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
