/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  min-height: 100%;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 736px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

select,
button {
  cursor: pointer;
  font: 1em Akkurat;
}

@font-face {
  font-family: "Akkurat-Mono";
  src: url(/assets/brand/Akkurat-Mono-713fb4a563febf5cd5e6ff502fa273f7f75434d774d085a14a6c9deda4958e6d.eot?#iefix) format("embedded-opentype"), url(/assets/brand/Akkurat-Mono-bf73321eca478ac293109bccd719949e9ad74df7cf874b3db1526b766456a64d.woff) format("woff"), url(/assets/brand/Akkurat-Mono-e18fe407bc29dfb9cad416d8f8a3cb63f53b6ad42cfa601096d843908e9d20e5.ttf) format("truetype"), url(/assets/brand/Akkurat-Mono-1729ed849062e8c744db4e2868f8bdce195bfa036790b231ea6f45e637678df4.svg#Akkurat-Mono) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-Light";
  src: url(/assets/brand/Akkurat-Light-78a436210c486d949bfee5054c4291b7b3580cff140a8d76a36c4d9dbc11afd6.eot?#iefix) format("embedded-opentype"), url(/assets/brand/Akkurat-Light-2d01e5faf979adcd30c179205c3c1a5a49211f7508c4e4553c8b1f0ce4eef666.woff) format("woff"), url(/assets/brand/Akkurat-Light-11234e767d9c79364952a77c2928e17547348ca8afb52d4e4260c88b26fdb2cf.ttf) format("truetype"), url(/assets/brand/Akkurat-Light-692751f8790d93d4d32b657be238036fe2e450d6bdf02cf4c2d7ea82c9c70bb4.svg#Akkurat-Light) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat";
  src: url(/assets/brand/Akkurat-0035e6c8ed78320b15d78339c98799b6ba9f5fef6e2178274e2331341fca4c46.eot?#iefix) format("embedded-opentype"), url(/assets/brand/Akkurat-98c477d2ee9e140c9afb4fcc2b620c80ead848f528f2fcebe36353417709f4cb.woff) format("woff"), url(/assets/brand/Akkurat-bd5db5bc5077ef0fa8ef3c86dc6eaf29310ce54f821a31978a9eb8f19f851951.ttf) format("truetype"), url(/assets/brand/Akkurat-0c82ed9b360411a157b541cf10c502ccfeb6819faafb1f57b00ba53440ab04b5.svg#Akkurat) format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.25em;
  margin: 0.625em 0;
}

h1 {
  font-family: "Akkurat-Light", Helvetica, Arial, sans-serif;
  font-size: 4.125em;
}

h2 {
  font-family: "Akkurat-Light", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}

h3 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.alert {
  background: #FF5F5F;
  border-radius: 0.375em;
  color: white;
  display: flex;
  flex-direction: column;
  width: 22.5em;
  margin: 1em auto 0;
  padding: 1em;
  text-shadow: 0.0625em 0.0625em rgba(128, 66, 66, 0.5);
}
.alert h4 {
  color: white;
  margin: 0 0 1em 0;
}
.alert.form--invoice-search {
  color: white;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.alert button {
  background-color: red;
  border: none;
  border-radius: 0.5em;
  color: white;
  font-size: 0.5em;
  height: 3em;
  width: 100%;
  margin-bottom: 3em;
  padding: 0em;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  min-height: 100%;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 736px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

select,
button {
  cursor: pointer;
  font: 1em Akkurat;
}

@font-face {
  font-family: "Akkurat-Mono";
  src: url(/assets/brand/Akkurat-Mono-713fb4a563febf5cd5e6ff502fa273f7f75434d774d085a14a6c9deda4958e6d.eot?#iefix) format("embedded-opentype"), url(/assets/brand/Akkurat-Mono-bf73321eca478ac293109bccd719949e9ad74df7cf874b3db1526b766456a64d.woff) format("woff"), url(/assets/brand/Akkurat-Mono-e18fe407bc29dfb9cad416d8f8a3cb63f53b6ad42cfa601096d843908e9d20e5.ttf) format("truetype"), url(/assets/brand/Akkurat-Mono-1729ed849062e8c744db4e2868f8bdce195bfa036790b231ea6f45e637678df4.svg#Akkurat-Mono) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-Light";
  src: url(/assets/brand/Akkurat-Light-78a436210c486d949bfee5054c4291b7b3580cff140a8d76a36c4d9dbc11afd6.eot?#iefix) format("embedded-opentype"), url(/assets/brand/Akkurat-Light-2d01e5faf979adcd30c179205c3c1a5a49211f7508c4e4553c8b1f0ce4eef666.woff) format("woff"), url(/assets/brand/Akkurat-Light-11234e767d9c79364952a77c2928e17547348ca8afb52d4e4260c88b26fdb2cf.ttf) format("truetype"), url(/assets/brand/Akkurat-Light-692751f8790d93d4d32b657be238036fe2e450d6bdf02cf4c2d7ea82c9c70bb4.svg#Akkurat-Light) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat";
  src: url(/assets/brand/Akkurat-0035e6c8ed78320b15d78339c98799b6ba9f5fef6e2178274e2331341fca4c46.eot?#iefix) format("embedded-opentype"), url(/assets/brand/Akkurat-98c477d2ee9e140c9afb4fcc2b620c80ead848f528f2fcebe36353417709f4cb.woff) format("woff"), url(/assets/brand/Akkurat-bd5db5bc5077ef0fa8ef3c86dc6eaf29310ce54f821a31978a9eb8f19f851951.ttf) format("truetype"), url(/assets/brand/Akkurat-0c82ed9b360411a157b541cf10c502ccfeb6819faafb1f57b00ba53440ab04b5.svg#Akkurat) format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.25em;
  margin: 0.625em 0;
}

h1 {
  font-family: "Akkurat-Light", Helvetica, Arial, sans-serif;
  font-size: 4.125em;
}

h2 {
  font-family: "Akkurat-Light", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
}

h3 {
  font-family: "Akkurat", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.form--invoice-search {
  display: flex;
  flex-direction: column;
  width: 22.5em;
  margin: 1em auto 0;
  color: #5e6977;
}

.form--invoice-search-title {
  margin-bottom: 1em;
  color: #5e6977;
  font-size: 1.125em;
  font-weight: 700;
}

.form--invoice-search input {
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.25em;
  padding-left: 1.25em;
  border: 0.125em solid #e1e8ee;
  border-radius: 0.375em;
  height: 2.625em;
  font-size: 0.875em;
  font-weight: 100;
  line-height: 0.875em;
  opacity: 0.7;
}

.form--invoice-search-btn button {
  box-sizing: border-box;
  background-color: #30E1BA;
  border-color: transparent;
  border-radius: 0.375em;
  color: white;
  cursor: pointer;
  font-size: 1em;
  height: 2.625em;
  letter-spacing: 0.1em;
  line-height: 0.875em;
  margin: 0.625em 0;
  text-shadow: 0.0325em 0.0325em 0 rgba(33, 157, 130, 0.5);
  text-transform: uppercase;
  width: 100%;
}
.form--invoice-search-btn button:hover {
  background-color: #25D4AD;
}
.form--invoice-search-btn button:active {
  background-color: #219d82;
}
.form--invoice-search-btn button:after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  font-size: 1em;
  padding-left: 0.5em;
}

.merchant--info {
  width: 22.5em;
  margin: 1.875em auto 0;
  background-color: #f2f2f2;
  color: #5e6977;
}

.merchant--info-highlight {
  border-bottom: 0.1875em solid #FF5F5F;
}

.merchant--info-underline {
  border-bottom: 0.1875em solid #E0E5EA;
}

.merchant--info-text {
  color: #5e6977;
  padding-left: 1.875em;
  padding-right: 1.875em;
  line-height: 2em;
}

.merchant--info-text-bold {
  color: black;
  font-weight: 700;
  float: right;
}

.merchant--info-text-desc {
  color: #959DA3;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 0.5em 0;
  padding-left: 2.4em;
  padding-right: 2.4em;
}
@media (min-width: 320px) and (max-width: 736px) {
  .merchant--info-text-desc {
    font-size: 1em;
  }
}

.merchant--info-text-success {
  color: #30E1BA;
  padding-left: 1.875em;
  padding-right: 1.875em;
  font-size: 1.5em;
  line-height: 2em;
  text-transform: uppercase;
  text-align: center;
}
.merchant--info-text-success:after {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #30E1BA;
  font-size: 1em;
  padding-left: 0.5em;
}

.merchant--info:before,
.merchant--info:after {
  content: " ";
  display: block;
  position: relative;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 2.25em;
}

.merchant--info:before {
  background: linear-gradient(white 0%, transparent 0%), linear-gradient(135deg, #f2f2f2 33.33%, transparent 33.33%) 0 0%, #f2f2f2 linear-gradient(45deg, #f2f2f2 33.33%, white 33.33%) 0 0%;
  background: -webkit-linear-gradient(white 0%, transparent 0%), -webkit-linear-gradient(135deg, #f2f2f2 33.33%, transparent 33.33%) 0 0%, #f2f2f2 -webkit-linear-gradient(45deg, #f2f2f2 33.33%, white 33.33%) 0 0%;
  background: -o-linear-gradient(white 0%, transparent 0%), -o-linear-gradient(135deg, #f2f2f2 33.33%, transparent 33.33%) 0 0%, #f2f2f2 -o-linear-gradient(45deg, #f2f2f2 33.33%, white 33.33%) 0 0%;
  background: -moz-linear-gradient(white 0%, transparent 0%), -moz-linear-gradient(135deg, #f2f2f2 33.33%, transparent 33.33%) 0 0%, #f2f2f2 -moz-linear-gradient(45deg, #f2f2f2 33.33%, white 33.33%) 0 0%;
  background-repeat: repeat-x;
  background-size: 0em 100%, 0.5625em 1.6875em, 0.5625em 1.6875em;
}

.merchant--info:after {
  background: linear-gradient(#f2f2f2 0%, transparent 0%), linear-gradient(135deg, white 33.33%, transparent 33.33%) 0 0%, white linear-gradient(45deg, white 33.33%, #f2f2f2 33.33%) 0 0%;
  background: -webkit-linear-gradient(#f2f2f2 0%, transparent 0%), -webkit-linear-gradient(135deg, white 33.33%, transparent 33.33%) 0 0%, white -webkit-linear-gradient(45deg, white 33.33%, #f2f2f2 33.33%) 0 0%;
  background: -o-linear-gradient(#f2f2f2 0%, transparent 0%), -o-linear-gradient(135deg, white 33.33%, transparent 33.33%) 0 0%, white -o-linear-gradient(45deg, white 33.33%, #f2f2f2 33.33%) 0 0%;
  background: -moz-linear-gradient(#f2f2f2 0%, transparent 0%), -moz-linear-gradient(135deg, white 33.33%, transparent 33.33%) 0 0%, white -moz-linear-gradient(45deg, white 33.33%, #f2f2f2 33.33%) 0 0%;
  background-repeat: repeat-x;
  background-size: 0em 100%, 0.5625em 1.6875em, 0.5625em 1.6875em;
}

.merchant--info-separator {
  border-bottom: 0.125em dashed #E0E5EA;
  margin: 1.25em 0 0.625em 0;
}

.merchant--expired {
  text-align: center;
  line-height: 2em;
  width: 22.5em;
  margin: 1.875em auto 0;
  color: #959DA3;
}

.merchant--expired-text {
  color: #FF5F5F;
  padding-left: 1.875em;
  padding-right: 1.875em;
  font-size: 1.5em;
  line-height: 2em;
  text-transform: uppercase;
  text-align: center;
}
.merchant--expired-text:after {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FF5F5F;
  font-size: 1em;
  padding-left: 0.5em;
}

.form--card {
  width: 22.5em;
  height: 30em;
  margin: 1.25em auto 1.25em;
  border: 0.0625em solid #E0E5EA;
  border-radius: 0.375em;
  background-color: white;
}

.form--card-body {
  height: 21.25em;
  padding: 1.875em 1.875em 1.25em;
}

.form--card-brands {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.25em;
}

.form--card-brands-img {
  height: 1.5625em;
  width: 2.625em;
}
.form--card-brands-img img[src*=".svg"] {
  width: 2.625em\9 ;
}
@media screen and (min-width: 0\0 ) {
  .form--card-brands-img img[src*=".svg"] {
    width: 2.625em;
  }
}

.form--card-header {
  height: 3.75em;
  padding: 1.2em 1.8em 0;
  border-bottom: 0.0625em solid #E0E5EA;
}

.form--card-title {
  margin: 0;
  color: #555555;
  font-size: 1.2em;
  text-align: center;
}

.form--card-number,
.form--card-holder,
.form--card-month select,
.form--proceed-btn,
.form--card-year select {
  height: 2.625em;
}

.form--card-number,
.form--card-holder,
.form--card-month select,
.form--card-year select {
  font-size: 0.875em;
  font-weight: 100;
  line-height: 1.1em;
}

.form--card-number,
.form--card-holder,
.form--CCV-details,
.form--card-month select,
.form--card-year select {
  color: #86939e;
}
.form--card-number::placeholder,
.form--card-holder::placeholder,
.form--CCV-details::placeholder,
.form--card-month select::placeholder,
.form--card-year select::placeholder {
  color: #D4DAE2;
}

.form--security-code.error,
.form--card-holder.error,
.form--card-number.error,
.form--card-year select.error,
.form--card-month select.error {
  border: 1px solid red;
}

.form--card-holder,
.form--card-number {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.25em;
  padding-left: 1.25em;
  border: 0.125em solid #E0E5EA;
  border-radius: 0.375em;
}

.form--card-holder-label,
.form--expiry-date-label,
.form--security-code-label,
.form--card-number-label {
  color: #555555;
  font-size: 0.6875em;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
}

.form--card-month select,
.form--card-year select {
  box-sizing: border-box;
  width: 9.375em;
  margin-bottom: 1.25em;
  padding-left: 1.25em;
  border: 0.125em solid #E0E5EA;
  border-radius: 0.375em;
  background-position: 85% 50%;
}

.form--card-month select {
  float: left;
}

.form--card-year select {
  float: right;
}

.form--card-verification {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form__input-CCV input {
  box-sizing: border-box;
  border: 0.125em solid #E0E5EA;
  border-radius: 0.375em;
  background: url(/assets/card-ccv-bcbf6b54734eb8adf9f228a80c73600e4b333a6862159d009aee74ff5f2807a2.png) right no-repeat;
  background: none, url(/assets/card-ccv-12fe4eb943426199fa34f4977db752ffaa7d50a44f979f5656ac433c612798d7.svg) right no-repeat;
  color: #86939e;
  float: left;
  height: 2.625em;
  padding-left: 1.25em;
  padding-right: 2.5em;
  width: 9.375em;
  background-size: 1.875em, 1.25em;
  font-size: 0.875em;
  font-weight: 100;
  line-height: 1.1em;
}
.form__input-CCV input::placeholder {
  color: #D4DAE2;
}

.form--CCV-details {
  float: right;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 1.25em;
}
.form--CCV-details p {
  margin-top: 0.375em;
}

.form--proceed-btn {
  background-color: #30E1BA;
  border-color: transparent;
  border-radius: 0.375em;
  color: white;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin: 0.625em 0;
  text-shadow: 0.0325em 0.0325em 0 rgba(33, 157, 130, 0.5);
  text-transform: uppercase;
  width: 100%;
}
.form--proceed-btn:hover {
  background-color: #25D4AD;
}
.form--proceed-btn:active {
  background-color: #219d82;
}
.form--proceed-btn:before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: white;
  font-size: 1em;
  padding-right: 0.3em;
}
