/**
 * @file
 * Typography Styles
 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1.page-title {
  display: none;
}

/* ===== HEADINGS (GLOBAL) ===== */
h1,
h2,
h3,
h4 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
}

h2 {
  position: relative;
  font-size: 46px;
  font-weight: 400;
  color: #000000;
  line-height: 3rem;
  margin: 0 0 1rem 0;
  letter-spacing: -0.1rem;
}

h2 .green {
  color: #69951c;
}

h2 u {
  position: relative;
  text-decoration: none;
}

h2 u::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #69951c;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

/* ===== GENERAL ELEMENTS ===== */
p {
  margin: 0 0 1rem 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0 0 1rem 1rem;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/* ===== GENERAL LISTS ===== */
.main-content .left-column ul,
.main-content .left-column ol {
  position: relative;
}

.main-content .left-column ul li,
.main-content .left-column ol li {
  line-height: 24px;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1rem;
}

.main-content .left-column ul li {
  list-style: none;
  background-image: url("../../images/list-arrow-right.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: -3px 1px;
}
