@charset "UTF-8";
/*---------------------------------------------- RESET */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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;
}

p,
ul,
ol {
  margin: 0 0 20px;
}

ul,
ol {
  padding: 0 0 0 2.5em;
}

label {
  cursor: pointer;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
}

input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
}

/*---------------------------------------------- GLOBAL SETTINGS */
html,
body {
  height: 100%;
}

body {
  background: #fff;
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/*---------------------------------------------------- FORMATTING */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin: 0 0 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

a {
  color: #333;
  text-decoration: underline;
  outline: 0;
}

p a {
  line-height: inherit;
}

input,
textarea {
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transition: border-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}

ul,
ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

/*------------------------------------------------------ LAYOUT - HIDE UNNECESSARY ELEMENTS HERE */
nav,
.skip-to-link,
.type-dropdown,
.hamburger,
.footer-main {
  display: none;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

.invoice {
  padding: 40px;
}
.invoice strong {
  display: block;
  font-weight: bold;
}
.invoice a {
  color: inherit;
  text-decoration: underline;
}
.invoice__head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.invoice__head > * {
  margin-bottom: 20px;
}
.invoice__head .logo {
  margin-right: auto;
}
.invoice__head .logo > img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0;
}
.invoice__head .title {
  font-size: 3.2rem;
  letter-spacing: -0.4px;
}
.invoice__letterhead {
  margin: 40px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #323232;
}
.invoice__letterhead strong {
  margin-bottom: 5px;
}
.invoice__letterhead .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -90px;
  margin-bottom: -30px;
}
.invoice__letterhead .grid__item {
  padding-left: 90px;
  margin-bottom: 30px;
  flex-grow: 1;
}
.invoice__letterhead .grid__item:nth-child(1) {
  width: 390px;
}
.invoice__letterhead .grid__item:nth-child(2) {
  width: 240px;
}
.invoice__letterhead .grid__item:nth-child(3) {
  width: 290px;
}
.invoice__btn {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.invoice__btn > .btn {
  max-width: 100px;
  margin-right: 20px;
  border-radius: 6px;
}
.invoice__btn > .btn .inner {
  min-width: 0;
}
.invoice__btn .note {
  font-size: 1.2rem;
  color: #656565;
  letter-spacing: 0;
  line-height: 1.5;
}
.invoice__payer textarea {
  background: #f5f9ff;
  border: 1px solid #065af9;
  border-radius: 3px;
  padding: 13px 14px;
  font-size: 1.6rem;
  color: #5d8ce5;
  line-height: 1.6;
  height: 130px;
  max-height: 130px;
  min-height: 130px;
}
.invoice__meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.invoice__meta > li:not(:last-child) {
  margin-bottom: 15px;
}
.invoice__pricepaid {
  font-size: 3.2rem;
  letter-spacing: -0.4px;
  margin: 40px 0;
}
.invoice__items {
  margin: 40px 0;
}
.invoice__items table {
  border-spacing: 0;
  min-width: 100%;
  font-size: 1.4rem;
  color: #323232;
}
.invoice__items table th,
.invoice__items table td {
  padding: 10px 20px;
  text-align: left;
}
.invoice__items table thead tr:last-child th,
.invoice__items table thead tr:last-child td {
  border-bottom: 2px solid #cccccc;
}
.invoice__items table tbody tr th,
.invoice__items table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
.invoice__items table tfoot tr:first-child th,
.invoice__items table tfoot tr:first-child td {
  border-top: 1px solid #cccccc;
}
.invoice__items table tfoot tr:nth-child(2) {
  font-weight: bold;
}
.invoice__footer {
  border-top: 1px solid #bccbe1;
  padding-top: 40px;
  margin-top: 40px;
  font-size: 1.4rem;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.invoice__footer > * {
  margin-bottom: 20px;
}
.invoice__footer a {
  white-space: nowrap;
}
.invoice__footer p:first-child {
  margin-right: auto;
}
.invoice-wrap {
  background-color: #f9f9f9;
}
.invoice-wrap .header-main {
  background-color: transparent;
}
.invoice-wrap .header-main, .invoice__affiliate, .invoice__download {
  display: none;
}

.generated .tabs__triggers,
.generated .filter,
.generated .sample,
.generated .content-html,
.generated .clipboard-message {
  display: none;
}

@media (max-width: 580px){
  .invoice {
    padding: 30px;
  }
  .invoice__items table {
    font-size: 1.2rem;
  }
  .invoice__footer {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 375px){
  .invoice__letterhead, .invoice__prepaid, .invoice__items {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .invoice__footer {
    margin-top: 20px;
    padding-top: 20px;
  }
  .invoice__letterhead {
    font-size: 1.4rem;
  }
  .invoice__head .title, .invoice__pricepaid {
    font-size: 2.5rem;
  }
  .invoice__head {
    flex-direction: column;
    align-items: flex-start;
  }
}