/* Bootstrap overrides */
.navbar-nav > li > a {
  padding-top: 7px !important;
  padding-bottom: 5px !important; }

.navbar {
  min-height: 26px !important;
  max-height: 26px !important; }

.mt-30 {
  margin-top: 30px !important; }

.p-0 {
  padding: 0;
  margin: 0; }

.p-20 {
  padding: 20px; }

.spacer {
  height: 15px; }

.dropdown-toggle:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

/* Show Bootstrap rows on hover */
/* div[class="row"]:hover {
	border: 1px dotted rgba(0, 0, 255, 0.5) !important;
} */
/* Show Bootstrap cols on hover */
/* div[class^="col-"]:hover {
	background-color: rgba(255, 0, 0, 0.5);
} */
/* fix content size inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden; }

/* end fix content size */
/* End Bootstrap overrides */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
	CORE MIXINS
 */
/**
*	CORE STYLES
*/
body {
  background-color: #fff;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  padding-top: 0px;
  position: relative;
  padding-right: 0 !important;
  /* keep the body from jumping when a modal is opened. */ }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }
  body.show-menu {
    overflow: hidden; }

/* override bootstrap default */
a:focus {
  text-decoration: none; }

.nopad {
  margin: 0;
  padding: 0; }

.hide-508 {
  /* Hidden from view, but still accessible for 508 */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@media (max-width: 768px) {
  .nopad-xs-down {
    margin: 0;
    padding: 0; } }
.leftpad10 {
  margin: 0;
  padding: 0 0 0 10px; }

.rightpad10 {
  margin: 0;
  padding: 0 10px 0 0; }

.dropdown-menu {
  z-index: 50;
  left: auto !important;
  right: 0 !important;
  min-width: 50px; }

.sharedrop .dropdown-menu {
  min-height: 67px;
  /* IE issue 2335 */ }

.sharedrop ul li a, .sharedrop ul li a .fa {
  font-size: 14px !important; }

sup > sup {
  font-size: 100% !important;
  top: 0 !important; }

header #logo {
  width: 98px;
  height: 68px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 30px; }
header h2 {
  font-size: 20px;
  color: #939292;
  margin-bottom: 12px; }
header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5C5B5B;
  text-transform: uppercase;
  margin-top: 0; }
header.site-header h2 {
  color: #727272; }
header.site-header h3 {
  font-size: 22px;
  color: #474747; }
header .header-icons {
  font-size: 20px;
  margin-top: 6px; }
  header .header-icons a {
    color: #939292;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.9s ease-in-out; }
  header .header-icons a:hover {
    color: #004F9D !important;
    text-decoration: none; }

.main {
  background-color: #000;
  background-image: url(../images/SEI_2018_HP_Image_V1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%; }

.topband {
  position: fixed;
  top: 122px;
  width: 100%;
  height: 32px;
  overflow: hidden;
  background-color: #000;
  background-image: url(../images/SEI_2018_HP_Image_V1.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -122px;
  background-size: 100%;
  z-index: 150; }

.secondary {
  background-color: #000;
  background-image: url(../images/SEI_2018_HP_Image_V1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  padding-top: 122px;
  min-height: 800px; }
  .secondary .page-content {
    background: transparent;
    border-top: 0; }
    @media (min-width: 768px) {
      .secondary .page-content {
        padding-top: 32px; } }
    @media (max-width: 767px) {
      .secondary .page-content.container {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .secondary {
      padding-top: 0px; } }

.footer {
  width: 100%;
  padding-top: 35px;
  background-color: #004F9D;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .footer {
      padding-bottom: 0; } }
  .footer p {
    margin: 0 0 20px; }
  .footer p.links {
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media (max-width: 991px) {
      .footer p.links {
        margin-bottom: 0;
        letter-spacing: 0; } }
  .footer span.pipe {
    color: #29ABE2;
    font-size: 12px; }
  .footer a {
    color: #fff;
    font-size: 12px;
    font-weight: 400; }
  .footer a:hover {
    color: #29ABE2 !important;
    text-decoration: underline; }
  .footer #logoBox {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 20px; }
    @media (max-width: 991px) {
      .footer #logoBox {
        padding-left: 0;
        padding-top: 7px; } }
    .footer #logoBox a {
      font-weight: 600; }
    .footer #logoBox img {
      width: 65px;
      height: 65px;
      margin-bottom: 10px;
      margin-left: 35px; }
      @media (max-width: 991px) {
        .footer #logoBox img {
          width: 30px;
          height: 30px;
          float: left;
          margin-left: 0;
          margin-top: 8px;
          margin-right: 9px; } }
  .footer #txtBox {
    padding-top: 20px;
    padding-bottom: 1px;
    border-right: solid 1px #fff; }
    @media (max-width: 991px) {
      .footer #txtBox {
        border-right: none;
        padding: 0; } }

a:hover {
  text-decoration: none;
  color: #727272; }

.main-header {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
  color: #fff; }
  .main-header h1 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300; }
  .main-header h2 {
    margin: 0;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 400; }

.main-wrapper.main {
  padding-top: 122px; }

.bg-brown {
  background-color: #7D6A24 !important; }

.border-blue {
  border-top: solid 6px #004F9D; }

.border-brown {
  border-top: solid 6px #7D6A24; }

.border-gray {
  border-top: solid 6px #e1e1e1; }

.border-green {
  border-top: solid 6px #00572D; }

.border-orange {
  border-top: solid 6px #C8531F; }

.border-purple {
  border-top: solid 6px #862665; }

.border-teal {
  border-top: solid 6px #008381; }

.border-red {
  border-top: solid 6px #BE3213; }

.box {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px; }

.explore-box {
  border-top: solid 1px #B2B2B2;
  clear: both; }

.img-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  .img-box a {
    display: block;
    width: 100%;
    height: 100%; }
  .img-box.data {
    margin-top: 0;
    width: 222px;
    height: 92px;
    background-image: url(../images/home/SEI_2018_HP_data_225.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .img-box.digest {
    margin-top: 0;
    width: 222px;
    height: 222px;
    background-image: url(../images/home/SEI_2018_HP_digest_250.png);
    background-repeat: no-repeat;
    background-size: 100%; }
  .img-box.explore {
    float: left;
    width: 72px;
    height: 72px;
    margin: 15px; }
    .img-box.explore.data-sources {
      background-image: url(../images/home/SEI_2018_HP_Explore1_74.png);
      background-repeat: no-repeat;
      background-size: 100%; }
    .img-box.explore.topics {
      background-image: url(../images/home/SEI_2018_HP_Explore2_74.png);
      background-repeat: no-repeat;
      background-size: 100%; }
    .img-box.explore.download {
      background-image: url(../images/home/SEI_2018_HP_Explore3_74.png);
      background-repeat: no-repeat;
      background-size: 100%; }
  .img-box.featured {
    height: 130px;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .img-box.featured.nsb {
      height: 130px;
      background-image: url(../images/home/nsb_logo_150.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top center; }
    .img-box.featured.l5 {
      margin-top: 0;
      padding-top: 0; }
  .img-box.figures {
    width: 200px;
    height: 194px;
    margin-left: 5px;
    background-image: url(../images/home/SEI_2018_HP_figures_220.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .img-box.full-report {
    width: 200px;
    height: 194px;
    margin-left: 5px;
    background-image: url(../images/home/SEI_2018_HP_report_250.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border: solid 1px #eeeeee; }
  .img-box.indicators {
    margin-top: 0;
    width: 320px;
    height: 98px;
    background-image: url(../images/home/SEI_2018_HP_StateIndicators_335.png);
    background-repeat: no-repeat;
    background-size: 100%; }
  .img-box.overview {
    width: 85px;
    height: 85px;
    float: right;
    background-image: url(../images/home/SEI_2018_HP_overview_90.png);
    background-repeat: no-repeat;
    background-size: 100%; }

.txt-box.explore {
  display: block;
  height: 108px;
  margin-right: 15px;
  padding-top: 12px; }
  .txt-box.explore a {
    color: inherit; }
.txt-box.figures {
  float: left; }
.txt-box.full-report {
  float: left; }
.txt-box.overview {
  color: #fff;
  text-align: left;
  float: left; }
  .txt-box.overview .l3 {
    margin: 0;
    line-height: 29px; }
  .txt-box.overview a {
    color: #fff; }
    .txt-box.overview a:hover {
      color: #fff; }

.nest-box-20 {
  background: #fff;
  text-align: left;
  padding: 20px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px; }
  .nest-box-20.gray {
    background: #e1e1e1; }
  .nest-box-20.full-report {
    overflow: hidden; }

.nest-box-0 {
  background: #fff;
  text-align: left; }
  .nest-box-0.explore .l2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 1px; }
  .nest-box-0.new-reports {
    padding: 20px;
    max-height: 397px;
    min-height: 397px; }
    .nest-box-0.new-reports .l2 {
      font-size: 27px;
      font-weight: 700;
      line-height: 18px;
      padding-bottom: 6px; }
    .nest-box-0.new-reports .unpublished-reports-container {
      margin-top: 6px;
      background-color: #F2F2F2;
      padding: 6px 10px 6px 10px;
      cursor: default; }
      .nest-box-0.new-reports .unpublished-reports-container .unpublished-reports-title {
        height: 27px;
        font-size: 20px;
        line-height: 18px;
        font-weight: 700; }
      .nest-box-0.new-reports .unpublished-reports-container .unpublished-report-description-title {
        font-size: 14px; }
      .nest-box-0.new-reports .unpublished-reports-container.entry-count-2 {
        padding: 10px;
        margin-top: 17px;
        min-height: 200px; }
        .nest-box-0.new-reports .unpublished-reports-container.entry-count-2 .report-entry {
          margin-top: 10px;
          cursor: default; }
    .nest-box-0.new-reports .report-entry {
      border-top: solid #C6C2C2 1px;
      cursor: pointer; }
      .nest-box-0.new-reports .report-entry .report-entry-content {
        display: flex;
        flex-direction: row;
        margin-top: 16px;
        margin-bottom: 16px; }
        .nest-box-0.new-reports .report-entry .report-entry-content img {
          width: 76px;
          height: 76px; }
        .nest-box-0.new-reports .report-entry .report-entry-content .report-description {
          margin-left: 16px; }
          .nest-box-0.new-reports .report-entry .report-entry-content .report-description .report-description-title {
            font-size: 16px;
            color: #454545;
            font-weight: 700;
            margin-bottom: 8px; }
          .nest-box-0.new-reports .report-entry .report-entry-content .report-description .report-description-date {
            font-size: 12px;
            font-weight: 300;
            color: #454545; }

.shift-box {
  transition: transform 1s; }
  .shift-box:hover {
    transform: translate(0, -6px);
    color: #727272; }

.col-ht-1 {
  height: 127px;
  overflow: hidden; }

.col-ht-2 {
  height: 240px; }

.col-ht-3 {
  height: 399px;
  border: solid 1px transparent; }

.cta a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #004F9D;
  text-transform: uppercase; }
.cta.green a {
  color: #00572D; }
.cta.orange a {
  color: #b5431a; }
.cta.purple a {
  color: #862665; }
.cta.teal a {
  color: #008381; }

.l1 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #474747; }

.l2 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300; }

.l3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600; }

.l4 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300; }

.l5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #004F9D; }

.l6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #004F9D; }

.underline {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #B2B2B2; }

@media (max-width: 1200px) {
  .img-box.full-report {
    width: 132px;
    height: 128px;
    margin-top: 55px; }

  .img-box.digest {
    width: 170px;
    height: 170px;
    margin-top: 12px; }

  .img-box.data {
    width: 170px;
    height: 71px; }

  .img-box.figures {
    width: 158px;
    height: 153px;
    margin-top: 25px; }

  .img-box.indicators {
    width: 252px;
    height: 77px;
    margin-top: 10px; }

  .txt-box.overview h3.l3 {
    font-size: 1.8rem;
    line-height: 2.9rem; } }
@media (max-width: 991px) {
  .img-box.full-report {
    width: 95px;
    height: 82px; }

  .img-box.overview {
    width: 75px;
    height: 75px; }

  .txt-box.overview h3.l3 {
    font-size: 1.7rem; }

  .img-box.digest {
    margin-top: 0;
    width: 230px;
    height: 230px; }

  .img-box.data {
    width: 302px;
    height: 125px;
    margin-top: 30px; }

  .img-box.figures {
    width: 146px;
    height: 173px; }

  .col-sm-ht-3 {
    height: 399px;
    border: solid 1px transparent; } }
@media (max-width: 767px) {
  .main-wrapper.main {
    padding-top: 0 !important; }

  .main-wrapper.main .main-header h1 {
    font-size: 2.8rem; }

  .main-wrapper.main .main-header h2 {
    font-size: 1.4rem !important; }

  .txt-box.full-report {
    float: right;
    width: 60%; }

  .img-box.full-report {
    width: 38%;
    height: 50%;
    margin-top: 0;
    float: left; }

  .txt-box.overview h3.l3 {
    font-size: 1.7rem;
    line-height: 2.7rem; }

  .txt-box.digest {
    float: left;
    width: 60%; }

  .img-box.digest {
    width: 110px;
    height: 110px;
    margin-top: 32px;
    float: right; }

  .col-ht-3.digest, .col-ht-2.data {
    height: 50%; }

  .txt-box.data {
    float: right;
    width: 50%; }

  .img-box.data {
    width: 135px;
    height: 85px;
    margin-top: 12px;
    float: left; }

  .txt-box.figures {
    float: left;
    width: 60%; }

  .img-box.figures {
    width: 110px;
    height: 130px;
    margin-top: 30px;
    float: right; }

  .img-box.indicators {
    width: 305px;
    height: 85px; }

  .txt-box.featured {
    float: right;
    width: 66%;
    padding-right: 0; }

  .txt-box.featured .l5 {
    font-size: 1.4rem; }

  .img-box.featured {
    width: 100px;
    height: 105px;
    margin-top: 20px;
    float: left; }

  .box .underline {
    margin-bottom: 2px;
    font-size: 1.6rem; }

  .nsb.box .txt-box {
    float: left;
    padding-left: 0;
    padding-right: 5px; }

  .nsb.box .img-box {
    float: right;
    height: 100px; } }
@media (max-width: 374px) {
  .txt-box.full-report {
    width: 100%; }

  .img-box.full-report {
    display: none; }

  .txt-box.overview h3.l3 {
    font-size: 1.5rem; }

  .img-box.overview {
    margin-top: 15px;
    width: 50px;
    height: 50px; }

  .txt-box.digest {
    width: 50%; }

  .txt-box.data {
    width: 40%; }

  .img-box.figures {
    width: 90px;
    height: 106px; }

  .img-box.indicators {
    width: 250px; }

  .img-box.featured {
    width: 80px;
    height: 84px; }

  .box .underline {
    margin-bottom: 0;
    font-size: 1.4rem; }

  .nsb.box .txt-box {
    width: 80%; }

  .nsb.box .img-box {
    width: 50px;
    height: 50px; } }
.seind-navbar {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #e1e1e1;
  box-shadow: inset 0 -13px 13px -13px rgba(0, 0, 0, 0.8);
  /*background: linear-gradient(to top, #ccc 0, $gray 12px, $gray 100%);*/
  border: none; }
  .seind-navbar .navbar-nav {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
    .seind-navbar .navbar-nav a {
      top: -4px;
      border-top: solid 4px #fff !important;
      color: #474747 !important;
      font-weight: 600;
      line-height: 12px;
      padding-bottom: 7px !important;
      margin-left: 4px;
      margin-right: 4px;
      transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }
      .seind-navbar .navbar-nav a:active {
        background-color: #004F9D !important; }
    .seind-navbar .navbar-nav .report-lnk a:focus {
      outline: 1px dotted #212121;
      outline: 5px auto -webkit-focus-ring-color; }
    .seind-navbar .navbar-nav .report-lnk a.active {
      background-color: rgba(0, 79, 157, 0.7) !important;
      border-top: solid 4px #004F9D !important; }
    .seind-navbar .navbar-nav .report-lnk.open {
      position: initial; }
    .seind-navbar .navbar-nav .digest-lnk a:hover, .seind-navbar .navbar-nav .digest-lnk a.active {
      background-color: rgba(134, 38, 101, 0.7) !important;
      border-top: solid 4px #862665 !important; }
    .seind-navbar .navbar-nav .digest-lnk a:active {
      background-color: #862665 !important; }
    .seind-navbar .navbar-nav .data-lnk a:hover, .seind-navbar .navbar-nav .data-lnk a.active {
      background-color: rgba(0, 87, 45, 0.7) !important;
      border-top: solid 4px #00572D !important; }
    .seind-navbar .navbar-nav .data-lnk a:active {
      background-color: #00572D !important; }
    .seind-navbar .navbar-nav .figures-lnk a:hover, .seind-navbar .navbar-nav .figures-lnk a.active {
      background-color: rgba(0, 131, 129, 0.7) !important;
      border-top: solid 4px #008381 !important; }
    .seind-navbar .navbar-nav .figures-lnk a:active {
      background-color: #008381 !important; }
    .seind-navbar .navbar-nav .topics-lnk a:hover, .seind-navbar .navbar-nav .topics-lnk a.active {
      background-color: rgba(199, 34, 99, 0.7) !important;
      border-top: solid 4px #C72263 !important; }
    .seind-navbar .navbar-nav .topics-lnk a:active {
      background-color: #C72263 !important; }
    .seind-navbar .navbar-nav .indicators-lnk a:hover {
      background-color: rgba(200, 83, 31, 0.7) !important;
      border-top: solid 4px #C8531F !important; }
    .seind-navbar .navbar-nav .indicators-lnk a:active {
      background-color: #C8531F !important; }
    .seind-navbar .navbar-nav .nsb-lnk a:hover {
      background-color: rgba(25, 117, 158, 0.7) !important;
      border-top: solid 4px #19759E !important; }
    .seind-navbar .navbar-nav .nsb-lnk a:active {
      background-color: #19759E !important; }
  .seind-navbar .navbar-nav a.active {
    color: #fff !important; }
  .seind-navbar .navbar-nav a:hover, .seind-navbar li.open > a {
    color: #fff !important;
    background-color: rgba(0, 79, 157, 0.7) !important;
    border-top: solid 4px #004F9D !important; }
  .seind-navbar .navbar-nav > li > .dropdown-menu {
    margin-top: -4px; }
  .seind-navbar .dropdown-menu {
    padding: 25px;
    -webkit-column-width: 300px;
    /* Chrome, Safari, Opera */
    -moz-column-width: 300px;
    /* Firefox */
    column-width: 300px;
    width: 100%;
    background: #e1e1e1; }
    .seind-navbar .dropdown-menu li {
      border-bottom: solid 1px #B2B1B1;
      margin: 5px 30px;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */ }
      .seind-navbar .dropdown-menu li:hover {
        border-bottom: solid 1px #004F9D; }
    .seind-navbar .dropdown-menu a {
      display: block;
      white-space: normal;
      border-top: none !important;
      border-bottom: solid 3px transparent;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 5px !important;
      padding-top: 7px !important;
      padding-bottom: 8px !important;
      color: #474747 !important;
      text-transform: none;
      text-align: left;
      font-size: 12px;
      font-weight: 700;
      line-height: 14px;
      transition: none; }
      .seind-navbar .dropdown-menu a:hover {
        color: #004F9D !important;
        background: none !important;
        border-top: none !important;
        border-bottom: solid 3px #004F9D;
        text-decoration: none; }
      .seind-navbar .dropdown-menu a .report-section-title {
        font-weight: 700; }
      .seind-navbar .dropdown-menu a .report-section-identifier {
        margin-bottom: 2px;
        display: block; }
  .seind-navbar .new-reports-dropdown-menu li {
    margin: 0px 0px 15px 0px;
    width: 240px; }
    .seind-navbar .new-reports-dropdown-menu li a {
      padding-bottom: 13px !important; }

.seind-navbar .nav > li.dropdown.open {
  position: static; }

.seind-navbar .nav > li.dropdown.open .dropdown-menu {
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0; }

.seind-navbar .nav > li.dropdown.open .new-reports-dropdown-menu {
  left: 335px !important;
  min-height: 101px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 300px;
  text-align: center;
  padding: 25px 30px 25px 30px; }

header[role="banner"] {
  background: #fff;
  padding: 0;
  margin: 0;
  height: 122px;
  z-index: 200; }

nav[role="navigation"] {
  height: 26px;
  min-height: 26px;
  background-color: #e1e1e1;
  border-radius: 0; }

@media (min-width: 768px) {
  .seind-navbar .navbar-brand {
    display: none !important; } }
@media (max-width: 767px) {
  header[role="banner"] {
    height: 38px; }

  header[role="banner"] .container.content {
    display: none; }

  nav[role="navigation"] {
    background-color: #fff;
    height: 38px; }

  #seindMenu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 420px;
    background: #e1e1e1; }

  #global-nav .container {
    height: 38px; }

  .header-icons-mobile {
    margin-left: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: solid 1px #eee;
    padding-left: 0 !important;
    /* override bootstrap col-xs-12 */
    margin-left: 0 !important;
    /* override bootstrap col-xs-12 */ }
    .header-icons-mobile a {
      display: block;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-left: 20px;
      padding-top: 3px;
      padding-bottom: 3px;
      color: #474747;
      font-size: 1.2rem; }
      .header-icons-mobile a:hover {
        background: #eee; }
    .header-icons-mobile .sharedrop .dropdown-menu {
      position: relative;
      top: -310px;
      left: 0px; }
    .header-icons-mobile .sharedrop .sr-only span {
      display: none; }
    .header-icons-mobile .sr-only {
      position: relative;
      width: auto;
      height: auto;
      margin: 0;
      padding-left: 12px; }
    .header-icons-mobile .fa-question {
      font-size: 1.7rem !important;
      /* override inline style */
      padding-left: 1px;
      padding-right: 1px; }

  .seind-navbar {
    box-shadow: none; }
    .seind-navbar .navbar-header {
      height: 38px;
      padding-left: 15px;
      padding-right: 15px; }
      .seind-navbar .navbar-header .navbar-toggle {
        height: 32px;
        border: none;
        margin-right: 25px;
        margin-top: 2px; }
      .seind-navbar .navbar-header .fa-bars {
        font-size: 1.8rem; }
    .seind-navbar .navbar-brand {
      font-size: 1.4rem;
      padding-top: 5px;
      margin-top: 5px; }
    .seind-navbar .navbar-nav {
      width: 100%;
      margin: 0 !important; }
      .seind-navbar .navbar-nav a {
        border-top: none !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important; }
      .seind-navbar .navbar-nav .dropdown-menu a {
        border-top: none !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important; }
      .seind-navbar .navbar-nav .dropdown-menu li {
        margin: 0; }

  .seind-navbar .navbar-collapse, .seind-navbar .container, .seind-navbar .col-md-12 {
    padding: 0 !important; } }
/*
	CORE MIXINS
 */
/**
*	CORE STYLES
*/
body {
  background-color: #fff;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  padding-top: 0px;
  position: relative;
  padding-right: 0 !important;
  /* keep the body from jumping when a modal is opened. */ }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }
  body.show-menu {
    overflow: hidden; }

/* override bootstrap default */
a:focus {
  text-decoration: none; }

.nopad {
  margin: 0;
  padding: 0; }

.hide-508 {
  /* Hidden from view, but still accessible for 508 */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@media (max-width: 768px) {
  .nopad-xs-down {
    margin: 0;
    padding: 0; } }
.leftpad10 {
  margin: 0;
  padding: 0 0 0 10px; }

.rightpad10 {
  margin: 0;
  padding: 0 10px 0 0; }

.dropdown-menu {
  z-index: 50;
  left: auto !important;
  right: 0 !important;
  min-width: 50px; }

.sharedrop .dropdown-menu {
  min-height: 67px;
  /* IE issue 2335 */ }

.sharedrop ul li a, .sharedrop ul li a .fa {
  font-size: 14px !important; }

sup > sup {
  font-size: 100% !important;
  top: 0 !important; }

header #logo {
  width: 98px;
  height: 68px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-right: 30px; }
header h2 {
  font-size: 20px;
  color: #939292;
  margin-bottom: 12px; }
header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5C5B5B;
  text-transform: uppercase;
  margin-top: 0; }
header.site-header h2 {
  color: #727272; }
header.site-header h3 {
  font-size: 22px;
  color: #474747; }
header .header-icons {
  font-size: 20px;
  margin-top: 6px; }
  header .header-icons a {
    color: #939292;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.9s ease-in-out; }
  header .header-icons a:hover {
    color: #004F9D !important;
    text-decoration: none; }

.main {
  background-color: #000;
  background-image: url(../images/SEI_2018_HP_Image_V1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%; }

.topband {
  position: fixed;
  top: 122px;
  width: 100%;
  height: 32px;
  overflow: hidden;
  background-color: #000;
  background-image: url(../images/SEI_2018_HP_Image_V1.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -122px;
  background-size: 100%;
  z-index: 150; }

.secondary {
  background-color: #000;
  background-image: url(../images/SEI_2018_HP_Image_V1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  padding-top: 122px;
  min-height: 800px; }
  .secondary .page-content {
    background: transparent;
    border-top: 0; }
    @media (min-width: 768px) {
      .secondary .page-content {
        padding-top: 32px; } }
    @media (max-width: 767px) {
      .secondary .page-content.container {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .secondary {
      padding-top: 0px; } }

.footer {
  width: 100%;
  padding-top: 35px;
  background-color: #004F9D;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .footer {
      padding-bottom: 0; } }
  .footer p {
    margin: 0 0 20px; }
  .footer p.links {
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media (max-width: 991px) {
      .footer p.links {
        margin-bottom: 0;
        letter-spacing: 0; } }
  .footer span.pipe {
    color: #29ABE2;
    font-size: 12px; }
  .footer a {
    color: #fff;
    font-size: 12px;
    font-weight: 400; }
  .footer a:hover {
    color: #29ABE2 !important;
    text-decoration: underline; }
  .footer #logoBox {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 20px; }
    @media (max-width: 991px) {
      .footer #logoBox {
        padding-left: 0;
        padding-top: 7px; } }
    .footer #logoBox a {
      font-weight: 600; }
    .footer #logoBox img {
      width: 65px;
      height: 65px;
      margin-bottom: 10px;
      margin-left: 35px; }
      @media (max-width: 991px) {
        .footer #logoBox img {
          width: 30px;
          height: 30px;
          float: left;
          margin-left: 0;
          margin-top: 8px;
          margin-right: 9px; } }
  .footer #txtBox {
    padding-top: 20px;
    padding-bottom: 1px;
    border-right: solid 1px #fff; }
    @media (max-width: 991px) {
      .footer #txtBox {
        border-right: none;
        padding: 0; } }

a {
  color: #2E72B4;
  font-weight: 600;
  text-decoration: none; }
  a:hover {
    color: #004F9D;
    text-decoration: underline; }
  a.sidebar-link {
    color: #7D6A24; }
    a.sidebar-link:after {
      padding: 0 2px 0 4px;
      margin: 0;
      font-family: "seind18";
      content: "\e90e";
      font-size: 10px; }
  a.figure-link {
    color: #305496; }
    a.figure-link:after {
      padding: 0 2px 0 4px;
      margin: 0;
      font-family: "seind";
      content: "\e604";
      font-size: 10px; }
  a.table-link {
    color: #305496; }
    a.table-link:after {
      padding: 0 2px 0 4px;
      margin: 0;
      font-family: "seind";
      content: "\e605";
      font-size: 10px; }
  a.footnote-link {
    color: #324674;
    font-size: 1.2em; }

/**
*	REPORT STYLES
*/
.collapse-all-icon:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: url(../images/ICON_Collaps_All.png); }

.expand-all-icon:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: url(../images/ICON_Expand_All.png); }

.report-title-header {
  z-index: 100;
  position: fixed;
  background-color: #004F9E;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .report-title-header .mobile-nav {
    cursor: pointer; }
  @media (max-width: 767px) {
    .report-title-header {
      position: relative; }
      .report-title-header .fa-navicon::before, .report-title-header .fa-reorder::before, .report-title-header .fa-bars::before, .report-title-header .fa-list-ul::before {
        font-size: 16px; } }
  .report-title-header h1 {
    color: white;
    margin-top: 0; }
  @media (min-width: 768px) {
    .report-title-header {
      width: 720px; } }
  @media (min-width: 992px) {
    .report-title-header {
      width: 940px;
      height: 54px; } }
  @media (min-width: 1200px) {
    .report-title-header {
      width: 1140px; } }
  .report-title-header .chapter-number {
    font-weight: 100;
    font-size: 1.1rem;
    display: inline-block; }
  .report-title-header .chapter-title {
    font-size: 1.1rem;
    font-weight: bold; }
  @media (min-width: 992px) {
    .report-title-header .chapter-number {
      font-size: 1.6rem; }
    .report-title-header .chapter-title {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .report-title-header .chapter-number {
      font-size: 2.0rem; }
    .report-title-header .chapter-title {
      font-size: 2.0rem; } }
  @media (max-width: 767px) {
    .report-title-header {
      position: fixed;
      top: 30px;
      left: 0px; }
      .report-title-header .chapter-title {
        display: block; }
      .report-title-header .chapter-number.pipe {
        display: none; } }

.digest-title-header {
  z-index: 100;
  position: fixed;
  background-color: #862665;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .digest-title-header .mobile-nav {
    cursor: pointer; }
  @media (max-width: 767px) {
    .digest-title-header {
      position: relative; }
      .digest-title-header .fa-navicon::before, .digest-title-header .fa-reorder::before, .digest-title-header .fa-bars::before, .digest-title-header .fa-list-ul::before {
        font-size: 16px; } }
  .digest-title-header h1 {
    color: white;
    margin-top: 0; }
  @media (min-width: 768px) {
    .digest-title-header {
      width: 720px; } }
  @media (min-width: 992px) {
    .digest-title-header {
      width: 940px;
      height: 54px; } }
  @media (min-width: 1200px) {
    .digest-title-header {
      width: 1140px; } }
  .digest-title-header .digest-title {
    font-weight: normal;
    font-size: 2.0rem;
    /* 20px */ }

.report-content {
  padding-top: 54px;
  padding-bottom: 26px;
  background: #fff;
  min-height: 700px; }
  .report-content section {
    font-weight: 400;
    line-height: 2.2rem;
    /* 22px */
    font-size: 1.4rem;
    /* 14px */
    color: #333;
    padding: 0 15px; }
    .report-content section ins {
      color: #00f;
      text-decoration: underline; }
    .report-content section del {
      color: #f00;
      text-decoration: line-through; }
    .report-content section h2.section-header {
      color: #004F9D;
      font-size: 2.4rem;
      /* 24px */
      font-weight: 600;
      border-bottom: 3px solid #004F9D;
      margin-bottom: 15px;
      padding-bottom: 15px;
      padding-left: 0; }
    .report-content section h3.section-header {
      color: #004F9D;
      font-size: 2.0rem;
      /* 20px */
      font-weight: 700;
      border-bottom: 1px solid #004F9D;
      margin-bottom: 15px;
      padding-bottom: 15px;
      padding-left: 0; }
    .report-content section h4.section-header {
      color: #004F9D;
      font-size: 1.6rem;
      /* 16px */
      font-weight: 600; }
    .report-content section h5.section-header {
      color: #727272;
      font-size: 1.4rem;
      /* 14px */
      font-weight: 700; }
    .report-content section sup.enote::after {
      content: "[" attr(data-order) "]"; }
    .report-content section sup.enote.selected {
      color: #fff;
      background-color: #6fa8dc; }
    .report-content section sup.enote:hover {
      cursor: pointer; }
    .report-content section .inline-image {
      width: auto;
      height: auto;
      max-width: 100%;
      display: block;
      margin: 0 auto 0; }
  .report-content #notes h5 {
    font-weight: bold;
    font-size: 1.6rem;
    /* 16px; */
    padding: 20px 0 10px;
    color: #004F9D; }
    .report-content #notes h5:first-child {
      padding-top: 10px; }
  .report-content #notes .notemark {
    color: #2e72b4;
    font-size: 1.4rem;
    /* 14px; */
    font-weight: bold; }
  @media (max-width: 767px) {
    .report-content section {
      font-weight: 400;
      line-height: 1.6rem;
      /* 16px */
      font-size: 1.0rem;
      /* 10px */ }
      .report-content section h2.section-header {
        font-size: 1.6rem;
        /* 16px */
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      .report-content section h3.section-header {
        font-size: 1.3rem;
        /* 13px */ } }
  @media (max-width: 767px) {
    .report-content {
      margin-top: 30px; } }

.report-sidenav #chapterMenu {
  margin-top: 54px; }
  @media (min-width: 768px) {
    .report-sidenav #chapterMenu {
      width: 187.5px; } }
  @media (min-width: 992px) {
    .report-sidenav #chapterMenu {
      width: 235px; } }
  @media (min-width: 1200px) {
    .report-sidenav #chapterMenu {
      width: 285px; } }
  .report-sidenav #chapterMenu ul {
    list-style: none;
    padding: 0;
    border-bottom: 6px solid #004F9D; }
    .report-sidenav #chapterMenu ul li {
      padding: 0;
      border-bottom: 1px solid #c5ccd2;
      border-right: 1px solid #c5ccd2; }
      .report-sidenav #chapterMenu ul li ul {
        display: none; }
      .report-sidenav #chapterMenu ul li a {
        padding: 12px;
        display: block;
        background: #E3F0FF;
        color: #333;
        font-weight: 400;
        font-size: 1.3rem;
        /* 13px */ }
      .report-sidenav #chapterMenu ul li a:hover {
        font-weight: 700; }
      .report-sidenav #chapterMenu ul li.really-active {
        border-bottom: 0; }
        .report-sidenav #chapterMenu ul li.really-active a {
          color: #fff;
          background: #004F9D;
          font-weight: 700; }
        .report-sidenav #chapterMenu ul li.really-active ul {
          display: inline; }
          .report-sidenav #chapterMenu ul li.really-active ul li {
            position: relative;
            border-bottom: 1px solid #fff;
            border-right: 0px; }
            .report-sidenav #chapterMenu ul li.really-active ul li a {
              border-left: 0;
              padding-left: 20px;
              color: #0F375F;
              background: #fff;
              font-weight: 600; }
            .report-sidenav #chapterMenu ul li.really-active ul li.active a {
              text-decoration: none;
              background: #2E72B4;
              font-weight: 700;
              color: #FFF !important; }

.report-mobilenav #chapter-mobile-menu {
  display: none;
  width: 85%;
  height: 65%;
  background: #e1e1e1;
  box-shadow: 1px 4px 12px #333;
  color: #004F9D;
  position: fixed;
  top: 122px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  left: 15px;
  z-index: 6000; }
  .report-mobilenav #chapter-mobile-menu .menu-wrap {
    width: 100%;
    position: absolute;
    padding: 2.5em 0 0; }
    .report-mobilenav #chapter-mobile-menu .menu-wrap div {
      position: absolute;
      top: 25px;
      left: 0px;
      width: 100%; }
  .report-mobilenav #chapter-mobile-menu a.collapsed {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 18px;
    display: inline-block;
    float: right; }
  .report-mobilenav #chapter-mobile-menu .circle:after {
    position: relative;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 18px;
    font-family: 'seind';
    font-size: 1.6rem;
    line-height: 1.8rem;
    content: "\e60b";
    float: right;
    text-align: center;
    background-color: inherit; }
  .report-mobilenav #chapter-mobile-menu .collapsed .circle:after {
    content: "\e60c"; }
  .report-mobilenav #chapter-mobile-menu.digest {
    top: 100px; }
    .report-mobilenav #chapter-mobile-menu.digest a.tog {
      display: none; }
  .report-mobilenav #chapter-mobile-menu .close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: .5em;
    top: .5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1.6rem;
    border: none;
    background: transparent;
    z-index: 7000; }
    .report-mobilenav #chapter-mobile-menu .close-button:before, .report-mobilenav #chapter-mobile-menu .close-button:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      top: 0;
      left: 50%;
      background: #004F9D; }
    .report-mobilenav #chapter-mobile-menu .close-button:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .report-mobilenav #chapter-mobile-menu .close-button:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .report-mobilenav #chapter-mobile-menu .nav li {
    border-bottom: 1px solid #bfbfbf; }
    .report-mobilenav #chapter-mobile-menu .nav li a {
      text-decoration: none;
      color: #000;
      font-weight: 400; }
      .report-mobilenav #chapter-mobile-menu .nav li a.tog {
        background-color: inherit;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #20479C;
        z-index: 2; }
        .report-mobilenav #chapter-mobile-menu .nav li a.tog:hover, .report-mobilenav #chapter-mobile-menu .nav li a.tog:focus, .report-mobilenav #chapter-mobile-menu .nav li a.tog:active {
          background-color: inherit;
          color: #fff; }
        .report-mobilenav #chapter-mobile-menu .nav li a.tog:focus + a {
          background-color: #004F9D;
          color: #fff;
          font-weight: 700; }
    .report-mobilenav #chapter-mobile-menu .nav li a:hover, .report-mobilenav #chapter-mobile-menu .nav li a:focus, .report-mobilenav #chapter-mobile-menu .nav li a:active {
      background-color: #004F9D;
      color: #fff;
      font-weight: 700; }
  .report-mobilenav #chapter-mobile-menu .nav .secondary-list {
    background-color: #fff;
    padding-left: 0; }
    .report-mobilenav #chapter-mobile-menu .nav .secondary-list li {
      list-style: none;
      padding: 0;
      border-bottom: none; }
      .report-mobilenav #chapter-mobile-menu .nav .secondary-list li a {
        width: 100%;
        padding: 7px;
        padding-left: 15px;
        display: inline-block;
        color: #000;
        font-weight: 400; }
        .report-mobilenav #chapter-mobile-menu .nav .secondary-list li a:hover, .report-mobilenav #chapter-mobile-menu .nav .secondary-list li a:focus, .report-mobilenav #chapter-mobile-menu .nav .secondary-list li a:active {
          background-color: #2E72B4;
          color: #fff;
          font-weight: 700; }

.digest-content {
  padding-top: 54px;
  padding-bottom: 26px;
  background: #fff;
  min-height: 700px; }
  .digest-content section {
    font-weight: 400;
    line-height: 2.2rem;
    /* 22px */
    font-size: 1.4rem;
    /* 14px */
    color: #333;
    padding: 0 15px; }
    .digest-content section ins {
      color: #00f;
      text-decoration: underline; }
    .digest-content section del {
      color: #f00;
      text-decoration: line-through; }
    .digest-content section h2.section-header {
      color: #862665;
      font-size: 2.4rem;
      /* 24px */
      font-weight: 600;
      border-bottom: 3px solid #862665;
      margin-bottom: 15px;
      padding-bottom: 15px;
      padding-left: 0; }
    .digest-content section h3.section-header {
      color: #862665;
      font-size: 2.0rem;
      /* 20px */
      font-weight: 700;
      border-bottom: 1px solid #862665;
      margin-bottom: 15px;
      padding-bottom: 15px;
      padding-left: 0; }
    .digest-content section h4.section-header {
      color: #862665;
      font-size: 1.6rem;
      /* 16px */
      font-weight: 600; }
    .digest-content section h5.section-header {
      color: #727272;
      font-size: 1.4rem;
      /* 14px */
      font-weight: 700; }
    .digest-content section sup.enote::after {
      content: "[" attr(data-order) "]"; }
    .digest-content section sup.enote.selected {
      color: #fff;
      background-color: #6fa8dc; }
    .digest-content section sup.enote:hover {
      cursor: pointer; }
    .digest-content section .inline-image {
      width: auto;
      height: auto;
      max-width: 100%;
      display: block;
      margin: 0 auto 0; }
  .digest-content #notes h5 {
    font-weight: bold;
    font-size: 1.6rem;
    /* 16px; */
    padding: 20px 0 10px;
    color: #004F9D; }
    .digest-content #notes h5:first-child {
      padding-top: 10px; }
  .digest-content #notes .notemark {
    color: #2e72b4;
    font-size: 1.4rem;
    /* 14px; */
    font-weight: bold; }
  @media (max-width: 767px) {
    .digest-content section {
      font-weight: 400;
      line-height: 1.6rem;
      /* 16px */
      font-size: 1.0rem;
      /* 10px */ }
      .digest-content section h2.section-header {
        font-size: 1.6rem;
        /* 16px */
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      .digest-content section h3.section-header {
        font-size: 1.3rem;
        /* 13px */ } }

.digest-sidenav #chapterMenu {
  margin-top: 54px; }
  @media (min-width: 768px) {
    .digest-sidenav #chapterMenu {
      width: 187.5px; } }
  @media (min-width: 992px) {
    .digest-sidenav #chapterMenu {
      width: 235px; } }
  @media (min-width: 1200px) {
    .digest-sidenav #chapterMenu {
      width: 285px; } }
  .digest-sidenav #chapterMenu ul {
    list-style: none;
    padding: 0;
    border-bottom: 6px solid #862665; }
    .digest-sidenav #chapterMenu ul li {
      padding: 0;
      border-bottom: 1px solid #c5ccd2;
      border-right: 1px solid #c5ccd2; }
      .digest-sidenav #chapterMenu ul li ul {
        display: none; }
      .digest-sidenav #chapterMenu ul li a {
        padding: 12px;
        display: block;
        background: #E3F0FF;
        color: #333;
        font-weight: 400;
        font-size: 1.3rem;
        /* 13px */ }
      .digest-sidenav #chapterMenu ul li a:hover {
        font-weight: 700; }
      .digest-sidenav #chapterMenu ul li.really-active {
        border-bottom: 0; }
        .digest-sidenav #chapterMenu ul li.really-active a {
          color: #fff;
          background: #862665;
          font-weight: 700; }
        .digest-sidenav #chapterMenu ul li.really-active ul {
          display: inline; }
          .digest-sidenav #chapterMenu ul li.really-active ul li {
            position: relative;
            border-bottom: 1px solid #fff;
            border-right: 0px; }
            .digest-sidenav #chapterMenu ul li.really-active ul li a {
              border-left: 0;
              padding-left: 20px;
              color: #0F375F;
              background: #fff;
              font-weight: 600; }
            .digest-sidenav #chapterMenu ul li.really-active ul li.active a {
              text-decoration: none;
              background: #2E72B4;
              font-weight: 700;
              color: #FFF !important; }

.digest-mobilenav #chapter-mobile-menu {
  display: none;
  width: 85%;
  height: 65%;
  background: #e1e1e1;
  box-shadow: 1px 4px 12px #333;
  color: #862665;
  position: fixed;
  top: 122px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  left: 15px;
  z-index: 6000; }
  .digest-mobilenav #chapter-mobile-menu .menu-wrap {
    width: 100%;
    position: absolute;
    padding: 2.5em 0 0; }
    .digest-mobilenav #chapter-mobile-menu .menu-wrap div {
      position: absolute;
      top: 25px;
      left: 0px;
      width: 100%; }
  .digest-mobilenav #chapter-mobile-menu a.collapsed {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 18px;
    display: inline-block;
    float: right; }
  .digest-mobilenav #chapter-mobile-menu .circle:after {
    position: relative;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 18px;
    font-family: 'seind';
    font-size: 1.6rem;
    line-height: 1.8rem;
    content: "\e60b";
    float: right;
    text-align: center;
    background-color: inherit; }
  .digest-mobilenav #chapter-mobile-menu .collapsed .circle:after {
    content: "\e60c"; }
  .digest-mobilenav #chapter-mobile-menu.digest {
    top: 100px; }
    .digest-mobilenav #chapter-mobile-menu.digest a.tog {
      display: none; }
  .digest-mobilenav #chapter-mobile-menu .close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: .5em;
    top: .5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1.6rem;
    border: none;
    background: transparent;
    z-index: 7000; }
    .digest-mobilenav #chapter-mobile-menu .close-button:before, .digest-mobilenav #chapter-mobile-menu .close-button:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 100%;
      top: 0;
      left: 50%;
      background: #862665; }
    .digest-mobilenav #chapter-mobile-menu .close-button:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .digest-mobilenav #chapter-mobile-menu .close-button:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .digest-mobilenav #chapter-mobile-menu .nav li {
    border-bottom: 1px solid #bfbfbf; }
    .digest-mobilenav #chapter-mobile-menu .nav li a {
      text-decoration: none;
      color: #000;
      font-weight: 400; }
      .digest-mobilenav #chapter-mobile-menu .nav li a.tog {
        background-color: inherit;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #20479C;
        z-index: 2; }
        .digest-mobilenav #chapter-mobile-menu .nav li a.tog:hover, .digest-mobilenav #chapter-mobile-menu .nav li a.tog:focus, .digest-mobilenav #chapter-mobile-menu .nav li a.tog:active {
          background-color: inherit;
          color: #fff; }
        .digest-mobilenav #chapter-mobile-menu .nav li a.tog:focus + a {
          background-color: #862665;
          color: #fff;
          font-weight: 700; }
    .digest-mobilenav #chapter-mobile-menu .nav li a:hover, .digest-mobilenav #chapter-mobile-menu .nav li a:focus, .digest-mobilenav #chapter-mobile-menu .nav li a:active {
      background-color: #862665;
      color: #fff;
      font-weight: 700; }
  .digest-mobilenav #chapter-mobile-menu .nav .secondary-list {
    background-color: #fff;
    padding-left: 0; }
    .digest-mobilenav #chapter-mobile-menu .nav .secondary-list li {
      list-style: none;
      padding: 0;
      border-bottom: none; }
      .digest-mobilenav #chapter-mobile-menu .nav .secondary-list li a {
        width: 100%;
        padding: 7px;
        padding-left: 15px;
        display: inline-block;
        color: #000;
        font-weight: 400; }
        .digest-mobilenav #chapter-mobile-menu .nav .secondary-list li a:hover, .digest-mobilenav #chapter-mobile-menu .nav .secondary-list li a:focus, .digest-mobilenav #chapter-mobile-menu .nav .secondary-list li a:active {
          background-color: #2E72B4;
          color: #fff;
          font-weight: 700; }

.section-share-icons {
  margin-top: 16px; }
  .section-share-icons a {
    padding-right: 10px;
    color: #fff;
    text-decoration: none; }
    .section-share-icons a:hover {
      color: #fff;
      text-decoration: none; }
    .section-share-icons a:focus {
      text-decoration: none; }
    .section-share-icons a span {
      font-size: 22px; }
  .section-share-icons .chapdrop .dropdown-menu {
    min-width: 210px;
    /* needed for bold hover */ }
    .section-share-icons .chapdrop .dropdown-menu .dropdown-header {
      text-transform: uppercase;
      padding: 3px 9px !important; }
    .section-share-icons .chapdrop .dropdown-menu a, .section-share-icons .chapdrop .dropdown-menu a span {
      font-size: 12px !important;
      padding: 3px 5px !important; }
      .section-share-icons .chapdrop .dropdown-menu a:hover, .section-share-icons .chapdrop .dropdown-menu a span:hover {
        background-color: #DAE5F0;
        color: #004F9E;
        font-weight: 600; }
  .section-share-icons .digestdrop .dropdown-menu {
    min-width: 130px;
    /* needed for bold hover */ }
    .section-share-icons .digestdrop .dropdown-menu .dropdown-header {
      text-transform: uppercase;
      padding: 3px 9px !important; }
    .section-share-icons .digestdrop .dropdown-menu a, .section-share-icons .digestdrop .dropdown-menu a span {
      font-size: 12px !important;
      padding: 3px 5px !important; }
      .section-share-icons .digestdrop .dropdown-menu a:hover, .section-share-icons .digestdrop .dropdown-menu a span:hover {
        background-color: #f3e9f1;
        color: #862665;
        font-weight: 600; }
  @media (max-width: 767px) {
    .section-share-icons {
      margin-top: 20px; }
      .section-share-icons a span {
        font-size: 1.4rem;
        /* 14px */ } }

.related-wrapper {
  padding-right: 0; }
  .related-wrapper .related {
    text-align: right; }
    .related-wrapper .related button {
      text-align: left;
      font-weight: 600;
      border-radius: 0;
      text-transform: uppercase;
      font-size: 10px;
      color: #fff;
      background-color: #407bb5;
      padding: 4px; }
      .related-wrapper .related button span:after {
        padding: 0 2px 0 4px;
        margin: 0;
        content: "+"; }
      .related-wrapper .related button:hover {
        color: #fff; }
    .related-wrapper .related .dropdown-menu {
      text-align: left;
      padding-bottom: 0;
      border-bottom: 4px solid #004F9D;
      background-color: #f2f6fa;
      width: 254px;
      list-style: square;
      z-index: 20; }
      .related-wrapper .related .dropdown-menu li {
        margin-left: 30px; }
        .related-wrapper .related .dropdown-menu li.dropdown-header {
          margin-left: 0;
          margin-top: -5px;
          text-transform: uppercase;
          font-size: 10px;
          color: #fff;
          cursor: pointer;
          background-color: #407bb5;
          padding: 5px 4px 5px 8px;
          font-family: 'Open Sans',sans-serif;
          font-weight: 600; }
          .related-wrapper .related .dropdown-menu li.dropdown-header span.pull-right {
            margin-right: 5px; }
        .related-wrapper .related .dropdown-menu li a {
          white-space: normal;
          padding: 8px 15px 8px 0px; }
          .related-wrapper .related .dropdown-menu li a:hover {
            text-decoration: underline;
            background-color: #f2f6fa; }
    .related-wrapper .related.open button {
      opacity: 0; }

.prev-report-section, .next-report-section {
  cursor: pointer;
  background: #d5d4d4;
  min-height: 82px;
  /* this is the height needed to display two lines of text, so if there is a box with one line of text it will be the same height as the two line box */
  color: #fff;
  padding: 5px 10px; }
  @media (min-width: 768px) {
    .prev-report-section, .next-report-section {
      margin-top: -10px; } }
  .prev-report-section h4, .next-report-section h4 {
    color: #6b5a2c;
    font-size: 1.2rem;
    /* 12px */
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-spacing: 160%;
    text-transform: uppercase; }
  .prev-report-section h5, .next-report-section h5 {
    color: #004F9D;
    font-size: 1.4rem;
    /* 14px */
    padding: 0;
    margin: 0;
    line-spacing: 130%; }
  @media (max-width: 767px) {
    .prev-report-section, .next-report-section {
      height: 35px;
      margin-top: 0px; }
      .prev-report-section h4, .next-report-section h4 {
        font-size: 2.0rem;
        /* 20px */ }
      .prev-report-section h5, .next-report-section h5 {
        padding-left: 0px; } }

.prev-digest-section, .next-digest-section {
  cursor: pointer;
  background: #d5d4d4;
  min-height: 82px;
  /* this is the height needed to display two lines of text, so if there is a box with one line of text it will be the same height as the two line box */
  color: #fff;
  padding: 5px 10px; }
  @media (min-width: 768px) {
    .prev-digest-section, .next-digest-section {
      margin-top: -10px; } }
  .prev-digest-section h4, .next-digest-section h4 {
    color: #5C5B5B;
    font-size: 1.2rem;
    /* 12px */
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-spacing: 160%;
    text-transform: uppercase; }
  .prev-digest-section h5, .next-digest-section h5 {
    color: #862665;
    font-size: 1.4rem;
    /* 14px */
    padding: 0;
    margin: 0;
    line-spacing: 130%; }
  @media (max-width: 767px) {
    .prev-digest-section, .next-digest-section {
      height: 35px;
      margin-top: 0px; }
      .prev-digest-section h4, .next-digest-section h4 {
        font-size: 2.0rem;
        /* 20px */ }
      .prev-digest-section h5, .next-digest-section h5 {
        padding-left: 0px; } }

.prev-report-section h4, .prev-digest-section h4 {
  text-align: left;
  padding-left: 14px;
  padding-top: 7px;
  font-weight: 600; }
.prev-report-section h5, .prev-digest-section h5 {
  padding-top: 2px;
  text-align: left;
  padding-left: 14px;
  font-weight: 600; }
.prev-report-section .label, .prev-digest-section .label {
  border-left: 2px solid #fff;
  white-space: normal; }

.next-report-section h4, .next-digest-section h4 {
  text-align: right;
  padding-right: 14px;
  padding-top: 7px;
  font-weight: 600; }
.next-report-section h5, .next-digest-section h5 {
  text-align: right;
  padding-right: 14px;
  padding-top: 2px;
  font-weight: 600; }
.next-report-section .label, .next-digest-section .label {
  border-left: 2px solid #fff;
  white-space: normal; }

.next-prev-wrap {
  display: flex;
  display: -webkit-inline-box;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.next-prev-container {
  margin-bottom: 20px;
  margin-top: 30px; }
  .next-prev-container h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 2px; }
  .next-prev-container h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px; }
  .next-prev-container .next-arrow-img {
    display: block;
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 18px center;
    width: 62px;
    height: 72px; }
  .next-prev-container .prev-arrow-img {
    display: block;
    background-image: url(../images/arrow_left.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 10px center;
    width: 62px;
    height: 72px; }
  @media (max-width: 767px) {
    .next-prev-container .next-arrow-img {
      background-position: 0 center; } }
  @media (max-width: 376px) {
    .next-prev-container .prev-arrow-img, .next-prev-container .next-arrow-img {
      background-size: 40%; } }

.tooltip {
  z-index: 50 !important; }

sup.enote {
  color: #305496;
  font-weight: 600; }

header a:hover, footer a:hover {
  text-decoration: none; }

@media (max-width: 767px) {
  .digest-title-header .digest-title {
    font-size: 16px; }

  .next-prev-container {
    margin-bottom: 20px;
    margin-top: 30px; }
    .next-prev-container h4 {
      font-size: 1.1rem;
      /* 11px */
      font-weight: 700;
      margin: 6px 0 2px 0;
      margin-bottom: 2px; }
    .next-prev-container h5 {
      font-size: 1.2rem;
      /* 12px */
      font-weight: 600;
      margin: 0;
      margin-bottom: 12px; }
    .next-prev-container span.fa-arrow-circle-o-right, .next-prev-container span.fa-arrow-circle-o-left {
      margin-top: 0px;
      margin-left: 2px;
      font-size: 25px; }

  .prev-report-section, .prev-digest-section {
    border: none; }
    .prev-report-section h4, .prev-report-section h5, .prev-digest-section h4, .prev-digest-section h5 {
      text-align: center;
      padding-left: 0px; }
    .prev-report-section .label, .prev-digest-section .label {
      border: none; }

  .next-report-section, .next-digest-section {
    border: none; }
    .next-report-section h4, .next-report-section h5, .next-digest-section h4, .next-digest-section h5 {
      text-align: center;
      padding-right: 0px; }
    .next-report-section .label, .next-digest-section .label {
      border: none; } }
/**
* END REPORT STYLES
*/
.modal-dialog,
.modal-content {
  max-height: 95vh;
  min-height: 20vh;
  max-width: 95vw;
  min-width: 20vw;
  overflow: hidden; }
  .modal-dialog .popover,
  .modal-content .popover {
    z-index: 2000; }

.modal-content.ui-resizable {
  overflow-y: hidden !important; }

.modal-body {
  max-height: calc(95vh - 65px);
  overflow-y: scroll;
  overflow-x: scroll; }

.modal-open {
  overflow: auto; }

.modal-open .modal {
  overflow: hidden;
  padding-right: 0 !important; }

.popover {
  z-index: 2;
  font-family: 'Open Sans',sans-serif;
  max-width: 788px;
  padding: 0;
  background: #606060; }
  @media (max-width: 788px) {
    .popover {
      max-width: 100%;
      overflow-x: hidden; } }

.popover-content {
  padding: 20px;
  text-indent: 0;
  border-radius: 10px;
  background: #606060;
  color: #fff;
  box-shadow: 0px 0px 20px #888888;
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  text-align: left; }
  .popover-content a {
    color: #fff; }
  .popover-content .tooltip-icon {
    padding-top: 5px;
    font-size: 18pt; }

.popover.bottom .arrow .arrow {
  border-left-color: #606060 !important; }

.popover.left .arrow .arrow {
  border-left-color: #606060 !important; }

.popover.top .arrow .arrow {
  border-left-color: #606060 !important; }

.popover.right .arrow .arrow {
  border-left-color: #606060 !important; }

.popover > .arrow, .popover > .arrow::after {
  border-bottom-color: #606060 !important; }

.btn-popover-close {
  font-size: 28px;
  opacity: .8;
  color: #fff;
  margin-right: 10px;
  margin-left: 5px; }
  .btn-popover-close:hover {
    color: #fff; }

.modal-content .readmore {
  display: none; }

.inline-sidebar-ctr .sidebar {
  position: relative;
  padding-bottom: 20px !important; }
  .inline-sidebar-ctr .sidebar .readmore {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
  .inline-sidebar-ctr .sidebar div {
    display: none; }
    .inline-sidebar-ctr .sidebar div > ul {
      display: none; }
    .inline-sidebar-ctr .sidebar div:first-of-type {
      display: block; }
      .inline-sidebar-ctr .sidebar div:first-of-type p {
        display: none; }
        .inline-sidebar-ctr .sidebar div:first-of-type p:first-of-type {
          display: block; }
  .inline-sidebar-ctr .sidebar.expanded .readmore {
    display: none !important; }
  .inline-sidebar-ctr .sidebar.expanded div {
    display: block !important; }
    .inline-sidebar-ctr .sidebar.expanded div > ul {
      display: block !important; }
  .inline-sidebar-ctr .sidebar.expanded p {
    display: block !important; }

.sizer-row {
  height: 0;
  line-height: 0;
  border: 0;
  padding: 0;
  margin: 0; }
  .sizer-row td {
    padding: 0 !important;
    border: none; }

.table-header label {
  font-size: 1.4rem;
  color: #00519C;
  font-weight: 600; }

.table-notes {
  font-size: 1.2rem;
  /* 12px */
  line-height: 1.4rem;
  /* 14px */
  color: #333;
  width: 100%;
  font-weight: normal; }
  .table-notes label {
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #cdcaca; }
  .table-notes span.bold {
    font-weight: 700; }
  .table-notes span.italic {
    font-style: italic;
    color: #000; }
  .table-notes span.underline {
    text-decoration: underline; }

.table-body-inline {
  max-height: 500px;
  overflow: scroll;
  position: relative;
  width: 100%;
  padding: 0; }
  .table-body-inline .jspCorner {
    display: none; }
  .table-body-inline .jspCap {
    display: block; }
  .table-body-inline .jspHorizontalBar {
    height: 6px;
    border-radius: 10px;
    background-color: #e6e6e6;
    z-index: 3; }
  .table-body-inline .jspVerticalBar {
    width: 8px;
    background-color: #e6e6e6;
    z-index: 3; }
  .table-body-inline .jspTrack {
    background-color: transparent; }
  .table-body-inline .jspDrag {
    border-radius: 10px;
    background-color: #00498d; }
  .table-body-inline table {
    border-collapse: collapse;
    display: table;
    width: 95%; }
    .table-body-inline table caption {
      /* Hidden from view, but still accessible for 508 */
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .table-body-inline table thead tr th {
      font-weight: 600;
      text-align: center;
      font-size: 1.2rem;
      padding: 4px;
      color: #00519C;
      background: #F0F7FF;
      border: 1px solid #92B7D3;
      vertical-align: bottom; }
      .table-body-inline table thead tr th.empty {
        background: #F0F7FF;
        border-left: 1px solid #F0F7FF;
        border-right: 1px solid #F0F7FF; }
      .table-body-inline table thead tr th.indent_1 {
        padding-left: 20px !important; }
      .table-body-inline table thead tr th.indent_2 {
        padding-left: 40px !important; }
      .table-body-inline table thead tr th.indent_3 {
        padding-left: 60px !important; }
      .table-body-inline table thead tr th.indent_4 {
        padding-left: 80px !important; }
      .table-body-inline table thead tr th.indent_5 {
        padding-left: 100px !important; }
      .table-body-inline table thead tr th.indent_6 {
        padding-left: 120px !important; }
      .table-body-inline table thead tr th.indent_7 {
        padding-left: 140px !important; }
      .table-body-inline table thead tr th.indent_8 {
        padding-left: 160px !important; }
      .table-body-inline table thead tr th.indent_9 {
        padding-left: 180px !important; }
      .table-body-inline table thead tr th.indent_10 {
        padding-left: 200px !important; }
      .table-body-inline table thead tr th.bold, .table-body-inline table thead tr th span.bold {
        font-weight: 600; }
      .table-body-inline table thead tr th.italic, .table-body-inline table thead tr th span.italic {
        font-style: italic; }
      .table-body-inline table thead tr th.underline, .table-body-inline table thead tr th span.underline {
        text-decoration: underline; }
      .table-body-inline table thead tr th.left {
        text-align: left; }
      .table-body-inline table thead tr th.right {
        text-align: right; }
      .table-body-inline table thead tr th.center {
        text-align: center; }
      .table-body-inline table thead tr th.bottom {
        vertical-align: bottom; }
      .table-body-inline table thead tr th.middle {
        vertical-align: middle; }
      .table-body-inline table thead tr th.top {
        vertical-align: top; }
      .table-body-inline table thead tr th[rowspan="1"].rotate_45, .table-body-inline table thead tr th[rowspan="1"].rotate_90, .table-body-inline table thead tr th[rowspan="1"].rotate_135, .table-body-inline table thead tr th[rowspan="1"].rotate_180 {
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        width: 1em;
        max-width: 5em;
        height: 180px; }
      .table-body-inline table thead tr th[rowspan="1"].rotate_45 > *, .table-body-inline table thead tr th[rowspan="1"].rotate_90 > *, .table-body-inline table thead tr th[rowspan="1"].rotate_135 > *, .table-body-inline table thead tr th[rowspan="1"].rotate_180 > * {
        display: inline-block;
        margin: 0;
        margin-bottom: 6px;
        margin-left: 50%;
        transform-origin: left center;
        transform: rotate(-90deg) translate(-50%, 0);
        text-align: left !important;
        width: 172px; }
      .table-body-inline table thead tr th[rowspan="1"].rotate_45 > * {
        transform: rotate(-45deg) translate(-68%, 0);
        text-align: left !important; }
      .table-body-inline table thead tr th[rowspan="1"].rotate_90 > * {
        transform: rotate(-90deg) translate(-50%, 0);
        text-align: left !important; }
      .table-body-inline table thead tr th[rowspan="1"].rotate_135 > * {
        transform: rotate(45deg) translate(-32%, 0);
        text-align: right !important; }
      .table-body-inline table thead tr th[rowspan="1"].rotate_180 > * {
        transform: rotate(90deg) translate(-50%, 0);
        text-align: right !important; }
    .table-body-inline table thead tr:last-child th {
      color: #00519C;
      background: #F0F7FF;
      font-size: 1.1rem;
      /*
      &:first-child {
      	min-width:145px;
      }
      */ }
    .table-body-inline table tbody td, .table-body-inline table tbody th {
      border: 1px solid #92B7D3;
      font-size: 1.1rem;
      /* 11px */
      padding: 2px 5px;
      color: #333;
      /* #5C5B5B */
      font-weight: 600; }
      .table-body-inline table tbody td.indent_1, .table-body-inline table tbody th.indent_1 {
        padding-left: 20px !important; }
      .table-body-inline table tbody td.indent_2, .table-body-inline table tbody th.indent_2 {
        padding-left: 40px !important; }
      .table-body-inline table tbody td.indent_3, .table-body-inline table tbody th.indent_3 {
        padding-left: 60px !important; }
      .table-body-inline table tbody td.indent_4, .table-body-inline table tbody th.indent_4 {
        padding-left: 80px !important; }
      .table-body-inline table tbody td.indent_5, .table-body-inline table tbody th.indent_5 {
        padding-left: 100px !important; }
      .table-body-inline table tbody td.indent_6, .table-body-inline table tbody th.indent_6 {
        padding-left: 120px !important; }
      .table-body-inline table tbody td.indent_7, .table-body-inline table tbody th.indent_7 {
        padding-left: 140px !important; }
      .table-body-inline table tbody td.indent_8, .table-body-inline table tbody th.indent_8 {
        padding-left: 160px !important; }
      .table-body-inline table tbody td.indent_9, .table-body-inline table tbody th.indent_9 {
        padding-left: 180px !important; }
      .table-body-inline table tbody td.indent_10, .table-body-inline table tbody th.indent_10 {
        padding-left: 200px !important; }
      .table-body-inline table tbody td.bold, .table-body-inline table tbody td span.bold, .table-body-inline table tbody th.bold, .table-body-inline table tbody th span.bold {
        font-weight: 700; }
      .table-body-inline table tbody td.italic, .table-body-inline table tbody td span.italic, .table-body-inline table tbody th.italic, .table-body-inline table tbody th span.italic {
        font-style: italic; }
      .table-body-inline table tbody td.underline, .table-body-inline table tbody td span.underline, .table-body-inline table tbody th.underline, .table-body-inline table tbody th span.underline {
        text-decoration: underline; }
      .table-body-inline table tbody td.left, .table-body-inline table tbody th.left {
        text-align: left; }
      .table-body-inline table tbody td.right, .table-body-inline table tbody th.right {
        text-align: right; }
      .table-body-inline table tbody td.center, .table-body-inline table tbody th.center {
        text-align: center; }
      .table-body-inline table tbody td.bottom, .table-body-inline table tbody th.bottom {
        vertical-align: bottom; }
      .table-body-inline table tbody td.middle, .table-body-inline table tbody th.middle {
        vertical-align: middle; }
      .table-body-inline table tbody td.top, .table-body-inline table tbody th.top {
        vertical-align: top; }
    .table-body-inline table tfoot {
      /* Hidden from view, but still accessible for 508 */
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .table-body-inline table.fixedColumn tbody th, .table-body-inline table.fixedColumn tbody td {
      border: 1px solid transparent;
      border-bottom: 1px solid #92B7D3;
      /* IE 10+ only */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .table-body-inline table.fixedColumn tbody th, .table-body-inline table.fixedColumn tbody td {
          opacity: 0; } }
      .table-body-inline table.fixedColumn tbody th:first-child, .table-body-inline table.fixedColumn tbody td:first-child {
        border: 1px solid #92B7D3;
        background-color: #fff; }
    .table-body-inline table.fixedColumn.fixedRow thead tr th {
      border: 1px solid transparent; }
    .table-body-inline table.fixedColumn.fixedRow thead tr:first-child th:first-child {
      border: 1px solid #92B7D3; }

.table-body {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0; }
  .table-body .jspCorner {
    display: none; }
  .table-body .jspCap {
    display: block; }
  .table-body .jspHorizontalBar {
    height: 6px;
    border-radius: 10px;
    background-color: #e6e6e6;
    z-index: 3; }
  .table-body .jspVerticalBar {
    width: 8px;
    background-color: #e6e6e6;
    z-index: 3; }
  .table-body .jspTrack {
    background-color: transparent; }
  .table-body .jspDrag {
    border-radius: 10px;
    background-color: #00498d; }
  .table-body table {
    border-collapse: collapse;
    display: table;
    width: 95%; }
    .table-body table caption {
      /* Hidden from view, but still accessible for 508 */
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .table-body table thead tr th {
      font-weight: 600;
      text-align: center;
      font-size: 1.2rem;
      padding: 4px;
      color: #00519C;
      background: #F0F7FF;
      border: 1px solid #92B7D3;
      vertical-align: bottom; }
      .table-body table thead tr th.empty {
        background: #F0F7FF;
        border-left: 1px solid #F0F7FF;
        border-right: 1px solid #F0F7FF; }
      .table-body table thead tr th.indent_1 {
        padding-left: 20px !important; }
      .table-body table thead tr th.indent_2 {
        padding-left: 40px !important; }
      .table-body table thead tr th.indent_3 {
        padding-left: 60px !important; }
      .table-body table thead tr th.indent_4 {
        padding-left: 80px !important; }
      .table-body table thead tr th.indent_5 {
        padding-left: 100px !important; }
      .table-body table thead tr th.indent_6 {
        padding-left: 120px !important; }
      .table-body table thead tr th.indent_7 {
        padding-left: 140px !important; }
      .table-body table thead tr th.indent_8 {
        padding-left: 160px !important; }
      .table-body table thead tr th.indent_9 {
        padding-left: 180px !important; }
      .table-body table thead tr th.indent_10 {
        padding-left: 200px !important; }
      .table-body table thead tr th.bold, .table-body table thead tr th span.bold {
        font-weight: 600; }
      .table-body table thead tr th.italic, .table-body table thead tr th span.italic {
        font-style: italic; }
      .table-body table thead tr th.underline, .table-body table thead tr th span.underline {
        text-decoration: underline; }
      .table-body table thead tr th.left {
        text-align: left; }
      .table-body table thead tr th.right {
        text-align: right; }
      .table-body table thead tr th.center {
        text-align: center; }
      .table-body table thead tr th.bottom {
        vertical-align: bottom; }
      .table-body table thead tr th.middle {
        vertical-align: middle; }
      .table-body table thead tr th.top {
        vertical-align: top; }
      .table-body table thead tr th[rowspan="1"].rotate_45, .table-body table thead tr th[rowspan="1"].rotate_90, .table-body table thead tr th[rowspan="1"].rotate_135, .table-body table thead tr th[rowspan="1"].rotate_180 {
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        width: 1em;
        max-width: 5em;
        height: 180px; }
      .table-body table thead tr th[rowspan="1"].rotate_45 > *, .table-body table thead tr th[rowspan="1"].rotate_90 > *, .table-body table thead tr th[rowspan="1"].rotate_135 > *, .table-body table thead tr th[rowspan="1"].rotate_180 > * {
        display: inline-block;
        margin: 0;
        margin-bottom: 6px;
        margin-left: 50%;
        transform-origin: left center;
        transform: rotate(-90deg) translate(-50%, 0);
        text-align: left !important;
        width: 172px; }
      .table-body table thead tr th[rowspan="1"].rotate_45 > * {
        transform: rotate(-45deg) translate(-68%, 0);
        text-align: left !important; }
      .table-body table thead tr th[rowspan="1"].rotate_90 > * {
        transform: rotate(-90deg) translate(-50%, 0);
        text-align: left !important; }
      .table-body table thead tr th[rowspan="1"].rotate_135 > * {
        transform: rotate(45deg) translate(-32%, 0);
        text-align: right !important; }
      .table-body table thead tr th[rowspan="1"].rotate_180 > * {
        transform: rotate(90deg) translate(-50%, 0);
        text-align: right !important; }
    .table-body table thead tr:last-child th {
      color: #00519C;
      background: #F0F7FF;
      font-size: 1.1rem;
      /*
      &:first-child {
      	min-width:145px;
      }
      */ }
    .table-body table tbody td, .table-body table tbody th {
      border: 1px solid #92B7D3;
      font-size: 1.1rem;
      /* 11px */
      padding: 2px 5px;
      color: #333;
      /* #5C5B5B */
      font-weight: 600; }
      .table-body table tbody td.indent_1, .table-body table tbody th.indent_1 {
        padding-left: 20px !important; }
      .table-body table tbody td.indent_2, .table-body table tbody th.indent_2 {
        padding-left: 40px !important; }
      .table-body table tbody td.indent_3, .table-body table tbody th.indent_3 {
        padding-left: 60px !important; }
      .table-body table tbody td.indent_4, .table-body table tbody th.indent_4 {
        padding-left: 80px !important; }
      .table-body table tbody td.indent_5, .table-body table tbody th.indent_5 {
        padding-left: 100px !important; }
      .table-body table tbody td.indent_6, .table-body table tbody th.indent_6 {
        padding-left: 120px !important; }
      .table-body table tbody td.indent_7, .table-body table tbody th.indent_7 {
        padding-left: 140px !important; }
      .table-body table tbody td.indent_8, .table-body table tbody th.indent_8 {
        padding-left: 160px !important; }
      .table-body table tbody td.indent_9, .table-body table tbody th.indent_9 {
        padding-left: 180px !important; }
      .table-body table tbody td.indent_10, .table-body table tbody th.indent_10 {
        padding-left: 200px !important; }
      .table-body table tbody td.bold, .table-body table tbody td span.bold, .table-body table tbody th.bold, .table-body table tbody th span.bold {
        font-weight: 700; }
      .table-body table tbody td.italic, .table-body table tbody td span.italic, .table-body table tbody th.italic, .table-body table tbody th span.italic {
        font-style: italic; }
      .table-body table tbody td.underline, .table-body table tbody td span.underline, .table-body table tbody th.underline, .table-body table tbody th span.underline {
        text-decoration: underline; }
      .table-body table tbody td.left, .table-body table tbody th.left {
        text-align: left; }
      .table-body table tbody td.right, .table-body table tbody th.right {
        text-align: right; }
      .table-body table tbody td.center, .table-body table tbody th.center {
        text-align: center; }
      .table-body table tbody td.bottom, .table-body table tbody th.bottom {
        vertical-align: bottom; }
      .table-body table tbody td.middle, .table-body table tbody th.middle {
        vertical-align: middle; }
      .table-body table tbody td.top, .table-body table tbody th.top {
        vertical-align: top; }
    .table-body table tfoot {
      /* Hidden from view, but still accessible for 508 */
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .table-body table.fixedColumn tbody th, .table-body table.fixedColumn tbody td {
      border: 1px solid transparent;
      border-bottom: 1px solid #92B7D3;
      /* IE 10+ only */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .table-body table.fixedColumn tbody th, .table-body table.fixedColumn tbody td {
          opacity: 0; } }
      .table-body table.fixedColumn tbody th:first-child, .table-body table.fixedColumn tbody td:first-child {
        border: 1px solid #92B7D3;
        background-color: #fff; }
    .table-body table.fixedColumn.fixedRow thead tr th {
      border: 1px solid transparent; }
    .table-body table.fixedColumn.fixedRow thead tr:first-child th:first-child {
      border: 1px solid #92B7D3; }

table.floatThead-table {
  border-collapse: collapse;
  display: table;
  width: 95%; }
  table.floatThead-table caption {
    /* Hidden from view, but still accessible for 508 */
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  table.floatThead-table thead tr th {
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    padding: 4px;
    color: #00519C;
    background: #F0F7FF;
    border: 1px solid #92B7D3;
    vertical-align: bottom; }
    table.floatThead-table thead tr th.empty {
      background: #F0F7FF;
      border-left: 1px solid #F0F7FF;
      border-right: 1px solid #F0F7FF; }
    table.floatThead-table thead tr th.indent_1 {
      padding-left: 20px !important; }
    table.floatThead-table thead tr th.indent_2 {
      padding-left: 40px !important; }
    table.floatThead-table thead tr th.indent_3 {
      padding-left: 60px !important; }
    table.floatThead-table thead tr th.indent_4 {
      padding-left: 80px !important; }
    table.floatThead-table thead tr th.indent_5 {
      padding-left: 100px !important; }
    table.floatThead-table thead tr th.indent_6 {
      padding-left: 120px !important; }
    table.floatThead-table thead tr th.indent_7 {
      padding-left: 140px !important; }
    table.floatThead-table thead tr th.indent_8 {
      padding-left: 160px !important; }
    table.floatThead-table thead tr th.indent_9 {
      padding-left: 180px !important; }
    table.floatThead-table thead tr th.indent_10 {
      padding-left: 200px !important; }
    table.floatThead-table thead tr th.bold, table.floatThead-table thead tr th span.bold {
      font-weight: 600; }
    table.floatThead-table thead tr th.italic, table.floatThead-table thead tr th span.italic {
      font-style: italic; }
    table.floatThead-table thead tr th.underline, table.floatThead-table thead tr th span.underline {
      text-decoration: underline; }
    table.floatThead-table thead tr th.left {
      text-align: left; }
    table.floatThead-table thead tr th.right {
      text-align: right; }
    table.floatThead-table thead tr th.center {
      text-align: center; }
    table.floatThead-table thead tr th.bottom {
      vertical-align: bottom; }
    table.floatThead-table thead tr th.middle {
      vertical-align: middle; }
    table.floatThead-table thead tr th.top {
      vertical-align: top; }
    table.floatThead-table thead tr th[rowspan="1"].rotate_45, table.floatThead-table thead tr th[rowspan="1"].rotate_90, table.floatThead-table thead tr th[rowspan="1"].rotate_135, table.floatThead-table thead tr th[rowspan="1"].rotate_180 {
      text-align: center;
      white-space: normal;
      vertical-align: middle;
      width: 1em;
      max-width: 5em;
      height: 180px; }
    table.floatThead-table thead tr th[rowspan="1"].rotate_45 > *, table.floatThead-table thead tr th[rowspan="1"].rotate_90 > *, table.floatThead-table thead tr th[rowspan="1"].rotate_135 > *, table.floatThead-table thead tr th[rowspan="1"].rotate_180 > * {
      display: inline-block;
      margin: 0;
      margin-bottom: 6px;
      margin-left: 50%;
      transform-origin: left center;
      transform: rotate(-90deg) translate(-50%, 0);
      text-align: left !important;
      width: 172px; }
    table.floatThead-table thead tr th[rowspan="1"].rotate_45 > * {
      transform: rotate(-45deg) translate(-68%, 0);
      text-align: left !important; }
    table.floatThead-table thead tr th[rowspan="1"].rotate_90 > * {
      transform: rotate(-90deg) translate(-50%, 0);
      text-align: left !important; }
    table.floatThead-table thead tr th[rowspan="1"].rotate_135 > * {
      transform: rotate(45deg) translate(-32%, 0);
      text-align: right !important; }
    table.floatThead-table thead tr th[rowspan="1"].rotate_180 > * {
      transform: rotate(90deg) translate(-50%, 0);
      text-align: right !important; }
  table.floatThead-table thead tr:last-child th {
    color: #00519C;
    background: #F0F7FF;
    font-size: 1.1rem;
    /*
    &:first-child {
    	min-width:145px;
    }
    */ }
  table.floatThead-table tbody td, table.floatThead-table tbody th {
    border: 1px solid #92B7D3;
    font-size: 1.1rem;
    /* 11px */
    padding: 2px 5px;
    color: #333;
    /* #5C5B5B */
    font-weight: 600; }
    table.floatThead-table tbody td.indent_1, table.floatThead-table tbody th.indent_1 {
      padding-left: 20px !important; }
    table.floatThead-table tbody td.indent_2, table.floatThead-table tbody th.indent_2 {
      padding-left: 40px !important; }
    table.floatThead-table tbody td.indent_3, table.floatThead-table tbody th.indent_3 {
      padding-left: 60px !important; }
    table.floatThead-table tbody td.indent_4, table.floatThead-table tbody th.indent_4 {
      padding-left: 80px !important; }
    table.floatThead-table tbody td.indent_5, table.floatThead-table tbody th.indent_5 {
      padding-left: 100px !important; }
    table.floatThead-table tbody td.indent_6, table.floatThead-table tbody th.indent_6 {
      padding-left: 120px !important; }
    table.floatThead-table tbody td.indent_7, table.floatThead-table tbody th.indent_7 {
      padding-left: 140px !important; }
    table.floatThead-table tbody td.indent_8, table.floatThead-table tbody th.indent_8 {
      padding-left: 160px !important; }
    table.floatThead-table tbody td.indent_9, table.floatThead-table tbody th.indent_9 {
      padding-left: 180px !important; }
    table.floatThead-table tbody td.indent_10, table.floatThead-table tbody th.indent_10 {
      padding-left: 200px !important; }
    table.floatThead-table tbody td.bold, table.floatThead-table tbody td span.bold, table.floatThead-table tbody th.bold, table.floatThead-table tbody th span.bold {
      font-weight: 700; }
    table.floatThead-table tbody td.italic, table.floatThead-table tbody td span.italic, table.floatThead-table tbody th.italic, table.floatThead-table tbody th span.italic {
      font-style: italic; }
    table.floatThead-table tbody td.underline, table.floatThead-table tbody td span.underline, table.floatThead-table tbody th.underline, table.floatThead-table tbody th span.underline {
      text-decoration: underline; }
    table.floatThead-table tbody td.left, table.floatThead-table tbody th.left {
      text-align: left; }
    table.floatThead-table tbody td.right, table.floatThead-table tbody th.right {
      text-align: right; }
    table.floatThead-table tbody td.center, table.floatThead-table tbody th.center {
      text-align: center; }
    table.floatThead-table tbody td.bottom, table.floatThead-table tbody th.bottom {
      vertical-align: bottom; }
    table.floatThead-table tbody td.middle, table.floatThead-table tbody th.middle {
      vertical-align: middle; }
    table.floatThead-table tbody td.top, table.floatThead-table tbody th.top {
      vertical-align: top; }
  table.floatThead-table tfoot {
    /* Hidden from view, but still accessible for 508 */
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  table.floatThead-table.fixedColumn tbody th, table.floatThead-table.fixedColumn tbody td {
    border: 1px solid transparent;
    border-bottom: 1px solid #92B7D3;
    /* IE 10+ only */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      table.floatThead-table.fixedColumn tbody th, table.floatThead-table.fixedColumn tbody td {
        opacity: 0; } }
    table.floatThead-table.fixedColumn tbody th:first-child, table.floatThead-table.fixedColumn tbody td:first-child {
      border: 1px solid #92B7D3;
      background-color: #fff; }
  table.floatThead-table.fixedColumn.fixedRow thead tr th {
    border: 1px solid transparent; }
  table.floatThead-table.fixedColumn.fixedRow thead tr:first-child th:first-child {
    border: 1px solid #92B7D3; }

.hiddentablewrap table thead tr th {
  position: relative;
  z-index: 2;
  border: 1px solid #92B7D3; }
.hiddentablewrap table tbody tr th {
  position: relative;
  border: 1px solid #92B7D3;
  background: #fff;
  z-index: 1; }
.hiddentablewrap table tbody tr th, .hiddentablewrap table tbody tr td {
  display: none; }

/**
*	FIGURE STYLES
*/
.main-wrapper.main {
  padding-top: 122px; }

.kns {
  margin-top: 12px;
  color: #333;
  font-size: 12px; }
  .kns h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 3px;
    border-bottom: solid 1px #B2B1B1; }
  .kns p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    padding-bottom: 7px; }

#figure {
  background: #fff;
  padding: 25px;
  padding-top: 10px;
  margin-top: 25px;
  margin-bottom: 25px; }
  #figure h1 {
    font-size: 24px; }
  #figure h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0; }
  #figure h1, #figure h2 {
    color: #00519c; }

.hcWrapper {
  overflow-x: auto;
  font-weight: normal; }
  .hcWrapper .highcharts {
    min-width: 310px;
    max-width: 100%;
    width: 684px;
    height: auto;
    margin: 0 auto;
    border-top: solid 2px #B2B2B2;
    margin-top: 15px;
    margin-bottom: 15px; }
    .hcWrapper .highcharts .highcharts-container {
      width: 684px;
      height: auto; }
  .hcWrapper img.highcharts {
    display: block;
    width: 100%;
    height: auto; }
  .hcWrapper .highcharts:first-child {
    border-top: none; }

/* 14px */
/* 14px */
.inline-asset {
  margin: 15px 0; }

.inline-asset-ctr {
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: lightgrey;
  padding: 10px; }

.inline-sidebar-ctr {
  background: #F9F8F4;
  border-style: solid;
  border-width: 1px;
  border-color: lightgrey;
  padding: 10px; }

.inline-asset-ctr-header {
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  height: 44px; }
  @media (max-width: 767px) {
    .inline-asset-ctr-header {
      height: auto; } }

.inline-asset-ctr-title-bar {
  background: #F0F7FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1;
  align-items: center;
  /* align vertical */
  color: #00519C; }
  .inline-asset-ctr-title-bar a {
    color: #00519C; }
  .inline-asset-ctr-title-bar label {
    max-width: 85%;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
    line-height: 1.7rem;
    /* 17px */
    font-size: 1.4rem;
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .inline-asset-ctr-title-bar label {
      max-width: 70%;
      line-height: 1.3rem;
      font-size: 1.0rem; } }
  @media (max-width: 424px) {
    .inline-asset-ctr-title-bar label {
      max-width: 60%; } }
  .inline-asset-ctr-title-bar .actions {
    margin-left: auto; }
    .inline-asset-ctr-title-bar .actions .action {
      cursor: pointer;
      font-size: 1.5rem;
      /* 15px */
      padding-right: 10px;
      padding-top: 3px;
      color: #80A7CE; }
      .inline-asset-ctr-title-bar .actions .action:hover {
        color: #00519C;
        text-decoration: none; }
      .inline-asset-ctr-title-bar .actions .action a:hover {
        text-decoration: none; }

.inline-sidebar-ctr-title-bar {
  background: #F0EDE5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1;
  align-items: center;
  /* align vertical */
  color: #7D6A24; }
  .inline-sidebar-ctr-title-bar a {
    color: #7D6A24; }
  .inline-sidebar-ctr-title-bar label {
    max-width: 85%;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
    line-height: 1.7rem;
    /* 17px */
    font-size: 1.4rem;
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .inline-sidebar-ctr-title-bar label {
      max-width: 70%;
      line-height: 1.3rem;
      font-size: 1.0rem; } }
  @media (max-width: 424px) {
    .inline-sidebar-ctr-title-bar label {
      max-width: 60%; } }
  .inline-sidebar-ctr-title-bar .actions {
    margin-left: auto; }
    .inline-sidebar-ctr-title-bar .actions .action {
      cursor: pointer;
      font-size: 1.5rem;
      /* 15px */
      padding-right: 10px;
      padding-top: 3px;
      color: #7D6A24; }
      .inline-sidebar-ctr-title-bar .actions .action:hover {
        color: #7D6A24;
        text-decoration: none; }
      .inline-sidebar-ctr-title-bar .actions .action a:hover {
        text-decoration: none; }

.inline-asset-ctr-tab {
  background: #00519C;
  padding: 0px 7px;
  -ms-flex: 0 0 178px;
  flex: 0 0 178px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* align vertical */ }
  .inline-asset-ctr-tab label {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0; }
  .inline-asset-ctr-tab .tab-icon {
    font-size: 1.5rem;
    /* 15px */
    margin-left: auto;
    color: white; }
  @media (max-width: 992px) {
    .inline-asset-ctr-tab {
      flex: 0 0 100px;
      align-items: baseline;
      padding-top: 7px; }
      .inline-asset-ctr-tab label {
        font-size: 1.0rem; }
      .inline-asset-ctr-tab .tab-icon {
        font-size: 1.1rem; } }

.inline-sidebar-ctr-tab {
  background: #7D6A24;
  padding: 0px 7px;
  -ms-flex: 0 0 178px;
  flex: 0 0 178px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* align vertical */ }
  .inline-sidebar-ctr-tab label {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0; }
  .inline-sidebar-ctr-tab .tab-icon {
    font-size: 1.5rem;
    /* 15px */
    margin-left: auto;
    color: white; }
  @media (max-width: 992px) {
    .inline-sidebar-ctr-tab {
      flex: 0 0 100px;
      align-items: baseline;
      padding-top: 7px; }
      .inline-sidebar-ctr-tab label {
        font-size: 1.0rem; }
      .inline-sidebar-ctr-tab .tab-icon {
        font-size: 1.1rem; } }

.inline-asset-toggle[aria-expanded=false] .inline-asset-expanded {
  display: none; }

.inline-asset-toggle[aria-expanded=true] .inline-asset-collapsed {
  display: none; }

.inline-asset-collapse-hidden:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

/* This allows Firefox to tab correctly and see the outline for 508-compliance. */
.inline-asset-toggle, .inline-asset-collapse-hidden {
  display: inline-grid;
  float: right; }

.inline-asset-collapse-show {
  display: none; }

.inline-sidebar-title {
  color: #7D6A24;
  font-size: 1.4rem;
  /* 14px */
  font-weight: 600;
  max-width: 80%;
  margin: 0;
  padding-bottom: 10px; }

.inline-sidebar-subtitle {
  color: #7D6A24;
  font-size: 0.9rem;
  /* 9px */
  margin-bottom: 2px; }

.inline-asset-title {
  color: #00519C;
  font-size: 1.4rem;
  /* 14px */
  font-weight: 600;
  max-width: 80%;
  margin: 0;
  padding-bottom: 10px; }

.inline-asset-subtitle {
  color: #00519C;
  font-size: 0.9rem;
  /* 9px */
  margin-bottom: 2px; }

.modal-asset-titlebar-close-ctr {
  background: #C9DEF5;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* align vertical */
  margin-left: 2px;
  padding-left: 14px; }
  .modal-asset-titlebar-close-ctr .seind18-icon-close {
    color: #004F9D; }
  .modal-asset-titlebar-close-ctr .seind18-icon-close {
    font-size: 15px;
    cursor: pointer; }

.modal-sidebar-titlebar-close-ctr {
  background: rgba(125, 106, 36, 0.25);
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* align vertical */
  margin-left: 2px;
  padding-left: 14px; }
  .modal-sidebar-titlebar-close-ctr .seind18-icon-close {
    color: #7D6A24; }
  .modal-sidebar-titlebar-close-ctr .seind18-icon-close {
    font-size: 15px;
    cursor: pointer; }

.modal-content {
  border-radius: 0;
  padding: 10px; }

.modal-content.ui-resizable {
  overflow-y: auto; }

.modal-body {
  padding: 0; }

.ui-resizable-handle.ui-resizable-e {
  width: 0; }

.ui-resizable-handle.ui-resizable-s {
  height: 0; }

.modal-asset-body-title {
  color: #00519C;
  font-size: 2.0rem;
  /* 20px */
  font-weight: 600;
  margin: 20px 0; }

.modal-sidebar-body-title {
  color: #7D6A24;
  font-size: 2.0rem;
  /* 20px */
  font-weight: 600;
  margin: 20px 0; }

.sidebar {
  padding: 0 !important;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  color: #000;
  /* $sidebar-text-color */ }
  .sidebar a {
    color: #333; }
  .sidebar p {
    margin-left: 0 !important;
    color: #000; }

.sidebar-asset {
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: lightgrey;
  padding: 20px 15px; }

.sidebar-asset-titlebar {
  display: flex;
  align-items: flex-start;
  position: relative; }

.inline-sidebar-asset-title {
  font-size: 14px;
  color: #7D6A24;
  font-weight: 600;
  max-width: 80%;
  line-height: 130%;
  margin: 0;
  padding-bottom: 20px; }

.modal-sidebar-asset-title {
  font-size: 16px;
  color: #7D6A24;
  font-weight: 600;
  max-width: 80%;
  line-height: 130%;
  margin: 0;
  padding-bottom: 20px; }

.sidebar-asset-subtitle {
  color: #7D6A24;
  font-size: 9px;
  margin-bottom: 2px; }

.sidebar-asset-actions {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0; }

#modalHolder .sidebar-asset-actions {
  display: none; }

.sidebar-asset-action {
  cursor: pointer;
  font-size: 15px;
  padding-right: 10px;
  color: #7D6A24; }

.digest-sidenav #chapterMenu ul li a {
  background-color: #FAF2F6; }

.digest-sidenav #chapterMenu ul li.really-active ul {
  display: none !important; }

.digest-content {
  min-height: 700px; }
  .digest-content li.nav-item a {
    background-color: #862665;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-size: 10px;
    font-weight: bold; }
  .digest-content li.nav-item.active a {
    background-color: #e1e1e1;
    color: #862665;
    height: 62px; }
  .digest-content .nav-tabs > li > a {
    margin-right: 4px; }
  .digest-content .nav > li > a {
    width: 104px;
    height: 58px;
    padding: 4px; }
  .digest-content .tab-content {
    overflow: auto;
    background-color: #e1e1e1;
    margin-bottom: 15px;
    padding: 24px 14px;
    font-size: 12px;
    line-height: 160%;
    font-weight: normal;
    color: #5c5b5b; }
  .digest-content .digest-share .dropdown-menu {
    min-width: 105px; }
    .digest-content .digest-share .dropdown-menu a, .digest-content .digest-share .dropdown-menu a span {
      color: #333;
      opacity: 1;
      font-weight: 400; }
      .digest-content .digest-share .dropdown-menu a:hover, .digest-content .digest-share .dropdown-menu a span:hover {
        font-weight: 600;
        background-color: #f3e9f1;
        color: #862665; }
  .digest-content .digestsharebox .dropdown-menu {
    min-width: 200px; }
  @media (min-width: 768px) {
    .digest-content .digest-asset {
      border-left: 1px #939292 solid;
      padding-left: 10px; } }
  .digest-content .digest-asset li.nav-item {
    text-align: center; }
    .digest-content .digest-asset li.nav-item a, .digest-content .digest-asset li.nav-item a:hover {
      background-color: #EEE;
      color: #862665;
      border-radius: 0px;
      font-size: 12px;
      font-weight: bold; }
      .digest-content .digest-asset li.nav-item a label, .digest-content .digest-asset li.nav-item a:hover label {
        margin-top: 5px; }
    .digest-content .digest-asset li.nav-item.active a, .digest-content .digest-asset li.nav-item.active a:hover {
      position: relative;
      top: 1px;
      background-color: #fff;
      color: #862665;
      border: solid #939292;
      border-width: 1px 1px 0px 1px; }
  .digest-content .digest-asset .nav > li > a {
    width: 98px;
    height: 38px;
    padding: 4px; }
  .digest-content .digest-asset .tab-content {
    overflow: auto;
    background-color: #fff;
    padding: 0px;
    color: #5c5b5b; }
  .digest-content .digest-asset h4 {
    margin-top: 0px;
    font-size: 12px;
    color: #5c5b5b;
    font-weight: bold;
    line-height: 160%; }
  .digest-content .digest-asset .figure {
    border: 1px solid #939292;
    padding-left: 10px; }
    .digest-content .digest-asset .figure .highcharts {
      padding: 0px; }
    .digest-content .digest-asset .figure .kns {
      margin-left: 5px;
      margin-right: 5px; }
  .digest-content .digest-asset .gen-headnote {
    font-weight: 600;
    color: #333; }
  .digest-content .digest-share {
    position: relative;
    top: 8px; }
    .digest-content .digest-share a {
      color: #5c5b5b;
      opacity: 0.5;
      font-size: 18px;
      margin: 0px 5px; }
      .digest-content .digest-share a:hover {
        opacity: 1;
        text-decoration: none; }
  .digest-content .nopad-xs-down > div h4 {
    padding-top: 20px; }
  .digest-content .nopad-xs-down > div:first-child h4 {
    padding-top: 0; }
  .digest-content .nopad-xs-down > div div.digestkns {
    padding-bottom: 10px;
    border-bottom: 1px #939292 solid; }
  .digest-content .nopad-xs-down > div:last-child div.digestkns {
    border-bottom: 0;
    padding-bottom: 0; }
  .digest-content ul.digest-subs li.nav-item a label {
    line-height: 125% !important; }
  @media (max-width: 767px) {
    .digest-content .tab-content {
      font-size: 10px;
      line-height: 120%;
      padding: 5px 5px;
      margin-bottom: 0px; }
    .digest-content ul.digest-subs li.nav-item {
      width: 50%; }
      .digest-content ul.digest-subs li.nav-item a {
        width: 100%;
        padding: 4px;
        font-size: 12px;
        border: solid #fff;
        height: 88px;
        border-width: 0 5px 10px 0; }
      .digest-content ul.digest-subs li.nav-item.active a {
        background-color: #e1e1e1;
        color: #862665;
        padding: 8px; }
      .digest-content ul.digest-subs li.nav-item:nth-child(even) a {
        border-width: 0 0 10px 5px; }
      .digest-content ul.digest-subs li.nav-item:nth-child(odd) a {
        border-width: 0 5px 10px 0; }
    .digest-content .digest-asset h4 {
      font-size: 11px;
      line-height: 120%; }
    .digest-content .digest-asset .nav > li > a {
      height: 30px; }
    .digest-content .digest-asset li.nav-item a label, .digest-content .digest-asset li.nav-item a:hover label {
      margin-top: 2px; }
    .digest-content .digest-share a {
      font-size: 14px; } }

.permissions-title-header {
  background-color: #004F9D;
  position: relative !important; }
  .permissions-title-header h1 {
    font-size: 16px;
    line-height: 19px;
    padding-top: 17px; }
    @media (max-width: 768px) {
      .permissions-title-header h1 {
        padding-left: 10px; } }

.topics-page {
  padding-top: 122px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .topics-page {
      padding-top: 20px; }
      .topics-page .row {
        margin-left: 0;
        margin-right: 0; } }
  .topics-page .content .toc {
    background: #fff;
    padding: 30px; }
  .topics-page .topics-title-header {
    background-color: #C72263;
    position: relative !important; }
    .topics-page .topics-title-header h1 {
      font-size: 16px;
      line-height: 19px;
      padding-top: 17px; }
      @media (max-width: 768px) {
        .topics-page .topics-title-header h1 {
          padding-left: 10px; } }
  .topics-page .topic-list h2 {
    color: #5C5B5B;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-top: 14px;
    margin-bottom: 2px; }
  .topics-page .topic-list .chapter.list-group .primary.list-group-item a {
    display: block;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #C72263;
    text-decoration: none;
    font-weight: 700;
    border-bottom: solid 2px #C72263 !important; }
    .topics-page .topic-list .chapter.list-group .primary.list-group-item a.collapsed {
      color: #333;
      border-bottom: solid 2px #ccc !important; }
    .topics-page .topic-list .chapter.list-group .primary.list-group-item a .ch-type {
      font-weight: 400; }
    @media (max-width: 992px) {
      .topics-page .topic-list .chapter.list-group .primary.list-group-item a span {
        display: inline-block;
        width: auto;
        max-width: 90%; } }
  .topics-page .topic-list .chapter.list-group .primary.list-group-item .circle:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 35px;
    font-family: 'seind';
    font-size: 1.5em;
    line-height: 2em;
    content: "\e60b";
    float: right;
    color: #C72263;
    text-align: center;
    border-left: solid 2px #fff; }
  .topics-page .topic-list .chapter.list-group .primary.list-group-item .collapsed .circle:after {
    content: "\e60c";
    color: rgba(199, 34, 99, 0.3); }
  .topics-page .topic-list .chapter.list-group .primary.list-group-item.expanded {
    background: #C72263; }
  .topics-page .topic-list .chapter.list-group .list-group-item {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important; }
    .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list {
      list-style: none;
      padding-left: 10px;
      border-bottom: 2px solid #C72263 !important; }
      .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list li {
        border-bottom: solid 2px #ebc2d2 !important;
        background-color: rgba(199, 34, 99, 0.04); }
        .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list li li:last-child {
          border-bottom: solid 2px #fff !important; }
        .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list li:last-child {
          border-bottom: solid 2px #fff !important; }
      .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list .ss {
        display: inline-block;
        width: 35px;
        float: left; }
      .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list .ss-lnk {
        padding-left: 0;
        display: block;
        margin-left: 38px; }
      .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list a {
        display: inline-block;
        border-bottom: none !important;
        padding-right: 3px;
        padding-left: 15px;
        color: #333; }
        .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list a:hover {
          color: #C72263 !important;
          font-weight: 700; }
        .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list a.collapsed {
          border: none !important; }
        .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list a[aria-expanded=true] + a {
          color: #C72263; }
      .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list .arrow:after {
        font-family: 'seind';
        font-size: 1em;
        line-height: 1em;
        content: "\e600";
        color: #C72263; }
      .topics-page .topic-list .chapter.list-group .list-group-item .topic-secondary-list .collapsed .arrow:after {
        content: "\e602"; }
    .topics-page .topic-list .chapter.list-group .list-group-item .tertiary-list {
      list-style: none;
      padding-left: 0;
      border-top: 2px solid #ebc2d2; }
      .topics-page .topic-list .chapter.list-group .list-group-item .tertiary-list a {
        font-weight: 500;
        padding: 5px;
        padding-left: 40px;
        color: #C72263 !important; }
      .topics-page .topic-list .chapter.list-group .list-group-item .tertiary-list li {
        border-bottom: solid 2px #fff !important;
        background-color: #fff; }
  .topics-page .search-box {
    padding-left: 0; }
    .topics-page .search-box .search-container {
      padding: 15px;
      background-color: #F2F2F2; }
      .topics-page .search-box .search-container button {
        background-color: #C72263;
        color: #fff;
        border-radius: 0; }
      .topics-page .search-box .search-container input[type="text"] {
        border-radius: 0;
        margin-bottom: 15px; }
        .topics-page .search-box .search-container input[type="text"]:focus {
          border: 1px solid #C72263;
          box-shadow: inset 0 1px 1px rgba(199, 34, 99, 0.075), 0 0 8px rgba(199, 34, 99, 0.6); }
        .topics-page .search-box .search-container input[type="text"]::placeholder {
          font-style: italic; }
      .topics-page .search-box .search-container label {
        color: #5C5B5B;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 15px; }

/**
*	DOWNLOADS PAGE STYLES
*/
.downloads-page {
  padding-top: 122px; }
  @media (max-width: 767px) {
    .downloads-page {
      padding-top: 20px; }
      .downloads-page .row {
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 768px) {
    .downloads-page .content {
      padding-left: 0;
      padding-right: 0; } }
  .downloads-page .download-title-header {
    background-color: #177899;
    position: relative !important;
    width: 100%; }
    .downloads-page .download-title-header h1 {
      font-size: 16px;
      line-height: 19px;
      padding-top: 17px; }
      @media (max-width: 768px) {
        .downloads-page .download-title-header h1 {
          padding-left: 10px; } }
  .downloads-page .nav-tabs li a {
    background-color: #deecef;
    border-top: 4px solid #fff;
    border-radius: 0;
    border-left: 0;
    border-right: 0; }
    .downloads-page .nav-tabs li a label {
      color: #177899;
      font-size: 1.25em;
      font-weight: 400; }
  .downloads-page .nav-tabs li.active a, .downloads-page .nav-tabs li.active a:focus, .downloads-page .nav-tabs li.active:hover a, .downloads-page .nav-tabs li.active:hover a:focus {
    border-top: 4px solid #177899;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .downloads-page .nav-tabs li.active a label, .downloads-page .nav-tabs li.active a:focus label, .downloads-page .nav-tabs li.active:hover a label, .downloads-page .nav-tabs li.active:hover a:focus label {
      font-weight: 600; }
  @media (max-width: 768px) {
    .downloads-page .nav-tabs li, .downloads-page .nav-tabs li.active, .downloads-page .nav-tabs li.active:hover {
      margin-right: 5px; }
      .downloads-page .nav-tabs li a, .downloads-page .nav-tabs li a:focus, .downloads-page .nav-tabs li.active a, .downloads-page .nav-tabs li.active a:focus, .downloads-page .nav-tabs li.active:hover a, .downloads-page .nav-tabs li.active:hover a:focus {
        padding: 5px; }
        .downloads-page .nav-tabs li a label, .downloads-page .nav-tabs li a:focus label, .downloads-page .nav-tabs li.active a label, .downloads-page .nav-tabs li.active a:focus label, .downloads-page .nav-tabs li.active:hover a label, .downloads-page .nav-tabs li.active:hover a:focus label {
          font-weight: 400;
          font-size: 1em; }
    .downloads-page .nav-tabs a, .downloads-page .nav-tabs a:focus {
      padding-left: 5px;
      padding-right: 5px; } }
  .downloads-page .download-formats {
    display: block;
    padding-top: 20px;
    padding-left: 12px;
    font-size: 1.1em; }
    .downloads-page .download-formats span {
      color: #177899;
      padding-right: 5px; }
  .downloads-page .page-body.secondary {
    padding-top: 0 !important;
    padding-bottom: 30px; }
  .downloads-page .content .toc {
    background: #fff;
    padding: 30px; }
  .downloads-page .chapter.list-group .primary.list-group-item a.chapter {
    display: block;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #0D6182;
    text-decoration: none;
    font-weight: 700;
    border-bottom: solid 2px #177899 !important;
    background-color: #F1F6F8; }
    .downloads-page .chapter.list-group .primary.list-group-item a.chapter.collapsed {
      color: #333;
      border-bottom: solid 2px #fff !important; }
    @media (max-width: 767px) {
      .downloads-page .chapter.list-group .primary.list-group-item a.chapter span {
        display: inline-block;
        width: auto;
        max-width: 65%; } }
  .downloads-page .chapter.list-group .primary.list-group-item .circle:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 35px;
    font-family: 'seind';
    font-size: 1.8rem;
    line-height: 2em;
    content: "\e60b";
    float: right;
    color: #fff;
    background-color: #177899;
    text-align: center;
    border-left: solid 2px #fff; }
  .downloads-page .chapter.list-group .primary.list-group-item .collapsed .circle:after {
    content: "\e60c";
    background-color: #89bccd; }
  .downloads-page .chapter.list-group .primary.list-group-item.expanded {
    background: #deecef; }
  .downloads-page .chapter.list-group .list-group-item {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important; }
    .downloads-page .chapter.list-group .list-group-item .secondary-list {
      border-bottom: 2px solid #177899; }
      .downloads-page .chapter.list-group .list-group-item .secondary-list .collapsed {
        border-bottom: 0; }
      .downloads-page .chapter.list-group .list-group-item .secondary-list .downloads {
        padding: 10px 0px; }
      .downloads-page .chapter.list-group .list-group-item .secondary-list a {
        color: #0D6182; }
        .downloads-page .chapter.list-group .list-group-item .secondary-list a.ico {
          font-size: 1.25em;
          color: #474747; }
          .downloads-page .chapter.list-group .list-group-item .secondary-list a.ico:hover {
            color: #0D6182; }

.navbar-toggle {
  margin-right: 5px !important; }

/**
*	HELP PAGE STYLES
*/
.help-page {
  padding-top: 122px; }
  @media (max-width: 767px) {
    .help-page {
      padding-top: 20px; }
      .help-page .row {
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 768px) {
    .help-page .content {
      padding-left: 0;
      padding-right: 0; } }
  .help-page .help-title-header {
    background-color: #004F9E;
    position: relative !important; }
    .help-page .help-title-header h1 {
      font-size: 16px;
      line-height: 19px;
      padding-top: 17px; }
      @media (max-width: 768px) {
        .help-page .help-title-header h1 {
          padding-left: 10px; } }
  .help-page h3 {
    font-weight: 600; }
  .help-page h4 {
    font-weight: 600;
    font-size: 1.4rem; }
  .help-page .page-body.secondary {
    padding-top: 0 !important;
    padding-bottom: 30px; }
  .help-page .content .toc {
    background: #fff;
    padding: 30px; }

/*# sourceMappingURL=main.css.map */
