/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');*/
/* Normal Arrow, injects an array as a character so that it will appear rght after the text */
body.subpage {
  background: #FAFAFA;
}
body.subpage main {
  padding-bottom: 120px;
}
body.subpage .subpage-body {
  display: flex;
  flex-direction: row;
  /*column-gap: 120px;*/
}
body.subpage .subpage-body .main-content {
  max-width: 100%;
  min-width: 0; /* Required to keep flex items from overflowing continer! */
}