#additional-insureds {
  font-size: 80%;
}
#additional-insureds h6 {
  font-size: 150%;
  margin-bottom: 5px;
  text-align: center;
  padding: 25px 0;
  font-weight: 500;
}
#additional-insureds span {
  display: block;
  font-size: 85%;
  color: #214E78;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#additional-insureds .row {
  margin: 0;
}
#additional-insureds table {
  border-collapse: border-collapse;
  width: 100%;
}
#additional-insureds table.two-tab-cols td {
  Width: 50%;
}
#additional-insureds table.three-tab-cols td {
  Width: 50%;
}
#additional-insureds table tr:hover {
  background-color: black;
}
#additional-insureds table tr.header {
  background: #214E78;
  color: white;
  text-align: left;
}
#additional-insureds table td, #additional-insureds table th {
  border: 2px solid #ECEFF1;
  padding: 10px;
}

#coverage-details {
  font-size: 80%;
}
#coverage-details h6 {
  font-size: 150%;
  margin-bottom: 5px;
  text-align: center;
  padding: 25px 0;
  font-weight: 500;
}
#coverage-details td {
  font-size: 85%;
}
#coverage-details td span {
  display: block;
  color: black;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
#coverage-details td span.inner {
  margin-bottom: 15px;
  color: #292a2e;
  text-decoration: underline;
}
#coverage-details td .badge-included {
  display: inline-block;
  background: #e0f2fe;
  color: #0d6fa5;
  font-size: 0.6rem;
  font-weight: 600;
  padding: 1px 4px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(3, 105, 161, 0.4117647059);
  position: relative;
  top: -2px;
  margin-left: 5px;
}
#coverage-details .row {
  margin: 0;
}
#coverage-details table {
  width: 100%;
  border: 2px solid #ECEFF1;
  border-radius: 12px;
  border-collapse: separate;
  overflow: hidden;
  margin-bottom: 25px;
}
#coverage-details table .benefit-summary td {
  font-size: 85%;
}
#coverage-details table td {
  padding: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid #ECEFF1;
  border-color: #ECEFF1;
}
#coverage-details table td em {
  font-style: normal;
  font-weight: 500;
  display: block;
}
#coverage-details table td:last-child {
  border-right: none;
}
#coverage-details table td.benefit-heading {
  color: #214E78;
  font-size: 110%;
  font-weight: 700;
  background: #f9fafb;
  letter-spacing: 0.8px;
}
#coverage-details table.coverage-classes {
  border: 0;
}
#coverage-details table.coverage-classes td:first-child {
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 0;
}
#coverage-details table sup {
  font-size: 70%;
}
#coverage-details #detail-total-premium {
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 2px solid #214E78;
  border-bottom: 0;
  background: url(https://www.transparenttextures.com/patterns/60-lines.png) #214E78;
  color: white;
  text-align: center;
  padding: 20px 10px;
}
#coverage-details #detail-total-premium h5 {
  font-weight: 300;
  letter-spacing: 1px;
  color: #fde41f;
}
#coverage-details #detail-total-premium ins {
  font-size: 200%;
  font-weight: bold;
}
#coverage-details #detail-total-premium sm {
  font-size: 80%;
  text-transform: uppercase;
}
#coverage-details #detail-total-premium span.financing {
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 70%;
}
#coverage-details ins {
  text-decoration: none;
}
#coverage-details a.apply-btn {
  text-decoration: none;
  background: #214E78;
  color: white;
  display: table;
  margin: 20px auto;
  padding: 10px 30px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 100%;
  cursor: pointer;
}
#coverage-details button[type=submit] {
  text-decoration: none;
  background: #214E78;
  color: white;
  display: table;
  margin: 20px auto;
  padding: 10px 30px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 100%;
  cursor: pointer;
}
#coverage-details button[type=submit]:hover {
  background: teal;
}

.split-detail u {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 90%;
}
.split-detail p {
  margin: 0;
}
.split-detail p.standard u {
  background: #ECEFF1;
}
.split-detail p.special {
  margin-top: 10px;
}
.split-detail p.special u {
  background: rgba(80, 237, 237, 0.2);
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 50;
}
.sticky-footer .footer-text {
  font-size: 0.85rem;
  color: #374151;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sticky-footer .footer-text strong {
  font-weight: 600;
  color: #111827;
  display: block;
  margin-bottom: 4px;
}
.sticky-footer .apply-now {
  white-space: nowrap;
  margin-left: auto;
}