/* - - global - */
h1,
h2,
h3,
h4 {
  margin-bottom: 0;
}
:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid,
.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid {
  background-color: #0073B1;
  padding: 5px;
}
.homepage h1 span {
  color: #BFBFC0;
}
.homepage h1 span em {
  color: #1E8FD4;
  font-style: normal;
}
.homepage h1 span strong {
  color: #EE943E;
  font-weight: 900;
}
#page ul[data-rte-list] {
  padding-left: 1.3rem !important;
}
#page ul[data-rte-list] li p:before {
  content: "●" !important;
}
#page ol {
  padding-left: 1.2rem !important;
}
#page ol li p:before {
  margin-right: 3px;
}
#footer-sections > section:nth-child(2) a {
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  line-height: 1.3em;
  transition: all 0.2s ease-in-out;
}
#footer-sections > section:nth-child(2) a:hover {
  border-bottom: 1px solid #fff;
}
