@page {
  margin: 2cm;
}
body {
  background: white;
  font-size: 12pt;
}

a:link,
a:visited {
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

#content a:link:after,
#content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.ms-section-quotes {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000;
  max-width: 778px;
  margin: 0 auto;
}

.ms-section-quotes-text-1 {
  color: #000;
  font-size: 15pt;
  margin-bottom: 10px;
}

.ms-section-quotes-text-2 {
  color: #000;
  font-size: 12pt;
}

.menu_wrapper,
.navbar-toggler,
.wp-block-embed,
.widgets_wrapper .container,
.ms-signup-form,
.ms-linkto-back,
.podcast-section,
.cap-wrap-menu,
.cap-wrap-footer,
.cap-wrap-sharing,
.ms-report-thumb,
.mfn-header-login,
.ms-wrap-zeroes-heroes-sharing,
.ms-wrap-scorer-sharing,
.ms-wrap-sharing,
.ms-wrap-sharing {
  display: none !important;
}

.ms-inner-jumbotron-report {
  background-image: none !important;
}

.ms-date-report {
  margin-bottom: 20px;
  color: #000;
}

.ms-inner-jumbotron-desc,
.ms-report-content,
.ms-featured-report,
.ms-jumbotron-desc,
.ms-heading-h1 {
  padding: 0;
  margin: 0;
}

.ms-featured-report {
  background: transparent !important;
}

.ms-heading-h1 {
  font-size: 20pt;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ms-heading-h2 {
  font-size: 12pt;
  line-height: 1;
  color: #000;
}

.ms-jumbotron-desc .ms-linkto-back {
  padding: 0;
  margin: 0;
}

.ms-jumbotron-desc .ms-linkto-back a {
  font-size: 14px;
  line-height: 14px;
}

.ms-jumbotron-desc .ms-linkto-back a:hover {
  text-decoration: underline;
}

.ms-inner-featured-report p {
  font-size: 13pt;
  margin-bottom: 20px;
  line-height: 1.5;
}

.ms-inner-report-content h3 {
  font-size: 13pt;
  margin: 0 0 5px;
}

.ms-inner-report-content p {
  font-size: 12pt;
}

.ms-inner-jumbotron-report {
  display: block !important;
}

.ms-jumbotron-desc {
  width: 100%;
}

#Footer {
  background: transparent !important;
  border-top: 0 none;
}

.cap-logo img {
  display: block;
  margin: 0 auto;
}

.cap-wrap-header {
  display: block;
  margin: 0 auto 20px auto;
  padding: 0;
}

#Top_bar .logo {
  float: none;
  margin: 0 auto;
}

#Top_bar #logo {
  margin: 0 auto;
}

.the_content_wrapper {
  padding-top: 0px !important;
}

@media (max-width: 900px) {
  .ms-jumbotron-desc .ms-date-report {
    margin-bottom: 0;
  }
  .ms-jumbotron-desc {
    background: #fff !important;
  }
  .ms-jumbotron-desc .ms-date-report {
    color: #000 !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #Top_bar .logo {
    float: none;
    margin: 0 auto 50px auto;
  }
  #Top_bar #logo {
    margin: 0 auto;
  }
  #Top_bar .logo #logo {
    margin: 0;
    text-align: center;
    max-width: 100%;
  }
}