input[type="submit"] {
  border-color: #245580;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  background-color: #337ab7;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 2rem 0;
}

input[type="text"],
input[type="tel"] {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#AIPForm
  > fieldset
  > div.aip_input_controls
  > div:nth-child(1)
  > div:nth-child(1)
  > label {
  color: #d70404 !important;
  font-weight: 700 !important;
}

.aip_cart_left,
.aip_cart_right,
.aip_edit_remove_links,
.aip_cart_total,
.aip_cart_amount {
  font-family: "Open sans", sans-serif;
  color: #2d2d2d;
  font-size: 14px;
}

input[type="submit"]:hover {
  background-color: #265a88;
}

label,
.aip_anchor_name,
.aip_cart_header {
  font-weight: 700 !important;
  font-family: "Open sans", sans-serif;
  color: #2d2d2d;
  font-size: 16px !important;
}

#payLater,
#wallet_management_container {
  display: none;
}

#aip_help_link,
#aip_cancel_link,
li.aip_hierarchy_child_link {
  font-size: 16px;
  color: #0059a5;
  font-family: "Open sans", sans-serif;
}

#aip_help_link {
  margin-right: 5rem;
}

a {
  color: #0059a5;
}

.top-bar a:not(.top-bar__login) {
  font-size: 16px !important;
}

h1 {
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #2d2d2d;
  font-weight: bold;
}

h2 {
  margin: 2rem 0;
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: bold;
  color: #2d2d2d;
}

h3 {
  margin: 1rem 0rem 1rem 0rem;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Open sans", sans-serif;
  color: #2d2d2d;
}

body {
  font-size: 16px !important;
}

td,
th {
  padding: 5px !important;
}

p {
  font-size: 16px !important;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  font-family: "Open sans", sans-serif;
}

@media screen and (max-device-width: 640px) and (min-device-width: 1px),
  screen and (max-width: 640px) and (min-width: 1px),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .scp_help_body {
    margin-top: 8em !important;
  }
  td,
  th {
    padding: 2px !important;
  }

  .aip_cart_left,
  .aip_cart_right,
  .aip_edit_remove_links,
  .aip_cart_total,
  .aip_cart_amount {
    font-size: 11px;
  }
}
