body {
  margin: 0;
  box-sizing: border-box;
  line-height: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  line-height: 1 !important;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  color: var(--mblue);
}

:root {
  --mblue: #04596a;
  --lblue: #01b1ca;
  --yellow: #f5cb4f !important;
  --pink: #db4187 !important;
  --mustard: #d7d36c;
  --lgreen: #00b2cc;
  scroll-behavior: smooth;
  line-height: 1 !important;
}

*[data-icon]:before {
  font-size: 25px;
  margin: 0 0.5rem;
  color: var(--lblue);
}

[data-icon='email']:before {
  content: '\00c0';
}

[data-icon='facebook']:before {
  content: '\00c1';
}

[data-icon='linkedIn']:before {
  content: '\00c2';
}

[data-icon='phone']:before {
  content: '\00c3';
}

[data-icon='location']:before {
  content: '\00c4';
}

[data-icon='mobile']:before {
  content: '\00c5';
}

[data-icon='logo']:before {
  content: '\00c6';
}

[data-icon='down']:before {
  content: '\00c7';
}

[data-icon='copyright']:before {
  content: '\00c8';
  color: #fff;
  margin: 2px;
  font-size: 17px;
}

[data-icon='menu-arrow']:before {
  content: '\00c9';
  font-size: 35px;
  color: #fff;
}


.header {
  padding-top: 74px;
  margin-bottom: 74px;
}

.header span {
  color: var(--lblue);
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}

.pageContainer {
  text-align: left;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--lblue);
}

.pageContainer:last-of-type {
  border-bottom: none;
}

#announcements {
  border-bottom: none;
}

@media (max-width: 992px) {
  .header span {
    font-size: 1.5rem;
  }

  .pageContainer {
    width: 90%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1rem !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}
