.contactSection {
    line-height: 1.5em;
    float: left;
    clear: both;
}

.contactSection .left, .contactSection .right {
    width: 50%;
    float: left;
}

.contactSection .left {
    clear: both;
}

.contactSection .right {
    clear: none;
    padding-left: 20px;
}

.location-section-header:first-of-type{
    margin-top: 0px !important;
}

.contactSubSection{
    margin-top: 20px;
    float: left;
}
.contactSection {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-fill: balance; /* Chrome, Safari, Opera */
    -moz-column-fill: balance; /* Firefox */
    column-fill: balance;
}

@media only screen and (max-width: 550px) {
    .contactSection {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-fill: balance; /* Chrome, Safari, Opera */
        -moz-column-fill: balance; /* Firefox */
        column-fill: balance;
    }

}

.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(23, 172, 250) !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;
}

#body_0_maincontent_0_formPanel{
  float: left;
}

.scfSubmitButton,
#body_0_maincontent_0_SubmitButton,
.RMAForm input[type="submit"] {
    background-color: rgb(74, 193, 255) !important;
}

.contactSection h2 {
    font-size: 26px;
    margin: 20px 0 0 0 !important;
    display: block !important;
    line-height: 1.1em;
    float: none !important;
}

.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;
  }
}
