.cdSpecialRates,
.cdSpecialRates .table-body {
  background-color: #fff
}
.cdSpecialRates {
  box-shadow: 0 .6rem 1.2rem 0 rgba(0,0,0,.15);
  border-radius: 1rem;
  margin-top: 2rem
}
.cdSpecialRates.codTable {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.cdSpecialRates.codTable .table-superhead.pricing-tier {
  font-weight: 400
}
.cdSpecialRates .hidedefaultrates,
.cdSpecialRates .hidedynamicrates,
.cdSpecialRates.codTable .table-superhead.headingZipCode {
  display: none
}
.cdSpecialRates.codTable .table-headline {
  font-size: 1.5rem;
  font-weight: 500
}
.cdSpecialRates.codTable .table-dynamicrates {
  display: flex;
  padding-top: 1rem
}
.cdSpecialRates.codTable .table-dynamicrates div:first-child {
  border-bottom: none
}
.cdSpecialRates.codTable .table-dynamicrates div:first-child .apy {
  font-weight: 700;
  font-size: 5rem
}
.cdSpecialRates.cdSpecialTable .table-dynamicrates div:first-child .termInMonths,
.cdSpecialRates.codTable .table-dynamicrates div:first-child .termInMonths {
  font-size: 1.25rem;
  font-weight: 500
}
.cdSpecialRates.codTable .table-dynamicrates div:last-child .apy::before {
  border: none
}
.cdSpecialRates.codTable .table-defaultrates div:first-child.defaultRates {
  border-bottom: none;
  width: 100%;
  text-align: center
}
.cdSpecialRates.codTable .table-defaultrates div:last-child .defaultApy::before {
  content: " ";
  border: none;
  position: absolute;
  margin: 0;
  left: 50%;
  height: 15%
}
.cdSpecialRates.cdSpecialTable .table-dynamicrates div:first-child .apy {
  font-size: 5rem;
  font-weight: 500
}
.cdSpecialRates.cdSpecialTable .table-dynamicrates div:not(:first-child) .apy {
  font-weight: 500
}
.cdSpecialRates .component-container {
  padding-top: 0;
  padding-bottom: 1rem
}
.cdSpecialRates .table-defaultrates,
.cdSpecialRates .table-dynamicrates {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2.5rem;
  font-family: Circular,Arial,Helvetica,sans-serif;
  font-weight: 700
}
.cdSpecialRates .table-dynamicrates div:first-child {
  border-bottom: 2px solid #001e79;
  width: 100%;
  text-align: center
}
.cdSpecialRates .table-defaultrates div:first-child .defaultApy,
.cdSpecialRates .table-dynamicrates div:first-child .apy {
  font-size: 5.25rem;
  color: #001e79;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding-top: 0
}
.cdSpecialRates .table-defaultrates div:first-child .defaultTerm,
.cdSpecialRates .table-dynamicrates div:first-child .termInMonths {
  font-size: 1.5rem;
  color: #001e79;
  text-align: center
}
.cdSpecialRates .table-defaultrates div:not(:first-child) .defaultApy,
.cdSpecialRates .table-dynamicrates div:not(:first-child) .apy {
  font-size: 2.5rem;
  font-weight: 700;
  color: #484861;
  line-height: 1;
  padding-top: .5rem
}
.cdSpecialRates .table-defaultrates div:not(:first-child) .defaultTerm,
.cdSpecialRates .table-dynamicrates div:not(:first-child) .termInMonths {
  text-align: center;
  font-size: .75rem;
  color: #484861
}
.cdSpecialRates .table-dynamicrates div:last-child .apy::before {
  content: " ";
  border: 1px solid grey;
  position: absolute;
  margin: 0;
  left: 50%;
  height: 15%
}
.cdSpecialRates .cdSpecialTable .table-disclaimer {
  font-family: Circular,Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #63637f;
  padding: 1rem;
  text-align: center;
  background: #fff
}
.cdSpecialRates .cdSpecialTable .headingNonZipcode,
.cdSpecialRates .cdSpecialTable .table-superhead {
  text-align: center;
  background: #fff;
  padding: 1rem 2.5rem 0
}
.cdSpecialRates .cdSpecialTable .table-superhead.pricing-tier {
  color: #484861;
  padding-top: 1.188rem;
  padding-left: 0;
  padding-right: 0
}
.cdSpecialRates .cdSpecialTable .table-superhead .superhead {
  font-size: 1rem
}
.cdSpecialRates .cdSpecialTable .button-group a {
  width: 100%
}
.cdSpecialRates .table-headline {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #cdccd3;
  padding: 1.5rem 2.5rem 1rem;
  text-align: center;
  color: #fff;
  background: #001e79;
  border-radius: 1rem 1rem 0 0
}
@media only screen and (max-width:41.9375rem) {
  .cdSpecialRates {
    width: auto
  }
  .cdSpecialRates .table-defaultrates,
  .cdSpecialRates .table-dynamicrates {
    padding: 0 5%;
    justify-content: space-evenly;
    width: -webkit-fill-available
  }
  .cdSpecialRates .table-defaultrates div:last-child .defaultApy::before,
  .cdSpecialRates .table-dynamicrates div:last-child .apy::before {
    content: " ";
    border: 1px solid grey;
    position: absolute;
    margin: 0;
    left: 50%;
    height: 15%
  }
}
@media screen and (min-width:42rem) and (max-width:74rem) {
  .cdSpecialRates .table-defaultrates,
  .cdSpecialRates .table-dynamicrates {
    padding: 0 1rem;
    justify-content: space-around
  }
  .cdSpecialRates .table-defaultrates div:first-child .defaultApy,
  .cdSpecialRates .table-dynamicrates div:first-child .apy {
    font-size: 4.75rem
  }
  .cdSpecialRates .table-defaultrates div:last-child .defaultApy::before,
  .cdSpecialRates .table-dynamicrates div:last-child .apy::before {
    margin-right: 0;
    left: 50%;
    position: absolute;
    height: 15%
  }
  .cdSpecialRates .table-body {
    text-align: center
  }
}
@media only screen and (min-width:42rem) {
  .cdSpecialRates .table-defaultrates div:not(:first-child),
  .cdSpecialRates .table-dynamicrates div:not(:first-child) {
    padding: .25rem
  }
}