:root {
  --primary-color: #03429F;
  --light-color: #F1F5F9;
  --gray: #F6F6F6;
  --text-dark: #3D3D3D;
}

body {
  background-color: white;
  font-size: 18px;
}

.region-content a:not(.filled-col),
main a:not(.filled-col) {
  text-decoration: underline;
}

h1 {
  color: var(--text-dark);
  font-size: 4rem;
  font-weight: normal;
}

h2 {
  color: var(--text-dark);
  font-size: 3rem;
}

h3 {
  color: var(--text-dark);
  font-size: 2rem;
  font-weight: normal;
}

h4, h4 a {
  color: var(--text-dark);
}

ul {
  list-style-type: disc;
}

ul.menu a.is-active {
  background-color: unset;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #e6e6e6;
}

table th, thead th {
  background-color: var(--primary-color);
  color: #FFFFFF;
  padding: 23px 20px !important;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px !important;
  border: 1px solid #e6e6e6;
}

tbody td {
  padding: 25px 20px !important;
  font-size: 16px;
  line-height: 27px !important;
  color: #414141;
  border: 1px solid #e6e6e6;
}

tbody tr:nth-child(even) {
  background-color: #fff;
}

tbody td ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

tbody td ul li {
  line-height: 28px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

tbody td ul li:last-child {
  margin-bottom: 0;
}

tbody td ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background-image: url('../images/checkmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.bordered {
  border: 1px solid #d9d9d9;
  background-color: #fefefe;
  padding: 17px 27px;
  margin-bottom: 14px;
  display: block;
}

.bordered a {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  display: block;
  margin-bottom: 8px;
}

ul.menu li.menu-item--collapsed > a::before {
  display: none;
}
