@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("https://cdn5.onboard.org/assets/my-arbor/fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  src: url("https://cdn5.onboard.org/assets/my-arbor/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("https://cdn5.onboard.org/assets/my-arbor/fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}


:root {
  font-size: 5px !important;
}

@media (min-width: 768px) {
  :root {
    font-size: 6px !important;
  }
}

@media (min-width: 992px) {
  :root {
    font-size: 8px !important;
  }
}

@media (min-width: 1024px) {
  :root {
    font-size: 8px !important;
  }
}

@media (min-width: 1440px) {
  :root {
    font-size: 10px !important;
  }
}

@media (min-width: 1920px) {
  :root {
    font-size: 10px !important;
  }
}


a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
}

#filter-box {
  display: none;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #1e3c41;
}

.ob-button {
  margin-right: 7.5rem;
  font-size: 2.5rem;
  line-height: 180%;
  letter-spacing: 0em;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  padding-bottom: 1.5rem;
  margin-bottom: -2px;
  transition: 200ms;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 3px solid transparent;
  color: rgba(30, 60, 65, 0.4);
}

.ob-button.is-checked {
  border-color: #1e3c41;
  color: #1e3c41;
}

.ob-button:hover {
  color: #1e3c41;
}

.select-container {
  display: flex;
  justify-content: center;
  margin: 0 20px 20px 20px;
}

#select-filter-box {
  width: 100%;
  height: 35px;
  border: none;
  padding-left: 10px;
  box-shadow: rgba(61, 61, 61, 0.1) 0px 0px 0px 1px inset;
}

@media (min-width: 595px) {
  #select-filter-box {
    display: none;
  }

  #filter-box {
    display: flex;
  }
}