.contactSection {
    line-height: 1.5em;
}

.location-section-header:first-of-type{
    margin-top: 0px !important;
}

.contactSubSection{
    margin-top: 20px;
    float: left;
}
.contactSection {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.scfSubmitButton,
#body_0_maincontent_0_SubmitButton,
.RMAForm input[type="submit"] {
    float: left;
    height: auto;
    font-size: 16px;
    margin: 0px 20px 10px 0px;
    clear: both;
    width: auto;
    font-family: helvetica;
    padding: 7px 10px;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    background-color: rgb(0, 86, 150) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 100;
    min-width: 0px;
    line-height: normal;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.service-price-list-container, .blue-highlight {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 1.5em;
    color: #004d86;
}

.rma-part-container {
    border-left: solid #004d86 4px;
    padding-left: 5px;
}

#body_0_maincontent_0_formPanel {
    float: left;
}

.contactSection h2 {
    font-size: 26px;
    margin: 20px 0 20px 0;
    line-height: 1.1em;
}

.scfForm input[type="checkbox"], .WFFMCheckList input[type="checklist"], input[type="radio"] {
    display: inline;
}

.WFFMCheckList input[type="checklist"], input[type="radio"] {
    float: left;
    margin-right: 5px;
}

.WFFMCheckList label {
    padding-left: 5px !important;
}

.contactSection, .contactSection h3 {
    font-size: 14px;
}

.RMAForm ul {
    margin: 0 0 20px 40px;
}

.RMABtn {
    background-color: rgb(0, 86, 150) !important;
    color: white !important;
    padding: 5px 10px !important;
    font-size: 18px !important;
    margin-top: 20px;
    border: none !important;
    box-shadow: none !important;
}

.scfForm input, .scfForm select, .scfForm textarea{
  margin-bottom:15px;
}
@media screen and (max-width: 430px){
  .scfForm input[type="text"], .scfForm textarea{
    width: 100% !important;
  }
}
@media only screen and (max-width: 550px){
  .RMABtn{
    font-size: 13px !important;
  }
}
.RMABtn:hover {
    background-color: #0099ff !important;
}

.WFFMFormTA textarea {
  width: 300px !important;
}

@media screen and (max-width: 480px){

  .WFFMCheckList td{
    float: left !important;
    clear: both;
    width: auto !important;
  }
}
