body {overflow: auto !important;}
/* FONT STYLING */
html, body {
  font-family: 'Noto sans', sans-serif;
  font-style: normal;
}
h1 {
  font-family: 'Noto sans', sans-serif;
  color: #000000;
  font-size: 28px;
  font-style: normal;
  text-transform: none !important;
}
h2 {
  font-family: 'Noto sans', sans-serif;
  color: #000000;
  font-size: 24px;
  font-style: normal;
  text-transform: none !important;
}
h3 {
  font-family: 'Noto sans', sans-serif;
  color: #000000;
  font-size: 20px;
  font-style: normal;
}
p {
  font-family: 'Noto sans', sans-serif;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.2;
}
ul > li,
ol > li {
  font-size: 1rem;
  line-height: 1.15rem;
  padding-bottom: 6px;
  list-style-position: outside;
}
a {
  font-family: 'Noto sans', sans-serif;
  color: #00689d;
  font-style: normal;
}
hr {
  height: 2px;
  color: #f3f3f3;
  background-color: #f3f3f3;
  border: none;
}

/* FOOTER */
/* Remove to show footer */
footer {
  display: none;
}
.main-view.footer-padding, .editor-home-page.footer-padding {
  padding-bottom: 0px;
}
/* Remove to show 'add to calendar' footer links */
.add-to-calendar {
 display: none !important;
}

/* CSS FOR INDIVIDUAL PAGES */
.home-custom-css h3 {
  font-family: 'Noto sans', sans-serif;
  color: #000000;
  font-size: 20px;
  font-style: normal;
}