@charset "utf-8";

.logo {
  padding: 48px 0 8px;
  max-width: 300px;
  margin: 0 auto;
}

.logo img {
  width: 100%;
}

h1 {
  color: #1f3864;
  font-size: 24px;
  text-align: center;
}

h2 {
  color: #1f3864;
}

.sub-title {
  color: #999999;
  text-align: center;
  font-size: 14px;
}

.last-updated {
  color: #999999;
  text-align: end;
  font-size: 12px;
}

.spacer-line {
  margin: 24px 0;
  background: #dddddd;
  width: 100%;
  height: 1px;
}

.text-box {

}

.text {
  font-size: 14px;
}

.indented {
  margin-left: 14px;
}

.indented-both {
  margin-left: 14px;
  margin-right: 14px;
}

.highlight-box {
  background: #f5f5f5;
  padding: 14px;
}

.accent {
  font-weight: bold;
  color: #1f3864;
}

ul {
  padding-left: 14px;
}

li {
  display: flex;
}

.text-annotation {
  background: #f5f5f5;
  font-size: 12px;
}

.spacer-ssss {
  padding-bottom: 4px;
}

.spacer-sss {
  padding-bottom: 8px;
}

.spacer-s {
  padding-bottom: 16px;
}

.heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.heading-decorator {
  width: 4px;
  height: 21px;
  background: #1f3864;
}

.bold {
  font-weight: bold;
}

@media (min-width: 700px) {
  .phone-number-break {
    display: none;
  }
}

@media (min-width: 600px) {
  .address-break {
    display: none;
  }
}

@media (min-width: 500px) {
  .address-break2 {
    display: none;
  }
}

table {
  border: 1px solid #dddddd;
}

th, td {
  border: 1px solid #dddddd;
}

table {
  /* margin: 48px auto 0; */
  margin: 0 auto;
  width: 620px;
}

th {
  background-color: #efefef;
  padding: 12px;
  text-align: start;
  white-space: nowrap;
  font-size: 14px;
  width: 120px;
  vertical-align: middle;
}

td {
  padding: 12px;
  font-size: 14px;
  width: 500px;
}

.affiliated-company {
  text-decoration: underline;
  color: -webkit-link;
}

.bottom-line {
  margin-bottom: 0;
}

.copy {
  color: #999999;
  text-align: center;
  padding: 48px 0;
  font-size: 12px;
}