.webform-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.webform-row > div {
    width: 48%;
}

.webform-row.full div {
    width: 100%;
}

.wf-half {
    width: 50%;
}

.webform-row select, .webform-row input[type="text"] {
    margin: 0 0 1rem !important;
}

.web-form-instructuions p {
    font-weight: 700;
    font-size: 1rem;
}

.web-form-instructuions ul li {
    font-size: 1rem;
}

.web-form-instructuions fieldset legend, .web-form-instructuions fieldset legend * {
    font-size: 1rem;
}

.webtocase label, .webtocase legend {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 1.063rem;
}

.webtocase label + p, .webtocase legend > p {
    font-size: 1rem;
    font-weight: 400;
}

.webtocase p.webform-h {
    font-weight: 700;
    font-size: 1.25rem;
    color: #11374e;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 28px 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 18px;
}

input#sc-form-submit {
    font-size: 1rem;
}

.webtocase [type=radio] + label, .webtocase [type=checkbox] + label {
    font-weight: 400;
}

/* overwite any styling applied by surrounding accordions */

.webtocase [type=radio] {
    display: inline-block;
    padding: 0;
    border: none;
}

body .webtocase .fieldset-invalid {
    padding: 10px;
}


.webtocase fieldset {
    margin: 0 0 15px;
}
.webtocase input::-webkit-outer-spin-button,
.webtocase input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.webtocase input[type=number] {
    -moz-appearance: textfield;
}
.webtocase input[type=submit] {
    background: #ac1c22;
    color: #FFFFFF;
    font-weight: 600;
    height: 2.4375rem;
    padding: 0 1rem;
    text-transform: uppercase;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    vertical-align: middle;
}

.webtocase input[type=submit]:focus {
    background-color: #9FD4F9;
    color: black;
    box-shadow: 0 0 5px #cacaca;
    border: 4px solid #ac1a2d;
}

p#form-log {
    margin: 15px 0 0;
    display: none;
}

p#form-log[aria-live="polite"] {
    display: block;
}

#submitting-row {
    display: none;
}

#submitting-row[aria-live="polite"] {
    display: -webkit-flex;
    display: flex;
}

.web-to-case-asterisk {
    color: #790000;
    margin-left: 4px;
}

em.error {
    padding-left: 4px;
}

.web-form-submit input[type=submit] {
    margin: 0 20px 0 0;
}

label.inline-web-to-case-lbl {
    font-weight: 400;
    display: inline-block;
     margin: 0 5px 0 0;
}

#submitting-row img {
    display: block;
    margin: 0 7px 0;
}

.err-list a {
    text-decoration: underline;
    color: #163975;
}

.err-list > div {
    margin: 0 0 5px;
}

/**
 * Dependent fields
 */

 .dependent-fields.closed {
     display: none;
 }

 .dependent-fields {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 2s cubic-bezier(0,1,0,1);
    transition: max-height 2s cubic-bezier(0,1,0,1);
 }

 .dependent-fields.on {
    max-height: 99em;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
 }

 .dependent-fields.live {
     display: block !important;
 }

 /**
  * Validation
  */

  input[aria-invalid="true"], .fieldset-invalid, select[aria-invalid="true"], textarea[aria-invalid="true"]{
    background: #FFFAE7 !important;
    border: 1px solid #FF0000 !important;
  }

  .fieldset-invalid {
      padding: 10px;
  }

  .form-err-cntr {
    background: #FFFAE7;
    color: #666;
    padding: 0.75em;
    border: 1px solid #FF0000;
    margin: 1em 0;
    font-weight: 400;
  }

  .form-err-cntr p:first-child {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 600;
    margin: 5px 0 9px 0;
  }

  fieldset.agree-terms-fieldset {
      margin-bottom: 5px;
  }

  /**
   * Tables
   */
   table.web-to-case-table {
    margin: 1em 0;
    border-collapse: collapse;
    border: 0.1em solid #d6d6d6;
  }
  
  .web-to-case-table caption {
    text-align: left;
    font-style: italic;
    padding: 0.25em 0.5em 0.5em 0.5em;
  }
  
  .web-to-case-table th,
  .web-to-case-table td {
    padding: 0.25em 0.5em 0.25em 1em;
   /*  vertical-align: text-top; */
   /*  text-align: center; */
   /*  text-indent: -0.5em; */
  }
  
  .web-to-case-table th {
    vertical-align: bottom;
    background-color:#11374e;
    text-align: left !important;
    color: #fff;
  }
  
  .web-to-case-table tr:nth-child(even) th[scope="row"] {
    background-color: #f2f2f2;
  }
  
  .web-to-case-table tr:nth-child(odd) th[scope="row"] {
    background-color: #fff;
  }
  
  .web-to-case-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .web-to-case-table tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  
  /* Responsive Table */
  
  .web-to-case-region[role="region"][aria-labelledby][tabindex] {
    overflow: auto;
    border: 0.1em solid #d6d6d6;
  }
  
  .web-to-case-region[role="region"][aria-labelledby][tabindex]:focus {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    outline: 0.1em solid rgba(0, 0, 0, 0.1);
  }
  
  .web-to-case-region[role="region"][aria-labelledby][tabindex] table {
    margin: 0;
    border: none;
  }

/* end responsibel tables */

#lost-found-carrier-table {
    margin: 0 auto 20px;
}

@media screen and (max-width: 800px) {

    .webform-row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .webform-row > div {
        width: 100%;
    }


} /* end media query 800 */