*, *::before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body {
  padding: 0;
  padding: 1em 0 0 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-appearance: none;
  font-size: 0.9em; }

fieldset {
  font-family: "Open Sans", Arial, sans-serif;
  color: #005776;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin: auto;
  padding: 1em;
  width: 22em !important; }
  fieldset ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    fieldset ul li {
      margin: 0 0 .6em 0;
      text-align: center;
      position: relative; }
      fieldset ul li:nth-child(1) div {
        display: flex; }
        fieldset ul li:nth-child(1) div span {
          text-align: left;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 90%; }
      fieldset ul li:nth-child(1) span#namespan {
        display: none; }
      fieldset ul li#provid {
        font-size: 88%; }
      fieldset ul li#infopnl {
        display: none;
        text-align: justify;
        font-size: 70%; }
        fieldset ul li#infopnl p {
          text-align: center;
          font-weight: bold;
          font-size: 120%; }
      fieldset ul li:nth-child(5) {
        display: flex;
        justify-content: space-between;
        margin: 0;
        align-items: flex-end; }
        fieldset ul li:nth-child(5) span img {
          height: 2em; }

label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: inherit;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 0 0.8em;
  color: #005776;
  font-weight: bold; }

input[type=text], input[type=tel] {
  width: 100%;
  padding: .3em .4em .3em 2em;
  font-size: 110%;
  border: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc; }
  input[type=text]::placeholder, input[type=tel]::placeholder {
    color: #ed8b00;
    opacity: 0.3; }

button[type=submit] {
  background-color: #005776;
  color: #ffffff;
  min-width: 100%;
  margin: auto;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.4em 0.3em;
  font-size: 140%;
  font-family: "Open Sans", Arial, sans-serif; }
  button[type=submit]:hover, button[type=submit]:focus {
    opacity: 0.7; }
  button[type=submit] span {
    display: inline-block;
    padding: .1em .4em;
    font-weight: bold;
    line-height: 1;
    color: #005776;
    background-color: #ffffff;
    border-radius: 10px;
    float: none;
    font-size: 90%; }

button[name=decline] {
  font-family: "Open Sans", Arial, sans-serif;
  min-width: 20%;
  font-size: 80%;
  margin: auto;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: .2em .4em;
  color: #ffffff;
  font-weight: bold;
  background-color: #ccc; }
  button[name=decline]:hover, button[name=decline]:focus {
    background-color: #e57566; }

ul.payfrm li {
  font-size: 100%; }
  ul.payfrm li:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    ul.payfrm li:nth-child(2) div {
      width: 47%; }
      ul.payfrm li:nth-child(2) div small {
        height: 3.2em; }
  ul.payfrm li:nth-child(5) {
    margin: 0 0 .6em 0; }

ul.error, ul.wait {
  height: 20em; }
  ul.error li:nth-child(1), ul.wait li:nth-child(1) {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    height: 50%;
    justify-content: center; }
    ul.error li:nth-child(1) span.error, ul.wait li:nth-child(1) span.error {
      color: #ed8b00; }

ul.infoset {
  height: unset; }
  ul.infoset li span {
    padding: 0 0 0 2em;
    display: flex;
    text-align: left; }
    ul.infoset li span.error {
      color: #ed8b00; }
  ul.infoset li:nth-child(1), ul.infoset li:nth-child(5) {
    display: block; }

a {
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap; }

small {
  display: table-cell;
  padding: 0.2em 0 0 1.3em;
  color: #ed8b00;
  font-weight: 600; }

*, *::before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body {
  padding: 0;
  padding: 1em 0 0 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-appearance: none;
  font-size: 0.9em; }

fieldset {
  font-family: "Open Sans", Arial, sans-serif;
  color: #005776;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin: auto;
  padding: 1em;
  width: 22em !important; }
  fieldset ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    fieldset ul li {
      margin: 0 0 .6em 0;
      text-align: center;
      position: relative; }
      fieldset ul li:nth-child(1) div {
        display: flex; }
        fieldset ul li:nth-child(1) div span {
          text-align: left;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 90%; }
      fieldset ul li:nth-child(1) span#namespan {
        display: none; }
      fieldset ul li#provid {
        font-size: 88%; }
      fieldset ul li#infopnl {
        display: none;
        text-align: justify;
        font-size: 70%; }
        fieldset ul li#infopnl p {
          text-align: center;
          font-weight: bold;
          font-size: 120%; }
      fieldset ul li:nth-child(5) {
        display: flex;
        justify-content: space-between;
        margin: 0;
        align-items: flex-end; }
        fieldset ul li:nth-child(5) span img {
          height: 2em; }

label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: inherit;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 0 0.8em;
  color: #005776;
  font-weight: bold; }

input[type=text], input[type=tel] {
  width: 100%;
  padding: .3em .4em .3em 2em;
  font-size: 110%;
  border: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc; }
  input[type=text]::placeholder, input[type=tel]::placeholder {
    color: #ed8b00;
    opacity: 0.3; }

button[type=submit] {
  background-color: #005776;
  color: #ffffff;
  min-width: 100%;
  margin: auto;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.4em 0.3em;
  font-size: 140%;
  font-family: "Open Sans", Arial, sans-serif; }
  button[type=submit]:hover, button[type=submit]:focus {
    opacity: 0.7; }
  button[type=submit] span {
    display: inline-block;
    padding: .1em .4em;
    font-weight: bold;
    line-height: 1;
    color: #005776;
    background-color: #ffffff;
    border-radius: 10px;
    float: none;
    font-size: 90%; }

button[name=decline] {
  font-family: "Open Sans", Arial, sans-serif;
  min-width: 20%;
  font-size: 80%;
  margin: auto;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: .2em .4em;
  color: #ffffff;
  font-weight: bold;
  background-color: #ccc; }
  button[name=decline]:hover, button[name=decline]:focus {
    background-color: #e57566; }

ul.payfrm li {
  font-size: 100%; }
  ul.payfrm li:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    ul.payfrm li:nth-child(2) div {
      width: 47%; }
      ul.payfrm li:nth-child(2) div small {
        height: 3.2em; }
  ul.payfrm li:nth-child(5) {
    margin: 0 0 .6em 0; }

ul.error, ul.wait {
  height: 20em; }
  ul.error li:nth-child(1), ul.wait li:nth-child(1) {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    height: 50%;
    justify-content: center; }
    ul.error li:nth-child(1) span.error, ul.wait li:nth-child(1) span.error {
      color: #ed8b00; }

ul.infoset {
  height: unset; }
  ul.infoset li span {
    padding: 0 0 0 2em;
    display: flex;
    text-align: left; }
    ul.infoset li span.error {
      color: #ed8b00; }
  ul.infoset li:nth-child(1), ul.infoset li:nth-child(5) {
    display: block; }

a {
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap; }

small {
  display: table-cell;
  padding: 0.2em 0 0 1.3em;
  color: #ed8b00;
  font-weight: 600; }