html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", Arial, sans-serif !important;
}

#menu span.mainitem a {
  text-align: left;
}

#sitebody {
  margin-top: 0px;
}

#locationbar {
  position: relative;
  z-index: 300;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
#locationbar a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 11pt;
}

#header {
  padding-bottom: 25px;
}

.highlights {
  max-width: 1400px;
  margin: 30px 130px;
  border-bottom: 1px solid #1B202D;
}
@media (min-width: 1600px) {
  .highlights {
    margin: 30px auto;
  }
}
@media (max-width: 1355px) {
  .highlights {
    margin: 30px 80px;
  }
}
@media (max-width: 863px) {
  .highlights {
    margin: 30px;
  }
}
.highlights h2 {
  color: #105F8F;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.highlights p {
  color: #222934;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}
.highlights h3 {
  color: #222934;
  padding: 15px 0px 5px 0px;
  font-family: Inter;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.highlights a p {
  color: #007FF2;
  margin: 0px 0px 5px 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
}
.highlights h4 {
  color: #105F8F;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.highlights .move_up {
  margin-top: -15px;
}
.highlights ul {
  margin-left: -25px;
}
.highlights ul li {
  list-style-type: circle;
}
.highlights :target {
  padding-top: 0px;
}
@media (max-width: 1214px) {
  .highlights .three_row {
    display: none;
  }
}
.highlights .two_row {
  display: none;
}
@media (max-width: 1214px) {
  .highlights .two_row {
    display: flex;
  }
}

#ten {
  border-bottom: none;
}/*# sourceMappingURL=releases.css.map */