.misc-header__title{
  font-style: normal;
  font-weight: bold;
  color: #335063;
}
@media (min-width: 575px){
  .misc-header__title{
    padding-right: 3.8rem;
    padding-left: 3.8rem;
  }
}
.misc-header__top-text p{
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  
  /* Dark Blue 1 */
  
  color: #00253D;
  padding-right: 3.8rem;
  padding-left: 3.8rem;
}
@media (min-width: 575px){
  .misc-header__top-text p{
    font-style: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    /* Dark Blue 1 */
    
    color: #00253D;
  }
}


.misc-header__field-bottom-text-container{

}

@media (min-width: 575px){
  .misc-header__field-bottom-text-container{

  }
}

#views-exposed-form-rentals-block-rentals label{
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;

  width: 22.6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #0072bc;

  @media only screen and (max-width: 768px) {
    display: block;
  }

}

/* Changes the label if the input is checked.  Like an active state. */
#views-exposed-form-rentals-block-rentals input.form-radio:checked + label {
  color: #00492F; 
  text-decoration: none;
  font-weight: bold;
  
  
  /* display: inline; */
  background: #ffc51a;
  border: none;
  width: 22.6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /* add border under this with pseudo element */

}



#views-exposed-form-rentals-block-rentals label:hover {
  color: #00492F; 
  cursor: pointer;
}

#views-exposed-form-rentals-block-rentals .fieldset-wrapper input {
  display: none;
}

.sell-your-home-page-container{
  margin-top: 10.7rem;
}

.rental-requirements .sell-your-home-page-container{
  margin-top: 8.8rem;
}

.rental-requirements__body h2{
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3.5rem;
  color: #335063;
}

.rental-requirements__body p,.rental-requirements__intro p{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  /* Brown */
  color: #3B3B3B;
}


.rental-requirements__body li{
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 168.5%;
  /* or 24px */
  /* Brown */
  color: #3B3B3B;
}

.rental-requirements__body ul{
  padding-left: 1.5rem;

}

.rental-requirements__body span{
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  
  /* Brown */
  
  color: #3B3B3B;
}


@media (min-width: 575px) {
  
  .rental-requirements h2{
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 5rem;
  
    /* Dark Blue 2 */
  
    color: #335063;
  }

  .rental-requirements__body h3{
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    /* identical to box height */
    
    
    /* Dark Blue 2 */
    
    color: #335063;
  }
  
  .rental-requirements__body h4{
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3.5rem;
    /* Dark Blue 2 */
    color: #335063;
  }
  
  .rental-requirements__body p{
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    /* Brown */
    color: #3B3B3B;
  }
  .rental-requirements__body li{
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.3rem;
    /* Brown */
    color: #3B3B3B;
  }
  .rental-requirements__body ul{
    padding-left: 1.5rem;
  }
  .rental-requirements__body h5{
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    /* identical to box height */
    /* Dark Blue 2 */
    padding-bottom: 1.3rem;
    color: #335063;
  }

  .rental-requirements__intro p{
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    /* Brown */
    color: #3B3B3B;
  }
}

.rental-requirements .views-field-field-common-questions .sell-your-home-page-container{
  margin-top: 0;
}

.view-id-property_highlights{
  margin-top: 5.5rem;
}