/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== EQ colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
/* ===== Screen sizes ===== */
/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== EQ colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
/* ===== Screen sizes ===== */
body {
  color: #3c3c3b;
}

h1,
h2,
h3,
h4 {
  text-transform: inherit;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
}

h1 {
  font-size: 2.6rem;
  padding: 1rem;
  color: #ffffff;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #352e87;
}

h3 {
  font-size: 1.3333333333rem;
  line-height: 1.3333333333;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

ol li {
  list-style: none;
}

li {
  font-size: 1rem;
  line-height: 1.6;
}
li a {
  text-decoration: underline;
}

p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}
p a {
  text-decoration: underline;
}

html,
body {
  height: 100%;
}

.btn-primary, .btn-secondary {
  padding: 9px 24px;
  font-weight: 600;
  border-radius: 2px;
}

.btn-primary {
  background-color: #352e87;
  border: 1px solid #352e87;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #352e87;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #3c3c3b;
  color: #3c3c3b;
}
.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
  color: #3c3c3b;
}

.header {
  margin: 0;
}

.headerImage {
  height: 4rem;
  width: 4rem !important;
  margin: 1rem 0rem 1rem 1rem;
  margin-left: 2.5rem;
}

.masthead {
  background-image: url("img/eq-insight-hero-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 6rem;
  margin-bottom: 3rem;
}
.masthead.masthead-text-inner h1 {
  margin-bottom: 0.5rem;
}
.masthead.masthead-text-inner button {
  margin: 0.5rem 0;
}

@media screen and (max-width: 1200px) {
  .masthead {
    background-image: none;
    background-color: #0B4A50;
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .masthead {
    padding: 6rem;
  }
}
@media screen and (min-width: 1440px) {
  .masthead {
    padding: 13rem;
  }
  .container {
    max-width: 1140px;
  }
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

footer {
  background-color: #4d4d4d;
  color: #ffffff;
  padding: 2rem 2rem;
  margin: 0;
}
footer p {
  background-color: #4d4d4d;
  width: 100%;
  margin: 0;
  font-size: 0.75rem;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}