* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
div > img {
  width: 250px;
}

/* NAV */

main > nav {
  position: sticky;
  top: 2rem;
  align-self: start;
}

/* ACTIVE STYLING */

.section-nav li.active > a {
  color: #333;
  font-weight: 500;
}

/* SIDE NAV */

.section-nav {
  padding-left: 0;
  border-left: 1px solid #efefef;
}
.section-nav a {
  text-decoration: none;
  display: block;
  padding: 0.125rem 0;
  color: #ccc;
  transition: all 50ms ease-in-out;
}
.section-nav a:hover,
.section-nav a:focus {
  color: #666;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin-left: 1rem;
}
h1 {
  font-weight: 300;
}

/* PAGE COLUMNS */

main {
  display: grid;
  grid-template-columns: 1fr 20em;
  /* max-width: 100em;
  width: 100%; */
  margin: 0 auto;
}

.left-col {
  padding: 0 15px;
}

/* BUTTON STYLES */

#button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.125em;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: n-resize;
  padding: 15px;
  border-radius: 4px;
}
#button:hover span {
  display: none;
}
#button:hover::before {
  content: "Going up?";
}

/* MISCELLANEOUS STYLINGS */

.subtitle {
  margin-bottom: -0.75em;
}
section,
.note {
  padding-bottom: 5em;
}
.ultext {
  text-decoration: underline;
}
.note {
  font-size: 0.8em;
}
.title {
  margin-bottom: -10px;
}
.bullets {
  list-style-type: square;
  list-style-position: inside;
}
.bullets-alpha {
  list-style-type: lower-alpha;
  list-style-position: inside;
}
.bullets-alpha,
.bullets-decimal {
  counter-reset: list;
}
.bullets-alpha > li,
.bullets-decimal > li {
  list-style: none;
  position: relative;
}
.bullets-alpha > li:before,
.bullets-decimal > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
}
.reg-bullet {
  list-style-type: decimal;
  list-style-position: inside;
}
.hrule {
  width: 90%;
}
#footnote,
.footnote {
  font-size: 0.8em;
}
address {
  padding-bottom: 2em;
}
.address {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.roman {
  list-style-type: lower-roman;
  padding-left: 1.5em;
}

.yos-main {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1%;
}
.yos {
  padding: 2px;
}
.yos-p1 {
  float: left;
}
.yos-p2::before {
  content: ". . . . . . . . . . . . . . . . .";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.yos-p22::before {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . .";
}

/* ACKNOWLEDGEMENT SIGNATURES */

.sign-hr {
  margin-top: 5em;
  border: 1px solid black;
  width: 75%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: black;
  display: block;
  border-color: black;
  margin-right: 100%;
}
.sign-box {
  width: 75%;
  height: 3em;
}
.sign-start {
  margin-top: 5px;
  margin-bottom: 3em;
}
.initial-box,
.initial-hr {
  width: 25%;
}
.emp-sig {
  display: none;
}
.print-btn {
  width: 400px;
  border: 2px black solid;
  margin-bottom: 20px;
  padding: 0 10px 5px 10px;
  text-align: center;
  white-space: nowrap;
  font-size: 0.8em;
}
.print-btn button {
  background: #273b7b;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 2em;
  cursor: pointer;
}
.pto-block {
  padding-right: 10px;
  text-decoration: underline;
}
.pto-block2 {
  padding-right: 51px;
  text-decoration: underline;
}

.enroll {
  width: 150px;
  height: 50px;
}