@charset "UTF-8";
@font-face {
  font-family: "Open Sans-Regular";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  margin: 0;
}

body {
  font-family: "Open Sans-Regular";
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0;
}

a {
  color: #2f76ba;
}

.header {
  width: 100%;
  color: #333;
  background: linear-gradient(
    to right bottom,
    #f1f1f1 calc(50% - 1px),
    #fff 50%
  );
  background-size: 300%;
  padding: 3rem 0;
}

.header .fundimage {
  width: 10rem;
  position: absolute;
  right: 1.5rem;
  bottom: -1.5rem;
}

.header .fundimage img {
  border-radius: 50%;
  display: block;
  width: inherit;
}

h1 {
  margin: 0;
}

h1 span {
  font-size: 1.8rem;
  opacity: 0.75;
  display: block;
  margin-bottom: 0.5rem;
}

h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

h2,
h3,
h4 {
  color: #2f76ba;
  page-break-after: avoid;
}

p {
  font-family: "Open Sans";
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.25;
}

caption {
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0.7rem;
  font-style: italic;
}

table {
  font-family: "Open Sans";
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #f1f1f1;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

tr:nth-child(2n + 1) td {
  background-color: #f6f6f6;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
thead th,
tbody th {
  background: #eee;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

tbody tr:last-child th {
  border-bottom: 0;
}

th {
  text-align: left;
  padding: 1rem;
  font-weight: 500;
}

td {
  padding: 1rem;
  vertical-align: top;
}

.risk-indicator {
  float: left;
  margin-right: 1.5rem;
}

.risk-indicator img {
  width: 40rem;
}

strong {
  color: #2f76ba;
}

#scenario_table,
#cost_table,
#table_subscription_cost,
#table_running_cost,
#table_extra_cost {
  page-break-inside: avoid;
}

.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

@media print {
  html {
    font-size: 8px;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  @page {
    size: A4;
  }
}
