@import url("https://use.typekit.net/tmc7vmo.css");
body {
  background-color: #a6a6a6 !important; }
  body .container {
    background-color: #FFFFFF;
    max-width: 980px; }

div.title-row h1 {
  text-transform: uppercase;
  display: inline;
  padding-left: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../template/wfslogo_color.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain; }

.header-date {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  margin: 0;
  padding: 20px;
  line-height: 0;
  letter-spacing: .5px;
  border-bottom: 1px solid #999; }

img.logo {
  margin: 5% auto; }

header {
  background-color: #A02843; }

.article-subhead {
  color: #000000;
  background-color: #DCC555;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  margin: 0px; }

img.headshot {
  margin-right: 10px;
  margin-bottom: 10px; }

img.chart {
  margin-bottom: 20px;
  /*border-right:1px solid #000;*/ }

.chapter-nav {
  transition: .3s;
  position: fixed;
  display: table;
  /*background: #262922;*/
  color: white;
  padding: 10px;
  top: 20%;
  bottom: 0;
  padding-top: 0px;
  width: 68%;
  z-index: 9999; }

.chapter-nav.open ul {
  border: 1px solid black;
  padding-left: 0px !important;
  display: table-row;
  overflow: auto; }

.chapter-nav li, .chapter-nav article .no-list-style, article .chapter-nav .no-list-style {
  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: black;
  text-decoration: none; }

.chapter-nav a:hover {
  background: #15416e;
  color: white; }

.chapter-nav.closed {
  right: -68%;
  top: 15%;
  opacity: 0.6; }

.chapter-nav.open {
  border: 1px solid #E7E8E9;
  right: 0;
  opacity: 0.95;
  display: table;
  padding: 0px;
  top: 15%;
  background: #ffffff; }

.glyphicon-remove:before {
  content: "\e014";
  color: gray; }

.chapter-nav-close {
  padding: 20px;
  color: white; }

.chapter-nav-close:hover {
  background: #111; }

.glyphicon {
  color: white !important; }

.menu-button {
  color: white;
  top: 42%;
  position: absolute;
  display: block;
  left: -44px;
  background: #15416e;
  padding: 15px; }

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

div.aside {
  background-color: #E6E7E8;
  padding-left: 30px; }
  div.aside p, div.aside article .subhead, article div.aside .subhead, div.aside article .ad-subhead, article div.aside .ad-subhead {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 6px; }
  div.aside .toc {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    font-family: "proxima-nova", sans-serif; }

article .byline-first-article {
  text-align: left;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  color: #636463;
  margin-top: -6px; }

article .byline {
  text-align: center;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  color: #636463;
  padding-top: 6px; }

article .subtitle {
  font-weight: 400;
  margin-top: 0px; }

article .Initial-cap {
  font-weight: bold; }

article .red {
  color: #A02843;
  border-color: #A02843; }

article p, article .subhead, article .ad-subhead, article .tanbox .ad-subhead, article .goldbox .ad-subhead {
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
  line-height: 26px;
  padding-bottom: 15px; }

article li, article .no-list-style {
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
  padding-bottom: 15px; }

article .no-list-style {
  list-style: none;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 15px; }

article .subhead {
  color: #A02843;
  font-size: 24px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold;
  margin-top: 10px;
  font-family: serif;
  padding-bottom: 0; }

article h3.section-title-small {
  padding-top: 25px;
  font-size: 10px;
  letter-spacing: 5px;
  font-weight: 400;
  border-bottom: 1px solid #636463;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase; }

article h2.subhead {
  color: #FFFFFF;
  background-color: #8E8E8E;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-top: 0px; }

article .col-centered {
  float: none !important;
  margin: 0 auto !important; }

article .article-title {
  color: #000000;
  font-size: 38px;
  font-family: "adobe-garamond-pro", serif;
  text-align: center;
  font-weight: bold; }

article .head-line {
  color: #000000;
  font-size: 30px;
  font-family: "proxima-nova", sans-serif;
  text-align: center; }

article hr.dark {
  border: 1px solid #636463;
  margin-top: 20px; }

article hr.light {
  border: 1px solid #E6E7E8;
  margin-bottom: 40px;
  margin-top: 5px; }

article .section-title {
  text-align: center;
  background-color: #636463;
  padding: 10px 20px 10px 20px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  width: 30%;
  margin-top: -20px;
  text-transform: uppercase;
  letter-spacing: 1px; }

article .chart {
  float: left;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 3px; }

article .greenbox-normal {
  padding: 30px 30px 10px 30px;
  background-color: #F0F7E9;
  margin-bottom: 20px; }
  article .greenbox-normal h1 {
    margin-top: 0;
    color: #4A892A; }
  article .greenbox-normal h2 {
    margin-top: 0;
    color: #000000; }

article .credits p, article .credits .subhead, article .credits .ad-subhead {
  margin-bottom: 9px; }

article .enlarge {
  font-size: 30px;
  line-height: 30px;
  padding: 15px 20px 20px 20px; }

article .greenbox {
  padding: 15px 15px 0px 15px;
  background-color: #F0F7E9;
  margin-bottom: 20px; }
  article .greenbox h1 {
    margin-top: 0;
    color: #4A892A; }
  article .greenbox h2 {
    margin-top: 0;
    color: #000000; }

article .graybox-normal {
  padding: 10px;
  background-color: #E6E7E8;
  margin-bottom: 10px;
  border: 2px dashed #4A892A;
  padding: 10px; }
  article .graybox-normal h2 {
    color: #000000; }
  article .graybox-normal h3 {
    margin-top: 0;
    color: #4A892A;
    font-size: 18px; }

article .graybox, article .pullquote {
  font-family: "proxima-nova", sans-serif;
  padding: 25px 25px 10px 25px;
  background-color: #E6E7E8;
  margin-bottom: 20px !important; }
  article .graybox h2, article .pullquote h2 {
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    margin-top: 0;
    color: #000000; }
  article .graybox p, article .pullquote p, article .graybox .subhead, article .pullquote .subhead, article .graybox .ad-subhead, article .pullquote .ad-subhead {
    font-family: "proxima-nova", sans-serif;
    padding-bottom: 7px; }
  article .graybox h1, article .pullquote h1 {
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    margin-top: 0;
    color: #4A892A; }

article .pullquote {
  padding-top: 10px !important;
  line-height: 32px;
  text-align: center;
  letter-spacing: .5px; }
  article .pullquote p, article .pullquote .subhead, article .pullquote .ad-subhead {
    line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 0px; }

article .ad-subhead {
  color: #A02843;
  font-size: 24px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold;
  margin-top: 10px;
  font-family: serif;
  line-height: 32px; }

article .tanbox, article .goldbox {
  font-family: "proxima-nova", sans-serif;
  padding: 25px 25px 10px 25px;
  background-color: #faf3dd;
  margin-bottom: 20px !important; }
  article .tanbox h2, article .goldbox h2 {
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    margin-top: 0;
    color: #000000; }
  article .tanbox .ad-subhead, article .goldbox .ad-subhead {
    color: #A02843;
    font-size: 24px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: bold;
    margin-top: 10px;
    font-family: serif;
    line-height: 32px; }

article h1 {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  margin-top: 0;
  color: #4A892A; }

article .goldbox {
  background-color: #dcc555; }

.goldbox {
  background-color: #dcc555; }

article#mailbag p, article#mailbag .subhead, article#mailbag .ad-subhead {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px; }

article#mailbag .question {
  background-color: #F0F7E9;
  padding: 10px 10px 0px 10px;
  font-style: normal; }
  article#mailbag .question span.no-style {
    text-decoration: none !important;
    font-style: normal !important; }

@media screen and (max-width: 979px) {
  .review {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .byline-review {
    padding-top: 15px !important; } }

@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; } }
