@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');


body {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";	
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
a:hover img {
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
h1 {
  font-family: "Open Sans Condensed", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24pt;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10pt;
  color: #000;
}
h2 {
  font-family: "Open Sans Condensed", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 18pt;
  margin-bottom: 10pt;
  color: #000;
}
h3 {
  font-family: "Open Sans Condensed", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 13pt;
  margin-bottom: 10pt;
  color: #000;
}
h4 {
  font-family: "Open Sans Condensed", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 11pt;
  margin-bottom: 10pt;
  color: #000;
}
p {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";	
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 0;
  font-size: 12pt;
  color: #4f4f4f;
  text-align: justify;
}
ul {
  padding-left: 18pt;
  margin-bottom: 20px;
}
li {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";	
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12pt;
  list-style: disc;
  color: #4f4f4f;
  margin-bottom: 10pt;
}
a, a:visited {
  color: #0062bf;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.smaller {
  font-size: medium;
}