* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: overpass, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.screen {
  width: 1920px;
  height: 1080px;
  background-color: #fff;
  margin: 0px auto;
}

header {
  background-color: #007a53;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
header .page-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .page-title h1 {
  font-size: 3.5rem;
  font-style: italic;
  padding-top: 15px;
}
header .page-title h2 {
  font-size: 1rem;
  font-style: italic;
}
header .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
header .logo img {
  display: inline-block;
  width: 300px;
  height: auto;
}

main {
  padding: 60px 30px 30px 30px;
}
main h3 {
  font-size: 2.5rem;
  color: #007a53;
  margin: 0 0 30px 20px;
}
main table {
  table-layout: fixed;
  line-height: normal;
}
main table thead {
  font-size: 1.5em;
}
main table thead th {
  background-color: #000;
  color: #fff;
  padding: 20px;
}
main table thead th:first-child {
  width: 30%;
}
main table thead th a {
  color: #fff;
}
main table thead th:first-child {
  border-radius: 20px 0 0 5px;
}
main table thead th:last-child {
  border-radius: 0 5px 20px 0;
}
main table thead th:nth-child(n+2) {
  border-left: 1px solid #000;
}
main table tbody td {
  padding: 10px 20px;
  text-align: center;
  font-size: 1.5rem;
}
main table tbody tr:nth-child(even) {
  background-color: #ccc;
  background: -webkit-gradient(linear, left top, right top, from(#cccccc), to(#e8e7e7));
  background: linear-gradient(90deg, #cccccc, #e8e7e7);
}
main .disclosures {
  margin: 20px auto;
  padding: 0 20px;
  font-size: 1.1rem;
}
main .disclosures + h3 {
  margin-top: 60px;
}

.additional-content {
  text-align: center;
}
.additional-content p {
  background: -webkit-gradient(linear, left top, right top, from(#ffc72c), to(#ffcd00));
  background: linear-gradient(90deg, #ffc72c, #ffcd00);
  display: inline-block;
  padding: 30px 50px;
  font-size: 1.5rem;
  border-radius: 20px 5px 20px 5px;
  margin-top: 20px;
  color: #034638;
}
.additional-content p a {
  color: #034638;
}

.ncua {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 60px;
}
.ncua a {
  color: #000;
}

footer {
  margin: 0 20px;
  padding: 30px;
}

.separator {
  margin: 0 20px;
}

.leaf-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
}
.leaf-separator .leaf {
  background-image: url(https://www.ttcu.com/ResourcePackages/Custom/assets/images/leaf-icon-dark.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  width: 40px;
  height: 25px;
}
.leaf-separator::before, .leaf-separator::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #000;
}
/*# sourceMappingURL=styles.css.map */