#container-pdf {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media print {
  #container-pdf {
    position: static;
  }
}

#container-pdf iframe {
  width: 100%;
  height: 100%;
  border: none;
}

rm-html-pdf {
  display: none;
}
rm-html-pdf .content-height-div {
  height: 590pt;
}
rm-html-pdf * {
  font-size: 11pt;
  font-family: scotia;
  font-weight: 300;
  box-sizing: border-box;
}
rm-html-pdf h1 {
  font-size: 20px;
  /*        line-height: 42px;*/
  color: black;
  letter-spacing: -0.5;
  font-weight: bold;
}
rm-html-pdf .date {
  font-size: 11px;
  font-weight: bold;
  color: #4d4d4d;
}
rm-html-pdf .page-number {
  font-size: 11px;
}
rm-html-pdf .disclaimer {
  width: 80%;
}
rm-html-pdf body {
  font-family: scotia;
}
rm-html-pdf div {
  /*border: solid 1px red;*/
}
rm-html-pdf img {
  display: none;
}
rm-html-pdf .whole-page-wrapper {
  padding: 15px;
  margin: 0;
}
rm-html-pdf .page-header {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 176px;
  position: relative;
}
rm-html-pdf .page-header .red-bar {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  padding-bottom: 5px;
  background-color: #ea1d25;
}
rm-html-pdf .page-header .header {
  width: 100%;
  display: inline-block;
  height: 176px;
  background-color: #333333;
}
rm-html-pdf .page-header .header .header-left {
  color: white;
  text-align: center;
  background-color: #333333;
  display: inline-block;
  width: 100%;
  height: 176px;
  padding: 20px 0;
  float: left;
}
rm-html-pdf .page-header .header .header-left img {
  display: inline-block;
  width: 110px;
}
rm-html-pdf .page-header .header .header-right {
  width: 100%;
  display: block;
}
rm-html-pdf .page-header .header .header-right #banner-img {
  display: block;
  width: 467px;
  margin-left: -40px;
  margin-top: -34px;
}
rm-html-pdf .page-header .logo {
  vertical-align: middle;
  padding-top: 0px;
}
rm-html-pdf .page-header .logo img {
  display: inline-block;
  width: 100%;
}
rm-html-pdf .page-header h1 {
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
rm-html-pdf .page-header .date {
  display: block;
  text-align: center;
  color: white;
  font-size: 13px;
  margin-top: 0px;
  padding-top: 5px;
  font-weight: 100;
}
rm-html-pdf .page-header .red-line {
  width: 100%;
  border: 1px solid #e1251b;
  margin-top: 30px;
}
rm-html-pdf .cap {
  text-transform: uppercase;
}
rm-html-pdf .banner-callout {
  margin-top: 20px;
}
rm-html-pdf .banner-callout div {
  text-align: center;
  margin: 5px 0;
}
rm-html-pdf .important-info .sub-title {
  font-size: 15px;
}
rm-html-pdf .important-info .value {
  font-size: 15px;
}
rm-html-pdf .based-on-answers-callout .callout {
  margin-top: -20px;
}
rm-html-pdf .header {
  display: block;
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  background-color: white;
  padding-right: 50px;
}
rm-html-pdf .header.space-above {
  margin-top: 5px;
}
rm-html-pdf .grey-line {
  width: 100%;
  border: 1px solid #bababa;
  margin-top: 20px;
  margin-bottom: 20px;
}
rm-html-pdf .footer {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
rm-html-pdf .footer .red-line {
  width: 100%;
  border: 1px solid #e1251b;
}
rm-html-pdf .footer .page-number {
  padding-top: 15px;
}
rm-html-pdf .footer .page-number pdf-field {
  font-size: 12px;
}
rm-html-pdf .triangle-img {
  width: 9px;
  height: 11px;
  display: inline-block;
}
rm-html-pdf .spacer {
  height: 24px;
}
rm-html-pdf .spacer-small {
  height: 12px;
}
rm-html-pdf .spacer-large {
  height: 72px;
}
rm-html-pdf .bold {
  font-weight: bold;
}
rm-html-pdf .section-header {
  margin-top: 10px;
}
rm-html-pdf .item {
  border: 1px solid #bababa;
  height: 190px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 20px;
}
rm-html-pdf .item .item-img {
  width: 193px;
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
rm-html-pdf .item .article_title {
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}
rm-html-pdf .speak-with-advisor {
  font-size: 15px;
  line-height: 1.5;
}
rm-html-pdf .red-line-short {
  width: 100%;
  border: 2px solid #e1251b;
}
rm-html-pdf .space-below {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*# sourceMappingURL=pdf-main.css.map */