.handbook-errata-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.handbook-errata-page .handbook-errata-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 120px 0px 160px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/backgrounds/ConcreteWallBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.handbook-errata-page .handbook-errata-intro-text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.handbook-errata-page .handbook-errata-intro-text {
  width: 100%;
  max-width: 900px;
}

.handbook-errata-page .handbook-errata-intro-copy {
  width: 100%;
  max-width: 650px;
}

/* BLUE BOX SECTION */

.handbook-errata-page .blue-box-padding {
  margin: -100px 0 0;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  z-index: 1;
}

.handbook-errata-page .blue-box-container {
  width: 100%;
  padding: 80px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.handbook-errata-page .blue-box-container-title {
  width: 100%;
  max-width: 600px;
}

.handbook-errata-page .blue-box-container-text {
  width: 100%;
  max-width: 500px;
}

/* ERRATA TABLE */

.errata-table-scroll {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 30px 0 10px;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.errata-table-scroll .table-white-overlay {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
  transform: translateZ(0); /* Needed to force hardware accelleration on older devices in order to show the gradient */
  z-index: 10;
}

.errata-table-container {
  width: 100%;
  min-width: 850px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.errata-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.errata-table .table-box-shadows {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.errata-table .table-box-shadow {
  height: 100%;
  width: 80%;
  box-shadow: rgba(7, 142, 227, 0.15) 0px 0px 40px;
}

.errata-table .row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.errata-table .column-header {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #0A2447;
  background-color: #FFFFFF;
}

.errata-table .column-header.wide {
  width: 50%;
}

.errata-table .blank-column {
  width: 20%;
  min-width: 20%;
}

.errata-table .border-left {
  border-left: 1px solid #D0D7E8;
}

.errata-table .border-bottom {
  border-bottom: 1px solid #D0D7E8;
}

.errata-table .gry {
  width: 80%;
  background-color: #F4F6FC;
}

.errata-table .change-type {
  width: 20%;
  min-width: 20%;
  padding: 15px 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0A2447;
  background-color: #D0D7E8;
}

.errata-table .change-name {
  width: 20%;
  min-width: 20%;
  padding: 25px 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #7E8BA8;
}

.errata-table .change {
  width: 15%;
  min-width: 15%;
  padding: 25px 30px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #7E8BA8;
}

.errata-table .change.wide {
  width: 50%;
  min-width: 50%;
}

.errata-table .change.center {
  text-align: center;
}
