html {
  background-color: #F8FAF9 !important;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1em;
}

ol {
  text-align: left;
  font-size: 1.10em;
}
.no-list > li {
  list-style-type: none;
}

ol > li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.37em;
  padding-left: 2em;
  font-size: 1em;
}


a {
  text-decoration: underline !important;
}

/*iframe {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}*/
.main {
    max-width: 800px;
}
.section {
  height: 100vh;
}
.container {
  color: #F8FAF9 !important;
}
.middle {
  text-align: center;
  padding-top: 33vh;
}
.is-as {
  background-color: #F8FAF9 !important;
}
.subtext {
    margin: 20px 0 0 0;
    font-size: 1.10em;
    text-align: left;
}

.report {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-top: 30px;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.as-title {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 30px !important;
  color: #161E59 !important;
}
.as-subtitle {
  color: #161E59 !important;
}
.footer1 {
 background-color: #154ee3ff !important;
 padding: 13.37px 0;
}
.footer2 {
 background-color: #154ee3ff !important;
 padding: 10px 10px;
 font-size: 0.8rem;
}
.footer-link{
  text-decoration: underline;
}
.center {
  text-align: center;
}
.clearfix {
  clear:both;
}
.user {
  margin: 5px 0;
}
.avatar {
    width: 40px;
    height: 40px;
    float: left;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}
.name {
  float: left;
  margin-left: 10px;
  padding-top: 10px;
  font-size: 1.02rem;
}

.button {
  background-color: #161E59;
  color: #ffffff;
  border-color: #ffffff;
  font-size: 1em;
}

.card {
  background-color: #F8FAF9 !important;
  border-color: #F8FAF9 !important;
  color: #F8FAF9 !important;
  box-shadow: #F8FAF9 !important;
}