/* ----- Bootstrap altered ----- */
  
/* ----- End Bootstrap altered ----- */

.row.tbl-row {
  margin: 0;
  padding: 5px 10px;
}
.tbl-row.rates .col {
 padding: 5px; 
 text-wrap: wrap;
}
.wpp-db-table-mod {
  z-index: 1;
}

.rate-table-con {
  box-shadow: 0px 16px 40px rgba(142, 145, 147, .50);
  border-radius: 10px;
  margin: 20px;
}

.rate-tbl .tbl-row {
  border-bottom: 1px solid #f5f5f5;
}
.rate-tbl a .row.tbl-row.rates {
  text-decoration: none;
  transition: background .5s;
}

.rate-tbl a .tbl-row.rates:last-child:hover {
   /*border-radius: 0 0 10px 10px;*/
}
.column-label {
  font-family: museo-sans;
  font-size: 1.2rem;
  margin-top: 20px;
  text-transform: uppercase;
}
.row.tbl-row.rates {
  align-items: center;
}
.tbl-row.rates {
  box-sizing: border-box;
  font-family: museo-sans;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}


.rates-cta {
  text-align: center;
  margin: 40px 0 0;
}
i.arrow_link {
  position: absolute;
  color: #fff;
  right: -10px;
  font-size: .8em;
  transition: .3s ease;
}
.row-link .tbl-row:hover i.arrow_link {
 right: 30px;
}
.tbl-row.rates {
  overflow: hidden;
}

.row-spacer {
  padding-bottom: 25px;
}
.tbl-footer {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding:  20px;
  margin: 0 auto;
  width: 100%;
}
.tbl-footer > * {
  margin: 0 20px;
}
.footer__cta {
  text-align: center;
  flex-basis: 66.666%;
  flex-grow: 4;
}
.footer__disclaimer::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  margin-right: 5px;
}
.footer__disclaimer, .footer__disclaimer i {
  text-decoration: underline;
  color: #aaa;
  flex-basis: 33.333%;
  flex-grow: 1;
}
a.footer__dislaimer:hover {
  color: #333;
  border: 1px solid #333;
}

/* /////// Mobile CSS ////////*/
@media (max-width: 768px) {
  .tbl-footer {
    display: flex;
  }
}
@media (max-width: 575px) {
   #special {
      bottom: 0;
    }
  .arrow_link:hover {
    display: none;
  }
  .tbl-footer {
    display: flex;
  }
  .tbl-footer:nth-child(1) {
    flex-basis: 3;
  }
  .tbl-wrapper {
    margin: 4px;
  }
  .rate-table-con {
    font-size: .75em;
  }
 .column-label {
   font-size: .8rem;
  }
  .rate-table-con {
   margin: 20px 0px;
  }

}