@media screen and (min-width: 430px) and (max-width: 480px) {
    h1.heading{
      padding-right: 15%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .navbar .container-1300{
    max-width: 95%;
  }
  .navbar .w-nav-brand>img{
    margin-bottom: 25px;
  }
  .navbar nav{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .header-section h1, .header-section .pseudo-h3{
    margin-left: 15px;
  }
}

  .body{
    border-bottom: 0px !important;
  }
  .text-align-center{
    text-align: center !important;
  }
  .modal-wrapper{
    /* webflow workarounds */
    z-index: 2000; 
  }

  .sup:not(sup){
    vertical-align: super;
  }
  .sup{
    font-size: 0.7em;
  }
  h2 .sup,.pseudo-h4 .sup{
    font-size: 0.6em;
  }
  .pseudo-h1 .sup{
    font-size: 0.5em;
  }
  form.form-completed{
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
 .thank-you-line{
   text-align: center;
   margin: 0px
 }
 .w-dropdown-list{
   top: 59px;
   border-left: 2px solid #0061a9;
   border-right: 2px solid #0061a9;
   border-bottom: 2px solid #0061a9;
   border-radius: 0px 0px 10px 10px;
 }
 .w-dropdown-toggle strong{
  max-width: 100%;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
 }
 .w-dropdown-list.terms-dropdown-body{
  border-left: 1px solid #b5b5b5bf;
  border-right: 1px solid #b5b5b5bf;
  border-bottom: 0px;
  border-radius: 0px;
   margin-bottom: 10px;
   padding-bottom: 10px;
 }
 .w-dropdown-list.w--open{
   box-shadow: 2px 5px 4px -1px #b5b5b5bf;
 }
 .w-dropdown-list.terms-dropdown-body.w--open{
   box-shadow: none;
 }
 .w-dropdown-toggle.w--open .w-icon-dropdown-toggle{
   transform: rotate(180deg)
 }
 .rate-group{
   padding: 5px 20px;
 }
 .rate-row{
   width: 100%;
   display: flex;
   justify-content: space-between;
   padding: 3px 2px;
 }
 .rate-row{
   border-bottom: 1px dashed #cccccc;
 }
 .rate-row.row-heading{
   border-bottom: 1px solid #cccccc;
 }
 .rate-row>p{
   display: inline-block;
 }
 .label.rate-heading,.rate.rate-heading{
   font-weight: 600;
   font-size: 1.15em;
 }
 .terms-end{
   font-size: 0.92em;
 }
 .terms-selector{
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 15px min(10%,25px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.terms-selector .intro{
  width: 51%;
  user-select: none;
}
.terms-selector .small.bold{
  font-weight: bold;
  font-size: 15px;
  margin-left: 1em;
}
.terms-selector .plus-icon{
  user-select: none;
  text-align: right;
  width: 48%;
  font-weight: bold;
  font-size: 1.25em;
  cursor: pointer;
  padding-right: 1em;
}
.terms-content{
  border-top: 1px dashed #eaeaea;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 0.85em;
  padding-left: 1em;
  padding-right: 1em;
}
/* Make the plus sign easier to click on desktop devices */
@media screen and (min-width: 992px){
  .terms-selector .intro{
     width: 25%;
  }
  .terms-selector .plus-icon{
     width: 74.5%;
  }
}
/* Multiline terms title for mobile */
@media screen and (max-width: 480px) {
  #w-dropdown-list-1{
    top: 90px;
  }
}

@media screen and (min-width: 481px) and (max-width: 591px) {
  #w-dropdown-list-1{
    top: 67px;
  }
}