#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  width: 100% !important;
  height: auto !important;
}

#imageContainer {
  position: relative;
  width: 100%;
  margin-top: 0px !important;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 70px;
}

.image {
  width: 100%;
  position: relative;
  margin-left: 0px !important;
  height: auto !important;
  text-align: center;
}

.infoContainer {
  position: relative;
  width: 75%;
  margin: auto;
  margin-bottom: 108px;
  color: #000000;
  margin-bottom: 5%;
}

.textColumn {
  position: relative;
  width: 90%;
  height: auto;
  /* float: left; */
  margin: auto;
  /* margin: 0% 5% 0% 5%; */
  font-weight: 300;
  /* font-size: 20px; */
  /* line-height: 29px; */
  /* font-weight: 300; */
  /* font-size: 16px; */
  /* line-height: 19px; */
  margin-bottom: 50px;
  letter-spacing: 0.004em;
  font-size: 16px;
  line-height: 23px;
  color: #404040;
}
.columnContainer {
  float: left;
  width: 50%;
}

.textColumn span {
  font-weight: 600;
}

.readMore {
  font-style: italic;
  text-decoration-line: underline;
  cursor: pointer;
}

.tableTitle {
  position: relative;
  width: 51%;
  height: auto;
  float: left;
  /* margin: 0% 10% 0% 5%; */
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
}

.tableContainer {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 5% 0% 5% 0%;
  float: left;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

thead th {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.table {
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4rem;
  color: #212529;
  border-color: #dee2e6;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
  line-height: 20px;
}

th {
  text-align: -webkit-match-parent;
}

.column1 {
  width: 15%;
}

.column2 {
  width: 30%;
}

.column3 {
  width: 10%;
}

.column4 {
  width: 15%;
}

.column5 {
  width: 20%;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  #content {
    min-width: 0px;
  }
}

@media screen and (max-width: 768px) {
  .infoContainer {
    float: left;
    width: 100%;
  }
  .columnContainer {
    float: left;
    width: 100%;
  }
  .textColumn {
    width: 80%;
    float: none;
    position: relative;
    left: 0;
    margin: auto;
    margin-bottom: 37px;
  }
  .tableTitle {
    position: relative;
    width: 80%;
  }
  #imageContainer {
    margin-bottom: 30px;
  }
  .textLink {
    font-weight: 300;
    margin-bottom: 30px;
    width: 81%;
    margin: auto;
    color: #404040;
    font-size: 16px;
    position: relative;
    line-height: 23px;
    height: 100px;
    overflow: hidden;
    letter-spacing: 0.004em;
  }
}
