body {
  background: white;
  margin: 0px;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 4em;
  font-weight: bold;
}
h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 3em;
  font-weight: bold;
}
h3 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  font-weight: bold;
}
h4 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0px;
}
a {
  color: dodgerblue;
}
.container {
  width: 100%;
  max-width: 1100px;
  padding: 63px 20px;
  margin: 0px auto;
}
.min_width {
  min-width: 300px;
}
.min_height {
  min-height: 300px;
}
.box_shadow {
  box-shadow: 0px 0px 5px gainsboro;
}
.button1 {
  padding: 10px 20px;
  border-radius: 30px;
  background: linear-gradient(to right, dodgerblue, deepskyblue);
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.material-icons {
  font-size: 1em;
  display: block;
  width: auto;
  height: auto;
}
input,
select,
button,
[onclick],
[onmouseover] {
  cursor: pointer;
  font-family: "Onest", sans-serif;
  margin: 0px;
}
a:hover,
.hover:hover,
.button1:hover {
  opacity: 0.75;
  cursor: pointer;
}

/* NOT FROM GREGS EDITS */
.close-icon {
  cursor: pointer;
}

#content {
  max-width: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  width: auto !important;
}

.page {
  max-width: 100% !important;
  margin-top: -40px !important;
}
