.comparison-table {
  margin: 0 25px;
  /*margin-top: -40px;*/
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 60px;
}

.table-guide {
  width: 100%;
}

.table-guide tr:not(:last-child) {
  border-bottom: 4px solid #ffffff;
}

.table-guide .table-guide-header th, .table-guide .table-guide-header td {
  color: #ffffff;
  background-color: #193445;
}

.table-guide th, .table-guide td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.table-guide th {
  font-weight: normal;
}

.table-guide th, .table-guide td {
  color: #2b2e34;
  background-color: #f5f6f7;
}

.table-guide a:link, .table-guide a:visited {
  color: #2b2e34;
}

.table-guide tr.odd th, .table-guide tr.odd td {
  background-color: #e1e5e8;
}

.table-guide-header a:link, .table-guide-header a:visited {
  color: #ffffff;
  text-decoration: none;
}

tr:not(.table-guide-header) th {
  font-weight: bold;
}

tr:not(.table-guide-header) td {
  border-left: 4px solid white;
}

.learn-more {
  display: flex;
  justify-content: end;
  margin-top: 5px;
}

.learn-more-icon {
  width: 25px;
  pointer-events: none;
}

.cell-content {
  display: flex;
  flex-direction: column;
}

.comparison-modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  max-width: 1500px;
  z-index: 10;
  /*pointer-events: none;*/
}

.comparison-modal-container.visible {
  display: flex;
}

.comparison-modal {
  max-width: 1000px;
  position: absolute;
  background-color: #1C2B39;
  height: 500px;
  display: none;
}

.comparison-modal.selected {
  display: flex;
}

.comparison-modal-content {
  display: flex;
}

.comparison-modal-content > img {
  max-height: 100%;
  max-width: 40%;
}

.comparison-modal-content-text {
  color: white;
  padding: 80px 40px 60px;
  text-align: start;
}

.comparison-modal-content-text h2 {
  color: white;
}

.comparison-modal-content-text p {
  color: white;
}

.comparison-modal-close {
  position: absolute;
  top: 20px;
  right: 20px
}

.comparison-modal-close img {
  width: 30px;
  height: 30px;
}

.comparison-modal-cta {
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 10px 50px;
  background-color: #CF202E;
  color: white !important;
  text-decoration: none;
}

.comparison-modal-cta:hover {
  text-decoration: underline;
}

.comparison-modal-fullwidth-image img {
  max-width: 100%;
  max-height: 100%;
}

.video-modal {
  height: auto;
  padding-top: 40px;
}

  .video-modal .comparison-modal-close {
    top: 8px;
    right: 16px;
  }

    .video-modal .comparison-modal-close img {
      width: 20px;
      height: 20px;
    }

#warranty-modal {
  background-color: #1C2B39;
}

#ship-modal .comparison-modal-fullwidth-image {
  margin: 75px 150px;
}

#computer-modal .comparison-modal-fullwidth-image {
  margin: 20px 150px 30px
}

#marketing-modal .comparison-modal-fullwidth-image {
  margin: 30px 200px 60px;
}

@media(max-width: 1000px) {

  .table-guide-header {
    display: none !important;
  }

  .table-guide tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .table-guide th {
    width: 100%;
    background-color: #193445 !important;
    color: white;
  }

  .table-guide td {
    width: 100%;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .learn-more-icon {
    margin-left: 20px;
    width: 20px;
  }

  .table-guide td:before {
    content: attr(column-header);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .cell-content {
    flex-direction: row;
  }

  .hero {
    height: auto;
  }
}

@media(max-width: 769px) {
  .header-sub-title hr {
    width: 25%;
  }

  .header h2 {
    width: 75%;
  }

  .header {
    top: 50px;
    left: 10%;
  }

  .cell-content {
    flex-direction: column;
    align-items: center;
  }

  .learn-more-icon {
    margin-left: 0;
    width: 20px;
  }
}

@media (max-width: 530px) {
  .header h1 {
    font-size: 2.2rem
  }

  .header h2 {
    font-size: 1.1rem;
  }

  .header {
    left: 3%;
  }

  .comparison-table {
    margin-left: 0;
    margin-right: 0;
  }
}