@font-face {
  font-family:'Open Sans';
  src:url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family:'Open Sans';
  font-style:italic;
  src:url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

body{
  background: #ffffff;
  margin: 0;
}

#content {
  font: 1em/1.5 'Open Sans', sans-serif;
  letter-spacing: 0.04em;
  color: #5f6062;
  text-align: left;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

p, li {
  margin: 0 0 1em 0;
}

.topbar {
  padding: 12px 0;
  background-color: #f8f8f8;
}

.topbar .enfr {
  margin: 0 auto;
  max-width: 1200px;
  text-align: right;
}

.topbar .enfr p {
  margin: 0;
  font-size: 1em;
}

.logo-banner {
  margin: 0 auto;
  padding: 36px 60px;
  max-width: 1200px;
}

.bhlogo {
  max-height: 180px;
}

.banner {
  background: center repeat-x url('../images/header-background.svg');
  padding: 60px;
}

.banner h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1.25;
  color: #F2A83A;
  padding-bottom: 12px;
}

.main {
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  max-width: 1200px;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: #04BBBB;
}

a:hover, a:visited {
  color: #027373;
}

h3 {
  margin-top: 2em;
  padding: 0.5em 0;
  clear: both;
  font-size: 1.5em;
  font-weight: 600;
}

ul {
  padding: 0 0 0 1.1em;
  margin-top: 0;
}

ul > li {
  margin-bottom: 0.5em;
}

ol.letter-list {
    counter-reset: list;
}
ol.letter-list > li {
    list-style: none;
    position: relative;
}
ol.letter-list > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

.hilite {
  background-color: #f8f8f8;
  padding: 48px 60px;
}

.hilite h3 {
  margin-top: 0;
}

p.note {
  color: #F2A83A;
}

.buttonrow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0;
}

.buttonrow a {
  min-width: 228px;
  height: 50px;
  display: inline-flex;
  padding: 0 30px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background-color .25s ease;
  background-color: #04BBBB;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}

.buttonrow a:hover, .buttonrow a:visited {
  background-color: #027373;
}

footer {
  background-color: #027373;
  grid-area: footer;
  color: #ffffff;
  min-height: 60px;
}

footer a {
  color: #ffffff;
}


@media only screen and (max-width: 550px) {

}
