/* CSS Reset - Thanks, Eric... MUST BE USED AS .CSS (NOT SASS) TO WORK WITH PRINCE PDF GENERATOR */
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{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0;}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:none;}table{border-collapse:collapse;border-spacing:0;}
/* line 1, app/assets/stylesheets/paperwork/pdf.scss */
body {
  -webkit-print-color-adjust: exact;
}

/* line 5, app/assets/stylesheets/paperwork/pdf.scss */
.hidden, .hidden-on-print-pdf {
  display: none;
}

/* line 9, app/assets/stylesheets/paperwork/pdf.scss */
.pwrk {
  padding: 0 !important;
  position: relative;
  min-height: auto;
}

@page {
  size: a4 portrait;
  /* stylelint-disable */
  prince-image-resolution: 300dpi;
  /* stylelint-enable */
  margin: 1.5cm;
  margin-bottom: 2.5cm;
}

/* line 22, app/assets/stylesheets/paperwork/pdf.scss */
.clear {
  clear: both;
}

/* line 26, app/assets/stylesheets/paperwork/pdf.scss */
.item-clearer {
  clear: both;
}

/* line 30, app/assets/stylesheets/paperwork/pdf.scss */
div.page-break {
  break-before: always;
}

/* line 34, app/assets/stylesheets/paperwork/pdf.scss */
.pwrk__totals {
  break-inside: auto;
}

/* line 38, app/assets/stylesheets/paperwork/pdf.scss */
.pwrk__item {
  break-inside: avoid-region;
}

/* line 42, app/assets/stylesheets/paperwork/pdf.scss */
.pwrk__item ~ .pwrk__item {
  break-inside: avoid-region;
}

/* line 46, app/assets/stylesheets/paperwork/pdf.scss */
.u-visible-sml-scrn-only {
  display: none;
}

/* line 50, app/assets/stylesheets/paperwork/pdf.scss */
.note {
  list-style: none;
}

/* line 54, app/assets/stylesheets/paperwork/pdf.scss */
.note__actions {
  display: none;
}

/* line 58, app/assets/stylesheets/paperwork/pdf.scss */
.pwrk__accreditations img {
  height: auto;
  display: block;
  break-inside: avoid;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a {
  visibility: visible;
  font-family: "Verdana", sans-serif;
  letter-spacing: -0.8px;
}

/* line 8, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a p, .c-pwrk-container .theme-a li, .c-pwrk-container .theme-a .rich-text p {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin: 5px 0px;
}

/* line 22, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .rich-text {
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .rich-text * {
  font-size: 1.0em;
  line-height: 1.6em;
}

/* line 28, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .rich-text > div:last-of-type {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a li {
  margin-left: 15px;
}

/* line 37, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a ul {
  list-style-type: disc;
}

/* line 41, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a ol {
  list-style-type: decimal;
}

/* line 46, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content * {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 9px;
}

/* line 51, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content strong {
  font-weight: bold;
}

/* line 54, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content > div {
  margin-bottom: 6px;
}

/* line 57, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content ul, .c-pwrk-container .theme-a .trix-content ol {
  margin-left: 18px;
  padding: 0;
  margin-bottom: 6px;
}

/* line 63, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content ul li {
  list-style-type: disc;
  margin: 3px 0;
}

/* line 69, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content ol li {
  list-style-type: decimal;
  margin: 3px 0;
}

/* line 74, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .trix-content a {
  color: #0056a4;
  text-decoration: underline;
  cursor: pointer;
}

/* line 84, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-label {
  display: inline-block;
  width: 75px;
  font-weight: bold;
  margin-right: 5px;
  min-width: 25px;
  color: #444444;
}

/* line 91, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-label--wider {
  width: 120px;
  vertical-align: top;
}

/* line 94, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-label--wider:after {
  content: ":";
  margin-left: -3px;
}

/* line 100, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .header-value {
  display: inline-block;
}

/* line 105, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777777;
  min-height: 280px;
}

@media (min-width: 900px) {
  /* line 105, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header {
    border-bottom-width: 2px;
  }
}

/* line 113, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-logo {
  float: none;
  text-align: left;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 113, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo {
    float: right;
    width: 280px;
    text-align: right;
  }
}

@media print {
  /* line 113, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo {
    float: right;
    width: 186px;
    text-align: right;
  }
}

/* line 127, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-logo img {
  max-width: 186px;
  max-height: 80px;
  border: none;
}

@media (min-width: 900px) {
  /* line 127, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo img {
    max-width: 206px;
    max-height: 120px;
  }
}

@media print {
  /* line 127, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-logo img {
    margin-left: -20px;
    max-width: 186px;
    max-height: 80px;
  }
}

/* line 142, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company {
  float: right;
  clear: right;
  width: 280px;
  text-align: right;
  padding: 0;
}

/* line 148, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-name {
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-address {
  margin-bottom: 24px;
}

/* line 155, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-contacts p {
  margin: 0;
}

/* line 157, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-company-contacts p .header-label {
  margin-right: 2px;
}

/* line 163, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-details {
  margin-bottom: 42px;
}

/* line 166, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header .pwrk__footer-numbers {
  color: #444444;
}

/* line 169, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer {
  width: 260px;
  padding: 16px 26px 16px 16px;
  margin-top: 20px;
  left: -16px;
  border-radius: 10px;
  font-size: 12px;
  position: relative;
}

@media (min-width: 900px) {
  /* line 169, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__header-customer {
    border: 2px solid #E6E7E8;
  }
}

/* line 180, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer-name, .c-pwrk-container .theme-a .pwrk__header-customer-address, .c-pwrk-container .theme-a .pwrk__header-customer-postcode {
  margin: 0;
}

/* line 183, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer-name {
  font-weight: bold;
}

/* line 187, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-job {
  width: 260px;
  padding: 16px 26px 16px 16px;
  margin: 10px 0 10px -16px;
}

/* line 191, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-job-address, .c-pwrk-container .theme-a .pwrk__header-job-postcode {
  margin: 0;
}

/* line 196, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer .header-label, .c-pwrk-container .theme-a .pwrk__header-job .header-label {
  float: left;
  width: auto;
  font-size: 12px;
}

/* line 201, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer p, .c-pwrk-container .theme-a .pwrk__header-job p {
  margin-left: 30px;
  margin-top: 0;
}

/* line 205, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-customer-block, .c-pwrk-container .theme-a .pwrk__header-job-block {
  display: block;
}

/* line 209, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__header-notes {
  margin-top: 72px;
}

/* line 215, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__body-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 219, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__body-desc-continued {
  font-size: 12px;
  margin: 0 0 30px;
  color: #555555;
  padding: 0;
}

/* line 225, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__body h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 10px;
}

/* line 232, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item {
  clear: both;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E7E8;
}

/* line 237, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-title {
  font-weight: bold;
  font-size: 14px;
  min-height: 16px;
}

/* line 242, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-title-label--optional {
  margin-left: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #8f919d;
  border: 1px solid rgba(143, 145, 157, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 252, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-title-label--accepted {
  margin-left: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #13a538;
  border: 1px solid rgba(19, 165, 56, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 264, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-description {
  margin: 10px 0 5px;
}

@media print, screen and (min-width: 900px) {
  /* line 264, app/assets/stylesheets/paperwork/themes/theme-a.scss */
  .c-pwrk-container .theme-a .pwrk__item-description {
    width: 490px;
  }
}

/* line 271, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing {
  float: right;
  text-align: right;
}

/* line 274, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-tax {
  display: block;
  color: #555555;
  font-size: 12px;
  margin: 3px 0;
}

/* line 280, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-sub-total {
  display: block;
  color: #555555;
  font-size: 12px;
  margin: 3px 0;
}

/* line 286, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-price {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  display: inline;
}

/* line 291, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-price--small {
  margin: 3px 0;
  font-weight: bold;
  font-size: 14px;
}

/* line 297, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-pricing-total {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  display: inline;
}

/* line 306, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials {
  margin: 5px 0 5px 5px;
  font-size: 12px;
}

/* line 309, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-description {
  margin: 0;
}

/* line 311, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-description-qty {
  display: inline-block;
  width: 88px;
  margin-right: 3px;
}

/* line 317, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-header {
  font-size: 12px;
  color: #555555;
  font-weight: normal;
  margin: 0 0 0 -5px;
}

/* line 323, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__item-materials-price {
  float: right;
  clear: right;
  font-size: 12px;
  color: #555555;
}

/* line 333, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .pwrk__additional-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 16px;
  border-bottom: 1px solid #555555;
}

/* line 343, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals {
  width: 270px;
  max-width: 270px;
  float: right;
  text-align: right;
  margin: 10px 0;
}

/* line 349, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-label {
  margin-left: 8px;
  float: left;
  text-align: left;
}

/* line 353, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-label--bold {
  font-weight: bold;
}

/* line 357, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-value {
  float: right;
  width: 140px;
  margin-left: -40px;
  font-size: 16px;
  text-align: right;
}

/* line 363, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals .totals-value--bold {
  font-weight: bold;
}

/* line 367, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-sub-total, .c-pwrk-container .theme-a .pwrk__totals-tax-rate, .c-pwrk-container .theme-a .pwrk__totals-excludes-tax {
  padding-left: 8px;
  margin: 0 0 9px;
  color: #555555;
  text-align: right;
  overflow: hidden;
}

/* line 374, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-total {
  margin: 15px 0 20px;
  background-color: #2F6596;
  color: #fff;
  border-radius: 10px;
  padding: 10px 10px 10px 12px;
  font-weight: normal;
  position: relative;
  right: -8px;
  min-height: 16px;
}

/* line 384, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-total .totals-label {
  display: inline-block;
  font-size: 13px;
  margin-left: 0;
}

/* line 389, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-total .totals-label, .c-pwrk-container .theme-a .pwrk__totals-total .totals-value {
  font-weight: bold;
}

/* line 393, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-overdue {
  font-weight: bold;
  font-size: 16px;
  margin: 15px -8px 20px 8px;
  color: #ce1b1b;
  background-color: #f4d1d1;
  border-radius: 10px;
  padding: 10px 10px 10px 12px;
}

/* line 402, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals.balance-remaining {
  width: 240px;
}

/* line 404, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals.balance-remaining .detail-label {
  width: 120px;
  display: inline-block;
}

/* line 409, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payments {
  margin: 10px 0 20px -100px;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 416, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payment-item {
  color: #555555;
  margin: 5px 0;
  font-size: 13px;
  text-align: left;
  list-style-type: none;
}

/* line 423, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payment-amount {
  float: right;
  font-size: 14px;
}

/* line 426, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__totals-payment-amount small {
  font-size: 13px;
}

/* line 434, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__notes-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 16px;
  border-bottom: 1px solid #777777;
}

/* line 442, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__notes-signature {
  width: 450px;
}

/* line 447, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer {
  padding: 20px 0 0;
  margin-top: 40px;
  border-top: 1px solid #777777;
  font-size: 11px;
  position: relative;
}

/* line 453, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer.blank {
  border-top: none;
}

/* line 456, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-block {
  margin-bottom: 15px;
}

/* line 459, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-title {
  font-weight: bold;
  font-size: 12px;
}

/* line 463, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-terms {
  font-size: 11px;
}

/* line 466, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-numbers {
  font-size: 11px;
  color: #444444;
}

/* line 469, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-numbers-label {
  font-weight: bold;
}

/* line 471, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__footer-numbers-label:after {
  content: ":";
  margin-left: -2px;
}

/* line 479, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__accreditations {
  flow: static(pwrk__accreditation-logo);
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

/* line 488, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__accreditation-logo {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

/* line 492, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__accreditation-logo img {
  max-width: 80px;
  max-height: 60px;
  vertical-align: middle;
}

/* line 499, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__signature {
  padding: 24px 0 6px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #777777;
}

/* line 503, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__signature-name {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 1px dashed #777777;
}

/* line 510, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__signature-date {
  display: inline-block;
  width: 36%;
  padding: 6px 0;
  border-bottom: 1px dashed #777777;
}

/* line 518, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__notes-space {
  padding: 24px 0 120px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #777777;
}

/* line 524, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__job-sheet-note {
  border-bottom: 1px solid #777777;
  margin: 12px 0;
}

/* line 530, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk__job-sheet-notes .note {
  border-bottom: 1px solid #777777;
  margin-bottom: 12px;
}

/* line 536, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .job-file {
  line-height: 24px;
}

/* line 538, app/assets/stylesheets/paperwork/themes/theme-a.scss */
.c-pwrk-container .theme-a .pwrk .job-file .btn--with-menu .btn {
  line-height: 9px;
  padding: 0 12px;
  margin: 0;
  top: 2px;
}
/*

 */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Rg-24937b781194997b8cefb75d90f3960cae3db4af12200773759bce6a452dc5b2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Rg-17de3bdc14193574efe5cfceb26e14fa78e1352a55a624ca56a9a9f31548f824.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Bold-00bd79a9510499e2674a44f3c66390b80f2e17e6baf0bd89d6bc478caec178f2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Bold-e671c3a14af987999babcc4cb8b3ac55d3305ba9bf0611cc2eb4c61986bfb5a8.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic-heavy";
  src: url(/assets/TradeGothicNextLTPro-Hv-f8b4dbb09e846fab7dfefe6a109265f7507da8c497419551558ce56ddb1f26a7.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Hv-cadcfd94b6350f5b01374419a1e5c364fca5d9168f89a33ac606aecdc7678660.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-regular-deb4bc86db218f022aa5b1a691d673763e6744cd53bb69903b20dbc647143702.woff2) format("woff2"), url(/assets/tiempos-text-web-regular-0dc9ffb82efe5eb8e510a89650057a71d19170e71126345b6d1c8aff2892ab40.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-bold-4c0e9e1c40dffab9e4d2aeef81fa19fad8edd58f0f0eb79db3c33dd20c39d681.woff2) format("woff2"), url(/assets/tiempos-text-web-bold-65774a8822c7c93dd1fb41de2c9f40f0b8151f869ed96f99986521279750b9e2.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos-headline";
  src: url(/assets/tiempos-headline-web-black-cfbb6e4791bca961222285453c3881c53897e227684cdbe6f543ec6ee0402df2.woff2) format("woff2"), url(/assets/tiempos-headline-web-black-78f59510436fb514d3c20b7803726a6a2bb62129ae5fa406537069db3d0b382d.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ------------ Headings and paragraphs ------------ */
/* line 53, app/assets/stylesheets/base/typography.scss */
p, h1, h2, h3, h4, h5, h6, li {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

@media print {
  /* line 53, app/assets/stylesheets/base/typography.scss */
  p, h1, h2, h3, h4, h5, h6, li {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/base/typography.scss */
.trade-gothic {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
ul li {
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/base/typography.scss */
.ul--bull {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 80, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li {
  border-bottom: 1px solid #d8dfe7;
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li:last-of-type {
  border: none;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
  margin: 18px 0;
}

/* line 96, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li {
  list-style-type: none;
  padding-left: 66px;
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
  color: white;
  background: #0056a4;
  width: 48px;
  height: 48px;
  margin-left: -66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 120, app/assets/stylesheets/base/typography.scss */
code {
  font-weight: 600;
  display: inline;
  color: #13a538;
}

/* line 127, app/assets/stylesheets/base/typography.scss */
.t--heavy {
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 130, app/assets/stylesheets/base/typography.scss */
.t--massive {
  font-size: 48px;
  line-height: 54px;
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/base/typography.scss */
  .t--massive {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 138, app/assets/stylesheets/base/typography.scss */
.t--xxxl {
  font-size: 33px;
  line-height: 39px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/base/typography.scss */
  .t--xxxl {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 146, app/assets/stylesheets/base/typography.scss */
.t--xxl {
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/base/typography.scss */
  .t--xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 154, app/assets/stylesheets/base/typography.scss */
.t--xl {
  font-size: 21px;
  line-height: 27px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/base/typography.scss */
  .t--xl {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.scss */
.t--lrg {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 165, app/assets/stylesheets/base/typography.scss */
.t--reg {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/base/typography.scss */
  .t--reg {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 168, app/assets/stylesheets/base/typography.scss */
.t--sml {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/base/typography.scss */
  .t--sml {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  /* line 171, app/assets/stylesheets/base/typography.scss */
  .t--sml--mobile-scrn-only {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 177, app/assets/stylesheets/base/typography.scss */
.t--tiny, .t--xs {
  font-size: 13px;
  line-height: 20px;
}

/* line 181, app/assets/stylesheets/base/typography.scss */
.t--highlighted {
  background: #fff9ba;
  padding: 3px 6px;
}

/* line 185, app/assets/stylesheets/base/typography.scss */
.t--bold {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/base/typography.scss */
.t--no-bold {
  font-weight: normal !important;
}

/* line 191, app/assets/stylesheets/base/typography.scss */
.t--ucase {
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/base/typography.scss */
.t--uline {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/base/typography.scss */
.t--strike {
  text-decoration: line-through;
}

/* line 201, app/assets/stylesheets/base/typography.scss */
.t--pill {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  line-height: 1.5em;
  border: 1px solid #8f919d;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/base/typography.scss */
.t--pill-new {
  margin-top: -4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px;
  color: #028b67;
  background: rgba(209, 237, 225, 0.5);
  border-color: #13a538;
}

/* line 221, app/assets/stylesheets/base/typography.scss */
.t--pulsing {
  animation: pulsing-text 2s infinite;
}

/* line 223, app/assets/stylesheets/base/typography.scss */
.t--pulsing:after {
  content: "";
  animation: loading-progress 4s infinite;
}

@keyframes pulsing-text {
  0% {
    color: #636e78;
  }
  50% {
    color: rgba(99, 110, 120, 0.5);
  }
  100% {
    color: #636e78;
  }
}

@keyframes loading-progress {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* line 10, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b {
  visibility: visible;
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

/* line 16, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b p {
  font-size: 14px;
  line-height: 20px;
}

/* line 20, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .rich-text {
  font-size: 14px;
  line-height: 20px;
}

/* line 23, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .rich-text * {
  font-size: 14px;
  line-height: 20px;
}

/* line 27, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .rich-text > div:last-of-type {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b ul {
  list-style-type: disc;
}

/* line 34, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b ol {
  list-style-type: decimal;
}

/* line 37, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b li {
  margin-left: 20px;
}

/* line 43, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
  min-height: 270px;
}

/* line 50, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-title {
  font-size: 27px;
  line-height: 33px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 900px) {
  /* line 50, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-title {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 36px;
  }
}

/* line 62, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-label {
  vertical-align: top;
  display: inline-block;
  width: 97px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 69, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-label:after {
  content: ":";
  margin-left: -3px;
}

/* line 73, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-label--wider {
  width: 110px;
  margin: 3px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 73, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header .header-label--wider {
    width: 130px;
  }
}

/* line 81, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-value {
  display: inline-block;
  width: 200px;
}

@media print, screen and (min-width: 900px) {
  /* line 81, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header .header-value {
    width: 260px;
  }
}

/* line 89, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-logo {
  text-align: right;
}

@media print, screen and (min-width: 900px) {
  /* line 89, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-logo {
    position: absolute;
    margin-top: -22px;
    right: 0;
    top: 0;
    width: 206px;
  }
}

/* line 98, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-logo img {
  max-width: 206px;
  max-height: 88px;
}

@media print {
  /* line 98, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-logo img {
    max-width: 206px;
    max-height: 88px;
  }
}

/* line 107, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-details {
  margin: 0 0 24px;
}

@media print, screen and (min-width: 900px) {
  /* line 107, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-details {
    margin: 0 280px 24px 0;
  }
}

/* line 112, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-details--wider {
  margin-right: 0;
}

@media print, screen and (min-width: 900px) {
  /* line 112, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-details--wider {
    margin-right: 206px;
  }
}

/* line 117, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-details--wider .header-value {
  margin: 3px 0;
  width: 190px;
}

@media print, screen and (min-width: 900px) {
  /* line 117, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-details--wider .header-value {
    width: 260px;
  }
}

/* line 126, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company {
  position: absolute;
  top: 75px;
  right: 0;
  left: auto;
  width: 206px;
  text-align: left;
  color: #636e78;
}

/* line 134, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-name {
  font-weight: bold;
}

/* line 137, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts {
  margin-top: 12px;
}

/* line 139, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .header-label {
  display: none;
}

/* line 142, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .company-contact-label {
  margin-bottom: 6px;
}

/* line 144, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .company-contact-label--sml {
  font-size: 13px;
  line-height: 19px;
}

/* line 148, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .company-contact-label--smllr {
  font-size: 12px;
  line-height: 18px;
}

/* line 155, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-customer, .c-pwrk-container .theme-b .pwrk__header-job {
  margin: 18px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 155, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-customer, .c-pwrk-container .theme-b .pwrk__header-job {
    margin: 18px 280px 0 0;
  }
}

/* line 160, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-customer-block, .c-pwrk-container .theme-b .pwrk__header-job-block {
  display: inline-block;
  width: 200px;
}

@media print, screen and (min-width: 900px) {
  /* line 160, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-customer-block, .c-pwrk-container .theme-b .pwrk__header-job-block {
    width: 260px;
  }
}

/* line 168, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-notes {
  margin-top: 72px;
}

/* line 174, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__body-intro {
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
}

/* line 179, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__body-desc-continued {
  margin-bottom: 18px;
}

/* line 184, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 110px;
  border-bottom: 1px solid #cccccc;
}

@media print, screen and (min-width: 900px) {
  /* line 184, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item {
    padding-bottom: 21px;
  }
}

/* line 192, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item--heading {
  padding-bottom: 21px;
}

/* line 195, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-title {
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-title-label--optional {
  margin-left: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #8f919d;
  border: 1px solid rgba(143, 145, 157, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-title-label--accepted {
  margin-left: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #13a538;
  border: 1px solid rgba(19, 165, 56, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 220, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-description {
  width: 100%;
  margin-top: 3px;
}

@media print, screen and (min-width: 900px) {
  /* line 220, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-description {
    width: 440px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 226, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-description--wide {
    width: 500px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 231, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-description--full {
    width: 100%;
  }
}

/* line 237, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing {
  position: absolute;
  top: auto;
  bottom: 18px;
  right: 0;
  text-align: right;
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  /* line 237, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-pricing {
    position: relative;
    float: right;
    width: 200px;
    top: 0;
    bottom: auto;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 251, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-pricing--narrow {
    width: 140px;
  }
}

/* line 256, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-tax-label {
  color: #636e78;
}

/* line 259, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-price, .c-pwrk-container .theme-b .pwrk__item-pricing-tax, .c-pwrk-container .theme-b .pwrk__item-pricing-sub-total, .c-pwrk-container .theme-b .pwrk__item-pricing-total {
  font-size: 14px;
  line-height: 20px;
  margin: 3px 0;
}

/* line 263, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-price--small, .c-pwrk-container .theme-b .pwrk__item-pricing-tax--small, .c-pwrk-container .theme-b .pwrk__item-pricing-sub-total--small, .c-pwrk-container .theme-b .pwrk__item-pricing-total--small {
  font-size: 0.9em;
}

/* line 266, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-price--bold, .c-pwrk-container .theme-b .pwrk__item-pricing-tax--bold, .c-pwrk-container .theme-b .pwrk__item-pricing-sub-total--bold, .c-pwrk-container .theme-b .pwrk__item-pricing-total--bold {
  font-weight: bold;
}

/* line 270, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-total {
  margin-top: 6px;
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials {
  margin: 6px 0;
}

/* line 277, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials-header {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* line 281, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials-header-amount {
  font-weight: normal;
}

/* line 285, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials-price {
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 20px;
}

/* line 295, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__additional-title {
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
}

/* line 301, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__additional .pwrk__item.last {
  border-bottom: none;
}

/* line 306, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals {
  width: 206px;
  float: right;
  padding-bottom: 18px;
}

/* line 310, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals--top {
  width: 100%;
  float: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}

/* line 315, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals--top .pwrk__totals-total, .c-pwrk-container .theme-b .pwrk__totals--top .pwrk__totals-sub-total {
  width: 206px;
  float: right;
}

/* line 320, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-sub-total, .c-pwrk-container .theme-b .pwrk__totals-tax-rate, .c-pwrk-container .theme-b .pwrk__totals-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 3px 0;
}

/* line 325, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-label {
  display: inline-block;
  text-align: left;
}

/* line 328, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-label--bold {
  font-weight: bold;
}

/* line 332, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-value {
  display: inline-block;
  text-align: right;
  flex: 1;
  align-self: center;
}

/* line 337, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-value--bold {
  font-weight: bold;
}

/* line 341, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-total {
  margin: 12px 0;
}

/* line 343, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-total .totals-label, .c-pwrk-container .theme-b .pwrk__totals-total .totals-value {
  font-weight: bold;
  font-size: 17px;
}

/* line 348, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-excludes-tax {
  text-align: right;
  color: #636e78;
}

/* line 352, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-overdue {
  text-align: center;
  color: #ce1b1b;
  font-weight: bold;
  font-size: 17px;
  padding: 9px 0;
  border-top: 1px solid #f4d1d1;
  border-bottom: 1px solid #f4d1d1;
}

/* line 361, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payments {
  margin: 12px 0 0 -90px;
  list-style-type: none;
}

/* line 364, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payments li {
  margin-bottom: 9px;
}

/* line 366, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payments li:last-of-type {
  margin-bottom: 0;
}

/* line 372, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-item, .c-pwrk-container .theme-b .pwrk__totals-payment-amount {
  font-size: 14px;
  line-height: 20px;
  color: #636e78;
  display: inline-block;
}

/* line 378, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-item {
  text-align: left;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 384, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-amount {
  flex: 1;
  text-align: right;
  align-self: center;
}

/* line 389, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-desc {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* line 396, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer, .c-pwrk-container .theme-b .pwrk__notes {
  font-size: 14px;
  line-height: 20px;
}

/* line 399, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-title, .c-pwrk-container .theme-b .pwrk__notes-title {
  margin-bottom: 3px;
  padding-top: 18px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 407, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-signature, .c-pwrk-container .theme-b .pwrk__notes-signature {
  width: 450px;
}

/* line 414, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-block--terms {
  margin-top: 36px;
}

/* line 418, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-terms {
  display: block;
  margin-bottom: 36px;
}

/* line 422, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-numbers {
  font-size: 12px;
  color: #636e78;
}

/* line 426, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-numbers-label:after {
  content: ":";
  margin-left: -2px;
}

/* line 434, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__accreditations {
  flow: static(pwrk__accreditation-logo);
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 900px) {
  /* line 434, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__accreditations {
    bottom: 36px;
  }
}

/* line 446, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__accreditation-logo {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 446, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__accreditation-logo {
    margin: 0 18px;
  }
}

/* line 453, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__accreditation-logo img {
  max-width: 50px;
  max-height: 40px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 453, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__accreditation-logo img {
    max-width: 60px;
    max-height: 50px;
  }
}

/* line 464, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__signature {
  padding: 24px 0 6px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 468, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__signature-name {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 475, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__signature-date {
  display: inline-block;
  width: 36%;
  padding: 6px 0;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 483, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__notes-space {
  padding: 24px 0 120px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 489, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__job-sheet-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 36px;
  margin-bottom: 9px;
}

/* line 496, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__job-sheet-note {
  border-bottom: 1px solid #cccccc;
  margin: 12px 0;
}

/* line 501, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__job-sheet-notes .note {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

/* line 506, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk .file-uploader ul {
  margin-top: 12px;
}

/* line 509, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk .job-file {
  font-size: 14px;
  line-height: 20px;
}

/* line 512, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk .job-file .btn--with-menu .btn {
  margin: 0;
  padding: 0 15px;
}
/*

*/
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Rg-24937b781194997b8cefb75d90f3960cae3db4af12200773759bce6a452dc5b2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Rg-17de3bdc14193574efe5cfceb26e14fa78e1352a55a624ca56a9a9f31548f824.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Bold-00bd79a9510499e2674a44f3c66390b80f2e17e6baf0bd89d6bc478caec178f2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Bold-e671c3a14af987999babcc4cb8b3ac55d3305ba9bf0611cc2eb4c61986bfb5a8.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic-heavy";
  src: url(/assets/TradeGothicNextLTPro-Hv-f8b4dbb09e846fab7dfefe6a109265f7507da8c497419551558ce56ddb1f26a7.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Hv-cadcfd94b6350f5b01374419a1e5c364fca5d9168f89a33ac606aecdc7678660.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-regular-deb4bc86db218f022aa5b1a691d673763e6744cd53bb69903b20dbc647143702.woff2) format("woff2"), url(/assets/tiempos-text-web-regular-0dc9ffb82efe5eb8e510a89650057a71d19170e71126345b6d1c8aff2892ab40.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-bold-4c0e9e1c40dffab9e4d2aeef81fa19fad8edd58f0f0eb79db3c33dd20c39d681.woff2) format("woff2"), url(/assets/tiempos-text-web-bold-65774a8822c7c93dd1fb41de2c9f40f0b8151f869ed96f99986521279750b9e2.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos-headline";
  src: url(/assets/tiempos-headline-web-black-cfbb6e4791bca961222285453c3881c53897e227684cdbe6f543ec6ee0402df2.woff2) format("woff2"), url(/assets/tiempos-headline-web-black-78f59510436fb514d3c20b7803726a6a2bb62129ae5fa406537069db3d0b382d.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ------------ Headings and paragraphs ------------ */
/* line 53, app/assets/stylesheets/base/typography.scss */
p, h1, h2, h3, h4, h5, h6, li {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

@media print {
  /* line 53, app/assets/stylesheets/base/typography.scss */
  p, h1, h2, h3, h4, h5, h6, li {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/base/typography.scss */
.trade-gothic {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
ul li {
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/base/typography.scss */
.ul--bull {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 80, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li {
  border-bottom: 1px solid #d8dfe7;
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li:last-of-type {
  border: none;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
  margin: 18px 0;
}

/* line 96, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li {
  list-style-type: none;
  padding-left: 66px;
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
  color: white;
  background: #0056a4;
  width: 48px;
  height: 48px;
  margin-left: -66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 120, app/assets/stylesheets/base/typography.scss */
code {
  font-weight: 600;
  display: inline;
  color: #13a538;
}

/* line 127, app/assets/stylesheets/base/typography.scss */
.t--heavy {
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 130, app/assets/stylesheets/base/typography.scss */
.t--massive {
  font-size: 48px;
  line-height: 54px;
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/base/typography.scss */
  .t--massive {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 138, app/assets/stylesheets/base/typography.scss */
.t--xxxl {
  font-size: 33px;
  line-height: 39px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/base/typography.scss */
  .t--xxxl {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 146, app/assets/stylesheets/base/typography.scss */
.t--xxl {
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/base/typography.scss */
  .t--xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 154, app/assets/stylesheets/base/typography.scss */
.t--xl {
  font-size: 21px;
  line-height: 27px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/base/typography.scss */
  .t--xl {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.scss */
.t--lrg {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 165, app/assets/stylesheets/base/typography.scss */
.t--reg {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/base/typography.scss */
  .t--reg {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 168, app/assets/stylesheets/base/typography.scss */
.t--sml {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/base/typography.scss */
  .t--sml {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  /* line 171, app/assets/stylesheets/base/typography.scss */
  .t--sml--mobile-scrn-only {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 177, app/assets/stylesheets/base/typography.scss */
.t--tiny, .t--xs {
  font-size: 13px;
  line-height: 20px;
}

/* line 181, app/assets/stylesheets/base/typography.scss */
.t--highlighted {
  background: #fff9ba;
  padding: 3px 6px;
}

/* line 185, app/assets/stylesheets/base/typography.scss */
.t--bold {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/base/typography.scss */
.t--no-bold {
  font-weight: normal !important;
}

/* line 191, app/assets/stylesheets/base/typography.scss */
.t--ucase {
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/base/typography.scss */
.t--uline {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/base/typography.scss */
.t--strike {
  text-decoration: line-through;
}

/* line 201, app/assets/stylesheets/base/typography.scss */
.t--pill {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  line-height: 1.5em;
  border: 1px solid #8f919d;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/base/typography.scss */
.t--pill-new {
  margin-top: -4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px;
  color: #028b67;
  background: rgba(209, 237, 225, 0.5);
  border-color: #13a538;
}

/* line 221, app/assets/stylesheets/base/typography.scss */
.t--pulsing {
  animation: pulsing-text 2s infinite;
}

/* line 223, app/assets/stylesheets/base/typography.scss */
.t--pulsing:after {
  content: "";
  animation: loading-progress 4s infinite;
}

@keyframes pulsing-text {
  0% {
    color: #636e78;
  }
  50% {
    color: rgba(99, 110, 120, 0.5);
  }
  100% {
    color: #636e78;
  }
}

@keyframes loading-progress {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Rg-24937b781194997b8cefb75d90f3960cae3db4af12200773759bce6a452dc5b2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Rg-17de3bdc14193574efe5cfceb26e14fa78e1352a55a624ca56a9a9f31548f824.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Bold-00bd79a9510499e2674a44f3c66390b80f2e17e6baf0bd89d6bc478caec178f2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Bold-e671c3a14af987999babcc4cb8b3ac55d3305ba9bf0611cc2eb4c61986bfb5a8.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic-heavy";
  src: url(/assets/TradeGothicNextLTPro-Hv-f8b4dbb09e846fab7dfefe6a109265f7507da8c497419551558ce56ddb1f26a7.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Hv-cadcfd94b6350f5b01374419a1e5c364fca5d9168f89a33ac606aecdc7678660.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-regular-deb4bc86db218f022aa5b1a691d673763e6744cd53bb69903b20dbc647143702.woff2) format("woff2"), url(/assets/tiempos-text-web-regular-0dc9ffb82efe5eb8e510a89650057a71d19170e71126345b6d1c8aff2892ab40.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-bold-4c0e9e1c40dffab9e4d2aeef81fa19fad8edd58f0f0eb79db3c33dd20c39d681.woff2) format("woff2"), url(/assets/tiempos-text-web-bold-65774a8822c7c93dd1fb41de2c9f40f0b8151f869ed96f99986521279750b9e2.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos-headline";
  src: url(/assets/tiempos-headline-web-black-cfbb6e4791bca961222285453c3881c53897e227684cdbe6f543ec6ee0402df2.woff2) format("woff2"), url(/assets/tiempos-headline-web-black-78f59510436fb514d3c20b7803726a6a2bb62129ae5fa406537069db3d0b382d.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ------------ Headings and paragraphs ------------ */
/* line 53, app/assets/stylesheets/base/typography.scss */
p, h1, h2, h3, h4, h5, h6, li {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

@media print {
  /* line 53, app/assets/stylesheets/base/typography.scss */
  p, h1, h2, h3, h4, h5, h6, li {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/base/typography.scss */
.trade-gothic {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
ul li {
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/base/typography.scss */
.ul--bull {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 80, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li {
  border-bottom: 1px solid #d8dfe7;
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li:last-of-type {
  border: none;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
  margin: 18px 0;
}

/* line 96, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li {
  list-style-type: none;
  padding-left: 66px;
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
  color: white;
  background: #0056a4;
  width: 48px;
  height: 48px;
  margin-left: -66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 120, app/assets/stylesheets/base/typography.scss */
code {
  font-weight: 600;
  display: inline;
  color: #13a538;
}

/* line 127, app/assets/stylesheets/base/typography.scss */
.t--heavy {
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 130, app/assets/stylesheets/base/typography.scss */
.t--massive {
  font-size: 48px;
  line-height: 54px;
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/base/typography.scss */
  .t--massive {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 138, app/assets/stylesheets/base/typography.scss */
.t--xxxl {
  font-size: 33px;
  line-height: 39px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/base/typography.scss */
  .t--xxxl {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 146, app/assets/stylesheets/base/typography.scss */
.t--xxl {
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/base/typography.scss */
  .t--xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 154, app/assets/stylesheets/base/typography.scss */
.t--xl {
  font-size: 21px;
  line-height: 27px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/base/typography.scss */
  .t--xl {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.scss */
.t--lrg {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 165, app/assets/stylesheets/base/typography.scss */
.t--reg {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/base/typography.scss */
  .t--reg {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 168, app/assets/stylesheets/base/typography.scss */
.t--sml {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/base/typography.scss */
  .t--sml {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  /* line 171, app/assets/stylesheets/base/typography.scss */
  .t--sml--mobile-scrn-only {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 177, app/assets/stylesheets/base/typography.scss */
.t--tiny, .t--xs {
  font-size: 13px;
  line-height: 20px;
}

/* line 181, app/assets/stylesheets/base/typography.scss */
.t--highlighted {
  background: #fff9ba;
  padding: 3px 6px;
}

/* line 185, app/assets/stylesheets/base/typography.scss */
.t--bold {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/base/typography.scss */
.t--no-bold {
  font-weight: normal !important;
}

/* line 191, app/assets/stylesheets/base/typography.scss */
.t--ucase {
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/base/typography.scss */
.t--uline {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/base/typography.scss */
.t--strike {
  text-decoration: line-through;
}

/* line 201, app/assets/stylesheets/base/typography.scss */
.t--pill {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  line-height: 1.5em;
  border: 1px solid #8f919d;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/base/typography.scss */
.t--pill-new {
  margin-top: -4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px;
  color: #028b67;
  background: rgba(209, 237, 225, 0.5);
  border-color: #13a538;
}

/* line 221, app/assets/stylesheets/base/typography.scss */
.t--pulsing {
  animation: pulsing-text 2s infinite;
}

/* line 223, app/assets/stylesheets/base/typography.scss */
.t--pulsing:after {
  content: "";
  animation: loading-progress 4s infinite;
}

@keyframes pulsing-text {
  0% {
    color: #636e78;
  }
  50% {
    color: rgba(99, 110, 120, 0.5);
  }
  100% {
    color: #636e78;
  }
}

@keyframes loading-progress {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* line 10, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b, .c-pwrk-container .theme-c {
  visibility: visible;
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

/* line 16, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b p, .c-pwrk-container .theme-c p {
  font-size: 14px;
  line-height: 20px;
}

/* line 20, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .rich-text, .c-pwrk-container .theme-c .rich-text {
  font-size: 14px;
  line-height: 20px;
}

/* line 23, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .rich-text *, .c-pwrk-container .theme-c .rich-text * {
  font-size: 14px;
  line-height: 20px;
}

/* line 27, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .rich-text > div:last-of-type, .c-pwrk-container .theme-c .rich-text > div:last-of-type {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b ul, .c-pwrk-container .theme-c ul {
  list-style-type: disc;
}

/* line 34, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b ol, .c-pwrk-container .theme-c ol {
  list-style-type: decimal;
}

/* line 37, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b li, .c-pwrk-container .theme-c li {
  margin-left: 20px;
}

/* line 43, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header, .c-pwrk-container .theme-c .pwrk__header {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
  min-height: 270px;
}

/* line 50, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-title, .c-pwrk-container .theme-c .pwrk__header-title {
  font-size: 27px;
  line-height: 33px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 900px) {
  /* line 50, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-title, .c-pwrk-container .theme-c .pwrk__header-title {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 36px;
  }
}

/* line 62, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-label, .c-pwrk-container .theme-c .pwrk__header .header-label {
  vertical-align: top;
  display: inline-block;
  width: 97px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 69, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-label:after, .c-pwrk-container .theme-c .pwrk__header .header-label:after {
  content: ":";
  margin-left: -3px;
}

/* line 73, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-label--wider, .c-pwrk-container .theme-c .pwrk__header .header-label--wider {
  width: 110px;
  margin: 3px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 73, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header .header-label--wider, .c-pwrk-container .theme-c .pwrk__header .header-label--wider {
    width: 130px;
  }
}

/* line 81, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header .header-value, .c-pwrk-container .theme-c .pwrk__header .header-value {
  display: inline-block;
  width: 200px;
}

@media print, screen and (min-width: 900px) {
  /* line 81, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header .header-value, .c-pwrk-container .theme-c .pwrk__header .header-value {
    width: 260px;
  }
}

/* line 89, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-logo, .c-pwrk-container .theme-c .pwrk__header-logo {
  text-align: right;
}

@media print, screen and (min-width: 900px) {
  /* line 89, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-logo, .c-pwrk-container .theme-c .pwrk__header-logo {
    position: absolute;
    margin-top: -22px;
    right: 0;
    top: 0;
    width: 206px;
  }
}

/* line 98, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-logo img, .c-pwrk-container .theme-c .pwrk__header-logo img {
  max-width: 206px;
  max-height: 88px;
}

@media print {
  /* line 98, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-logo img, .c-pwrk-container .theme-c .pwrk__header-logo img {
    max-width: 206px;
    max-height: 88px;
  }
}

/* line 107, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-details, .c-pwrk-container .theme-c .pwrk__header-details {
  margin: 0 0 24px;
}

@media print, screen and (min-width: 900px) {
  /* line 107, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-details, .c-pwrk-container .theme-c .pwrk__header-details {
    margin: 0 280px 24px 0;
  }
}

/* line 112, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-details--wider, .c-pwrk-container .theme-c .pwrk__header-details--wider {
  margin-right: 0;
}

@media print, screen and (min-width: 900px) {
  /* line 112, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-details--wider, .c-pwrk-container .theme-c .pwrk__header-details--wider {
    margin-right: 206px;
  }
}

/* line 117, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-details--wider .header-value, .c-pwrk-container .theme-c .pwrk__header-details--wider .header-value {
  margin: 3px 0;
  width: 190px;
}

@media print, screen and (min-width: 900px) {
  /* line 117, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-details--wider .header-value, .c-pwrk-container .theme-c .pwrk__header-details--wider .header-value {
    width: 260px;
  }
}

/* line 126, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company, .c-pwrk-container .theme-c .pwrk__header-company {
  position: absolute;
  top: 75px;
  right: 0;
  left: auto;
  width: 206px;
  text-align: left;
  color: #636e78;
}

/* line 134, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-name, .c-pwrk-container .theme-c .pwrk__header-company-name {
  font-weight: bold;
}

/* line 137, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts, .c-pwrk-container .theme-c .pwrk__header-company-contacts {
  margin-top: 12px;
}

/* line 139, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .header-label, .c-pwrk-container .theme-c .pwrk__header-company-contacts .header-label {
  display: none;
}

/* line 142, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .company-contact-label, .c-pwrk-container .theme-c .pwrk__header-company-contacts .company-contact-label {
  margin-bottom: 6px;
}

/* line 144, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .company-contact-label--sml, .c-pwrk-container .theme-c .pwrk__header-company-contacts .company-contact-label--sml {
  font-size: 13px;
  line-height: 19px;
}

/* line 148, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-company-contacts .company-contact-label--smllr, .c-pwrk-container .theme-c .pwrk__header-company-contacts .company-contact-label--smllr {
  font-size: 12px;
  line-height: 18px;
}

/* line 155, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-customer, .c-pwrk-container .theme-c .pwrk__header-customer, .c-pwrk-container .theme-b .pwrk__header-job, .c-pwrk-container .theme-c .pwrk__header-job {
  margin: 18px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 155, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-customer, .c-pwrk-container .theme-c .pwrk__header-customer, .c-pwrk-container .theme-b .pwrk__header-job, .c-pwrk-container .theme-c .pwrk__header-job {
    margin: 18px 280px 0 0;
  }
}

/* line 160, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-customer-block, .c-pwrk-container .theme-c .pwrk__header-customer-block, .c-pwrk-container .theme-b .pwrk__header-job-block, .c-pwrk-container .theme-c .pwrk__header-job-block {
  display: inline-block;
  width: 200px;
}

@media print, screen and (min-width: 900px) {
  /* line 160, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__header-customer-block, .c-pwrk-container .theme-c .pwrk__header-customer-block, .c-pwrk-container .theme-b .pwrk__header-job-block, .c-pwrk-container .theme-c .pwrk__header-job-block {
    width: 260px;
  }
}

/* line 168, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__header-notes, .c-pwrk-container .theme-c .pwrk__header-notes {
  margin-top: 72px;
}

/* line 174, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__body-intro, .c-pwrk-container .theme-c .pwrk__body-intro {
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
}

/* line 179, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__body-desc-continued, .c-pwrk-container .theme-c .pwrk__body-desc-continued {
  margin-bottom: 18px;
}

/* line 184, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item, .c-pwrk-container .theme-c .pwrk__item {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 110px;
  border-bottom: 1px solid #cccccc;
}

@media print, screen and (min-width: 900px) {
  /* line 184, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item, .c-pwrk-container .theme-c .pwrk__item {
    padding-bottom: 21px;
  }
}

/* line 192, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item--heading, .c-pwrk-container .theme-c .pwrk__item--heading {
  padding-bottom: 21px;
}

/* line 195, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-title, .c-pwrk-container .theme-c .pwrk__item-title {
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-title-label--optional, .c-pwrk-container .theme-c .pwrk__item-title-label--optional {
  margin-left: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #8f919d;
  border: 1px solid rgba(143, 145, 157, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-title-label--accepted, .c-pwrk-container .theme-c .pwrk__item-title-label--accepted {
  margin-left: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #13a538;
  border: 1px solid rgba(19, 165, 56, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 220, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-description, .c-pwrk-container .theme-c .pwrk__item-description {
  width: 100%;
  margin-top: 3px;
}

@media print, screen and (min-width: 900px) {
  /* line 220, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-description, .c-pwrk-container .theme-c .pwrk__item-description {
    width: 440px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 226, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-description--wide, .c-pwrk-container .theme-c .pwrk__item-description--wide {
    width: 500px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 231, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-description--full, .c-pwrk-container .theme-c .pwrk__item-description--full {
    width: 100%;
  }
}

/* line 237, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing, .c-pwrk-container .theme-c .pwrk__item-pricing {
  position: absolute;
  top: auto;
  bottom: 18px;
  right: 0;
  text-align: right;
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  /* line 237, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-pricing, .c-pwrk-container .theme-c .pwrk__item-pricing {
    position: relative;
    float: right;
    width: 200px;
    top: 0;
    bottom: auto;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 251, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__item-pricing--narrow, .c-pwrk-container .theme-c .pwrk__item-pricing--narrow {
    width: 140px;
  }
}

/* line 256, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-tax-label, .c-pwrk-container .theme-c .pwrk__item-pricing-tax-label {
  color: #636e78;
}

/* line 259, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-price, .c-pwrk-container .theme-c .pwrk__item-pricing-price, .c-pwrk-container .theme-b .pwrk__item-pricing-tax, .c-pwrk-container .theme-c .pwrk__item-pricing-tax, .c-pwrk-container .theme-b .pwrk__item-pricing-sub-total, .c-pwrk-container .theme-c .pwrk__item-pricing-sub-total, .c-pwrk-container .theme-b .pwrk__item-pricing-total, .c-pwrk-container .theme-c .pwrk__item-pricing-total {
  font-size: 14px;
  line-height: 20px;
  margin: 3px 0;
}

/* line 263, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-price--small, .c-pwrk-container .theme-c .pwrk__item-pricing-price--small, .c-pwrk-container .theme-b .pwrk__item-pricing-tax--small, .c-pwrk-container .theme-c .pwrk__item-pricing-tax--small, .c-pwrk-container .theme-b .pwrk__item-pricing-sub-total--small, .c-pwrk-container .theme-c .pwrk__item-pricing-sub-total--small, .c-pwrk-container .theme-b .pwrk__item-pricing-total--small, .c-pwrk-container .theme-c .pwrk__item-pricing-total--small {
  font-size: 0.9em;
}

/* line 266, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-price--bold, .c-pwrk-container .theme-c .pwrk__item-pricing-price--bold, .c-pwrk-container .theme-b .pwrk__item-pricing-tax--bold, .c-pwrk-container .theme-c .pwrk__item-pricing-tax--bold, .c-pwrk-container .theme-b .pwrk__item-pricing-sub-total--bold, .c-pwrk-container .theme-c .pwrk__item-pricing-sub-total--bold, .c-pwrk-container .theme-b .pwrk__item-pricing-total--bold, .c-pwrk-container .theme-c .pwrk__item-pricing-total--bold {
  font-weight: bold;
}

/* line 270, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-pricing-total, .c-pwrk-container .theme-c .pwrk__item-pricing-total {
  margin-top: 6px;
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials, .c-pwrk-container .theme-c .pwrk__item-materials {
  margin: 6px 0;
}

/* line 277, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials-header, .c-pwrk-container .theme-c .pwrk__item-materials-header {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* line 281, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials-header-amount, .c-pwrk-container .theme-c .pwrk__item-materials-header-amount {
  font-weight: normal;
}

/* line 285, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__item-materials-price, .c-pwrk-container .theme-c .pwrk__item-materials-price {
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 20px;
}

/* line 295, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__additional-title, .c-pwrk-container .theme-c .pwrk__additional-title {
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
}

/* line 301, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__additional .pwrk__item.last, .c-pwrk-container .theme-c .pwrk__additional .pwrk__item.last {
  border-bottom: none;
}

/* line 306, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals, .c-pwrk-container .theme-c .pwrk__totals {
  width: 206px;
  float: right;
  padding-bottom: 18px;
}

/* line 310, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals--top, .c-pwrk-container .theme-c .pwrk__totals--top {
  width: 100%;
  float: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}

/* line 315, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals--top .pwrk__totals-total, .c-pwrk-container .theme-c .pwrk__totals--top .pwrk__totals-total, .c-pwrk-container .theme-b .pwrk__totals--top .pwrk__totals-sub-total, .c-pwrk-container .theme-c .pwrk__totals--top .pwrk__totals-sub-total {
  width: 206px;
  float: right;
}

/* line 320, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-sub-total, .c-pwrk-container .theme-c .pwrk__totals-sub-total, .c-pwrk-container .theme-b .pwrk__totals-tax-rate, .c-pwrk-container .theme-c .pwrk__totals-tax-rate, .c-pwrk-container .theme-b .pwrk__totals-total, .c-pwrk-container .theme-c .pwrk__totals-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 3px 0;
}

/* line 325, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-label, .c-pwrk-container .theme-c .pwrk__totals .totals-label {
  display: inline-block;
  text-align: left;
}

/* line 328, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-label--bold, .c-pwrk-container .theme-c .pwrk__totals .totals-label--bold {
  font-weight: bold;
}

/* line 332, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-value, .c-pwrk-container .theme-c .pwrk__totals .totals-value {
  display: inline-block;
  text-align: right;
  flex: 1;
  align-self: center;
}

/* line 337, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals .totals-value--bold, .c-pwrk-container .theme-c .pwrk__totals .totals-value--bold {
  font-weight: bold;
}

/* line 341, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-total, .c-pwrk-container .theme-c .pwrk__totals-total {
  margin: 12px 0;
}

/* line 343, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-total .totals-label, .c-pwrk-container .theme-c .pwrk__totals-total .totals-label, .c-pwrk-container .theme-b .pwrk__totals-total .totals-value, .c-pwrk-container .theme-c .pwrk__totals-total .totals-value {
  font-weight: bold;
  font-size: 17px;
}

/* line 348, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-excludes-tax, .c-pwrk-container .theme-c .pwrk__totals-excludes-tax {
  text-align: right;
  color: #636e78;
}

/* line 352, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-overdue, .c-pwrk-container .theme-c .pwrk__totals-overdue {
  text-align: center;
  color: #ce1b1b;
  font-weight: bold;
  font-size: 17px;
  padding: 9px 0;
  border-top: 1px solid #f4d1d1;
  border-bottom: 1px solid #f4d1d1;
}

/* line 361, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payments, .c-pwrk-container .theme-c .pwrk__totals-payments {
  margin: 12px 0 0 -90px;
  list-style-type: none;
}

/* line 364, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payments li, .c-pwrk-container .theme-c .pwrk__totals-payments li {
  margin-bottom: 9px;
}

/* line 366, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payments li:last-of-type, .c-pwrk-container .theme-c .pwrk__totals-payments li:last-of-type {
  margin-bottom: 0;
}

/* line 372, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-item, .c-pwrk-container .theme-c .pwrk__totals-payment-item, .c-pwrk-container .theme-b .pwrk__totals-payment-amount, .c-pwrk-container .theme-c .pwrk__totals-payment-amount {
  font-size: 14px;
  line-height: 20px;
  color: #636e78;
  display: inline-block;
}

/* line 378, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-item, .c-pwrk-container .theme-c .pwrk__totals-payment-item {
  text-align: left;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 384, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-amount, .c-pwrk-container .theme-c .pwrk__totals-payment-amount {
  flex: 1;
  text-align: right;
  align-self: center;
}

/* line 389, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__totals-payment-desc, .c-pwrk-container .theme-c .pwrk__totals-payment-desc {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* line 396, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer, .c-pwrk-container .theme-c .pwrk__footer, .c-pwrk-container .theme-b .pwrk__notes, .c-pwrk-container .theme-c .pwrk__notes {
  font-size: 14px;
  line-height: 20px;
}

/* line 399, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-title, .c-pwrk-container .theme-c .pwrk__footer-title, .c-pwrk-container .theme-b .pwrk__notes-title, .c-pwrk-container .theme-c .pwrk__notes-title {
  margin-bottom: 3px;
  padding-top: 18px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 407, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-signature, .c-pwrk-container .theme-c .pwrk__footer-signature, .c-pwrk-container .theme-b .pwrk__notes-signature, .c-pwrk-container .theme-c .pwrk__notes-signature {
  width: 450px;
}

/* line 414, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-block--terms, .c-pwrk-container .theme-c .pwrk__footer-block--terms {
  margin-top: 36px;
}

/* line 418, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-terms, .c-pwrk-container .theme-c .pwrk__footer-terms {
  display: block;
  margin-bottom: 36px;
}

/* line 422, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-numbers, .c-pwrk-container .theme-c .pwrk__footer-numbers {
  font-size: 12px;
  color: #636e78;
}

/* line 426, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__footer-numbers-label:after, .c-pwrk-container .theme-c .pwrk__footer-numbers-label:after {
  content: ":";
  margin-left: -2px;
}

/* line 434, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__accreditations, .c-pwrk-container .theme-c .pwrk__accreditations {
  flow: static(pwrk__accreditation-logo);
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 900px) {
  /* line 434, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__accreditations, .c-pwrk-container .theme-c .pwrk__accreditations {
    bottom: 36px;
  }
}

/* line 446, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__accreditation-logo, .c-pwrk-container .theme-c .pwrk__accreditation-logo {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 446, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__accreditation-logo, .c-pwrk-container .theme-c .pwrk__accreditation-logo {
    margin: 0 18px;
  }
}

/* line 453, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__accreditation-logo img, .c-pwrk-container .theme-c .pwrk__accreditation-logo img {
  max-width: 50px;
  max-height: 40px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 453, app/assets/stylesheets/paperwork/themes/theme-b.scss */
  .c-pwrk-container .theme-b .pwrk__accreditation-logo img, .c-pwrk-container .theme-c .pwrk__accreditation-logo img {
    max-width: 60px;
    max-height: 50px;
  }
}

/* line 464, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__signature, .c-pwrk-container .theme-c .pwrk__signature {
  padding: 24px 0 6px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 468, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__signature-name, .c-pwrk-container .theme-c .pwrk__signature-name {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 475, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__signature-date, .c-pwrk-container .theme-c .pwrk__signature-date {
  display: inline-block;
  width: 36%;
  padding: 6px 0;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 483, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__notes-space, .c-pwrk-container .theme-c .pwrk__notes-space {
  padding: 24px 0 120px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 489, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__job-sheet-title, .c-pwrk-container .theme-c .pwrk__job-sheet-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 36px;
  margin-bottom: 9px;
}

/* line 496, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__job-sheet-note, .c-pwrk-container .theme-c .pwrk__job-sheet-note {
  border-bottom: 1px solid #cccccc;
  margin: 12px 0;
}

/* line 501, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk__job-sheet-notes .note, .c-pwrk-container .theme-c .pwrk__job-sheet-notes .note {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

/* line 506, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk .file-uploader ul, .c-pwrk-container .theme-c .pwrk .file-uploader ul {
  margin-top: 12px;
}

/* line 509, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk .job-file, .c-pwrk-container .theme-c .pwrk .job-file {
  font-size: 14px;
  line-height: 20px;
}

/* line 512, app/assets/stylesheets/paperwork/themes/theme-b.scss */
.c-pwrk-container .theme-b .pwrk .job-file .btn--with-menu .btn, .c-pwrk-container .theme-c .pwrk .job-file .btn--with-menu .btn {
  margin: 0;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/paperwork/themes/theme-c.scss */
.c-pwrk-container .theme-c {
  visibility: visible;
  font-family: "tiempos", serif;
  font-size: 13px;
  line-height: 19px;
}

/* line 15, app/assets/stylesheets/paperwork/themes/theme-c.scss */
.c-pwrk-container .theme-c p {
  font-size: 13px;
  line-height: 19px;
}

/* line 20, app/assets/stylesheets/paperwork/themes/theme-c.scss */
.c-pwrk-container .theme-c .rich-text {
  font-size: 13px;
  line-height: 19px;
}

/* line 23, app/assets/stylesheets/paperwork/themes/theme-c.scss */
.c-pwrk-container .theme-c .rich-text * {
  font-size: 13px;
  line-height: 19px;
}

/* line 33, app/assets/stylesheets/paperwork/themes/theme-c.scss */
.c-pwrk-container .theme-c .pwrk__header-title {
  font-size: 33px;
  line-height: 39px;
  font-weight: bold;
  font-family: "tiempos-headline", serif;
}
/*

 */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Rg-24937b781194997b8cefb75d90f3960cae3db4af12200773759bce6a452dc5b2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Rg-17de3bdc14193574efe5cfceb26e14fa78e1352a55a624ca56a9a9f31548f824.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Bold-00bd79a9510499e2674a44f3c66390b80f2e17e6baf0bd89d6bc478caec178f2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Bold-e671c3a14af987999babcc4cb8b3ac55d3305ba9bf0611cc2eb4c61986bfb5a8.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic-heavy";
  src: url(/assets/TradeGothicNextLTPro-Hv-f8b4dbb09e846fab7dfefe6a109265f7507da8c497419551558ce56ddb1f26a7.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Hv-cadcfd94b6350f5b01374419a1e5c364fca5d9168f89a33ac606aecdc7678660.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-regular-deb4bc86db218f022aa5b1a691d673763e6744cd53bb69903b20dbc647143702.woff2) format("woff2"), url(/assets/tiempos-text-web-regular-0dc9ffb82efe5eb8e510a89650057a71d19170e71126345b6d1c8aff2892ab40.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-bold-4c0e9e1c40dffab9e4d2aeef81fa19fad8edd58f0f0eb79db3c33dd20c39d681.woff2) format("woff2"), url(/assets/tiempos-text-web-bold-65774a8822c7c93dd1fb41de2c9f40f0b8151f869ed96f99986521279750b9e2.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos-headline";
  src: url(/assets/tiempos-headline-web-black-cfbb6e4791bca961222285453c3881c53897e227684cdbe6f543ec6ee0402df2.woff2) format("woff2"), url(/assets/tiempos-headline-web-black-78f59510436fb514d3c20b7803726a6a2bb62129ae5fa406537069db3d0b382d.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ------------ Headings and paragraphs ------------ */
/* line 53, app/assets/stylesheets/base/typography.scss */
p, h1, h2, h3, h4, h5, h6, li {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

@media print {
  /* line 53, app/assets/stylesheets/base/typography.scss */
  p, h1, h2, h3, h4, h5, h6, li {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/base/typography.scss */
.trade-gothic {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
ul li {
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/base/typography.scss */
.ul--bull {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 80, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li {
  border-bottom: 1px solid #d8dfe7;
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li:last-of-type {
  border: none;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
  margin: 18px 0;
}

/* line 96, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li {
  list-style-type: none;
  padding-left: 66px;
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
  color: white;
  background: #0056a4;
  width: 48px;
  height: 48px;
  margin-left: -66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 120, app/assets/stylesheets/base/typography.scss */
code {
  font-weight: 600;
  display: inline;
  color: #13a538;
}

/* line 127, app/assets/stylesheets/base/typography.scss */
.t--heavy {
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 130, app/assets/stylesheets/base/typography.scss */
.t--massive {
  font-size: 48px;
  line-height: 54px;
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/base/typography.scss */
  .t--massive {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 138, app/assets/stylesheets/base/typography.scss */
.t--xxxl {
  font-size: 33px;
  line-height: 39px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/base/typography.scss */
  .t--xxxl {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 146, app/assets/stylesheets/base/typography.scss */
.t--xxl {
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/base/typography.scss */
  .t--xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 154, app/assets/stylesheets/base/typography.scss */
.t--xl {
  font-size: 21px;
  line-height: 27px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/base/typography.scss */
  .t--xl {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.scss */
.t--lrg {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 165, app/assets/stylesheets/base/typography.scss */
.t--reg {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/base/typography.scss */
  .t--reg {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 168, app/assets/stylesheets/base/typography.scss */
.t--sml {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/base/typography.scss */
  .t--sml {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  /* line 171, app/assets/stylesheets/base/typography.scss */
  .t--sml--mobile-scrn-only {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 177, app/assets/stylesheets/base/typography.scss */
.t--tiny, .t--xs {
  font-size: 13px;
  line-height: 20px;
}

/* line 181, app/assets/stylesheets/base/typography.scss */
.t--highlighted {
  background: #fff9ba;
  padding: 3px 6px;
}

/* line 185, app/assets/stylesheets/base/typography.scss */
.t--bold {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/base/typography.scss */
.t--no-bold {
  font-weight: normal !important;
}

/* line 191, app/assets/stylesheets/base/typography.scss */
.t--ucase {
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/base/typography.scss */
.t--uline {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/base/typography.scss */
.t--strike {
  text-decoration: line-through;
}

/* line 201, app/assets/stylesheets/base/typography.scss */
.t--pill {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  line-height: 1.5em;
  border: 1px solid #8f919d;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/base/typography.scss */
.t--pill-new {
  margin-top: -4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px;
  color: #028b67;
  background: rgba(209, 237, 225, 0.5);
  border-color: #13a538;
}

/* line 221, app/assets/stylesheets/base/typography.scss */
.t--pulsing {
  animation: pulsing-text 2s infinite;
}

/* line 223, app/assets/stylesheets/base/typography.scss */
.t--pulsing:after {
  content: "";
  animation: loading-progress 4s infinite;
}

@keyframes pulsing-text {
  0% {
    color: #636e78;
  }
  50% {
    color: rgba(99, 110, 120, 0.5);
  }
  100% {
    color: #636e78;
  }
}

@keyframes loading-progress {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* line 10, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d {
  visibility: visible;
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

/* line 16, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d p {
  font-size: 14px;
  line-height: 20px;
}

/* line 20, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .rich-text {
  font-size: 14px;
  line-height: 20px;
}

/* line 23, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .rich-text * {
  font-size: 14px;
  line-height: 20px;
}

/* line 27, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .rich-text > div:last-of-type {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d ul {
  list-style-type: disc;
}

/* line 34, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d ol {
  list-style-type: decimal;
}

/* line 37, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d li {
  margin-left: 20px;
}

/* line 43, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
  min-height: 260px;
}

@media print, screen and (min-width: 900px) {
  /* line 43, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 55, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-title {
  flex: 1;
  order: 2;
  min-width: 100%;
  font-size: 27px;
  line-height: 33px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 900px) {
  /* line 55, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-title {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 6px;
  }
}

/* line 70, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-label {
  vertical-align: top;
  display: inline-block;
  width: 97px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 77, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-label:after {
  content: ":";
  margin-left: -3px;
}

/* line 81, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-label--wider {
  width: 110px;
  margin: 3px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 81, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header .header-label--wider {
    width: 130px;
  }
}

/* line 89, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-value {
  display: inline-block;
  width: 180px;
}

/* line 94, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-logo {
  width: 100%;
  text-align: right;
}

@media print, screen and (min-width: 900px) {
  /* line 94, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin-left: -103px;
    margin-top: -22px;
    min-height: 88px;
  }
}

/* line 106, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-logo img {
  max-width: 206px;
  max-height: 88px;
  margin-top: -12px;
}

@media print {
  /* line 106, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-logo img {
    max-width: 206px;
    max-height: 88px;
  }
}

/* line 116, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details {
  float: left;
  margin: 0 0 24px;
}

@media print, screen and (min-width: 900px) {
  /* line 116, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-details {
    order: 3;
    width: 50%;
  }
}

/* line 123, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details--wider {
  margin-right: 0;
}

@media print, screen and (min-width: 900px) {
  /* line 123, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-details--wider {
    margin-right: 206px;
    width: auto;
  }
}

/* line 129, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details--wider .header-value {
  margin: 3px 0;
  width: 190px;
}

@media print, screen and (min-width: 900px) {
  /* line 129, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-details--wider .header-value {
    width: 260px;
  }
}

/* line 137, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details p {
  margin: 12px 0;
}

/* line 141, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company {
  order: 1;
  margin: -22px 0 30px;
  width: 100%;
  color: #636e78;
}

@media print, screen and (min-width: 900px) {
  /* line 141, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-company {
    min-height: 90px;
  }
}

/* line 149, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-name {
  font-weight: bold;
}

/* line 152, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-details {
  text-align: left;
}

/* line 155, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

/* line 160, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .header-label {
  display: none;
}

/* line 163, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .company-contact-label {
  margin-bottom: 6px;
}

/* line 165, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .company-contact-label--sml {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 3px;
}

/* line 170, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .company-contact-label--smllr {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px;
}

/* line 178, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-customer, .c-pwrk-container .theme-d .pwrk__header-job {
  margin: 12px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 178, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-customer, .c-pwrk-container .theme-d .pwrk__header-job {
    order: 4;
    width: 320px;
    float: right;
  }
}

/* line 185, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-customer .header-label, .c-pwrk-container .theme-d .pwrk__header-job .header-label {
  text-align: left;
}

/* line 188, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-customer-block, .c-pwrk-container .theme-d .pwrk__header-job-block {
  display: inline-block;
  text-align: left;
}

/* line 193, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-job {
  margin-top: 0px;
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  /* line 193, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-job {
    text-align: right;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 199, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-job-block {
    width: 220px;
  }
}

/* line 205, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-notes {
  margin-top: 72px;
}

/* line 211, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__body-intro {
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
}

/* line 216, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__body-desc-continued {
  margin-bottom: 18px;
}

/* line 221, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 110px;
  border-bottom: 1px solid #cccccc;
}

@media print, screen and (min-width: 900px) {
  /* line 221, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item {
    padding-bottom: 21px;
  }
}

/* line 229, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item--heading {
  padding-bottom: 21px;
}

/* line 232, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-title {
  font-weight: bold;
}

/* line 235, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-title-label--optional {
  margin-left: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #8f919d;
  border: 1px solid rgba(143, 145, 157, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 245, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-title-label--accepted {
  margin-left: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #13a538;
  border: 1px solid rgba(19, 165, 56, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 257, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-description {
  width: 100%;
  margin-top: 3px;
}

@media print, screen and (min-width: 900px) {
  /* line 257, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-description {
    width: 440px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 263, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-description--wide {
    width: 500px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 268, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-description--full {
    width: 100%;
  }
}

/* line 274, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing {
  position: absolute;
  top: auto;
  bottom: 18px;
  right: 0;
  text-align: right;
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  /* line 274, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-pricing {
    position: relative;
    float: right;
    width: 200px;
    top: 0;
    bottom: auto;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 288, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-pricing--narrow {
    width: 140px;
  }
}

/* line 293, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-tax-label {
  color: #636e78;
}

/* line 296, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-price, .c-pwrk-container .theme-d .pwrk__item-pricing-tax, .c-pwrk-container .theme-d .pwrk__item-pricing-sub-total, .c-pwrk-container .theme-d .pwrk__item-pricing-total {
  font-size: 14px;
  line-height: 20px;
  margin: 3px 0;
}

/* line 300, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-price--small, .c-pwrk-container .theme-d .pwrk__item-pricing-tax--small, .c-pwrk-container .theme-d .pwrk__item-pricing-sub-total--small, .c-pwrk-container .theme-d .pwrk__item-pricing-total--small {
  font-size: 0.9em;
}

/* line 303, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-price--bold, .c-pwrk-container .theme-d .pwrk__item-pricing-tax--bold, .c-pwrk-container .theme-d .pwrk__item-pricing-sub-total--bold, .c-pwrk-container .theme-d .pwrk__item-pricing-total--bold {
  font-weight: bold;
}

/* line 307, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-total {
  margin-top: 6px;
  font-weight: bold;
}

/* line 312, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials {
  margin: 6px 0;
}

/* line 314, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials-header {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* line 318, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials-header-amount {
  font-weight: normal;
}

/* line 322, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials-price {
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 20px;
}

/* line 332, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__additional-title {
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
}

/* line 338, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__additional .pwrk__item.last {
  border-bottom: none;
}

/* line 343, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals {
  width: 206px;
  float: right;
  padding-bottom: 18px;
}

/* line 347, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals--top {
  width: 100%;
  float: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}

/* line 352, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals--top .pwrk__totals-total, .c-pwrk-container .theme-d .pwrk__totals--top .pwrk__totals-sub-total {
  width: 206px;
  float: right;
}

/* line 357, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-sub-total, .c-pwrk-container .theme-d .pwrk__totals-tax-rate, .c-pwrk-container .theme-d .pwrk__totals-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 3px 0;
}

/* line 362, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-label {
  display: inline-block;
  text-align: left;
}

/* line 365, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-label--bold {
  font-weight: bold;
}

/* line 369, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-value {
  display: inline-block;
  text-align: right;
  flex: 1;
  align-self: center;
}

/* line 374, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-value--bold {
  font-weight: bold;
}

/* line 378, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-total {
  margin: 12px 0;
}

/* line 380, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-total .totals-label, .c-pwrk-container .theme-d .pwrk__totals-total .totals-value {
  font-weight: bold;
  font-size: 17px;
}

/* line 385, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-overdue {
  text-align: center;
  color: #ce1b1b;
  font-weight: bold;
  font-size: 17px;
  padding: 9px 0;
  border-top: 1px solid #f4d1d1;
  border-bottom: 1px solid #f4d1d1;
}

/* line 394, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-excludes-tax {
  text-align: right;
  color: #636e78;
}

/* line 398, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payments {
  margin: 12px 0 0 -90px;
  list-style-type: none;
}

/* line 401, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payments li {
  margin-bottom: 9px;
}

/* line 403, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payments li:last-of-type {
  margin-bottom: 0;
}

/* line 409, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-item, .c-pwrk-container .theme-d .pwrk__totals-payment-amount {
  font-size: 14px;
  line-height: 20px;
  color: #636e78;
  display: inline-block;
}

/* line 415, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-item {
  text-align: left;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 421, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-amount {
  flex: 1;
  text-align: right;
  align-self: center;
}

/* line 426, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-desc {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* line 433, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer, .c-pwrk-container .theme-d .pwrk__notes {
  font-size: 14px;
  line-height: 20px;
}

/* line 436, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-title, .c-pwrk-container .theme-d .pwrk__notes-title {
  margin-bottom: 3px;
  padding-top: 18px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 444, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-signature, .c-pwrk-container .theme-d .pwrk__notes-signature {
  width: 450px;
}

/* line 451, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-block--terms {
  margin-top: 36px;
}

/* line 455, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-terms {
  display: block;
  margin-bottom: 36px;
}

/* line 459, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-numbers {
  font-size: 12px;
  color: #636e78;
}

/* line 463, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-numbers-label:after {
  content: ":";
  margin-left: -2px;
}

/* line 471, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__accreditations {
  flow: static(pwrk__accreditation-logo);
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 900px) {
  /* line 471, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__accreditations {
    bottom: 36px;
  }
}

/* line 483, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__accreditation-logo {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 483, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__accreditation-logo {
    margin: 0 18px;
  }
}

/* line 490, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__accreditation-logo img {
  max-width: 50px;
  max-height: 40px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 490, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__accreditation-logo img {
    max-width: 60px;
    max-height: 50px;
  }
}

/* line 501, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__signature {
  padding: 24px 0 6px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 505, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__signature-name {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 512, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__signature-date {
  display: inline-block;
  width: 36%;
  padding: 6px 0;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 520, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__notes-space {
  padding: 24px 0 60px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 526, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__job-sheet-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 36px;
  margin-bottom: 9px;
}

/* line 533, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__job-sheet-note {
  border-bottom: 1px solid #cccccc;
  margin: 12px 0;
}

/* line 538, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__job-sheet-notes .note {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

/* line 543, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk .file-uploader ul {
  margin-top: 12px;
}

/* line 546, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk .job-file {
  font-size: 14px;
  line-height: 20px;
}

/* line 549, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk .job-file .btn--with-menu .btn {
  margin: 0;
  padding: 0 15px;
}
/*

 */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Rg-24937b781194997b8cefb75d90f3960cae3db4af12200773759bce6a452dc5b2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Rg-17de3bdc14193574efe5cfceb26e14fa78e1352a55a624ca56a9a9f31548f824.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Bold-00bd79a9510499e2674a44f3c66390b80f2e17e6baf0bd89d6bc478caec178f2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Bold-e671c3a14af987999babcc4cb8b3ac55d3305ba9bf0611cc2eb4c61986bfb5a8.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic-heavy";
  src: url(/assets/TradeGothicNextLTPro-Hv-f8b4dbb09e846fab7dfefe6a109265f7507da8c497419551558ce56ddb1f26a7.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Hv-cadcfd94b6350f5b01374419a1e5c364fca5d9168f89a33ac606aecdc7678660.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-regular-deb4bc86db218f022aa5b1a691d673763e6744cd53bb69903b20dbc647143702.woff2) format("woff2"), url(/assets/tiempos-text-web-regular-0dc9ffb82efe5eb8e510a89650057a71d19170e71126345b6d1c8aff2892ab40.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-bold-4c0e9e1c40dffab9e4d2aeef81fa19fad8edd58f0f0eb79db3c33dd20c39d681.woff2) format("woff2"), url(/assets/tiempos-text-web-bold-65774a8822c7c93dd1fb41de2c9f40f0b8151f869ed96f99986521279750b9e2.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos-headline";
  src: url(/assets/tiempos-headline-web-black-cfbb6e4791bca961222285453c3881c53897e227684cdbe6f543ec6ee0402df2.woff2) format("woff2"), url(/assets/tiempos-headline-web-black-78f59510436fb514d3c20b7803726a6a2bb62129ae5fa406537069db3d0b382d.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ------------ Headings and paragraphs ------------ */
/* line 53, app/assets/stylesheets/base/typography.scss */
p, h1, h2, h3, h4, h5, h6, li {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

@media print {
  /* line 53, app/assets/stylesheets/base/typography.scss */
  p, h1, h2, h3, h4, h5, h6, li {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/base/typography.scss */
.trade-gothic {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
ul li {
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/base/typography.scss */
.ul--bull {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 80, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li {
  border-bottom: 1px solid #d8dfe7;
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li:last-of-type {
  border: none;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
  margin: 18px 0;
}

/* line 96, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li {
  list-style-type: none;
  padding-left: 66px;
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
  color: white;
  background: #0056a4;
  width: 48px;
  height: 48px;
  margin-left: -66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 120, app/assets/stylesheets/base/typography.scss */
code {
  font-weight: 600;
  display: inline;
  color: #13a538;
}

/* line 127, app/assets/stylesheets/base/typography.scss */
.t--heavy {
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 130, app/assets/stylesheets/base/typography.scss */
.t--massive {
  font-size: 48px;
  line-height: 54px;
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/base/typography.scss */
  .t--massive {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 138, app/assets/stylesheets/base/typography.scss */
.t--xxxl {
  font-size: 33px;
  line-height: 39px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/base/typography.scss */
  .t--xxxl {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 146, app/assets/stylesheets/base/typography.scss */
.t--xxl {
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/base/typography.scss */
  .t--xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 154, app/assets/stylesheets/base/typography.scss */
.t--xl {
  font-size: 21px;
  line-height: 27px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/base/typography.scss */
  .t--xl {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.scss */
.t--lrg {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 165, app/assets/stylesheets/base/typography.scss */
.t--reg {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/base/typography.scss */
  .t--reg {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 168, app/assets/stylesheets/base/typography.scss */
.t--sml {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/base/typography.scss */
  .t--sml {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  /* line 171, app/assets/stylesheets/base/typography.scss */
  .t--sml--mobile-scrn-only {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 177, app/assets/stylesheets/base/typography.scss */
.t--tiny, .t--xs {
  font-size: 13px;
  line-height: 20px;
}

/* line 181, app/assets/stylesheets/base/typography.scss */
.t--highlighted {
  background: #fff9ba;
  padding: 3px 6px;
}

/* line 185, app/assets/stylesheets/base/typography.scss */
.t--bold {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/base/typography.scss */
.t--no-bold {
  font-weight: normal !important;
}

/* line 191, app/assets/stylesheets/base/typography.scss */
.t--ucase {
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/base/typography.scss */
.t--uline {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/base/typography.scss */
.t--strike {
  text-decoration: line-through;
}

/* line 201, app/assets/stylesheets/base/typography.scss */
.t--pill {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  line-height: 1.5em;
  border: 1px solid #8f919d;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/base/typography.scss */
.t--pill-new {
  margin-top: -4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px;
  color: #028b67;
  background: rgba(209, 237, 225, 0.5);
  border-color: #13a538;
}

/* line 221, app/assets/stylesheets/base/typography.scss */
.t--pulsing {
  animation: pulsing-text 2s infinite;
}

/* line 223, app/assets/stylesheets/base/typography.scss */
.t--pulsing:after {
  content: "";
  animation: loading-progress 4s infinite;
}

@keyframes pulsing-text {
  0% {
    color: #636e78;
  }
  50% {
    color: rgba(99, 110, 120, 0.5);
  }
  100% {
    color: #636e78;
  }
}

@keyframes loading-progress {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Rg-24937b781194997b8cefb75d90f3960cae3db4af12200773759bce6a452dc5b2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Rg-17de3bdc14193574efe5cfceb26e14fa78e1352a55a624ca56a9a9f31548f824.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic";
  src: url(/assets/TradeGothicNextLTPro-Bold-00bd79a9510499e2674a44f3c66390b80f2e17e6baf0bd89d6bc478caec178f2.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Bold-e671c3a14af987999babcc4cb8b3ac55d3305ba9bf0611cc2eb4c61986bfb5a8.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "trade-gothic-heavy";
  src: url(/assets/TradeGothicNextLTPro-Hv-f8b4dbb09e846fab7dfefe6a109265f7507da8c497419551558ce56ddb1f26a7.woff2) format("woff2"), url(/assets/TradeGothicNextLTPro-Hv-cadcfd94b6350f5b01374419a1e5c364fca5d9168f89a33ac606aecdc7678660.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-regular-deb4bc86db218f022aa5b1a691d673763e6744cd53bb69903b20dbc647143702.woff2) format("woff2"), url(/assets/tiempos-text-web-regular-0dc9ffb82efe5eb8e510a89650057a71d19170e71126345b6d1c8aff2892ab40.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "tiempos";
  src: url(/assets/tiempos-text-web-bold-4c0e9e1c40dffab9e4d2aeef81fa19fad8edd58f0f0eb79db3c33dd20c39d681.woff2) format("woff2"), url(/assets/tiempos-text-web-bold-65774a8822c7c93dd1fb41de2c9f40f0b8151f869ed96f99986521279750b9e2.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "tiempos-headline";
  src: url(/assets/tiempos-headline-web-black-cfbb6e4791bca961222285453c3881c53897e227684cdbe6f543ec6ee0402df2.woff2) format("woff2"), url(/assets/tiempos-headline-web-black-78f59510436fb514d3c20b7803726a6a2bb62129ae5fa406537069db3d0b382d.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}

/* ------------ Headings and paragraphs ------------ */
/* line 53, app/assets/stylesheets/base/typography.scss */
p, h1, h2, h3, h4, h5, h6, li {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

@media print {
  /* line 53, app/assets/stylesheets/base/typography.scss */
  p, h1, h2, h3, h4, h5, h6, li {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/base/typography.scss */
.trade-gothic {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 69, app/assets/stylesheets/base/typography.scss */
ul li {
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/base/typography.scss */
.ul--bull {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 80, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li {
  border-bottom: 1px solid #d8dfe7;
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/base/typography.scss */
.ul--hr-divide li:last-of-type {
  border: none;
}

/* line 91, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item;
  margin: 18px 0;
}

/* line 96, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li {
  list-style-type: none;
  padding-left: 66px;
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/base/typography.scss */
ol.lrg-roundels li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
  color: white;
  background: #0056a4;
  width: 48px;
  height: 48px;
  margin-left: -66px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 120, app/assets/stylesheets/base/typography.scss */
code {
  font-weight: 600;
  display: inline;
  color: #13a538;
}

/* line 127, app/assets/stylesheets/base/typography.scss */
.t--heavy {
  font-family: "trade-gothic-heavy", "trade-gothic", Helvetica, Arial, sans-serif;
}

/* line 130, app/assets/stylesheets/base/typography.scss */
.t--massive {
  font-size: 48px;
  line-height: 54px;
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/base/typography.scss */
  .t--massive {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 138, app/assets/stylesheets/base/typography.scss */
.t--xxxl {
  font-size: 33px;
  line-height: 39px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/base/typography.scss */
  .t--xxxl {
    font-size: 36px;
    line-height: 42px;
  }
}

/* line 146, app/assets/stylesheets/base/typography.scss */
.t--xxl {
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/base/typography.scss */
  .t--xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 154, app/assets/stylesheets/base/typography.scss */
.t--xl {
  font-size: 21px;
  line-height: 27px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/base/typography.scss */
  .t--xl {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.scss */
.t--lrg {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 162, app/assets/stylesheets/base/typography.scss */
  .t--lrg {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 165, app/assets/stylesheets/base/typography.scss */
.t--reg {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/base/typography.scss */
  .t--reg {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 168, app/assets/stylesheets/base/typography.scss */
.t--sml {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/base/typography.scss */
  .t--sml {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  /* line 171, app/assets/stylesheets/base/typography.scss */
  .t--sml--mobile-scrn-only {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 177, app/assets/stylesheets/base/typography.scss */
.t--tiny, .t--xs {
  font-size: 13px;
  line-height: 20px;
}

/* line 181, app/assets/stylesheets/base/typography.scss */
.t--highlighted {
  background: #fff9ba;
  padding: 3px 6px;
}

/* line 185, app/assets/stylesheets/base/typography.scss */
.t--bold {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/base/typography.scss */
.t--no-bold {
  font-weight: normal !important;
}

/* line 191, app/assets/stylesheets/base/typography.scss */
.t--ucase {
  text-transform: uppercase;
}

/* line 194, app/assets/stylesheets/base/typography.scss */
.t--uline {
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/base/typography.scss */
.t--strike {
  text-decoration: line-through;
}

/* line 201, app/assets/stylesheets/base/typography.scss */
.t--pill {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  line-height: 1.5em;
  border: 1px solid #8f919d;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 208, app/assets/stylesheets/base/typography.scss */
.t--pill-new {
  margin-top: -4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 8px;
  color: #028b67;
  background: rgba(209, 237, 225, 0.5);
  border-color: #13a538;
}

/* line 221, app/assets/stylesheets/base/typography.scss */
.t--pulsing {
  animation: pulsing-text 2s infinite;
}

/* line 223, app/assets/stylesheets/base/typography.scss */
.t--pulsing:after {
  content: "";
  animation: loading-progress 4s infinite;
}

@keyframes pulsing-text {
  0% {
    color: #636e78;
  }
  50% {
    color: rgba(99, 110, 120, 0.5);
  }
  100% {
    color: #636e78;
  }
}

@keyframes loading-progress {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* line 10, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d, .c-pwrk-container .theme-e {
  visibility: visible;
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

/* line 16, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d p, .c-pwrk-container .theme-e p {
  font-size: 14px;
  line-height: 20px;
}

/* line 20, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .rich-text, .c-pwrk-container .theme-e .rich-text {
  font-size: 14px;
  line-height: 20px;
}

/* line 23, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .rich-text *, .c-pwrk-container .theme-e .rich-text * {
  font-size: 14px;
  line-height: 20px;
}

/* line 27, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .rich-text > div:last-of-type, .c-pwrk-container .theme-e .rich-text > div:last-of-type {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d ul, .c-pwrk-container .theme-e ul {
  list-style-type: disc;
}

/* line 34, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d ol, .c-pwrk-container .theme-e ol {
  list-style-type: decimal;
}

/* line 37, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d li, .c-pwrk-container .theme-e li {
  margin-left: 20px;
}

/* line 43, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header, .c-pwrk-container .theme-e .pwrk__header {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
  min-height: 260px;
}

@media print, screen and (min-width: 900px) {
  /* line 43, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header, .c-pwrk-container .theme-e .pwrk__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 55, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-title, .c-pwrk-container .theme-e .pwrk__header-title {
  flex: 1;
  order: 2;
  min-width: 100%;
  font-size: 27px;
  line-height: 33px;
  font-weight: bold;
  font-family: "trade-gothic-heavy", Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 900px) {
  /* line 55, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-title, .c-pwrk-container .theme-e .pwrk__header-title {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 6px;
  }
}

/* line 70, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-label, .c-pwrk-container .theme-e .pwrk__header .header-label {
  vertical-align: top;
  display: inline-block;
  width: 97px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 77, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-label:after, .c-pwrk-container .theme-e .pwrk__header .header-label:after {
  content: ":";
  margin-left: -3px;
}

/* line 81, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-label--wider, .c-pwrk-container .theme-e .pwrk__header .header-label--wider {
  width: 110px;
  margin: 3px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 81, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header .header-label--wider, .c-pwrk-container .theme-e .pwrk__header .header-label--wider {
    width: 130px;
  }
}

/* line 89, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header .header-value, .c-pwrk-container .theme-e .pwrk__header .header-value {
  display: inline-block;
  width: 180px;
}

/* line 94, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-logo, .c-pwrk-container .theme-e .pwrk__header-logo {
  width: 100%;
  text-align: right;
}

@media print, screen and (min-width: 900px) {
  /* line 94, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-logo, .c-pwrk-container .theme-e .pwrk__header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin-left: -103px;
    margin-top: -22px;
    min-height: 88px;
  }
}

/* line 106, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-logo img, .c-pwrk-container .theme-e .pwrk__header-logo img {
  max-width: 206px;
  max-height: 88px;
  margin-top: -12px;
}

@media print {
  /* line 106, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-logo img, .c-pwrk-container .theme-e .pwrk__header-logo img {
    max-width: 206px;
    max-height: 88px;
  }
}

/* line 116, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details, .c-pwrk-container .theme-e .pwrk__header-details {
  float: left;
  margin: 0 0 24px;
}

@media print, screen and (min-width: 900px) {
  /* line 116, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-details, .c-pwrk-container .theme-e .pwrk__header-details {
    order: 3;
    width: 50%;
  }
}

/* line 123, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details--wider, .c-pwrk-container .theme-e .pwrk__header-details--wider {
  margin-right: 0;
}

@media print, screen and (min-width: 900px) {
  /* line 123, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-details--wider, .c-pwrk-container .theme-e .pwrk__header-details--wider {
    margin-right: 206px;
    width: auto;
  }
}

/* line 129, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details--wider .header-value, .c-pwrk-container .theme-e .pwrk__header-details--wider .header-value {
  margin: 3px 0;
  width: 190px;
}

@media print, screen and (min-width: 900px) {
  /* line 129, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-details--wider .header-value, .c-pwrk-container .theme-e .pwrk__header-details--wider .header-value {
    width: 260px;
  }
}

/* line 137, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-details p, .c-pwrk-container .theme-e .pwrk__header-details p {
  margin: 12px 0;
}

/* line 141, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company, .c-pwrk-container .theme-e .pwrk__header-company {
  order: 1;
  margin: -22px 0 30px;
  width: 100%;
  color: #636e78;
}

@media print, screen and (min-width: 900px) {
  /* line 141, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-company, .c-pwrk-container .theme-e .pwrk__header-company {
    min-height: 90px;
  }
}

/* line 149, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-name, .c-pwrk-container .theme-e .pwrk__header-company-name {
  font-weight: bold;
}

/* line 152, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-details, .c-pwrk-container .theme-e .pwrk__header-company-details {
  text-align: left;
}

/* line 155, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts, .c-pwrk-container .theme-e .pwrk__header-company-contacts {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

/* line 160, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .header-label, .c-pwrk-container .theme-e .pwrk__header-company-contacts .header-label {
  display: none;
}

/* line 163, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .company-contact-label, .c-pwrk-container .theme-e .pwrk__header-company-contacts .company-contact-label {
  margin-bottom: 6px;
}

/* line 165, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .company-contact-label--sml, .c-pwrk-container .theme-e .pwrk__header-company-contacts .company-contact-label--sml {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 3px;
}

/* line 170, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-company-contacts .company-contact-label--smllr, .c-pwrk-container .theme-e .pwrk__header-company-contacts .company-contact-label--smllr {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px;
}

/* line 178, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-customer, .c-pwrk-container .theme-e .pwrk__header-customer, .c-pwrk-container .theme-d .pwrk__header-job, .c-pwrk-container .theme-e .pwrk__header-job {
  margin: 12px 0;
}

@media print, screen and (min-width: 900px) {
  /* line 178, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-customer, .c-pwrk-container .theme-e .pwrk__header-customer, .c-pwrk-container .theme-d .pwrk__header-job, .c-pwrk-container .theme-e .pwrk__header-job {
    order: 4;
    width: 320px;
    float: right;
  }
}

/* line 185, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-customer .header-label, .c-pwrk-container .theme-e .pwrk__header-customer .header-label, .c-pwrk-container .theme-d .pwrk__header-job .header-label, .c-pwrk-container .theme-e .pwrk__header-job .header-label {
  text-align: left;
}

/* line 188, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-customer-block, .c-pwrk-container .theme-e .pwrk__header-customer-block, .c-pwrk-container .theme-d .pwrk__header-job-block, .c-pwrk-container .theme-e .pwrk__header-job-block {
  display: inline-block;
  text-align: left;
}

/* line 193, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-job, .c-pwrk-container .theme-e .pwrk__header-job {
  margin-top: 0px;
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  /* line 193, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-job, .c-pwrk-container .theme-e .pwrk__header-job {
    text-align: right;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 199, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__header-job-block, .c-pwrk-container .theme-e .pwrk__header-job-block {
    width: 220px;
  }
}

/* line 205, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__header-notes, .c-pwrk-container .theme-e .pwrk__header-notes {
  margin-top: 72px;
}

/* line 211, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__body-intro, .c-pwrk-container .theme-e .pwrk__body-intro {
  margin-bottom: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #cccccc;
}

/* line 216, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__body-desc-continued, .c-pwrk-container .theme-e .pwrk__body-desc-continued {
  margin-bottom: 18px;
}

/* line 221, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item, .c-pwrk-container .theme-e .pwrk__item {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 110px;
  border-bottom: 1px solid #cccccc;
}

@media print, screen and (min-width: 900px) {
  /* line 221, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item, .c-pwrk-container .theme-e .pwrk__item {
    padding-bottom: 21px;
  }
}

/* line 229, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item--heading, .c-pwrk-container .theme-e .pwrk__item--heading {
  padding-bottom: 21px;
}

/* line 232, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-title, .c-pwrk-container .theme-e .pwrk__item-title {
  font-weight: bold;
}

/* line 235, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-title-label--optional, .c-pwrk-container .theme-e .pwrk__item-title-label--optional {
  margin-left: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #8f919d;
  border: 1px solid rgba(143, 145, 157, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 245, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-title-label--accepted, .c-pwrk-container .theme-e .pwrk__item-title-label--accepted {
  margin-left: 3px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 9px;
  color: #13a538;
  border: 1px solid rgba(19, 165, 56, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 257, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-description, .c-pwrk-container .theme-e .pwrk__item-description {
  width: 100%;
  margin-top: 3px;
}

@media print, screen and (min-width: 900px) {
  /* line 257, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-description, .c-pwrk-container .theme-e .pwrk__item-description {
    width: 440px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 263, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-description--wide, .c-pwrk-container .theme-e .pwrk__item-description--wide {
    width: 500px;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 268, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-description--full, .c-pwrk-container .theme-e .pwrk__item-description--full {
    width: 100%;
  }
}

/* line 274, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing, .c-pwrk-container .theme-e .pwrk__item-pricing {
  position: absolute;
  top: auto;
  bottom: 18px;
  right: 0;
  text-align: right;
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  /* line 274, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-pricing, .c-pwrk-container .theme-e .pwrk__item-pricing {
    position: relative;
    float: right;
    width: 200px;
    top: 0;
    bottom: auto;
  }
}

@media print, screen and (min-width: 900px) {
  /* line 288, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__item-pricing--narrow, .c-pwrk-container .theme-e .pwrk__item-pricing--narrow {
    width: 140px;
  }
}

/* line 293, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-tax-label, .c-pwrk-container .theme-e .pwrk__item-pricing-tax-label {
  color: #636e78;
}

/* line 296, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-price, .c-pwrk-container .theme-e .pwrk__item-pricing-price, .c-pwrk-container .theme-d .pwrk__item-pricing-tax, .c-pwrk-container .theme-e .pwrk__item-pricing-tax, .c-pwrk-container .theme-d .pwrk__item-pricing-sub-total, .c-pwrk-container .theme-e .pwrk__item-pricing-sub-total, .c-pwrk-container .theme-d .pwrk__item-pricing-total, .c-pwrk-container .theme-e .pwrk__item-pricing-total {
  font-size: 14px;
  line-height: 20px;
  margin: 3px 0;
}

/* line 300, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-price--small, .c-pwrk-container .theme-e .pwrk__item-pricing-price--small, .c-pwrk-container .theme-d .pwrk__item-pricing-tax--small, .c-pwrk-container .theme-e .pwrk__item-pricing-tax--small, .c-pwrk-container .theme-d .pwrk__item-pricing-sub-total--small, .c-pwrk-container .theme-e .pwrk__item-pricing-sub-total--small, .c-pwrk-container .theme-d .pwrk__item-pricing-total--small, .c-pwrk-container .theme-e .pwrk__item-pricing-total--small {
  font-size: 0.9em;
}

/* line 303, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-price--bold, .c-pwrk-container .theme-e .pwrk__item-pricing-price--bold, .c-pwrk-container .theme-d .pwrk__item-pricing-tax--bold, .c-pwrk-container .theme-e .pwrk__item-pricing-tax--bold, .c-pwrk-container .theme-d .pwrk__item-pricing-sub-total--bold, .c-pwrk-container .theme-e .pwrk__item-pricing-sub-total--bold, .c-pwrk-container .theme-d .pwrk__item-pricing-total--bold, .c-pwrk-container .theme-e .pwrk__item-pricing-total--bold {
  font-weight: bold;
}

/* line 307, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-pricing-total, .c-pwrk-container .theme-e .pwrk__item-pricing-total {
  margin-top: 6px;
  font-weight: bold;
}

/* line 312, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials, .c-pwrk-container .theme-e .pwrk__item-materials {
  margin: 6px 0;
}

/* line 314, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials-header, .c-pwrk-container .theme-e .pwrk__item-materials-header {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* line 318, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials-header-amount, .c-pwrk-container .theme-e .pwrk__item-materials-header-amount {
  font-weight: normal;
}

/* line 322, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__item-materials-price, .c-pwrk-container .theme-e .pwrk__item-materials-price {
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 20px;
}

/* line 332, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__additional-title, .c-pwrk-container .theme-e .pwrk__additional-title {
  font-weight: bold;
  margin-bottom: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
}

/* line 338, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__additional .pwrk__item.last, .c-pwrk-container .theme-e .pwrk__additional .pwrk__item.last {
  border-bottom: none;
}

/* line 343, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals, .c-pwrk-container .theme-e .pwrk__totals {
  width: 206px;
  float: right;
  padding-bottom: 18px;
}

/* line 347, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals--top, .c-pwrk-container .theme-e .pwrk__totals--top {
  width: 100%;
  float: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}

/* line 352, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals--top .pwrk__totals-total, .c-pwrk-container .theme-e .pwrk__totals--top .pwrk__totals-total, .c-pwrk-container .theme-d .pwrk__totals--top .pwrk__totals-sub-total, .c-pwrk-container .theme-e .pwrk__totals--top .pwrk__totals-sub-total {
  width: 206px;
  float: right;
}

/* line 357, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-sub-total, .c-pwrk-container .theme-e .pwrk__totals-sub-total, .c-pwrk-container .theme-d .pwrk__totals-tax-rate, .c-pwrk-container .theme-e .pwrk__totals-tax-rate, .c-pwrk-container .theme-d .pwrk__totals-total, .c-pwrk-container .theme-e .pwrk__totals-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 3px 0;
}

/* line 362, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-label, .c-pwrk-container .theme-e .pwrk__totals .totals-label {
  display: inline-block;
  text-align: left;
}

/* line 365, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-label--bold, .c-pwrk-container .theme-e .pwrk__totals .totals-label--bold {
  font-weight: bold;
}

/* line 369, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-value, .c-pwrk-container .theme-e .pwrk__totals .totals-value {
  display: inline-block;
  text-align: right;
  flex: 1;
  align-self: center;
}

/* line 374, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals .totals-value--bold, .c-pwrk-container .theme-e .pwrk__totals .totals-value--bold {
  font-weight: bold;
}

/* line 378, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-total, .c-pwrk-container .theme-e .pwrk__totals-total {
  margin: 12px 0;
}

/* line 380, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-total .totals-label, .c-pwrk-container .theme-e .pwrk__totals-total .totals-label, .c-pwrk-container .theme-d .pwrk__totals-total .totals-value, .c-pwrk-container .theme-e .pwrk__totals-total .totals-value {
  font-weight: bold;
  font-size: 17px;
}

/* line 385, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-overdue, .c-pwrk-container .theme-e .pwrk__totals-overdue {
  text-align: center;
  color: #ce1b1b;
  font-weight: bold;
  font-size: 17px;
  padding: 9px 0;
  border-top: 1px solid #f4d1d1;
  border-bottom: 1px solid #f4d1d1;
}

/* line 394, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-excludes-tax, .c-pwrk-container .theme-e .pwrk__totals-excludes-tax {
  text-align: right;
  color: #636e78;
}

/* line 398, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payments, .c-pwrk-container .theme-e .pwrk__totals-payments {
  margin: 12px 0 0 -90px;
  list-style-type: none;
}

/* line 401, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payments li, .c-pwrk-container .theme-e .pwrk__totals-payments li {
  margin-bottom: 9px;
}

/* line 403, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payments li:last-of-type, .c-pwrk-container .theme-e .pwrk__totals-payments li:last-of-type {
  margin-bottom: 0;
}

/* line 409, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-item, .c-pwrk-container .theme-e .pwrk__totals-payment-item, .c-pwrk-container .theme-d .pwrk__totals-payment-amount, .c-pwrk-container .theme-e .pwrk__totals-payment-amount {
  font-size: 14px;
  line-height: 20px;
  color: #636e78;
  display: inline-block;
}

/* line 415, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-item, .c-pwrk-container .theme-e .pwrk__totals-payment-item {
  text-align: left;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 421, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-amount, .c-pwrk-container .theme-e .pwrk__totals-payment-amount {
  flex: 1;
  text-align: right;
  align-self: center;
}

/* line 426, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__totals-payment-desc, .c-pwrk-container .theme-e .pwrk__totals-payment-desc {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* line 433, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer, .c-pwrk-container .theme-e .pwrk__footer, .c-pwrk-container .theme-d .pwrk__notes, .c-pwrk-container .theme-e .pwrk__notes {
  font-size: 14px;
  line-height: 20px;
}

/* line 436, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-title, .c-pwrk-container .theme-e .pwrk__footer-title, .c-pwrk-container .theme-d .pwrk__notes-title, .c-pwrk-container .theme-e .pwrk__notes-title {
  margin-bottom: 3px;
  padding-top: 18px;
  border-top: 1px solid #cccccc;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

/* line 444, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-signature, .c-pwrk-container .theme-e .pwrk__footer-signature, .c-pwrk-container .theme-d .pwrk__notes-signature, .c-pwrk-container .theme-e .pwrk__notes-signature {
  width: 450px;
}

/* line 451, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-block--terms, .c-pwrk-container .theme-e .pwrk__footer-block--terms {
  margin-top: 36px;
}

/* line 455, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-terms, .c-pwrk-container .theme-e .pwrk__footer-terms {
  display: block;
  margin-bottom: 36px;
}

/* line 459, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-numbers, .c-pwrk-container .theme-e .pwrk__footer-numbers {
  font-size: 12px;
  color: #636e78;
}

/* line 463, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__footer-numbers-label:after, .c-pwrk-container .theme-e .pwrk__footer-numbers-label:after {
  content: ":";
  margin-left: -2px;
}

/* line 471, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__accreditations, .c-pwrk-container .theme-e .pwrk__accreditations {
  flow: static(pwrk__accreditation-logo);
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 900px) {
  /* line 471, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__accreditations, .c-pwrk-container .theme-e .pwrk__accreditations {
    bottom: 36px;
  }
}

/* line 483, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__accreditation-logo, .c-pwrk-container .theme-e .pwrk__accreditation-logo {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 483, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__accreditation-logo, .c-pwrk-container .theme-e .pwrk__accreditation-logo {
    margin: 0 18px;
  }
}

/* line 490, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__accreditation-logo img, .c-pwrk-container .theme-e .pwrk__accreditation-logo img {
  max-width: 50px;
  max-height: 40px;
  vertical-align: middle;
}

@media print, screen and (min-width: 900px) {
  /* line 490, app/assets/stylesheets/paperwork/themes/theme-d.scss */
  .c-pwrk-container .theme-d .pwrk__accreditation-logo img, .c-pwrk-container .theme-e .pwrk__accreditation-logo img {
    max-width: 60px;
    max-height: 50px;
  }
}

/* line 501, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__signature, .c-pwrk-container .theme-e .pwrk__signature {
  padding: 24px 0 6px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 505, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__signature-name, .c-pwrk-container .theme-e .pwrk__signature-name {
  display: inline-block;
  width: 60%;
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 512, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__signature-date, .c-pwrk-container .theme-e .pwrk__signature-date {
  display: inline-block;
  width: 36%;
  padding: 6px 0;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 520, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__notes-space, .c-pwrk-container .theme-e .pwrk__notes-space {
  padding: 24px 0 60px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #E6E7E8;
}

/* line 526, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__job-sheet-title, .c-pwrk-container .theme-e .pwrk__job-sheet-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 36px;
  margin-bottom: 9px;
}

/* line 533, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__job-sheet-note, .c-pwrk-container .theme-e .pwrk__job-sheet-note {
  border-bottom: 1px solid #cccccc;
  margin: 12px 0;
}

/* line 538, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk__job-sheet-notes .note, .c-pwrk-container .theme-e .pwrk__job-sheet-notes .note {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}

/* line 543, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk .file-uploader ul, .c-pwrk-container .theme-e .pwrk .file-uploader ul {
  margin-top: 12px;
}

/* line 546, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk .job-file, .c-pwrk-container .theme-e .pwrk .job-file {
  font-size: 14px;
  line-height: 20px;
}

/* line 549, app/assets/stylesheets/paperwork/themes/theme-d.scss */
.c-pwrk-container .theme-d .pwrk .job-file .btn--with-menu .btn, .c-pwrk-container .theme-e .pwrk .job-file .btn--with-menu .btn {
  margin: 0;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/paperwork/themes/theme-e.scss */
.c-pwrk-container .theme-e {
  visibility: visible;
  font-family: "tiempos", serif;
  font-size: 13px;
  line-height: 19px;
}

/* line 15, app/assets/stylesheets/paperwork/themes/theme-e.scss */
.c-pwrk-container .theme-e p {
  font-size: 13px;
  line-height: 19px;
}

/* line 20, app/assets/stylesheets/paperwork/themes/theme-e.scss */
.c-pwrk-container .theme-e .rich-text {
  font-size: 13px;
  line-height: 19px;
}

/* line 23, app/assets/stylesheets/paperwork/themes/theme-e.scss */
.c-pwrk-container .theme-e .rich-text * {
  font-size: 13px;
  line-height: 19px;
}

/* line 33, app/assets/stylesheets/paperwork/themes/theme-e.scss */
.c-pwrk-container .theme-e .pwrk__header-title {
  font-size: 33px;
  line-height: 39px;
  font-weight: bold;
  font-family: "tiempos-headline", serif;
}
/*

 */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 66, app/assets/stylesheets/base/colours.scss */
.c--dark-navy {
  color: #3d4b59;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--dark-navy {
  background-color: #3d4b59;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--dark-navy {
  border-color: #3d4b59;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--navy {
  color: #002d4f;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--navy {
  background-color: #002d4f;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--navy {
  border-color: #002d4f;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--dark-metal {
  color: #636e78;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--dark-metal {
  background-color: #636e78;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--dark-metal {
  border-color: #636e78;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--light-metal {
  color: #b6bfc9;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--light-metal {
  background-color: #b6bfc9;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--light-metal {
  border-color: #b6bfc9;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--metal {
  color: #8f919d;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--metal {
  background-color: #8f919d;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--metal {
  border-color: #8f919d;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--pale-metal {
  color: #d8dfe7;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--pale-metal {
  background-color: #d8dfe7;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--pale-metal {
  border-color: #d8dfe7;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--faint-metal {
  color: #e9eff7;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--faint-metal {
  background-color: #e9eff7;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--faint-metal {
  border-color: #e9eff7;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--coolgrey {
  color: #f7f7f7;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--coolgrey {
  background-color: #f7f7f7;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--coolgrey {
  border-color: #f7f7f7;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--half-white {
  color: ytb-half-white(0.5);
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--half-white {
  background-color: ytb-half-white(0.5);
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--half-white {
  border-color: ytb-half-white(0.5);
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--white {
  color: white;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--white {
  background-color: white;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--white {
  border-color: white;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--black {
  color: black;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--black {
  background-color: black;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--black {
  border-color: black;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--graphite {
  color: #333333;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--graphite {
  background-color: #333333;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--graphite {
  border-color: #333333;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--cedar {
  color: #f5d6ab;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--cedar {
  background-color: #f5d6ab;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--cedar {
  border-color: #f5d6ab;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green {
  color: #13a538;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green {
  background-color: #13a538;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green {
  border-color: #13a538;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green-0 {
  color: #00694d;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green-0 {
  background-color: #00694d;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green-0 {
  border-color: #00694d;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green-1 {
  color: #028b67;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green-1 {
  background-color: #028b67;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green-1 {
  border-color: #028b67;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green-2 {
  color: #34a385;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green-2 {
  background-color: #34a385;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green-2 {
  border-color: #34a385;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green-3 {
  color: #65baa4;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green-3 {
  background-color: #65baa4;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green-3 {
  border-color: #65baa4;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green-4 {
  color: #8ecebf;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green-4 {
  background-color: #8ecebf;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green-4 {
  border-color: #8ecebf;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--green-5 {
  color: #d1ede1;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--green-5 {
  background-color: #d1ede1;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--green-5 {
  border-color: #d1ede1;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--teal-0 {
  color: #1c827f;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--teal-0 {
  background-color: #1c827f;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--teal-0 {
  border-color: #1c827f;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--teal-1 {
  color: #25ada9;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--teal-1 {
  background-color: #25ada9;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--teal-1 {
  border-color: #25ada9;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--teal-2 {
  color: #51bcba;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--teal-2 {
  background-color: #51bcba;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--teal-2 {
  border-color: #51bcba;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--teal-3 {
  color: #7ccecb;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--teal-3 {
  background-color: #7ccecb;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--teal-3 {
  border-color: #7ccecb;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--teal-4 {
  color: #95d8d5;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--teal-4 {
  background-color: #95d8d5;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--teal-4 {
  border-color: #95d8d5;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--teal-5 {
  color: #d5edeb;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--teal-5 {
  background-color: #d5edeb;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--teal-5 {
  border-color: #d5edeb;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--purple-0 {
  color: #452662;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--purple-0 {
  background-color: #452662;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--purple-0 {
  border-color: #452662;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--purple-1 {
  color: #5c3383;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--purple-1 {
  background-color: #5c3383;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--purple-1 {
  border-color: #5c3383;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--purple-2 {
  color: #7d5c9c;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--purple-2 {
  background-color: #7d5c9c;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--purple-2 {
  border-color: #7d5c9c;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--purple-3 {
  color: #a171d0;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--purple-3 {
  background-color: #a171d0;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--purple-3 {
  border-color: #a171d0;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--purple-4 {
  color: #c7aae3;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--purple-4 {
  background-color: #c7aae3;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--purple-4 {
  border-color: #c7aae3;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--purple-5 {
  color: #f3dff9;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--purple-5 {
  background-color: #f3dff9;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--purple-5 {
  border-color: #f3dff9;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red {
  color: #f62d19;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red {
  background-color: #f62d19;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red {
  border-color: #f62d19;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red-0 {
  color: #730000;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red-0 {
  background-color: #730000;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red-0 {
  border-color: #730000;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red-1 {
  color: #990000;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red-1 {
  background-color: #990000;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red-1 {
  border-color: #990000;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red-2 {
  color: #ce1b1b;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red-2 {
  background-color: #ce1b1b;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red-2 {
  border-color: #ce1b1b;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red-3 {
  color: #d8494a;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red-3 {
  background-color: #d8494a;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red-3 {
  border-color: #d8494a;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red-4 {
  color: #eba4a4;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red-4 {
  background-color: #eba4a4;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red-4 {
  border-color: #eba4a4;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--red-5 {
  color: #f4d1d1;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--red-5 {
  background-color: #f4d1d1;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--red-5 {
  border-color: #f4d1d1;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue {
  color: #0056a4;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue {
  background-color: #0056a4;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue {
  border-color: #0056a4;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue-0 {
  color: #002d64;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue-0 {
  background-color: #002d64;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue-0 {
  border-color: #002d64;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue-1 {
  color: #0d478d;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue-1 {
  background-color: #0d478d;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue-1 {
  border-color: #0d478d;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue-2 {
  color: #2668be;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue-2 {
  background-color: #2668be;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue-2 {
  border-color: #2668be;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue-3 {
  color: #4f8bd1;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue-3 {
  background-color: #4f8bd1;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue-3 {
  border-color: #4f8bd1;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue-4 {
  color: #abc1e6;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue-4 {
  background-color: #abc1e6;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue-4 {
  border-color: #abc1e6;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--blue-5 {
  color: #d4f0ff;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--blue-5 {
  background-color: #d4f0ff;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--blue-5 {
  border-color: #d4f0ff;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange {
  color: #ff9900;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange {
  background-color: #ff9900;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange {
  border-color: #ff9900;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange-0 {
  color: #bb4c16;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange-0 {
  background-color: #bb4c16;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange-0 {
  border-color: #bb4c16;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange-1 {
  color: #dd5e00;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange-1 {
  background-color: #dd5e00;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange-1 {
  border-color: #dd5e00;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange-2 {
  color: #e47d32;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange-2 {
  background-color: #e47d32;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange-2 {
  border-color: #e47d32;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange-3 {
  color: #ea9e66;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange-3 {
  background-color: #ea9e66;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange-3 {
  border-color: #ea9e66;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange-4 {
  color: #efb184;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange-4 {
  background-color: #efb184;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange-4 {
  border-color: #efb184;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--orange-5 {
  color: #f4cca8;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--orange-5 {
  background-color: #f4cca8;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--orange-5 {
  border-color: #f4cca8;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--yellow-0 {
  color: #d59900;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--yellow-0 {
  background-color: #d59900;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--yellow-0 {
  border-color: #d59900;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--yellow-1 {
  color: #feb404;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--yellow-1 {
  background-color: #feb404;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--yellow-1 {
  border-color: #feb404;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--yellow-2 {
  color: #ffc335;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--yellow-2 {
  background-color: #ffc335;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--yellow-2 {
  border-color: #ffc335;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--yellow-3 {
  color: #ffd267;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--yellow-3 {
  background-color: #ffd267;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--yellow-3 {
  border-color: #ffd267;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--yellow-4 {
  color: #ffe19a;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--yellow-4 {
  background-color: #ffe19a;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--yellow-4 {
  border-color: #ffe19a;
}

/* line 66, app/assets/stylesheets/base/colours.scss */
.c--yellow-5 {
  color: #fff0cc;
}

/* line 69, app/assets/stylesheets/base/colours.scss */
.bg--yellow-5 {
  background-color: #fff0cc;
}

/* line 72, app/assets/stylesheets/base/colours.scss */
.brdr--yellow-5 {
  border-color: #fff0cc;
}

/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/rich-text.scss */
.trix__wrapper {
  display: block;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #8f919d;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 9, app/assets/stylesheets/rich-text.scss */
.trix__wrapper:focus-within {
  border: 1px solid #009ef1;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 12, app/assets/stylesheets/rich-text.scss */
.trix__wrapper:focus-within trix-toolbar {
  /* stylelint-disable-line */
  position: -webkit-sticky;
  position: sticky;
  border-bottom: 1px solid #009ef1;
  background-color: #f4fafe;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

/* line 23, app/assets/stylesheets/rich-text.scss */
trix-toolbar {
  /* stylelint-disable-line */
  position: sticky;
  box-sizing: border-box;
  z-index: 3;
  top: 54px;
  height: 40px;
  margin: 0 0 -1px;
  padding-left: 9px;
  border-bottom: 1px solid #8f919d;
  background-color: white;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}

@media (min-width: 900px) {
  /* line 23, app/assets/stylesheets/rich-text.scss */
  trix-toolbar {
    top: 0;
  }
}

/* line 37, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-row {
  line-height: 0;
}

/* line 41, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group:not(:first-child) {
  display: inline-block;
  margin-left: 12px;
}

/* line 45, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button {
  box-sizing: border-box;
  position: relative;
  float: left;
  text-decoration: none;
  font-weight: normal;
  width: 32px;
  height: 39px;
  color: #8f919d;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

@media print {
  /* line 45, app/assets/stylesheets/rich-text.scss */
  trix-toolbar .trix-button-group .trix-button {
    display: none !important;
  }
}

/* line 61, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon {
  text-indent: -9999px;
  color: #8f919d;
  background: center center no-repeat;
  background-size: 15px;
}

/* line 66, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon.trix-active {
  background-color: #d6ebfd;
}

/* line 68, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon.trix-active:before {
  -webkit-filter: invert(25%) sepia(21%) saturate(659%) hue-rotate(169deg) brightness(90%) contrast(82%);
  -moz-filter: invert(25%) sepia(21%) saturate(659%) hue-rotate(169deg) brightness(90%) contrast(82%);
  -o-filter: invert(25%) sepia(21%) saturate(659%) hue-rotate(169deg) brightness(90%) contrast(82%);
  filter: invert(25%) sepia(21%) saturate(659%) hue-rotate(169deg) brightness(90%) contrast(82%);
}

/* line 72, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon:before {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 15px;
  height: 15px;
  background: center center no-repeat;
  content: "";
  -webkit-filter: invert(45%) sepia(3%) saturate(1451%) hue-rotate(167deg) brightness(93%) contrast(97%);
  -moz-filter: invert(45%) sepia(3%) saturate(1451%) hue-rotate(167deg) brightness(93%) contrast(97%);
  -o-filter: invert(45%) sepia(3%) saturate(1451%) hue-rotate(167deg) brightness(93%) contrast(97%);
  filter: invert(45%) sepia(3%) saturate(1451%) hue-rotate(167deg) brightness(93%) contrast(97%);
}

/* line 82, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon-bold:before {
  background-image: url(/assets/icons/text-bold-7922c999b49a0bf79c952e8c6dad81c46a6f00ce0fc1d3e1afe5f60f107e44d2.svg);
}

/* line 85, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon-italic:before {
  background-image: url(/assets/icons/text-italic-9eee3c06e0074d7f5ed338ec99c313a46d7bc42715d1fc822cc5cc32d9552e75.svg);
}

/* line 88, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon-link:before {
  background-image: url(/assets/icons/text-hyperlink-a84034d31354ee1e31b148810d887537b1b83bdf59c17f3fea5601fb45ebf157.svg);
}

/* line 91, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon-bullet-list:before {
  background-image: url(/assets/icons/list-bullets-a2a77140613dcc70ae1dfd2f833a8efc7832f88890b5a08f1f96e6b85c28b024.svg);
}

/* line 94, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon-number-list:before {
  background-image: url(/assets/icons/list-numbers-9b49abe216dc0c6cc01314f970296e474564820e0813f5f0f49495b4da565edb.svg);
}

/* line 97, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group .trix-button--icon-attach:before {
  background-image: url(/assets/icons/image-8e1e24eaf8cf9d09cd461a2351601ed89d026b61cd50d10e3fc30f15415e0e23.svg);
}

/* line 102, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-attribute="heading1"] {
  display: none;
}

/* line 105, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-attribute="strike"] {
  display: none;
}

/* line 108, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-attribute="quote"] {
  display: none;
}

/* line 111, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-attribute="code"] {
  display: none;
}

/* line 114, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-action="decreaseNestingLevel"] {
  display: none;
}

/* line 117, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-action="increaseNestingLevel"] {
  display: none;
}

/* line 120, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-action="undo"] {
  display: none;
}

/* line 123, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-button-group [data-trix-action="redo"] {
  display: none;
}

/* line 127, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialogs {
  margin-left: -9px;
}

/* line 130, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  line-height: 21px;
  background: #d6ebfd;
}

/* line 138, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog__link-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/rich-text.scss */
  trix-toolbar .trix-dialog__link-fields {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 145, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog input {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  padding: 6px 12px;
  background: #ffffff;
  color: #3d4b59;
  border: 1px solid #8f919d;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
trix-toolbar .trix-dialog input.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
trix-toolbar .trix-dialog input:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
trix-toolbar .trix-dialog input::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
trix-toolbar .trix-dialog input::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 165, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog input:active, trix-toolbar .trix-dialog input:focus {
  outline: none;
  border: 1px solid #009ef1;
}

/* line 169, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog input:disabled {
  border: 1px solid #d8dfe7;
  color: #d8dfe7;
}

/* line 174, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog .trix-button-group {
  float: left;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 6px;
}

@media (min-width: 900px) {
  /* line 174, app/assets/stylesheets/rich-text.scss */
  trix-toolbar .trix-dialog .trix-button-group {
    margin-left: 6px;
    margin-top: 0;
  }
}

/* line 183, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog .trix-button-group input[type="button"] {
  width: auto;
  height: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  padding: 6px 12px;
  border: 1px solid #13a538;
  background: #13a538;
  color: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 194, app/assets/stylesheets/rich-text.scss */
trix-toolbar .trix-dialog .trix-button-group input[type="button"]:last-of-type {
  font-weight: normal;
  margin-left: 6px;
  border: 1px solid #8f919d;
  background: transparent;
  color: #3d4b59;
}

/* line 206, app/assets/stylesheets/rich-text.scss */
trix-editor {
  /* stylelint-disable-line */
  position: relative;
  box-sizing: border-box;
  display: block;
  min-height: 180px;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  background: #ffffff;
  color: #3d4b59;
  -webkit-appearance: none;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
trix-editor.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
trix-editor:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
trix-editor::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
trix-editor::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 223, app/assets/stylesheets/rich-text.scss */
trix-editor:active, trix-editor:focus {
  outline: none;
}

/* line 226, app/assets/stylesheets/rich-text.scss */
trix-editor:disabled {
  background: rgba(216, 223, 231, 0.2);
  color: #d8dfe7;
}

/* line 231, app/assets/stylesheets/rich-text.scss */
trix-editor [data-trix-cursor-target]::selection {
  background: transparent;
  color: transparent;
}

/* line 236, app/assets/stylesheets/rich-text.scss */
trix-editor .attachment {
  border: 1px solid #d8dfe7;
}

/* line 238, app/assets/stylesheets/rich-text.scss */
trix-editor .attachment[data-trix-mutable="true"] {
  border: 1px solid #636e78;
}

/* line 242, app/assets/stylesheets/rich-text.scss */
trix-editor .attachment-gallery [data-trix-cursor-target] {
  font-size: 60px;
  line-height: 100%;
}

/* line 247, app/assets/stylesheets/rich-text.scss */
trix-editor .attachment__toolbar {
  display: inline-block;
  background: white;
  position: absolute;
  word-wrap: unset;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 260, app/assets/stylesheets/rich-text.scss */
.trix-content * {
  font-size: 18px;
  line-height: 24px;
  overflow-wrap: anywhere;
}

/* line 265, app/assets/stylesheets/rich-text.scss */
.trix-content > div {
  margin-bottom: 21px;
}

/* line 268, app/assets/stylesheets/rich-text.scss */
.trix-content ul {
  margin-left: 21px;
  padding: 0;
  margin-bottom: 21px;
}

/* line 272, app/assets/stylesheets/rich-text.scss */
.trix-content ul li {
  list-style-type: disc;
}

/* line 276, app/assets/stylesheets/rich-text.scss */
.trix-content ol {
  margin-left: 21px;
  padding: 0;
  margin-bottom: 21px;
}

/* line 280, app/assets/stylesheets/rich-text.scss */
.trix-content ol li {
  list-style-type: decimal;
}

/* line 284, app/assets/stylesheets/rich-text.scss */
.trix-content a {
  color: #0056a4;
  text-decoration: underline;
  cursor: pointer;
}

/* line 291, app/assets/stylesheets/rich-text.scss */
.trix-content--sml * {
  font-size: 15px;
  line-height: 21px;
}

/* line 297, app/assets/stylesheets/rich-text.scss */
.trix-content .trix-button--remove {
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  color: #f62d19;
  background-color: white;
  border: 1px solid #b6bfc9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

@media print {
  /* line 297, app/assets/stylesheets/rich-text.scss */
  .trix-content .trix-button--remove {
    display: none !important;
  }
}

/* line 316, app/assets/stylesheets/rich-text.scss */
.trix-content action-text-attachment, .rich-text action-text-attachment {
  /* stylelint-disable-line */
  height: auto;
}

/* line 320, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment, .rich-text .attachment {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin: 6px 0 21px;
  padding: 0;
  max-width: 100%;
  height: auto;
  user-select: none;
}

/* line 329, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment img, .rich-text .attachment img {
  display: block;
  margin: 0 auto;
  max-width: 99%;
  height: auto;
  user-select: none;
}

/* line 336, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment .attachment__caption, .trix-content .attachment .attachment__metadata-container, .rich-text .attachment .attachment__caption, .rich-text .attachment .attachment__metadata-container {
  display: none;
}

/* line 341, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment-gallery, .rich-text .attachment-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

/* line 347, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment-gallery *, .rich-text .attachment-gallery * {
  user-select: none;
}

/* line 350, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment-gallery > action-text-attachment, .trix-content .attachment-gallery > .attachment, .rich-text .attachment-gallery > action-text-attachment, .rich-text .attachment-gallery > .attachment {
  /* stylelint-disable-line */
  flex: 1;
  width: 47%;
  min-width: 47%;
  max-width: 47%;
}

/* line 357, app/assets/stylesheets/rich-text.scss */
.trix-content .attachment-gallery--2 > action-text-attachment, .trix-content .attachment-gallery--2 > .attachment, .trix-content .attachment-gallery--4 > action-text-attachment, .trix-content .attachment-gallery--4 > .attachment, .trix-content .attachment-gallery--6 > action-text-attachment, .trix-content .attachment-gallery--6 > .attachment, .trix-content .attachment-gallery--8 > action-text-attachment, .trix-content .attachment-gallery--8 > .attachment, .trix-content .attachment-gallery--10 > action-text-attachment, .trix-content .attachment-gallery--10 > .attachment, .trix-content .attachment-gallery--12 > action-text-attachment, .trix-content .attachment-gallery--12 > .attachment, .trix-content .attachment-gallery--14 > action-text-attachment, .trix-content .attachment-gallery--14 > .attachment, .trix-content .attachment-gallery--16 > action-text-attachment, .trix-content .attachment-gallery--16 > .attachment, .trix-content .attachment-gallery--18 > action-text-attachment, .trix-content .attachment-gallery--18 > .attachment, .trix-content .attachment-gallery--20 > action-text-attachment, .trix-content .attachment-gallery--20 > .attachment, .rich-text .attachment-gallery--2 > action-text-attachment, .rich-text .attachment-gallery--2 > .attachment, .rich-text .attachment-gallery--4 > action-text-attachment, .rich-text .attachment-gallery--4 > .attachment, .rich-text .attachment-gallery--6 > action-text-attachment, .rich-text .attachment-gallery--6 > .attachment, .rich-text .attachment-gallery--8 > action-text-attachment, .rich-text .attachment-gallery--8 > .attachment, .rich-text .attachment-gallery--10 > action-text-attachment, .rich-text .attachment-gallery--10 > .attachment, .rich-text .attachment-gallery--12 > action-text-attachment, .rich-text .attachment-gallery--12 > .attachment, .rich-text .attachment-gallery--14 > action-text-attachment, .rich-text .attachment-gallery--14 > .attachment, .rich-text .attachment-gallery--16 > action-text-attachment, .rich-text .attachment-gallery--16 > .attachment, .rich-text .attachment-gallery--18 > action-text-attachment, .rich-text .attachment-gallery--18 > .attachment, .rich-text .attachment-gallery--20 > action-text-attachment, .rich-text .attachment-gallery--20 > .attachment {
  /* stylelint-disable-line */
  width: 47%;
  min-width: 47%;
  max-width: 47%;
}

/* line 5, app/assets/stylesheets/paperwork/themes/shared.scss */
.hidden-on-print-pdf {
  display: none;
}

/* line 9, app/assets/stylesheets/paperwork/themes/shared.scss */
.item-clearer {
  clear: both;
}

/* line 13, app/assets/stylesheets/paperwork/themes/shared.scss */
.clear {
  clear: both;
}

/* line 17, app/assets/stylesheets/paperwork/themes/shared.scss */
.u-align-center {
  text-align: center;
}

/* line 21, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 1em;
  font-size: 15px;
  overflow-wrap: break-word;
}

/* line 30, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance {
  width: 100%;
  font-size: 12px;
}

/* line 33, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance th, table.balance td {
  padding: 12px 0;
  text-align: left;
  border-bottom: 1px solid #dedede;
}

/* line 37, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance th.amount, table.balance td.amount {
  text-align: right;
}

/* line 40, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance th.paid, table.balance td.paid {
  text-align: right;
}

/* line 43, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance th.total, table.balance td.total {
  text-align: right;
}

/* line 46, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance th.no-border, table.balance td.no-border {
  border-bottom: none;
}

/* line 50, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance th {
  font-weight: normal;
  color: #8f919d;
}

/* line 55, app/assets/stylesheets/paperwork/themes/shared.scss */
table.balance .table__section td {
  border-bottom: 1px solid #3d4b59;
}

/* line 62, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk__job-sheet-notes .c-card__list {
  border: none;
  padding: 0;
  margin: 18px 0 0 !important;
}

/* line 66, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk__job-sheet-notes .c-card__list:before, .pwrk__job-sheet-notes .c-card__list:after {
  border: none;
}

/* line 69, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk__job-sheet-notes .c-card__list .c-card {
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid;
}

/* line 75, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk__job-sheet-notes .c-card__list .note {
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 20px;
}

/* line 80, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk__job-sheet-notes .c-card__list .note .trix-content * {
  font-size: 14px;
  line-height: 20px;
}

/* line 84, app/assets/stylesheets/paperwork/themes/shared.scss */
.pwrk__job-sheet-notes .c-card__list .note__meta {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 1px;
}
/*



 */
