@import "vendor/flexboxgrid.css";
.copy-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-1-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.copy-2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-2-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.copy-3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-3-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.title-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-2-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: bold;
}

.title-3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-3-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  font-weight: bold;
}

.display-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0px;
  font-weight: normal;
}

.display-1-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0px;
  font-weight: bold;
}

.title-element {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #4A4A4A;
  margin: 0px;
  padding-left: 5px;
}

ul {
  margin: 0;
  padding-left: 20px;
  list-style: none outside none;
}

li .dir-td {
  padding: 0;
}
li {
  padding: 20px 0 0;
}

p {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
}

.content-container a:hover {
  text-decoration: underline;
}
.content-container {
  margin-left: 70px;
  margin-top: 30px;
}
.content-container li {
  padding-left: 0;
  padding-right: 0;
}

.title-text {
  margin-bottom: 0;
  margin-top: 0;
  color: #4A4A4A;
}

.directory-row {
  padding: 20px 0 0;
  color: #5986DC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.directory-row-wrap {
  white-space: normal;
}

.pagination {
  margin-top: 44px;
}

.table-line {
  border: solid 1px #efedec;
  margin: 50px 0;
}

@media (min-width: 0) and (max-width: 599px) {
  .content-container {
    margin: 0 25px;
  }
  .table-line {
    margin: 30px 0;
  }
}
