/* the default styles for the document */
@import url("https://use.typekit.net/lut1sqo.css");
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-family: serenity, sans-serif;
  font-size: 120%;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
  font-variant: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  text-align: left;
}
ul.a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 780px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0em;
}
ul.b {
  list-style-type: none;
  text-align: left;
  margin-left: 0px;
  padding-left: 0px;
  text-indent: 0px;
}
ul.b li {
  font-size: 100%;
  font-weight: 700;
}
ul.c {
  list-style-type: none;
  text-align: left;
  margin-left: 0px;
  padding-left: 0px;
  text-indent: 20px;
}
ul.c li {
  font-size: 90%;
  font-weight: 700;
}
ul.d {
  list-style-type: none;
  text-align: left;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
}
ul.d li {
  font-size: 100%;
  font-weight: 300;
}
/* Dropdown Button */
.dropbtn {
  background-color: white;
  padding: 0px;
  border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: white;
}
.tooltip-blue {
  --balloon-color: DodgerBlue;
}
.accordion {
  background-color: white;
  color: #1778f2;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 120%;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #4add98;
}
.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
section img {
  width: 100%;
  max-width: 780px;
  margin-top: 0em;
  margin-bottom: 0em;
}
h1 {
  font-size: 150%;
  font-weight: 700;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 10px;
  padding-right: 10px;
}
h2 {
  font-size: 120%;
  font-weight: 600;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 10px;
  padding-right: 10px;
}
h3 {
  font-size: 105%;
  font-weight: 500;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 3em;
  padding-left: 10px;
  padding-right: 10px;
}
h4 {
  font-size: 110%;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0em;
  padding-left: 0px;
  padding-right: 0px;
}
h5 {
  font-size: 110%;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0em;
  padding-left: 10px;
  padding-right: 10px;
}
h6 {
  font-size: 200%;
  font-weight: 900;
  text-align: center;
  line-height: 105%;
  margin-top: 2.25em;
  margin-bottom: .5em;
  padding-left: 10px;
  padding-right: 10px;
}
p {
  font-weight: 300;
  line-height: 140%;
  word-spacing: .05em;
  letter-spacing: .005em;
  margin-top: 0em;
  margin-bottom: .5em;
  padding-left: 10px;
  padding-right: 10px;
}