@import url("https://use.typekit.net/jii1bsm.css");
body {
  background-color: #999999 !important;
  font-size: 20px;
  line-height: 130%;
  font-family: "calibri", sans-serif; }
  body .container {
    background-color: #FFFFFF;
    max-width: 980px; }

.blue {
  color: #005cae; }

.pale-blue {
  color: #bfcae8; }

.chapter-nav {
  transition: .3s;
  position: fixed;
  display: table;
  color: #FFFFFF;
  padding: 10px;
  top: 20%;
  bottom: 0;
  padding-top: 0px;
  width: 68%;
  z-index: 9999; }
  .chapter-nav .open {
    border: 1px solid #ecedf7;
    right: 0;
    opacity: 0.95;
    display: table;
    padding: 0px;
    top: 25%;
    background: #FFFFFF; }
    .chapter-nav .open ul {
      border: 1px solid #000000;
      padding-left: 0px !important;
      display: table-row;
      overflow: auto; }
  .chapter-nav li {
    text-decoration: underline;
    border-bottom: none;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    padding-left: 40px;
    background: #FFFFFF; }
  .chapter-nav a {
    color: #000000;
    text-decoration: none; }
    .chapter-nav a:hover {
      background: #005cae;
      color: #FFFFFF; }
  .chapter-nav .closed {
    right: -68%;
    top: 15%;
    opacity: 0.6; }
  .chapter-nav .menu-button {
    color: #FFFFFF;
    top: 42%;
    position: absolute;
    display: block;
    left: -44px;
    background: #005cae;
    padding: 15px; }

.chapter-nav-close {
  padding: 20px;
  color: #FFFFFF; }
  .chapter-nav-close:hover {
    background: #777777; }

@media screen and (min-width: 720px) {
  .chapter-nav {
    width: 30%; }
  .chapter-nav.closed {
    right: -30%;
    top: 25%; } }

.header .logo {
  margin: 1em;
  width: 450px;
  max-width: 100%;
  height: auto; }

.header .date {
  float: right;
  margin: 1em;
  margin-top: 1.75em;
  color: #005cae;
  text-transform: uppercase;
  font-weight: bold; }

.header .banner {
  background-color: #005cae;
  width: 100%;
  margin: 0.5em auto 1em;
  padding: .5em; }
  .header .banner p {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase; }

article {
  margin: 1em;
  border-bottom: 1px solid #ecedf7;
  padding-bottom: .75em; }
  article .headline {
    font-size: 2.1em;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    letter-spacing: -1px; }
  article .byline {
    margin-top: -0.4em;
    margin-bottom: 1.5em; }
  article p {
    font-family: "calibri", sans-serif; }
  article p.subhead {
    font-size: 1.4em;
    font-family: "Times New Roman", Times, serif;
    color: #005cae;
    font-weight: bold;
    margin: 1em auto 0.5em; }
  article img.headshot {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }
  article img.chart {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    max-width: 500px;
    width: 100%;
    border: 1px solid #808285; }
  article img.portfolio {
    width: 100%; }
  article p.action-to-take {
    border-left: 4px solid #7e9dd1;
    padding-left: .5em;
    font-weight: bold; }
  article p.action-to-take span.CharOverride-4 {
    font-weight: normal;
    font-style: italic; }
  article p.action-to-take span.CharOverride-8 {
    font-style: italic; }
  article span.endstop {
    color: #005cae;
    zoom: .6; }

article.interstitial {
  background-color: #ecedf7;
  padding: 1em;
  margin: 1em; }
  article.interstitial p:last-of-type {
    margin-bottom: 0; }

.promo {
  border: 1px dashed blue;
  padding: 1em;
  margin: 1em; }
  .promo h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: bold; }
  .promo p:last-of-type {
    margin-bottom: 0; }

.promo-alt {
  border: 1px solid blue;
  padding: 0 0 1em 0;
  margin: 1em; }
  .promo-alt .banner {
    background-color: #005cae;
    padding: 1em; }
    .promo-alt .banner h1 {
      font-family: "Times New Roman", Times, serif;
      font-size: 1.3em;
      font-weight: bold;
      color: #FFFFFF;
      text-align: center; }
    .promo-alt .banner h2 {
      font-family: "Times New Roman", Times, serif;
      font-size: 1.3em;
      font-weight: normal;
      color: #FFFFFF;
      text-align: center; }
  .promo-alt p {
    margin: 1em; }
  .promo-alt p:last-of-type {
    margin-bottom: 0; }
  .promo-alt img {
    width: 300px;
    float: right;
    margin: 1em; }

.section-title {
  color: #005cae;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  margin: 2em 1em 1em; }
  .section-title i {
    color: #bfcae8;
    zoom: .8; }

footer {
  margin: .5em; }
  footer p {
    font-size: 10px;
    line-height: normal;
    color: #808285;
    margin: 1em; }

@media screen and (max-width: 575px) {
  .header .logo {
    margin: .25em auto;
    height: auto; }
  .header .date {
    float: none;
    margin: .25em;
    margin-top: .25em !important;
    text-align: center; } }

@media screen and (max-width: 649px) {
  .header .date {
    float: none;
    margin: .25em;
    margin-top: 1.6em;
    text-align: center;
    font-size: 18px; }
  .header .banner {
    padding: .3em; }
    .header .banner p {
      font-size: 18px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Put your IE-only styles here. Works for IS 10 & IE 11*/
  .menu-button {
    display: none !important; }
  .chapter-nav.open {
    display: none !important; }
  .chapter-nav.closed {
    display: none !important; }
  .chapter-nav {
    display: none !important; } }
