.MR-slide-wrapper{
  margin: auto;

}
.footer-form label:nth-child(1) {
  margin-right: .5rem;
}
.rates-wrapper h4, .rates-wrapper p {
    color: white;
}
/* changes background color on every other slide */
.mortgage_rates .slick-slide:nth-child(2n) .rates-wrapper{
    background-color: var(--NavyBlue);
}
.rates-wrapper {
  display: flex;
  background-color: #E8941A;
  color: white;
  text-align: center;
  margin-top: 1rem;
  align-items: baseline;
  margin: 0 !important;
}
.rates-wrapper .rates {
  justify-content: center;
  flex-grow: 3;
  padding-top: 1rem;
}
.rates-wrapper .borders{
    border-right: solid 1px #D38412;
    border-left: solid 1px #D38412;
}
.rates-wrapper .rates h4 {
	font-size: 1.15rem;
}
.rates-wrapper .rates p {
font-size: .9rem;
}
.mortgage_rates .slick-slide:nth-child(2n) .rates-wrapper .borders{
    border-right: solid 1px #224375;
    border-left: solid 1px #224375;
}
.mortgage_rates .title_Wrapper {
	text-align: center;
	margin-top: 3rem;
	height: 57px;
}
.mortgage_rates .title_Wrapper h3{
  font-size: 1.3rem;
}
.mortgage_rates .title_Wrapper h3, .mortgage_rates .title_Wrapper p {
  margin:0;
}
.subLoan{
    font-size: .7rem;
}


.slick-slider {
    margin-top: 30px;
}
/* Borders */
.MR-slide-wrapper .slick-slide {
	margin: 0 .5rem;
}
.mortgage_rates .con-wrapper {
  border-bottom: 1px solid var(--StoneGrey);
  border-left: 1px solid var(--StoneGrey);
  padding: .5rem;
  position: relative;
  /* max-width: 353px; */
  text-align: center;
  
}
.mortgage_rates .con-wrapper::before, .mortgage_rates .con-wrapper::after  {
  content: "";
  position: absolute;
  
}
.mortgage_rates .con-wrapper::before {
  height: 1px;
  width: 69.2%;
  top: 0;
  left: 0;
  border-top: 1px solid var(--StoneGrey);
}
.mortgage_rates .con-wrapper::after {
  width: 1px;
  height: 69.7%;
  bottom: 0;
  right: 0;
  border-right: 1px solid var(--StoneGrey);
}
/* Border behind teiangle */
.mortgage_rates .rates-wrapper::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 150px;
  border-bottom: 1px solid var(--StoneGrey);
  transform: skew(4deg, 45deg);
  top: 34px;
  right: 0;
}
/* Special terms for down payment */
.special_terms {
  text-align: center;
  font-size: .5rem;
  position: absolute;
  left: 0;
  right: 0;
}

.modal-VDBRAND .modal-content {
  margin: auto;
  border: 1px solid #888;
  width: 100%;

  background-color: #fefefe;
  padding: 6rem 0;
  position: relative;
  height: fit-content;
  top: 10%;
  width: 66%;
  padding: 2rem;
}
/* Triangle */
.mortgage_rates .right-triangle img {
  float: right;
  padding: .5rem .5rem 1rem 1rem;
  max-width: 64px;
}
/* changes background color on every other slide */
.mortgage_rates .slick-slide:nth-child(2n) .right-triangle {
    background: var(--NavyBlue);
}
.mortgage_rates .right-triangle {
  background: #E8941A;
  position: absolute;
  right: 0;
  height: 101px;
  width: 122px;
  top: 0;
  clip-path: polygon(100% 0, 19% 0, 100% 97%);
}