body,
p,
h1,
h2,
h3,
h4,
h5,
a,
button,
span,
input,
label {
    font-family: 'Open Sans', sans-serif !important;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
b {
    font-weight: 700;
}
fieldset#steps-uid-0-p-0.body.current {
    width: 73%;
}
label.form-check-label {
    margin-bottom: 0;
    margin-top: 17px;
}
input#exampleCheck1.form-check-input {
    margin-left: 25px;
}
.poc-number-row {
    margin-top: 25px;
    margin-bottom: 25px;
}
.poc-number-label {
    margin-top: 12px;
    font-size: 16px;
}
hr {
    border-top: 2px solid #a2a2a2;
}
label.form-check-label {
    display: -webkit-inline-box;
}
span.radio {
    padding-left: 3px;
    padding-top: 8px;
}
label.form-check-label.radio-buttons {
    margin-top: -10px;
}
input.invalid {
  border-color: #FF0000;
}
textarea.invalid {
  border-color: #FF0000;
}
select.invalid {
  border-color: #FF0000;
}
label.form-check-label.checkbox-a {
    margin-top: 0 !important;
}
p.checkbox-a-label {
    margin-top: 17px;
    margin-left: -17px;
}
p.checkbox-b-label {
    margin-top: 17px;
    margin-left: -75px;
}
p.checkbox-c-label {
    margin-top: 17px;
    margin-left: -35px;
}
p.checkbox-d-label {
    margin-top: 17px;
    margin-left: -67px;
}
p.checkbox-e-label {
    margin-top: 17px;
    margin-left: -67px;
}

p.checkbox-f-label {
    margin-top: 17px;
}
h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.page-list {
    list-style-type: none;
    padding-left: 5px !important;
}
li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.jumbotron-flat {
    height: 100%;
    border: 1px solid #4DB8FF;
    background: white;
    width: 100%;
    text-align: center;
    overflow: auto;
}
.paymentAmt {
    font-size: 80px;
}
.centered {
    text-align: center;
}
.title {
    padding-top: 15px;
}
.form-control {
  width: 100%;
  display: block;
  border: 1px solid #aaaaaa;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #222;
  font-weight: bold;
  font-size: 14px;
}

.current .title .step-number {
  background: #ffb600;
  color: #fff;
}
.current .title .step-text {
  color: #ffb600;
}
.actions ul li a {
  background: #ffb600;
}

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

  div.steps {
      display: none !important;
  }

}

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

  fieldset#steps-uid-0-p-0.body.current {
      width: 100% !important;
  }

  input {
      height: auto !important;
  }

  .form-check-input {
      margin-top: 5px !important;
  }

  label.form-check-label {
      margin-top: 0px !important;
  }

  fieldset, .actions ul {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }

  div.steps {
      display: none !important;
  }

  div.content {
      height: auto !important;
  }

  div.form-check p {
      margin-top: 0 !important;
  }

}

@media screen and (min-width: 1919px) {

  div.content, div.actions {
      width: 1550px !important;
  }

}
