/* 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;}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*



































































*/
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@media print {
  @page {
    margin: 2cm;
  }
}

/* line 9, app/assets/stylesheets/base/general.scss */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 13, app/assets/stylesheets/base/general.scss */
html.no-scroll {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/base/general.scss */
body {
  box-sizing: border-box;
  background: white;
  font-size: 18px;
  line-height: 24px;
  font-family: "trade-gothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #3d4b59;
  padding: 54px 0 60px;
}

@media (min-width: 900px) {
  /* line 18, app/assets/stylesheets/base/general.scss */
  body {
    padding: inherit;
  }
}

/* line 29, app/assets/stylesheets/base/general.scss */
body.no-scroll {
  overflow: hidden;
  padding-top: 54px;
}

@media (min-width: 900px) {
  /* line 29, app/assets/stylesheets/base/general.scss */
  body.no-scroll {
    overflow: auto;
    position: relative;
    padding-top: 0;
  }
}

/* line 37, app/assets/stylesheets/base/general.scss */
body.no-scroll .nav {
  position: relative;
  z-index: 1;
}

/* line 41, app/assets/stylesheets/base/general.scss */
body.no-scroll .sticky-element {
  z-index: 0;
}

/* line 44, app/assets/stylesheets/base/general.scss */
body.no-scroll .m-nav {
  position: fixed;
  top: -54px;
  -webkit-transition: top 0.25s ease-in;
  -moz-transition: top 0.25s ease-in;
  -ms-transition: top 0.25s ease-in;
  -o-transition: top 0.25s ease-in;
  transition: top 0.25s ease-in;
}

/* line 49, app/assets/stylesheets/base/general.scss */
body.no-scroll .m-nav--back .m-nav {
  position: relative;
}

/* line 52, app/assets/stylesheets/base/general.scss */
body.no-scroll .m-nav__back {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

/* line 58, app/assets/stylesheets/base/general.scss */
body.overlay-open {
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/base/general.scss */
body.overlay-open .m-nav, body.overlay-open .m-nav__back {
  z-index: -1;
}

/* line 66, app/assets/stylesheets/base/general.scss */
.new-font-sizing {
  font-size: 16px;
}

/* line 68, app/assets/stylesheets/base/general.scss */
.new-font-sizing .t--reg {
  font-size: 16px;
}

/* line 71, app/assets/stylesheets/base/general.scss */
.new-font-sizing p {
  font-size: 16px;
}

/* line 73, app/assets/stylesheets/base/general.scss */
.new-font-sizing p.t--sml {
  font-size: 14px;
  line-height: 20px;
}

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

/* line 79, app/assets/stylesheets/base/general.scss */
.page-wrap {
  position: relative;
  width: 100vw;
}

/* line 84, app/assets/stylesheets/base/general.scss */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/base/general.scss */
.link {
  text-decoration: none;
  color: #0056a4;
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/base/general.scss */
.link:hover {
  text-decoration: underline;
  color: #0d478d;
}

/* line 98, app/assets/stylesheets/base/general.scss */
.link--dblue {
  color: #3d4b59;
}

/* line 101, app/assets/stylesheets/base/general.scss */
.link--green {
  color: #13a538;
}

/* line 104, app/assets/stylesheets/base/general.scss */
.link--red {
  color: #f62d19;
}

/* line 107, app/assets/stylesheets/base/general.scss */
.link--no-uline {
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/base/general.scss */
.link--no-uline:hover {
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/base/general.scss */
hr {
  height: 1px;
  border: none;
  background-color: rgba(61, 75, 89, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  margin: 18px 0;
}

/* line 123, app/assets/stylesheets/base/general.scss */
.animated-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #8f919d;
}

/* ------------ Layout Elements ------------ */
/* line 132, app/assets/stylesheets/base/general.scss */
.l-position-right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Containers for page layout ------------ */
/* line 5, app/assets/stylesheets/layout/containers.scss */
.c-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 18px;
}

@media (min-width: 900px) {
  /* line 5, app/assets/stylesheets/layout/containers.scss */
  .c-container {
    max-width: 1020px;
    min-width: 350px;
    padding: 0 12px;
  }
}

@media print {
  /* line 5, app/assets/stylesheets/layout/containers.scss */
  .c-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 20, app/assets/stylesheets/layout/containers.scss */
.c-container--xx-narrow {
  max-width: 420px;
}

/* line 23, app/assets/stylesheets/layout/containers.scss */
.c-container--x-narrow {
  max-width: 580px;
}

/* line 26, app/assets/stylesheets/layout/containers.scss */
.c-container--narrow {
  max-width: 720px;
}

/* line 29, app/assets/stylesheets/layout/containers.scss */
.c-container--wider {
  max-width: 1260px;
}

/* line 32, app/assets/stylesheets/layout/containers.scss */
.c-container--full-width {
  max-width: 100%;
}

/* line 35, app/assets/stylesheets/layout/containers.scss */
.c-container .c-container {
  padding: 0;
}

/* line 40, app/assets/stylesheets/layout/containers.scss */
.c-pwrk-container {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  width: 100%;
  margin: 0;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Grid layout ------------ */
/* line 5, app/assets/stylesheets/layout/grid.scss */
.flex-grid {
  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 5, app/assets/stylesheets/layout/grid.scss */
  .flex-grid {
    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;
  }
}

@media print {
  /* line 5, app/assets/stylesheets/layout/grid.scss */
  .flex-grid {
    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;
  }
}

/* line 17, app/assets/stylesheets/layout/grid.scss */
.flex-grid--rows-on-mobile {
  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;
}

/* line 20, app/assets/stylesheets/layout/grid.scss */
.flex-grid--rows-on-mobile .flex-grid__cell {
  flex: 1;
}

/* line 25, app/assets/stylesheets/layout/grid.scss */
.flex-grid--tabular {
  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;
}

/* line 28, app/assets/stylesheets/layout/grid.scss */
.flex-grid--tabular .flex-grid__cell {
  flex: 1;
}

/* line 33, app/assets/stylesheets/layout/grid.scss */
.flex-grid--wrap {
  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;
}

@media (min-width: 900px) {
  /* line 39, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--w-gutters {
    margin-left: -18px;
  }
}

@media (min-width: 900px) {
  /* line 43, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--w-gutters > .flex-grid__cell {
    margin-left: 18px;
  }
}

@media (min-width: 900px) {
  /* line 48, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--w-gutters--narrow {
    margin-left: -6px;
  }
}

@media (min-width: 900px) {
  /* line 52, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--w-gutters--narrow > .flex-grid__cell {
    margin-left: 6px;
  }
}

@media (min-width: 900px) {
  /* line 58, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--w-gutters--wide {
    margin-left: -36px;
  }
}

@media (min-width: 900px) {
  /* line 62, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--w-gutters--wide > .flex-grid__cell {
    margin-left: 36px;
  }
}

@media (min-width: 900px) {
  /* line 70, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--no-gutters {
    margin-left: 0;
  }
}

@media (min-width: 900px) {
  /* line 74, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--no-gutters .flex-grid__cell {
    margin-left: 0;
  }
}

/* line 81, app/assets/stylesheets/layout/grid.scss */
.flex-grid--reverse-on-mobile {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 900px) {
  /* line 81, app/assets/stylesheets/layout/grid.scss */
  .flex-grid--reverse-on-mobile {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 88, app/assets/stylesheets/layout/grid.scss */
.flex-grid__cell {
  box-sizing: border-box;
}

@media (min-width: 900px) {
  /* line 88, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell {
    flex: 1;
  }
}

@media print {
  /* line 88, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell {
    flex: 1;
  }
}

@media (min-width: 900px) {
  /* line 96, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of2 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 900px) {
  /* line 103, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of3 {
    width: 33.3%;
    min-width: 33.3%;
    max-width: 33.3%;
  }
}

@media (min-width: 900px) {
  /* line 110, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of4 {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 900px) {
  /* line 117, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of5 {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
}

@media print {
  /* line 117, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of5 {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
}

@media (min-width: 900px) {
  /* line 129, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--2of5 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
}

@media (min-width: 900px) {
  /* line 136, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of6 {
    width: 16%;
    min-width: 16%;
    max-width: 16%;
  }
}

@media print {
  /* line 136, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of6 {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}

@media (min-width: 900px) {
  /* line 148, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of10 {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
  }
}

@media (min-width: 900px) {
  /* line 155, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of12 {
    width: 8%;
    min-width: 8%;
    max-width: 8%;
  }
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of16 {
    width: 6%;
    min-width: 6%;
    max-width: 6%;
  }
}

@media (min-width: 900px) {
  /* line 169, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--1of20 {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
  }
}

@media (min-width: 900px) {
  /* line 178, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--v-center {
    align-self: center;
  }
}

@media (min-width: 900px) {
  /* line 183, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--v-top {
    align-self: flex-start;
  }
}

@media (min-width: 900px) {
  /* line 188, app/assets/stylesheets/layout/grid.scss */
  .flex-grid__cell--v-bottom {
    align-self: flex-end;
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/layout/nav-bar.scss */
.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/layout/nav-bar.scss */
  .nav {
    display: block;
    position: relative;
    z-index: auto;
  }
}

@media print {
  /* line 3, app/assets/stylesheets/layout/nav-bar.scss */
  .nav {
    display: none !important;
  }
}

/* line 20, app/assets/stylesheets/layout/nav-bar.scss */
.nav__bar {
  position: relative;
  box-sizing: border-box;
  background: #e9eff7;
  min-height: 54px;
}

@media (min-width: 900px) {
  /* line 20, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__bar {
    min-height: 66px;
  }
}

/* line 29, app/assets/stylesheets/layout/nav-bar.scss */
.nav__logo {
  position: absolute;
  top: 15px;
  left: 20px;
}

@media (min-width: 900px) {
  /* line 29, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__logo {
    left: 25px;
  }
}

/* line 36, app/assets/stylesheets/layout/nav-bar.scss */
.nav__logo img {
  height: 27px;
}

@media (min-width: 900px) {
  /* line 36, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__logo img {
    height: 36px;
  }
}

/* line 43, app/assets/stylesheets/layout/nav-bar.scss */
.nav__main {
  display: none;
}

@media (min-width: 900px) {
  /* line 43, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__main {
    display: block;
    margin: 0 auto;
    width: 800px;
    text-align: center;
  }
}

/* line 52, app/assets/stylesheets/layout/nav-bar.scss */
.nav__item {
  box-sizing: border-box;
  display: inline-block;
  width: 85px;
  padding: 12px 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  color: #636e78;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

@media (min-width: 1200px) {
  /* line 52, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__item {
    width: 100px;
  }
}

@media (min-width: 1600px) {
  /* line 52, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__item {
    width: 110px;
  }
}

/* line 70, app/assets/stylesheets/layout/nav-bar.scss */
.nav__item a {
  box-sizing: border-box;
  display: block;
}

/* line 74, app/assets/stylesheets/layout/nav-bar.scss */
.nav__item:hover {
  color: #3d4b59;
}

/* line 76, app/assets/stylesheets/layout/nav-bar.scss */
.nav__item:hover .nav__icon {
  fill: #3d4b59;
}

/* line 81, app/assets/stylesheets/layout/nav-bar.scss */
.nav__icon {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto 3px;
  fill: rgba(143, 145, 157, 0.8);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/* line 89, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings {
  display: none;
}

@media (min-width: 900px) {
  /* line 89, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__settings {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

/* line 97, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item {
  text-transform: none;
  padding: 12px 9px 0;
  width: 40px;
}

@media (min-width: 1200px) {
  /* line 97, app/assets/stylesheets/layout/nav-bar.scss */
  .nav__settings .nav__item {
    width: 60px;
  }
}

/* line 105, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item a.new {
  color: #13a538;
}

/* line 107, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item a.new:after {
  content: "New";
  float: right;
  color: white;
  font-size: 12px;
  background: #13a538;
  padding: 0px 6px 3px;
  line-height: 21px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 118, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item a.upgrade, .nav__settings .nav__item a.earn {
  color: #13a538;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item a.upgrade svg, .nav__settings .nav__item a.earn svg {
  fill: #13a538;
}

/* line 124, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item a.upgrade:hover, .nav__settings .nav__item a.earn:hover {
  background: rgba(209, 237, 225, 0.5);
}

/* line 129, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__item .nav__icon {
  height: 21px;
}

/* line 133, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__initials {
  position: relative;
  margin: 0 0 0 9px;
  padding: 0;
  top: 2px;
  width: 42px;
}

/* line 139, app/assets/stylesheets/layout/nav-bar.scss */
.nav__settings .nav__initials-link {
  display: block;
  box-sizing: border-box;
  padding: 0;
  top: -12px;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #3d4b59;
  color: white;
  font-size: 15px;
  line-height: 36px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 156, app/assets/stylesheets/layout/nav-bar.scss */
.nav .search-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  top: -1px;
  fill: #8f919d;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/* line 164, app/assets/stylesheets/layout/nav-bar.scss */
.nav .search-icon:hover {
  fill: #3d4b59;
}

/* line 170, app/assets/stylesheets/layout/nav-bar.scss */
.switch-company-section {
  position: relative;
  background: rgba(233, 239, 247, 0.4);
  margin: 9px -12px -12px;
  padding: 12px;
  border-top: 1px solid #d8dfe7;
}

/* line 176, app/assets/stylesheets/layout/nav-bar.scss */
.switch-company-section .current-company {
  position: relative;
  font-weight: bold;
  color: #3d4b59;
  padding-right: 33px;
}

/* line 181, app/assets/stylesheets/layout/nav-bar.scss */
.switch-company-section .current-company:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 21px;
  background-image: url(/assets/icons/check-circle--solid-1ff45ff0e193badbc1044ac3fcdf2054a13d29260831757e8f0132b7989f57a0.svg);
  background-repeat: no-repeat;
  -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 195, app/assets/stylesheets/layout/nav-bar.scss */
.switch-label {
  padding: 3px 12px;
  font-size: 11px;
  line-height: 21px;
  color: #636e78;
  text-transform: uppercase;
}

/* line 203, app/assets/stylesheets/layout/nav-bar.scss */
.switch-company {
  left: 0;
  width: 100%;
  height: 4em;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}

/* line 211, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 12px;
  top: 51px;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  background: white;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -moz-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 211, app/assets/stylesheets/layout/nav-bar.scss */
  .nav-settings__menu {
    width: 200px;
    text-transform: none;
    left: -151px;
    top: 36px;
  }
}

/* line 232, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
}

/* line 237, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li a {
  display: block;
  color: #636e78;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(182, 191, 201, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 247, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li a:hover {
  color: #636e78;
}

/* line 250, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li a.refer {
  color: #13a538;
}

/* line 253, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li a.upgrade {
  color: #028b67;
  font-weight: bold;
  background: rgba(209, 237, 225, 0.6);
}

/* line 260, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li:last-child a {
  border-bottom: none;
}

/* line 264, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li.arrow-up {
  display: block;
  margin: -11px 0 0 164px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white;
}

/* line 273, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li.switch-label {
  display: block;
  color: #8f919d;
  background: #e9eff7;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  padding: 9px 18px 6px;
}

/* line 282, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li.company-name a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  padding: 9px 18px !important;
  background: #e9eff7;
}

/* line 289, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li.company-name a.current-company {
  font-weight: bold;
  padding-right: 33px !important;
}

/* line 292, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu li.company-name a.current-company:after {
  content: "\2713";
  position: absolute;
  top: 12px;
  right: 9px;
  width: 21px;
  height: 21px;
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  color: #e9eff7;
  background: #3d4b59;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 310, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu--open {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 60px;
}

@media (min-width: 900px) {
  /* line 310, app/assets/stylesheets/layout/nav-bar.scss */
  .nav-settings__menu--open {
    top: 45px;
  }
}

/* line 318, app/assets/stylesheets/layout/nav-bar.scss */
.nav-settings__menu--open a {
  color: white;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 6, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav {
  z-index: 3;
  opacity: 1;
  box-sizing: border-box;
  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;
  align-items: center;
  min-height: 54px;
  padding: 6px 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-transition: margin 0.25s ease-in;
  -moz-transition: margin 0.25s ease-in;
  -ms-transition: margin 0.25s ease-in;
  -o-transition: margin 0.25s ease-in;
  transition: margin 0.25s ease-in;
  background: white;
}

@media (min-width: 900px) {
  /* line 6, app/assets/stylesheets/layout/mobile-nav-bar.scss */
  .m-nav {
    display: none;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/layout/mobile-nav-bar.scss */
  .m-nav {
    display: none;
  }
}

/* line 28, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__cancel {
  color: #0056a4;
  font-size: 16px;
}

/* line 33, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__save {
  display: inline-block;
  margin: 0 -6px 0 0;
  padding: 6px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  min-width: 18px;
  color: white;
  background: #028b67;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 48, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-toggle {
  flex: 1;
  padding: 0;
  align-items: center;
}

/* line 52, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-toggle img {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-top: -6px;
  padding-right: 3px;
}

/* line 59, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-toggle svg {
  fill: #b6bfc9;
  width: 21px;
  height: 21px;
}

/* line 66, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__right {
  width: auto;
  padding: 0;
}

/* line 69, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__right .notification-bell {
  width: auto;
}

/* line 72, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__right svg {
  fill: #b6bfc9;
  width: 21px;
  height: 21px;
  margin: 0;
}

/* line 80, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__back {
  box-sizing: border-box;
  position: sticky;
  padding: 9px 12px;
  margin-top: -9px;
  font-size: 14px;
  min-height: 33px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 80, app/assets/stylesheets/layout/mobile-nav-bar.scss */
  .m-nav__back {
    display: none;
  }
}

/* line 92, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__back svg {
  fill: #8f919d;
  margin-top: -2px;
  width: 9px;
  height: 9px;
}

/* line 100, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu {
  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;
  position: fixed;
  width: 75vw;
  top: 0;
  left: -75vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #e9eff7;
  -webkit-transition: left 0.25s ease-in;
  -moz-transition: left 0.25s ease-in;
  -ms-transition: left 0.25s ease-in;
  -o-transition: left 0.25s ease-in;
  transition: left 0.25s ease-in;
  -webkit-box-shadow: inset -12px 0 12px -12px #b6bfc9;
  -moz-box-shadow: inset -12px 0 12px -12px #b6bfc9;
  box-shadow: inset -12px 0 12px -12px #b6bfc9;
}

@media (min-width: 900px) {
  /* line 100, app/assets/stylesheets/layout/mobile-nav-bar.scss */
  .m-nav__menu {
    display: none;
  }
}

/* line 117, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search {
  position: relative;
  padding: 3px 12px;
  line-height: 48px;
  border-bottom: 1px solid #d8dfe7;
}

/* line 122, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search input {
  box-sizing: border-box;
  border: 1px solid white;
  background: white;
  color: #3d4b59;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 27px 6px 33px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.m-nav__menu-search input.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.m-nav__menu-search input:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.m-nav__menu-search input::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.m-nav__menu-search input::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 136, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search input:focus {
  outline: none;
  border: 1px solid #009ef1;
}

/* line 141, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search-clear {
  position: absolute;
  right: 18px;
  top: 3px;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

/* line 147, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search-clear--hidden {
  opacity: 0;
}

/* line 150, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search-clear svg {
  width: 15px;
  height: 15px;
}

/* line 155, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-search:after {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url(/assets/icons/search-401a2bc6bb588136590ddf1ab5296f8289146c357fdffa86836044f8bfd32ff9.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -moz-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -o-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  width: 15px;
  height: 15px;
  left: 21px;
  top: 21px;
}

/* line 169, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-top {
  flex: 1;
}

/* line 173, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-btm {
  box-sizing: border-box;
  margin-top: 54px;
  border-top: 1px solid #d8dfe7;
}

/* line 179, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item {
  line-height: 48px;
  position: relative;
}

/* line 182, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item a {
  display: block;
  padding: 0 18px;
  font-size: 16px;
  color: #3d4b59;
}

/* line 188, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item svg {
  display: inline-block;
  fill: #636e78;
  height: 15px;
  margin-right: 9px;
  width: 15px;
}

/* line 195, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item--company {
  position: relative;
  border-bottom: 1px solid #d8dfe7;
  margin-bottom: -3px;
}

/* line 199, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item--company label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 42px 0 18px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 208, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item--company label.label--w-select {
  background-position: right 15px top 22px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 12px;
  background-repeat: no-repeat;
}

/* line 217, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item--green a {
  color: #13a538;
}

/* line 220, app/assets/stylesheets/layout/mobile-nav-bar.scss */
.m-nav__menu-item--green .m-nav__icon svg {
  fill: #13a538;
}

/* line 229, app/assets/stylesheets/layout/mobile-nav-bar.scss */
body .page-wrap {
  -webkit-transition: margin 0.25s ease-in;
  -moz-transition: margin 0.25s ease-in;
  -ms-transition: margin 0.25s ease-in;
  -o-transition: margin 0.25s ease-in;
  transition: margin 0.25s ease-in;
}

/* line 233, app/assets/stylesheets/layout/mobile-nav-bar.scss */
body.m-nav--open {
  overflow: hidden;
}

/* line 235, app/assets/stylesheets/layout/mobile-nav-bar.scss */
body.m-nav--open .page-wrap {
  margin-left: 75vw;
  width: 100vw;
  height: 100vh;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -ms-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

/* line 241, app/assets/stylesheets/layout/mobile-nav-bar.scss */
body.m-nav--open .m-nav {
  margin-left: 75vw;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -ms-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

/* line 245, app/assets/stylesheets/layout/mobile-nav-bar.scss */
body.m-nav--open .m-toolbar {
  margin-left: 75vw;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -ms-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

/* line 249, app/assets/stylesheets/layout/mobile-nav-bar.scss */
body.m-nav--open .m-nav__menu {
  left: 0;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
/*
Module: Common Page Headings - Page headings, Object (job, paperwork, etc) headings
*/
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 9, app/assets/stylesheets/layout/headings.scss */
.form-heading {
  padding: 21px 0;
}

@media (min-width: 900px) {
  /* line 9, app/assets/stylesheets/layout/headings.scss */
  .form-heading {
    position: relative;
    padding: 42px 0;
  }
}

@media print {
  /* line 9, app/assets/stylesheets/layout/headings.scss */
  .form-heading {
    padding: 12px 0 3px;
  }
}

/* line 18, app/assets/stylesheets/layout/headings.scss */
.form-heading__title {
  color: #3d4b59;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  display: block;
}

@media (min-width: 900px) {
  /* line 18, app/assets/stylesheets/layout/headings.scss */
  .form-heading__title {
    font-size: 27px;
    line-height: 36px;
  }
}

@media print {
  /* line 18, app/assets/stylesheets/layout/headings.scss */
  .form-heading__title {
    color: black;
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 34, app/assets/stylesheets/layout/headings.scss */
.form-heading__subtitle {
  color: #3d4b59;
  font-size: 15px;
  line-height: 21px;
  display: block;
  margin-bottom: 3px;
}

@media (min-width: 900px) {
  /* line 34, app/assets/stylesheets/layout/headings.scss */
  .form-heading__subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
  }
}

/* line 48, app/assets/stylesheets/layout/headings.scss */
.index-heading {
  padding: 0 0 12px;
  overflow-wrap: break-word;
}

@media (min-width: 900px) {
  /* line 48, app/assets/stylesheets/layout/headings.scss */
  .index-heading {
    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;
    align-items: center;
    padding: 42px 0;
  }
}

@media print {
  /* line 48, app/assets/stylesheets/layout/headings.scss */
  .index-heading {
    padding: 12px 0 3px;
  }
}

/* line 61, app/assets/stylesheets/layout/headings.scss */
.index-heading__back {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 61, app/assets/stylesheets/layout/headings.scss */
  .index-heading__back {
    flex-basis: 100%;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 21px;
    color: #3d4b59;
  }
}

/* line 72, app/assets/stylesheets/layout/headings.scss */
.index-heading__back .icon--back {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 78, app/assets/stylesheets/layout/headings.scss */
.index-heading__title {
  color: #3d4b59;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* line 78, app/assets/stylesheets/layout/headings.scss */
  .index-heading__title {
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    font-size: 27px;
    line-height: 36px;
  }
}

@media print {
  /* line 78, app/assets/stylesheets/layout/headings.scss */
  .index-heading__title {
    color: black;
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 96, app/assets/stylesheets/layout/headings.scss */
.index-heading__title--filtered {
  display: block;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  /* line 96, app/assets/stylesheets/layout/headings.scss */
  .index-heading__title--filtered {
    margin-bottom: 0;
  }
}

/* line 104, app/assets/stylesheets/layout/headings.scss */
.index-heading__subtitle {
  color: #3d4b59;
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin-top: 3px;
}

@media (min-width: 900px) {
  /* line 104, app/assets/stylesheets/layout/headings.scss */
  .index-heading__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}

/* line 115, app/assets/stylesheets/layout/headings.scss */
.index-heading__actions {
  text-align: center;
  display: block;
}

@media print {
  /* line 115, app/assets/stylesheets/layout/headings.scss */
  .index-heading__actions {
    display: none !important;
  }
}

/* line 123, app/assets/stylesheets/layout/headings.scss */
.index-heading__partner-logo {
  float: right;
}

/* line 125, app/assets/stylesheets/layout/headings.scss */
.index-heading__partner-logo img {
  width: 75px;
  height: auto;
}

/* line 133, app/assets/stylesheets/layout/headings.scss */
.page-heading {
  padding: 0 0 12px;
  text-align: left;
  overflow-wrap: break-word;
  border-bottom: 1px solid white;
}

@media (min-width: 900px) {
  /* line 133, app/assets/stylesheets/layout/headings.scss */
  .page-heading {
    padding: 42px 0 15px;
  }
}

@media print {
  /* line 133, app/assets/stylesheets/layout/headings.scss */
  .page-heading {
    padding: 12px 0 3px;
  }
}

/* line 144, app/assets/stylesheets/layout/headings.scss */
.page-heading--paperwork {
  padding-bottom: 0;
}

@media (min-width: 1025px) {
  /* line 144, app/assets/stylesheets/layout/headings.scss */
  .page-heading--paperwork {
    margin-left: 90px;
  }
}

@media (min-width: 900px) {
  /* line 150, app/assets/stylesheets/layout/headings.scss */
  .page-heading--paperwork-form {
    margin-left: -60px;
  }
}

@media (min-width: 900px) {
  /* line 155, app/assets/stylesheets/layout/headings.scss */
  .page-heading--frm {
    padding: 33px 0 30px;
  }
}

/* line 160, app/assets/stylesheets/layout/headings.scss */
.page-heading--sticky {
  position: sticky;
  top: 0;
  padding: 12px 0;
  z-index: 9;
  background: white;
  background: linear-gradient(180deg, white 0%, white 70%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
}

/* line 168, app/assets/stylesheets/layout/headings.scss */
.page-heading__title {
  color: #3d4b59;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

@media (min-width: 900px) {
  /* line 168, app/assets/stylesheets/layout/headings.scss */
  .page-heading__title {
    font-size: 27px;
    line-height: 36px;
  }
}

@media print {
  /* line 168, app/assets/stylesheets/layout/headings.scss */
  .page-heading__title {
    color: black;
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 185, app/assets/stylesheets/layout/headings.scss */
.page-heading__title .menu-holder {
  position: relative;
}

@media (min-width: 900px) {
  /* line 187, app/assets/stylesheets/layout/headings.scss */
  .page-heading__title .menu-holder .menu--popup {
    top: 21px;
  }
}

@media (min-width: 900px) {
  /* line 192, app/assets/stylesheets/layout/headings.scss */
  .page-heading__title .menu-holder .menu--popup.-menu-open {
    top: 42px;
  }
}

/* line 198, app/assets/stylesheets/layout/headings.scss */
.page-heading__title--sml-scrn-only {
  display: block;
}

@media (min-width: 900px) {
  /* line 198, app/assets/stylesheets/layout/headings.scss */
  .page-heading__title--sml-scrn-only {
    display: none;
  }
}

/* line 204, app/assets/stylesheets/layout/headings.scss */
.page-heading__title--lrg-scrn-only {
  display: none;
}

@media (min-width: 900px) {
  /* line 204, app/assets/stylesheets/layout/headings.scss */
  .page-heading__title--lrg-scrn-only {
    display: block;
  }
}

/* line 211, app/assets/stylesheets/layout/headings.scss */
.page-heading__details {
  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;
  margin-bottom: 18px;
}

@media (min-width: 900px) {
  /* line 211, app/assets/stylesheets/layout/headings.scss */
  .page-heading__details {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 36px;
  }
}

/* line 220, app/assets/stylesheets/layout/headings.scss */
.page-heading__status {
  order: 2;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  margin: 0 -18px;
  padding: 15px 18px;
  border-bottom: 1px solid #d8dfe7;
}

@media (min-width: 900px) {
  /* line 220, app/assets/stylesheets/layout/headings.scss */
  .page-heading__status {
    order: 1;
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin: 6px 42px 24px 0;
    padding: 0;
    border: none;
  }
}

/* line 239, app/assets/stylesheets/layout/headings.scss */
.page-heading__status-divide {
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 239, app/assets/stylesheets/layout/headings.scss */
  .page-heading__status-divide {
    display: none;
  }
}

/* line 245, app/assets/stylesheets/layout/headings.scss */
.page-heading__status-meta {
  display: inline-block;
  font-size: 15px;
}

@media (min-width: 900px) {
  /* line 245, app/assets/stylesheets/layout/headings.scss */
  .page-heading__status-meta {
    display: block;
    font-size: 18px;
  }
}

/* line 254, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta, .page-heading__premeta {
  order: 1;
  display: block;
  margin: 0 -18px;
  padding: 15px 18px;
  border-top: 1px solid #d8dfe7;
  border-bottom: 1px solid #d8dfe7;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 900px) {
  /* line 254, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta, .page-heading__premeta {
    order: 2;
    display: inline-block;
    margin: 6px 0 24px;
    padding: 0;
    border: none;
    overflow: inherit;
  }
}

/* line 274, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta::-webkit-scrollbar, .page-heading__premeta::-webkit-scrollbar {
  display: none;
}

/* line 277, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-holder, .page-heading__premeta-holder {
  position: relative;
  display: inline-block;
  max-width: 240px;
}

@media (min-width: 900px) {
  /* line 277, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-holder, .page-heading__premeta-holder {
    max-width: 270px;
  }
}

@media (min-width: 900px) {
  /* line 284, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-holder--longer, .page-heading__premeta-holder--longer {
    max-width: 360px;
  }
}

/* line 289, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-holder .page-heading__meta-item, .page-heading__premeta-holder .page-heading__meta-item {
  max-width: 100%;
}

/* line 292, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-holder .menu, .page-heading__premeta-holder .menu {
  white-space: normal;
}

@media (min-width: 900px) {
  /* line 292, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-holder .menu, .page-heading__premeta-holder .menu {
    overflow-wrap: break-word;
    width: 270px;
    max-width: 270px;
    left: 50%;
    margin-left: -135px;
    right: auto;
  }
}

/* line 303, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-holder .menu--popup, .page-heading__premeta-holder .menu--popup {
  white-space: normal;
}

@media (min-width: 900px) {
  /* line 303, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-holder .menu--popup, .page-heading__premeta-holder .menu--popup {
    width: 390px;
    max-width: 390px;
    margin-left: -195px;
  }
}

/* line 312, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-item, .page-heading__premeta-item {
  min-width: 90px;
  max-width: 240px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 312, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-item, .page-heading__premeta-item {
    max-width: 270px;
    font-size: 18px;
    line-height: 24px;
    margin-right: 42px;
    margin-left: 0;
  }
  /* line 327, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-item:hover a .page-heading__meta-label, .page-heading__premeta-item:hover a .page-heading__meta-label {
    color: #3d4b59;
  }
  /* line 329, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-item:hover a .page-heading__meta-label svg, .page-heading__premeta-item:hover a .page-heading__meta-label svg {
    fill: #3d4b59;
  }
  /* line 334, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-item:hover a .page-heading__meta-value-icon svg, .page-heading__premeta-item:hover a .page-heading__meta-value-icon svg {
    color: #3d4b59;
    fill: #3d4b59;
  }
}

@media (min-width: 900px) {
  /* line 341, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-item--longer, .page-heading__premeta-item--longer {
    max-width: 100%;
  }
}

/* line 347, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-label, .page-heading__premeta-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #636e78;
}

/* line 354, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-icon svg, .page-heading__premeta-icon svg {
  margin-top: -4px;
  margin-right: 2px;
  width: 13px;
  height: 13px;
  fill: #636e78;
}

/* line 361, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-icon--red-2 svg, .page-heading__premeta-icon--red-2 svg {
  fill: #ce1b1b;
}

/* line 365, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-value, .page-heading__premeta-value {
  max-width: 230px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

@media (min-width: 900px) {
  /* line 365, app/assets/stylesheets/layout/headings.scss */
  .page-heading__meta-value, .page-heading__premeta-value {
    max-width: 240px;
  }
}

/* line 375, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-value-icon, .page-heading__premeta-value-icon {
  color: #636e78;
}

/* line 377, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-value-icon svg, .page-heading__premeta-value-icon svg {
  display: inline-block;
  margin-top: -1px;
  margin-left: 3px;
  width: 11px;
  height: 11px;
  color: #636e78;
  fill: #636e78;
}

/* line 387, app/assets/stylesheets/layout/headings.scss */
.page-heading__meta-value-icon--sml svg, .page-heading__premeta-value-icon--sml svg {
  width: 9px;
  height: 9px;
  color: #8f919d;
  fill: #8f919d;
}

/* line 397, app/assets/stylesheets/layout/headings.scss */
.page-heading__premeta {
  border: none;
  margin-bottom: 0;
  padding: 0 18px 3px;
}

@media (min-width: 900px) {
  /* line 397, app/assets/stylesheets/layout/headings.scss */
  .page-heading__premeta {
    margin-bottom: 0;
    padding: 0;
  }
}

/* line 407, app/assets/stylesheets/layout/headings.scss */
.page-heading__subtitle {
  color: #3d4b59;
  font-size: 15px;
  line-height: 18px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 900px) {
  /* line 407, app/assets/stylesheets/layout/headings.scss */
  .page-heading__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}

/* line 418, app/assets/stylesheets/layout/headings.scss */
.page-heading__subtitle .popup--contact {
  margin: 0 3px 0 1px;
  width: 1.1em;
  height: 1.1em;
}

/* line 422, app/assets/stylesheets/layout/headings.scss */
.page-heading__subtitle .popup--contact svg {
  width: 1.1em;
  height: 1.1em;
}

/* line 429, app/assets/stylesheets/layout/headings.scss */
.page-heading__actions {
  float: right;
  display: block;
}

@media (min-width: 900px) {
  /* line 429, app/assets/stylesheets/layout/headings.scss */
  .page-heading__actions {
    margin-top: -6px;
  }
}

@media print {
  /* line 429, app/assets/stylesheets/layout/headings.scss */
  .page-heading__actions {
    display: none !important;
  }
}

/* line 439, app/assets/stylesheets/layout/headings.scss */
.page-heading__new {
  text-align: center;
  display: block;
}

@media (min-width: 900px) {
  /* line 439, app/assets/stylesheets/layout/headings.scss */
  .page-heading__new {
    margin-top: -6px;
  }
}

@media print {
  /* line 439, app/assets/stylesheets/layout/headings.scss */
  .page-heading__new {
    display: none !important;
  }
}

/* line 449, app/assets/stylesheets/layout/headings.scss */
.page-heading a.link {
  text-decoration: none;
}

/* line 454, app/assets/stylesheets/layout/headings.scss */
.section-heading {
  text-align: center;
  margin: 0 0 18px;
}

/* line 457, app/assets/stylesheets/layout/headings.scss */
.section-heading__title {
  font-weight: normal;
  text-transform: uppercase;
  color: #636e78;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}

/* line 464, app/assets/stylesheets/layout/headings.scss */
.section-heading__title::before, .section-heading__title::after {
  background-color: #b6bfc9;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

/* line 474, app/assets/stylesheets/layout/headings.scss */
.section-heading__title::before {
  right: 0.5em;
  margin-left: -50%;
}

/* line 478, app/assets/stylesheets/layout/headings.scss */
.section-heading__title::after {
  left: 0.5em;
  margin-right: -50%;
}

/* line 486, app/assets/stylesheets/layout/headings.scss */
.c-container--wider .page-heading__subtitle {
  max-width: 800px;
}

/* line 491, app/assets/stylesheets/layout/headings.scss */
.u-align-center > .page-heading__title {
  max-width: 100%;
}

/* line 495, app/assets/stylesheets/layout/headings.scss */
.c-tabs {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

@media (min-width: 900px) {
  /* line 495, app/assets/stylesheets/layout/headings.scss */
  .c-tabs {
    overflow-x: visible;
    white-space: normal;
    border-bottom: 1px solid #b6bfc9;
  }
}

/* line 504, app/assets/stylesheets/layout/headings.scss */
.c-tabs::-webkit-scrollbar {
  display: none;
}

/* line 507, app/assets/stylesheets/layout/headings.scss */
.c-tabs--bg-white {
  background: white;
}

/* line 510, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs {
  border-bottom: 1px solid #b6bfc9;
}

@media (min-width: 900px) {
  /* line 510, app/assets/stylesheets/layout/headings.scss */
  .c-tabs ul.nav-tabs {
    border-bottom: none;
  }
}

/* line 515, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs li {
  display: inline-block;
}

/* line 517, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs li a {
  display: block;
  font-size: 15px;
  line-height: 39px;
  padding: 0 15px;
  text-decoration: none;
}

/* line 525, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs li.active a {
  background: white;
  color: #3d4b59;
  border: 1px solid #b6bfc9;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  font-weight: bold;
  padding: 0 21px;
  -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;
}

/* line 537, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs--inline {
  border-bottom: 1px solid rgba(61, 75, 89, 0.2);
}

/* line 540, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs--inline li a {
  border: none;
  color: #8f919d;
  margin-bottom: -1px;
}

/* line 546, app/assets/stylesheets/layout/headings.scss */
.c-tabs ul.nav-tabs--inline li.active a {
  background: none;
  font-weight: normal;
  border-bottom: 2px solid rgba(61, 75, 89, 0.8);
  padding: 0 15px;
}

/* line 558, app/assets/stylesheets/layout/headings.scss */
.pulse {
  min-height: 42px;
  margin: 0 -18px;
  padding: 0 18px;
  border-top: 1px solid #d8dfe7;
}

@media (min-width: 900px) {
  /* line 558, app/assets/stylesheets/layout/headings.scss */
  .pulse {
    margin: -36px 0 9px;
    padding: 0;
    border-top: none;
  }
}

/* line 569, app/assets/stylesheets/layout/headings.scss */
.pulse--w-amounts {
  min-height: 63px;
}

/* line 574, app/assets/stylesheets/layout/headings.scss */
.pulse--scroll .pulse__inner {
  display: flex;
  margin: 0 -18px;
  padding: 0 18px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 900px) {
  /* line 574, app/assets/stylesheets/layout/headings.scss */
  .pulse--scroll .pulse__inner {
    display: inline-block;
    vertical-align: top;
  }
}

/* line 587, app/assets/stylesheets/layout/headings.scss */
.pulse--scroll .pulse__inner::-webkit-scrollbar {
  display: none;
}

/* line 593, app/assets/stylesheets/layout/headings.scss */
.pulse__item {
  display: inline-block;
  margin: 0 24px 0 0;
  padding: 12px 0;
  font-size: 15px;
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 593, app/assets/stylesheets/layout/headings.scss */
  .pulse__item {
    margin: 0 36px 12px 0;
    font-size: 18px;
    vertical-align: top;
  }
}

/* line 606, app/assets/stylesheets/layout/headings.scss */
.pulse__item.pulse__item--border:first-of-type {
  padding-left: 0;
  margin-left: -6px;
}

/* line 609, app/assets/stylesheets/layout/headings.scss */
.pulse__item.pulse__item--border:first-of-type:before {
  border: none;
}

/* line 615, app/assets/stylesheets/layout/headings.scss */
.pulse__item--border {
  position: relative;
  padding-left: 39px;
  margin-left: 12px;
}

/* line 619, app/assets/stylesheets/layout/headings.scss */
.pulse__item--border:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 40px;
  width: 1px;
  border-left: 1px solid #d8dfe7;
}

@media (max-width: 899px) {
  /* line 630, app/assets/stylesheets/layout/headings.scss */
  .pulse__item--fixed {
    display: block;
    padding: 9px 18px;
    margin: 0 -18px;
    border-bottom: 1px solid #d8dfe7;
  }
  /* line 636, app/assets/stylesheets/layout/headings.scss */
  .pulse__item--fixed .pulse__item-amount {
    display: inline-block;
  }
}

/* line 642, app/assets/stylesheets/layout/headings.scss */
.pulse__item-amount {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 642, app/assets/stylesheets/layout/headings.scss */
  .pulse__item-amount {
    font-size: 18px;
    line-height: 21px;
  }
}

/* line 654, app/assets/stylesheets/layout/headings.scss */
.pulse__item-small {
  font-size: 15px;
  line-height: 21px;
}

/* line 659, app/assets/stylesheets/layout/headings.scss */
.pulse__item .icon--micro {
  width: 11px;
  height: 11px;
}

/* line 662, app/assets/stylesheets/layout/headings.scss */
.pulse__item .icon--micro svg {
  opacity: 0.5;
  margin: 0 0 0 3px;
}

/* line 669, app/assets/stylesheets/layout/headings.scss */
.pulse__report {
  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;
}

/* line 672, app/assets/stylesheets/layout/headings.scss */
.pulse__report-chart {
  display: inline-block;
  width: 42px;
  margin: 6px 6px 0 0;
}
/*
Module: Tables
*/
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 6, app/assets/stylesheets/layout/tables.scss */
.tbl {
  width: 100%;
  margin: 0 -9px;
}

@media (min-width: 900px) {
  /* line 6, app/assets/stylesheets/layout/tables.scss */
  .tbl {
    margin: 0 12px;
  }
}

@media (min-width: 900px) {
  /* line 12, app/assets/stylesheets/layout/tables.scss */
  .tbl--no-pad {
    margin: 0;
  }
}

/* line 18, app/assets/stylesheets/layout/tables.scss */
.tbl--no-btm-border tr:last-child {
  border-bottom: none;
}

/* line 22, app/assets/stylesheets/layout/tables.scss */
.tbl--w-overflow {
  display: block;
  overflow: scroll;
}

/* line 26, app/assets/stylesheets/layout/tables.scss */
.tbl--table-cell-on-sml-scrn {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

/* line 31, app/assets/stylesheets/layout/tables.scss */
.tbl--table-cell-on-sml-scrn td {
  display: table-cell !important;
  padding: 12px 6px !important;
}

/* line 37, app/assets/stylesheets/layout/tables.scss */
.tbl th {
  display: none;
  padding: 0 3px 18px !important;
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
  font-weight: normal;
  vertical-align: bottom;
  text-align: left;
}

@media (min-width: 900px) {
  /* line 37, app/assets/stylesheets/layout/tables.scss */
  .tbl th {
    display: table-cell;
  }
}

/* line 49, app/assets/stylesheets/layout/tables.scss */
.tbl th:first-child {
  padding-left: 0;
}

/* line 52, app/assets/stylesheets/layout/tables.scss */
.tbl th:last-child {
  padding-right: 0;
}

/* line 56, app/assets/stylesheets/layout/tables.scss */
.tbl tr {
  border-bottom: 1px solid #e9eff7;
}

/* line 59, app/assets/stylesheets/layout/tables.scss */
.tbl td {
  display: flex;
  flex: 1;
  box-sizing: border-box;
  word-break: break-all;
  padding: 0 6px;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 59, app/assets/stylesheets/layout/tables.scss */
  .tbl td {
    padding: 12px 6px;
    display: table-cell;
  }
}

/* line 71, app/assets/stylesheets/layout/tables.scss */
.tbl td:first-child {
  padding-top: 12px;
  padding-left: 0;
}

/* line 75, app/assets/stylesheets/layout/tables.scss */
.tbl td:last-child {
  padding-bottom: 12px !important;
}

@media (min-width: 900px) {
  /* line 75, app/assets/stylesheets/layout/tables.scss */
  .tbl td:last-child {
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* line 82, app/assets/stylesheets/layout/tables.scss */
.tbl td.u-visible-lrg-scrn-only {
  display: none;
}

@media (min-width: 900px) {
  /* line 82, app/assets/stylesheets/layout/tables.scss */
  .tbl td.u-visible-lrg-scrn-only {
    display: table-cell !important;
  }
}

/* line 91, app/assets/stylesheets/layout/tables.scss */
.tbl__col--x21 {
  width: 21px;
}

/* line 94, app/assets/stylesheets/layout/tables.scss */
.tbl__col--title {
  text-align: left;
  min-width: 150px;
}

/* line 98, app/assets/stylesheets/layout/tables.scss */
.tbl__col--unit {
  text-align: center;
  width: 120px;
}

/* line 102, app/assets/stylesheets/layout/tables.scss */
.tbl__col--amount {
  text-align: right;
  width: 120px;
}

/* line 109, app/assets/stylesheets/layout/tables.scss */
.tbl__td--left {
  text-align: left;
  flex-direction: column;
}

/* line 113, app/assets/stylesheets/layout/tables.scss */
.tbl__td--center {
  text-align: center;
}

/* line 116, app/assets/stylesheets/layout/tables.scss */
.tbl__td--med {
  min-width: 180px;
}

/* line 119, app/assets/stylesheets/layout/tables.scss */
.tbl__td--long {
  min-width: 240px;
}

/* line 122, app/assets/stylesheets/layout/tables.scss */
.tbl__td--price {
  text-align: right;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 122, app/assets/stylesheets/layout/tables.scss */
  .tbl__td--price {
    width: 90px;
  }
}

/* line 131, app/assets/stylesheets/layout/tables.scss */
.tbl__td--slim {
  width: 90px;
}

/* line 136, app/assets/stylesheets/layout/tables.scss */
.tbl tr.tbl__group-heading {
  border-bottom: 1px solid #b6bfc9;
}

/* line 138, app/assets/stylesheets/layout/tables.scss */
.tbl tr.tbl__group-heading td {
  padding: 24px 0 18px;
  display: table-cell;
}

/* line 144, app/assets/stylesheets/layout/tables.scss */
.tbl__meta {
  display: block;
  font-size: 15px;
  line-height: 21px;
  color: #8f919d;
}

/* line 151, app/assets/stylesheets/layout/tables.scss */
.tbl__legend {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/layout/pagination.scss */
.pagination {
  display: block;
  text-align: center;
  margin: 20px 0 0;
  padding: 10px 0 0;
}

/* line 8, app/assets/stylesheets/layout/pagination.scss */
.pagination .page, .pagination .prev, .pagination .next {
  font-size: 18px;
  padding: 5px;
}

/* line 11, app/assets/stylesheets/layout/pagination.scss */
.pagination .page a, .pagination .prev a, .pagination .next a {
  color: #1064AC;
  font-weight: bold;
  text-decoration: underline;
}

/* line 16, app/assets/stylesheets/layout/pagination.scss */
.pagination .page.current, .pagination .prev.current, .pagination .next.current {
  color: ytb-dark-blue(1);
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/layout/pagination.scss */
.pagination .last, .pagination .first {
  display: none;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@keyframes blur-in {
  from {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background-color: rgba(233, 239, 247, 0);
  }
  to {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(233, 239, 247, 0.75);
  }
}

@keyframes dialog-pop {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

/* line 23, app/assets/stylesheets/layout/dialog.scss */
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

/* line 41, app/assets/stylesheets/layout/dialog.scss */
dialog:not([open]) {
  display: none;
}

/* line 45, app/assets/stylesheets/layout/dialog.scss */
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* line 54, app/assets/stylesheets/layout/dialog.scss */
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 62, app/assets/stylesheets/layout/dialog.scss */
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

/* line 68, app/assets/stylesheets/layout/dialog.scss */
.dialog {
  padding: 18px 6px;
  background: white;
  color: #3d4b59;
  border: 2px solid #8f919d;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (min-width: 900px) {
  /* line 68, app/assets/stylesheets/layout/dialog.scss */
  .dialog {
    padding: 30px;
  }
}

/* line 81, app/assets/stylesheets/layout/dialog.scss */
.dialog::backdrop {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(233, 239, 247, 0.4);
}

/* line 85, app/assets/stylesheets/layout/dialog.scss */
.dialog + .backdrop {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(233, 239, 247, 0.4);
}

/* line 89, app/assets/stylesheets/layout/dialog.scss */
.dialog__close {
  z-index: 6;
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 95, app/assets/stylesheets/layout/dialog.scss */
.dialog .frm__submit {
  padding: 0;
  margin: 0;
}

/* line 101, app/assets/stylesheets/layout/dialog.scss */
.c-dialog {
  z-index: 6;
  box-sizing: border-box;
  background: white;
  overflow-x: scroll;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  min-height: auto;
  max-height: 80vh;
  margin: 60px auto 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 0 36px #b6bfc9;
  -moz-box-shadow: 0 0 36px #b6bfc9;
  box-shadow: 0 0 36px #b6bfc9;
  -o-animation: dialog-pop 0.25s forwards;
  -moz-animation: dialog-pop 0.25s forwards;
  -webkit-animation: dialog-pop 0.25s forwards;
  animation: dialog-pop 0.25s forwards;
}

@media (min-width: 900px) {
  /* line 101, app/assets/stylesheets/layout/dialog.scss */
  .c-dialog {
    margin: 0;
    width: fit-content;
    min-width: 600px;
    max-width: 900px;
    height: fit-content;
    max-height: 800px;
  }
}

/* line 123, app/assets/stylesheets/layout/dialog.scss */
.c-dialog__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-animation: blur-in 0.1s forwards;
  -moz-animation: blur-in 0.1s forwards;
  -webkit-animation: blur-in 0.1s forwards;
  animation: blur-in 0.1s forwards;
}

/* line 136, app/assets/stylesheets/layout/dialog.scss */
.c-dialog__inner {
  padding: 24px;
}

@media (min-width: 900px) {
  /* line 136, app/assets/stylesheets/layout/dialog.scss */
  .c-dialog__inner {
    padding: 45px;
  }
}

/* line 142, app/assets/stylesheets/layout/dialog.scss */
.c-dialog__close-icon {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 24px;
}

@media (min-width: 900px) {
  /* line 142, app/assets/stylesheets/layout/dialog.scss */
  .c-dialog__close-icon {
    top: 30px;
    right: 45px;
    cursor: pointer;
  }
}

/* line 153, app/assets/stylesheets/layout/dialog.scss */
.c-dialog__header {
  box-sizing: border-box;
  z-index: 2;
  position: sticky;
  top: 0;
  right: 0;
  width: auto;
  background: white;
  padding: 12px 24px;
  margin: -24px -24px 0;
}

@media (min-width: 900px) {
  /* line 153, app/assets/stylesheets/layout/dialog.scss */
  .c-dialog__header {
    padding: 30px 45px;
    margin: -45px -45px 0;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    background-clip: padding-box;
  }
}

/* line 169, app/assets/stylesheets/layout/dialog.scss */
.c-dialog__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-right: 30px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel {
  z-index: 6;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  max-width: 1140px;
  background: white;
  overscroll-behavior: none;
  -webkit-box-shadow: 0 0 36px #b6bfc9;
  -moz-box-shadow: 0 0 36px #b6bfc9;
  box-shadow: 0 0 36px #b6bfc9;
  -o-animation: slide-up-mobile 0.25s ease-out;
  -moz-animation: slide-up-mobile 0.25s ease-out;
  -webkit-animation: slide-up-mobile 0.25s ease-out;
  animation: slide-up-mobile 0.25s ease-out;
}

@media (max-width: 899px) {
  /* line 3, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel {
    top: 36px;
  }
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1200px;
    min-height: 85%;
    max-height: 85%;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    background-clip: padding-box;
    -o-animation: slide-up 0.35s ease;
    -moz-animation: slide-up 0.35s ease;
    -webkit-animation: slide-up 0.35s ease;
    animation: slide-up 0.35s ease;
  }
}

/* line 32, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__overlay {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-animation: blur-in 0.1s forwards;
  -moz-animation: blur-in 0.1s forwards;
  -webkit-animation: blur-in 0.1s forwards;
  animation: blur-in 0.1s forwards;
}

/* line 42, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__inner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 33px 90px;
  overflow: auto;
}

@media (min-width: 900px) {
  /* line 42, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__inner {
    padding: 0 48px 120px;
  }
}

/* line 56, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__header--fixed {
  box-sizing: border-box;
  z-index: 2;
  position: sticky;
  top: 0;
  right: 0;
  width: auto;
  background: white;
  padding: 12px 24px;
  margin: 0 -33px;
}

@media (min-width: 900px) {
  /* line 56, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__header--fixed {
    padding: 36px 48px 18px;
    margin: 0 -48px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    background-clip: padding-box;
  }
}

/* line 72, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__header--pad-right {
  padding-right: 120px;
}

@media (min-width: 900px) {
  /* line 72, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__header--pad-right {
    padding-right: 0;
  }
}

/* line 79, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__header-title {
  font-size: 21px;
  line-height: 27px;
  margin-top: 15px;
  margin-bottom: 3px;
}

@media (min-width: 900px) {
  /* line 79, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__header-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 9px;
  }
}

/* line 91, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__header-sub-title {
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 91, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__header-sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 101, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__actions {
  display: block;
  margin-bottom: 18px;
}

@media (min-width: 900px) {
  /* line 101, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__actions {
    display: block;
    float: right;
    margin-right: 33px;
  }
}

/* line 111, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__close-btn, .c-panel__close-icon {
  z-index: 3;
  position: absolute;
  top: 18px;
  right: 18px;
}

@media (min-width: 900px) {
  /* line 111, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__close-btn, .c-panel__close-icon {
    top: 37px;
    right: 37px;
  }
}

/* line 120, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__close-btn:hover, .c-panel__close-icon:hover {
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__close-btn .icon, .c-panel__close-icon .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #e9eff7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 123, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__close-btn .icon, .c-panel__close-icon .icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: transparent;
  }
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__close-btn .icon:hover, .c-panel__close-icon .icon:hover {
    background: #e9eff7;
  }
  /* line 141, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__close-btn .icon:hover svg, .c-panel__close-icon .icon:hover svg {
    fill: #3d4b59;
  }
}

/* line 146, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__close-btn .icon svg, .c-panel__close-icon .icon svg {
  display: block;
  width: 15px;
  height: 100%;
  margin: 0 auto;
  fill: #636e78;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__close-btn .icon svg, .c-panel__close-icon .icon svg {
    width: 18px;
  }
}

/* line 158, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__close-icon {
  height: 27px;
  width: 27px;
}

/* line 162, app/assets/stylesheets/layout/modal-panel.scss */
.c-panel__close-btn {
  top: 18px;
  right: 24px;
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/layout/modal-panel.scss */
  .c-panel__close-btn {
    top: 30px;
    right: 48px;
  }
}

@keyframes slide-up-mobile {
  0% {
    opacity: 0;
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  100% {
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

/* line 204, app/assets/stylesheets/layout/modal-panel.scss */
.modal__source .c-panel {
  display: none;
}

/* line 207, app/assets/stylesheets/layout/modal-panel.scss */
.modal__source .c-panel__overlay {
  display: none;
}

/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
/* line 217, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__container,
.dialog__overlay {
  position: fixed;
  /* 1 */
  top: 0;
  /* 1 */
  right: 0;
  /* 1 */
  bottom: 0;
  /* 1 */
  left: 0;
  /* 1 */
}

/**
 * 1. Make sure the dialog container and all its descendants sits on
 *    top of the rest of the page.
 * 2. Make the dialog container a flex container to easily center the
 *    dialog.
 */
/* line 232, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__container {
  z-index: 7;
  /* 1 */
}

@media (min-width: 900px) {
  /* line 232, app/assets/stylesheets/layout/modal-panel.scss */
  .dialog__container {
    display: flex;
    /* 2 */
  }
}

/**
 * 1. Make sure the dialog container and all its descendants are not
 *    visible and not focusable when it is hidden.
 */
/* line 243, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__container[aria-hidden="true"] {
  display: none;
  /* 1 */
}

/* line 246, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__container[aria-hidden="true"] .c-panel {
  display: none;
}

/* line 249, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__container[aria-hidden="true"] .c-panel__overlay {
  display: none;
}

/**
 * 1. Make the overlay look like an overlay.
 */
/* line 258, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__overlay {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-animation: blur-in 0.1s forwards;
  -moz-animation: blur-in 0.1s forwards;
  -webkit-animation: blur-in 0.1s forwards;
  animation: blur-in 0.1s forwards;
}

/**
 * 1. Vertically and horizontally center the dialog in the page.
 * 2. Make sure the dialog sits on top of the overlay.
 * 3. Make sure the dialog has an opaque background.
 */
/* line 274, app/assets/stylesheets/layout/modal-panel.scss */
.dialog__content {
  z-index: 5;
  position: relative;
  /* 2 */
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 274, app/assets/stylesheets/layout/modal-panel.scss */
  .dialog__content {
    margin: auto;
    /* 1 */
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 5, app/assets/stylesheets/layout/menus.scss */
.menu {
  text-align: left;
  z-index: 10;
  box-sizing: border-box;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 100vh;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 0 0 180px;
  background: white;
  overflow-y: scroll;
  overflow-x: hidden;
  word-wrap: normal;
  white-space: normal;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 900px) {
  /* line 5, app/assets/stylesheets/layout/menus.scss */
  .menu {
    opacity: 0;
    position: absolute;
    width: auto;
    min-width: 300px;
    height: auto;
    top: 54px;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 0;
    overflow-y: auto;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
    transform: scale(0.75);
  }
}

/* line 43, app/assets/stylesheets/layout/menus.scss */
.menu--relative {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

@media (min-width: 900px) {
  /* line 51, app/assets/stylesheets/layout/menus.scss */
  .menu--popup {
    overflow-wrap: break-word;
    width: 390px;
    max-width: 390px;
    left: 50%;
    margin-left: -195px;
    right: auto;
  }
}

/* line 61, app/assets/stylesheets/layout/menus.scss */
.menu--single-line {
  position: relative;
}

@media (min-width: 900px) {
  /* line 61, app/assets/stylesheets/layout/menus.scss */
  .menu--single-line {
    margin-top: -38px;
  }
}

@media (min-width: 900px) {
  /* line 67, app/assets/stylesheets/layout/menus.scss */
  .menu--slim {
    min-width: 210px;
  }
}

@media (min-width: 900px) {
  /* line 72, app/assets/stylesheets/layout/menus.scss */
  .menu--wide {
    min-width: 420px;
  }
}

@media (min-width: 900px) {
  /* line 77, app/assets/stylesheets/layout/menus.scss */
  .menu--anchor-left {
    right: auto;
    left: 0;
  }
}

/* line 84, app/assets/stylesheets/layout/menus.scss */
.menu.-menu-open {
  display: block;
  visibility: visible;
  top: 0;
}

@media (min-width: 900px) {
  /* line 84, app/assets/stylesheets/layout/menus.scss */
  .menu.-menu-open {
    opacity: 1;
    transform: scale(1);
    top: 57px;
  }
}

/* line 95, app/assets/stylesheets/layout/menus.scss */
.menu--open {
  display: block;
  visibility: visible;
}

@media (min-width: 900px) {
  /* line 95, app/assets/stylesheets/layout/menus.scss */
  .menu--open {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 104, app/assets/stylesheets/layout/menus.scss */
.menu__header {
  position: sticky;
  width: 100vw;
  height: 54px;
  top: 0;
  left: 0;
  background: white;
  z-index: 1;
  border-bottom: 1px solid #d8dfe7;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  background-clip: padding-box;
}

@media (min-width: 900px) {
  /* line 104, app/assets/stylesheets/layout/menus.scss */
  .menu__header {
    display: none;
  }
}

/* line 118, app/assets/stylesheets/layout/menus.scss */
.menu__title {
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 118, app/assets/stylesheets/layout/menus.scss */
  .menu__title {
    display: none;
  }
}

/* line 130, app/assets/stylesheets/layout/menus.scss */
.menu__close {
  position: absolute !important;
  box-sizing: border-box;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 54px;
  margin: 0  !important;
  padding: 0 18px !important;
  color: #0056a4 !important;
  background: white !important;
  border: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 900px) {
  /* line 130, app/assets/stylesheets/layout/menus.scss */
  .menu__close {
    display: none;
  }
}

/* line 148, app/assets/stylesheets/layout/menus.scss */
.menu__contents {
  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 148, app/assets/stylesheets/layout/menus.scss */
  .menu__contents {
    padding: 3px 6px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 157, app/assets/stylesheets/layout/menus.scss */
.menu hr {
  margin: 0;
  background-color: #e9eff7;
}

@media (min-width: 900px) {
  /* line 157, app/assets/stylesheets/layout/menus.scss */
  .menu hr {
    margin: 6px 12px;
  }
}

/* line 165, app/assets/stylesheets/layout/menus.scss */
.menu__item {
  position: relative;
  font-size: 15px;
}

/* line 170, app/assets/stylesheets/layout/menus.scss */
.menu__item--active a {
  font-weight: bold;
  color: #0056a4 !important;
}

/* line 174, app/assets/stylesheets/layout/menus.scss */
.menu__item--active .icon svg {
  fill: #0056a4 !important;
}

/* line 179, app/assets/stylesheets/layout/menus.scss */
.menu__item-icon, .menu__item .icon {
  width: 36px;
}

@media (min-width: 900px) {
  /* line 179, app/assets/stylesheets/layout/menus.scss */
  .menu__item-icon, .menu__item .icon {
    width: 30px;
  }
}

/* line 184, app/assets/stylesheets/layout/menus.scss */
.menu__item-icon svg, .menu__item .icon svg {
  width: 18px;
  height: 18px;
  fill: #8f919d;
}

@media (min-width: 900px) {
  /* line 184, app/assets/stylesheets/layout/menus.scss */
  .menu__item-icon svg, .menu__item .icon svg {
    width: 16px;
    height: 16px;
  }
}

/* line 193, app/assets/stylesheets/layout/menus.scss */
.menu__item-icon--red svg, .menu__item .icon--red svg {
  fill: #f62d19;
}

/* line 198, app/assets/stylesheets/layout/menus.scss */
.menu__item-divide {
  margin: 48px 0 0;
  border-bottom: 1px solid #e9eff7;
}

@media (min-width: 900px) {
  /* line 198, app/assets/stylesheets/layout/menus.scss */
  .menu__item-divide {
    margin: 9px -9px;
    border-bottom: 1px solid #d8dfe7;
  }
}

/* line 207, app/assets/stylesheets/layout/menus.scss */
.menu__item-desc {
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 207, app/assets/stylesheets/layout/menus.scss */
  .menu__item-desc {
    line-height: 21px;
  }
}

/* line 212, app/assets/stylesheets/layout/menus.scss */
.menu__item-desc-helper {
  display: block;
  font-size: 16px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 212, app/assets/stylesheets/layout/menus.scss */
  .menu__item-desc-helper {
    font-size: 14px;
  }
}

/* line 221, app/assets/stylesheets/layout/menus.scss */
.menu__item button {
  background: transparent;
  border: none;
  width: 100%;
  padding: 15px 18px;
  text-align: left;
}

/* line 228, app/assets/stylesheets/layout/menus.scss */
.menu__item label, .menu__item a, .menu__item button, .menu__item .btn--no-sytle {
  font-size: 18px;
  line-height: 24px;
  padding: 15px 18px;
  color: #636e78;
  border-bottom: 1px solid #e9eff7;
  cursor: pointer;
  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;
}

@media (min-width: 900px) {
  /* line 228, app/assets/stylesheets/layout/menus.scss */
  .menu__item label, .menu__item a, .menu__item button, .menu__item .btn--no-sytle {
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    border-bottom: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

@media (min-width: 900px) {
  /* line 244, app/assets/stylesheets/layout/menus.scss */
  .menu__item label:hover, .menu__item a:hover, .menu__item button:hover, .menu__item .btn--no-sytle:hover {
    background: #e9eff7;
  }
}

/* line 251, app/assets/stylesheets/layout/menus.scss */
.menu__item--empty {
  color: #8f919d;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 18px;
  border-bottom: 1px solid #e9eff7;
  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;
}

@media (min-width: 900px) {
  /* line 251, app/assets/stylesheets/layout/menus.scss */
  .menu__item--empty {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 12px;
    border-bottom: none;
  }
}

/* line 267, app/assets/stylesheets/layout/menus.scss */
.menu__item--delete, .menu__item--delete a {
  color: #f62d19 !important;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 270, app/assets/stylesheets/layout/menus.scss */
.menu__item--delete .icon svg, .menu__item--delete a .icon svg {
  fill: #f62d19;
}

@media (min-width: 900px) {
  /* line 273, app/assets/stylesheets/layout/menus.scss */
  .menu__item--delete:hover, .menu__item--delete a:hover {
    background-color: rgba(244, 209, 209, 0.25) !important;
  }
}

/* line 281, app/assets/stylesheets/layout/menus.scss */
.menu__item--new a {
  padding: 12px 18px;
}

@media (min-width: 900px) {
  /* line 281, app/assets/stylesheets/layout/menus.scss */
  .menu__item--new a {
    padding: 12px;
  }
}

/* line 286, app/assets/stylesheets/layout/menus.scss */
.menu__item--new a .menu__item-icon {
  align-self: center;
}

/* line 293, app/assets/stylesheets/layout/menus.scss */
.menu__item--selected a {
  color: #0056a4;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* line 293, app/assets/stylesheets/layout/menus.scss */
  .menu__item--selected a {
    padding-left: 30px;
  }
}

/* line 299, app/assets/stylesheets/layout/menus.scss */
.menu__item--selected a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/check--bold-e900827d94693c02653750af47499af82e4ed05a5aa13006d95da4f8a03929f7.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  -moz-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  -o-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
}

@media (min-width: 900px) {
  /* line 299, app/assets/stylesheets/layout/menus.scss */
  .menu__item--selected a:after {
    right: auto;
    left: 9px;
    top: 18px;
    width: 12px;
    height: 12px;
  }
}

/* line 321, app/assets/stylesheets/layout/menus.scss */
.menu__item--filter label, .menu__item--filter a {
  font-size: 18px;
  padding: 9px 18px;
  border-bottom: 1px solid #e9eff7;
  cursor: pointer;
  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;
}

@media (min-width: 900px) {
  /* line 321, app/assets/stylesheets/layout/menus.scss */
  .menu__item--filter label, .menu__item--filter a {
    font-size: 15px;
    padding: 6px 12px;
    border-bottom: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

@media (min-width: 900px) {
  /* line 334, app/assets/stylesheets/layout/menus.scss */
  .menu__item--filter label:hover, .menu__item--filter a:hover {
    background: #e9eff7;
  }
}

/* line 340, app/assets/stylesheets/layout/menus.scss */
.menu__item--filter input[type="radio"] {
  display: none;
}

/* line 342, app/assets/stylesheets/layout/menus.scss */
.menu__item--filter input[type="radio"]:checked + label {
  color: #0056a4;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* line 342, app/assets/stylesheets/layout/menus.scss */
  .menu__item--filter input[type="radio"]:checked + label {
    padding-left: 30px;
  }
}

/* line 348, app/assets/stylesheets/layout/menus.scss */
.menu__item--filter input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/check--bold-e900827d94693c02653750af47499af82e4ed05a5aa13006d95da4f8a03929f7.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  -moz-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  -o-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
}

@media (min-width: 900px) {
  /* line 348, app/assets/stylesheets/layout/menus.scss */
  .menu__item--filter input[type="radio"]:checked + label:after {
    right: auto;
    left: 9px;
    top: 14px;
    width: 12px;
    height: 12px;
  }
}

/* line 370, app/assets/stylesheets/layout/menus.scss */
.menu__item-date {
  padding: 12px 18px;
}

@media (min-width: 900px) {
  /* line 370, app/assets/stylesheets/layout/menus.scss */
  .menu__item-date {
    padding: 6px 12px;
  }
}

/* line 375, app/assets/stylesheets/layout/menus.scss */
.menu__item-date label {
  display: inline-block;
  width: 42px;
  padding: 0;
  border: none;
}

/* line 381, app/assets/stylesheets/layout/menus.scss */
.menu__item-date input {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #e9eff7;
  padding: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 381, app/assets/stylesheets/layout/menus.scss */
  .menu__item-date input {
    width: 100px;
  }
}

@media (min-width: 900px) {
  /* line 394, app/assets/stylesheets/layout/menus.scss */
  .menu__col {
    flex: 1;
    min-width: 210px;
    margin: 6px 3px;
  }
}

@media (min-width: 900px) {
  /* line 400, app/assets/stylesheets/layout/menus.scss */
  .menu__col--fixed-height {
    position: relative;
    max-height: 300px;
    overflow: auto;
    padding-bottom: 75px;
  }
  /* line 406, app/assets/stylesheets/layout/menus.scss */
  .menu__col--fixed-height:after {
    content: "";
    position: fixed;
    bottom: 0;
    width: 210px;
    height: 90px;
    text-align: center;
    background: white;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

/* line 418, app/assets/stylesheets/layout/menus.scss */
.menu__col-header {
  padding: 24px 18px 3px;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  color: #636e78;
}

@media (min-width: 900px) {
  /* line 418, app/assets/stylesheets/layout/menus.scss */
  .menu__col-header {
    padding: 6px 9px;
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar {
  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;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-sizing: border-box;
  position: fixed;
  bottom: 15px;
  left: 12px;
  right: 12px;
  width: calc(100vw - 24px);
  padding: 18px 12px;
  background: #e9eff7;
  -webkit-transition: margin 0.25s ease-in;
  -moz-transition: margin 0.25s ease-in;
  -ms-transition: margin 0.25s ease-in;
  -o-transition: margin 0.25s ease-in;
  transition: margin 0.25s ease-in;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/layout/toolbars.scss */
  .m-toolbar {
    display: none;
  }
}

/* line 22, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__item {
  position: relative;
  display: block;
  width: 25%;
  text-align: center;
}

/* line 27, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__item-btn {
  display: block;
  font-size: 12px;
  color: #636e78;
  margin: 0 auto;
  border: 0;
  font-weight: bold;
  border-radius: 0;
  line-height: 18px;
  white-space: nowrap;
  background: transparent;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__item-btn--unread:after {
  content: "";
  position: absolute;
  top: 0;
  right: 21px;
  width: 12px;
  height: 12px;
  background: #f62d19;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 53, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__item .btn--with-menu {
  display: inline;
}

/* line 57, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__icon {
  display: block;
  margin-bottom: 3px;
}

/* line 60, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__icon svg {
  margin-top: 3px;
  width: 19px;
  height: 19px;
  fill: #636e78;
}

/* line 67, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar__icon--sml svg {
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
}

/* line 74, app/assets/stylesheets/layout/toolbars.scss */
.m-toolbar .btn {
  padding: 6px 12px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/layout/tokens.scss */
.token-group {
  position: relative;
  overflow-y: scroll;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/layout/tokens.scss */
  .token-group {
    overflow-y: visible;
    white-space: wrap;
  }
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/layout/tokens.scss */
  .token-group .menu--popup {
    left: 20%;
  }
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/layout/tokens.scss */
  .token-group .menu.-menu-open {
    top: 36px;
  }
}

/* line 20, app/assets/stylesheets/layout/tokens.scss */
.token-group .token, .token-group .btn__back2 {
  display: inline-block;
  margin-right: 9px;
}

/* line 26, app/assets/stylesheets/layout/tokens.scss */
.token {
  position: relative;
  display: inline-block;
  color: #636e78;
  border: 1px solid rgba(182, 191, 201, 0.5);
  padding: 7px 15px 8px;
  font-size: 15px;
  line-height: 16px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 36, app/assets/stylesheets/layout/tokens.scss */
.token--plain {
  display: inline-block;
  text-align: center;
  max-width: 44%;
  font-size: 15px;
  margin: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 900px) {
  /* line 36, app/assets/stylesheets/layout/tokens.scss */
  .token--plain {
    max-width: 45%;
    font-size: 16px;
    margin: 0 12px 0 0;
  }
}

/* line 52, app/assets/stylesheets/layout/tokens.scss */
.token__label {
  font-size: 12px;
  line-height: 16px;
  color: #8f919d;
}

/* line 58, app/assets/stylesheets/layout/tokens.scss */
.token__icon {
  fill: #002d4f;
  display: inline-block;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

/* line 66, app/assets/stylesheets/layout/tokens.scss */
.token__menu-icon {
  display: inline-block;
  margin-left: 6px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 72, app/assets/stylesheets/layout/tokens.scss */
.token__menu-icon svg {
  margin-top: -2px;
  fill: #002d4f;
}

@media (min-width: 900px) {
  /* line 78, app/assets/stylesheets/layout/tokens.scss */
  .token .menu {
    top: 36px;
  }
}

@media (min-width: 900px) {
  /* line 82, app/assets/stylesheets/layout/tokens.scss */
  .token .menu.-menu-open {
    top: 44px;
  }
}

/* line 89, app/assets/stylesheets/layout/tokens.scss */
.token--lrg {
  padding: 8px 18px 9px;
  font-size: 18px;
}

/* line 93, app/assets/stylesheets/layout/tokens.scss */
.token--sml {
  padding: 2px 9px 3px;
  font-size: 13px;
}

/* line 98, app/assets/stylesheets/layout/tokens.scss */
.token--green {
  font-weight: bold;
  color: white;
  border-color: #13a538;
  background-color: #13a538;
}

/* line 104, app/assets/stylesheets/layout/tokens.scss */
.token--border-green {
  font-weight: bold;
  color: #13a538;
  border-color: #13a538;
}

/* line 110, app/assets/stylesheets/layout/tokens.scss */
.token--orange-1 {
  font-weight: bold;
  color: white;
  border-color: #e47d32;
  background-color: #e47d32;
}

/* line 116, app/assets/stylesheets/layout/tokens.scss */
.token--border-orange-1 {
  font-weight: bold;
  color: #dd5e00;
  border-color: #dd5e00;
}

/* line 122, app/assets/stylesheets/layout/tokens.scss */
.token--purple-1 {
  font-weight: bold;
  color: white;
  border-color: #a171d0;
  background-color: #a171d0;
}

/* line 128, app/assets/stylesheets/layout/tokens.scss */
.token--border-purple-1 {
  font-weight: bold;
  color: #5c3383;
  border-color: #5c3383;
}

/* line 134, app/assets/stylesheets/layout/tokens.scss */
.token--blue-1 {
  font-weight: bold;
  color: white;
  border-color: #2668be;
  background-color: #2668be;
}

/* line 140, app/assets/stylesheets/layout/tokens.scss */
.token--border-blue-1 {
  font-weight: bold;
  color: #0d478d;
  border-color: #0d478d;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/base/buttons.scss */
.btn, .pillbox__btn {
  box-sizing: border-box;
  display: inline-block;
  margin: 3px 0;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  min-width: 18px;
  color: #3d4b59;
  background: #e9eff7;
  border: 1px solid #b6bfc9;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -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;
  /* Button sizes */
  /* Button background colours */
  /* Button icons */
}

@media print {
  /* line 3, app/assets/stylesheets/base/buttons.scss */
  .btn, .pillbox__btn {
    display: none !important;
  }
}

/* line 22, app/assets/stylesheets/base/buttons.scss */
.btn:hover, .pillbox__btn:hover, .btn:active, .pillbox__btn:active {
  background: #e9eff7;
}

/* line 25, app/assets/stylesheets/base/buttons.scss */
.btn:visited, .pillbox__btn:visited, .btn:focus, .pillbox__btn:focus {
  outline: none;
}

/* line 28, app/assets/stylesheets/base/buttons.scss */
.btn:disabled, .pillbox__btn:disabled {
  background: #b6bfc9;
  border: 1px solid #b6bfc9;
}

/* line 32, app/assets/stylesheets/base/buttons.scss */
.btn:disabled .btn__content--enabled, .pillbox__btn:disabled .btn__content--enabled {
  display: none;
}

/* line 35, app/assets/stylesheets/base/buttons.scss */
.btn:disabled .btn__content--disabled, .pillbox__btn:disabled .btn__content--disabled {
  display: initial;
}

/* line 39, app/assets/stylesheets/base/buttons.scss */
.btn.active, .active.pillbox__btn {
  background: #e9eff7 !important;
}

/* line 41, app/assets/stylesheets/base/buttons.scss */
.btn.active:hover, .active.pillbox__btn:hover, .btn.active:active, .active.pillbox__btn:active, .btn.active:focus, .active.pillbox__btn:focus {
  background: #e9eff7 !important;
}

/* line 46, app/assets/stylesheets/base/buttons.scss */
.btn__content--enabled {
  display: initial;
}

/* line 49, app/assets/stylesheets/base/buttons.scss */
.btn__content--disabled {
  display: none;
}

/* line 53, app/assets/stylesheets/base/buttons.scss */
.btn--no-style {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  background: transparent;
  border: none;
  color: #3d4b59;
}

/* line 61, app/assets/stylesheets/base/buttons.scss */
.btn--no-style:hover {
  background: transparent;
}

/* line 65, app/assets/stylesheets/base/buttons.scss */
.btn--no-border {
  border: none !important;
}

/* line 68, app/assets/stylesheets/base/buttons.scss */
.btn--icon-only {
  min-width: unset;
}

/* line 70, app/assets/stylesheets/base/buttons.scss */
.btn--icon-only .btn__icon {
  margin-right: 0;
}

/* line 74, app/assets/stylesheets/base/buttons.scss */
.btn--bold {
  font-weight: 600;
}

/* line 79, app/assets/stylesheets/base/buttons.scss */
.btn--full-width {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

/* line 83, app/assets/stylesheets/base/buttons.scss */
.btn--full-width-mobile {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  /* line 83, app/assets/stylesheets/base/buttons.scss */
  .btn--full-width-mobile {
    width: auto;
  }
}

/* line 92, app/assets/stylesheets/base/buttons.scss */
.btn--xl {
  padding: 12px 18px;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 92, app/assets/stylesheets/base/buttons.scss */
  .btn--xl {
    padding: 15px 18px;
    font-size: 21px;
    line-height: 27px;
  }
}

/* line 102, app/assets/stylesheets/base/buttons.scss */
.btn--lrg {
  font-size: 21px;
  line-height: 27px;
  padding: 12px 18px;
}

/* line 106, app/assets/stylesheets/base/buttons.scss */
.btn--lrg.btn--wide {
  padding: 12px 54px;
}

/* line 110, app/assets/stylesheets/base/buttons.scss */
.btn--med {
  font-size: 18px;
  padding: 9px 15px;
}

/* line 114, app/assets/stylesheets/base/buttons.scss */
.btn--sml {
  font-size: 15px;
  line-height: 21px;
  padding: 6px 12px;
}

/* line 119, app/assets/stylesheets/base/buttons.scss */
.btn--tiny {
  font-size: 12px;
  padding: 3px 9px;
}

/* line 123, app/assets/stylesheets/base/buttons.scss */
.btn--teeny {
  font-size: 10px;
  padding: 3px 6px;
}

/* line 129, app/assets/stylesheets/base/buttons.scss */
.btn--clear {
  background: transparent;
}

/* line 131, app/assets/stylesheets/base/buttons.scss */
.btn--clear:hover {
  background: none;
}

/* line 136, app/assets/stylesheets/base/buttons.scss */
.btn--white {
  background: white;
}

/* line 138, app/assets/stylesheets/base/buttons.scss */
.btn--white:hover {
  background: #e9eff7;
}

/* line 143, app/assets/stylesheets/base/buttons.scss */
.btn--grey {
  background: rgba(182, 191, 201, 0.2);
  border: 1px solid #b6bfc9;
}

/* line 146, app/assets/stylesheets/base/buttons.scss */
.btn--grey:hover {
  background: #f9f9f9;
}

/* line 151, app/assets/stylesheets/base/buttons.scss */
.btn--dark {
  color: white;
  background: #3d4b59;
  border: 1px solid #3d4b59;
}

/* line 155, app/assets/stylesheets/base/buttons.scss */
.btn--dark:hover {
  background: #384551;
}

/* line 158, app/assets/stylesheets/base/buttons.scss */
.btn--dark:active {
  background: #747785;
}

/* line 162, app/assets/stylesheets/base/buttons.scss */
.btn--green {
  color: white;
  font-weight: bold;
  background: #028b67;
  border: 1px solid #028b67;
}

/* line 167, app/assets/stylesheets/base/buttons.scss */
.btn--green:hover {
  background: #027e5e;
}

/* line 170, app/assets/stylesheets/base/buttons.scss */
.btn--green:active, .btn--green.active {
  background: #027e5e !important;
}

/* line 174, app/assets/stylesheets/base/buttons.scss */
.btn--green.active:hover, .btn--green.active:active, .btn--green.active:focus {
  background: #027e5e !important;
}

/* line 178, app/assets/stylesheets/base/buttons.scss */
.btn--green .btn__icon {
  color: white;
}

/* line 181, app/assets/stylesheets/base/buttons.scss */
.btn--green::after {
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
  -moz-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
  -o-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
}

/* line 185, app/assets/stylesheets/base/buttons.scss */
.btn--dark-green {
  color: white;
  font-weight: bold;
  background: #028b67;
  border: 1px solid #028b67;
}

/* line 190, app/assets/stylesheets/base/buttons.scss */
.btn--dark-green:hover {
  background: #027e5e;
}

/* line 193, app/assets/stylesheets/base/buttons.scss */
.btn--dark-green:active {
  background: #015942;
}

/* line 196, app/assets/stylesheets/base/buttons.scss */
.btn--dark-green .btn__icon {
  color: white;
}

/* line 199, app/assets/stylesheets/base/buttons.scss */
.btn--dark-green::after {
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
  -moz-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
  -o-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%) !important;
}

/* line 203, app/assets/stylesheets/base/buttons.scss */
.btn--blue {
  color: white;
  background: #0056a4;
  border: 1px solid #0056a4;
}

/* line 207, app/assets/stylesheets/base/buttons.scss */
.btn--blue:hover {
  background: #004f97;
}

/* line 210, app/assets/stylesheets/base/buttons.scss */
.btn--blue:active {
  background: #003b71;
}

/* line 213, app/assets/stylesheets/base/buttons.scss */
.btn--blue .btn__icon {
  color: white;
}

/* line 217, app/assets/stylesheets/base/buttons.scss */
.btn--purple {
  color: white;
  background: #f3dff9;
  border: 1px solid #f3dff9;
}

/* line 221, app/assets/stylesheets/base/buttons.scss */
.btn--purple:hover {
  background: #efd4f7;
}

/* line 224, app/assets/stylesheets/base/buttons.scss */
.btn--purple:active {
  background: #e3b4f1;
}

/* line 227, app/assets/stylesheets/base/buttons.scss */
.btn--purple .btn__icon {
  color: white;
}

/* line 231, app/assets/stylesheets/base/buttons.scss */
.btn--red {
  color: white;
  background: #f62d19;
  border: 1px solid #f62d19;
}

/* line 235, app/assets/stylesheets/base/buttons.scss */
.btn--red:hover {
  background: #f6220d;
}

/* line 238, app/assets/stylesheets/base/buttons.scss */
.btn--red:active {
  background: #d41b08;
}

/* line 241, app/assets/stylesheets/base/buttons.scss */
.btn--red .btn__icon {
  color: white;
}

/* line 245, app/assets/stylesheets/base/buttons.scss */
.btn--dark-navy {
  color: white;
  background: #3d4b59;
  border: 1px solid #3d4b59;
}

/* line 249, app/assets/stylesheets/base/buttons.scss */
.btn--dark-navy:hover {
  background: #384551;
}

/* line 252, app/assets/stylesheets/base/buttons.scss */
.btn--dark-navy:active {
  color: #466593;
  background: rgba(255, 255, 255, 0.4);
}

/* line 256, app/assets/stylesheets/base/buttons.scss */
.btn--dark-navy .btn__icon {
  color: white;
}

/* line 261, app/assets/stylesheets/base/buttons.scss */
.btn--active {
  background: #e9eff7;
}

/* line 263, app/assets/stylesheets/base/buttons.scss */
.btn--active:hover {
  background: #e0e8f4;
}

/* line 266, app/assets/stylesheets/base/buttons.scss */
.btn--active .icon {
  fill: #636e78;
}

/* line 272, app/assets/stylesheets/base/buttons.scss */
.btn--border-green {
  border-color: #13a538;
}

/* line 275, app/assets/stylesheets/base/buttons.scss */
.btn--border-red {
  border-color: #f62d19;
}

/* line 278, app/assets/stylesheets/base/buttons.scss */
.btn--border-blue {
  border: 1px solid #0056a4;
}

@media (max-width: 899px) {
  /* line 283, app/assets/stylesheets/base/buttons.scss */
  .btn--sml-on-mobile {
    min-width: 90px !important;
    text-align: left;
    padding: 12px 18px;
    margin: 0 9px 0 0;
    border: none;
    background: #e9eff7;
    font-size: 15px;
    line-height: 21px;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  /* line 295, app/assets/stylesheets/base/buttons.scss */
  .btn--sml-on-mobile .btn__icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 899px) {
  /* line 301, app/assets/stylesheets/base/buttons.scss */
  .btn--sml-on-mobile:hover {
    background: #e9eff7;
  }
}

@media (max-width: 899px) {
  /* line 306, app/assets/stylesheets/base/buttons.scss */
  .btn--sml-on-mobile.btn--blue {
    background: #0056a4;
    color: white;
  }
}

@media (max-width: 899px) {
  /* line 312, app/assets/stylesheets/base/buttons.scss */
  .btn--sml-on-mobile.btn--green {
    background: #028b67;
    color: white;
  }
}

/* line 320, app/assets/stylesheets/base/buttons.scss */
.btn__add {
  border: none;
  background: transparent;
  color: #028b67;
  display: inline-block;
  padding-top: 3px;
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/base/buttons.scss */
.btn__add .icon--add {
  margin-top: -3px;
}

/* line 330, app/assets/stylesheets/base/buttons.scss */
.btn__add--sml {
  font-size: 15px;
  line-height: 21px;
}

/* line 333, app/assets/stylesheets/base/buttons.scss */
.btn__add--sml .icon--add {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 339, app/assets/stylesheets/base/buttons.scss */
.btn__add--lrg {
  font-size: 18px;
  line-height: 24px;
}

/* line 342, app/assets/stylesheets/base/buttons.scss */
.btn__add--lrg .icon--add {
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-right: 6px;
}

/* line 347, app/assets/stylesheets/base/buttons.scss */
.btn__add--lrg .icon--add svg {
  width: 15px;
}

/* line 354, app/assets/stylesheets/base/buttons.scss */
.btn__remove {
  color: #990000;
  display: inline-block;
  padding-top: 3px;
  cursor: pointer;
}

/* line 359, app/assets/stylesheets/base/buttons.scss */
.btn__remove .icon--trash {
  margin-top: -3px;
}

/* line 362, app/assets/stylesheets/base/buttons.scss */
.btn__remove--sml {
  font-size: 15px;
  line-height: 21px;
}

/* line 365, app/assets/stylesheets/base/buttons.scss */
.btn__remove--sml .icon--trash {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 373, app/assets/stylesheets/base/buttons.scss */
.btn__back {
  color: #636e78;
  display: inline-block;
  padding-top: 3px;
  cursor: pointer;
}

/* line 378, app/assets/stylesheets/base/buttons.scss */
.btn__back .icon--back {
  margin-top: -3px;
}

/* line 383, app/assets/stylesheets/base/buttons.scss */
.btn__back2 {
  position: relative;
  display: inline-block;
  color: #636e78;
  background: #e9eff7;
  padding: 7px 12px 8px 26px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e9eff7;
  cursor: pointer;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 395, app/assets/stylesheets/base/buttons.scss */
.btn__back2:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 10px;
  height: 10px;
  background-image: url(/assets/icons/arrow-left--bold-7c2ac49ccdef8b8bcdb3caa867bb2f7ccadbb6a5534f6482ba80238b5098bb3d.svg);
  background-repeat: no-repeat;
  -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 409, app/assets/stylesheets/base/buttons.scss */
.btn__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: #636e78;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

/* line 417, app/assets/stylesheets/base/buttons.scss */
.btn__icon--lrg {
  width: 21px;
  height: 21px;
  top: 0;
}

/* line 422, app/assets/stylesheets/base/buttons.scss */
.btn__icon--white {
  fill: white;
}

/* line 425, app/assets/stylesheets/base/buttons.scss */
.btn__icon--metal {
  fill: #8f919d;
}

/* line 428, app/assets/stylesheets/base/buttons.scss */
.btn__icon--pale-metal {
  fill: #d8dfe7;
}

/* line 431, app/assets/stylesheets/base/buttons.scss */
.btn__icon--green {
  fill: #13a538;
}

/* line 434, app/assets/stylesheets/base/buttons.scss */
.btn__icon--blue {
  fill: #0056a4;
}

/* line 437, app/assets/stylesheets/base/buttons.scss */
.btn__icon--red {
  fill: #f62d19;
}

/* line 443, app/assets/stylesheets/base/buttons.scss */
.btn__group-item {
  display: inline-block;
  margin-right: -6px;
}

/* line 447, app/assets/stylesheets/base/buttons.scss */
.btn__group-item .btn--with-menu .btn, .btn__group-item .btn--with-menu .pillbox__btn {
  width: 120px;
  font-size: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 454, app/assets/stylesheets/base/buttons.scss */
.btn__group-item:first-of-type .btn--with-menu .btn, .btn__group-item:first-of-type .btn--with-menu .pillbox__btn {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}

/* line 459, app/assets/stylesheets/base/buttons.scss */
.btn__group-item:last-of-type .btn--with-menu .btn, .btn__group-item:last-of-type .btn--with-menu .pillbox__btn {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background-clip: padding-box;
}

/* line 468, app/assets/stylesheets/base/buttons.scss */
.btn__list li .btn, .btn__list li .pillbox__btn {
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 468, app/assets/stylesheets/base/buttons.scss */
  .btn__list li .btn, .btn__list li .pillbox__btn {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    margin: -1px 0 0;
    padding: 12px 18px;
  }
}

/* line 483, app/assets/stylesheets/base/buttons.scss */
.btn__list li:first-of-type .btn, .btn__list li:first-of-type .pillbox__btn {
  -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;
}

/* line 488, app/assets/stylesheets/base/buttons.scss */
.btn__list li:last-of-type .btn, .btn__list li:last-of-type .pillbox__btn {
  -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;
}

/* line 495, app/assets/stylesheets/base/buttons.scss */
.pillbox {
  display: inline-block;
  padding: 3px;
  border: 1px solid #b6bfc9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media print {
  /* line 495, app/assets/stylesheets/base/buttons.scss */
  .pillbox {
    display: none !important;
  }
}

/* line 503, app/assets/stylesheets/base/buttons.scss */
.pillbox li {
  display: inline-block;
}

/* line 506, app/assets/stylesheets/base/buttons.scss */
.pillbox__btn {
  margin: 0;
  background: white;
  border: 1px solid white;
}

/* line 511, app/assets/stylesheets/base/buttons.scss */
.pillbox__btn:hover {
  background: #f9f9f9;
}

/* line 514, app/assets/stylesheets/base/buttons.scss */
.pillbox__btn.active {
  border: 1px solid #d8dfe7;
  background: #e9eff7;
}

/* line 520, app/assets/stylesheets/base/buttons.scss */
.pillbox--sml .pillbox__btn {
  font-size: 15px;
  line-height: 21px;
}

/* line 526, app/assets/stylesheets/base/buttons.scss */
.pillbox--tiny .pillbox__btn {
  font-size: 13px;
  line-height: 19px;
}

/* line 533, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /* Filter buttons */
}

/* line 537, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn, .btn--with-menu .pillbox__btn {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  height: auto;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  padding: 9px 12px;
}

@media (min-width: 900px) {
  /* line 537, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn, .btn--with-menu .pillbox__btn {
    width: 150px;
  }
}

/* line 549, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--tiny {
  width: auto;
  padding: 0px 9px;
}

/* line 553, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--sml {
  width: auto;
  font-size: 15px;
  padding: 6px 9px;
}

@media (max-width: 899px) {
  /* line 558, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--sml-on-mobile {
    padding: 12px 18px !important;
    font-size: 15px !important;
    line-height: 21px !important;
  }
}

/* line 565, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--med {
  font-size: 15px;
  line-height: 24px;
}

/* line 569, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--lrg {
  font-size: 18px;
  line-height: 24px;
}

/* line 573, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--xl {
  font-size: 21px;
  line-height: 27px;
  padding: 15px 18px;
}

@media (min-width: 900px) {
  /* line 578, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--full {
    width: 100%;
  }
}

/* line 583, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--ellipsis-sml-scrn {
  padding: 3px 15px;
}

@media (min-width: 900px) {
  /* line 583, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--ellipsis-sml-scrn {
    padding: 9px 15px;
  }
}

/* line 589, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--ellipsis-only {
  width: auto;
  padding: 3px 15px;
}

@media (min-width: 900px) {
  /* line 589, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--ellipsis-only {
    padding: 9px 15px;
  }
}

/* line 595, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--ellipsis-only.btn--sml {
  padding: 3px 15px;
}

/* line 599, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--with-menu-icon {
  float: left;
  margin-right: 9px;
}

/* line 602, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--with-menu-icon svg {
  width: 15px;
  height: 15px;
  fill: #636e78;
}

/* line 608, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn .icon--dropdown, .btn--with-menu .pillbox__btn .icon--dropdown {
  float: right;
  padding-left: 18px;
  width: 12px;
  height: 12px;
}

/* line 613, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn .icon--dropdown svg, .btn--with-menu .pillbox__btn .icon--dropdown svg {
  margin-top: -2px;
  width: 12px;
  height: 12px;
  fill: #636e78;
  color: #636e78;
}

/* line 622, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn__menu {
  z-index: 3;
  box-sizing: border-box;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: none;
  position: absolute;
  opacity: 0;
  top: 47px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  background-color: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -moz-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
}

@media (min-width: 900px) {
  /* line 622, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn__menu {
    display: block;
    right: 0;
    left: auto;
    margin-left: 0;
  }
}

@media (min-width: 900px) {
  /* line 644, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn__menu--align-left {
    left: 0;
    right: auto;
    margin-left: 0;
  }
}

/* line 653, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu.menu--open .btn__menu {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 56px;
}

/* line 660, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--sml + .menu {
  top: 0;
}

@media (min-width: 900px) {
  /* line 660, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--sml + .menu {
    top: 45px;
  }
}

/* line 666, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--sml + .menu--open {
  top: 59px;
}

@media (min-width: 900px) {
  /* line 669, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--xl + .-menu-open {
    top: 66px;
  }
}

/* line 674, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--ellipsis-sml-scrn + .btn__menu {
  top: 31px;
}

@media (min-width: 900px) {
  /* line 674, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--ellipsis-sml-scrn + .btn__menu {
    top: 47px;
  }
}

/* line 680, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu.menu--open .btn--ellipsis-sml-scrn + .btn__menu {
  top: 40px;
}

@media (min-width: 900px) {
  /* line 680, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu.menu--open .btn--ellipsis-sml-scrn + .btn__menu {
    top: 56px;
  }
}

/* line 686, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu.menu--open .btn--ellipsis-only + .btn__menu {
  top: 40px;
}

@media (min-width: 900px) {
  /* line 686, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu.menu--open .btn--ellipsis-only + .btn__menu {
    top: 56px;
  }
}

@media (min-width: 900px) {
  /* line 692, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn--ellipsis-only.btn--sml + .menu {
    top: 36px;
  }
}

@media (min-width: 900px) {
  /* line 697, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu.menu--open .btn--ellipsis-only.btn--sml + .menu {
    top: 40px;
  }
}

/* line 702, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn--tiny + .btn__menu {
  top: 25px;
}

/* line 705, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu.menu--open .btn--tiny + .btn__menu {
  top: 34px;
}

/* line 710, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn__filter {
  font-size: 15px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 150px;
}

@media (min-width: 900px) {
  /* line 710, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn__filter {
    padding-right: 27px;
    min-width: 160px;
  }
}

/* line 721, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn__filter:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 17px;
  width: 10px;
  height: 10px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -moz-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -o-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
}

@media (min-width: 900px) {
  /* line 721, app/assets/stylesheets/base/buttons.scss */
  .btn--with-menu .btn__filter:after {
    top: 16px;
    width: 12px;
    height: 12px;
  }
}

/* line 737, app/assets/stylesheets/base/buttons.scss */
.btn--with-menu .btn__filter.btn--selected {
  background-color: #e9eff7;
}

/* line 743, app/assets/stylesheets/base/buttons.scss */
.btn-check {
  display: none;
}

/* line 746, app/assets/stylesheets/base/buttons.scss */
.btn-check--off {
  display: block;
}

/* line 750, app/assets/stylesheets/base/buttons.scss */
.btn-check--on {
  display: none;
}

/* line 754, app/assets/stylesheets/base/buttons.scss */
.btn-check:checked ~ .btn-check--on {
  display: block;
}

/* line 758, app/assets/stylesheets/base/buttons.scss */
.btn-check:checked ~ .btn-check--off {
  display: none;
}

/* Stops Rails form from pushing button to new line when using <%= button_to ... */
/* line 764, app/assets/stylesheets/base/buttons.scss */
.button_to {
  display: inline;
}
/* ------------ 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/forms/general.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 9, app/assets/stylesheets/forms/general.scss */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

/* line 11, app/assets/stylesheets/forms/general.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 17, app/assets/stylesheets/forms/general.scss */
.frm {
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 48px;
}

/* line 22, app/assets/stylesheets/forms/general.scss */
.frm--inline-block {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/forms/general.scss */
.frm__block {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

/* line 31, app/assets/stylesheets/forms/general.scss */
.frm__block--w-inline-label .frm__label {
  margin: 12px 0 0;
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/forms/general.scss */
  .frm__block--w-inline-label .frm__label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 12px;
    width: 90px;
  }
}

@media (min-width: 900px) {
  /* line 41, app/assets/stylesheets/forms/general.scss */
  .frm__block--w-inline-label .frm__input {
    padding-left: 102px !important;
  }
}

/* line 47, app/assets/stylesheets/forms/general.scss */
.frm__block label {
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/forms/general.scss */
.frm__block--web {
  box-sizing: border-box;
  position: relative;
  margin: 0;
}

/* line 54, app/assets/stylesheets/forms/general.scss */
.frm__block--web input {
  padding-left: 39px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 900px) {
  /* line 54, app/assets/stylesheets/forms/general.scss */
  .frm__block--web input {
    padding-left: 45px;
  }
}

/* line 63, app/assets/stylesheets/forms/general.scss */
.frm__block--web:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  left: 12px;
  top: 16px;
  z-index: -1;
  background-color: #b6bfc9;
  mask-image: url(/assets/icons/web-4797270c51e460ed10f11bbd4217360f09be758f831bffe92211313fbec9d6c5.svg);
}

@media (min-width: 900px) {
  /* line 63, app/assets/stylesheets/forms/general.scss */
  .frm__block--web:after {
    width: 24px;
    height: 24px;
    left: 12px;
    top: 13px;
  }
}

/* line 81, app/assets/stylesheets/forms/general.scss */
.frm__block--web:focus-within:after {
  background-color: #009ef1;
}

/* line 85, app/assets/stylesheets/forms/general.scss */
.frm__block--clipboard {
  box-sizing: border-box;
  position: relative;
  margin: 0;
}

/* line 89, app/assets/stylesheets/forms/general.scss */
.frm__block--clipboard input {
  cursor: pointer;
  background: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 900px) {
  /* line 89, app/assets/stylesheets/forms/general.scss */
  .frm__block--clipboard input {
    padding-right: 90px;
  }
}

/* line 97, app/assets/stylesheets/forms/general.scss */
.frm__block--clipboard .btn {
  position: relative;
  margin-top: 6px;
}

@media (min-width: 900px) {
  /* line 97, app/assets/stylesheets/forms/general.scss */
  .frm__block--clipboard .btn {
    position: absolute;
    margin-top: 0;
    right: 9px;
    top: 7.5px;
  }
}

/* line 110, app/assets/stylesheets/forms/general.scss */
.frm__label {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/forms/general.scss */
.frm__label select, .frm__label--no-bold {
  font-weight: normal;
}

/* line 120, app/assets/stylesheets/forms/general.scss */
.frm__label--inline {
  display: inline-block;
}

/* line 123, app/assets/stylesheets/forms/general.scss */
.frm__label--boxed {
  display: block !important;
  padding: 12px !important;
  border: 1px solid #d8dfe7;
  color: #8f919d;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 123, app/assets/stylesheets/forms/general.scss */
  .frm__label--boxed {
    padding: 12px 18px !important;
  }
}

/* line 132, app/assets/stylesheets/forms/general.scss */
.frm__label--boxed.active {
  color: #3d4b59;
  background: #f4fafe;
  border-color: #009ef1;
}

/* line 139, app/assets/stylesheets/forms/general.scss */
.frm__label--optional:after {
  content: "(optional)";
  font-size: 15px;
  font-weight: normal;
  margin-left: 3px;
}

/* line 148, app/assets/stylesheets/forms/general.scss */
.frm__input {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  background: #ffffff;
  color: #3d4b59;
  border: 1px solid #8f919d;
  -webkit-appearance: 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 */
.frm__input.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.frm__input:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.frm__input::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.frm__input::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 166, app/assets/stylesheets/forms/general.scss */
.frm__input:active, .frm__input:focus {
  outline: none;
  border: 1px solid #009ef1;
}

/* line 170, app/assets/stylesheets/forms/general.scss */
.frm__input:disabled {
  border: 1px solid #d8dfe7;
  color: #d8dfe7;
}

/* line 174, app/assets/stylesheets/forms/general.scss */
.frm__input--error {
  border-color: #f62d19;
}

/* line 176, app/assets/stylesheets/forms/general.scss */
.frm__input--error:active, .frm__input--error:focus {
  border-color: #f62d19;
}

/* line 181, app/assets/stylesheets/forms/general.scss */
.frm__input--red-when-empty:placeholder-shown {
  border-color: #f62d19;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty.placeholder:placeholder-shown {
  font-size: 15px;
  color: #f62d19 !important;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty:placeholder-shown:-moz-placeholder {
  font-size: 15px;
  color: #f62d19 !important;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty:placeholder-shown::-moz-placeholder {
  font-size: 15px;
  color: #f62d19 !important;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty:placeholder-shown::-webkit-input-placeholder {
  font-size: 15px;
  color: #f62d19 !important;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty.placeholder:focus:placeholder-shown, .frm__input--red-when-empty.placeholder:active:placeholder-shown {
  color: rgba(246, 45, 25, 0.5) !important;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty:focus:placeholder-shown:-moz-placeholder, .frm__input--red-when-empty:active:placeholder-shown:-moz-placeholder {
  color: rgba(246, 45, 25, 0.5) !important;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty:focus:placeholder-shown::-moz-placeholder, .frm__input--red-when-empty:active:placeholder-shown::-moz-placeholder {
  color: rgba(246, 45, 25, 0.5) !important;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.frm__input--red-when-empty:focus:placeholder-shown::-webkit-input-placeholder, .frm__input--red-when-empty:active:placeholder-shown::-webkit-input-placeholder {
  color: rgba(246, 45, 25, 0.5) !important;
}

/* line 196, app/assets/stylesheets/forms/general.scss */
.frm__input--lrg {
  font-size: 24px;
  line-height: 30px;
  padding: 18px 15px;
}

/* line 201, app/assets/stylesheets/forms/general.scss */
.frm__input--sml {
  font-size: 15px;
  line-height: 21px;
  padding: 10px 12px;
}

/* line 206, app/assets/stylesheets/forms/general.scss */
.frm__input--strong {
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
}

/* line 211, app/assets/stylesheets/forms/general.scss */
.frm__input--inline {
  display: inline;
}

/* line 214, app/assets/stylesheets/forms/general.scss */
.frm__input--inline-block {
  display: inline-block;
}

/* line 217, app/assets/stylesheets/forms/general.scss */
.frm__input--light {
  border-color: #d8dfe7;
}

/* line 220, app/assets/stylesheets/forms/general.scss */
.frm__input--teeny {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
}

/* line 225, app/assets/stylesheets/forms/general.scss */
.frm__input--tiny {
  width: 35%;
}

@media (min-width: 900px) {
  /* line 225, app/assets/stylesheets/forms/general.scss */
  .frm__input--tiny {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}

/* line 233, app/assets/stylesheets/forms/general.scss */
.frm__input--short {
  width: 35%;
}

@media (min-width: 900px) {
  /* line 233, app/assets/stylesheets/forms/general.scss */
  .frm__input--short {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }
}

/* line 241, app/assets/stylesheets/forms/general.scss */
.frm__input--sml-med {
  width: 50%;
}

@media (min-width: 900px) {
  /* line 241, app/assets/stylesheets/forms/general.scss */
  .frm__input--sml-med {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
  }
}

/* line 249, app/assets/stylesheets/forms/general.scss */
.frm__input--med {
  width: 70%;
}

@media (min-width: 900px) {
  /* line 249, app/assets/stylesheets/forms/general.scss */
  .frm__input--med {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
  }
}

/* line 257, app/assets/stylesheets/forms/general.scss */
.frm__input--date {
  min-height: 52px;
}

/* line 261, app/assets/stylesheets/forms/general.scss */
.frm__input--border-light-metal {
  border-color: #b6bfc9;
}

/* line 266, app/assets/stylesheets/forms/general.scss */
.frm__radio-block {
  display: block;
  margin-bottom: 24px;
  vertical-align: middle;
}

/* line 270, app/assets/stylesheets/forms/general.scss */
.frm__radio-block li {
  margin-bottom: 9px;
}

/* line 272, app/assets/stylesheets/forms/general.scss */
.frm__radio-block li + li {
  margin-top: 18px;
}

/* line 277, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card__row .c-card {
  border: none;
}

/* line 279, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card__row .c-card label {
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 284, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card__row .c-card label.active {
  border-color: #009ef1;
}

/* line 289, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card__row li, .frm__radio-block .c-card__row li + li {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 294, app/assets/stylesheets/forms/general.scss */
.frm__radio-block label {
  cursor: pointer;
  display: block;
  transition: 250ms all ease-in-out;
}

/* line 299, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .frm__label {
  display: inline-block;
  padding: 0 0 0 36px;
  margin: 0;
}

/* line 304, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .frm__radio {
  margin: 0 9px 0 -36px;
}

/* line 307, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .field_with_errors {
  display: inline-block;
}

/* line 310, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card {
  padding: 0;
}

/* line 312, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card > .frm__radio {
  margin: 0 12px 0 -37px;
}

/* line 315, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card > label {
  padding: 18px 18px 18px 57px;
}

/* line 317, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card > label.active {
  background: rgba(233, 239, 247, 0.5);
}

/* line 320, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card > label > label {
  padding: 3px 0 0;
}

/* line 323, app/assets/stylesheets/forms/general.scss */
.frm__radio-block .c-card > label input[type="checkbox"] {
  margin-right: 3px;
}

/* line 330, app/assets/stylesheets/forms/general.scss */
.frm__radio {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-color: white;
  width: 21px;
  height: 21px;
  border: 2px solid rgba(182, 191, 201, 0.75);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transform: translateY(4px);
  cursor: pointer;
}

/* line 341, app/assets/stylesheets/forms/general.scss */
.frm__radio:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  background: #0056a4;
  border: 1px solid white;
  transition: 150ms transform ease-in-out;
}

/* line 354, app/assets/stylesheets/forms/general.scss */
.frm__radio:checked {
  border-color: #0056a4;
}

/* line 356, app/assets/stylesheets/forms/general.scss */
.frm__radio:checked:before {
  transform: scale(1);
}

/* line 362, app/assets/stylesheets/forms/general.scss */
.frm input[type="checkbox"] {
  box-sizing: border-box;
  display: inline-block;
  margin: -4px 9px 0 0;
  vertical-align: middle;
}

/* line 367, app/assets/stylesheets/forms/general.scss */
.frm input.hidden[type="checkbox"] {
  display: none;
}

/* line 372, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:not(:checked), .frm__checkbox:checked {
  position: absolute;
  left: -9999px;
}

/* line 376, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:not(:checked) + label, .frm__checkbox:checked + label {
  position: relative;
  vertical-align: middle;
  padding-left: 36px;
  padding-top: 0;
  cursor: pointer;
}

/* line 383, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:not(:checked) + label:before, .frm__checkbox:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 2px solid #d8dfe7;
  background: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 394, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:not(:checked) + label:after, .frm__checkbox:checked + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/assets/icons/check--bold-e900827d94693c02653750af47499af82e4ed05a5aa13006d95da4f8a03929f7.svg);
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -moz-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -o-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  position: absolute;
  top: 5px;
  left: 5px;
  transition: 150ms transform ease-in-out;
}

/* line 405, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  transition: 150ms transform ease-in-out;
}

/* line 410, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:checked + label:before {
  background: #0056a4;
  border-color: #0056a4;
}

/* line 414, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:checked + label:after {
  opacity: 1;
  color: white;
  transform: scale(1);
}

/* line 419, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:focus + label:before {
  outline: none;
}

/* line 424, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--disabled:not(:checked) + label:before, .frm__checkbox--disabled:checked + label:before {
  border: 1px solid #8f919d;
  background: #e9eff7;
}

/* line 429, app/assets/stylesheets/forms/general.scss */
.frm__checkbox:disabled + label:before {
  border: 1px solid #8f919d;
  background: #e9eff7;
}

/* line 434, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--ghost-check:not(:checked) + label:after {
  -webkit-filter: invert(94%) sepia(12%) saturate(185%) hue-rotate(184deg) brightness(97%) contrast(100%);
  -moz-filter: invert(94%) sepia(12%) saturate(185%) hue-rotate(184deg) brightness(97%) contrast(100%);
  -o-filter: invert(94%) sepia(12%) saturate(185%) hue-rotate(184deg) brightness(97%) contrast(100%);
  filter: invert(94%) sepia(12%) saturate(185%) hue-rotate(184deg) brightness(97%) contrast(100%);
  opacity: 1;
  transform: scale(1);
}

/* line 441, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--green-checked:checked + label:before {
  background: #13a538;
  border-color: #13a538;
}

/* line 447, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--green-outline:checked + label:before {
  background: white;
  border-color: #65baa4;
}

/* line 451, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--green-outline:checked + label:after {
  width: 15px;
  height: 15px;
  top: 5px;
  left: 5px;
  -webkit-filter: invert(78%) sepia(35%) saturate(433%) hue-rotate(114deg) brightness(81%) contrast(87%);
  -moz-filter: invert(78%) sepia(35%) saturate(433%) hue-rotate(114deg) brightness(81%) contrast(87%);
  -o-filter: invert(78%) sepia(35%) saturate(433%) hue-rotate(114deg) brightness(81%) contrast(87%);
  filter: invert(78%) sepia(35%) saturate(433%) hue-rotate(114deg) brightness(81%) contrast(87%);
}

/* line 460, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--sml:not(:checked) + label, .frm__checkbox--sml:checked + label {
  padding-left: 36px;
}

/* line 463, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--sml:not(:checked) + label:before, .frm__checkbox--sml:checked + label:before {
  width: 18px;
  height: 18px;
}

/* line 467, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--sml:not(:checked) + label:after, .frm__checkbox--sml:checked + label:after {
  width: 12px;
  height: 12px;
}

/* line 473, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--xl:not(:checked) + label:before, .frm__checkbox--xl:checked + label:before {
  width: 36px;
  height: 36px;
}

/* line 477, app/assets/stylesheets/forms/general.scss */
.frm__checkbox--xl:not(:checked) + label:after, .frm__checkbox--xl:checked + label:after {
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
}

/* line 486, app/assets/stylesheets/forms/general.scss */
.frm .frm__checkbox-wrapper .frm__input-helper {
  padding-left: 36px;
}

/* line 490, app/assets/stylesheets/forms/general.scss */
.field_with_errors .frm__checkbox {
  position: relative;
  left: auto;
  display: inline-block;
}

/* line 496, app/assets/stylesheets/forms/general.scss */
.frm select, .frm .frm__input--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(/assets/icons/arrow-down-a9da961ba5763f2b0faffc149eb75e11fe201c2896f94932caf4c4f05dd042ac.svg);
  background-color: white;
  background-position: right 15px top 18px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 32px;
  cursor: pointer;
}

/* line 505, app/assets/stylesheets/forms/general.scss */
.frm select::-ms-expand, .frm .frm__input--select::-ms-expand {
  display: none;
  /* hide the default arrow in ie11 */
}

/* line 508, app/assets/stylesheets/forms/general.scss */
.frm select.frm__input--tiny, .frm .frm__input--select.frm__input--tiny {
  width: 100px;
}

/* line 511, app/assets/stylesheets/forms/general.scss */
.frm select.frm__input--teeny, .frm .frm__input--select.frm__input--teeny {
  width: 60px;
}

/* line 516, app/assets/stylesheets/forms/general.scss */
.frm textarea {
  height: 78px;
  min-height: 78px;
  max-height: 200px;
}

/* line 520, app/assets/stylesheets/forms/general.scss */
.frm textarea.textarea--single {
  height: 52px;
  min-height: 52px;
}

/* line 524, app/assets/stylesheets/forms/general.scss */
.frm textarea.textarea--med {
  height: 140px;
  min-height: 140px;
  max-height: 280px;
}

/* line 529, app/assets/stylesheets/forms/general.scss */
.frm textarea.textarea--lrg {
  height: 200px;
  min-height: 140px;
  max-height: 280px;
}

/* line 534, app/assets/stylesheets/forms/general.scss */
.frm textarea.textarea--xl {
  height: 200px;
  min-height: 140px;
  max-height: 550px;
}

/* line 541, app/assets/stylesheets/forms/general.scss */
.frm__input-primer {
  margin-top: -3px;
  padding: 0 0 9px;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
}

/* line 549, app/assets/stylesheets/forms/general.scss */
.frm__input-helper {
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

/* line 555, app/assets/stylesheets/forms/general.scss */
.frm__submit {
  display: none;
}

@media (min-width: 900px) {
  /* line 555, app/assets/stylesheets/forms/general.scss */
  .frm__submit {
    position: relative;
    display: block;
    padding: 24px 0;
    margin: 24px 0;
  }
}

/* line 563, app/assets/stylesheets/forms/general.scss */
.frm__submit--fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  background: #e9eff7;
  margin: 0;
  min-height: 54px;
  text-align: center;
  border: none;
  padding: 12px 0;
}

/* line 576, app/assets/stylesheets/forms/general.scss */
.frm__submit--sticky {
  z-index: 6;
  border-top: 1px solid #8f919d;
  position: sticky;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0 -18px;
  padding: 24px 18px 12px;
  min-height: 60px;
  text-align: left;
  border: none;
  background: white;
  background: linear-gradient(0deg, white 0%, white 75%, rgba(255, 255, 255, 0.8) 92%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 900px) {
  /* line 576, app/assets/stylesheets/forms/general.scss */
  .frm__submit--sticky {
    margin: 0;
    padding: 24px 0 12px;
  }
}

/* line 595, app/assets/stylesheets/forms/general.scss */
.frm__submit .btn {
  margin-right: 12px;
}

/* line 601, app/assets/stylesheets/forms/general.scss */
.frm__state {
  display: inline-block;
  margin: 0 12px;
}

/* line 604, app/assets/stylesheets/forms/general.scss */
.frm__state.u-block {
  margin: 6px 0 0;
  min-height: 18px;
}

/* line 610, app/assets/stylesheets/forms/general.scss */
.frm__success-msg {
  display: inline-block;
  color: #13a538 !important;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}

/* line 616, app/assets/stylesheets/forms/general.scss */
.frm__success-msg.saved-confirmation-leave {
  opacity: 1;
  transition: opacity 250ms ease-out;
}

/* line 619, app/assets/stylesheets/forms/general.scss */
.frm__success-msg.saved-confirmation-leave.saved-confirmation-leave-active {
  opacity: 0.01;
}

/* line 623, app/assets/stylesheets/forms/general.scss */
.frm__success-msg::before {
  content: "";
  background-image: url(/assets/icons/check-circle-e1c16bdb5977b44d03a0e45c0fdda490beb1a5a4509b9b152e2dd786ba3d76e4.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -moz-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -o-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  margin: -4px 3px 0 0;
  vertical-align: middle;
}

/* line 636, app/assets/stylesheets/forms/general.scss */
.frm .field_with_errors input, .frm .field_with_errors textarea, .frm .field_with_errors select {
  border-color: #f62d19;
}

/* line 641, app/assets/stylesheets/forms/general.scss */
.frm__error-msg {
  display: block;
  color: #f62d19;
  background: rgba(244, 209, 209, 0.25);
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  padding: 6px 12px;
  margin: 6px 0;
}

@media (min-width: 900px) {
  /* line 641, app/assets/stylesheets/forms/general.scss */
  .frm__error-msg {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 653, app/assets/stylesheets/forms/general.scss */
.frm__error-msg:empty {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 658, app/assets/stylesheets/forms/general.scss */
.frm__error-msg li {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}

/* line 665, app/assets/stylesheets/forms/general.scss */
.frm__toggle {
  cursor: pointer;
  display: flex;
}

/* line 668, app/assets/stylesheets/forms/general.scss */
.frm__toggle-switch {
  order: 2;
  align-self: center;
  display: inline-block;
  vertical-align: middle;
  background: rgba(182, 191, 201, 0.75);
  border-radius: 16px;
  width: 46px;
  height: 24px;
  position: relative;
}

/* line 678, app/assets/stylesheets/forms/general.scss */
.frm__toggle-switch:before, .frm__toggle-switch:after {
  content: "";
}

/* line 681, app/assets/stylesheets/forms/general.scss */
.frm__toggle-switch:before {
  display: block;
  background: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}

/* line 694, app/assets/stylesheets/forms/general.scss */
.frm__toggle:hover .frm__toggle-switch:before {
  background: white;
}

/* line 698, app/assets/stylesheets/forms/general.scss */
.frm__toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

/* line 701, app/assets/stylesheets/forms/general.scss */
.frm__toggle-checkbox:checked + .frm__toggle-switch {
  background: #0056a4;
}

/* line 704, app/assets/stylesheets/forms/general.scss */
.frm__toggle-checkbox:checked + .frm__toggle-switch:before {
  left: 24px;
}

/* line 707, app/assets/stylesheets/forms/general.scss */
.frm__toggle-checkbox:checked + .frm__toggle-switch + .frm__toggle-label {
  opacity: 1.0;
}

/* line 710, app/assets/stylesheets/forms/general.scss */
.frm__toggle-checkbox:disabled + .frm__toggle-switch {
  opacity: 0.5;
}

/* line 714, app/assets/stylesheets/forms/general.scss */
.frm__toggle-label {
  opacity: 0.5;
  order: 1;
  flex: 1;
  align-self: center;
  position: relative;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* line 725, app/assets/stylesheets/forms/general.scss */
.input--copy {
  position: relative;
}

/* line 727, app/assets/stylesheets/forms/general.scss */
.input--copy .frm__input {
  padding: 15px;
  font-size: 15px;
}

@media (min-width: 900px) {
  /* line 727, app/assets/stylesheets/forms/general.scss */
  .input--copy .frm__input {
    padding: 18px;
    font-size: 21px;
  }
}

/* line 735, app/assets/stylesheets/forms/general.scss */
.input--copy__submit {
  margin-top: 12px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

@media (min-width: 900px) {
  /* line 735, app/assets/stylesheets/forms/general.scss */
  .input--copy__submit {
    position: absolute;
    right: 12px;
    top: 14px;
    margin-top: 0 !important;
  }
}

/* line 744, app/assets/stylesheets/forms/general.scss */
.input--copy__submit--copied {
  border-color: #0056a4 !important;
  background: #0056a4 !important;
}

/* line 751, app/assets/stylesheets/forms/general.scss */
.input--search {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}

/* line 757, app/assets/stylesheets/forms/general.scss */
.input--search input {
  padding-left: 39px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 761, app/assets/stylesheets/forms/general.scss */
.input--search:after {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url(/assets/icons/search-401a2bc6bb588136590ddf1ab5296f8289146c357fdffa86836044f8bfd32ff9.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -moz-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -o-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  width: 15px;
  height: 15px;
  left: 15px;
  top: 18px;
}

/* line 774, app/assets/stylesheets/forms/general.scss */
.input--search:focus-within::after {
  -webkit-filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
  -moz-filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
  -o-filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
  filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
}

/* line 778, app/assets/stylesheets/forms/general.scss */
.input--search-clear {
  position: absolute;
  top: 3px;
  right: 42px;
  width: 15px;
  height: 15px;
  opacity: 1;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

/* line 788, app/assets/stylesheets/forms/general.scss */
.input--search-clear--hidden {
  opacity: 0;
  cursor: default;
}

/* line 795, app/assets/stylesheets/forms/general.scss */
.input--date {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
}

/* line 800, app/assets/stylesheets/forms/general.scss */
.input--date input {
  box-sizing: content-box;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  min-height: 24px;
  padding-left: 39px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 900px) {
  /* line 800, app/assets/stylesheets/forms/general.scss */
  .input--date input {
    width: 210px;
    max-width: 210px;
    min-width: 210px;
    padding-left: 39px;
  }
}

/* line 816, app/assets/stylesheets/forms/general.scss */
.input--date input::-webkit-date-and-time-value {
  text-align: left;
}

/* line 820, app/assets/stylesheets/forms/general.scss */
.input--date:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 15px;
  top: 18px;
  background-image: url(/assets/icons/calendar-e47a3d25da6deda14fd37ac6abbbf201b31f7fc5fe290b3749aeeb643be3a6cd.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -moz-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -o-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
}

/* line 832, app/assets/stylesheets/forms/general.scss */
.input--date:focus-within:after {
  -webkit-filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
  -moz-filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
  -o-filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
  filter: invert(46%) sepia(76%) saturate(592%) hue-rotate(175deg) brightness(103%) contrast(98%);
}

/* line 836, app/assets/stylesheets/forms/general.scss */
.input--date-sml input {
  width: 210px;
}

/* line 839, app/assets/stylesheets/forms/general.scss */
.input--date-sml:after {
  top: 14px;
}

/* line 845, app/assets/stylesheets/forms/general.scss */
.input--days {
  position: relative;
  display: inline-block;
  min-width: 100px;
  width: 100px;
}

@media (min-width: 900px) {
  /* line 845, app/assets/stylesheets/forms/general.scss */
  .input--days {
    min-width: 120px;
    width: auto;
  }
}

/* line 854, app/assets/stylesheets/forms/general.scss */
.input--days .frm__input--tiny {
  width: 100%;
}

/* line 857, app/assets/stylesheets/forms/general.scss */
.input--days:after {
  content: "days";
  color: #636e78;
  position: absolute;
  font-size: 15px;
  top: 12px;
  right: 12px;
}

/* line 867, app/assets/stylesheets/forms/general.scss */
.input--percentage {
  position: relative;
  display: inline-block;
}

/* line 870, app/assets/stylesheets/forms/general.scss */
.input--percentage input {
  padding-right: 24px;
}

/* line 873, app/assets/stylesheets/forms/general.scss */
.input--percentage:after {
  content: "\0025";
  color: #8f919d;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 18px;
}

/* line 882, app/assets/stylesheets/forms/general.scss */
.input--percentage:focus-within::after {
  color: #009ef1;
}

/* line 888, app/assets/stylesheets/forms/general.scss */
.input--currency {
  position: relative;
  display: inline-block;
  line-height: 24px;
}

/* line 892, app/assets/stylesheets/forms/general.scss */
.input--currency input {
  padding-left: 24px;
}

/* line 895, app/assets/stylesheets/forms/general.scss */
.input--currency::after {
  content: attr(data-currency-unit);
  color: #8f919d;
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 18px;
}

/* line 904, app/assets/stylesheets/forms/general.scss */
.input--currency:focus-within::after {
  color: #009ef1;
}

/* line 909, app/assets/stylesheets/forms/general.scss */
.input--currency--gbp::after {
  content: "\00A3";
}

/* line 914, app/assets/stylesheets/forms/general.scss */
.input--currency--usd::after {
  content: "\0024";
}

/* line 919, app/assets/stylesheets/forms/general.scss */
.input--currency--eur::after {
  content: "\20AC";
}

/* line 924, app/assets/stylesheets/forms/general.scss */
.input--currency--zar::after {
  content: "\0052";
}

/* line 929, app/assets/stylesheets/forms/general.scss */
.input--currency--sek::after {
  content: "\006B";
}

/* line 934, app/assets/stylesheets/forms/general.scss */
.input--currency--inr::after {
  content: "\20B9";
}

/* line 940, app/assets/stylesheets/forms/general.scss */
.input--hash {
  position: relative;
  display: inline-block;
}

/* line 943, app/assets/stylesheets/forms/general.scss */
.input--hash input {
  padding-left: 24px;
}

/* line 946, app/assets/stylesheets/forms/general.scss */
.input--hash::after {
  content: "\0023";
  color: #8f919d;
  position: absolute;
  left: 11px;
  top: 13px;
  font-size: 18px;
}

/* line 955, app/assets/stylesheets/forms/general.scss */
.input--hash:focus-within::after {
  color: #009ef1;
}

/* line 961, app/assets/stylesheets/forms/general.scss */
input.invisible {
  border: none;
  background: transparent;
  width: 0;
  height: 0;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/forms/get-address.scss */
#getaddress_input {
  margin-bottom: 3px;
}

/* line 7, app/assets/stylesheets/forms/get-address.scss */
#getaddress_error_message {
  color: #f62d19;
  font-size: 15px;
  line-height: 21px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/events.scss */
.event__cal-card {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 6px;
  margin: 12px 0 18px;
  border-width: 3px;
  border-style: solid;
  border-top-width: 27px;
  line-height: 12px;
  width: 95px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 4, app/assets/stylesheets/events.scss */
  .event__cal-card {
    margin: -18px 0 0;
  }
}

/* line 19, app/assets/stylesheets/events.scss */
.event__cal-card-date {
  margin: -35px 0 12px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}

/* line 24, app/assets/stylesheets/events.scss */
.event__cal-card-time {
  line-height: 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 24, app/assets/stylesheets/events.scss */
  .event__cal-card-time {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 24, app/assets/stylesheets/events.scss */
  .event__cal-card-time {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 32, app/assets/stylesheets/events.scss */
.c-event {
  position: relative;
  box-sizing: border-box;
  width: auto;
}

/* line 37, app/assets/stylesheets/events.scss */
.c-event__type .icon {
  margin-right: 2px;
  width: 12px;
  height: 12px;
}

/* line 43, app/assets/stylesheets/events.scss */
.c-event__assignment {
  display: block;
  vertical-align: top;
  width: auto;
  padding: 0;
}

/* line 53, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-week-options {
  display: none;
}

/* line 57, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-month-options {
  display: none;
}

/* line 61, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-year-options {
  display: none;
}

/* line 65, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector {
  display: flex;
  width: 100%;
  column-gap: 0.5rem;
}

/* line 70, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector__item {
  list-style: none;
  position: relative;
}

/* line 75, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector input.peer {
  display: none;
}

/* line 79, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector__label {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(233, 239, 247, 0.6);
  color: #3d4b59;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

/* line 92, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector .peer:checked + .recurring-weekday-selector__label {
  background-color: rgba(13, 71, 141, 0.8);
  color: white;
}

/* line 97, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector .peer:hover + .recurring-weekday-selector__label {
  background-color: #e9eff7;
  color: #3d4b59;
}

/* line 102, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector .peer:checked:hover + .recurring-weekday-selector__label {
  background-color: rgba(13, 71, 141, 0.8);
  color: white;
}

/* line 107, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector__label-content {
  display: block;
}

/* line 111, app/assets/stylesheets/events.scss */
.custom-recurring-form .recurring-weekday-selector__label-text {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* line 119, app/assets/stylesheets/events.scss */
.custom-recurring-form[data-recurring--custom-form-frequency-value="weekly"] .recurring-week-options {
  display: flex;
}

/* line 123, app/assets/stylesheets/events.scss */
.custom-recurring-form[data-recurring--custom-form-frequency-value="monthly"] .recurring-month-options {
  display: flex;
}

/* line 127, app/assets/stylesheets/events.scss */
.custom-recurring-form[data-recurring--custom-form-frequency-value="yearly"] .recurring-year-options {
  display: flex;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/account.scss */
.account_plans {
  overflow: hidden;
  padding: 10px 0;
}

/* line 6, app/assets/stylesheets/account.scss */
.account_plans p.center {
  text-align: center;
}

/* line 9, app/assets/stylesheets/account.scss */
.account_plans .plan {
  box-sizing: border-box;
  border: 1px solid rgba(61, 75, 89, 0.3);
  width: 100%;
  padding: 15px;
  margin: 0 0 10px;
  -webkit-box-shadow: 0px 0px 4px rgba(61, 75, 89, 0.4);
  -moz-box-shadow: 0px 0px 4px rgba(61, 75, 89, 0.4);
  box-shadow: 0px 0px 4px rgba(61, 75, 89, 0.4);
}

@media (min-width: 900px) {
  /* line 9, app/assets/stylesheets/account.scss */
  .account_plans .plan {
    float: left;
    width: 290px;
    margin: 0 15px 10px;
  }
}

/* line 21, app/assets/stylesheets/account.scss */
.account_plans .plan input[type="radio"] {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 26, app/assets/stylesheets/account.scss */
.account_plans .plan label {
  font-weight: bold;
  color: #3d4b59;
  font-size: 19px;
  cursor: pointer;
  display: block;
  padding: 5px 0;
  margin: -8px 0 0;
  width: auto;
  text-align: left;
}

/* line 36, app/assets/stylesheets/account.scss */
.account_plans .plan label span {
  display: none;
}

/* line 40, app/assets/stylesheets/account.scss */
.account_plans .plan.active {
  background: #fff9ba;
}

/* line 42, app/assets/stylesheets/account.scss */
.account_plans .plan.active label {
  color: #f62d19;
}

/* line 44, app/assets/stylesheets/account.scss */
.account_plans .plan.active label span {
  display: inline;
  font-weight: normal;
  font-size: 16px;
}

/* line 51, app/assets/stylesheets/account.scss */
.account_plans .plan.free {
  margin-top: 20px;
  border: 1px solid rgba(61, 75, 89, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 900px) {
  /* line 51, app/assets/stylesheets/account.scss */
  .account_plans .plan.free {
    width: 670px;
  }
}

/* line 58, app/assets/stylesheets/account.scss */
.account_plans .plan.free label {
  font-size: 17px;
}

/* line 61, app/assets/stylesheets/account.scss */
.account_plans .plan.free li {
  font-size: 14px;
}

/* line 65, app/assets/stylesheets/account.scss */
.account_plans .plan .extra {
  color: #3d4b59;
  text-align: left;
  margin: -5px 0 0 23px !important;
}

/* line 70, app/assets/stylesheets/account.scss */
.account_plans .plan .details {
  margin: 0 20px;
}

/* line 72, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul {
  margin: 0;
  padding: 0;
}

/* line 75, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li {
  color: rgba(61, 75, 89, 0.8);
  list-style-type: none;
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.price {
  color: #3d4b59;
  text-align: right;
  font-size: 16px;
  margin: 0 20px;
  padding-bottom: 5px;
}

/* line 85, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.price.total {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin: 10px 0 20px;
  padding: 12px 0 10px;
  border-bottom: 1px solid rgba(61, 75, 89, 0.4);
  border-top: 1px solid rgba(61, 75, 89, 0.4);
}

/* line 93, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.price.total em {
  font-weight: normal;
  font-size: 14px;
  color: #3d4b59;
  font-style: normal;
}

/* line 100, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.price .slashed {
  color: rgba(61, 75, 89, 0.8);
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 5px;
  border-bottom: none;
  text-decoration: line-through;
}

/* line 109, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.price .label {
  color: rgba(61, 75, 89, 0.8);
  display: inline-block;
  float: left;
  text-align: left;
  font-size: 14px;
}

/* line 115, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.price .label.red {
  color: #f62d19;
}

/* line 120, app/assets/stylesheets/account.scss */
.account_plans .plan .details ul li.spacer {
  height: 10px;
}

/* line 129, app/assets/stylesheets/account.scss */
ul.billing_invoices {
  margin: 24px 0 0;
}

/* line 131, app/assets/stylesheets/account.scss */
ul.billing_invoices li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 21px;
  padding: 9px 0;
  list-style-type: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(61, 75, 89, 0.1);
}

@media (min-width: 900px) {
  /* line 131, app/assets/stylesheets/account.scss */
  ul.billing_invoices li {
    max-width: 60%;
  }
}

/* line 143, app/assets/stylesheets/account.scss */
ul.billing_invoices li .billing_invoice-detail {
  flex: 1;
}

/* line 146, app/assets/stylesheets/account.scss */
ul.billing_invoices li .billing_invoice-download {
  text-align: right;
}

/* line 149, app/assets/stylesheets/account.scss */
ul.billing_invoices li.expand-link {
  list-style-type: none;
}

/* line 155, app/assets/stylesheets/account.scss */
.upgrade-btn__holder {
  max-width: 360px;
  margin: 0 auto;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/tasks.scss */
.c-card.task {
  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;
}

/* line 8, app/assets/stylesheets/tasks.scss */
.task__check {
  flex: 1;
  max-width: 42px;
  padding-top: 2px;
  align-self: flex-start;
  text-align: left;
}

/* line 14, app/assets/stylesheets/tasks.scss */
.task__check--xl {
  display: block;
  text-align: center;
  margin: 0 0 24px;
}

@media (min-width: 900px) {
  /* line 14, app/assets/stylesheets/tasks.scss */
  .task__check--xl {
    margin: -6px 0 0;
  }
}

/* line 23, app/assets/stylesheets/tasks.scss */
.task__details {
  flex: 1;
  max-width: 75%;
}

@media (min-width: 900px) {
  /* line 23, app/assets/stylesheets/tasks.scss */
  .task__details {
    max-width: 87.5%;
  }
}

/* line 30, app/assets/stylesheets/tasks.scss */
.task__meta {
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/tasks.scss */
  .task__meta {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/tasks.scss */
  .task__meta {
    line-height: 16px;
  }
}

/* line 40, app/assets/stylesheets/tasks.scss */
.task__actions {
  width: 40px;
  text-align: right;
  align-self: flex-start;
  margin-top: -6px;
}

@media (min-width: 900px) {
  /* line 40, app/assets/stylesheets/tasks.scss */
  .task__actions {
    width: 75px;
  }
}
@charset "UTF-8";
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* ------------ Help menu ------------ */
/* line 5, app/assets/stylesheets/help.scss */
.help-launcher {
  display: none;
  z-index: 2;
  cursor: pointer;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  /* line 5, app/assets/stylesheets/help.scss */
  .help-launcher {
    position: fixed;
    display: block;
    top: auto;
    right: 18px;
    bottom: 18px;
    width: auto;
    font-size: 15px;
    padding: 6px 15px 6px 6px;
    color: #3d4b59;
    background: #d5edeb;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

@media print {
  /* line 5, app/assets/stylesheets/help.scss */
  .help-launcher {
    display: none !important;
  }
}

/* line 26, app/assets/stylesheets/help.scss */
.help-launcher__icon {
  width: 100%;
  height: 100%;
  margin-top: -3px;
}

@media (min-width: 900px) {
  /* line 26, app/assets/stylesheets/help.scss */
  .help-launcher__icon {
    margin-top: 0;
    margin-right: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /* line 34, app/assets/stylesheets/help.scss */
  .help-launcher__icon svg {
    width: 27px;
    height: 27px;
    margin-top: 0;
  }
  /* line 39, app/assets/stylesheets/help.scss */
  .help-launcher__icon path, .help-launcher__icon circle {
    fill: #636e78;
    -webkit-transition: fill 0.2s ease;
    -moz-transition: fill 0.2s ease;
    -ms-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
}

@media (min-width: 900px) {
  /* line 45, app/assets/stylesheets/help.scss */
  .help-launcher--open {
    background: #1c827f;
    color: white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /* line 50, app/assets/stylesheets/help.scss */
  .help-launcher--open path, .help-launcher--open circle {
    fill: white;
    -webkit-transition: fill 0.2s ease;
    -moz-transition: fill 0.2s ease;
    -ms-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
}

/* line 58, app/assets/stylesheets/help.scss */
.nav .help-launcher {
  position: absolute;
  right: 18px;
  top: 13px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #636e78;
  fill: #b6bfc9;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 58, app/assets/stylesheets/help.scss */
  .nav .help-launcher {
    display: none;
  }
}

/* line 77, app/assets/stylesheets/help.scss */
.fixed-help-launcher .help-launcher {
  position: fixed;
  right: 18px;
  top: auto;
  bottom: 16px;
  background: white;
  fill: #8f919d;
}

/* line 85, app/assets/stylesheets/help.scss */
.fixed-help-launcher .help-menu {
  top: auto;
  bottom: 55px;
}

@media (min-width: 900px) {
  /* line 85, app/assets/stylesheets/help.scss */
  .fixed-help-launcher .help-menu {
    bottom: 77px;
  }
}

/* line 94, app/assets/stylesheets/help.scss */
#beacon-container .c-Icon {
  top: 1px !important;
  /* Aligns close button x on beacon panel */
}

/* line 98, app/assets/stylesheets/help.scss */
.help-menu {
  text-align: left;
  z-index: 10;
  box-sizing: border-box;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 0 0 180px;
  background: white;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 900px) {
  /* line 98, app/assets/stylesheets/help.scss */
  .help-menu {
    opacity: 0;
    position: fixed;
    width: auto;
    min-width: 300px;
    height: auto;
    top: auto;
    bottom: 30px;
    right: 21px;
    left: auto;
    padding: 0;
    overflow-y: auto;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
    transform: scale(0.75);
  }
}

/* line 133, app/assets/stylesheets/help.scss */
.help-menu--open {
  display: block;
  visibility: visible;
  bottom: 0;
}

@media (min-width: 900px) {
  /* line 133, app/assets/stylesheets/help.scss */
  .help-menu--open {
    opacity: 1;
    transform: scale(1);
    bottom: 75px;
  }
}

/* line 143, app/assets/stylesheets/help.scss */
.help-menu ul {
  padding: 9px;
}

/* line 146, app/assets/stylesheets/help.scss */
.help-menu ul li label, .help-menu ul li a, .help-menu ul li button {
  font-size: 18px;
  line-height: 24px;
  padding: 15px 18px;
  border-bottom: 1px solid #e9eff7;
  cursor: pointer;
  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;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/help.scss */
  .help-menu ul li label, .help-menu ul li a, .help-menu ul li button {
    color: #636e78;
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    border-bottom: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

@media (min-width: 900px) {
  /* line 162, app/assets/stylesheets/help.scss */
  .help-menu ul li label:hover, .help-menu ul li a:hover, .help-menu ul li button:hover {
    background: rgba(213, 237, 235, 0.75);
  }
}

/* line 168, app/assets/stylesheets/help.scss */
.help-menu ul li.help-menu__help-article {
  background: rgba(213, 237, 235, 0.5);
  margin-bottom: 6px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 172, app/assets/stylesheets/help.scss */
.help-menu ul li.help-menu__help-article:last-child {
  margin-bottom: 0;
}

/* line 175, app/assets/stylesheets/help.scss */
.help-menu ul li.help-menu__help-article a {
  padding: 9px 18px;
  font-size: 15px;
  color: #1c827f;
  text-decoration: none;
  line-height: 21px;
}

/* line 181, app/assets/stylesheets/help.scss */
.help-menu ul li.help-menu__help-article a:hover {
  background: rgba(213, 237, 235, 0.75);
}

/* line 184, app/assets/stylesheets/help.scss */
.help-menu ul li.help-menu__help-article a .help-menu__icon {
  position: relative;
  text-align: center;
  margin: 0 27px 0 0;
  fill: #1c827f;
  stroke: #1c827f;
}

/* line 190, app/assets/stylesheets/help.scss */
.help-menu ul li.help-menu__help-article a .help-menu__icon svg {
  position: absolute;
  top: 7px;
  width: 18px;
  height: 18px;
  fill: #1c827f;
  stroke: #1c827f;
}

/* line 203, app/assets/stylesheets/help.scss */
.help-menu__icon {
  width: 36px;
}

@media (min-width: 900px) {
  /* line 203, app/assets/stylesheets/help.scss */
  .help-menu__icon {
    width: 30px;
  }
}

/* line 208, app/assets/stylesheets/help.scss */
.help-menu__icon svg {
  width: 18px;
  height: 18px;
  fill: #8f919d;
}

@media (min-width: 900px) {
  /* line 208, app/assets/stylesheets/help.scss */
  .help-menu__icon svg {
    width: 16px;
    height: 16px;
  }
}

/* ------------ Tooltips ------------ */
/* line 222, app/assets/stylesheets/help.scss */
.tippy-box[data-theme~="ytb"] {
  background-color: #1c827f;
  color: white;
  font-size: 15px;
  line-height: 1rem;
  border: none;
  padding: 3px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -moz-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
}

/* line 234, app/assets/stylesheets/help.scss */
.tippy-box[data-theme~="ytb"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #1c827f;
}

/* line 237, app/assets/stylesheets/help.scss */
.tippy-box[data-theme~="ytb"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #1c827f;
}

/* line 240, app/assets/stylesheets/help.scss */
.tippy-box[data-theme~="ytb"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #1c827f;
}

/* line 243, app/assets/stylesheets/help.scss */
.tippy-box[data-theme~="ytb"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #1c827f;
}

/* line 246, app/assets/stylesheets/help.scss */
.tippy-box[data-theme~="ytb"] > .tippy-svg-arrow {
  fill: #1c827f;
}

/* line 252, app/assets/stylesheets/help.scss */
span.tooltip_marker .tooltip__icon {
  display: none;
}

@media (min-width: 900px) {
  /* line 252, app/assets/stylesheets/help.scss */
  span.tooltip_marker .tooltip__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}

/* line 261, app/assets/stylesheets/help.scss */
span.tooltip_marker .tooltip__icon svg {
  fill: #1c827f;
}

/* ------------ Help Links ------------ */
/* line 268, app/assets/stylesheets/help.scss */
.help-link {
  position: relative;
  background: #d5edeb;
  color: #3d4b59;
  font-size: 13px;
  line-height: 1em;
  padding: 2px 9px 3px 24px;
  top: -2px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 277, app/assets/stylesheets/help.scss */
.help-link:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 14px;
  height: 14px;
  background-image: url(/assets/icons/help-50b7e446439cd860124829167298035b4212d092ff807a8c281877087c3e373b.svg);
  -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 288, app/assets/stylesheets/help.scss */
.help-link--icon-only {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 2px 1px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 295, app/assets/stylesheets/help.scss */
.help-link--icon-only:before {
  top: 4px;
  left: 4px;
}

/* ------------ Help Images ------------ */
/* line 303, app/assets/stylesheets/help.scss */
.help-img {
  max-width: 90%;
  border: 6px solid #d5edeb;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 303, app/assets/stylesheets/help.scss */
  .help-img {
    max-width: auto;
  }
}

/* ------------ Help Prompts ------------ */
/* line 313, app/assets/stylesheets/help.scss */
.help-prompt {
  position: relative;
  z-index: 0;
  position: relative;
  background: #d5edeb;
  color: #3d4b59;
  font-size: 18px;
  padding: 18px 24px;
  margin: 18px 0;
  text-align: left;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 324, app/assets/stylesheets/help.scss */
.help-prompt--sml {
  padding: 12px 18px;
}

/* line 326, app/assets/stylesheets/help.scss */
.help-prompt--sml .help-prompt__close {
  top: 2px;
  right: 3px;
}

/* line 329, app/assets/stylesheets/help.scss */
.help-prompt--sml .help-prompt__close svg {
  width: 21px;
  height: 21px;
}

/* line 336, app/assets/stylesheets/help.scss */
.help-prompt--no-icon {
  padding-left: 18px;
}

/* line 338, app/assets/stylesheets/help.scss */
.help-prompt--no-icon:before {
  display: none;
  background-image: none;
}

/* line 342, app/assets/stylesheets/help.scss */
.help-prompt--no-icon:after {
  display: none;
}

/* line 345, app/assets/stylesheets/help.scss */
.help-prompt--no-icon.help-prompt--sml {
  padding: 9px 12px;
}

/* line 350, app/assets/stylesheets/help.scss */
.help-prompt--cards-icon {
  padding-left: 95px;
}

/* line 352, app/assets/stylesheets/help.scss */
.help-prompt--cards-icon:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 19px;
  left: 12px;
  width: 70px;
  height: 21px;
  background-image: url(/assets/icons/payment-cards-c9b311121565556f49dfff1029706dc40dca8adbac7aae4b035148e5299a4390.svg);
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}

/* line 363, app/assets/stylesheets/help.scss */
.help-prompt--cards-icon .help-prompt__close {
  top: 10px;
  right: 12px;
}

/* line 368, app/assets/stylesheets/help.scss */
.help-prompt--tada-icon {
  padding-left: 69px;
}

/* line 370, app/assets/stylesheets/help.scss */
.help-prompt--tada-icon:before {
  content: "🎉";
  font-size: 42px;
  line-height: 42px;
  position: absolute;
  top: -6px;
  left: 15px;
  z-index: 2;
  background-image: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}

/* line 382, app/assets/stylesheets/help.scss */
.help-prompt--video-thumbnail {
  padding-left: 132px;
  min-height: 39px;
}

@media (min-width: 900px) {
  /* line 382, app/assets/stylesheets/help.scss */
  .help-prompt--video-thumbnail {
    display: flex;
    align-items: center;
  }
}

/* line 389, app/assets/stylesheets/help.scss */
.help-prompt--video-thumbnail:before {
  background-image: none;
}

/* line 392, app/assets/stylesheets/help.scss */
.help-prompt--video-thumbnail--lrg {
  padding: 18px;
  align-items: flex-start;
}

@media (min-width: 900px) {
  /* line 392, app/assets/stylesheets/help.scss */
  .help-prompt--video-thumbnail--lrg {
    padding-left: 60px;
    padding-right: 320px;
    min-height: 136px;
  }
}

@media (min-width: 900px) {
  /* line 400, app/assets/stylesheets/help.scss */
  .help-prompt--video-thumbnail--lrg:before {
    background-image: url(/assets/icons/help-prompt-c6795ae5f8e84c78a859d690bd711e702d4d61a8f080edf2a22d31024b5a2c66.svg);
  }
}

/* line 407, app/assets/stylesheets/help.scss */
.help-prompt p, .help-prompt li {
  font-size: 16px;
  line-height: 22px;
  color: #3d4b59;
  margin-bottom: 6px;
}

/* line 412, app/assets/stylesheets/help.scss */
.help-prompt p:last-of-type, .help-prompt li:last-of-type {
  margin-bottom: 0;
}

/* line 415, app/assets/stylesheets/help.scss */
.help-prompt p.t--lrg, .help-prompt li.t--lrg {
  font-size: 21px;
  line-height: 27px;
}

/* line 419, app/assets/stylesheets/help.scss */
.help-prompt p.t--reg, .help-prompt li.t--reg {
  font-size: 18px;
  line-height: 24px;
}

/* line 423, app/assets/stylesheets/help.scss */
.help-prompt p.t--sml, .help-prompt li.t--sml {
  font-size: 15px;
  line-height: 21px;
}

/* line 427, app/assets/stylesheets/help.scss */
.help-prompt p.help-prompt__title, .help-prompt li.help-prompt__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}

/* line 433, app/assets/stylesheets/help.scss */
.help-prompt__link {
  text-decoration: none;
  color: #0056a4;
}

/* line 436, app/assets/stylesheets/help.scss */
.help-prompt__link:hover {
  color: #3d4b59;
}

/* line 440, app/assets/stylesheets/help.scss */
.help-prompt__thumbnail {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  width: 107px;
  height: 60px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}

/* line 449, app/assets/stylesheets/help.scss */
.help-prompt__thumbnail--lrg {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
}

@media (min-width: 900px) {
  /* line 449, app/assets/stylesheets/help.scss */
  .help-prompt__thumbnail--lrg {
    position: absolute;
    top: 18px;
    left: auto;
    right: 18px;
    width: 250px;
    height: 140px;
    margin-bottom: 0;
  }
}

/* line 468, app/assets/stylesheets/help.scss */
.help-prompt__close {
  position: absolute;
  top: 18px;
  right: 18px;
}

/* line 473, app/assets/stylesheets/help.scss */
.help-prompt--card.c-card {
  padding: 18px 30px;
  border-color: #13a538;
}

/* line 476, app/assets/stylesheets/help.scss */
.help-prompt--card.c-card p {
  font-size: 15px;
  padding: 0 18px 0 0;
  margin: 0;
  line-height: 24px;
  color: #3d4b59;
}

/* line 484, app/assets/stylesheets/help.scss */
.help-prompt__dismiss {
  float: right;
  margin-top: -9px;
  margin-right: -18px;
}

/* line 492, app/assets/stylesheets/help.scss */
.help-prompt-wrapper {
  margin: 12px -18px;
  width: auto;
  position: relative;
  background: rgba(213, 237, 235, 0.8);
  color: #1c827f;
  font-size: 18px;
  padding: 18px;
  text-align: left;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* ------------ 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;
}
/* ------------ 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: "...";
  }
}

/* Paperwork styling for display within app (on-screen) */
/* ---------- FULL SCREEN ------------------------------------- */
/* line 8, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.hidden-on-print-pdf {
  display: inline-block;
}

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

/* line 16, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .theme-a, .c-pwrk-container .theme-b, .c-pwrk-container .theme-c, .c-pwrk-container .theme-d, .c-pwrk-container .theme-e {
  visibility: hidden;
  /* Hide until theme css is loaded separately */
}

/* line 21, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background: white;
  max-width: 750px;
  min-height: 800px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 24px 21px 120px;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 900px) {
  /* line 21, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-pwrk-container .pwrk {
    padding: 54px 51px 120px;
    min-height: 1060px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 41, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk__header-logo img {
  max-width: 135px;
  max-height: 55px;
}

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

/* line 50, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk__header-company {
  display: none;
}

@media (min-width: 900px) {
  /* line 50, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-pwrk-container .pwrk__header-company {
    display: block;
  }
}

/* line 58, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk .btn, .c-pwrk-container .pwrk .btn__menu-item, .c-pwrk-container .pwrk input, .c-pwrk-container .pwrk textarea {
  font-family: "trade-gothic", Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 24px;
}

/* line 63, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk .btn__menu-item {
  margin: 0;
  list-style-type: none;
}

/* line 67, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk trix-editor {
  /* stylelint-disable-line */
}

/* line 68, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk trix-editor.trix-content * {
  font-family: "trade-gothic", Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 24px;
  letter-spacing: 0;
}

/* line 75, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-pwrk-container .pwrk .notes-list .btn__add {
  display: block;
}

/* line 82, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options {
  box-sizing: border-box;
  position: relative;
  margin: 0 -12px 24px;
}

@media (min-width: 900px) {
  /* line 82, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options {
    margin: 0 0 24px 90px;
  }
}

/* line 89, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-tabs {
  margin-bottom: 18px;
}

/* line 92, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-panel__close-icon {
  top: 32px;
  right: 9px;
}

@media (min-width: 900px) {
  /* line 92, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-panel__close-icon {
    top: 36px;
    right: 12px;
  }
}

/* line 100, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options form {
  padding: 51px 18px 18px;
  min-height: 200px;
  border: 1px solid #b6bfc9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 100, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options form {
    padding: 18px;
  }
}

/* line 109, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section {
  display: none;
  -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 109, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-doc-menu__display-section {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 224px;
  }
}

/* line 116, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-title {
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 119, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-title--empty {
  margin-top: -54px;
}

@media (min-width: 900px) {
  /* line 119, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-doc-menu__display-section-title--empty {
    margin-top: 0;
  }
}

/* line 126, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-list {
  box-sizing: border-box;
  padding: 0 0 18px;
}

@media (min-width: 900px) {
  /* line 126, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-doc-menu__display-section-list {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 900px) {
  /* line 134, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-doc-menu__display-section-list--themes {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
  }
}

/* line 143, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-list {
  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;
}

@media (min-width: 900px) {
  /* line 143, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-doc-menu__display-section-theme-list {
    padding-right: 24px;
  }
}

/* line 151, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item {
  position: relative;
  width: 144px;
  margin-right: 18px;
  margin-bottom: 18px;
  padding: 0 !important;
}

@media (min-width: 900px) {
  /* line 151, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-menu__display-options .c-doc-menu__display-section-theme-item {
    margin-right: 15px;
  }
}

/* line 160, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item-bg {
  z-index: -1;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 75%;
  background-color: #b6bfc9;
}

/* line 171, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item label {
  display: block;
  box-sizing: border-box;
  padding-bottom: 18px;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 178, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item label img {
  width: 142px;
  height: 142px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 184, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:not(:checked),
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

/* line 189, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:not(:checked) + label,
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 195, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked + label {
  font-weight: bold;
  border: 1px solid #636e78;
  -webkit-box-shadow: 0 0 12px #d8dfe7;
  -moz-box-shadow: 0 0 12px #d8dfe7;
  box-shadow: 0 0 12px #d8dfe7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 201, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:not(:checked) + label {
  color: #636e78;
}

/* line 204, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:not(:checked) + label:before,
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked + label:before {
  content: "";
  z-index: 1;
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/check-circle--solid-1ff45ff0e193badbc1044ac3fcdf2054a13d29260831757e8f0132b7989f57a0.svg);
  -webkit-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  -moz-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  -o-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  position: absolute;
  bottom: 9px;
  right: 9px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 217, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:not(:checked) + label:after,
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked + label:after {
  content: "";
  z-index: 2;
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/check-circle--solid-1ff45ff0e193badbc1044ac3fcdf2054a13d29260831757e8f0132b7989f57a0.svg);
  -webkit-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -moz-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -o-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  position: absolute;
  bottom: 9px;
  right: 9px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 230, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* line 234, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked + label .c-doc-menu__display-section-theme-item-bg {
  background-color: var(--bg-colour);
}

/* line 237, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section-theme-item input[type="radio"]:checked + label:after {
  opacity: 1;
  color: white;
  transform: scale(1);
}

/* line 244, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li {
  text-align: left;
  padding: 3px 0;
  vertical-align: middle;
}

/* line 249, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:not(:checked),
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

/* line 254, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:not(:checked) + label,
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 24px;
  padding-top: 0;
  cursor: pointer;
}

/* line 261, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:checked + label {
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 265, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:not(:checked) + label {
  color: #636e78;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 269, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:not(:checked) + label:before,
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:checked + label:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/check-circle--solid-1ff45ff0e193badbc1044ac3fcdf2054a13d29260831757e8f0132b7989f57a0.svg);
  -webkit-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  -moz-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  -o-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 281, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:not(:checked) + label:after,
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:checked + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/check-circle--solid-1ff45ff0e193badbc1044ac3fcdf2054a13d29260831757e8f0132b7989f57a0.svg);
  -webkit-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -moz-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -o-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 293, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* line 297, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  color: white;
  transform: scale(1);
}

/* line 303, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li label, .c-doc-menu__display-options .c-doc-menu__display-section li a {
  width: auto;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
}

/* line 310, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li select {
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  padding: 6px;
  color: #3d4b59;
  border: 1px solid #8f919d;
  -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;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-color: white;
  background-position: right 9px top 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 32px;
  cursor: pointer;
}

/* line 330, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section li select:active, .c-doc-menu__display-options .c-doc-menu__display-section li select:focus {
  outline: none;
  border: 1px solid #009ef1;
}

/* line 336, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-menu__display-options .c-doc-menu__display-section.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 899px) {
  /* line 344, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -18px 18px;
    padding: 12px 18px;
  }
}

/* line 354, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions::-webkit-scrollbar {
  display: none;
}

/* line 357, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions .btn, .c-doc-actions .btn--with-menu {
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 357, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions .btn, .c-doc-actions .btn--with-menu {
    width: 100%;
    display: block;
  }
}

/* line 364, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions--primary {
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 364, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions--primary {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

/* line 372, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions--secondary {
  display: inline-block;
  margin: 0;
}

@media (min-width: 900px) {
  /* line 372, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions--secondary {
    display: block;
    margin: 1px 0 36px;
    width: 100%;
  }
}

/* line 380, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions--secondary .btn__list {
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 380, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions--secondary .btn__list {
    display: block;
  }
}

/* line 385, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions--secondary .btn__list li {
  display: inline;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 385, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions--secondary .btn__list li {
    display: block;
  }
}

/* line 392, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions--secondary .btn__list .btn {
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 392, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions--secondary .btn__list .btn {
    font-size: 17px;
    display: block;
  }
}

@media (min-width: 900px) {
  /* line 401, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .c-doc-actions__section {
    margin-bottom: 36px;
  }
}

/* line 406, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.c-doc-actions__title {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #3d4b59;
}

/* line 415, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.pwrk__accreditation-logo {
  margin: 0 12px;
}

@media (min-width: 900px) {
  /* line 415, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .pwrk__accreditation-logo {
    margin: 0 20px;
  }
}

/* line 420, app/assets/stylesheets/paperwork/paperwork-screen.scss */
.pwrk__accreditation-logo img {
  max-width: 40px;
  max-height: 30px;
}

@media (min-width: 900px) {
  /* line 420, app/assets/stylesheets/paperwork/paperwork-screen.scss */
  .pwrk__accreditation-logo img {
    max-width: 80px;
    max-height: 60px;
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@keyframes item-fade {
  0% {
    opacity: 0;
    background-color: #d8dfe7;
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 15, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm {
  box-sizing: border-box;
  position: relative;
  min-height: 800px;
  width: 100vw;
  background: white;
  margin: 0 -18px;
  padding: 15px 0;
  border: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  /* baseline input styling and transitions */
  /* Paperwork totals */
  /* Paperwork save banner */
  /* Jagged top/bottom for form */
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 120px;
    min-height: 1060px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 32, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section {
  background: transparent;
  position: relative;
  display: block;
  margin: 0 0 3px;
  padding: 12px 21px;
  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;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

@media (min-width: 900px) {
  /* line 32, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__section {
    padding: 15px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -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;
  }
}

/* line 47, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section--sample {
  background: #d5edeb;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 50, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section--sample input, .pwrk-frm__section--sample select, .pwrk-frm__section--sample textarea, .pwrk-frm__section--sample .trix__wrapper, .pwrk-frm__section--sample .pwrk-frm__input--pseudo, .pwrk-frm__section--sample .pwrk-frm__input-list {
  border: 1px solid #d5edeb;
  color: #3d4b59 !important;
  background: white !important;
  -webkit-text-fill-color: #3d4b59 !important;
  opacity: 1;
}

/* line 58, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within, .pwrk-frm__section:hover, .pwrk-frm__section:active {
  background: #e9eff7;
}

/* line 60, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within input, .pwrk-frm__section:focus-within select, .pwrk-frm__section:focus-within textarea, .pwrk-frm__section:focus-within .trix__wrapper, .pwrk-frm__section:focus-within .pwrk-frm__input--pseudo, .pwrk-frm__section:focus-within .pwrk-frm__input-list, .pwrk-frm__section:hover input, .pwrk-frm__section:hover select, .pwrk-frm__section:hover textarea, .pwrk-frm__section:hover .trix__wrapper, .pwrk-frm__section:hover .pwrk-frm__input--pseudo, .pwrk-frm__section:hover .pwrk-frm__input-list, .pwrk-frm__section:active input, .pwrk-frm__section:active select, .pwrk-frm__section:active textarea, .pwrk-frm__section:active .trix__wrapper, .pwrk-frm__section:active .pwrk-frm__input--pseudo, .pwrk-frm__section:active .pwrk-frm__input-list {
  border: 1px solid #d8dfe7;
  color: #3d4b59;
  background: white;
  opacity: 1;
}

/* line 66, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within .pwrk-frm__input-list .pwrk-frm__input, .pwrk-frm__section:focus-within .pwrk-frm__input-list .trix__wrapper, .pwrk-frm__section:hover .pwrk-frm__input-list .pwrk-frm__input, .pwrk-frm__section:hover .pwrk-frm__input-list .trix__wrapper, .pwrk-frm__section:active .pwrk-frm__input-list .pwrk-frm__input, .pwrk-frm__section:active .pwrk-frm__input-list .trix__wrapper {
  border: none;
}

/* line 69, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within select, .pwrk-frm__section:hover select, .pwrk-frm__section:active select {
  background-color: white;
  background-position: right 9px top 14px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 12px;
  background-repeat: no-repeat;
}

/* line 76, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within select.pwrk-frm__input--qty, .pwrk-frm__section:hover select.pwrk-frm__input--qty, .pwrk-frm__section:active select.pwrk-frm__input--qty {
  padding: 3px 18px 3px 9px;
  background-position: right 6px top 9px;
  background-image: url(/assets/icons/arrow-down-a9da961ba5763f2b0faffc149eb75e11fe201c2896f94932caf4c4f05dd042ac.svg);
  background-size: 7px;
  background-repeat: no-repeat;
}

/* line 83, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within trix-editor, .pwrk-frm__section:hover trix-editor, .pwrk-frm__section:active trix-editor {
  /* stylelint-disable-line */
  color: #3d4b59;
  background-color: rgba(255, 255, 255, 0);
}

/* line 87, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within .pwrk-frm__label, .pwrk-frm__section:hover .pwrk-frm__label, .pwrk-frm__section:active .pwrk-frm__label {
  color: #3d4b59;
}

/* line 90, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within .pwrk-frm__input--pseudo, .pwrk-frm__section:hover .pwrk-frm__input--pseudo, .pwrk-frm__section:active .pwrk-frm__input--pseudo {
  -webkit-text-fill-color: #3d4b59;
}

/* line 93, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within .pwrk-frm__save-btn, .pwrk-frm__section:hover .pwrk-frm__save-btn, .pwrk-frm__section:active .pwrk-frm__save-btn {
  opacity: 1;
}

@media (max-width: 599px) {
  /* line 93, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__section:focus-within .pwrk-frm__save-btn, .pwrk-frm__section:hover .pwrk-frm__save-btn, .pwrk-frm__section:active .pwrk-frm__save-btn {
    background: #e9eff7;
    border: 1px solid #b6bfc9;
  }
}

/* line 102, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section:focus-within .trix__wrapper {
  padding: 0;
}

/* line 106, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section .input--currency {
  width: 100%;
  text-align: right;
}

/* line 110, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__section .pwrk-frm__input--pseudo {
  -webkit-text-fill-color: #8f919d;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: -2px 0;
}

@media (min-width: 900px) {
  /* line 118, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__header {
    justify-content: space-between;
  }
}

/* line 122, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__header-col {
  box-sizing: border-box;
}

@media (min-width: 900px) {
  /* line 122, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__header-col {
    flex: 1;
    max-width: 28%;
  }
}

@media (min-width: 900px) {
  /* line 128, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__header-col--slim {
    max-width: 15%;
  }
}

@media (min-width: 900px) {
  /* line 133, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__header-col--wide {
    max-width: 32%;
  }
}

/* line 138, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__header-col--2 {
  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;
  justify-content: space-between;
  max-width: 100%;
}

/* line 143, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__header-col--2 .pwrk-frm__block {
  width: 48%;
}

/* line 150, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__save-btn {
  opacity: 0;
  color: #636e78;
  margin-right: 6px;
}

@media (max-width: 599px) {
  /* line 150, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save-btn {
    opacity: 1;
    background: white;
    border: 1px solid #d8dfe7;
  }
}

/* line 161, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__add-section {
  z-index: 3;
  position: sticky;
  bottom: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
  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;
}

@media (min-width: 900px) {
  /* line 161, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__add-section {
    bottom: 80px;
    margin: 0 -30px 12px;
    padding: 30px 33px;
  }
}

/* line 175, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__add-section:empty {
  display: none;
}

/* line 178, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__add-section--materials {
  bottom: -90px;
  margin: 0 -30px 12px;
}

@media (min-width: 900px) {
  /* line 178, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__add-section--materials {
    bottom: -120px;
    padding-bottom: 30px;
    background: white;
  }
}

/* line 187, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__add-section .btn__add {
  padding: 3px 6px;
  margin: 0 6px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 187, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__add-section .btn__add {
    padding: 3px 12px;
    margin: 0 18px 0 0;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 200, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__add-section .btn__add .icon--add {
  display: block;
  margin: 0 auto;
}

@media (min-width: 900px) {
  /* line 200, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__add-section .btn__add .icon--add {
    display: inline-block;
    margin: -6px 6px 0 0;
  }
}

/* line 211, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__block {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  /* line 211, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__block {
    margin-bottom: 6px;
  }
}

/* line 221, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__title {
  margin-bottom: 12px;
}

/* line 223, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__title select {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 223, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__title select {
    width: 32%;
  }
}

/* line 234, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__label {
  display: block;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 3px 3px;
  font-weight: bold;
  color: #636e78;
  cursor: pointer;
}

/* line 245, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input, .pwrk-frm__input-list, .pwrk-frm input, .pwrk-frm select, .pwrk-frm textarea, .pwrk-frm .trix__wrapper {
  color: #636e78;
  border: 1px solid #d8dfe7;
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s ease-in-out;
  -ms-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

/* line 254, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input:active, .pwrk-frm__input:focus, .pwrk-frm__input-list:active, .pwrk-frm__input-list:focus, .pwrk-frm input:active, .pwrk-frm input:focus, .pwrk-frm select:active, .pwrk-frm select:focus, .pwrk-frm textarea:active, .pwrk-frm textarea:focus, .pwrk-frm .trix__wrapper:active, .pwrk-frm .trix__wrapper:focus {
  outline: none;
  border: 1px solid #636e78;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -ms-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

/* line 261, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  padding: 9px 15px;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__input.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__input:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__input::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__input::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 273, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input:disabled {
  border: 1px solid #d8dfe7;
  color: #d8dfe7;
  background-color: rgba(143, 145, 157, 0.8);
}

/* line 278, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input--pseudo:disabled {
  cursor: pointer;
  border: 1px solid #d8dfe7;
  color: #8f919d;
  -webkit-text-fill-color: #8f919d;
  opacity: 1;
}

@media (min-width: 900px) {
  /* line 285, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__input--short {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}

/* line 292, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input--qty {
  text-align: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

/* line 298, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input--number {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 75px;
  display: inline-block;
}

@media (min-width: 900px) {
  /* line 298, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__input--number {
    width: 100%;
    margin: -2px 0;
  }
}

/* line 308, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input--error {
  border-color: #f62d19;
}

/* line 310, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input--error:active, .pwrk-frm__input--error:focus {
  border-color: #f62d19;
}

/* line 314, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list {
  padding: 9px 15px;
}

/* line 316, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list:focus-within {
  border-color: #636e78 !important;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -ms-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

/* line 320, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list .pwrk-frm__input, .pwrk-frm__input-list .trix__wrapper {
  border: none !important;
  padding: 3px 0 !important;
}

/* line 324, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list .pwrk-frm__block {
  margin: 6px 0 0;
}

/* line 327, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list .trix__wrapper {
  border: none !important;
  padding: 0 !important;
  margin-bottom: -6px;
}

/* line 332, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list trix-editor {
  /* stylelint-disable-line */
  padding: 0 0 21px !important;
  min-height: 120px !important;
}

/* line 336, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list trix-toolbar {
  /* stylelint-disable-line */
  margin: 0 -15px;
  width: calc(100% + 24px) !important;
}

/* line 341, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__input-list--sml trix-editor {
  /* stylelint-disable-line */
  min-height: 45px !important;
}

/* line 349, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--w-input-borders input, .pwrk-frm--w-input-borders textarea {
  border: 1px solid #b6bfc9;
}

/* line 355, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--item-added .pwrk-frm__item:last-child {
  -o-animation: item-fade 0.5s ease-in 1;
  -moz-animation: item-fade 0.5s ease-in 1;
  -webkit-animation: item-fade 0.5s ease-in 1;
  animation: item-fade 0.5s ease-in 1;
}

/* line 360, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm textarea {
  word-break: break-all;
  resize: none;
  line-height: 24px;
}

/* line 366, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm select {
  padding: 6px 32px 6px 15px;
  cursor: pointer;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm select.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm select:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm select::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm select::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 373, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm select::-ms-expand {
  display: none;
  /* hide the default arrow in ie11 */
}

/* line 379, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .field_with_errors input, .pwrk-frm .field_with_errors textarea, .pwrk-frm .field_with_errors select {
  border-color: #f62d19;
}

/* line 384, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__error-msg {
  display: block;
  color: #f62d19;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  margin-left: 9px;
}

/* line 391, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__error-msg li {
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
}

/* line 400, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals {
  font-size: 15px;
  padding: 30px;
}

/* line 403, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals .pwrk-frm__block {
  text-align: right;
  margin-bottom: 9px;
}

/* line 407, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals .btn__add {
  padding-top: 0;
}

/* line 410, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-label {
  text-align: left;
  display: inline-block;
}

/* line 413, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-label--cis {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 416, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-label--cis div {
  display: inline-block;
  margin-right: 6px;
}

/* line 420, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-label--cis select.pwrk-frm__input {
  display: inline-block;
  width: 80px;
  margin-right: 3px;
}

/* line 427, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-value {
  display: inline-block;
  text-align: right;
  width: 210px;
}

/* line 432, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-discount {
  position: relative;
}

/* line 434, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-discount .discount__input {
  min-height: 24px;
  position: absolute;
  top: -5px;
  left: -116px;
}

/* line 440, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-discount .pwrk-frm__input {
  width: 75px;
}

/* line 444, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-discount .input--percentage input {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  font-size: 15px;
  line-height: 21px;
  padding: 6px 24px 6px 9px;
}

/* line 452, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals-discount .input--percentage:after {
  top: 5px;
  right: 6px;
  font-size: 15px;
  color: #636e78;
}

/* line 460, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__totals select {
  padding: 6px 24px 6px 9px;
  border: 1px solid #d8dfe7;
  -webkit-text-fill-color: #3d4b59;
  color: #3d4b59;
  opacity: 1;
  background-color: white;
  background-position: right 6px top 13px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 9px;
  background-repeat: no-repeat;
}

/* line 474, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__grand-total {
  margin-top: 15px;
}

/* line 476, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__grand-total .pwrk-frm__totals-label, .pwrk-frm__grand-total .pwrk-frm__totals-value {
  font-weight: bold;
  font-size: 21px;
}

/* line 482, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__reverse-charge-checkbox {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* line 486, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__reverse-charge-checkbox .pwrk-frm__label {
  font-weight: normal;
  color: #3d4b59;
}

/* line 490, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__reverse-charge-checkbox .frm__checkbox:not(:checked) + label:before {
  border-color: #d8dfe7;
}

/* line 498, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__save {
  position: fixed;
  text-align: left;
  padding: 6px 0;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  margin: 0;
  min-height: auto;
  border: none;
  z-index: 3;
}

@media (min-width: 900px) {
  /* line 498, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save {
    text-align: center;
    top: auto;
    bottom: 0;
    background: #e9eff7;
    min-height: 54px;
    padding: 12px 0;
  }
}

/* line 518, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__save-submit {
  position: absolute;
  top: 9px;
  right: 12px;
  padding: 6px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  min-width: 18px;
  color: white;
  background: #028b67;
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 518, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save-submit {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin: 3px 0;
    padding: 12px 36px;
    font-size: 21px;
    color: white;
    background: #028b67;
    border: 1px solid #028b67;
    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;
  }
  /* line 544, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save-submit:hover {
    background: #027e5e;
  }
}

/* line 549, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__save-template {
  padding: 6px 0;
  margin: 3px 18px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #0056a4;
  background: white;
  border: none;
}

@media (min-width: 900px) {
  /* line 549, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save-template {
    display: inline-block;
    margin: 3px 0 3px 18px;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 21px;
    min-width: 18px;
    color: #3d4b59;
    background: transparent;
    border: 1px solid #b6bfc9;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -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;
  }
}

/* line 573, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__save-discard {
  padding: 6px 0;
  margin: 3px 18px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #0056a4;
  background: white;
  border: none;
}

@media (min-width: 900px) {
  /* line 573, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save-discard {
    display: inline-block;
    margin: 3px 0 3px 18px;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 21px;
    min-width: 18px;
    color: #3d4b59;
    background: transparent;
    border: 1px solid #b6bfc9;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -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;
  }
  /* line 595, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__save-discard:hover {
    background: none;
  }
}

/* line 603, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__errors .pwrk-frm__error {
  padding: 12px 18px;
  margin-bottom: 9px;
  color: #f62d19;
  background: rgba(244, 209, 209, 0.25);
  font-weight: bold;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 603, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm__errors .pwrk-frm__error {
    margin-top: -12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 619, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--jagged-btm {
  padding: 45px 36px;
  min-height: 300px;
  margin-bottom: 60px;
}

/* line 623, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--jagged-btm:before {
  content: "";
  width: 94%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 2%;
  z-index: -1;
  box-shadow: 0 6px 40px #b6bfc9;
}

/* line 634, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--jagged-btm:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0px;
  height: 120px;
  background: linear-gradient(105deg, transparent 75%, #ffffff 75%) 0 50%, linear-gradient(75deg, transparent 75%, #ffffff 75%) 0 50%;
  background: -moz-linear-gradient(105deg, transparent 75%, #ffffff 75%) 0 50%, -moz-linear-gradient(75deg, transparent 75%, #ffffff 75%) 0 50%;
  background: -webkit-linear-gradient(105deg, transparent 75%, #ffffff 75%) 0 50%, -webkit-linear-gradient(75deg, transparent 75%, #ffffff 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 120px 120px, 120px 120px;
}

/* line 649, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--jagged-top {
  padding: 45px 36px;
  min-height: 260px;
}

/* line 652, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--jagged-top:before {
  content: "";
  width: 94%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 2%;
  z-index: -1;
  box-shadow: 0 -6px 40px #b6bfc9;
}

/* line 663, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--jagged-top:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0px;
  height: 120px;
  background: linear-gradient(-75deg, transparent 75%, #ffffff 75%) 62% 0, linear-gradient(-105deg, transparent 75%, #ffffff 75%) 62% 0;
  background: -moz-linear-gradient(-75deg, transparent 75%, #ffffff 75%) 62% 0, -moz-linear-gradient(-105deg, transparent 75%, #ffffff 75%) 62% 0;
  background: -webkit-linear-gradient(-75deg, transparent 75%, #ffffff 75%) 62% 0, -webkit-linear-gradient(-105deg, transparent 75%, #ffffff 75%) 62% 0;
  background-repeat: repeat-x;
  background-size: 120px 120px, 120px 120px;
}

/* line 679, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .help-prompt {
  margin: 9px 24px;
}

@media (min-width: 900px) {
  /* line 679, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm .help-prompt {
    margin: 12px 0;
  }
}

/* Trix styling */
/* line 690, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix__wrapper, .pwrk-frm__item--dragging .trix__wrapper, .price-list-frm .trix__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-word;
}

/* line 694, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix__wrapper:focus-within, .pwrk-frm__item--dragging .trix__wrapper:focus-within, .price-list-frm .trix__wrapper:focus-within {
  border: 1px solid #636e78;
  background-color: white;
}

/* line 697, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix__wrapper:focus-within trix-toolbar, .pwrk-frm__item--dragging .trix__wrapper:focus-within trix-toolbar, .price-list-frm .trix__wrapper:focus-within trix-toolbar {
  /* stylelint-disable-line */
  opacity: 1;
  background-color: white;
  border-bottom: none;
  border-top-color: #d8dfe7;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -ms-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 705, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix__wrapper:focus-within trix-editor, .pwrk-frm__item--dragging .trix__wrapper:focus-within trix-editor, .price-list-frm .trix__wrapper:focus-within trix-editor {
  /* stylelint-disable-line */
  color: #3d4b59;
  background-color: white;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* line 713, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-toolbar, .pwrk-frm__item--dragging trix-toolbar, .price-list-frm trix-toolbar {
  /* stylelint-disable-line */
  order: 2;
  position: -webkit-sticky;
  position: sticky;
  bottom: 56px;
  width: 100%;
  height: 33px;
  opacity: 0;
  margin-bottom: 1px;
  border-top: 1px solid white;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -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;
}

@media (min-width: 900px) {
  /* line 713, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm trix-toolbar, .pwrk-frm__item--dragging trix-toolbar, .price-list-frm trix-toolbar {
    bottom: 80px;
  }
}

/* line 729, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-toolbar .trix-button-group .trix-button, .pwrk-frm__item--dragging trix-toolbar .trix-button-group .trix-button, .price-list-frm trix-toolbar .trix-button-group .trix-button {
  width: 33px;
  height: 33px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 734, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-toolbar .trix-button-group .trix-button--icon:before, .pwrk-frm__item--dragging trix-toolbar .trix-button-group .trix-button--icon:before, .price-list-frm trix-toolbar .trix-button-group .trix-button--icon:before {
  top: 10px;
  left: 10px;
  width: 13px;
  height: 13px;
  -webkit-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -moz-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -o-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
}

/* line 741, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-toolbar .trix-button-group .trix-button--icon.trix-active, .pwrk-frm__item--dragging trix-toolbar .trix-button-group .trix-button--icon.trix-active, .price-list-frm trix-toolbar .trix-button-group .trix-button--icon.trix-active {
  border: 3px solid white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 744, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-toolbar .trix-button-group .trix-button--icon.trix-active:before, .pwrk-frm__item--dragging trix-toolbar .trix-button-group .trix-button--icon.trix-active:before, .price-list-frm trix-toolbar .trix-button-group .trix-button--icon.trix-active:before {
  top: 7px;
  left: 7px;
  width: 13px;
  height: 13px;
}

/* line 756, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-editor, .pwrk-frm__item--dragging trix-editor, .price-list-frm trix-editor {
  /* stylelint-disable-line */
  order: 1;
  width: 100%;
  min-height: 93px;
  padding: 9px 12px 12px;
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
  background: transparent;
  -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;
}

/* line 766, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm trix-editor:empty:not(:focus)::before, .pwrk-frm__item--dragging trix-editor:empty:not(:focus)::before, .price-list-frm trix-editor:empty:not(:focus)::before {
  color: #8f919d;
}

/* line 772, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix-content *, .pwrk-frm__item--dragging .trix-content *, .price-list-frm .trix-content * {
  font-size: 1.0em;
  line-height: 1.6em;
}

/* line 776, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix-content > div, .pwrk-frm__item--dragging .trix-content > div, .price-list-frm .trix-content > div {
  margin-bottom: 9px;
}

/* line 779, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix-content > div:last-of-type, .pwrk-frm__item--dragging .trix-content > div:last-of-type, .price-list-frm .trix-content > div:last-of-type {
  margin-bottom: 0;
}

/* line 782, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm .trix-content ul, .pwrk-frm .trix-content ol, .pwrk-frm__item--dragging .trix-content ul, .pwrk-frm__item--dragging .trix-content ol, .price-list-frm .trix-content ul, .price-list-frm .trix-content ol {
  margin-left: 18px;
  margin-bottom: 0;
}

/* Section dragging */
/* line 790, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__item--dragging {
  background: #e9eff7;
}

/* line 792, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__item--dragging select {
  background: transparent !important;
}

/* line 795, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__item--dragging .trix__wrapper {
  border: none;
}

/* line 797, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm__item--dragging .trix__wrapper trix-editor {
  /* stylelint-disable-line */
  background: transparent;
}

/* Skeleton loading screen */
/* line 805, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-skeleton--bone, .pwrk-skeleton__item-1, .pwrk-skeleton__to, .pwrk-skeleton__date, .pwrk-skeleton__ref, .pwrk-skeleton__title {
  position: absolute;
  left: 21px;
  top: 0;
  width: 85%;
  height: 35px;
  background: #e9eff7;
  animation: skeleton-loading 1.75s infinite;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 805, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-skeleton--bone, .pwrk-skeleton__item-1, .pwrk-skeleton__to, .pwrk-skeleton__date, .pwrk-skeleton__ref, .pwrk-skeleton__title {
    left: 62px;
    width: 120px;
  }
}

/* line 819, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-skeleton__title {
  top: 38px;
  height: 44px;
}

@media (min-width: 900px) {
  /* line 819, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-skeleton__title {
    top: 62px;
    left: 62px;
    width: 292px;
  }
}

/* line 829, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-skeleton__ref {
  top: 114px;
}

@media (min-width: 900px) {
  /* line 829, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-skeleton__ref {
    top: 140px;
  }
}

/* line 836, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-skeleton__date {
  top: 191px;
}

@media (min-width: 900px) {
  /* line 836, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-skeleton__date {
    top: 140px;
    left: 235px;
  }
}

/* line 844, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-skeleton__to {
  top: 259px;
}

@media (min-width: 900px) {
  /* line 844, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-skeleton__to {
    top: 140px;
    left: 405px;
    width: 243px;
  }
}

/* line 853, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-skeleton__item-1 {
  opacity: 0;
}

@media (min-width: 900px) {
  /* line 853, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-skeleton__item-1 {
    opacity: 1;
    top: 396px;
    width: 50%;
  }
}

/* line 864, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 900px) {
  /* line 864, app/assets/stylesheets/paperwork/paperwork-form.scss */
  .pwrk-frm--plain {
    padding: 30px 30px 120px;
    min-height: 1060px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

/* line 872, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain .pwrk-frm__section {
  border: 1px solid #e9eff7;
  margin-bottom: 15px;
}

/* line 875, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain .pwrk-frm__section input, .pwrk-frm--plain .pwrk-frm__section select, .pwrk-frm--plain .pwrk-frm__section textarea, .pwrk-frm--plain .pwrk-frm__section .trix__wrapper, .pwrk-frm--plain .pwrk-frm__section .pwrk-frm__input--pseudo {
  border: 1px solid #d8dfe7;
  color: #3d4b59;
  background: white;
  opacity: 1;
}

/* line 881, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain .pwrk-frm__section select {
  background-color: white;
  background-position: left 12px top 10px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 9px;
  background-repeat: no-repeat;
}

/* line 888, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain .pwrk-frm__section trix-editor {
  /* stylelint-disable-line */
  color: #3d4b59;
  background-color: rgba(255, 255, 255, 0);
}

/* line 892, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain .pwrk-frm__section .pwrk-frm__label {
  color: #3d4b59;
}

/* line 895, app/assets/stylesheets/paperwork/paperwork-form.scss */
.pwrk-frm--plain .pwrk-frm__section .pwrk-frm__input--pseudo {
  -webkit-text-fill-color: #3d4b59;
}
@charset "UTF-8";
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item {
  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;
  flex: 1;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 10, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item .btn {
  opacity: 0;
  color: #636e78;
  margin-right: 6px;
}

@media (max-width: 599px) {
  /* line 10, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item .btn {
    opacity: 1;
    background: white;
    border: 1px solid #d8dfe7;
  }
}

/* line 19, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item .btn.active {
  opacity: 1;
  background: white;
  border: 1px solid #0d478d;
  color: #0d478d;
}

/* line 28, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .btn, .pwrk-frm__item:hover .btn, .pwrk-frm__item:active .btn {
  opacity: 1;
}

@media (max-width: 599px) {
  /* line 28, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item:focus-within .btn, .pwrk-frm__item:hover .btn, .pwrk-frm__item:active .btn {
    background: #e9eff7;
    border: 1px solid #b6bfc9;
  }
}

/* line 34, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .btn.active, .pwrk-frm__item:hover .btn.active, .pwrk-frm__item:active .btn.active {
  background: white;
  border: 1px solid #0d478d;
  color: #0d478d;
}

/* line 39, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .btn:disabled, .pwrk-frm__item:hover .btn:disabled, .pwrk-frm__item:active .btn:disabled {
  opacity: 0.8;
  background: transparent;
  color: rgba(99, 110, 120, 0.5);
  border: 1px solid #b6bfc9;
}

/* line 46, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .input--currency::after, .pwrk-frm__item:hover .input--currency::after, .pwrk-frm__item:active .input--currency::after {
  color: #3d4b59;
}

/* line 50, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .pwrk-frm__item-price label, .pwrk-frm__item:focus-within .pwrk-frm__item-price-value, .pwrk-frm__item:focus-within .pwrk-frm__item-price-input input, .pwrk-frm__item:hover .pwrk-frm__item-price label, .pwrk-frm__item:hover .pwrk-frm__item-price-value, .pwrk-frm__item:hover .pwrk-frm__item-price-input input, .pwrk-frm__item:active .pwrk-frm__item-price label, .pwrk-frm__item:active .pwrk-frm__item-price-value, .pwrk-frm__item:active .pwrk-frm__item-price-input input {
  color: #3d4b59;
}

/* line 55, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .pwrk-frm__item-total label, .pwrk-frm__item:focus-within .pwrk-frm__item-total-value, .pwrk-frm__item:hover .pwrk-frm__item-total label, .pwrk-frm__item:hover .pwrk-frm__item-total-value, .pwrk-frm__item:active .pwrk-frm__item-total label, .pwrk-frm__item:active .pwrk-frm__item-total-value {
  color: #636e78;
}

/* line 58, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .pwrk-frm__item-total-select select, .pwrk-frm__item:hover .pwrk-frm__item-total-select select, .pwrk-frm__item:active .pwrk-frm__item-total-select select {
  background-position: left 12px top 13px;
  background-size: 9px;
}

/* line 64, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item:focus-within .link--modal .pwrk-frm__item-price label, .pwrk-frm__item:focus-within .link--modal .pwrk-frm__item-price-value, .pwrk-frm__item:hover .link--modal .pwrk-frm__item-price label, .pwrk-frm__item:hover .link--modal .pwrk-frm__item-price-value, .pwrk-frm__item:active .link--modal .pwrk-frm__item-price label, .pwrk-frm__item:active .link--modal .pwrk-frm__item-price-value {
  color: #0056a4;
}

/* line 70, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item--dragging {
  border: 1px solid #e9eff7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 0 18px #b6bfc9;
  -moz-box-shadow: 0 0 18px #b6bfc9;
  box-shadow: 0 0 18px #b6bfc9;
}

/* line 76, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-desc {
  position: relative;
}

@media (min-width: 900px) {
  /* line 76, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-desc {
    flex: 1;
    margin-right: 45px;
  }
}

/* line 82, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-desc .trix__wrapper {
  min-height: 120px;
}

@media (min-width: 900px) {
  /* line 82, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-desc .trix__wrapper {
    min-height: 160px;
  }
}

/* line 90, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item .pwrk-frm__input--title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__item .pwrk-frm__input--title.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__item .pwrk-frm__input--title:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__item .pwrk-frm__input--title::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.pwrk-frm__item .pwrk-frm__input--title::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 100, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-options {
  margin-top: 6px;
}

/* line 103, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-options .btn__group-item:first-child button {
  border-left: 1px solid #b6bfc9;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}

/* line 107, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-options .btn__group-item button {
  border-left: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-clip: padding-box;
}

/* line 112, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-options .btn__group-item:last-child button {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background-clip: padding-box;
}

/* line 118, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search {
  position: absolute;
  overflow: auto;
  left: 0;
  cursor: default;
  z-index: 100;
  background: white;
  width: 99%;
  min-width: 300px;
  max-height: 300px;
  border: 1px solid #b6bfc9;
  -webkit-box-shadow: 0 1px 6px #b6bfc9;
  -moz-box-shadow: 0 1px 6px #b6bfc9;
  box-shadow: 0 1px 6px #b6bfc9;
  -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;
}

/* line 131, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search a {
  display: block;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #e9eff7;
}

/* line 136, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search a:hover {
  background: rgba(255, 240, 204, 0.5);
}

/* line 139, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search a.autocomplete--highlighted {
  background: #fff0cc;
}

/* line 142, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search a.autocomplete--highlighted .autocomplete__title:after {
  content: "↩";
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

/* line 151, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search .autocomplete__title {
  display: block;
  font-size: 15px;
  color: #3d4b59;
  line-height: 22px;
}

/* line 157, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search .autocomplete__price {
  float: right;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  color: #3d4b59;
}

/* line 164, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search .autocomplete__description {
  display: block;
  font-size: 13px;
  color: #636e78;
  line-height: 16px;
  margin-right: 90px;
}

/* line 171, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search .autocomplete__product_code {
  display: block;
  font-size: 13px;
  color: #636e78;
  line-height: 16px;
}

/* line 177, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-search .autocomplete__highlight {
  font-weight: bold;
}

/* line 182, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-amounts {
  margin: 18px 15px 0 0;
  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: 1;
}

@media (min-width: 900px) {
  /* line 182, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-amounts {
    display: block;
    max-width: 33%;
    margin-top: 0;
  }
}

/* line 192, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-amounts .link--modal {
  border: none;
  background: none;
  text-decoration: none;
  font-size: 15px;
  padding: 0;
  margin: 0;
  color: #8f919d;
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-amounts .link--modal label {
  cursor: pointer;
}

/* line 204, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-amounts .link--modal:active, .pwrk-frm__item-amounts .link--modal:focus {
  outline: none;
}

/* line 210, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-prices {
  flex: 1;
  max-width: 48%;
}

@media (min-width: 900px) {
  /* line 210, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-prices {
    flex: none;
    max-width: 100%;
  }
}

/* line 219, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-totals {
  flex: 1;
  max-width: 48%;
}

@media (min-width: 900px) {
  /* line 219, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-totals {
    flex: none;
    max-width: 100%;
    margin-top: 18px;
  }
}

/* line 229, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price, .pwrk-frm__item-total {
  margin-bottom: 6px;
}

/* line 231, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price label, .pwrk-frm__item-total label {
  width: auto;
  display: block;
  font-size: 15px;
  text-align: left;
  align-self: center;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 231, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-price label, .pwrk-frm__item-total label {
    width: 196px;
    display: inline-block;
    line-height: 24px;
  }
}

/* line 246, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price {
  display: block;
}

@media (min-width: 900px) {
  /* line 246, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-price {
    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;
    justify-content: flex-end;
  }
}

/* line 253, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price-value, .pwrk-frm__item-price-input {
  display: block;
  width: auto;
  text-align: left;
  font-size: 15px;
  padding: 0;
}

@media (min-width: 900px) {
  /* line 253, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-price-value, .pwrk-frm__item-price-input {
    display: inline-block;
    width: 210px;
  }
}

@media (min-width: 900px) {
  /* line 264, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-price-input {
    margin-right: -12px;
  }
}

/* line 268, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price-input input {
  text-align: right;
  font-size: 15px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 268, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-price-input input {
    padding-top: 6px;
    padding-bottom: 6px;
    margin: -2px 0;
  }
}

/* line 280, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price .input--currency input {
  padding-left: 24px;
}

/* line 283, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-price .input--currency::after {
  top: 9px;
  left: 12px;
  font-size: 15px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 283, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-price .input--currency::after {
    top: 3px;
  }
}

@media (min-width: 900px) {
  /* line 295, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-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;
    justify-content: flex-end;
  }
}

/* line 301, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 301, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total label {
    text-align: left;
  }
  /* line 307, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total label .pwrk-frm__item-total-label {
    flex: 1;
    align-self: center;
  }
  /* line 311, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total label .pwrk-frm__input {
    align-self: flex-end;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  /* line 316, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total label select {
    margin-left: 6px;
    padding: 3px 18px 3px 9px;
    background-position: right 6px top 9px;
    background-image: url(/assets/icons/arrow-down-a9da961ba5763f2b0faffc149eb75e11fe201c2896f94932caf4c4f05dd042ac.svg);
    background-size: 7px;
    background-repeat: no-repeat;
  }
}

/* line 326, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total-value, .pwrk-frm__item-total-select, .pwrk-frm__item-total-qty {
  display: block;
  font-size: 15px;
  color: #8f919d;
  text-align: right;
  min-height: 35px;
}

@media (min-width: 900px) {
  /* line 326, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total-value, .pwrk-frm__item-total-select, .pwrk-frm__item-total-qty {
    display: inline-block;
    width: 210px;
    min-height: auto;
    padding: 0;
  }
}

/* line 339, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total-value {
  padding: 3px 0;
}

@media (min-width: 900px) {
  /* line 339, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total-value {
    padding: 0;
  }
}

/* line 345, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total-select {
  margin-right: -12px;
}

/* line 347, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total-select select {
  padding: 9px 9px 9px 42px;
  border: 1px solid #d8dfe7;
  line-height: 21px;
  color: #8f919d;
  text-align-last: right;
  margin-bottom: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 347, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total-select select {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}

/* line 361, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total-select select:active, .pwrk-frm__item-total-select select:focus {
  outline: none;
  background-position: left 12px center;
  border: 1px solid #636e78;
}

/* line 368, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total-qty {
  flex: 1;
}

@media (min-width: 900px) {
  /* line 368, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
  .pwrk-frm__item-total-qty {
    flex: auto;
    margin-right: -12px;
  }
}

/* line 376, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item-total--bold, .pwrk-frm__item-total--bold label {
  font-weight: bold;
  color: #636e78;
}

/* line 383, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item--sample {
  width: auto;
  position: relative;
}

/* line 386, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item--sample p {
  margin: 30px 36px 0;
  color: #1c827f;
  font-size: 15px;
}

/* line 394, app/assets/stylesheets/paperwork/paperwork-form-items.scss */
.pwrk-frm__item--heading {
  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;
  flex: 1;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/paperwork/items.scss */
.show-work-items__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(61, 75, 89, 0.1);
}

/* line 8, app/assets/stylesheets/paperwork/items.scss */
.show-work-items__item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* line 14, app/assets/stylesheets/paperwork/items.scss */
.show-work-items__optional-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 9px;
  border: 1px solid rgba(61, 75, 89, 0.4);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@charset "UTF-8";
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@keyframes material-row-fade {
  0% {
    opacity: 0;
    background-color: #d8dfe7;
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 15, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table {
  width: 100%;
  margin: 18px 0;
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table {
    margin: 36px -6px 24px;
  }
}

/* line 22, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-table__row {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 25, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-table__row--empty .m-table__input--qty, .m-table .m-table__row--empty .m-table__input--price,
.m-table .m-table__row--empty .m-table__input--units, .m-table .m-table__row--empty .m-table__cell--total {
  color: #8f919d;
  font-weight: normal;
}

/* line 33, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline {
  position: absolute;
  display: block;
  left: -6px;
  z-index: 10;
  box-sizing: border-box;
  background: white;
  min-width: 100%;
  list-style-type: none;
  border: 1px solid #3d4b59;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -moz-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
}

@media (min-width: 900px) {
  /* line 33, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table .m-search-inline {
    left: 0;
  }
}

/* line 49, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline:empty {
  border: none;
}

/* line 52, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline li {
  line-height: 21px;
  border-bottom: 1px solid #d8dfe7;
  overflow: hidden;
}

/* line 56, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline li:first-of-type {
  -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;
}

/* line 59, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline li:last-of-type {
  border-bottom: 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;
}

/* line 63, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline li:hover, .m-table .m-search-inline li:focus {
  background: #e9eff7;
}

/* line 67, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline__item {
  cursor: pointer;
  display: block;
  padding: 9px;
}

/* line 71, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline__item--meta {
  display: block;
  font-size: 13px;
  line-height: 18px;
  min-height: 18px;
  color: #636e78;
}

/* line 78, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline__item--title {
  display: block;
  padding-right: 90px;
  font-size: 15px;
  color: #002d4f;
}

/* line 84, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline__item--price {
  font-size: 15px;
  color: #002d4f;
  float: right;
  text-align: right;
}

/* line 90, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline__item--selected {
  background: rgba(255, 240, 204, 0.5);
}

/* line 92, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table .m-search-inline__item--selected .m-search-inline__item--title:after {
  content: "↩";
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

/* line 103, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table--row-added .m-table__row:last-child {
  -o-animation: material-row-fade 0.5s ease-in 1;
  -moz-animation: material-row-fade 0.5s ease-in 1;
  -webkit-animation: material-row-fade 0.5s ease-in 1;
  animation: material-row-fade 0.5s ease-in 1;
}

/* line 109, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row {
  z-index: 9;
  margin: 0 -33px;
  padding: 12px 24px;
  border-bottom: 1px solid #e9eff7;
  background: white;
  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;
}

@media (min-width: 900px) {
  /* line 109, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__row {
    border-bottom: none;
    margin: 0 -24px;
    padding: 6px 24px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 125, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within, .m-table__row:hover {
  background: #e9eff7;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* line 128, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within .m-table__cell:before, .m-table__row:hover .m-table__cell:before {
  color: #8f919d;
}

/* line 131, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within .m-table__input, .m-table__row:hover .m-table__input {
  background-color: white;
  border: 1px solid #d8dfe7;
}

/* line 134, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within .m-table__input--units, .m-table__row:hover .m-table__input--units {
  background-position: right 12px top 16px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-color: white;
}

/* line 142, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within .m-table__row-drag-handle, .m-table__row:hover .m-table__row-drag-handle {
  display: none;
}

@media (min-width: 900px) {
  /* line 142, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__row:focus-within .m-table__row-drag-handle, .m-table__row:hover .m-table__row-drag-handle {
    display: block;
  }
}

/* line 148, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within .m-table__input--qty, .m-table__row:focus-within .m-table__input--price,
.m-table__row:focus-within .m-table__input--units, .m-table__row:focus-within .m-table__cell--total, .m-table__row:hover .m-table__input--qty, .m-table__row:hover .m-table__input--price,
.m-table__row:hover .m-table__input--units, .m-table__row:hover .m-table__cell--total {
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 152, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__row:focus-within .m-table__cell--actions, .m-table__row:hover .m-table__cell--actions {
    opacity: 1;
  }
}

/* line 156, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row:focus-within .m-table__cell--actions .btn, .m-table__row:hover .m-table__cell--actions .btn {
  background: #e9eff7;
}

/* line 161, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row--highlight {
  background: #e9eff7;
  margin-bottom: 3px;
}

/* line 164, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row--highlight .m-table__input {
  background-color: white;
  border: 1px solid #d8dfe7;
}

/* line 167, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row--highlight .m-table__input--units {
  background-position: right 12px top 16px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-color: white;
}

/* line 176, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row-drag-handle {
  display: none;
}

@media (min-width: 900px) {
  /* line 176, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__row-drag-handle {
    display: none;
    position: absolute;
    left: -36px;
    top: -9px;
    padding: 12px;
    cursor: pointer;
  }
}

/* line 187, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__row--dragging {
  background: #e9eff7;
  -webkit-box-shadow: 0 0 18px 0 #b6bfc9;
  -moz-box-shadow: 0 0 18px 0 #b6bfc9;
  box-shadow: 0 0 18px 0 #b6bfc9;
}

/* line 193, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__head {
  display: none;
}

@media (min-width: 900px) {
  /* line 193, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__head {
    z-index: 10;
    position: sticky;
    top: 86px;
    padding-bottom: 15px;
    background: white;
    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;
  }
}

/* line 204, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__head .m-table__cell {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

/* line 209, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__head .m-table__cell--title {
  text-align: left;
}

/* line 212, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__head .m-table__cell--total {
  text-align: right;
}

/* line 218, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell {
  flex: 1;
  position: relative;
  align-self: center;
  padding: 3px 0;
}

@media (min-width: 900px) {
  /* line 218, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell {
    margin: 0 6px;
    padding: 0;
  }
}

/* line 227, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell:before {
  content: attr(data-label);
  position: absolute;
  top: 9px;
  left: 7px;
  z-index: 1;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 227, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell:before {
    content: "";
  }
}

/* line 243, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--action-row {
  flex-basis: 100%;
  padding-top: 3px;
}

/* line 247, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--multiple {
  box-sizing: border-box;
  max-width: 102px !important;
  background: #fffecc;
}

@media (min-width: 900px) {
  /* line 247, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--multiple {
    margin-left: 18px;
    outline: 13px solid #fffecc;
  }
}

/* line 255, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--multiple:before {
  background: #fffecc;
}

/* line 259, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--title {
  min-width: 100%;
  display: block;
}

@media (min-width: 900px) {
  /* line 259, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--title {
    min-width: auto;
    display: inline-block;
  }
}

@media (min-width: 900px) {
  /* line 266, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--title:before {
    margin-left: 6px;
  }
}

/* line 272, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--qty {
  min-width: 60px;
}

@media (min-width: 900px) {
  /* line 272, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--qty {
    max-width: 60px;
  }
}

/* line 277, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--qty--sml {
  min-width: 40px;
}

@media (min-width: 900px) {
  /* line 277, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--qty--sml {
    max-width: 60px;
  }
}

/* line 284, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--units {
  min-width: 60px;
  padding-right: 6px;
}

@media (min-width: 900px) {
  /* line 284, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--units {
    max-width: 90px;
    padding-right: 0;
  }
}

/* line 291, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--units select {
  background-color: white;
  background-position: right 9px top 18px;
  background-image: url(/assets/icons/arrow-down--bold-031531f5f8ae56bdbdb679b56b9a7352b68025588c6775fc4a4ec91823592715.svg);
  background-size: 9px;
  background-repeat: no-repeat;
}

/* line 299, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--price {
  min-width: 90px;
  padding-right: 6px;
}

@media (min-width: 900px) {
  /* line 299, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--price {
    max-width: 120px;
    padding-right: 0;
  }
}

/* line 307, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--price .input--currency:after {
  left: 8px;
  top: 7px;
  font-size: 15px;
}

@media (max-width: 899px) {
  /* line 307, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--price .input--currency:after {
    top: 22px;
  }
}

/* line 315, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--price .input--currency:focus-within:after {
  color: #3d4b59;
}

/* line 320, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--markup {
  min-width: 70px;
}

@media (min-width: 900px) {
  /* line 320, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--markup {
    max-width: 90px;
  }
}

/* line 325, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--markup--sml {
  min-width: 70px;
  max-width: 70px;
}

/* line 330, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--markup .input--percentage:after {
  right: 8px;
  top: 7px;
  font-size: 15px;
}

@media (max-width: 899px) {
  /* line 330, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--markup .input--percentage:after {
    top: 22px;
  }
}

/* line 338, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--markup .input--percentage:focus-within:after {
  color: #3d4b59;
}

/* line 343, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--total {
  min-width: 50%;
  text-align: left;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* line 343, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--total {
    min-width: auto;
    max-width: 120px;
    text-align: right;
  }
}

/* line 352, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--total:before {
  position: relative;
  top: 6px;
  left: 0;
}

/* line 358, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--actions {
  opacity: 1;
  text-align: right;
}

@media (min-width: 900px) {
  /* line 358, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--actions {
    opacity: 0;
    max-width: 90px;
  }
}

/* line 365, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--actions .btn {
  margin: 0 6px;
  background: white;
}

@media (min-width: 900px) {
  /* line 365, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__cell--actions .btn {
    margin: 0 3px;
    background: inherit;
  }
}

/* line 373, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__cell--actions .btn:disabled {
  background: transparent;
  border-color: #13a538;
}

/* line 380, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input {
  -webkit-appearance: none;
  padding: 9px 12px;
  background: transparent;
  color: #3d4b59;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (max-width: 899px) {
  /* line 380, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__input {
    padding: 24px 12px 9px;
  }
}

/* line 389, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input:active, .m-table__input:focus {
  border: 1px solid #3d4b59 !important;
}

/* line 392, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--title {
  font-weight: bold;
  margin: 0 -6px;
  font-size: 16px;
}

@media (min-width: 900px) {
  /* line 392, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__input--title {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
  }
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.m-table__input--title.placeholder {
  font-weight: normal;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.m-table__input--title:-moz-placeholder {
  font-weight: normal;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.m-table__input--title::-moz-placeholder {
  font-weight: normal;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.m-table__input--title::-webkit-input-placeholder {
  font-weight: normal;
}

/* line 405, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--qty {
  text-align: left;
  margin: 0 0 0 -6px;
}

@media (min-width: 900px) {
  /* line 405, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__input--qty {
    text-align: center;
    margin: 0;
  }
}

/* line 413, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--units {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

@media (min-width: 900px) {
  /* line 413, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__input--units {
    padding-right: 39px;
  }
}

/* line 420, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--price {
  text-align: left;
  padding-left: 18px;
}

@media (min-width: 900px) {
  /* line 420, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__input--price {
    text-align: right;
  }
}

/* line 427, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--markup {
  text-align: left;
  padding-right: 18px;
}

@media (min-width: 900px) {
  /* line 427, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__input--markup {
    text-align: right;
  }
}

/* line 433, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--markup[value="0"] {
  color: #8f919d;
}

/* line 437, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--total {
  display: inline-block;
  font-size: 15px;
  text-align: right;
}

/* line 441, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__input--total[value="0"], .m-table__input--total[value="0."], .m-table__input--total[value="0.0"], .m-table__input--total[value="0.00"] {
  color: #8f919d;
}

/* line 448, app/assets/stylesheets/paperwork/materials-panel.scss */
.m-table__totals {
  display: none;
}

@media (min-width: 900px) {
  /* line 448, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__totals {
    z-index: 10;
    display: flex;
    width: 100%;
    align-items: flex-end;
    position: sticky;
    bottom: -30px;
    margin: 12px 0 0;
    padding: 12px 96px 0 0;
    box-sizing: border-box;
    border-top: 1px solid #8f919d;
    background: white;
  }
  /* line 462, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__totals-filler {
    flex: 1;
  }
  /* line 465, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__totals-material {
    flex: 1;
    margin: 0 0 0 6px;
    padding: 3px 6px;
    width: 115px;
    min-width: 115px;
    max-width: 115px;
    font-size: 15px;
    text-align: right;
  }
  /* line 474, app/assets/stylesheets/paperwork/materials-panel.scss */
  .m-table__totals-material .t--sml {
    font-size: 12px;
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/paperwork/colour_scheme.scss */
.colour_scheme {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/paperwork/colour_scheme.scss */
.colour_scheme__colour {
  margin: 0 6px 6px 0;
  display: inline-block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 3px solid #fff;
}

/* line 19, app/assets/stylesheets/paperwork/colour_scheme.scss */
.colour_scheme__colour:after {
  content: "\00a0\00a0\00a0\00a0";
  /* Spaces */
}

/* line 23, app/assets/stylesheets/paperwork/colour_scheme.scss */
.colour_scheme__colour:hover,
.colour_scheme__colour--selected {
  border: 3px solid #fff;
  outline: none;
}

/* line 28, app/assets/stylesheets/paperwork/colour_scheme.scss */
.colour_scheme__colour--selected,
.colour_scheme__colour--selected:hover {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 1px 1px #3d4b59;
  -moz-box-shadow: 0 0 1px 1px #3d4b59;
  box-shadow: 0 0 1px 1px #3d4b59;
  outline: none;
}

/* line 34, app/assets/stylesheets/paperwork/colour_scheme.scss */
.colour_scheme__colour--selected:after {
  color: #636e78;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/modal.scss */
.simplemodal-container {
  z-index: 6;
  position: relative;
  box-sizing: border-box;
  background: white;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/modal.scss */
  .simplemodal-container {
    top: 0;
    height: 100%;
    padding: 18px 30px;
    max-width: auto;
    -webkit-box-shadow: 2px 2px 80px rgba(3, 3, 3, 0.3);
    -moz-box-shadow: 2px 2px 80px rgba(3, 3, 3, 0.3);
    box-shadow: 2px 2px 80px rgba(3, 3, 3, 0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 20, app/assets/stylesheets/modal.scss */
.simplemodal-container .simplemodal-close {
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 6px;
  width: 24px;
  height: 24px;
}

@media (min-width: 900px) {
  /* line 20, app/assets/stylesheets/modal.scss */
  .simplemodal-container .simplemodal-close {
    top: 6px;
    right: 6px;
  }
}

/* line 33, app/assets/stylesheets/modal.scss */
.simplemodal-container .simplemodal-close::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/icons/close-18c77febd304aea5f4f11bf5e3c0318942027c37dd2439a543068efde89e8848.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -moz-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  -o-filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
  filter: invert(64%) sepia(6%) saturate(560%) hue-rotate(194deg) brightness(91%) contrast(83%);
}

@media (min-width: 900px) {
  /* line 43, app/assets/stylesheets/modal.scss */
  .simplemodal-container .frm__input {
    width: 520px;
    min-width: 520px;
    max-width: 520px;
  }
  /* line 48, app/assets/stylesheets/modal.scss */
  .simplemodal-container .frm__input--short {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
  /* line 53, app/assets/stylesheets/modal.scss */
  .simplemodal-container .frm__input--med {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }
  /* line 58, app/assets/stylesheets/modal.scss */
  .simplemodal-container .frm__input.textarea--sml {
    width: 100%;
    min-width: 380px;
    max-width: 380px;
  }
}

/* line 65, app/assets/stylesheets/modal.scss */
.simplemodal-container .frm__submit {
  display: block;
}

@media (min-width: 900px) {
  /* line 68, app/assets/stylesheets/modal.scss */
  .simplemodal-container ul.tagit {
    width: 620px;
    min-width: 620px;
    max-width: 620px;
  }
}

/* line 77, app/assets/stylesheets/modal.scss */
.simplemodal-wrap {
  overflow: visible !important;
}

/* line 81, app/assets/stylesheets/modal.scss */
.simplemodal-overlay, .screen-overlay {
  z-index: 5;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 110%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* line 92, app/assets/stylesheets/modal.scss */
.simplemodal-overlay.hidden, .screen-overlay.hidden {
  display: none;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 5, app/assets/stylesheets/popup.scss */
.c-popup__header {
  padding: 21px 18px;
  border-bottom: 1px solid #d8dfe7;
}

@media (min-width: 900px) {
  /* line 5, app/assets/stylesheets/popup.scss */
  .c-popup__header {
    padding: 3px 21px 12px;
    margin: 0 -9px 9px;
  }
}

/* line 13, app/assets/stylesheets/popup.scss */
.c-popup__title {
  padding: 3px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

/* line 19, app/assets/stylesheets/popup.scss */
.c-popup__subtitle {
  padding: 3px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 19, app/assets/stylesheets/popup.scss */
  .c-popup__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/popup.scss */
  .c-popup__body--scroll {
    max-height: 255px;
    overflow-y: auto;
  }
}

/* line 37, app/assets/stylesheets/popup.scss */
.c-popup__amount {
  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: nowrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 3px 0;
}

/* line 48, app/assets/stylesheets/popup.scss */
.popup-container {
  position: relative;
}

/* line 50, app/assets/stylesheets/popup.scss */
.popup-container .popup {
  visibility: hidden;
  display: none;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -12px;
  right: 0;
  top: 12px;
  margin: 0;
  padding: 18px;
  z-index: 6;
  width: 87vw;
  max-width: 350px;
  background: white;
  color: #3d4b59;
  border: 4px solid #8f919d;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -moz-box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  box-shadow: 0 3px 18px 0 rgba(143, 145, 157, 0.6);
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 50, app/assets/stylesheets/popup.scss */
  .popup-container .popup {
    display: block;
    left: -16px;
    right: auto;
    top: 18px;
    width: auto;
    min-width: 350px;
  }
}

/* line 78, app/assets/stylesheets/popup.scss */
.popup-container .popup--open {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 21px;
}

@media (min-width: 900px) {
  /* line 78, app/assets/stylesheets/popup.scss */
  .popup-container .popup--open {
    top: 27px;
  }
}

/* line 89, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--green-0 {
  border-color: #00694d;
}

/* line 92, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--teal-2 {
  border-color: #51bcba;
}

/* line 95, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--purple-3 {
  border-color: #a171d0;
}

/* line 98, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--red-1 {
  border-color: #990000;
}

/* line 101, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--blue-1 {
  border-color: #0d478d;
}

/* line 104, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--yellow-2 {
  border-color: #ffc335;
}

/* line 107, app/assets/stylesheets/popup.scss */
.popup-container .popup__border--blue-3 {
  border-color: #4f8bd1;
}

/* line 112, app/assets/stylesheets/popup.scss */
.popup-container .popup--contact.icon {
  margin-left: 6px;
}

/* line 115, app/assets/stylesheets/popup.scss */
.popup-container .popup .c-popup {
  padding: 0;
}

/* line 118, app/assets/stylesheets/popup.scss */
.popup-container .popup__close {
  z-index: 6;
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 124, app/assets/stylesheets/popup.scss */
.popup-container .popup .c-container {
  padding: 0;
}

/* line 127, app/assets/stylesheets/popup.scss */
.popup-container .popup .page-heading {
  padding: 6px 0 12px;
}

/* line 129, app/assets/stylesheets/popup.scss */
.popup-container .popup .page-heading__title {
  font-size: 21px;
  line-height: 27px;
}

/* line 133, app/assets/stylesheets/popup.scss */
.popup-container .popup .page-heading__subtitle {
  font-size: 15px;
  line-height: 21px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/contacts.scss */
.contact__card {
  min-height: 96px;
}

/* line 6, app/assets/stylesheets/contacts.scss */
.contact__card h4 {
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 12, app/assets/stylesheets/contacts.scss */
.contact__card-sample-label {
  display: inline-block;
  background: rgba(213, 237, 235, 0.8);
  color: #1c827f;
  font-size: 13px;
  line-height: 19px;
  padding: 3px 9px;
  margin-left: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 23, app/assets/stylesheets/contacts.scss */
.contact-detail {
  margin-bottom: 12px;
}

/* line 26, app/assets/stylesheets/contacts.scss */
.contact-detail:hover .contact-detail__actions {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 31, app/assets/stylesheets/contacts.scss */
.contact-detail__label {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/contacts.scss */
  .contact-detail__label {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 34, app/assets/stylesheets/contacts.scss */
.contact-detail__value {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 900px) {
  /* line 34, app/assets/stylesheets/contacts.scss */
  .contact-detail__value {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 38, app/assets/stylesheets/contacts.scss */
.contact-detail__actions {
  display: inline-block;
  opacity: 0;
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/* line 44, app/assets/stylesheets/contacts.scss */
.contact-detail__action {
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/contacts.scss */
.frm__contact-details {
  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;
  margin-bottom: 24px;
}

@media (min-width: 600px) {
  /* line 50, app/assets/stylesheets/contacts.scss */
  .frm__contact-details {
    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-left: -18px;
    margin-bottom: 12px;
  }
}

/* line 61, app/assets/stylesheets/contacts.scss */
.frm__contact-details-label {
  box-sizing: border-box;
  flex: 1;
  order: 1;
  width: 180px;
  max-width: 180px;
}

@media (min-width: 600px) {
  /* line 61, app/assets/stylesheets/contacts.scss */
  .frm__contact-details-label {
    margin-left: 18px;
  }
}

/* line 70, app/assets/stylesheets/contacts.scss */
.frm__contact-details-label .frm__label {
  margin-bottom: 6px;
}

@media (min-width: 600px) {
  /* line 70, app/assets/stylesheets/contacts.scss */
  .frm__contact-details-label .frm__label {
    margin: 0;
  }
}

/* line 76, app/assets/stylesheets/contacts.scss */
.frm__contact-details-label .frm__input {
  width: 180px;
  max-width: 180px;
}

/* line 81, app/assets/stylesheets/contacts.scss */
.frm__contact-details-input {
  box-sizing: border-box;
  order: 2;
}

@media (min-width: 600px) {
  /* line 81, app/assets/stylesheets/contacts.scss */
  .frm__contact-details-input {
    flex: 1;
    margin-left: 18px;
  }
}

/* line 89, app/assets/stylesheets/contacts.scss */
.frm__contact-details-remove, .frm__contact-details-actions {
  box-sizing: border-box;
  flex: 1;
  align-self: center;
}

@media (min-width: 600px) {
  /* line 89, app/assets/stylesheets/contacts.scss */
  .frm__contact-details-remove, .frm__contact-details-actions {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    margin-left: 12px;
  }
}

/* line 99, app/assets/stylesheets/contacts.scss */
.frm__contact-details-remove .btn, .frm__contact-details-actions .btn {
  margin-top: -6px;
}

@media (min-width: 600px) {
  /* line 99, app/assets/stylesheets/contacts.scss */
  .frm__contact-details-remove .btn, .frm__contact-details-actions .btn {
    margin-top: 0;
  }
}

/* line 106, app/assets/stylesheets/contacts.scss */
.frm__contact-details-remove {
  order: 3;
}

/* line 109, app/assets/stylesheets/contacts.scss */
.frm__contact-details-actions {
  order: 5;
}

/* line 112, app/assets/stylesheets/contacts.scss */
.frm__contact-details-primary-toggle {
  box-sizing: border-box;
  order: 2;
  align-self: center;
}

@media (min-width: 600px) {
  /* line 112, app/assets/stylesheets/contacts.scss */
  .frm__contact-details-primary-toggle {
    order: 4;
  }
}

/* line 119, app/assets/stylesheets/contacts.scss */
.frm__contact-details-primary-toggle input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

/* line 122, app/assets/stylesheets/contacts.scss */
.frm__contact-details-primary-toggle input[type="checkbox"] + label {
  display: none;
}

/* line 125, app/assets/stylesheets/contacts.scss */
.frm__contact-details-primary-toggle input[type="checkbox"]:checked + label {
  display: inline-block;
}

/* line 134, app/assets/stylesheets/contacts.scss */
#customer-form input[data-trigger]:checked ~ div[data-default] {
  display: block;
}

/* line 137, app/assets/stylesheets/contacts.scss */
#customer-form input[data-trigger]:checked ~ div[data-specific] {
  display: none;
}

/* line 143, app/assets/stylesheets/contacts.scss */
#customer-form input[data-trigger]:not(:checked) ~ div[data-default] {
  display: none;
}

/* line 146, app/assets/stylesheets/contacts.scss */
#customer-form input[data-trigger]:not(:checked) ~ div[data-specific] {
  display: block;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/settings.scss */
.settings {
  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 3, app/assets/stylesheets/settings.scss */
  .settings {
    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-top: 36px;
  }
}

/* line 11, app/assets/stylesheets/settings.scss */
.settings fieldset {
  margin: 0 0 36px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e9eff7;
}

/* line 16, app/assets/stylesheets/settings.scss */
.settings__add {
  margin: 30px 0 18px;
}

@media (min-width: 900px) {
  /* line 16, app/assets/stylesheets/settings.scss */
  .settings__add {
    margin: 36px 0 24px;
  }
}

/* line 22, app/assets/stylesheets/settings.scss */
.settings__content {
  flex: 1;
  margin-bottom: 60px;
}

/* line 25, app/assets/stylesheets/settings.scss */
.settings__content--hide {
  display: none;
}

/* line 29, app/assets/stylesheets/settings.scss */
.settings__heading {
  font-size: 24px;
  font-weight: bold;
  color: #3d4b59;
  margin: 0 0 12px;
}

/* line 34, app/assets/stylesheets/settings.scss */
.settings__heading-beta {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 6px;
  font-size: 15px;
  line-height: 18px;
  padding: 1px 9px 3px;
  color: #13a538;
  border: 1px solid #13a538;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 46, app/assets/stylesheets/settings.scss */
.settings__subheading {
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
  margin-bottom: 24px;
}

/* line 52, app/assets/stylesheets/settings.scss */
.settings__reminder {
  margin-bottom: 12px;
}

/* line 54, app/assets/stylesheets/settings.scss */
.settings__reminder .frm__label {
  position: relative;
  display: block;
  margin: 6px 0;
}

/* line 58, app/assets/stylesheets/settings.scss */
.settings__reminder .frm__label .frm__state {
  position: absolute;
  top: -3px;
}

/* line 65, app/assets/stylesheets/settings.scss */
.settings__inline-save input {
  display: inline-block;
}

/* line 68, app/assets/stylesheets/settings.scss */
.settings__inline-save .frm__save_button {
  display: inline-block !important;
  margin-left: 6px;
}

/* line 74, app/assets/stylesheets/settings.scss */
.settings__rate {
  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;
  align-items: center;
  padding: 12px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(61, 75, 89, 0.1);
  min-height: 60px;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  /* line 74, app/assets/stylesheets/settings.scss */
  .settings__rate {
    max-width: 50%;
  }
}

/* line 86, app/assets/stylesheets/settings.scss */
.settings__rate-rate {
  flex: 1;
}

/* line 88, app/assets/stylesheets/settings.scss */
.settings__rate-rate--disabled {
  color: #8f919d;
}

/* line 92, app/assets/stylesheets/settings.scss */
.settings__rate-default {
  padding: 3px 9px 5px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 15px;
  color: #0056a4;
  border: 1px solid rgba(0, 86, 164, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 100, app/assets/stylesheets/settings.scss */
.settings__rate-default--sml {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 6px 3px;
  margin-top: -3px;
  margin-left: 3px;
  font-size: 10px;
  line-height: 13px;
}

/* line 112, app/assets/stylesheets/settings.scss */
.settings__nav {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 80px;
  padding-bottom: 36px;
}

/* line 119, app/assets/stylesheets/settings.scss */
.settings__nav--show {
  display: block;
}

@media (min-width: 900px) {
  /* line 112, app/assets/stylesheets/settings.scss */
  .settings__nav {
    position: relative;
    display: block;
    top: 0;
    margin: 0 24px 36px;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
}

/* line 131, app/assets/stylesheets/settings.scss */
.settings__nav-btn {
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 900px) {
  /* line 131, app/assets/stylesheets/settings.scss */
  .settings__nav-btn {
    display: none;
  }
}

/* line 138, app/assets/stylesheets/settings.scss */
.settings__nav-header {
  font-size: 13px;
  color: #636e78;
  margin: 18px 12px 3px;
}

@media (min-width: 900px) {
  /* line 143, app/assets/stylesheets/settings.scss */
  .settings__nav ul {
    padding-bottom: 12px;
    border-bottom: 1px solid #e9eff7;
  }
}

/* line 148, app/assets/stylesheets/settings.scss */
.settings__nav ul li {
  text-align: left;
  padding: 0 18px;
}

@media (min-width: 900px) {
  /* line 148, app/assets/stylesheets/settings.scss */
  .settings__nav ul li {
    padding: 0;
  }
}

/* line 156, app/assets/stylesheets/settings.scss */
.settings__nav-link {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 9px 12px;
  color: #3d4b59;
  border-bottom: 1px solid rgba(143, 145, 157, 0.1);
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 156, app/assets/stylesheets/settings.scss */
  .settings__nav-link {
    font-size: 15px;
    padding: 6px 12px;
    border-bottom: none;
  }
}

@media (min-width: 900px) {
  /* line 170, app/assets/stylesheets/settings.scss */
  .settings__nav-link:hover {
    background: #e9eff7;
  }
}

/* line 175, app/assets/stylesheets/settings.scss */
.settings__nav-link.active {
  font-weight: bold;
  color: #3d4b59;
  background: #e9eff7;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/settings.scss */
.settings__nav-link--beta:after {
  content: "beta";
  vertical-align: middle;
  position: absolute;
  top: 11px;
  right: 6px;
  font-size: 11px;
  line-height: 14px;
  padding: 1px 9px 3px;
  color: #13a538;
  border: 1px solid #13a538;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/email-templates.scss */
.email-template {
  position: relative;
}

/* line 5, app/assets/stylesheets/email-templates.scss */
.email-template .email-signature-strip {
  box-sizing: border-box;
  border: 1px dashed #8f919d;
  background: white;
  color: #8f919d;
  padding: 15px 12px 0;
  font-size: 13px;
  width: 100%;
  margin-top: -6px;
  position: relative;
  z-index: 1;
  -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;
}

/* line 17, app/assets/stylesheets/email-templates.scss */
.email-template .email-signature-strip p {
  margin: 6px 0;
}

/* line 23, app/assets/stylesheets/email-templates.scss */
.choose-template {
  z-index: 11;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: -1px;
  height: 860px;
  width: 100%;
  background: white;
  border: 1px solid #b6bfc9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 35, app/assets/stylesheets/email-templates.scss */
.choose-template__header {
  position: relative;
  padding: 12px 18px;
  border-bottom: 1px solid #b6bfc9;
  -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;
}

/* line 41, app/assets/stylesheets/email-templates.scss */
.choose-template__close {
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 46, app/assets/stylesheets/email-templates.scss */
.choose-template__list {
  height: 92%;
  overflow-x: scroll;
}

/* line 49, app/assets/stylesheets/email-templates.scss */
.choose-template__list li {
  border-bottom: 1px solid #b6bfc9;
}

/* line 51, app/assets/stylesheets/email-templates.scss */
.choose-template__list li:last-child {
  border-bottom: none;
}

/* line 56, app/assets/stylesheets/email-templates.scss */
.choose-template__item {
  padding: 12px;
  cursor: pointer;
}

@media (min-width: 900px) {
  /* line 56, app/assets/stylesheets/email-templates.scss */
  .choose-template__item {
    padding: 12px 18px;
  }
}

/* line 62, app/assets/stylesheets/email-templates.scss */
.choose-template__item:hover {
  background: rgba(255, 240, 204, 0.5);
}

/* line 65, app/assets/stylesheets/email-templates.scss */
.choose-template__item-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

/* line 70, app/assets/stylesheets/email-templates.scss */
.choose-template__item-subject {
  color: #8f919d;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 3px;
}

/* line 77, app/assets/stylesheets/email-templates.scss */
.choose-template__item-excerpt {
  color: #8f919d;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
}

/* line 86, app/assets/stylesheets/email-templates.scss */
.choose-template-overlay {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/materials.scss */
div.material-categories ul.material-categories-list {
  margin: 20px 0 0;
}

/* line 6, app/assets/stylesheets/materials.scss */
div.material-categories ul.material-categories-list li {
  padding: 10px;
  border-bottom: 1px solid rgba(61, 75, 89, 0.1);
}

/* line 9, app/assets/stylesheets/materials.scss */
div.material-categories ul.material-categories-list li div.options {
  float: right;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/materials.scss */
div.material-categories ul.material-categories-list li div.options a.red {
  margin-left: 10px;
}

/* line 16, app/assets/stylesheets/materials.scss */
div.material-categories ul.material-categories-list li:last-child {
  border-bottom: none;
}

/* line 22, app/assets/stylesheets/materials.scss */
div.material-categories .material-categories-list__blank-state {
  display: none;
}

/* line 26, app/assets/stylesheets/materials.scss */
div.material-categories .material-categories-list__blank-state:only-child {
  display: block;
}

/* line 32, app/assets/stylesheets/materials.scss */
form#bulk_materials table {
  width: 100%;
  padding-bottom: 120px;
}

/* line 35, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header {
  text-align: left;
  width: 100%;
}

/* line 38, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header .options {
  line-height: 30px;
  padding: 8px 10px;
  background: #fff0cc;
  color: #002d4f;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}

/* line 46, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header .options i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header .options select {
  margin-left: 10px;
  font-size: 15px;
}

/* line 55, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header .options.hidden {
  display: none;
}

/* line 58, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header .options .markup-input, form#bulk_materials table#table-header .options .price-input, form#bulk_materials table#table-header .options .percent-input {
  margin-left: 10px;
}

/* line 60, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header .options .markup-input input, form#bulk_materials table#table-header .options .price-input input, form#bulk_materials table#table-header .options .percent-input input {
  margin: 0;
  width: 60px;
  font-size: 13px;
  padding: 5px;
  height: auto;
  max-height: 15px;
}

/* line 70, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header tr {
  border-bottom: 1px solid #e9eff7;
}

/* line 72, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header tr.filters {
  height: 50px;
  max-height: 50px;
  border-bottom: none;
}

/* line 76, app/assets/stylesheets/materials.scss */
form#bulk_materials table#table-header tr.filters td {
  padding: 0;
}

/* line 82, app/assets/stylesheets/materials.scss */
form#bulk_materials table tr {
  text-align: left;
}

/* line 85, app/assets/stylesheets/materials.scss */
form#bulk_materials table th {
  font-size: 13px;
  padding: 5px;
  text-align: left;
}

/* line 89, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.id {
  width: 20px;
}

/* line 92, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.code {
  width: 70px;
}

/* line 95, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.description {
  width: 300px;
}

/* line 98, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.category {
  width: 130px;
}

/* line 101, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.brand {
  width: 140px;
}

/* line 104, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.price {
  width: 100px;
}

/* line 107, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.unit {
  width: 70px;
}

/* line 110, app/assets/stylesheets/materials.scss */
form#bulk_materials table th.markup {
  width: 80px;
}

/* line 114, app/assets/stylesheets/materials.scss */
form#bulk_materials table td {
  font-size: 13px;
  padding: 5px;
}

/* line 117, app/assets/stylesheets/materials.scss */
form#bulk_materials table td input[type="text"], form#bulk_materials table td select {
  font-size: 13px;
  padding: 5px;
  height: auto;
  border: 1px solid #b6bfc9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 124, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.id {
  width: 20px;
}

/* line 128, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.code input {
  width: 60px;
  font-size: 14px;
}

/* line 134, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.description input {
  width: 300px;
  font-size: 14px;
}

/* line 139, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.category {
  width: 120px;
  text-align: center;
}

/* line 142, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.category select {
  max-width: 120px;
}

/* line 146, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.brand {
  width: 60px;
}

/* line 148, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.brand input {
  width: 130px;
}

/* line 152, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.price {
  width: 100px;
}

/* line 154, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.price input {
  width: 70px;
}

/* line 158, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.unit {
  width: 70px;
}

/* line 160, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.unit input {
  width: 60px;
  font-size: 12px;
}

/* line 165, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.markup {
  width: 60px;
}

/* line 167, app/assets/stylesheets/materials.scss */
form#bulk_materials table td.markup input {
  width: 40px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/emails.scss */
.email-to {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 21px;
  padding: 6px;
}

/* line 8, app/assets/stylesheets/emails.scss */
.email-to:focus-within {
  border: 1px solid #009ef1;
}

/* line 11, app/assets/stylesheets/emails.scss */
.email-to__tag {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 3px 30px 6px 12px;
  margin: 3px 6px 3px 3px;
  overflow-wrap: break-word;
  color: #7d5c9c;
  background: #f3dff9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 23, app/assets/stylesheets/emails.scss */
.email-to__tag-remove {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/emails.scss */
.email-to__tag-remove:after {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 9px;
  top: 11px;
  background-image: url(/assets/icons/close--solid-e55888602aaa2d6023983fbda35139d4dfb8a5def3634dca5cc67a8dcfcd1332.svg);
  -webkit-filter: invert(44%) sepia(13%) saturate(1642%) hue-rotate(228deg) brightness(87%) contrast(87%);
  -moz-filter: invert(44%) sepia(13%) saturate(1642%) hue-rotate(228deg) brightness(87%) contrast(87%);
  -o-filter: invert(44%) sepia(13%) saturate(1642%) hue-rotate(228deg) brightness(87%) contrast(87%);
  filter: invert(44%) sepia(13%) saturate(1642%) hue-rotate(228deg) brightness(87%) contrast(87%);
}

/* line 36, app/assets/stylesheets/emails.scss */
.email-to__tag-add {
  border: none;
  color: #3d4b59;
  font-size: 18px;
  line-height: 21px;
  padding: 6px;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.email-to__tag-add.placeholder {
  opacity: 1.0;
  color: #8f919d;
  font-size: 15px;
  line-height: 21px;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.email-to__tag-add:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
  font-size: 15px;
  line-height: 21px;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.email-to__tag-add::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
  font-size: 15px;
  line-height: 21px;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.email-to__tag-add::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
  font-size: 15px;
  line-height: 21px;
}

/* line 48, app/assets/stylesheets/emails.scss */
.email-to__tag-add:active, .email-to__tag-add:focus {
  outline: none;
  border: none;
}

/* line 54, app/assets/stylesheets/emails.scss */
.email-to__input {
  background: transparent;
  border: none;
  color: #3d4b59;
  outline: none;
  padding: 6px;
  width: 250px;
}

/* line 625, app/assets/stylesheets/base/mixins.scss */
.email-to__input.placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 628, app/assets/stylesheets/base/mixins.scss */
.email-to__input:-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 631, app/assets/stylesheets/base/mixins.scss */
.email-to__input::-moz-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 634, app/assets/stylesheets/base/mixins.scss */
.email-to__input::-webkit-input-placeholder {
  opacity: 1.0;
  color: #8f919d;
}

/* line 68, app/assets/stylesheets/emails.scss */
.email-template-btn {
  position: absolute;
  right: -6px;
  top: -7px;
}

/* line 74, app/assets/stylesheets/emails.scss */
.email-attachments {
  line-height: 24px;
}

/* line 76, app/assets/stylesheets/emails.scss */
.email-attachments ul li:last-child {
  margin-bottom: 9px;
}

/* line 79, app/assets/stylesheets/emails.scss */
.email-attachments__file {
  position: relative;
  margin: 3px 0;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/emails.scss */
.email-attachments__file label {
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/emails.scss */
.email-attachments__file--fixed {
  line-height: 27px;
}

/* line 91, app/assets/stylesheets/emails.scss */
.email-attachments__file--fixed .icon {
  margin-left: 3px;
}

/* line 94, app/assets/stylesheets/emails.scss */
.email-attachments__file--fixed label {
  padding-left: 12px;
}

/* line 98, app/assets/stylesheets/emails.scss */
.email-attachments__file-meta {
  position: relative;
  margin-left: 9px;
  font-size: 13px;
  color: #8f919d;
}

/* line 104, app/assets/stylesheets/emails.scss */
.email-attachments__file-thumb {
  display: none;
  position: absolute;
  z-index: 100;
  top: 21px;
  left: -6px;
}

/* line 110, app/assets/stylesheets/emails.scss */
.email-attachments__file-thumb img {
  width: 162px;
  height: 105px;
  border: 2px solid #0056a4;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 117, app/assets/stylesheets/emails.scss */
.email-attachments__file .frm__checkbox--sml:not(:checked) + label, .email-attachments__file .frm__checkbox--sml:checked + label {
  padding-left: 33px;
}

/* line 120, app/assets/stylesheets/emails.scss */
.email-attachments__file .btn--with-menu .btn {
  margin: 0 0 0 3px;
  padding: 3px 9px;
  vertical-align: middle;
}

/* line 125, app/assets/stylesheets/emails.scss */
.email-attachments__file:hover {
  color: #0056a4;
}

/* line 127, app/assets/stylesheets/emails.scss */
.email-attachments__file:hover .email-attachments__file-meta {
  color: rgba(0, 86, 164, 0.75);
}

/* line 130, app/assets/stylesheets/emails.scss */
.email-attachments__file:hover .email-attachments__file-thumb {
  display: block;
}

/* line 135, app/assets/stylesheets/emails.scss */
.email-attachments__icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  stroke: #b6bfc9;
}

/* line 141, app/assets/stylesheets/emails.scss */
.email-attachments__icon--red {
  stroke: #f62d19;
}

/* line 145, app/assets/stylesheets/emails.scss */
.email-attachments button {
  margin-top: 9px;
}

/* line 151, app/assets/stylesheets/emails.scss */
.email-options__block {
  position: relative;
  padding: 6px 0;
  font-size: 15px;
  line-height: 24px;
  color: #3d4b59;
}

/* line 157, app/assets/stylesheets/emails.scss */
.email-options__block--indented {
  margin-left: 36px;
}

/* line 160, app/assets/stylesheets/emails.scss */
.email-options__block label {
  font-size: 18px;
  line-height: 24px;
}

/* line 164, app/assets/stylesheets/emails.scss */
.email-options__block .help-prompt {
  padding: 6px 12px;
  margin: 18px 0 0 30px;
}

/* line 172, app/assets/stylesheets/emails.scss */
.email-submit div {
  display: inline-block;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/files.scss */
.uppy-DashboardContent-back {
  display: none;
}

/* line 9, app/assets/stylesheets/files.scss */
.uppy-StatusBar {
  margin-top: 6px;
}

/* line 12, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #f62d19;
  height: 3px;
}

/* line 16, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-error .uppy-StatusBar-spinner {
  fill: #f62d19;
}

/* line 19, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-error .uppy-StatusBar-statusPrimary {
  color: #f62d19;
  font-size: 13px;
}

/* line 25, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-uploading .uppy-StatusBar-progress {
  background-color: #0056a4;
  height: 3px;
}

/* line 29, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-uploading .uppy-StatusBar-spinner {
  fill: #0056a4;
}

/* line 32, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-uploading .uppy-StatusBar-statusPrimary {
  color: #0056a4;
  font-size: 13px;
}

/* line 37, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-uploading.is-complete .uppy-StatusBar-progress {
  background-color: #13a538;
  height: 3px;
}

/* line 41, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-uploading.is-complete .uppy-StatusBar-spinner {
  fill: #13a538;
}

/* line 44, app/assets/stylesheets/files.scss */
.uppy-StatusBar.is-uploading.is-complete .uppy-StatusBar-statusPrimary {
  color: #13a538;
  font-size: 13px;
}

/* line 52, app/assets/stylesheets/files.scss */
.logo-upldr {
  position: relative;
  width: 280px;
  height: 120px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 59, app/assets/stylesheets/files.scss */
.logo-upldr .uppy-ImageCropper-rangeWrapper {
  display: none;
}

/* line 63, app/assets/stylesheets/files.scss */
.logo-upldr__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 120px;
  border: 2px dashed rgba(182, 191, 201, 0.6);
  padding: 0;
  font-size: 15px;
  color: #0056a4;
  text-align: center;
  background-color: #e9eff7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 76, app/assets/stylesheets/files.scss */
.logo-upldr__placeholder:hover {
  border: 2px dashed #8f919d;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 82, app/assets/stylesheets/files.scss */
.logo-upldr__placeholder .uppy-DragDrop-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border: 2px dashed #b6bfc9;
  padding: 0;
  text-align: center;
  background-color: #e9eff7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 92, app/assets/stylesheets/files.scss */
.logo-upldr__placeholder .uppy-DragDrop-container:hover {
  border: 2px dashed #8f919d;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 99, app/assets/stylesheets/files.scss */
.logo-upldr__placeholder .uppy-DragDrop--isDraggingOver {
  border: 2px dashed #13a538 !important;
  background: rgba(19, 165, 56, 0.05);
}

/* line 105, app/assets/stylesheets/files.scss */
.logo-upldr__thumbnail {
  background: white;
  width: 280px;
  height: 120px;
  text-align: center;
  border: 2px dashed rgba(216, 223, 231, 0.6);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 112, app/assets/stylesheets/files.scss */
.logo-upldr__thumbnail img {
  max-width: 280px;
  max-height: 120px;
}

/* line 116, app/assets/stylesheets/files.scss */
.logo-upldr__thumbnail:hover {
  border: 2px dashed #8f919d;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 123, app/assets/stylesheets/files.scss */
.logo-upldr__active .logo-upldr__placeholder, .logo-upldr__active .logo-upldr__thumbnail {
  border: 2px dashed #13a538;
  background: rgba(19, 165, 56, 0.05);
}

/* line 126, app/assets/stylesheets/files.scss */
.logo-upldr__active .logo-upldr__placeholder h2, .logo-upldr__active .logo-upldr__thumbnail h2 {
  color: #13a538;
}

/* line 129, app/assets/stylesheets/files.scss */
.logo-upldr__active .logo-upldr__placeholder svg, .logo-upldr__active .logo-upldr__thumbnail svg {
  fill: #13a538;
}

/* line 136, app/assets/stylesheets/files.scss */
.logo-upldr__reject .logo-upldr__placeholder, .logo-upldr__reject .logo-upldr__thumbnail {
  border: 2px dashed #f62d19;
  background: rgba(246, 45, 25, 0.05);
}

/* line 139, app/assets/stylesheets/files.scss */
.logo-upldr__reject .logo-upldr__placeholder h2, .logo-upldr__reject .logo-upldr__thumbnail h2 {
  color: #f62d19;
}

/* line 142, app/assets/stylesheets/files.scss */
.logo-upldr__reject .logo-upldr__placeholder svg, .logo-upldr__reject .logo-upldr__thumbnail svg {
  fill: #f62d19;
}

/* line 148, app/assets/stylesheets/files.scss */
.logo-upldr .delete-file {
  position: absolute;
  top: -5px;
  left: 288px;
}

/* line 155, app/assets/stylesheets/files.scss */
.accreditations {
  margin: 0 -9px;
  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;
}

@media (min-width: 900px) {
  /* line 155, app/assets/stylesheets/files.scss */
  .accreditations {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}

/* line 163, app/assets/stylesheets/files.scss */
.accreditations__item {
  flex: 1;
  margin: 0 9px 12px;
  text-align: center;
  min-width: 140px;
  max-width: 140px;
}

@media (min-width: 900px) {
  /* line 163, app/assets/stylesheets/files.scss */
  .accreditations__item {
    margin-bottom: 0;
    max-width: 100%;
  }
}

/* line 176, app/assets/stylesheets/files.scss */
.accreditation-upldr {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 181, app/assets/stylesheets/files.scss */
.accreditation-upldr button {
  outline: none;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
}

/* line 189, app/assets/stylesheets/files.scss */
.accreditation-upldr__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 69px;
  border: 2px dashed rgba(182, 191, 201, 0.6);
  padding: 0;
  font-size: 15px;
  color: #0056a4;
  text-align: center;
  background-color: #e9eff7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 202, app/assets/stylesheets/files.scss */
.accreditation-upldr__placeholder:hover {
  border: 2px dashed #8f919d;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 209, app/assets/stylesheets/files.scss */
.accreditation-upldr--lrg {
  width: 220px;
  height: 120px;
}

/* line 212, app/assets/stylesheets/files.scss */
.accreditation-upldr--lrg .accreditation-upldr__placeholder {
  line-height: 120px;
}

/* line 215, app/assets/stylesheets/files.scss */
.accreditation-upldr--lrg .accreditation-upldr__placeholder .icon svg {
  width: 36px;
  height: 36px;
  margin-left: -6px;
}

/* line 222, app/assets/stylesheets/files.scss */
.accreditation-upldr--lrg .accreditation-upldr__thumbnail {
  width: 220px;
  height: 120px;
}

/* line 225, app/assets/stylesheets/files.scss */
.accreditation-upldr--lrg .accreditation-upldr__thumbnail img {
  width: 220px;
  height: 120px;
  max-width: 220px;
  max-height: 120px;
}

/* line 234, app/assets/stylesheets/files.scss */
.accreditation-upldr__thumbnail {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  min-height: 69px;
  background: white;
  text-align: center;
  border: 2px dashed rgba(182, 191, 201, 0.6);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 244, app/assets/stylesheets/files.scss */
.accreditation-upldr__thumbnail img {
  margin: 0 auto;
  max-width: 110px;
  max-height: 60px;
  cursor: pointer;
}

/* line 250, app/assets/stylesheets/files.scss */
.accreditation-upldr__thumbnail:hover {
  border: 2px dashed #8f919d;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 257, app/assets/stylesheets/files.scss */
.accreditation-upldr__active .accreditation-upldr__placeholder, .accreditation-upldr__active .accreditation-upldr__thumbnail {
  border: 2px dashed #13a538;
  background: rgba(19, 165, 56, 0.05);
}

/* line 260, app/assets/stylesheets/files.scss */
.accreditation-upldr__active .accreditation-upldr__placeholder h2, .accreditation-upldr__active .accreditation-upldr__thumbnail h2 {
  color: #13a538;
}

/* line 263, app/assets/stylesheets/files.scss */
.accreditation-upldr__active .accreditation-upldr__placeholder svg, .accreditation-upldr__active .accreditation-upldr__thumbnail svg {
  fill: #13a538;
}

/* line 270, app/assets/stylesheets/files.scss */
.accreditation-upldr__reject .accreditation-upldr__placeholder, .accreditation-upldr__reject .accreditation-upldr__thumbnail {
  border: 2px dashed #f62d19;
  background: rgba(246, 45, 25, 0.05);
}

/* line 273, app/assets/stylesheets/files.scss */
.accreditation-upldr__reject .accreditation-upldr__placeholder h2, .accreditation-upldr__reject .accreditation-upldr__thumbnail h2 {
  color: #f62d19;
}

/* line 276, app/assets/stylesheets/files.scss */
.accreditation-upldr__reject .accreditation-upldr__placeholder svg, .accreditation-upldr__reject .accreditation-upldr__thumbnail svg {
  fill: #f62d19;
}

/* line 282, app/assets/stylesheets/files.scss */
.accreditation-upldr .progress-bar {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 80%;
  margin-top: -6px;
}

/* line 290, app/assets/stylesheets/files.scss */
.accreditation-upldr .delete-file {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -9px;
}

/* line 298, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr {
  position: relative;
  width: 110px;
  height: 60px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 306, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr .uppy-Container {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
}

/* line 314, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr .uppy-Container .uppy-Root {
  height: 100%;
}

/* line 318, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 325, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder .icon {
  position: absolute;
  pointer-events: none;
}

/* line 329, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder .icon svg {
  width: 24px;
  height: 24px;
  fill: #8f919d;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 337, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder .icon:hover .icon svg {
  fill: #13a538;
}

/* line 343, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder .uppy-DragDrop-container {
  height: 100%;
  width: 100%;
  background-color: #e9eff7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border: 2px dashed #b6bfc9;
  padding: 0;
  text-align: center;
}

/* line 355, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder .uppy-DragDrop-container:hover {
  border: 2px dashed #8f919d;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 362, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__placeholder .uppy-Container .uppy-DragDrop--isDraggingOver {
  border: 2px dashed #13a538 !important;
  background: rgba(19, 165, 56, 0.05);
}

/* line 368, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__thumbnail {
  position: relative;
  background: white;
  width: 110px;
  height: 60px;
  text-align: center;
  border: 2px solid rgba(216, 223, 231, 0.4);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 376, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__thumbnail img {
  max-width: 110px;
  max-height: 60px;
  cursor: pointer;
}

/* line 381, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr__thumbnail:hover {
  border: 2px dashed rgba(61, 75, 89, 0.4);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 387, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr--lrg {
  width: 220px;
  height: 120px;
}

/* line 390, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr--lrg .accreditation-settings-upldr__placeholder {
  height: 120px;
}

/* line 393, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr--lrg .accreditation-settings-upldr__placeholder .icon svg {
  width: 36px;
  height: 36px;
  margin-left: -6px;
}

/* line 400, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr--lrg .accreditation-settings-upldr__thumbnail {
  width: 220px;
  height: 120px;
}

/* line 403, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr--lrg .accreditation-settings-upldr__thumbnail img {
  width: 220px;
  height: 120px;
  max-width: 220px;
  max-height: 120px;
}

/* line 411, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr--lrg .uppy-DragDrop-container {
  height: 120px;
}

/* line 416, app/assets/stylesheets/files.scss */
.accreditation-settings-upldr .delete-file {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -9px;
}

/* line 424, app/assets/stylesheets/files.scss */
.accreditation-preloaded {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px dashed #b7bfc9;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 435, app/assets/stylesheets/files.scss */
.accreditation-preloaded:hover {
  border: 2px solid #3d4b59;
}

/* line 438, app/assets/stylesheets/files.scss */
.accreditation-preloaded img {
  vertical-align: middle;
  max-width: 160px;
}

/* line 444, app/assets/stylesheets/files.scss */
.uppy-DragDrop-inner > svg {
  display: none !important;
}

/* line 448, app/assets/stylesheets/files.scss */
.uppy-DragDrop-label {
  color: #0056a4;
  font-size: 15px;
}

/* line 453, app/assets/stylesheets/files.scss */
.uppy-size--md .uppy-DashboardContent-save {
  position: absolute;
  top: 12px;
  right: 15px;
}

/* line 460, app/assets/stylesheets/files.scss */
.uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
  border: 2px dashed #b6bfc9 !important;
  padding: 0;
  margin: 12px !important;
  text-align: center;
  background-color: #e9eff7;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 467, app/assets/stylesheets/files.scss */
.uppy-Dashboard--modal .uppy-Dashboard-AddFiles .uppy-Dashboard-AddFiles-title {
  font-size: 21px;
  color: #0056a4;
}

/* line 470, app/assets/stylesheets/files.scss */
.uppy-Dashboard--modal .uppy-Dashboard-AddFiles .uppy-Dashboard-AddFiles-title .uppy-Dashboard-browse {
  color: #0056a4 !important;
}

/* line 478, app/assets/stylesheets/files.scss */
.file-list--reverse {
  display: flex;
  flex-direction: column-reverse;
}

/* line 483, app/assets/stylesheets/files.scss */
.file-list__item {
  padding-bottom: 10px;
}

/* line 485, app/assets/stylesheets/files.scss */
.file-list__item .icon {
  width: 18px;
  height: 18px;
}

/* line 490, app/assets/stylesheets/files.scss */
.file-list__file-size {
  font-size: 13px;
  color: #636e78;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/attachments.scss */
.attachment-thumbs {
  width: auto;
  margin: 18px -9px 120px;
  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: center;
}

/* line 10, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb {
  position: relative;
  width: 126px;
  min-width: 126px;
  max-width: 126px;
  height: 240px;
  margin: 9px;
  padding: 12px;
  background: white;
  border: 1px solid #d8dfe7;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/attachments.scss */
  .attachment-thumbs .file-thumb {
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    height: 240px;
  }
}

/* line 34, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb .progress-bar {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 120px;
}

/* line 49, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--pdf {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--pdf-812e9b0dd276a37eac2bd6506e76b924c457613979d6b59fbff50884abbd42cc.svg);
}

/* line 53, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--doc {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--doc-a10fc3432678784b1f070e0d2681d966075c4a631629bdd5ce25d7a86afe5beb.svg);
}

/* line 57, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--xls {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--xls-a557dcf7e2d2c88e36312ce328761af6a1f9ea205db02a4029789ea916661413.svg);
}

/* line 61, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--ppt {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--ppt-fae60fb582877da950460d8f77bdcbc72b8dab3e21846ff5ae7973b45bf16570.svg);
}

/* line 65, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--txt {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--txt-076e17b6e5c534e44b9495a10466399a6a0c5ce4a443fd449eab0e50b0a8027e.svg);
}

/* line 69, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--zip {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--zip-6bf06ed8e4ad85c8551a481dbe324a597f9e590ff5b0a6f910613743f584857e.svg);
}

/* line 73, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--audio {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--audio-868082d4ee1825e5e5411fae222bab70045ea68e275b71e20d35dfb5c2cddcdc.svg);
}

/* line 77, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--video {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--video-901af26ab96ede01c0da378da841b346409c344b3d29b96af322b6ca8022e66a.svg);
}

/* line 81, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file--image {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file--image-90355ffde0a5a04f8c5b2fce7cb329da224315239b63d06866fc6989802fbbee.svg);
}

/* line 85, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__icon-file {
  display: inline-block;
  margin-top: 15px;
  width: 72px;
  height: 72px;
  -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%);
  background-image: url(/assets/icons/file-700f58f3ceab041a8f753e95b1c93db43eed10951acdf5e9949eda0c59185c03.svg);
}

/* line 92, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb .preview {
  text-align: center;
  margin: -3px -3px 12px;
  width: 132px;
  height: 105px;
  min-height: 105px;
  background: rgba(233, 239, 247, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 92, app/assets/stylesheets/attachments.scss */
  .attachment-thumbs .file-thumb .preview {
    width: 162px;
    height: 105px;
    min-height: 105px;
  }
}

/* line 105, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb .preview img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 112, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__name {
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 118, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__meta {
  font-size: 13px;
  line-height: 19px;
  color: #636e78;
}

/* line 123, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb .delete {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

/* line 128, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__options {
  position: absolute;
  bottom: 3px;
  right: 9px;
  width: 85%;
  padding: 0 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 137, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__options > span.icon {
  cursor: pointer;
  outline: none;
  margin-top: -12px;
}

/* line 142, app/assets/stylesheets/attachments.scss */
.attachment-thumbs .file-thumb__options .btn--with-menu {
  flex: 1;
  text-align: right;
}

/* line 150, app/assets/stylesheets/attachments.scss */
.upload-btn {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/company-users.scss */
.cu {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/company-users.scss */
.cu .cu-avatar {
  margin-top: -1px;
}

/* line 10, app/assets/stylesheets/company-users.scss */
.cu-avatar {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  color: #002d4f;
  font-size: 10px;
  font-weight: normal;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/company-users.scss */
  .cu-avatar {
    font-size: 11px;
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

@media print {
  /* line 10, app/assets/stylesheets/company-users.scss */
  .cu-avatar {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}

/* line 35, app/assets/stylesheets/company-users.scss */
.t--sml .cu-avatar {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 43, app/assets/stylesheets/company-users.scss */
.company-user__initials {
  display: inline-block;
  background: #e9eff7;
  color: #002d4f;
  font-size: 13px;
  font-weight: normal;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 3px solid #e9eff7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 55, app/assets/stylesheets/company-users.scss */
.company-user__initials--inline {
  margin: -7px 0;
}

/* line 58, app/assets/stylesheets/company-users.scss */
.company-user__initials--selected {
  border-color: #3d4b59 !important;
}

/* line 61, app/assets/stylesheets/company-users.scss */
.company-user__initials--lrg {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
}

/* line 67, app/assets/stylesheets/company-users.scss */
.company-user__initials--white {
  background: white;
  border-color: #d8dfe7;
}

/* line 71, app/assets/stylesheets/company-users.scss */
.company-user__initials--faint-metal {
  background: #e9eff7;
  border-color: #e9eff7;
}

/* line 75, app/assets/stylesheets/company-users.scss */
.company-user__initials--light-metal {
  background: #d8dfe7;
  border-color: #d8dfe7;
}

/* line 79, app/assets/stylesheets/company-users.scss */
.company-user__initials--yellow-5 {
  background: #fff0cc;
  border-color: #fff0cc;
}

/* line 83, app/assets/stylesheets/company-users.scss */
.company-user__initials--green-5 {
  background: #d1ede1;
  border-color: #d1ede1;
}

/* line 87, app/assets/stylesheets/company-users.scss */
.company-user__initials--teal-5 {
  background: #d5edeb;
  border-color: #d5edeb;
}

/* line 91, app/assets/stylesheets/company-users.scss */
.company-user__initials--purple-5 {
  background: #f3dff9;
  border-color: #f3dff9;
}

/* line 95, app/assets/stylesheets/company-users.scss */
.company-user__initials--red-5 {
  background: #f4d1d1;
  border-color: #f4d1d1;
}

/* line 99, app/assets/stylesheets/company-users.scss */
.company-user__initials--orange-5 {
  background: #f4cca8;
  border-color: #f4cca8;
}

/* line 105, app/assets/stylesheets/company-users.scss */
.company-user__selector {
  display: block;
  margin-top: 9px;
  margin-left: 0;
}

@media (min-width: 900px) {
  /* line 105, app/assets/stylesheets/company-users.scss */
  .company-user__selector {
    display: inline-block;
    margin-top: 0;
    margin-left: 12px;
  }
}

/* line 115, app/assets/stylesheets/company-users.scss */
.company-user__selector__item__input {
  display: none;
}

/* line 119, app/assets/stylesheets/company-users.scss */
.company-user__selector__item__input:checked + label span {
  border-color: #3d4b59 !important;
}

/* line 126, app/assets/stylesheets/company-users.scss */
.company-user__selector .company-user__initials:empty:after {
  content: "\00a0";
}

/* line 129, app/assets/stylesheets/company-users.scss */
.company-user__selector .company-user__initials:hover {
  outline: none;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/company-users.scss */
.company-user__selector .company-user__initials:active, .company-user__selector .company-user__initials:focus {
  outline: none;
}

/* line 139, app/assets/stylesheets/company-users.scss */
.company-user__permissions {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 12px 24px;
  margin: 0 0 18px;
  overflow-wrap: break-word;
}

@media (min-width: 900px) {
  /* line 139, app/assets/stylesheets/company-users.scss */
  .company-user__permissions {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 149, app/assets/stylesheets/company-users.scss */
.company-user__permissions--green {
  background: rgba(209, 237, 225, 0.25);
}

/* line 152, app/assets/stylesheets/company-users.scss */
.company-user__permissions--red {
  background: rgba(244, 209, 209, 0.25);
}

/* line 155, app/assets/stylesheets/company-users.scss */
.company-user__permissions-title {
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 159, app/assets/stylesheets/company-users.scss */
.company-user__permissions-section {
  margin-bottom: 18px;
}

/* line 161, app/assets/stylesheets/company-users.scss */
.company-user__permissions-section:last-of-type {
  margin-bottom: 0;
}

/* line 164, app/assets/stylesheets/company-users.scss */
.company-user__permissions-section-header {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
}

/* line 171, app/assets/stylesheets/company-users.scss */
.company-user__permissions-item {
  margin: 6px 0;
}

/* line 173, app/assets/stylesheets/company-users.scss */
.company-user__permissions-item-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
}

/* line 177, app/assets/stylesheets/company-users.scss */
.company-user__permissions-item-label .icon {
  margin-right: 9px;
}

/* line 185, app/assets/stylesheets/company-users.scss */
.permission-item {
  margin: 6px 0;
}

/* line 188, app/assets/stylesheets/company-users.scss */
.permission-item span {
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 193, app/assets/stylesheets/company-users.scss */
.permission-item span:hover, .permission-item span:focus, .permission-item span:active {
  background: none;
}

/* line 198, app/assets/stylesheets/company-users.scss */
.permission-item ol {
  padding-left: 18px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/cards.scss */
.c-card {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: white;
  padding: 12px 18px;
  margin: 0 0 18px;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow-wrap: break-word;
}

/* line 15, app/assets/stylesheets/cards.scss */
.c-card__overlay {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/cards.scss */
.c-card--selected .c-card {
  border: 1px solid #13a538 !important;
}

/* line 30, app/assets/stylesheets/cards.scss */
.c-card--selected .c-card__overlay {
  display: block !important;
  background: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* line 35, app/assets/stylesheets/cards.scss */
.c-card--selected .c-card__selected_icon {
  position: absolute;
  top: 18px;
  right: -6px;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
}

/* line 48, app/assets/stylesheets/cards.scss */
.c-card--unselected .c-card {
  background: #f7f7f7;
  border: 1px solid rgba(216, 223, 231, 0.75) !important;
}

/* line 51, app/assets/stylesheets/cards.scss */
.c-card--unselected .c-card__amount {
  background: #f7f7f7 !important;
}

/* line 55, app/assets/stylesheets/cards.scss */
.c-card--unselected .c-card__overlay {
  display: block !important;
  background: rgba(247, 247, 247, 0.3);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* line 61, app/assets/stylesheets/cards.scss */
.c-card--unselected .c-card__selected_icon {
  visibility: hidden;
}

/* line 66, app/assets/stylesheets/cards.scss */
.c-card--yellow {
  border: none;
  padding: 24px;
  background: #fffecc;
}

/* line 71, app/assets/stylesheets/cards.scss */
.c-card--yellow-5 {
  border: none;
  padding: 24px;
  background: #fff0cc;
}

/* line 76, app/assets/stylesheets/cards.scss */
.c-card--purple-5 {
  border: none;
  padding: 18px;
  background: #f3dff9;
}

/* line 81, app/assets/stylesheets/cards.scss */
.c-card--green {
  border: none;
  background: #d1ede1;
}

/* line 85, app/assets/stylesheets/cards.scss */
.c-card--faint-green {
  border: none;
  background: rgba(142, 206, 191, 0.2);
}

/* line 89, app/assets/stylesheets/cards.scss */
.c-card--faint-red {
  border: none;
  background: rgba(246, 45, 25, 0.1);
}

/* line 93, app/assets/stylesheets/cards.scss */
.c-card--faintest-red {
  border: none;
  background: rgba(244, 209, 209, 0.25);
}

/* line 97, app/assets/stylesheets/cards.scss */
.c-card--faint-metal {
  border: none;
  background: #e9eff7;
}

/* line 101, app/assets/stylesheets/cards.scss */
.c-card--teal-5 {
  border: none;
  background: rgba(213, 237, 235, 0.5);
}

/* line 104, app/assets/stylesheets/cards.scss */
.c-card--teal-5 hr {
  border-bottom: none;
  background-color: rgba(149, 216, 213, 0.5);
  margin: 9px 0;
}

/* line 112, app/assets/stylesheets/cards.scss */
.c-card--border-green {
  border: 1px solid #13a538;
}

/* line 115, app/assets/stylesheets/cards.scss */
.c-card--border-red {
  border: 1px solid #f62d19;
}

/* line 118, app/assets/stylesheets/cards.scss */
.c-card--border-faint-metal {
  border: 1px solid #e9eff7;
}

/* line 121, app/assets/stylesheets/cards.scss */
.c-card--border-purple-1 {
  border: 1px solid rgba(92, 51, 131, 0.5);
}

/* line 124, app/assets/stylesheets/cards.scss */
.c-card--border-orange-1 {
  border: 1px solid rgba(221, 94, 0, 0.5);
}

/* line 129, app/assets/stylesheets/cards.scss */
.c-card--borderless {
  border: none;
  padding: 0 18px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 129, app/assets/stylesheets/cards.scss */
  .c-card--borderless {
    padding: 0;
  }
}

/* line 138, app/assets/stylesheets/cards.scss */
.c-card--padded {
  padding: 30px 18px;
}

@media (min-width: 900px) {
  /* line 138, app/assets/stylesheets/cards.scss */
  .c-card--padded {
    padding: 30px;
  }
}

/* line 145, app/assets/stylesheets/cards.scss */
.c-card--no-results {
  color: #636e78;
  padding: 24px 18px;
}

@media (min-width: 900px) {
  /* line 145, app/assets/stylesheets/cards.scss */
  .c-card--no-results {
    padding: 36px 24px;
  }
}

/* line 153, app/assets/stylesheets/cards.scss */
.c-card--vertical {
  float: left;
  width: 170px;
  height: 234px;
  padding: 0;
  margin: 0 18px 18px 0;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 161, app/assets/stylesheets/cards.scss */
.c-card--vertical a {
  display: block;
  text-decoration: none;
  height: 100%;
  padding: 12px;
  color: rgba(99, 110, 120, 0.8);
}

/* line 170, app/assets/stylesheets/cards.scss */
.c-card--inactive {
  background-color: rgba(233, 239, 247, 0.6);
}

/* line 174, app/assets/stylesheets/cards.scss */
.c-card--add {
  display: block;
  padding: 0;
  border-color: #13a538;
}

@media print {
  /* line 174, app/assets/stylesheets/cards.scss */
  .c-card--add {
    display: none !important;
  }
}

@media (max-width: 899px) {
  /* line 174, app/assets/stylesheets/cards.scss */
  .c-card--add {
    border: none;
  }
}

/* line 184, app/assets/stylesheets/cards.scss */
.c-card--add a {
  display: block;
  padding: 6px 0;
  text-align: left;
}

@media (min-width: 900px) {
  /* line 184, app/assets/stylesheets/cards.scss */
  .c-card--add a {
    padding: 18px;
  }
}

/* line 192, app/assets/stylesheets/cards.scss */
.c-card--add p {
  cursor: pointer;
}

/* line 195, app/assets/stylesheets/cards.scss */
.c-card--add .icon {
  margin: 0 9px 0 3px;
}

/* line 197, app/assets/stylesheets/cards.scss */
.c-card--add .icon svg {
  margin-top: -6px;
}

/* line 202, app/assets/stylesheets/cards.scss */
.c-card--add--sml a {
  display: block;
  padding: 18px;
  text-align: left;
}

/* line 207, app/assets/stylesheets/cards.scss */
.c-card--add--sml p {
  padding: 12px;
}

/* line 210, app/assets/stylesheets/cards.scss */
.c-card--add--sml .icon {
  margin: 0 3px;
}

/* line 212, app/assets/stylesheets/cards.scss */
.c-card--add--sml .icon svg {
  margin-top: -3px;
}

/* line 219, app/assets/stylesheets/cards.scss */
.c-card .help-prompt {
  margin: -3px -9px 6px;
}

/* line 223, app/assets/stylesheets/cards.scss */
.c-card__row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  /* line 223, app/assets/stylesheets/cards.scss */
  .c-card__row {
    flex-wrap: nowrap;
  }
}

/* line 232, app/assets/stylesheets/cards.scss */
.c-card__row .c-card {
  width: calc(50% - 7.5px);
  min-width: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}

@media (min-width: 900px) {
  /* line 232, app/assets/stylesheets/cards.scss */
  .c-card__row .c-card {
    flex: 1;
    width: auto;
    min-width: auto;
    max-width: 100%;
  }
}

/* line 245, app/assets/stylesheets/cards.scss */
.c-card__list {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 -18px 18px;
}

@media (min-width: 900px) {
  /* line 245, app/assets/stylesheets/cards.scss */
  .c-card__list {
    margin: 0 0 18px;
  }
}

@media (min-width: 900px) {
  /* line 253, app/assets/stylesheets/cards.scss */
  .c-card__list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    box-sizing: border-box;
    border: 1px solid #d8dfe7;
    border-bottom: none;
    width: 100%;
    height: 6px;
    z-index: 1;
    -webkit-box-shadow: 0 -2px 0px 1px white;
    -moz-box-shadow: 0 -2px 0px 1px white;
    box-shadow: 0 -2px 0px 1px white;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    background-clip: padding-box;
  }
}

@media (min-width: 900px) {
  /* line 269, app/assets/stylesheets/cards.scss */
  .c-card__list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    border: 1px solid #d8dfe7;
    border-top: none;
    width: 100%;
    height: 6px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 0px 1px white;
    -moz-box-shadow: 0 2px 0px 1px white;
    box-shadow: 0 2px 0px 1px white;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-clip: padding-box;
  }
}

/* line 286, app/assets/stylesheets/cards.scss */
.c-card__list.empty:before, .c-card__list.empty:after, .c-card__list.empty:empty {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 291, app/assets/stylesheets/cards.scss */
.c-card__list .c-card {
  border-top: 1px solid #d8dfe7;
  border-bottom: none;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 291, app/assets/stylesheets/cards.scss */
  .c-card__list .c-card {
    border: 1px solid #d8dfe7;
    border-bottom: none;
  }
}

@media print {
  /* line 291, app/assets/stylesheets/cards.scss */
  .c-card__list .c-card {
    border: none;
    border-bottom: 1px solid #d8dfe7;
  }
}

/* line 304, app/assets/stylesheets/cards.scss */
.c-card__list .c-card:last-of-type {
  border-bottom: 1px solid #d8dfe7;
}

/* line 307, app/assets/stylesheets/cards.scss */
.c-card__list .c-card__count {
  font-size: 15px;
  color: #8f919d;
}

/* line 312, app/assets/stylesheets/cards.scss */
.c-card__list .c-card--bulk {
  padding: 0;
  margin-bottom: -1px;
}

@media (min-width: 900px) {
  /* line 312, app/assets/stylesheets/cards.scss */
  .c-card__list .c-card--bulk {
    -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 print {
  /* line 312, app/assets/stylesheets/cards.scss */
  .c-card__list .c-card--bulk {
    display: none !important;
  }
}

/* line 325, app/assets/stylesheets/cards.scss */
.c-card__list .c-card .c-card {
  border: none;
  margin: -12px;
  width: auto;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 325, app/assets/stylesheets/cards.scss */
  .c-card__list .c-card .c-card {
    margin: -12px -18px;
  }
}

/* line 337, app/assets/stylesheets/cards.scss */
.c-card__list--border-blue:after {
  border-color: #0056a4;
}

/* line 340, app/assets/stylesheets/cards.scss */
.c-card__list--border-blue .c-card {
  border-color: #0056a4;
}

/* line 342, app/assets/stylesheets/cards.scss */
.c-card__list--border-blue .c-card:last-child {
  border-color: #0056a4;
}

/* line 349, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__count {
  border: none;
  padding: 6px 18px;
  margin: 0;
  font-size: 15px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 349, app/assets/stylesheets/cards.scss */
  .c-card__list--view-list .c-card__count {
    padding: 6px 0;
  }
}

/* line 359, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link {
  color: #3d4b59;
}

/* line 361, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card {
  padding: 12px 18px 12px 12px;
  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 361, app/assets/stylesheets/cards.scss */
  .c-card__list--view-list .c-card__link .c-card {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 18px;
    padding: 12px 18px;
    border: 1px solid #d8dfe7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 372, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin {
  border-left: 3px solid white;
}

/* line 374, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--orange-1 {
  border-left-color: #dd5e00;
}

/* line 377, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--red {
  border-left-color: #f62d19;
}

/* line 380, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--red-1 {
  border-left-color: #990000;
}

/* line 383, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--red-2 {
  border-left-color: #ce1b1b;
}

/* line 386, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--blue-1 {
  border-left-color: #0d478d;
}

/* line 389, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--green-1 {
  border-left-color: #028b67;
}

/* line 392, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__margin--grey {
  border-left-color: #8f919d;
}

/* line 396, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__body {
  flex: 1;
}

/* line 398, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__body-title {
  margin: 3px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #3d4b59 !important;
}

/* line 405, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__body-contact {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
}

/* line 411, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__body-job {
  color: #8f919d;
}

/* line 414, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__body-meta {
  margin: 3px 0;
  font-size: 15px;
  line-height: 21px;
  color: #8f919d;
}

/* line 419, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__body-meta-item {
  display: inline-block;
}

/* line 424, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__amount {
  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;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
  align-self: flex-start;
}

@media (min-width: 900px) {
  /* line 424, app/assets/stylesheets/cards.scss */
  .c-card__list--view-list .c-card__link .c-card__amount {
    text-align: right;
    align-self: flex-end;
    margin: 3px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 437, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__amount-paid {
  position: relative;
  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;
  align-self: flex-end;
  margin-left: 6px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 437, app/assets/stylesheets/cards.scss */
  .c-card__list--view-list .c-card__link .c-card__amount-paid {
    margin-left: 0;
    margin-right: 6px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 449, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__amount-paid-divide {
  display: none;
}

@media (min-width: 900px) {
  /* line 449, app/assets/stylesheets/cards.scss */
  .c-card__list--view-list .c-card__link .c-card__amount-paid-divide {
    display: inline-block;
    color: #8f919d;
    margin-right: 9px;
  }
}

/* line 458, app/assets/stylesheets/cards.scss */
.c-card__list--view-list .c-card__link .c-card__amount-label {
  font-size: 12px;
  line-height: 15px;
  align-self: flex-end;
  margin-left: 3px;
  display: block;
}

@media (min-width: 900px) {
  /* line 458, app/assets/stylesheets/cards.scss */
  .c-card__list--view-list .c-card__link .c-card__amount-label {
    margin: 0 6px 2px 0;
  }
}

/* line 474, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__list {
  margin-bottom: 0;
}

/* line 477, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__count {
  border: none;
  padding: 18px 0 0;
  margin: 1px 0 0;
  font-size: 15px;
  color: #8f919d;
}

/* line 484, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link {
  display: inline-block;
  margin: 9px 12px 0 0;
}

@media (min-width: 900px) {
  /* line 484, app/assets/stylesheets/cards.scss */
  .c-card__list--view-grid .c-card__link {
    margin: 9px 18px 0 0;
  }
}

/* line 490, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link:hover .btn--highlight-on-parent-hover {
  background: #e9eff7;
}

/* line 493, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card {
  position: relative;
  width: 165px;
  height: 250px;
  margin: 0;
  padding: 12px;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  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 493, app/assets/stylesheets/cards.scss */
  .c-card__list--view-grid .c-card__link .c-card {
    width: 181px;
    height: 248px;
  }
}

/* line 507, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body {
  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;
}

/* line 510, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-title {
  order: 1;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
}

/* line 516, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-job {
  margin-top: 3px;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
}

/* line 522, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-contact {
  order: 3;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  color: #3d4b59;
}

/* line 528, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-contact-address {
  display: block;
  margin-top: 3px;
  font-weight: normal;
  color: #8f919d;
}

/* line 535, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-job {
  display: block;
  color: #8f919d;
}

/* line 539, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-hide-on-grid {
  display: none;
}

/* line 542, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-meta {
  order: 2;
  font-size: 13px;
  line-height: 19px;
  padding: 0 12px 12px;
  margin: 0 -12px 12px;
  border-bottom: 1px solid #d8dfe7;
  color: #8f919d;
}

/* line 550, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-meta-items {
  display: block;
}

/* line 553, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__body-meta-item {
  text-transform: capitalize;
}

/* line 558, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__amount {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 6px 12px;
  background: white;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 558, app/assets/stylesheets/cards.scss */
  .c-card__list--view-grid .c-card__link .c-card__amount {
    padding: 12px;
  }
}

/* line 574, app/assets/stylesheets/cards.scss */
.c-card__list--view-grid .c-card__link .c-card__amount-paid {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #8f919d;
}

/* line 587, app/assets/stylesheets/cards.scss */
.c-card .c-card__list {
  padding: 0;
  margin: 0 -12px;
}

@media (min-width: 900px) {
  /* line 587, app/assets/stylesheets/cards.scss */
  .c-card .c-card__list {
    margin: 0;
  }
}

/* line 596, app/assets/stylesheets/cards.scss */
.c-card__value {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  line-height: 22px;
}

@media (min-width: 900px) {
  /* line 596, app/assets/stylesheets/cards.scss */
  .c-card__value {
    right: 15px;
  }
}

/* line 609, app/assets/stylesheets/cards.scss */
.c-card--job {
  min-height: 124px;
}

/* line 612, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 90%;
  top: 5%;
  left: 0;
}

/* line 621, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin--orange-1:before {
  background: #dd5e00;
}

/* line 626, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin--purple-1:before {
  background: #5c3383;
}

/* line 631, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin--red-1:before {
  background: #990000;
}

/* line 636, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin--blue-1:before {
  background: #0d478d;
}

/* line 641, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin--green-1:before {
  background: #028b67;
}

/* line 646, app/assets/stylesheets/cards.scss */
.c-card--job.c-card__margin--dark-metal:before {
  background: #8f919d;
}

/* line 651, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body {
  flex: 1;
}

/* line 653, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body-title {
  margin: 3px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #3d4b59;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 664, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body-status {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 21px;
}

/* line 669, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body-contact {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 679, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body-address {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 689, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body-meta {
  margin: 3px 0;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
}

/* line 694, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__body-meta-item {
  display: inline-block;
}

/* line 699, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__value {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

@media (min-width: 900px) {
  /* line 699, app/assets/stylesheets/cards.scss */
  .c-card--job .c-card__value {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

/* line 712, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__value .amount-label {
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  margin-right: 3px;
}

/* line 718, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__value-label {
  display: none;
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

@media (min-width: 900px) {
  /* line 718, app/assets/stylesheets/cards.scss */
  .c-card--job .c-card__value-label {
    display: block;
  }
}

/* line 727, app/assets/stylesheets/cards.scss */
.c-card--job .c-card__value-meta {
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

@media (min-width: 900px) {
  /* line 727, app/assets/stylesheets/cards.scss */
  .c-card--job .c-card__value-meta {
    margin-top: 24px;
  }
}

/* line 739, app/assets/stylesheets/cards.scss */
.card-heading__subtitle {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  vertical-align: middle;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 900px) {
  /* line 739, app/assets/stylesheets/cards.scss */
  .card-heading__subtitle {
    display: inline-block;
    width: 120px;
  }
}

/* line 754, app/assets/stylesheets/cards.scss */
.card-heading__title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  vertical-align: middle;
}

@media (min-width: 900px) {
  /* line 754, app/assets/stylesheets/cards.scss */
  .card-heading__title {
    display: inline-block;
  }
}

/* line 764, app/assets/stylesheets/cards.scss */
.card-heading .heading-divide {
  display: none;
}

@media (min-width: 900px) {
  /* line 764, app/assets/stylesheets/cards.scss */
  .card-heading .heading-divide {
    display: inline-block;
    margin: 3px 6px 0;
    width: 9px;
    height: 9px;
    stroke: #b6bfc9;
  }
}

/* line 776, app/assets/stylesheets/cards.scss */
.card-meta {
  font-size: 15px;
  line-height: 18px;
  margin: 3px 0;
  color: #636e78;
}

/* line 781, app/assets/stylesheets/cards.scss */
.card-meta--truncated {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 786, app/assets/stylesheets/cards.scss */
.card-meta small {
  font-size: 0.9em;
}

/* line 789, app/assets/stylesheets/cards.scss */
.card-meta--full {
  width: 100%;
}

/* line 792, app/assets/stylesheets/cards.scss */
.card-meta .dashed {
  color: #8f919d;
  text-decoration: none;
  border-bottom: 1px dashed rgba(61, 75, 89, 0.2);
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/messages.scss */
.sms-preview {
  position: relative;
  background: #e9eff7;
  margin: 12px;
  padding: 21px 36px 27px 30px;
  font-size: 18px;
  line-height: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 11, app/assets/stylesheets/messages.scss */
.sms-preview:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid #e9eff7;
  transform: rotate(-18deg);
}

/* line 23, app/assets/stylesheets/messages.scss */
.sms-preview--sml {
  padding: 18px 30px 21px 27px;
  font-size: 15px;
  line-height: 21px;
}

/* line 28, app/assets/stylesheets/messages.scss */
.sms-preview .trix-content {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/messages.scss */
.sms-preview .trix-content > div {
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/messages.scss */
.user-comms {
  padding: 12px 18px;
  background: #f3dff9;
  text-align: center;
}

@media (min-width: 900px) {
  /* line 36, app/assets/stylesheets/messages.scss */
  .user-comms {
    padding: 18px;
  }
}

/* line 43, app/assets/stylesheets/messages.scss */
.user-comms p {
  font-size: 18px;
  line-height: 24px;
  color: #452662;
}

/* line 48, app/assets/stylesheets/messages.scss */
.user-comms .btn {
  display: block;
  margin-top: 9px;
  background: #7d5c9c;
  color: white;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* line 48, app/assets/stylesheets/messages.scss */
  .user-comms .btn {
    margin-top: 0;
    display: inline-block;
  }
}

/* line 58, app/assets/stylesheets/messages.scss */
.user-comms .btn:hover {
  background: #5c3383;
}

/* line 64, app/assets/stylesheets/messages.scss */
.message-card {
  padding: 0;
}

/* line 66, app/assets/stylesheets/messages.scss */
.message-card__link {
  display: block;
  padding: 12px 18px;
}

/* line 70, app/assets/stylesheets/messages.scss */
.message-card .conversation__msg-meta {
  margin-bottom: 6px;
}

/* line 73, app/assets/stylesheets/messages.scss */
.message-card .conversation__msg-subject {
  margin-bottom: 0px;
}

/* line 78, app/assets/stylesheets/messages.scss */
.action_message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 50000;
  text-align: left;
  padding: 18px;
  font-size: 18px;
  transform-origin: top;
  transform: translateY(0);
  transition: transform 1s ease;
}

/* line 92, app/assets/stylesheets/messages.scss */
.action_message--closed {
  transform-origin: bottom;
  transform: translateY(1000%);
  opacity: 0;
  height: 0;
  transition: transform 1s ease, height 0.1s 1.2s, opacity 0.1s 1.2s;
}

@media (min-width: 900px) {
  /* line 78, app/assets/stylesheets/messages.scss */
  .action_message {
    bottom: 18px;
    left: 18px;
    max-width: 600px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}

/* line 109, app/assets/stylesheets/messages.scss */
.action_message p {
  display: inline-block;
  padding-right: 32px;
}

/* line 112, app/assets/stylesheets/messages.scss */
.action_message p a {
  color: white;
}

/* line 116, app/assets/stylesheets/messages.scss */
.action_message a.close, .action_message a.link {
  float: right;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 121, app/assets/stylesheets/messages.scss */
.action_message a.close:hover, .action_message a.link:hover {
  color: white;
}

/* line 125, app/assets/stylesheets/messages.scss */
.action_message.notice {
  background: #13a538;
  color: #fff;
}

/* line 128, app/assets/stylesheets/messages.scss */
.action_message.notice::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin: -3px 6px 0 3px;
  vertical-align: middle;
  background-image: url(/assets/icons/check-circle--solid-1ff45ff0e193badbc1044ac3fcdf2054a13d29260831757e8f0132b7989f57a0.svg);
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -moz-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -o-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
}

/* line 139, app/assets/stylesheets/messages.scss */
.action_message.progress {
  background: #ff9900;
  color: #fff;
}

/* line 142, app/assets/stylesheets/messages.scss */
.action_message.progress::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin: -3px 6px 0 3px;
  vertical-align: middle;
  background-image: url(/assets/icons/clock--bold-34912d049088ccf733bdd11134d05bf7f876061025ac96e2a39778f71dc9bc59.svg);
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -moz-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -o-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
}

/* line 153, app/assets/stylesheets/messages.scss */
.action_message.alert {
  background: rgba(246, 45, 25, 0.9);
  color: #fff;
}

/* line 156, app/assets/stylesheets/messages.scss */
.action_message.alert::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin: -3px 6px 0 3px;
  vertical-align: middle;
  background-image: url(/assets/icons/alert--solid-4598970a30606b31a4da13ccb5a300aa977d570f13909660d19687163822b076.svg);
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -moz-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  -o-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(199deg) brightness(109%) contrast(101%);
}

/* line 169, app/assets/stylesheets/messages.scss */
.warning-message {
  background: rgba(246, 45, 25, 0.1);
  padding: 20px 0;
}

/* line 172, app/assets/stylesheets/messages.scss */
.warning-message .inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 900px) {
  /* line 172, app/assets/stylesheets/messages.scss */
  .warning-message .inner {
    width: 1100px;
  }
}

/* line 178, app/assets/stylesheets/messages.scss */
.warning-message .inner i {
  color: #f62d19;
  font-size: 36px;
  float: left;
  margin-top: 4px;
}

/* line 184, app/assets/stylesheets/messages.scss */
.warning-message .inner p {
  color: #f62d19;
  font-size: 16px;
  margin-left: 50px;
}

/* line 192, app/assets/stylesheets/messages.scss */
.announcement {
  padding: 18px;
  background: #00694d;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 900px) {
  /* line 192, app/assets/stylesheets/messages.scss */
  .announcement {
    margin-bottom: 0;
  }
}

/* line 200, app/assets/stylesheets/messages.scss */
.announcement p {
  width: 100%;
  font-size: 15px;
  line-height: 120%;
  margin: 0 auto;
  color: white;
  font-weight: normal;
}

@media (min-width: 900px) {
  /* line 200, app/assets/stylesheets/messages.scss */
  .announcement p {
    font-size: 18px;
    line-height: 120%;
  }
}

/* line 211, app/assets/stylesheets/messages.scss */
.announcement p strong {
  font-weight: bold;
}

/* line 214, app/assets/stylesheets/messages.scss */
.announcement p a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
  margin-left: 6px;
}

/* line 219, app/assets/stylesheets/messages.scss */
.announcement p a:hover {
  color: white;
}

/* line 223, app/assets/stylesheets/messages.scss */
.announcement p .btn {
  text-decoration: none;
}

/* line 226, app/assets/stylesheets/messages.scss */
.announcement p .sale {
  float: left;
  margin: 0 15px 0 0;
  color: #f62d19;
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/messages.scss */
.announcement p .sale:hover {
  color: #111;
}

/* line 234, app/assets/stylesheets/messages.scss */
.announcement p .sale a {
  color: #f62d19;
  text-decoration: none;
}

/* line 237, app/assets/stylesheets/messages.scss */
.announcement p .sale a:hover {
  color: #111;
}

/* line 241, app/assets/stylesheets/messages.scss */
.announcement p .sale strong {
  font-weight: bold;
}

/* line 246, app/assets/stylesheets/messages.scss */
.announcement--dark-green {
  padding: 6px;
  background: #d1ede1;
}

/* line 249, app/assets/stylesheets/messages.scss */
.announcement--dark-green p {
  font-size: 15px;
  color: #3d4b59;
}

/* line 252, app/assets/stylesheets/messages.scss */
.announcement--dark-green p a {
  text-decoration: none;
}

/* line 257, app/assets/stylesheets/messages.scss */
.announcement--red {
  background: #f62d19;
  color: white;
  font-size: 16px;
  line-height: 19px;
}

/* line 262, app/assets/stylesheets/messages.scss */
.announcement--red p {
  color: white;
}

/* line 266, app/assets/stylesheets/messages.scss */
.announcement--ytb {
  padding: 15px;
  margin: 0 0 24px;
  background: rgba(255, 240, 204, 0.8);
  color: #3d4b59;
  font-size: 15px;
  line-height: 21px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 266, app/assets/stylesheets/messages.scss */
  .announcement--ytb {
    margin: 24px 0 -24px;
  }
}

/* line 277, app/assets/stylesheets/messages.scss */
.announcement--ytb p {
  color: #3d4b59;
}

/* line 281, app/assets/stylesheets/messages.scss */
.announcement__buttons {
  display: block;
  margin: 6px 0 0;
}

@media (min-width: 900px) {
  /* line 281, app/assets/stylesheets/messages.scss */
  .announcement__buttons {
    display: inline-block;
    margin-left: 9px;
  }
}

/* line 288, app/assets/stylesheets/messages.scss */
.announcement__buttons .btn {
  margin: 0 3px;
}

/* line 294, app/assets/stylesheets/messages.scss */
.no-data {
  margin: 30px auto;
  width: auto;
  text-align: center;
}

/* line 298, app/assets/stylesheets/messages.scss */
.no-data.tour {
  position: relative;
  padding: 10px 40px;
}

/* line 301, app/assets/stylesheets/messages.scss */
.no-data.tour h4 {
  position: relative;
  margin: 0;
  font-weight: bold;
  color: rgba(61, 75, 89, 0.9);
  z-index: 1;
}

@media (min-width: 900px) {
  /* line 301, app/assets/stylesheets/messages.scss */
  .no-data.tour h4 {
    font-size: 32px;
    line-height: 42px;
  }
}

/* line 312, app/assets/stylesheets/messages.scss */
.no-data.tour p {
  position: relative;
  color: rgba(61, 75, 89, 0.9);
  z-index: 1;
  line-height: 1.25em;
  margin: 10px 0;
}

/* line 319, app/assets/stylesheets/messages.scss */
.no-data.tour p.small {
  margin: 5px 0;
  font-size: 20px;
}

/* line 323, app/assets/stylesheets/messages.scss */
.no-data.tour ul {
  text-align: center;
}

/* line 325, app/assets/stylesheets/messages.scss */
.no-data.tour ul li {
  list-style-type: none;
  font-size: 25px;
  position: relative;
  color: rgba(61, 75, 89, 0.9);
  z-index: 1;
  line-height: 1.25em;
  margin: 20px 0;
}

/* line 333, app/assets/stylesheets/messages.scss */
.no-data.tour ul li.small {
  margin-top: 30px;
  font-size: 20px;
}

/* line 339, app/assets/stylesheets/messages.scss */
.no-data.tour a.help-guide {
  font-size: 18px;
}

/* line 342, app/assets/stylesheets/messages.scss */
.no-data.tour a.green {
  color: #13a538;
}

/* line 345, app/assets/stylesheets/messages.scss */
.no-data.tour img {
  width: 100%;
  height: 105%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.8;
}

/* line 355, app/assets/stylesheets/messages.scss */
.no-data h4 {
  font-size: 22px;
  line-height: 32px;
  color: rgba(99, 110, 120, 0.6);
  -webkit-text-shadow: white 0 1px 0;
  -moz-text-shadow: white 0 1px 0;
  -ms-text-shadow: white 0 1px 0;
  /* IE 10+ */
  -o-text-shadow: white 0 1px 0;
  text-shadow: white 0 1px 0;
}

/* line 361, app/assets/stylesheets/messages.scss */
.no-data h5 {
  font-size: 24px;
  line-height: 1.15em;
  color: rgba(99, 110, 120, 0.6);
  -webkit-text-shadow: white 0 1px 0;
  -moz-text-shadow: white 0 1px 0;
  -ms-text-shadow: white 0 1px 0;
  /* IE 10+ */
  -o-text-shadow: white 0 1px 0;
  text-shadow: white 0 1px 0;
}

/* line 367, app/assets/stylesheets/messages.scss */
.no-data p {
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(99, 110, 120, 0.6);
  line-height: 1.4em;
  -webkit-text-shadow: white 0 1px 0;
  -moz-text-shadow: white 0 1px 0;
  -ms-text-shadow: white 0 1px 0;
  /* IE 10+ */
  -o-text-shadow: white 0 1px 0;
  text-shadow: white 0 1px 0;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/conversations.scss */
.conversation {
  margin: 0 0 60px;
}

/* line 6, app/assets/stylesheets/conversations.scss */
.conversation__msg {
  padding: 24px;
  display: inline-block;
}

/* line 10, app/assets/stylesheets/conversations.scss */
.conversation__msg--from-customer {
  background: rgba(243, 223, 249, 0.25);
  border-color: #f3dff9;
}

/* line 14, app/assets/stylesheets/conversations.scss */
.conversation__msg--error {
  padding: 18px 24px;
  margin: -12px -12px 24px;
  width: 104%;
  display: block;
  color: #f62d19;
  background: rgba(244, 209, 209, 0.25);
  border: none;
}

/* line 22, app/assets/stylesheets/conversations.scss */
.conversation__msg--error code {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  color: #f62d19;
  font-weight: normal;
  border-left: 3px solid rgba(246, 45, 25, 0.5);
  padding-left: 12px;
}

/* line 32, app/assets/stylesheets/conversations.scss */
.conversation__msg--green {
  background: rgba(209, 237, 225, 0.25);
  border-color: #d1ede1;
}

/* line 37, app/assets/stylesheets/conversations.scss */
.conversation__msg-blockquote {
  border-left: 3px solid rgba(101, 186, 164, 0.5);
  padding-left: 12px;
}

/* line 42, app/assets/stylesheets/conversations.scss */
.conversation__msg-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

/* line 45, app/assets/stylesheets/conversations.scss */
.conversation__msg-holder--from-customer {
  justify-content: flex-end;
}

/* line 48, app/assets/stylesheets/conversations.scss */
.conversation__msg-holder > .u-block {
  width: 90%;
}

/* line 53, app/assets/stylesheets/conversations.scss */
.conversation__msg-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
  margin: 12px 0 0;
}

/* line 59, app/assets/stylesheets/conversations.scss */
.conversation__msg-meta-via {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

/* line 63, app/assets/stylesheets/conversations.scss */
.conversation__msg-meta-via .icon:not(:first-child) {
  margin-left: 1px;
}

/* line 65, app/assets/stylesheets/conversations.scss */
.conversation__msg-meta-via .icon:not(:first-child) svg {
  width: 11px;
  height: 11px;
}

@media (min-width: 900px) {
  /* line 70, app/assets/stylesheets/conversations.scss */
  .conversation__msg-meta-via .menu {
    width: 420px;
    top: 27px;
    left: -95px;
    right: auto;
  }
}

@media (min-width: 900px) {
  /* line 81, app/assets/stylesheets/conversations.scss */
  .conversation__msg-block {
    padding-left: 45px;
  }
}

/* line 87, app/assets/stylesheets/conversations.scss */
.conversation__msg-body {
  font-size: 18px;
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 87, app/assets/stylesheets/conversations.scss */
  .conversation__msg-body {
    margin-right: 30px;
  }
}

/* line 93, app/assets/stylesheets/conversations.scss */
.conversation__msg-body p, .conversation__msg-body div {
  margin: 0 0 21px;
  line-height: 24px;
}

/* line 99, app/assets/stylesheets/conversations.scss */
.conversation__msg-attachments {
  margin: 45px 0 0;
}

/* line 103, app/assets/stylesheets/conversations.scss */
.conversation__msg-attachment {
  display: inline-block;
  margin: 0 12px 15px 0;
  text-align: center;
}

@media (min-width: 900px) {
  /* line 103, app/assets/stylesheets/conversations.scss */
  .conversation__msg-attachment {
    margin: 0 15px 15px 0;
  }
}

/* line 110, app/assets/stylesheets/conversations.scss */
.conversation__msg-attachment-file {
  box-sizing: border-box;
  text-align: center;
  width: 90px;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 0 0 3px 0;
  color: #8f919d;
  border: 2px solid #b6bfc9;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 121, app/assets/stylesheets/conversations.scss */
.conversation__msg-attachment-file .icon {
  margin: 6px auto;
  padding: 3px;
  width: 42px;
  height: 42px;
}

/* line 127, app/assets/stylesheets/conversations.scss */
.conversation__msg-attachment-file img {
  width: 90px;
  height: 60px;
}

/* line 132, app/assets/stylesheets/conversations.scss */
.conversation__msg-attachment-name {
  font-size: 13px;
  line-height: 19px;
  color: #8f919d;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/activity.scss */
.actvty-lst {
  box-sizing: border-box;
  word-break: break-all;
}

/* line 6, app/assets/stylesheets/activity.scss */
.actvty-lst p {
  padding-top: 6px;
  font-size: 15px;
}

/* line 12, app/assets/stylesheets/activity.scss */
.actvty {
  padding: 0 0 12px;
}

/* line 14, app/assets/stylesheets/activity.scss */
.actvty__what {
  display: block;
  font-size: 15px;
  line-height: 21px;
}

/* line 19, app/assets/stylesheets/activity.scss */
.actvty__when {
  font-size: 15px;
  color: #8f919d;
  line-height: 21px;
}

/* line 24, app/assets/stylesheets/activity.scss */
.actvty__who {
  font-size: 15px;
  color: #8f919d;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 100;
  background: white;
  min-width: 300px;
  max-height: 300px;
  border: 1px solid #b6bfc9;
  -webkit-box-shadow: 0 1px 6px #b6bfc9;
  -moz-box-shadow: 0 1px 6px #b6bfc9;
  box-shadow: 0 1px 6px #b6bfc9;
  -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;
}

/* line 16, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #e9eff7;
}

/* line 21, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .ui-menu-item a:hover {
  background: #e9eff7;
}

/* line 25, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .autocomplete__title {
  display: block;
  font-size: 15px;
  color: #3d4b59;
  line-height: 22px;
}

/* line 31, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .autocomplete__price {
  float: right;
  font-size: 13px;
  line-height: 22px;
  color: #3d4b59;
}

/* line 37, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .autocomplete__description {
  display: block;
  font-size: 13px;
  color: #636e78;
  line-height: 16px;
}

/* line 43, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .autocomplete__product_code {
  display: block;
  font-size: 13px;
  color: #636e78;
  line-height: 16px;
}

/* line 49, app/assets/stylesheets/autocomplete.scss */
.ui-autocomplete .autocomplete__highlight {
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/autocomplete.scss */
.ui-autosuggest__container {
  position: relative;
  display: block;
}

@media (min-width: 900px) {
  /* line 56, app/assets/stylesheets/autocomplete.scss */
  .ui-autosuggest__container {
    display: inline-block;
  }
}

/* line 63, app/assets/stylesheets/autocomplete.scss */
.ui-autosuggest__suggestions-container {
  text-align: left;
  z-index: 10;
  box-sizing: border-box;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  height: auto;
  top: 54px;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 9px;
  overflow-y: auto;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.25);
  transform: scale(0.75);
}

/* line 82, app/assets/stylesheets/autocomplete.scss */
.ui-autosuggest__suggestions-container--open {
  background: white;
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  top: 45px;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 82, app/assets/stylesheets/autocomplete.scss */
  .ui-autosuggest__suggestions-container--open {
    top: 48px;
    width: auto;
    min-width: 300px;
  }
}

/* line 97, app/assets/stylesheets/autocomplete.scss */
.ui-autosuggest__suggestion {
  cursor: pointer;
  color: #636e78;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 104, app/assets/stylesheets/autocomplete.scss */
.ui-autosuggest__suggestion--highlighted, .ui-autosuggest__suggestion:hover {
  color: #7d5c9c;
  background: rgba(243, 223, 249, 0.5);
}

/* line 111, app/assets/stylesheets/autocomplete.scss */
.ui-helper-hidden-accessible {
  display: none;
}
/* ------------ 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 ------------ */
/* ------------ Utilities ------------ */
/* line 5, app/assets/stylesheets/base/utilities.scss */
.hidden {
  display: none;
}

/* line 9, app/assets/stylesheets/base/utilities.scss */
.js-hidden {
  display: none !important;
}

/* line 13, app/assets/stylesheets/base/utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 17, app/assets/stylesheets/base/utilities.scss */
.u-show-print-only {
  display: none !important;
}

@media print {
  /* line 17, app/assets/stylesheets/base/utilities.scss */
  .u-show-print-only {
    display: inline-block !important;
  }
}

@media print {
  /* line 24, app/assets/stylesheets/base/utilities.scss */
  .u-no-print {
    display: none !important;
  }
}

/* line 30, app/assets/stylesheets/base/utilities.scss */
.u-rel {
  position: relative;
}

/* line 34, app/assets/stylesheets/base/utilities.scss */
.u-abs {
  position: absolute;
}

/* line 36, app/assets/stylesheets/base/utilities.scss */
.u-abs--right {
  right: 20px;
}

/* line 41, app/assets/stylesheets/base/utilities.scss */
.u-clear {
  clear: both;
}

/* line 45, app/assets/stylesheets/base/utilities.scss */
.u-block {
  display: block !important;
}

/* line 47, app/assets/stylesheets/base/utilities.scss */
.u-block--sml-scrn-only {
  display: block !important;
}

@media (min-width: 900px) {
  /* line 47, app/assets/stylesheets/base/utilities.scss */
  .u-block--sml-scrn-only {
    display: inline-block !important;
  }
}

@media (min-width: 900px) {
  /* line 55, app/assets/stylesheets/base/utilities.scss */
  .u-block--lrg {
    display: block !important;
  }
}

/* line 61, app/assets/stylesheets/base/utilities.scss */
.u-inline {
  display: inline !important;
}

/* line 65, app/assets/stylesheets/base/utilities.scss */
.u-inline-block {
  display: inline-block !important;
}

/* line 69, app/assets/stylesheets/base/utilities.scss */
.u-inline-block--soft {
  display: inline-block;
}

/* line 73, app/assets/stylesheets/base/utilities.scss */
.u-vertical-middle {
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/base/utilities.scss */
.u-new-stack {
  position: relative;
  z-index: 0;
}

/* line 81, app/assets/stylesheets/base/utilities.scss */
.u-align-left {
  text-align: left !important;
}

@media (max-width: 899px) {
  /* line 83, app/assets/stylesheets/base/utilities.scss */
  .u-align-left--sml-only {
    text-align: left !important;
  }
}

@media (min-width: 900px) {
  /* line 88, app/assets/stylesheets/base/utilities.scss */
  .u-align-left--lrg-only {
    text-align: left !important;
  }
}

/* line 95, app/assets/stylesheets/base/utilities.scss */
.u-align-center {
  text-align: center !important;
}

@media (max-width: 899px) {
  /* line 97, app/assets/stylesheets/base/utilities.scss */
  .u-align-center--sml-only {
    text-align: center !important;
  }
}

@media (min-width: 900px) {
  /* line 102, app/assets/stylesheets/base/utilities.scss */
  .u-align-center--lrg-only {
    text-align: center !important;
  }
}

/* line 109, app/assets/stylesheets/base/utilities.scss */
.u-align-right {
  text-align: right !important;
}

@media (max-width: 899px) {
  /* line 111, app/assets/stylesheets/base/utilities.scss */
  .u-align-right--sml-only {
    text-align: right !important;
  }
}

@media (min-width: 900px) {
  /* line 116, app/assets/stylesheets/base/utilities.scss */
  .u-align-right--lrg-only {
    text-align: right !important;
  }
}

/* line 123, app/assets/stylesheets/base/utilities.scss */
.u-float-left {
  float: left !important;
}

/* line 127, app/assets/stylesheets/base/utilities.scss */
.u-float-right {
  float: right !important;
}

@media (min-width: 900px) {
  /* line 131, app/assets/stylesheets/base/utilities.scss */
  .u-float-right--lrg-only {
    float: right !important;
  }
}

/*  PADDING CLASSES */
/* --------- */
/* creates u-pad-[TOP/BTM/L/R]--x[0 to 25] based on a standard baseline */
/* examples: */
/* u-pad-btm--x0 { padding-bottom: 0px !important; } */
/* u-pad-btm--x3 { padding-bottom: 18px !important; } */
/* u-pad-btm--x10 { padding-bottom: 60px !important; } */
/* create a non--x convenience class */
/* line 149, app/assets/stylesheets/base/utilities.scss */
.u-pad-top {
  padding-top: 6px !important;
}

/* line 152, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm {
  padding-bottom: 6px !important;
}

/* line 155, app/assets/stylesheets/base/utilities.scss */
.u-pad-l {
  box-sizing: border-box;
  padding-left: 6px !important;
}

/* line 159, app/assets/stylesheets/base/utilities.scss */
.u-pad-r {
  box-sizing: border-box;
  padding-right: 6px !important;
}

/* line 163, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr {
  box-sizing: border-box;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/* line 168, app/assets/stylesheets/base/utilities.scss */
.u-pad-all {
  box-sizing: border-box;
  padding: 6px !important;
}

/* Loop through paddings and create classes */
/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x0 {
  padding-top: 0px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x0 {
  padding-bottom: 0px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x0 {
  box-sizing: border-box;
  padding-left: 0px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x0 {
  box-sizing: border-box;
  padding-right: 0px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x0 {
  box-sizing: border-box;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x0 {
  box-sizing: border-box;
  padding: 0px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x1 {
  padding-top: 6px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x1 {
  padding-bottom: 6px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x1 {
  box-sizing: border-box;
  padding-left: 6px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x1 {
  box-sizing: border-box;
  padding-right: 6px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x1 {
  box-sizing: border-box;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x1 {
  box-sizing: border-box;
  padding: 6px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x2 {
  padding-top: 12px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x2 {
  padding-bottom: 12px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x2 {
  box-sizing: border-box;
  padding-left: 12px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x2 {
  box-sizing: border-box;
  padding-right: 12px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x2 {
  box-sizing: border-box;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x2 {
  box-sizing: border-box;
  padding: 12px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x3 {
  padding-top: 18px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x3 {
  padding-bottom: 18px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x3 {
  box-sizing: border-box;
  padding-left: 18px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x3 {
  box-sizing: border-box;
  padding-right: 18px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x3 {
  box-sizing: border-box;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x3 {
  box-sizing: border-box;
  padding: 18px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x4 {
  padding-top: 24px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x4 {
  padding-bottom: 24px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x4 {
  box-sizing: border-box;
  padding-left: 24px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x4 {
  box-sizing: border-box;
  padding-right: 24px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x4 {
  box-sizing: border-box;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x4 {
  box-sizing: border-box;
  padding: 24px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x5 {
  padding-top: 30px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x5 {
  padding-bottom: 30px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x5 {
  box-sizing: border-box;
  padding-left: 30px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x5 {
  box-sizing: border-box;
  padding-right: 30px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x5 {
  box-sizing: border-box;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x5 {
  box-sizing: border-box;
  padding: 30px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x6 {
  padding-top: 36px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x6 {
  padding-bottom: 36px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x6 {
  box-sizing: border-box;
  padding-left: 36px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x6 {
  box-sizing: border-box;
  padding-right: 36px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x6 {
  box-sizing: border-box;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x6 {
  box-sizing: border-box;
  padding: 36px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x7 {
  padding-top: 42px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x7 {
  padding-bottom: 42px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x7 {
  box-sizing: border-box;
  padding-left: 42px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x7 {
  box-sizing: border-box;
  padding-right: 42px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x7 {
  box-sizing: border-box;
  padding-left: 42px !important;
  padding-right: 42px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x7 {
  box-sizing: border-box;
  padding: 42px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x8 {
  padding-top: 48px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x8 {
  padding-bottom: 48px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x8 {
  box-sizing: border-box;
  padding-left: 48px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x8 {
  box-sizing: border-box;
  padding-right: 48px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x8 {
  box-sizing: border-box;
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x8 {
  box-sizing: border-box;
  padding: 48px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x9 {
  padding-top: 54px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x9 {
  padding-bottom: 54px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x9 {
  box-sizing: border-box;
  padding-left: 54px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x9 {
  box-sizing: border-box;
  padding-right: 54px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x9 {
  box-sizing: border-box;
  padding-left: 54px !important;
  padding-right: 54px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x9 {
  box-sizing: border-box;
  padding: 54px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x10 {
  padding-top: 60px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x10 {
  padding-bottom: 60px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x10 {
  box-sizing: border-box;
  padding-left: 60px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x10 {
  box-sizing: border-box;
  padding-right: 60px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x10 {
  box-sizing: border-box;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x10 {
  box-sizing: border-box;
  padding: 60px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x11 {
  padding-top: 66px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x11 {
  padding-bottom: 66px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x11 {
  box-sizing: border-box;
  padding-left: 66px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x11 {
  box-sizing: border-box;
  padding-right: 66px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x11 {
  box-sizing: border-box;
  padding-left: 66px !important;
  padding-right: 66px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x11 {
  box-sizing: border-box;
  padding: 66px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x12 {
  padding-top: 72px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x12 {
  padding-bottom: 72px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x12 {
  box-sizing: border-box;
  padding-left: 72px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x12 {
  box-sizing: border-box;
  padding-right: 72px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x12 {
  box-sizing: border-box;
  padding-left: 72px !important;
  padding-right: 72px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x12 {
  box-sizing: border-box;
  padding: 72px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x13 {
  padding-top: 78px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x13 {
  padding-bottom: 78px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x13 {
  box-sizing: border-box;
  padding-left: 78px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x13 {
  box-sizing: border-box;
  padding-right: 78px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x13 {
  box-sizing: border-box;
  padding-left: 78px !important;
  padding-right: 78px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x13 {
  box-sizing: border-box;
  padding: 78px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x14 {
  padding-top: 84px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x14 {
  padding-bottom: 84px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x14 {
  box-sizing: border-box;
  padding-left: 84px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x14 {
  box-sizing: border-box;
  padding-right: 84px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x14 {
  box-sizing: border-box;
  padding-left: 84px !important;
  padding-right: 84px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x14 {
  box-sizing: border-box;
  padding: 84px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x15 {
  padding-top: 90px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x15 {
  padding-bottom: 90px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x15 {
  box-sizing: border-box;
  padding-left: 90px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x15 {
  box-sizing: border-box;
  padding-right: 90px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x15 {
  box-sizing: border-box;
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x15 {
  box-sizing: border-box;
  padding: 90px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x16 {
  padding-top: 96px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x16 {
  padding-bottom: 96px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x16 {
  box-sizing: border-box;
  padding-left: 96px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x16 {
  box-sizing: border-box;
  padding-right: 96px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x16 {
  box-sizing: border-box;
  padding-left: 96px !important;
  padding-right: 96px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x16 {
  box-sizing: border-box;
  padding: 96px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x17 {
  padding-top: 102px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x17 {
  padding-bottom: 102px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x17 {
  box-sizing: border-box;
  padding-left: 102px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x17 {
  box-sizing: border-box;
  padding-right: 102px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x17 {
  box-sizing: border-box;
  padding-left: 102px !important;
  padding-right: 102px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x17 {
  box-sizing: border-box;
  padding: 102px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x18 {
  padding-top: 108px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x18 {
  padding-bottom: 108px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x18 {
  box-sizing: border-box;
  padding-left: 108px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x18 {
  box-sizing: border-box;
  padding-right: 108px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x18 {
  box-sizing: border-box;
  padding-left: 108px !important;
  padding-right: 108px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x18 {
  box-sizing: border-box;
  padding: 108px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x19 {
  padding-top: 114px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x19 {
  padding-bottom: 114px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x19 {
  box-sizing: border-box;
  padding-left: 114px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x19 {
  box-sizing: border-box;
  padding-right: 114px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x19 {
  box-sizing: border-box;
  padding-left: 114px !important;
  padding-right: 114px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x19 {
  box-sizing: border-box;
  padding: 114px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x20 {
  padding-top: 120px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x20 {
  padding-bottom: 120px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x20 {
  box-sizing: border-box;
  padding-left: 120px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x20 {
  box-sizing: border-box;
  padding-right: 120px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x20 {
  box-sizing: border-box;
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x20 {
  box-sizing: border-box;
  padding: 120px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x21 {
  padding-top: 126px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x21 {
  padding-bottom: 126px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x21 {
  box-sizing: border-box;
  padding-left: 126px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x21 {
  box-sizing: border-box;
  padding-right: 126px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x21 {
  box-sizing: border-box;
  padding-left: 126px !important;
  padding-right: 126px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x21 {
  box-sizing: border-box;
  padding: 126px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x22 {
  padding-top: 132px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x22 {
  padding-bottom: 132px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x22 {
  box-sizing: border-box;
  padding-left: 132px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x22 {
  box-sizing: border-box;
  padding-right: 132px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x22 {
  box-sizing: border-box;
  padding-left: 132px !important;
  padding-right: 132px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x22 {
  box-sizing: border-box;
  padding: 132px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x23 {
  padding-top: 138px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x23 {
  padding-bottom: 138px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x23 {
  box-sizing: border-box;
  padding-left: 138px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x23 {
  box-sizing: border-box;
  padding-right: 138px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x23 {
  box-sizing: border-box;
  padding-left: 138px !important;
  padding-right: 138px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x23 {
  box-sizing: border-box;
  padding: 138px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x24 {
  padding-top: 144px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x24 {
  padding-bottom: 144px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x24 {
  box-sizing: border-box;
  padding-left: 144px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x24 {
  box-sizing: border-box;
  padding-right: 144px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x24 {
  box-sizing: border-box;
  padding-left: 144px !important;
  padding-right: 144px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x24 {
  box-sizing: border-box;
  padding: 144px !important;
}

/* line 176, app/assets/stylesheets/base/utilities.scss */
.u-pad-top--x25 {
  padding-top: 150px !important;
}

/* line 179, app/assets/stylesheets/base/utilities.scss */
.u-pad-btm--x25 {
  padding-bottom: 150px !important;
}

/* line 182, app/assets/stylesheets/base/utilities.scss */
.u-pad-l--x25 {
  box-sizing: border-box;
  padding-left: 150px !important;
}

/* line 186, app/assets/stylesheets/base/utilities.scss */
.u-pad-r--x25 {
  box-sizing: border-box;
  padding-right: 150px !important;
}

/* line 190, app/assets/stylesheets/base/utilities.scss */
.u-pad-lr--x25 {
  box-sizing: border-box;
  padding-left: 150px !important;
  padding-right: 150px !important;
}

/* line 195, app/assets/stylesheets/base/utilities.scss */
.u-pad-all--x25 {
  box-sizing: border-box;
  padding: 150px !important;
}

@media (max-width: 899px) {
  /* line 204, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only {
    padding-top: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 209, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only {
    padding-bottom: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 214, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only {
    box-sizing: border-box;
    padding-left: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 220, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only {
    box-sizing: border-box;
    padding-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 226, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only {
    box-sizing: border-box;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 233, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only {
    box-sizing: border-box;
    padding: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x0 {
    padding-top: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x0 {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x0 {
    box-sizing: border-box;
    padding-left: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x0 {
    box-sizing: border-box;
    padding-right: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x0 {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x0 {
    box-sizing: border-box;
    padding: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x1 {
    padding-top: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x1 {
    padding-bottom: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x1 {
    box-sizing: border-box;
    padding-left: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x1 {
    box-sizing: border-box;
    padding-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x1 {
    box-sizing: border-box;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x1 {
    box-sizing: border-box;
    padding: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x2 {
    padding-top: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x2 {
    padding-bottom: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x2 {
    box-sizing: border-box;
    padding-left: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x2 {
    box-sizing: border-box;
    padding-right: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x2 {
    box-sizing: border-box;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x2 {
    box-sizing: border-box;
    padding: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x3 {
    padding-top: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x3 {
    padding-bottom: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x3 {
    box-sizing: border-box;
    padding-left: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x3 {
    box-sizing: border-box;
    padding-right: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x3 {
    box-sizing: border-box;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x3 {
    box-sizing: border-box;
    padding: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x4 {
    padding-top: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x4 {
    padding-bottom: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x4 {
    box-sizing: border-box;
    padding-left: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x4 {
    box-sizing: border-box;
    padding-right: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x4 {
    box-sizing: border-box;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x4 {
    box-sizing: border-box;
    padding: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x5 {
    padding-top: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x5 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x5 {
    box-sizing: border-box;
    padding-left: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x5 {
    box-sizing: border-box;
    padding-right: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x5 {
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x5 {
    box-sizing: border-box;
    padding: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x6 {
    padding-top: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x6 {
    padding-bottom: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x6 {
    box-sizing: border-box;
    padding-left: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x6 {
    box-sizing: border-box;
    padding-right: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x6 {
    box-sizing: border-box;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x6 {
    box-sizing: border-box;
    padding: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x7 {
    padding-top: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x7 {
    padding-bottom: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x7 {
    box-sizing: border-box;
    padding-left: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x7 {
    box-sizing: border-box;
    padding-right: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x7 {
    box-sizing: border-box;
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x7 {
    box-sizing: border-box;
    padding: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x8 {
    padding-top: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x8 {
    padding-bottom: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x8 {
    box-sizing: border-box;
    padding-left: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x8 {
    box-sizing: border-box;
    padding-right: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x8 {
    box-sizing: border-box;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x8 {
    box-sizing: border-box;
    padding: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x9 {
    padding-top: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x9 {
    padding-bottom: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x9 {
    box-sizing: border-box;
    padding-left: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x9 {
    box-sizing: border-box;
    padding-right: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x9 {
    box-sizing: border-box;
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x9 {
    box-sizing: border-box;
    padding: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x10 {
    padding-top: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x10 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x10 {
    box-sizing: border-box;
    padding-left: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x10 {
    box-sizing: border-box;
    padding-right: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x10 {
    box-sizing: border-box;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x10 {
    box-sizing: border-box;
    padding: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x11 {
    padding-top: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x11 {
    padding-bottom: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x11 {
    box-sizing: border-box;
    padding-left: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x11 {
    box-sizing: border-box;
    padding-right: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x11 {
    box-sizing: border-box;
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x11 {
    box-sizing: border-box;
    padding: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x12 {
    padding-top: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x12 {
    padding-bottom: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x12 {
    box-sizing: border-box;
    padding-left: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x12 {
    box-sizing: border-box;
    padding-right: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x12 {
    box-sizing: border-box;
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x12 {
    box-sizing: border-box;
    padding: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x13 {
    padding-top: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x13 {
    padding-bottom: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x13 {
    box-sizing: border-box;
    padding-left: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x13 {
    box-sizing: border-box;
    padding-right: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x13 {
    box-sizing: border-box;
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x13 {
    box-sizing: border-box;
    padding: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x14 {
    padding-top: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x14 {
    padding-bottom: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x14 {
    box-sizing: border-box;
    padding-left: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x14 {
    box-sizing: border-box;
    padding-right: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x14 {
    box-sizing: border-box;
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x14 {
    box-sizing: border-box;
    padding: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x15 {
    padding-top: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x15 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x15 {
    box-sizing: border-box;
    padding-left: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x15 {
    box-sizing: border-box;
    padding-right: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x15 {
    box-sizing: border-box;
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x15 {
    box-sizing: border-box;
    padding: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x16 {
    padding-top: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x16 {
    padding-bottom: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x16 {
    box-sizing: border-box;
    padding-left: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x16 {
    box-sizing: border-box;
    padding-right: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x16 {
    box-sizing: border-box;
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x16 {
    box-sizing: border-box;
    padding: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x17 {
    padding-top: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x17 {
    padding-bottom: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x17 {
    box-sizing: border-box;
    padding-left: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x17 {
    box-sizing: border-box;
    padding-right: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x17 {
    box-sizing: border-box;
    padding-left: 102px !important;
    padding-right: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x17 {
    box-sizing: border-box;
    padding: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x18 {
    padding-top: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x18 {
    padding-bottom: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x18 {
    box-sizing: border-box;
    padding-left: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x18 {
    box-sizing: border-box;
    padding-right: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x18 {
    box-sizing: border-box;
    padding-left: 108px !important;
    padding-right: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x18 {
    box-sizing: border-box;
    padding: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x19 {
    padding-top: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x19 {
    padding-bottom: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x19 {
    box-sizing: border-box;
    padding-left: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x19 {
    box-sizing: border-box;
    padding-right: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x19 {
    box-sizing: border-box;
    padding-left: 114px !important;
    padding-right: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x19 {
    box-sizing: border-box;
    padding: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x20 {
    padding-top: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x20 {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x20 {
    box-sizing: border-box;
    padding-left: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x20 {
    box-sizing: border-box;
    padding-right: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x20 {
    box-sizing: border-box;
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x20 {
    box-sizing: border-box;
    padding: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x21 {
    padding-top: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x21 {
    padding-bottom: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x21 {
    box-sizing: border-box;
    padding-left: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x21 {
    box-sizing: border-box;
    padding-right: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x21 {
    box-sizing: border-box;
    padding-left: 126px !important;
    padding-right: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x21 {
    box-sizing: border-box;
    padding: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x22 {
    padding-top: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x22 {
    padding-bottom: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x22 {
    box-sizing: border-box;
    padding-left: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x22 {
    box-sizing: border-box;
    padding-right: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x22 {
    box-sizing: border-box;
    padding-left: 132px !important;
    padding-right: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x22 {
    box-sizing: border-box;
    padding: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x23 {
    padding-top: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x23 {
    padding-bottom: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x23 {
    box-sizing: border-box;
    padding-left: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x23 {
    box-sizing: border-box;
    padding-right: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x23 {
    box-sizing: border-box;
    padding-left: 138px !important;
    padding-right: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x23 {
    box-sizing: border-box;
    padding: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x24 {
    padding-top: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x24 {
    padding-bottom: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x24 {
    box-sizing: border-box;
    padding-left: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x24 {
    box-sizing: border-box;
    padding-right: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x24 {
    box-sizing: border-box;
    padding-left: 144px !important;
    padding-right: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x24 {
    box-sizing: border-box;
    padding: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 242, app/assets/stylesheets/base/utilities.scss */
  .u-pad-top--sml-only--x25 {
    padding-top: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 247, app/assets/stylesheets/base/utilities.scss */
  .u-pad-btm--sml-only--x25 {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 252, app/assets/stylesheets/base/utilities.scss */
  .u-pad-l--sml-only--x25 {
    box-sizing: border-box;
    padding-left: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 258, app/assets/stylesheets/base/utilities.scss */
  .u-pad-r--sml-only--x25 {
    box-sizing: border-box;
    padding-right: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 264, app/assets/stylesheets/base/utilities.scss */
  .u-pad-lr--sml-only--x25 {
    box-sizing: border-box;
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 271, app/assets/stylesheets/base/utilities.scss */
  .u-pad-all--sml-only--x25 {
    box-sizing: border-box;
    padding: 150px !important;
  }
}

/*  MARGIN CLASSES */
/* --------- */
/* creates u-mrgn-[TOP/BTM/L/R]--x[0 to 25] based on a standard baseline */
/* examples: */
/* u-mrgn-btm--x0 { margin-bottom: 0px !important; } */
/* u-mrgn-btm--x3 { margin-bottom: 18px !important; } */
/* u-mrgn-btm--x10 { margin-bottom: 60px !important; } */
/* create a non--x convenience class */
/* line 294, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top {
  margin-top: 6px !important;
}

/* line 297, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm {
  margin-bottom: 6px !important;
}

/* line 300, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l {
  margin-left: 6px !important;
}

/* line 303, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r {
  margin-right: 6px !important;
}

/* line 306, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

/* line 310, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all {
  margin: 6px !important;
}

/* line 313, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up {
  margin-top: -6px !important;
}

/* Loop through margins and create classes */
/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x0 {
  margin-top: 0px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x0 {
  margin-bottom: 0px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x0 {
  margin-left: 0px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x0 {
  margin-right: 0px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x0 {
  margin: 0px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x0 {
  margin-top: -0px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x1 {
  margin-top: 6px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x1 {
  margin-bottom: 6px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x1 {
  margin-left: 6px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x1 {
  margin-right: 6px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x1 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x1 {
  margin: 6px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x1 {
  margin-top: -6px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x2 {
  margin-top: 12px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x2 {
  margin-bottom: 12px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x2 {
  margin-left: 12px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x2 {
  margin-right: 12px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x2 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x2 {
  margin: 12px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x2 {
  margin-top: -12px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x3 {
  margin-top: 18px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x3 {
  margin-bottom: 18px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x3 {
  margin-left: 18px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x3 {
  margin-right: 18px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x3 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x3 {
  margin: 18px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x3 {
  margin-top: -18px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x4 {
  margin-top: 24px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x4 {
  margin-bottom: 24px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x4 {
  margin-left: 24px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x4 {
  margin-right: 24px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x4 {
  margin: 24px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x4 {
  margin-top: -24px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x5 {
  margin-top: 30px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x5 {
  margin-bottom: 30px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x5 {
  margin-left: 30px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x5 {
  margin-right: 30px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x5 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x5 {
  margin: 30px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x5 {
  margin-top: -30px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x6 {
  margin-top: 36px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x6 {
  margin-bottom: 36px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x6 {
  margin-left: 36px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x6 {
  margin-right: 36px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x6 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x6 {
  margin: 36px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x6 {
  margin-top: -36px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x7 {
  margin-top: 42px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x7 {
  margin-bottom: 42px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x7 {
  margin-left: 42px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x7 {
  margin-right: 42px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x7 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x7 {
  margin: 42px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x7 {
  margin-top: -42px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x8 {
  margin-top: 48px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x8 {
  margin-bottom: 48px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x8 {
  margin-left: 48px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x8 {
  margin-right: 48px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x8 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x8 {
  margin: 48px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x8 {
  margin-top: -48px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x9 {
  margin-top: 54px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x9 {
  margin-bottom: 54px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x9 {
  margin-left: 54px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x9 {
  margin-right: 54px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x9 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x9 {
  margin: 54px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x9 {
  margin-top: -54px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x10 {
  margin-top: 60px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x10 {
  margin-bottom: 60px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x10 {
  margin-left: 60px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x10 {
  margin-right: 60px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x10 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x10 {
  margin: 60px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x10 {
  margin-top: -60px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x11 {
  margin-top: 66px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x11 {
  margin-bottom: 66px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x11 {
  margin-left: 66px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x11 {
  margin-right: 66px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x11 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x11 {
  margin: 66px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x11 {
  margin-top: -66px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x12 {
  margin-top: 72px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x12 {
  margin-bottom: 72px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x12 {
  margin-left: 72px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x12 {
  margin-right: 72px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x12 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x12 {
  margin: 72px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x12 {
  margin-top: -72px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x13 {
  margin-top: 78px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x13 {
  margin-bottom: 78px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x13 {
  margin-left: 78px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x13 {
  margin-right: 78px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x13 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x13 {
  margin: 78px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x13 {
  margin-top: -78px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x14 {
  margin-top: 84px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x14 {
  margin-bottom: 84px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x14 {
  margin-left: 84px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x14 {
  margin-right: 84px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x14 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x14 {
  margin: 84px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x14 {
  margin-top: -84px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x15 {
  margin-top: 90px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x15 {
  margin-bottom: 90px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x15 {
  margin-left: 90px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x15 {
  margin-right: 90px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x15 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x15 {
  margin: 90px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x15 {
  margin-top: -90px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x16 {
  margin-top: 96px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x16 {
  margin-bottom: 96px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x16 {
  margin-left: 96px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x16 {
  margin-right: 96px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x16 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x16 {
  margin: 96px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x16 {
  margin-top: -96px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x17 {
  margin-top: 102px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x17 {
  margin-bottom: 102px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x17 {
  margin-left: 102px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x17 {
  margin-right: 102px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x17 {
  margin-left: 102px !important;
  margin-right: 102px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x17 {
  margin: 102px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x17 {
  margin-top: -102px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x18 {
  margin-top: 108px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x18 {
  margin-bottom: 108px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x18 {
  margin-left: 108px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x18 {
  margin-right: 108px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x18 {
  margin-left: 108px !important;
  margin-right: 108px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x18 {
  margin: 108px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x18 {
  margin-top: -108px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x19 {
  margin-top: 114px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x19 {
  margin-bottom: 114px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x19 {
  margin-left: 114px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x19 {
  margin-right: 114px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x19 {
  margin-left: 114px !important;
  margin-right: 114px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x19 {
  margin: 114px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x19 {
  margin-top: -114px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x20 {
  margin-top: 120px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x20 {
  margin-bottom: 120px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x20 {
  margin-left: 120px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x20 {
  margin-right: 120px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x20 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x20 {
  margin: 120px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x20 {
  margin-top: -120px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x21 {
  margin-top: 126px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x21 {
  margin-bottom: 126px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x21 {
  margin-left: 126px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x21 {
  margin-right: 126px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x21 {
  margin-left: 126px !important;
  margin-right: 126px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x21 {
  margin: 126px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x21 {
  margin-top: -126px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x22 {
  margin-top: 132px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x22 {
  margin-bottom: 132px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x22 {
  margin-left: 132px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x22 {
  margin-right: 132px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x22 {
  margin-left: 132px !important;
  margin-right: 132px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x22 {
  margin: 132px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x22 {
  margin-top: -132px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x23 {
  margin-top: 138px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x23 {
  margin-bottom: 138px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x23 {
  margin-left: 138px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x23 {
  margin-right: 138px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x23 {
  margin-left: 138px !important;
  margin-right: 138px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x23 {
  margin: 138px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x23 {
  margin-top: -138px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x24 {
  margin-top: 144px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x24 {
  margin-bottom: 144px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x24 {
  margin-left: 144px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x24 {
  margin-right: 144px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x24 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x24 {
  margin: 144px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x24 {
  margin-top: -144px !important;
}

/* line 320, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-top--x25 {
  margin-top: 150px !important;
}

/* line 323, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-btm--x25 {
  margin-bottom: 150px !important;
}

/* line 326, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-l--x25 {
  margin-left: 150px !important;
}

/* line 329, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-r--x25 {
  margin-right: 150px !important;
}

/* line 332, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-lr--x25 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

/* line 336, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-all--x25 {
  margin: 150px !important;
}

/* line 339, app/assets/stylesheets/base/utilities.scss */
.u-mrgn-up--x25 {
  margin-top: -150px !important;
}

@media (max-width: 899px) {
  /* line 347, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only {
    margin-top: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 352, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only {
    margin-bottom: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 357, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only {
    margin-left: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 362, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only {
    margin-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 367, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 373, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only {
    margin: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x0 {
    margin-top: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x0 {
    margin-left: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x0 {
    margin-right: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x0 {
    margin: 0px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x1 {
    margin-top: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x1 {
    margin-bottom: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x1 {
    margin-left: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x1 {
    margin-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x1 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x1 {
    margin: 6px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x2 {
    margin-top: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x2 {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x2 {
    margin-left: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x2 {
    margin-right: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x2 {
    margin: 12px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x3 {
    margin-top: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x3 {
    margin-bottom: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x3 {
    margin-left: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x3 {
    margin-right: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x3 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x3 {
    margin: 18px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x4 {
    margin-top: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x4 {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x4 {
    margin-left: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x4 {
    margin-right: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x4 {
    margin: 24px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x5 {
    margin-top: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x5 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x5 {
    margin-left: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x5 {
    margin-right: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x5 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x5 {
    margin: 30px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x6 {
    margin-top: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x6 {
    margin-bottom: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x6 {
    margin-left: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x6 {
    margin-right: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x6 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x6 {
    margin: 36px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x7 {
    margin-top: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x7 {
    margin-bottom: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x7 {
    margin-left: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x7 {
    margin-right: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x7 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x7 {
    margin: 42px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x8 {
    margin-top: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x8 {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x8 {
    margin-left: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x8 {
    margin-right: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x8 {
    margin: 48px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x9 {
    margin-top: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x9 {
    margin-bottom: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x9 {
    margin-left: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x9 {
    margin-right: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x9 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x9 {
    margin: 54px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x10 {
    margin-top: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x10 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x10 {
    margin-left: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x10 {
    margin-right: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x10 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x10 {
    margin: 60px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x11 {
    margin-top: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x11 {
    margin-bottom: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x11 {
    margin-left: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x11 {
    margin-right: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x11 {
    margin-left: 66px !important;
    margin-right: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x11 {
    margin: 66px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x12 {
    margin-top: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x12 {
    margin-bottom: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x12 {
    margin-left: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x12 {
    margin-right: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x12 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x12 {
    margin: 72px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x13 {
    margin-top: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x13 {
    margin-bottom: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x13 {
    margin-left: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x13 {
    margin-right: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x13 {
    margin-left: 78px !important;
    margin-right: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x13 {
    margin: 78px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x14 {
    margin-top: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x14 {
    margin-bottom: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x14 {
    margin-left: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x14 {
    margin-right: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x14 {
    margin-left: 84px !important;
    margin-right: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x14 {
    margin: 84px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x15 {
    margin-top: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x15 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x15 {
    margin-left: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x15 {
    margin-right: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x15 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x15 {
    margin: 90px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x16 {
    margin-top: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x16 {
    margin-bottom: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x16 {
    margin-left: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x16 {
    margin-right: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x16 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x16 {
    margin: 96px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x17 {
    margin-top: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x17 {
    margin-bottom: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x17 {
    margin-left: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x17 {
    margin-right: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x17 {
    margin-left: 102px !important;
    margin-right: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x17 {
    margin: 102px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x18 {
    margin-top: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x18 {
    margin-bottom: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x18 {
    margin-left: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x18 {
    margin-right: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x18 {
    margin-left: 108px !important;
    margin-right: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x18 {
    margin: 108px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x19 {
    margin-top: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x19 {
    margin-bottom: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x19 {
    margin-left: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x19 {
    margin-right: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x19 {
    margin-left: 114px !important;
    margin-right: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x19 {
    margin: 114px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x20 {
    margin-top: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x20 {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x20 {
    margin-left: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x20 {
    margin-right: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x20 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x20 {
    margin: 120px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x21 {
    margin-top: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x21 {
    margin-bottom: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x21 {
    margin-left: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x21 {
    margin-right: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x21 {
    margin-left: 126px !important;
    margin-right: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x21 {
    margin: 126px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x22 {
    margin-top: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x22 {
    margin-bottom: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x22 {
    margin-left: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x22 {
    margin-right: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x22 {
    margin-left: 132px !important;
    margin-right: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x22 {
    margin: 132px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x23 {
    margin-top: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x23 {
    margin-bottom: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x23 {
    margin-left: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x23 {
    margin-right: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x23 {
    margin-left: 138px !important;
    margin-right: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x23 {
    margin: 138px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x24 {
    margin-top: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x24 {
    margin-bottom: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x24 {
    margin-left: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x24 {
    margin-right: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x24 {
    margin-left: 144px !important;
    margin-right: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x24 {
    margin: 144px !important;
  }
}

@media (max-width: 899px) {
  /* line 381, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-top--sml-only--x25 {
    margin-top: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 386, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-btm--sml-only--x25 {
    margin-bottom: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 391, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-l--sml-only--x25 {
    margin-left: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 396, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-r--sml-only--x25 {
    margin-right: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 401, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-lr--sml-only--x25 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
}

@media (max-width: 899px) {
  /* line 407, app/assets/stylesheets/base/utilities.scss */
  .u-mrgn-all--sml-only--x25 {
    margin: 150px !important;
  }
}

/* line 417, app/assets/stylesheets/base/utilities.scss */
.u-cursor-pointer {
  cursor: pointer;
}

/* line 421, app/assets/stylesheets/base/utilities.scss */
.u-cursor-text {
  cursor: text;
}

/* line 425, app/assets/stylesheets/base/utilities.scss */
.u-height-full {
  min-height: 100vh;
  height: 100vh;
}

/* line 428, app/assets/stylesheets/base/utilities.scss */
.u-height-full--overflow-scroll {
  overflow: auto;
}

/* line 433, app/assets/stylesheets/base/utilities.scss */
.u-width-full {
  width: 100%;
}

/* line 437, app/assets/stylesheets/base/utilities.scss */
.u-width-half {
  width: 50%;
}

/* line 441, app/assets/stylesheets/base/utilities.scss */
.u-width-twothirds {
  width: 66%;
}

/* line 445, app/assets/stylesheets/base/utilities.scss */
.u-visible-sml-scrn-only {
  display: inline-block !important;
}

@media (min-width: 900px) {
  /* line 445, app/assets/stylesheets/base/utilities.scss */
  .u-visible-sml-scrn-only {
    display: none !important;
  }
}

/* line 450, app/assets/stylesheets/base/utilities.scss */
.u-visible-sml-scrn-only.u-inline {
  display: inline !important;
}

@media (min-width: 900px) {
  /* line 450, app/assets/stylesheets/base/utilities.scss */
  .u-visible-sml-scrn-only.u-inline {
    display: none !important;
  }
}

/* line 456, app/assets/stylesheets/base/utilities.scss */
.u-visible-sml-scrn-only.u-block {
  display: block !important;
}

@media (min-width: 900px) {
  /* line 456, app/assets/stylesheets/base/utilities.scss */
  .u-visible-sml-scrn-only.u-block {
    display: none !important;
  }
}

/* line 464, app/assets/stylesheets/base/utilities.scss */
.u-visible-lrg-scrn-only {
  display: none !important;
}

@media (min-width: 900px) {
  /* line 464, app/assets/stylesheets/base/utilities.scss */
  .u-visible-lrg-scrn-only {
    display: inline-block !important;
  }
}

@media (min-width: 900px) {
  /* line 469, app/assets/stylesheets/base/utilities.scss */
  .u-visible-lrg-scrn-only.u-inline {
    display: inline !important;
  }
}

@media (min-width: 900px) {
  /* line 474, app/assets/stylesheets/base/utilities.scss */
  .u-visible-lrg-scrn-only.u-block {
    display: block !important;
  }
}

/* line 481, app/assets/stylesheets/base/utilities.scss */
.u-off-screen-sml-scrn-only {
  position: absolute;
  left: -10000px;
  width: 100px;
}

@media (min-width: 900px) {
  /* line 481, app/assets/stylesheets/base/utilities.scss */
  .u-off-screen-sml-scrn-only {
    position: relative;
    left: 0;
    width: 100%;
  }
}

/* line 492, app/assets/stylesheets/base/utilities.scss */
.no-button-style {
  border: none;
  background: transparent;
  cursor: pointer;
}

/* line 498, app/assets/stylesheets/base/utilities.scss */
.no-shadow {
  box-shadow: none !important;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/base/icons.scss */
svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

/* line 9, app/assets/stylesheets/base/icons.scss */
.animated-spinner, .animated-spinner--lrg {
  display: inline-block;
  width: 32px;
  height: 32px;
  fill: #8f919d;
}

/* line 14, app/assets/stylesheets/base/icons.scss */
.animated-spinner--lrg {
  width: 60px;
  height: 60px;
  margin-top: 18px;
}

/* line 22, app/assets/stylesheets/base/icons.scss */
.icon {
  fill: #8f919d;
  display: inline-block;
  width: 21px;
  height: 21px;
}

/* line 27, app/assets/stylesheets/base/icons.scss */
.icon--micro {
  display: inline-block;
  width: 12px;
  height: 12px;
}

/* line 31, app/assets/stylesheets/base/icons.scss */
.icon--micro svg {
  margin-top: -2px;
}

/* line 35, app/assets/stylesheets/base/icons.scss */
.icon--tiny {
  display: inline-block;
  width: 15px;
  height: 15px;
}

/* line 40, app/assets/stylesheets/base/icons.scss */
.icon--sml {
  display: inline-block;
  width: 18px;
  height: 18px;
}

/* line 45, app/assets/stylesheets/base/icons.scss */
.icon--med {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 50, app/assets/stylesheets/base/icons.scss */
.icon--lrg {
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* line 55, app/assets/stylesheets/base/icons.scss */
.icon--xl {
  display: inline-block;
  width: 35px;
  height: 35px;
}

/* line 60, app/assets/stylesheets/base/icons.scss */
.icon--xxl {
  display: inline-block;
  width: 60px;
  height: 60px;
}

/* line 65, app/assets/stylesheets/base/icons.scss */
.icon--xxxl {
  display: inline-block;
  width: 60px;
  height: 60px;
}

@media (min-width: 900px) {
  /* line 65, app/assets/stylesheets/base/icons.scss */
  .icon--xxxl {
    width: 78px;
    height: 78px;
  }
}

/* line 75, app/assets/stylesheets/base/icons.scss */
.icon--auto-height {
  height: auto;
}

/* line 79, app/assets/stylesheets/base/icons.scss */
.icon--white {
  fill: white !important;
}

/* line 81, app/assets/stylesheets/base/icons.scss */
.icon--white svg {
  fill: white !important;
  color: white !important;
}

/* line 86, app/assets/stylesheets/base/icons.scss */
.icon--pale-metal {
  fill: #d8dfe7;
}

/* line 89, app/assets/stylesheets/base/icons.scss */
.icon--dark-navy {
  fill: #3d4b59;
}

/* line 92, app/assets/stylesheets/base/icons.scss */
.icon--dark-metal {
  fill: #636e78;
}

/* line 95, app/assets/stylesheets/base/icons.scss */
.icon--faint-metal {
  fill: #e9eff7;
}

/* line 98, app/assets/stylesheets/base/icons.scss */
.icon--light-metal {
  fill: #b6bfc9;
}

/* line 101, app/assets/stylesheets/base/icons.scss */
.icon--metal {
  fill: #8f919d;
}

/* line 104, app/assets/stylesheets/base/icons.scss */
.icon--green {
  fill: #13a538;
}

/* line 107, app/assets/stylesheets/base/icons.scss */
.icon--green-1 {
  fill: #028b67;
}

/* line 110, app/assets/stylesheets/base/icons.scss */
.icon--green-2 {
  fill: #34a385;
}

/* line 113, app/assets/stylesheets/base/icons.scss */
.icon--blue {
  fill: #0056a4;
}

/* line 116, app/assets/stylesheets/base/icons.scss */
.icon--blue-1 {
  fill: #0d478d;
}

/* line 119, app/assets/stylesheets/base/icons.scss */
.icon--blue-2 {
  fill: #2668be;
}

/* line 122, app/assets/stylesheets/base/icons.scss */
.icon--red {
  fill: #f62d19;
}

/* line 125, app/assets/stylesheets/base/icons.scss */
.icon--red-0 {
  fill: #730000;
}

/* line 128, app/assets/stylesheets/base/icons.scss */
.icon--red-1 {
  fill: #990000;
}

/* line 131, app/assets/stylesheets/base/icons.scss */
.icon--red-2 {
  fill: #ce1b1b;
}

/* line 134, app/assets/stylesheets/base/icons.scss */
.icon--teal-0 {
  fill: #1c827f;
}

/* line 137, app/assets/stylesheets/base/icons.scss */
.icon--teal-1 {
  fill: #25ada9;
}

/* line 140, app/assets/stylesheets/base/icons.scss */
.icon--teal-2 {
  fill: #51bcba;
}

/* line 143, app/assets/stylesheets/base/icons.scss */
.icon--purple-1 {
  fill: #5c3383;
}

/* line 146, app/assets/stylesheets/base/icons.scss */
.icon--purple-2 {
  fill: #7d5c9c;
}

/* line 149, app/assets/stylesheets/base/icons.scss */
.icon--orange-1 {
  fill: #dd5e00;
}

/* line 152, app/assets/stylesheets/base/icons.scss */
.icon--orange-2 {
  fill: #e47d32;
}

/* line 155, app/assets/stylesheets/base/icons.scss */
.icon--yellow-2 {
  fill: #ffc335;
}

/* line 159, app/assets/stylesheets/base/icons.scss */
.icon--automation {
  fill: #7d5c9c;
}

/* line 163, app/assets/stylesheets/base/icons.scss */
.icon--add {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #d1ede1;
  margin-right: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 173, app/assets/stylesheets/base/icons.scss */
.icon--add svg {
  display: block;
  width: 11px;
  height: 100%;
  margin: 0 auto;
  fill: #028b67;
}

/* line 180, app/assets/stylesheets/base/icons.scss */
.icon--add.icon--sml {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 184, app/assets/stylesheets/base/icons.scss */
.icon--add.icon--sml svg {
  width: 8px;
}

/* line 190, app/assets/stylesheets/base/icons.scss */
.icon--trash {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: rgba(244, 209, 209, 0.6);
  margin-right: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 200, app/assets/stylesheets/base/icons.scss */
.icon--trash svg {
  display: block;
  width: 11px;
  height: 100%;
  margin: 0 auto;
  fill: #990000;
}

/* line 207, app/assets/stylesheets/base/icons.scss */
.icon--trash.icon--sml {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 211, app/assets/stylesheets/base/icons.scss */
.icon--trash.icon--sml svg {
  width: 8px;
}

/* line 217, app/assets/stylesheets/base/icons.scss */
.icon--edit {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: rgba(233, 239, 247, 0.6);
  margin-right: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 227, app/assets/stylesheets/base/icons.scss */
.icon--edit svg {
  display: block;
  width: 11px;
  height: 100%;
  margin: 0 auto;
  fill: #0d478d;
}

/* line 234, app/assets/stylesheets/base/icons.scss */
.icon--edit.icon--sml {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 238, app/assets/stylesheets/base/icons.scss */
.icon--edit.icon--sml svg {
  width: 8px;
}

/* line 244, app/assets/stylesheets/base/icons.scss */
.icon--back {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #e9eff7;
  margin-right: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 254, app/assets/stylesheets/base/icons.scss */
.icon--back svg {
  display: block;
  width: 11px;
  height: 100%;
  margin: 0 auto;
  fill: #636e78;
}

/* line 264, app/assets/stylesheets/base/icons.scss */
.icon.u-mrgn-up svg {
  margin-top: -6px;
}

/* line 271, app/assets/stylesheets/base/icons.scss */
.icon-stroke--red {
  fill: none;
  stroke: #f62d19;
  stroke-width: 2px;
}

/* line 276, app/assets/stylesheets/base/icons.scss */
.icon-stroke--metal {
  fill: none;
  stroke: #8f919d;
  stroke-width: 2px;
}

/* line 281, app/assets/stylesheets/base/icons.scss */
.icon-stroke--dark-metal {
  fill: none;
  stroke: #636e78;
  stroke-width: 2px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@media (min-width: 900px) {
  /* line 5, app/assets/stylesheets/notifications.scss */
  .notifications-panel .c-popup__body--scroll {
    max-height: 375px;
  }
}

/* line 10, app/assets/stylesheets/notifications.scss */
.notifications-panel__footer {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 30px 15px;
  background: white;
  background: linear-gradient(0deg, white 0%, white 65%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0) 100%);
}

/* line 21, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification:last-of-type {
  margin-bottom: 60px;
}

/* line 26, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification .c-card {
  border: none;
  padding: 9px 18px;
  margin: 0;
}

/* line 31, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification__title {
  font-size: 17px;
}

/* line 34, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification__meta {
  font-size: 14px;
}

/* line 38, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification--unread .c-card {
  padding-left: 33px;
}

/* line 41, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification--unread:not(:has(~ .notification--unread)) {
  position: relative;
  border-bottom: 1px solid #d8dfe7;
  padding-bottom: 24px;
  margin-bottom: 18px;
}

/* line 46, app/assets/stylesheets/notifications.scss */
.notifications-panel .notification--unread:not(:has(~ .notification--unread))::after {
  content: "Previous";
  position: absolute;
  left: 9px;
  bottom: -9px;
  padding: 0 9px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #8f919d;
  background: white;
}

@media (min-width: 900px) {
  /* line 46, app/assets/stylesheets/notifications.scss */
  .notifications-panel .notification--unread:not(:has(~ .notification--unread))::after {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 61, app/assets/stylesheets/notifications.scss */
.notifications-panel .notifications-blank h2 {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 900px) {
  /* line 61, app/assets/stylesheets/notifications.scss */
  .notifications-panel .notifications-blank h2 {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 61, app/assets/stylesheets/notifications.scss */
  .notifications-panel .notifications-blank h2 {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 64, app/assets/stylesheets/notifications.scss */
.notifications-panel .notifications-blank p {
  font-size: 13px;
  line-height: 20px;
}

/* line 70, app/assets/stylesheets/notifications.scss */
.notifications-blank {
  text-align: center;
  padding: 18px;
}

/* line 73, app/assets/stylesheets/notifications.scss */
.notifications-blank__icon {
  position: relative;
  margin: 0 auto;
  width: 144px;
  height: 144px;
  line-height: 144px;
  background: #d8dfe7;
  margin-bottom: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 82, app/assets/stylesheets/notifications.scss */
.notifications-blank__icon svg {
  position: relative;
  width: 90px;
  height: 90px;
  margin-top: -3px;
  fill: #3d4b59;
  stroke: none;
}

/* line 90, app/assets/stylesheets/notifications.scss */
.notifications-blank__icon::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 30px;
  width: 22px;
  height: 22px;
  background: #f62d19;
  border: 3px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 105, app/assets/stylesheets/notifications.scss */
.notification {
  display: block;
  color: #636e78;
}

/* line 108, app/assets/stylesheets/notifications.scss */
.notification .c-card {
  margin-bottom: 12px;
  padding: 12px 18px;
}

/* line 112, app/assets/stylesheets/notifications.scss */
.notification__title {
  font-size: 16px;
  line-height: 22px;
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 112, app/assets/stylesheets/notifications.scss */
  .notification__title {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 117, app/assets/stylesheets/notifications.scss */
.notification__meta {
  font-size: 13px;
  line-height: 20px;
  color: rgba(99, 110, 120, 0.8);
  margin-bottom: 3px;
}

/* line 123, app/assets/stylesheets/notifications.scss */
.notification:hover .c-card {
  background-color: rgba(233, 239, 247, 0.75);
}

/* line 129, app/assets/stylesheets/notifications.scss */
.notification--unread .notification__title {
  font-weight: bold;
}

/* line 132, app/assets/stylesheets/notifications.scss */
.notification--unread .c-card {
  border: 1px solid #b6bfc9;
  padding-left: 33px;
}

/* line 135, app/assets/stylesheets/notifications.scss */
.notification--unread .c-card::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 13px;
  display: inline-block;
  height: 9px;
  width: 9px;
  border: 1px solid #e9eff7;
  background: #f62d19;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 148, app/assets/stylesheets/notifications.scss */
.notification--unread:not(:has(~ .notification--unread)) {
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 154, app/assets/stylesheets/notifications.scss */
  .notification_subs {
    align-items: top;
    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;
  }
}

/* line 160, app/assets/stylesheets/notifications.scss */
.notification_subs__details {
  flex: 2;
  font-size: 15px;
  line-height: 21px;
}

/* line 165, app/assets/stylesheets/notifications.scss */
.notification_subs__initials {
  position: relative;
  display: inline-block;
  margin: 15px -6px 0;
  width: 75%;
}

@media (min-width: 900px) {
  /* line 165, app/assets/stylesheets/notifications.scss */
  .notification_subs__initials {
    margin: -6px 0 0;
    padding: 0 12px;
    box-sizing: border-box;
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }
}

/* line 178, app/assets/stylesheets/notifications.scss */
.notification_subs__initials-inner {
  position: relative;
  display: inline-block;
}

/* line 183, app/assets/stylesheets/notifications.scss */
.notification_subs__actions {
  float: right;
  margin-top: 9px;
}

@media (min-width: 900px) {
  /* line 183, app/assets/stylesheets/notifications.scss */
  .notification_subs__actions {
    float: none;
    align-self: flex-start;
    text-align: right;
    margin-top: -12px;
    width: 10%;
    min-width: 10%;
    max-width: 10%;
  }
}

/* line 196, app/assets/stylesheets/notifications.scss */
.notification_subs__frm {
  padding: 30px 0 0;
}

/* line 199, app/assets/stylesheets/notifications.scss */
.notification_subs__frm .company-user__initials--white .icon svg {
  margin-top: 3px;
}

/* line 204, app/assets/stylesheets/notifications.scss */
.notification_subs__title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

/* line 210, app/assets/stylesheets/notifications.scss */
.notification_subs__desc {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

/* line 216, app/assets/stylesheets/notifications.scss */
.notification_subs__rules {
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

/* line 220, app/assets/stylesheets/notifications.scss */
.notification_subs__rules-labels {
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

/* line 224, app/assets/stylesheets/notifications.scss */
.notification_subs__rules-labels label {
  font-size: 12px;
  line-height: 18px;
  align-self: baseline;
  padding: 3px 9px 6px;
  margin: 0 3px;
  color: #3d4b59;
  background: #e9eff7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 236, app/assets/stylesheets/notifications.scss */
.notification_subs .company-user__initials {
  margin: 0 3px 9px;
}

/* line 239, app/assets/stylesheets/notifications.scss */
.notification_subs .company-user__initials--white .icon svg {
  margin-top: 3px;
}

/* line 246, app/assets/stylesheets/notifications.scss */
.notification-bell {
  display: block;
  position: relative;
  height: 27px;
  width: 27px;
  fill: rgba(143, 145, 157, 0.6);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

@media (min-width: 900px) {
  /* line 253, app/assets/stylesheets/notifications.scss */
  .notification-bell:hover svg {
    fill: #3d4b59;
  }
}

/* line 259, app/assets/stylesheets/notifications.scss */
.notification-bell--unread {
  -o-animation: ring 4s 1.5s ease-in-out 2;
  -moz-animation: ring 4s 1.5s ease-in-out 2;
  -webkit-animation: ring 4s 1.5s ease-in-out 2;
  animation: ring 4s 1.5s ease-in-out 2;
  -webkit-transform-origin: 50% 4px;
  -moz-transform-origin: 50% 4px;
  -ms-transform-origin: 50% 4px;
  transform-origin: 50% 4px;
}

@media (min-width: 900px) {
  /* line 262, app/assets/stylesheets/notifications.scss */
  .notification-bell--unread:hover svg {
    stroke: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
}

/* line 268, app/assets/stylesheets/notifications.scss */
.notification-bell--unread::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #f62d19;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 268, app/assets/stylesheets/notifications.scss */
  .notification-bell--unread::after {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}

@keyframes ring {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/dashboard.scss */
.dash-cards {
  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;
  margin: 15px 0 30px -18px;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/dashboard.scss */
  .dash-cards {
    margin-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 11, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card {
  position: relative;
  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;
  flex: 1;
  box-sizing: border-box;
  min-height: 100px;
  margin: 0 0 18px 18px;
  border-left: none;
  border-right: none;
  overflow-wrap: break-word;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 11, app/assets/stylesheets/dashboard.scss */
  .dash-cards .dash-card {
    min-height: 223px;
  }
}

/* line 27, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__inner {
  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;
  flex: 1;
  align-items: stretch;
}

/* line 33, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title {
  color: #3d4b59;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 18px 0;
}

/* line 40, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title .icon svg {
  margin-top: -6px;
  width: 18px;
  height: 18px;
}

/* line 46, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title--undelivered {
  font-size: 15px;
  float: right;
  text-align: right;
}

/* line 50, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title--undelivered:hover {
  color: #3d4b59;
}

/* line 53, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title--undelivered:hover .icon svg {
  fill: #3d4b59;
}

/* line 59, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title--undelivered .icon svg {
  margin-top: -2px;
  width: 12px;
  height: 12px;
}

/* line 65, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__title--undelivered .icon--micro svg {
  margin-top: -2px;
  width: 9px;
  height: 9px;
}

/* line 74, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__desc {
  padding: 3px 18px 12px;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
}

/* line 81, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse {
  margin: 12px 0 0;
}

/* line 83, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-item {
  display: block;
  border-top: 1px solid #d8dfe7;
  vertical-align: middle;
}

/* line 88, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-item--none .dash-card__pulse-amount {
  display: none;
}

/* line 91, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-item--none .dash-card__pulse-desc {
  color: #8f919d;
}

/* line 96, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-link {
  display: block;
  text-decoration: none;
  padding: 12px 18px;
  color: inherit;
  line-height: 24px;
}

/* line 103, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-amount {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

/* line 109, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-desc {
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
}

/* line 113, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-desc .icon--micro {
  width: 12px;
  height: 12px;
}

/* line 116, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-desc .icon--micro svg {
  opacity: 0.5;
  margin: -1px 0 0 3px;
}

/* line 122, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-report {
  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;
  padding-left: 12px;
}

/* line 126, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-report-chart {
  display: inline-block;
  width: 42px;
  margin: 12px 3px 0 0;
}

/* line 131, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__pulse-report .dash-card__pulse-desc {
  align-self: center;
}

/* line 137, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding {
  flex: 2;
  margin: 0;
  background: rgba(213, 237, 235, 0.8);
  color: #3d4b59;
}

/* line 142, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding li {
  position: relative;
  color: rgba(28, 130, 127, 0.5);
  font-size: 16px;
  line-height: 22px;
  border-top: 1px solid #d8dfe7;
}

/* line 148, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding li.done-step {
  color: #1c827f;
  text-decoration: line-through;
}

/* line 151, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding li.done-step:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-image: url(/assets/icons/check--bold-e900827d94693c02653750af47499af82e4ed05a5aa13006d95da4f8a03929f7.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  -webkit-filter: invert(40%) sepia(96%) saturate(388%) hue-rotate(129deg) brightness(84%) contrast(83%);
  -moz-filter: invert(40%) sepia(96%) saturate(388%) hue-rotate(129deg) brightness(84%) contrast(83%);
  -o-filter: invert(40%) sepia(96%) saturate(388%) hue-rotate(129deg) brightness(84%) contrast(83%);
  filter: invert(40%) sepia(96%) saturate(388%) hue-rotate(129deg) brightness(84%) contrast(83%);
  color: white;
  border-color: #1c827f;
}

/* line 168, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding li .onboarding-step__link {
  display: block;
  padding: 12px 18px 12px 45px;
}

/* line 171, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding li .onboarding-step__link--next {
  padding: 15px 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #1c827f;
}

/* line 177, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding li .onboarding-step__link--next:hover {
  color: #3d4b59;
}

/* line 183, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding-done {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 18px;
  background: rgba(213, 237, 235, 0.8);
}

/* line 190, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding-done-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 24px;
  margin-right: 3px;
}

/* line 197, app/assets/stylesheets/dashboard.scss */
.dash-cards .dash-card__onboarding-done p {
  display: inline-block;
  color: #1c827f;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}

/* line 209, app/assets/stylesheets/dashboard.scss */
.dash-whatson {
  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 209, app/assets/stylesheets/dashboard.scss */
  .dash-whatson {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* line 215, app/assets/stylesheets/dashboard.scss */
.dash-whatson__today {
  flex: 1;
  position: relative;
  min-height: 150px;
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 215, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__today {
    max-width: 66%;
  }
}

@media (min-width: 900px) {
  /* line 223, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__today .task .task__details {
    max-width: 81%;
  }
}

/* line 229, app/assets/stylesheets/dashboard.scss */
.dash-whatson__tomorrow {
  width: auto;
  position: relative;
  min-height: 120px;
}

@media (min-width: 900px) {
  /* line 229, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__tomorrow {
    width: 32%;
    min-width: 32%;
    max-width: 32%;
    margin-left: 18px;
  }
}

/* line 240, app/assets/stylesheets/dashboard.scss */
.dash-whatson__tomorrow .dash-whatson__card-blank {
  padding: 30px;
}

@media (min-width: 900px) {
  /* line 240, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__tomorrow .dash-whatson__card-blank {
    padding: 60px;
  }
}

/* line 248, app/assets/stylesheets/dashboard.scss */
.dash-whatson__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  /* line 248, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__title {
    font-size: 21px;
    line-height: 27px;
  }
}

@media print {
  /* line 248, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__title {
    font-size: 15px;
    line-height: 21px;
  }
}

/* line 261, app/assets/stylesheets/dashboard.scss */
.dash-whatson__card {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 120px;
  background: white;
  padding: 0;
  margin: 0 0 18px;
  overflow-wrap: break-word;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 273, app/assets/stylesheets/dashboard.scss */
.dash-whatson__card-blank {
  text-align: center;
  padding: 30px 60px;
  font-size: 15px;
  line-height: 21px;
  color: #8f919d;
}

@media (min-width: 900px) {
  /* line 273, app/assets/stylesheets/dashboard.scss */
  .dash-whatson__card-blank {
    padding: 60px 220px;
  }
}

/* line 282, app/assets/stylesheets/dashboard.scss */
.dash-whatson__card-blank p {
  font-size: 15px;
  line-height: 21px;
}

/* line 286, app/assets/stylesheets/dashboard.scss */
.dash-whatson__card-blank-icon {
  display: block;
  margin: 0 auto 12px;
}

/* line 289, app/assets/stylesheets/dashboard.scss */
.dash-whatson__card-blank-icon svg {
  display: inline-block;
  margin: 0 6px;
  width: 60px;
  height: 60px;
  fill: #b6bfc9;
}

/* line 299, app/assets/stylesheets/dashboard.scss */
.dash-whatson__summary {
  display: block;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 21px;
  border-bottom: 1px solid #d8dfe7;
}

/* line 305, app/assets/stylesheets/dashboard.scss */
.dash-whatson__summary .icon {
  margin-right: 3px;
}

/* line 308, app/assets/stylesheets/dashboard.scss */
.dash-whatson__summary-title {
  font-weight: bold;
}

/* line 311, app/assets/stylesheets/dashboard.scss */
.dash-whatson__summary-meta {
  color: #8f919d;
}

/* line 315, app/assets/stylesheets/dashboard.scss */
.dash-whatson li:last-of-type .dash-whatson__summary {
  border-bottom: none;
}

/* line 319, app/assets/stylesheets/dashboard.scss */
.dash-whatson .c-card__list {
  margin: 0 0 18px;
}

/* line 321, app/assets/stylesheets/dashboard.scss */
.dash-whatson .c-card__list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
  border: 1px solid #d8dfe7;
  border-bottom: none;
  width: 100%;
  height: 6px;
  z-index: 2;
  -webkit-box-shadow: 0 -2px 0px 1px white;
  -moz-box-shadow: 0 -2px 0px 1px white;
  box-shadow: 0 -2px 0px 1px 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;
}

/* line 335, app/assets/stylesheets/dashboard.scss */
.dash-whatson .c-card__list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #d8dfe7;
  border-top: none;
  width: 100%;
  height: 6px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 0px 1px white;
  -moz-box-shadow: 0 2px 0px 1px white;
  box-shadow: 0 2px 0px 1px white;
  -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;
}

/* line 349, app/assets/stylesheets/dashboard.scss */
.dash-whatson .c-card__list .c-card {
  border: 1px solid #d8dfe7;
  border-bottom: none;
}

/* line 357, app/assets/stylesheets/dashboard.scss */
.dash-company-logo {
  display: block;
}

@media (min-width: 900px) {
  /* line 357, app/assets/stylesheets/dashboard.scss */
  .dash-company-logo {
    display: inline-flex;
    align-items: center;
    margin: -12px 12px -12px 0;
    align-self: auto;
    vertical-align: middle;
  }
}

/* line 366, app/assets/stylesheets/dashboard.scss */
.dash-company-logo img {
  max-width: 120px;
  max-height: 52px;
}

@media (min-width: 900px) {
  /* line 366, app/assets/stylesheets/dashboard.scss */
  .dash-company-logo img {
    max-width: 140px;
    max-height: 60px;
  }
}

/* line 375, app/assets/stylesheets/dashboard.scss */
.dash-company-title {
  color: #3d4b59;
  font-size: 21px;
  line-height: 27px;
  font-weight: bold;
}

@media (min-width: 900px) {
  /* line 375, app/assets/stylesheets/dashboard.scss */
  .dash-company-title {
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    font-size: 27px;
    line-height: 36px;
  }
}

@media print {
  /* line 375, app/assets/stylesheets/dashboard.scss */
  .dash-company-title {
    color: black;
    font-size: 24px;
    line-height: 30px;
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/notes.scss */
.notes-list .btn__add {
  display: none;
}

@media (min-width: 900px) {
  /* line 4, app/assets/stylesheets/notes.scss */
  .notes-list .btn__add {
    display: block;
  }
}

/* line 12, app/assets/stylesheets/notes.scss */
.note {
  padding: 18px;
  background: rgba(255, 254, 204, 0.6);
}

/* line 15, app/assets/stylesheets/notes.scss */
.note--pinned {
  background: #fffecc;
}

/* line 19, app/assets/stylesheets/notes.scss */
.note__meta {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 21px;
  color: #636e78;
}

/* line 26, app/assets/stylesheets/notes.scss */
.note__actions {
  float: right;
  margin: -9px -9px 0 0;
}

@media (min-width: 900px) {
  /* line 26, app/assets/stylesheets/notes.scss */
  .note__actions {
    margin: -6px -3px 0 0;
  }
}

@media print {
  /* line 26, app/assets/stylesheets/notes.scss */
  .note__actions {
    display: none;
  }
}

/* line 35, app/assets/stylesheets/notes.scss */
.note__actions-icons {
  display: inline-block;
}

/* line 37, app/assets/stylesheets/notes.scss */
.note__actions-icons .icon {
  margin: 0 3px 0 15px;
}

/* line 39, app/assets/stylesheets/notes.scss */
.note__actions-icons .icon svg {
  display: block;
  margin-top: 0;
}

/* line 46, app/assets/stylesheets/notes.scss */
.note__actions .btn--with-menu > .btn.active {
  background: rgba(255, 225, 154, 0.5) !important;
}

/* line 52, app/assets/stylesheets/notes.scss */
.note .confirm-delete {
  margin: -9px -9px 12px;
}

/* line 56, app/assets/stylesheets/notes.scss */
.note .frm__note {
  margin: -12px;
}

/* line 62, app/assets/stylesheets/notes.scss */
.frm__note {
  background: #fffecc;
  border: 1px solid #b6bfc9;
  max-width: 640px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 67, app/assets/stylesheets/notes.scss */
.frm__note:focus-within {
  border: 1px solid #009ef1;
}

/* line 70, app/assets/stylesheets/notes.scss */
.frm__note .trix__wrapper {
  border: none;
}

/* line 72, app/assets/stylesheets/notes.scss */
.frm__note .trix__wrapper:focus-within {
  border: none;
}

/* line 74, app/assets/stylesheets/notes.scss */
.frm__note .trix__wrapper:focus-within trix-toolbar {
  /* stylelint-disable-line */
  background-color: #fffecc;
}

/* line 80, app/assets/stylesheets/notes.scss */
.frm__note trix-toolbar {
  /* stylelint-disable-line */
  background-color: #fffecc;
  border-bottom: 1px solid #b6bfc9;
  padding-left: 12px;
}

/* line 87, app/assets/stylesheets/notes.scss */
.frm__note trix-toolbar .trix-button-group .trix-button--icon.trix-active {
  background-color: #e6e6b3;
}

/* line 95, app/assets/stylesheets/notes.scss */
.frm__note trix-editor {
  /* stylelint-disable-line */
  background-color: #fffecc;
  min-height: 120px;
  padding: 12px 18px;
  overflow-wrap: break-word;
}

/* line 102, app/assets/stylesheets/notes.scss */
.frm__note pre {
  overflow: auto;
}

/* line 107, app/assets/stylesheets/notes.scss */
.frm__note .field_with_errors .frm_input {
  border: none;
  border-bottom: 1px solid #f62d19;
}

/* line 113, app/assets/stylesheets/notes.scss */
.frm__note-submit {
  padding: 0px 18px 12px;
}

/* line 115, app/assets/stylesheets/notes.scss */
.frm__note-submit .btn {
  margin-right: 6px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/calendar.scss */
.c-schedule .c-schedule__title-assignees, .c-schedule .c-schedule__title-contact {
  display: none;
}

/* line 7, app/assets/stylesheets/calendar.scss */
.c-schedule .cu-avatar {
  margin-right: 3px;
}

@media (min-width: 900px) {
  /* line 7, app/assets/stylesheets/calendar.scss */
  .c-schedule .cu-avatar {
    margin-bottom: 6px;
  }
}

/* line 14, app/assets/stylesheets/calendar.scss */
.c-schedule--collapsed .c-schedule__assignees, .c-schedule--collapsed .c-schedule__for {
  display: none;
}

/* line 17, app/assets/stylesheets/calendar.scss */
.c-schedule--collapsed .c-schedule__title, .c-schedule--collapsed .c-schedule__title-contact {
  font-size: 16px;
}

/* line 20, app/assets/stylesheets/calendar.scss */
.c-schedule--collapsed .c-schedule__location {
  color: #636e78;
  font-size: 13px;
}

/* line 24, app/assets/stylesheets/calendar.scss */
.c-schedule--collapsed .c-schedule__title-assignees {
  display: inline;
  margin-left: 12px;
}

/* line 28, app/assets/stylesheets/calendar.scss */
.c-schedule--collapsed .cu-avatar {
  margin: 3px 3px 0 0;
  width: 21px;
  height: 21px;
  line-height: 21px;
}

/* line 37, app/assets/stylesheets/calendar.scss */
.schedule-day {
  break-after: page;
}

/* line 39, app/assets/stylesheets/calendar.scss */
.schedule-day:last-of-type {
  break-after: avoid;
}

/* line 42, app/assets/stylesheets/calendar.scss */
.schedule-day [data-schedule-day="today"] {
  font-weight: bold;
  color: white;
  background: #13a538;
  padding: 2px 12px 4px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (max-width: 899px) {
  /* line 49, app/assets/stylesheets/calendar.scss */
  .schedule-day .c-event__actions {
    display: none;
  }
}

/* line 57, app/assets/stylesheets/calendar.scss */
.c-calendar .popup-container {
  z-index: 6;
  margin: 120px -3px 0;
}

/* line 61, app/assets/stylesheets/calendar.scss */
.c-calendar .popup-container .popup--open {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  border-width: 2px;
  border-style: solid;
}

/* line 71, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-timeline .fc-body .fc-scroller {
  height: auto !important;
  overflow-y: scroll;
}

/* line 75, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  align-items: flex-start;
}

@media (min-width: 900px) {
  /* line 75, app/assets/stylesheets/calendar.scss */
  .c-calendar .fc-toolbar {
    max-width: 1020px;
    min-width: 350px;
    padding: 0 12px;
  }
}

/* line 86, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar > * > :not(:first-child) {
  margin-left: 18px;
}

/* line 89, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar.fc-header-toolbar {
  vertical-align: middle;
  margin-bottom: 30px;
}

/* line 93, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar h2 {
  display: inline-block;
  font-size: 21px;
  line-height: 27px;
  color: #636e78;
  font-weight: bold;
  vertical-align: middle;
}

/* line 101, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button-group {
  display: inline-block;
  padding: 3px;
  border: 1px solid #b6bfc9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media print {
  /* line 101, app/assets/stylesheets/calendar.scss */
  .c-calendar .fc-toolbar .fc-button-group {
    display: none !important;
  }
}

/* line 110, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button, .c-calendar .fc-toolbar .fc-button-primary, .c-calendar .fc-toolbar .fc-button-active {
  text-transform: capitalize;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: normal;
  min-width: 18px;
  min-height: 35px;
  color: #3d4b59;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  background: white;
  border: 1px solid white;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -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 110, app/assets/stylesheets/calendar.scss */
  .c-calendar .fc-toolbar .fc-button, .c-calendar .fc-toolbar .fc-button-primary, .c-calendar .fc-toolbar .fc-button-active {
    display: none !important;
  }
}

/* line 130, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button:hover, .c-calendar .fc-toolbar .fc-button:active, .c-calendar .fc-toolbar .fc-button-primary:hover, .c-calendar .fc-toolbar .fc-button-primary:active, .c-calendar .fc-toolbar .fc-button-active:hover, .c-calendar .fc-toolbar .fc-button-active:active {
  color: #3d4b59;
  border-color: white;
  background: #f9f9f9;
}

/* line 135, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button:focus, .c-calendar .fc-toolbar .fc-button:visited, .c-calendar .fc-toolbar .fc-button-primary:focus, .c-calendar .fc-toolbar .fc-button-primary:visited, .c-calendar .fc-toolbar .fc-button-active:focus, .c-calendar .fc-toolbar .fc-button-active:visited {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 140, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button:last-child, .c-calendar .fc-toolbar .fc-button:not(:last-child), .c-calendar .fc-toolbar .fc-button-primary:last-child, .c-calendar .fc-toolbar .fc-button-primary:not(:last-child), .c-calendar .fc-toolbar .fc-button-active:last-child, .c-calendar .fc-toolbar .fc-button-active:not(:last-child) {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 143, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button:not(:first-child), .c-calendar .fc-toolbar .fc-button-primary:not(:first-child), .c-calendar .fc-toolbar .fc-button-active:not(:first-child) {
  margin-left: 0;
}

/* line 147, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button-primary.fc-button-active, .c-calendar .fc-toolbar .fc-calendar-button {
  text-transform: capitalize;
  color: #3d4b59;
  background: #e9eff7;
  border: 1px solid #d8dfe7;
  outline: none;
}

/* line 153, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-button-primary.fc-button-active:hover, .c-calendar .fc-toolbar .fc-calendar-button:hover {
  background: #e9eff7;
}

/* line 157, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-prev-button, .c-calendar .fc-toolbar .fc-next-button {
  width: 41px;
  height: 35px;
}

/* line 160, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-prev-button span, .c-calendar .fc-toolbar .fc-next-button span {
  display: none;
}

/* line 163, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-prev-button:before, .c-calendar .fc-toolbar .fc-next-button:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  -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%);
  width: 15px;
  height: 15px;
}

/* line 172, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-prev-button:before {
  background-image: url(/assets/icons/arrow-left-12df72b7c2fb1c9da94b70b6a1dcd4627f87e136aedf9ac9ff16db65e9cca6ba.svg);
}

/* line 175, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-next-button:before {
  background-image: url(/assets/icons/arrow-right-479bcd78638a0e8d12eb639ff708c74b67924f44ab5ff93cafe71d4aceccc5eb.svg);
}

/* line 178, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-today-button {
  text-transform: capitalize;
  border: none;
  background: none;
  color: #0056a4;
  font-size: 15px;
  line-height: 21px;
  margin-left: 3px;
}

/* line 186, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-today-button:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/rotate-back-0af5e83a778aa1a7c6b4679789f8981532de3c988698a262dcf811a681e1414a.svg);
  -webkit-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  -moz-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  -o-filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  filter: invert(15%) sepia(98%) saturate(2966%) hue-rotate(197deg) brightness(98%) contrast(101%);
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-bottom: -2px;
}

/* line 197, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-today-button:hover {
  background: none;
}

/* line 200, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-toolbar .fc-today-button:disabled {
  display: none;
}

/* line 205, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-time-grid .fc-content-skeleton {
  position: absolute;
}

/* line 208, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-head-container {
  border: none;
}

/* line 210, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-head-container th {
  border: none;
  background: none;
  font-size: 15px;
}

/* line 216, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-sat, .c-calendar .fc-sun {
  background: rgba(233, 239, 247, 0.4);
}

/* line 219, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-day-number, .c-calendar .fc-time {
  font-size: 15px;
}

/* line 222, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-day-number {
  padding: 3px !important;
  margin: 3px;
  color: #3d4b59;
}

/* line 227, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-unthemed td.fc-today {
  background: rgba(19, 165, 56, 0.1);
}

/* line 230, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-today {
  z-index: 5;
}

/* line 232, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-today .fc-day-number {
  font-weight: bold;
  color: white;
  background: #13a538;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 243, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-day-header {
  padding-bottom: 3px;
}

/* line 246, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-day-header.fc-today span, .c-calendar .fc-today .fc-cell-text {
  font-weight: bold;
  color: white;
  background: #13a538;
  padding: 3px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 253, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-now-indicator {
  border: 1px solid #13a538;
}

/* line 256, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-ltr .fc-time-grid .fc-now-indicator-arrow, .c-calendar .fc-time-area .fc-now-indicator-arrow {
  margin: 8px -9px 0;
  border-width: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #13a538;
}

/* line 264, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  margin: -6px 3px 0;
  height: 12px;
  width: 12px;
}

/* line 269, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-day-number {
  position: relative;
  font-weight: bold;
}

/* line 273, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-dayGridMonth-view .fc-day-top:hover {
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-dayGridMonth-view .fc-day-top:hover .fc-day-number:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -30px;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/add-9ad3bb97a06672874ba9c597b85ef270873fe097a0006160a024ea5dcfde0212.svg);
  -webkit-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -moz-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  -o-filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  filter: invert(37%) sepia(82%) saturate(2353%) hue-rotate(115deg) brightness(98%) contrast(84%);
  background-size: 12px;
  background-position: center;
  background-color: rgba(209, 237, 225, 0.1);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 24px;
  height: 24px;
}

/* line 294, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-timeGrid-view .fc-head, .c-calendar .fc-dayGridMonth-view .fc-head, .c-calendar .fc-timeline .fc-head {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

/* line 303, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-timeline-event {
  flex-direction: column !important;
}

/* line 307, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-dayGridMonth-view .fc-event .fc-time {
  display: block;
}

/* line 311, app/assets/stylesheets/calendar.scss */
.c-calendar.c-calendar--events-collapsed .fc-event {
  padding: 1px 6px 3px;
}

/* line 313, app/assets/stylesheets/calendar.scss */
.c-calendar.c-calendar--events-collapsed .fc-event .fc-content {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 15px;
}

/* line 319, app/assets/stylesheets/calendar.scss */
.c-calendar.c-calendar--events-collapsed .fc-event .fc-time, .c-calendar.c-calendar--events-collapsed .fc-event .fc-time-wrap {
  line-height: 14px;
}

/* line 322, app/assets/stylesheets/calendar.scss */
.c-calendar.c-calendar--events-collapsed .fc-event .fc-title {
  white-space: nowrap;
  overflow: hidden;
}

/* line 325, app/assets/stylesheets/calendar.scss */
.c-calendar.c-calendar--events-collapsed .fc-event .fc-title .fc-location {
  display: none;
}

/* line 330, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event, .c-calendar .fc-timeline-event {
  border: none;
  z-index: 1;
  margin: 1px;
  padding: 3px 6px 6px;
  cursor: pointer;
  line-height: 1.1em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 338, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event .fc-content, .c-calendar .fc-timeline-event .fc-content {
  padding: 3px;
  vertical-align: middle;
  white-space: normal;
  overflow: auto;
  text-overflow: ellipsis;
}

/* line 345, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event .fc-time, .c-calendar .fc-timeline-event .fc-time {
  position: sticky;
  left: 0;
  font-size: 12px;
  font-weight: normal;
}

/* line 351, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event .fc-title, .c-calendar .fc-timeline-event .fc-title {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  white-space: normal;
  overflow: auto;
  text-overflow: ellipsis;
  scrollbar-width: none;
}

/* line 360, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event .fc-location, .c-calendar .fc-timeline-event .fc-location {
  font-size: 12px;
  line-height: 1.1em;
  display: inline-block;
  font-weight: normal;
  white-space: normal;
}

/* line 367, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event--appointment, .c-calendar .fc-event--orange-1, .c-calendar .fc-timeline-event--appointment, .c-calendar .fc-timeline-event--orange-1 {
  background: #dd5e00;
}

/* line 369, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event--appointment:hover, .c-calendar .fc-event--orange-1:hover, .c-calendar .fc-timeline-event--appointment:hover, .c-calendar .fc-timeline-event--orange-1:hover {
  background: #dd5e00;
}

/* line 373, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event--work-date, .c-calendar .fc-event--teal-1, .c-calendar .fc-timeline-event--work-date, .c-calendar .fc-timeline-event--teal-1 {
  background: #25ada9;
}

/* line 375, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event--work-date:hover, .c-calendar .fc-event--teal-1:hover, .c-calendar .fc-timeline-event--work-date:hover, .c-calendar .fc-timeline-event--teal-1:hover {
  background: #25ada9;
}

/* line 379, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event--general-event, .c-calendar .fc-event--purple-1, .c-calendar .fc-timeline-event--general-event, .c-calendar .fc-timeline-event--purple-1 {
  background: #5c3383;
}

/* line 381, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-event--general-event:hover, .c-calendar .fc-event--purple-1:hover, .c-calendar .fc-timeline-event--general-event:hover, .c-calendar .fc-timeline-event--purple-1:hover {
  background: #5c3383;
}

/* line 387, app/assets/stylesheets/calendar.scss */
.c-calendar .fc-timeline th {
  font-weight: bold;
  font-size: 15px;
}

/* line 396, app/assets/stylesheets/calendar.scss */
.fc-event--black, .c-calendar .fc-event--black {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* line 401, app/assets/stylesheets/calendar.scss */
.fc-event--metal, .c-calendar .fc-event--metal {
  background-color: rgba(143, 145, 157, 0.8);
  border-color: rgba(143, 145, 157, 0.8);
  color: #3d4b59;
}

/* line 406, app/assets/stylesheets/calendar.scss */
.fc-event--green, .c-calendar .fc-event--green {
  background-color: rgba(19, 165, 56, 0.8);
  border-color: rgba(19, 165, 56, 0.8);
  color: white;
}

/* line 411, app/assets/stylesheets/calendar.scss */
.fc-event--green-0, .c-calendar .fc-event--green-0 {
  background-color: rgba(0, 105, 77, 0.8);
  border-color: rgba(0, 105, 77, 0.8);
  color: white;
}

/* line 416, app/assets/stylesheets/calendar.scss */
.fc-event--green-2, .c-calendar .fc-event--green-2 {
  background-color: rgba(52, 163, 133, 0.8);
  border-color: rgba(52, 163, 133, 0.8);
  color: white;
}

/* line 421, app/assets/stylesheets/calendar.scss */
.fc-event--teal-1, .c-calendar .fc-event--teal-1 {
  background-color: rgba(37, 173, 169, 0.8);
  border-color: rgba(37, 173, 169, 0.8);
  color: white;
}

/* line 426, app/assets/stylesheets/calendar.scss */
.fc-event--teal-2, .c-calendar .fc-event--teal-2 {
  background-color: rgba(81, 188, 186, 0.8);
  border-color: rgba(81, 188, 186, 0.8);
  color: #3d4b59;
}

/* line 431, app/assets/stylesheets/calendar.scss */
.fc-event--purple-1, .c-calendar .fc-event--purple-1 {
  background-color: rgba(92, 51, 131, 0.8);
  border-color: rgba(92, 51, 131, 0.8);
  color: white;
}

/* line 436, app/assets/stylesheets/calendar.scss */
.fc-event--purple-3, .c-calendar .fc-event--purple-3 {
  background-color: rgba(161, 113, 208, 0.8);
  border-color: rgba(161, 113, 208, 0.8);
  color: white;
}

/* line 441, app/assets/stylesheets/calendar.scss */
.fc-event--purple-4, .c-calendar .fc-event--purple-4 {
  background-color: rgba(199, 170, 227, 0.8);
  border-color: rgba(199, 170, 227, 0.8);
  color: white;
}

/* line 446, app/assets/stylesheets/calendar.scss */
.fc-event--red, .c-calendar .fc-event--red {
  background-color: rgba(246, 45, 25, 0.8);
  border-color: rgba(246, 45, 25, 0.8);
  color: white;
}

/* line 451, app/assets/stylesheets/calendar.scss */
.fc-event--red-1, .c-calendar .fc-event--red-1 {
  background-color: rgba(153, 0, 0, 0.8);
  border-color: rgba(153, 0, 0, 0.8);
  color: white;
}

/* line 456, app/assets/stylesheets/calendar.scss */
.fc-event--red-3, .c-calendar .fc-event--red-3 {
  background-color: rgba(216, 73, 74, 0.8);
  border-color: rgba(216, 73, 74, 0.8);
  color: white;
}

/* line 461, app/assets/stylesheets/calendar.scss */
.fc-event--red-4, .c-calendar .fc-event--red-4 {
  background-color: rgba(235, 164, 164, 0.8);
  border-color: rgba(235, 164, 164, 0.8);
  color: white;
}

/* line 466, app/assets/stylesheets/calendar.scss */
.fc-event--blue, .c-calendar .fc-event--blue {
  background-color: rgba(0, 86, 164, 0.8);
  border-color: rgba(0, 86, 164, 0.8);
  color: white;
}

/* line 471, app/assets/stylesheets/calendar.scss */
.fc-event--blue-1, .c-calendar .fc-event--blue-1 {
  background-color: rgba(13, 71, 141, 0.8);
  border-color: rgba(13, 71, 141, 0.8);
  color: white;
}

/* line 476, app/assets/stylesheets/calendar.scss */
.fc-event--blue-3, .c-calendar .fc-event--blue-3 {
  background-color: rgba(79, 139, 209, 0.8);
  border-color: rgba(79, 139, 209, 0.8);
  color: white;
}

/* line 481, app/assets/stylesheets/calendar.scss */
.fc-event--blue-4, .c-calendar .fc-event--blue-4 {
  background-color: rgba(171, 193, 230, 0.8);
  border-color: rgba(171, 193, 230, 0.8);
  color: #3d4b59;
}

/* line 486, app/assets/stylesheets/calendar.scss */
.fc-event--orange-1, .c-calendar .fc-event--orange-1 {
  background-color: rgba(221, 94, 0, 0.8);
  border-color: rgba(221, 94, 0, 0.8);
  color: white;
}

/* line 491, app/assets/stylesheets/calendar.scss */
.fc-event--orange-3, .c-calendar .fc-event--orange-3 {
  background-color: rgba(234, 158, 102, 0.8);
  border-color: rgba(234, 158, 102, 0.8);
  color: white;
}

/* line 496, app/assets/stylesheets/calendar.scss */
.fc-event--yellow-2, .c-calendar .fc-event--yellow-2 {
  background-color: rgba(255, 195, 53, 0.8);
  border-color: rgba(255, 195, 53, 0.8);
  color: #3d4b59;
}

/* line 500, app/assets/stylesheets/calendar.scss */
.fc-event--yellow-2:hover, .c-calendar .fc-event--yellow-2:hover {
  color: #3d4b59 !important;
}

/* line 504, app/assets/stylesheets/calendar.scss */
.fc-event--yellow-4, .c-calendar .fc-event--yellow-4 {
  background-color: #ffe19a;
  border-color: #ffe19a;
  color: #3d4b59;
}
/* ------------ 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%;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/upgrade.scss */
.upgrade-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/upgrade.scss */
  .upgrade-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100vh;
  }
}

/* line 12, app/assets/stylesheets/upgrade.scss */
.upgrade-panel {
  position: relative;
  box-sizing: border-box;
  background-color: #d1ede1;
  padding: 60px 45px 30px;
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 12, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel {
    padding: 90px 60px 30px;
    margin-bottom: 0;
    width: 38%;
    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: 1025px) {
  /* line 12, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel {
    padding: 120px 120px 30px;
  }
}

/* line 28, app/assets/stylesheets/upgrade.scss */
.upgrade-panel__inner {
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 900px) {
  /* line 28, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel__inner {
    position: fixed;
    min-width: 30%;
    max-width: 30%;
    width: 580px;
    margin: 30px auto 0;
  }
}

/* line 39, app/assets/stylesheets/upgrade.scss */
.upgrade-panel--summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
}

@media (min-width: 900px) {
  /* line 39, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel--summary {
    position: relative;
    box-sizing: border-box;
    background-color: #d1ede1;
    padding: 90px 60px 30px;
    width: 38%;
  }
}

/* line 54, app/assets/stylesheets/upgrade.scss */
.upgrade-panel__cancel, .upgrade-panel__back {
  display: none;
}

@media (min-width: 900px) {
  /* line 54, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel__cancel, .upgrade-panel__back {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}

/* line 62, app/assets/stylesheets/upgrade.scss */
.upgrade-panel__cancel .btn, .upgrade-panel__back .btn {
  background-color: #d1ede1;
}

/* line 66, app/assets/stylesheets/upgrade.scss */
.upgrade-panel__back {
  display: none;
}

@media (min-width: 900px) {
  /* line 66, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel__back {
    display: inline-block;
    right: 60px;
    top: 30px;
  }
}

/* line 75, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises {
  margin: 30px 0 60px;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 75, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel .upgrade-promises {
    width: 360px;
  }
}

/* line 81, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises .upgrade-promise {
  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-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 81, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel .upgrade-promises .upgrade-promise {
    margin-bottom: 60px;
  }
}

/* line 88, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises .upgrade-promise__icon {
  width: 66px;
  align-self: center;
}

/* line 91, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises .upgrade-promise__icon svg {
  width: 48px;
  height: 48px;
  fill: #028b67;
}

/* line 97, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises .upgrade-promise__text {
  flex: 1;
}

/* line 100, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises .upgrade-promise__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #028b67;
  margin-bottom: 3px;
}

/* line 107, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-promises .upgrade-promise__desc {
  font-size: 15px;
  line-height: 21px;
}

/* line 114, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-testimonial {
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 900px) {
  /* line 114, app/assets/stylesheets/upgrade.scss */
  .upgrade-panel .upgrade-testimonial {
    flex: 1;
  }
}

/* line 120, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-testimonial__img {
  width: 150px;
  height: 150px;
  margin-bottom: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 126, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-testimonial__text {
  font-size: 27px;
  line-height: 33px;
  color: #028b67;
  margin-bottom: 12px;
}

/* line 132, app/assets/stylesheets/upgrade.scss */
.upgrade-panel .upgrade-testimonial__cite {
  font-size: 18px;
  line-height: 24px;
  color: #636e78;
}

/* line 140, app/assets/stylesheets/upgrade.scss */
.upgrade-summary {
  margin: 6px 0 0;
}

@media (min-width: 900px) {
  /* line 140, app/assets/stylesheets/upgrade.scss */
  .upgrade-summary {
    margin: 42px 0;
  }
}

/* line 145, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__item, .upgrade-summary__total {
  padding: 12px 0;
  border-bottom: 1px solid #8ecebf;
  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;
}

/* line 150, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__item--lrg-only, .upgrade-summary__total--lrg-only {
  display: none;
}

@media (min-width: 900px) {
  /* line 150, app/assets/stylesheets/upgrade.scss */
  .upgrade-summary__item--lrg-only, .upgrade-summary__total--lrg-only {
    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;
  }
}

/* line 158, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__label {
  flex: 1;
}

/* line 161, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__cost {
  text-align: right;
}

/* line 164, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__discount {
  flex: 1;
  font-weight: bold;
  text-align: right;
}

/* line 169, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__total {
  border-bottom: none;
  border-top: 1px solid #8ecebf;
}

@media (min-width: 900px) {
  /* line 173, app/assets/stylesheets/upgrade.scss */
  .upgrade-summary__vat {
    display: block;
  }
}

/* line 178, app/assets/stylesheets/upgrade.scss */
.upgrade-summary__switch {
  font-size: 15px;
  text-align: right;
}

@media (min-width: 900px) {
  /* line 178, app/assets/stylesheets/upgrade.scss */
  .upgrade-summary__switch {
    margin-bottom: 54px;
  }
}

/* line 187, app/assets/stylesheets/upgrade.scss */
.unlimited-stuff {
  text-align: left;
}

@media (min-width: 900px) {
  /* line 187, app/assets/stylesheets/upgrade.scss */
  .unlimited-stuff {
    margin-left: 63px;
  }
}

/* line 194, app/assets/stylesheets/upgrade.scss */
.upgrade-frm {
  box-sizing: border-box;
}

@media (min-width: 900px) {
  /* line 194, app/assets/stylesheets/upgrade.scss */
  .upgrade-frm {
    width: 61.9%;
  }
}

@media (min-width: 900px) {
  /* line 199, app/assets/stylesheets/upgrade.scss */
  .upgrade-frm--fullwidth {
    width: 100%;
  }
}

/* line 204, app/assets/stylesheets/upgrade.scss */
.upgrade-frm .content {
  box-sizing: border-box;
  margin-top: 0;
  text-align: center;
  min-height: 100vh;
  padding: 0 18px;
}

@media (min-width: 600px) {
  /* line 204, app/assets/stylesheets/upgrade.scss */
  .upgrade-frm .content {
    width: 580px;
    margin: 30px auto 0;
    padding: 0 30px;
  }
}

@media (min-width: 900px) {
  /* line 204, app/assets/stylesheets/upgrade.scss */
  .upgrade-frm .content {
    margin-top: 45px;
    width: 520px;
    padding: 0 30px;
  }
}

@media (min-width: 1025px) {
  /* line 204, app/assets/stylesheets/upgrade.scss */
  .upgrade-frm .content {
    width: 580px;
    margin-top: 60px;
    padding: 0 30px;
  }
}

/* line 225, app/assets/stylesheets/upgrade.scss */
.upgrade-frm .content--two {
  padding-top: 30px;
}

@media (min-width: 900px) {
  /* line 225, app/assets/stylesheets/upgrade.scss */
  .upgrade-frm .content--two {
    padding-top: 90px;
  }
}

/* line 232, app/assets/stylesheets/upgrade.scss */
.upgrade-frm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url(/assets/form-elements/select-style-down-363901d59cc60fc20986fdd236ee93bb1144e2cb6393aca867cef126831be647.png) no-repeat;
  background-color: white;
  background-position: right 18px center;
  padding-right: 32px;
  cursor: pointer;
}

/* line 241, app/assets/stylesheets/upgrade.scss */
.upgrade-frm__card-icons .icon {
  margin: 0 6px;
}

/* line 243, app/assets/stylesheets/upgrade.scss */
.upgrade-frm__card-icons .icon.hidden {
  display: none !important;
}

/* line 248, app/assets/stylesheets/upgrade.scss */
.upgrade-frm .frm__submit {
  display: block;
}

/* line 253, app/assets/stylesheets/upgrade.scss */
#card-errors {
  color: #f62d19;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@keyframes skeleton-loading {
  0% {
    background: #e9eff7;
  }
  50% {
    background: rgba(233, 239, 247, 0.5);
  }
  100% {
    background: #e9eff7;
  }
}

/* line 15, app/assets/stylesheets/skeleton.scss */
.skeleton-pulser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 28, app/assets/stylesheets/skeleton.scss */
.skeleton-bones-base, .skeleton--activity .skeleton__bones--two, .skeleton--activity .skeleton__bones--one, .skeleton--dash-tomorrow .skeleton__bones--two, .skeleton--dash-tomorrow .skeleton__bones--one, .skeleton--dash-today .skeleton__bones--three, .skeleton--dash-today .skeleton__bones--two, .skeleton--dash-today .skeleton__bones--one, .skeleton--dash-cards .skeleton__bones--three, .skeleton--dash-cards .skeleton__bones--two, .skeleton--dash-cards .skeleton__bones--one, .skeleton--index-totals .skeleton__bones--two, .skeleton--index-totals .skeleton__bones--one, .skeleton--index-count .skeleton__bones--two, .skeleton--index-count .skeleton__bones--one, .skeleton--paperwork-list-item .skeleton__bones--four, .skeleton--paperwork-list-item .skeleton__bones--three, .skeleton--paperwork-list-item .skeleton__bones--two, .skeleton--paperwork-list-item .skeleton__bones--one, .skeleton--price-list-item .skeleton__bones--five, .skeleton--price-list-item .skeleton__bones--four, .skeleton--price-list-item .skeleton__bones--three, .skeleton--price-list-item .skeleton__bones--two, .skeleton--price-list-item .skeleton__bones--one, .skeleton--task-card .skeleton__bones--three, .skeleton--task-card .skeleton__bones--two, .skeleton--task-card .skeleton__bones--one, .skeleton--contact-card .skeleton__bones--two, .skeleton--contact-card .skeleton__bones--one, .skeleton--job-card .skeleton__bones--three, .skeleton--job-card .skeleton__bones--two, .skeleton--job-card .skeleton__bones--one, .skeleton--doc .skeleton__bones--three, .skeleton--doc .skeleton__bones--two, .skeleton--doc .skeleton__bones--one {
  position: absolute;
  left: 18px;
  top: 0;
  width: 85%;
  height: 35px;
  background: #e9eff7;
  animation: skeleton-loading 1.75s infinite;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 28, app/assets/stylesheets/skeleton.scss */
  .skeleton-bones-base, .skeleton--activity .skeleton__bones--two, .skeleton--activity .skeleton__bones--one, .skeleton--dash-tomorrow .skeleton__bones--two, .skeleton--dash-tomorrow .skeleton__bones--one, .skeleton--dash-today .skeleton__bones--three, .skeleton--dash-today .skeleton__bones--two, .skeleton--dash-today .skeleton__bones--one, .skeleton--dash-cards .skeleton__bones--three, .skeleton--dash-cards .skeleton__bones--two, .skeleton--dash-cards .skeleton__bones--one, .skeleton--index-totals .skeleton__bones--two, .skeleton--index-totals .skeleton__bones--one, .skeleton--index-count .skeleton__bones--two, .skeleton--index-count .skeleton__bones--one, .skeleton--paperwork-list-item .skeleton__bones--four, .skeleton--paperwork-list-item .skeleton__bones--three, .skeleton--paperwork-list-item .skeleton__bones--two, .skeleton--paperwork-list-item .skeleton__bones--one, .skeleton--price-list-item .skeleton__bones--five, .skeleton--price-list-item .skeleton__bones--four, .skeleton--price-list-item .skeleton__bones--three, .skeleton--price-list-item .skeleton__bones--two, .skeleton--price-list-item .skeleton__bones--one, .skeleton--task-card .skeleton__bones--three, .skeleton--task-card .skeleton__bones--two, .skeleton--task-card .skeleton__bones--one, .skeleton--contact-card .skeleton__bones--two, .skeleton--contact-card .skeleton__bones--one, .skeleton--job-card .skeleton__bones--three, .skeleton--job-card .skeleton__bones--two, .skeleton--job-card .skeleton__bones--one, .skeleton--doc .skeleton__bones--three, .skeleton--doc .skeleton__bones--two, .skeleton--doc .skeleton__bones--one {
    width: 180px;
  }
}

/* line 42, app/assets/stylesheets/skeleton.scss */
.skeleton-bones-flex-base, .skeleton--date {
  width: 85%;
  height: 35px;
  background: #e9eff7;
  animation: skeleton-loading 1.75s infinite;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 42, app/assets/stylesheets/skeleton.scss */
  .skeleton-bones-flex-base, .skeleton--date {
    width: 180px;
  }
}

/* line 53, app/assets/stylesheets/skeleton.scss */
.skeleton {
  position: relative;
}

/* line 57, app/assets/stylesheets/skeleton.scss */
.skeleton .skeleton__bones--generic-one {
  position: relative;
  display: block;
  height: 30px;
  width: 240px;
  margin-bottom: 12px;
  background: #e9eff7;
  animation: skeleton-loading 1.75s infinite;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 67, app/assets/stylesheets/skeleton.scss */
.skeleton .skeleton__bones--generic-two {
  position: relative;
  display: block;
  height: 18px;
  width: 150px;
  margin-bottom: 12px;
  background: #e9eff7;
  animation: skeleton-loading 1.75s infinite;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 79, app/assets/stylesheets/skeleton.scss */
.skeleton--doc {
  position: absolute;
  top: 0;
  min-height: 96px;
}

/* line 84, app/assets/stylesheets/skeleton.scss */
.skeleton--doc .skeleton__bones--one {
  top: 36px;
  left: 18px;
  height: 40px;
  width: 90%;
}

@media (min-width: 900px) {
  /* line 84, app/assets/stylesheets/skeleton.scss */
  .skeleton--doc .skeleton__bones--one {
    top: 54px;
    left: 54px;
    width: 300px;
  }
}

/* line 96, app/assets/stylesheets/skeleton.scss */
.skeleton--doc .skeleton__bones--two {
  top: 114px;
  left: 18px;
  height: 24px;
  width: 75%;
}

@media (min-width: 900px) {
  /* line 96, app/assets/stylesheets/skeleton.scss */
  .skeleton--doc .skeleton__bones--two {
    top: 134px;
    left: 54px;
    width: 180px;
  }
}

/* line 108, app/assets/stylesheets/skeleton.scss */
.skeleton--doc .skeleton__bones--three {
  top: 154px;
  left: 18px;
  height: 24px;
  width: 75%;
}

@media (min-width: 900px) {
  /* line 108, app/assets/stylesheets/skeleton.scss */
  .skeleton--doc .skeleton__bones--three {
    top: 174px;
    left: 54px;
    width: 180px;
  }
}

/* line 123, app/assets/stylesheets/skeleton.scss */
.skeleton--job-card {
  min-height: 96px;
}

/* line 126, app/assets/stylesheets/skeleton.scss */
.skeleton--job-card .skeleton__bones--one {
  top: 18px;
  height: 24px;
  width: 50%;
}

@media (min-width: 900px) {
  /* line 126, app/assets/stylesheets/skeleton.scss */
  .skeleton--job-card .skeleton__bones--one {
    width: 242px;
  }
}

/* line 135, app/assets/stylesheets/skeleton.scss */
.skeleton--job-card .skeleton__bones--two {
  top: 48px;
  height: 18px;
  width: 75%;
}

@media (min-width: 900px) {
  /* line 135, app/assets/stylesheets/skeleton.scss */
  .skeleton--job-card .skeleton__bones--two {
    width: 110px;
  }
}

/* line 144, app/assets/stylesheets/skeleton.scss */
.skeleton--job-card .skeleton__bones--three {
  top: 48px;
  right: 12px;
  left: auto;
  height: 24px;
  width: 72px;
}

/* line 155, app/assets/stylesheets/skeleton.scss */
.skeleton--contact-card {
  min-height: 96px;
}

/* line 158, app/assets/stylesheets/skeleton.scss */
.skeleton--contact-card .skeleton__bones--one {
  top: 18px;
  height: 24px;
  width: 50%;
}

@media (min-width: 900px) {
  /* line 158, app/assets/stylesheets/skeleton.scss */
  .skeleton--contact-card .skeleton__bones--one {
    width: 180px;
  }
}

/* line 167, app/assets/stylesheets/skeleton.scss */
.skeleton--contact-card .skeleton__bones--two {
  top: 45px;
  height: 18px;
  width: 75%;
}

@media (min-width: 900px) {
  /* line 167, app/assets/stylesheets/skeleton.scss */
  .skeleton--contact-card .skeleton__bones--two {
    width: 300px;
  }
}

/* line 179, app/assets/stylesheets/skeleton.scss */
.skeleton--task-card {
  min-height: 76px;
}

/* line 182, app/assets/stylesheets/skeleton.scss */
.skeleton--task-card .skeleton__bones--one {
  top: 18px;
  height: 18px;
  width: 18px;
}

/* line 188, app/assets/stylesheets/skeleton.scss */
.skeleton--task-card .skeleton__bones--two {
  top: 15px;
  left: 48px;
  height: 24px;
  width: 75%;
}

@media (min-width: 900px) {
  /* line 188, app/assets/stylesheets/skeleton.scss */
  .skeleton--task-card .skeleton__bones--two {
    width: 210px;
  }
}

/* line 198, app/assets/stylesheets/skeleton.scss */
.skeleton--task-card .skeleton__bones--three {
  top: 45px;
  left: 48px;
  height: 18px;
  width: 50%;
}

@media (min-width: 900px) {
  /* line 198, app/assets/stylesheets/skeleton.scss */
  .skeleton--task-card .skeleton__bones--three {
    width: 120px;
  }
}

/* line 211, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item {
  min-height: 76px;
}

/* line 214, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--one {
  top: 18px;
  height: 22px;
  width: 150px;
}

/* line 220, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--two {
  top: 15px;
  left: auto;
  right: 15px;
  height: 35px;
  width: 65px;
}

/* line 228, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--three {
  top: 15px;
  left: auto;
  right: 90px;
  height: 35px;
  width: 50px;
}

/* line 236, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--four {
  top: 15px;
  left: auto;
  right: 190px;
  height: 24px;
  width: 50px;
}

/* line 245, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--five {
  top: 45px;
  left: auto;
  right: 190px;
  height: 24px;
  width: 70px;
}

/* line 256, app/assets/stylesheets/skeleton.scss */
.skeleton--paperwork-list-item {
  height: 124px;
  float: left;
  margin: 0 18px 18px 0;
}

@media (min-width: 900px) {
  /* line 256, app/assets/stylesheets/skeleton.scss */
  .skeleton--paperwork-list-item {
    height: 103px;
  }
}

/* line 264, app/assets/stylesheets/skeleton.scss */
.skeleton--paperwork-list-item .skeleton__bones--one {
  top: 12px;
  left: 12px;
  height: 18px;
  width: 90px;
}

/* line 271, app/assets/stylesheets/skeleton.scss */
.skeleton--paperwork-list-item .skeleton__bones--two {
  top: 45px;
  left: 12px;
  height: 18px;
  width: 50%;
}

@media (min-width: 900px) {
  /* line 271, app/assets/stylesheets/skeleton.scss */
  .skeleton--paperwork-list-item .skeleton__bones--two {
    width: 200px;
  }
}

/* line 281, app/assets/stylesheets/skeleton.scss */
.skeleton--paperwork-list-item .skeleton__bones--three {
  top: 70px;
  left: 12px;
  height: 18px;
  width: 50%;
}

@media (min-width: 900px) {
  /* line 281, app/assets/stylesheets/skeleton.scss */
  .skeleton--paperwork-list-item .skeleton__bones--three {
    width: 200px;
  }
}

/* line 291, app/assets/stylesheets/skeleton.scss */
.skeleton--paperwork-list-item .skeleton__bones--four {
  top: 100px;
  left: 12px;
  height: 18px;
  width: 70px;
}

@media (min-width: 900px) {
  /* line 291, app/assets/stylesheets/skeleton.scss */
  .skeleton--paperwork-list-item .skeleton__bones--four {
    right: 12px;
    left: auto;
    top: 70px;
  }
}

/* line 306, app/assets/stylesheets/skeleton.scss */
.skeleton--index-count {
  width: 124px;
  min-height: 48px;
}

@media (min-width: 900px) {
  /* line 306, app/assets/stylesheets/skeleton.scss */
  .skeleton--index-count {
    min-height: 60px;
  }
}

/* line 313, app/assets/stylesheets/skeleton.scss */
.skeleton--index-count .skeleton__bones--one {
  left: 0;
  top: 14px;
  height: 21px;
  width: 90px;
}

@media (min-width: 900px) {
  /* line 313, app/assets/stylesheets/skeleton.scss */
  .skeleton--index-count .skeleton__bones--one {
    top: 12px;
  }
}

/* line 323, app/assets/stylesheets/skeleton.scss */
.skeleton--index-count .skeleton__bones--two {
  left: 114px;
  top: 14px;
  height: 21px;
  width: 110px;
}

@media (min-width: 900px) {
  /* line 312, app/assets/stylesheets/skeleton.scss */
  .skeleton--index-count .skeleton__bones {
    top: 12px;
  }
}

/* line 336, app/assets/stylesheets/skeleton.scss */
.skeleton--index-totals {
  width: 124px;
  min-height: 66px;
}

@media (min-width: 900px) {
  /* line 336, app/assets/stylesheets/skeleton.scss */
  .skeleton--index-totals {
    min-height: 81px;
  }
}

/* line 343, app/assets/stylesheets/skeleton.scss */
.skeleton--index-totals .skeleton__bones--one {
  left: 0;
  top: 12px;
  height: 21px;
  width: 99px;
}

/* line 350, app/assets/stylesheets/skeleton.scss */
.skeleton--index-totals .skeleton__bones--two {
  left: 0;
  top: 36px;
  height: 18px;
  width: 52px;
}

/* line 360, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-cards {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 368, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-cards .skeleton__bones--one {
  left: 18px;
  top: 15px;
  height: 21px;
  width: 21px;
}

/* line 375, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-cards .skeleton__bones--two {
  left: 45px;
  top: 15px;
  height: 21px;
  width: 90px;
}

/* line 382, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-cards .skeleton__bones--three {
  left: 18px;
  top: 60px;
  height: 16px;
  width: 150px;
}

/* line 392, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-today {
  position: absolute;
  box-sizing: border-box;
  top: 40px;
  width: 100%;
  height: 80%;
  background-color: white;
  border: 1px solid #d8dfe7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 402, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-today .skeleton__bones--one {
  left: 18px;
  top: 12px;
  height: 24px;
  width: 90px;
}

/* line 409, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-today .skeleton__bones--two {
  left: 18px;
  top: 42px;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 417, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-today .skeleton__bones--three {
  left: 139px;
  top: 12px;
  height: 24px;
  width: 180px;
}

/* line 427, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-tomorrow {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 436, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-tomorrow .skeleton__bones--one {
  left: 18px;
  top: 12px;
  height: 18px;
  width: 90px;
}

/* line 443, app/assets/stylesheets/skeleton.scss */
.skeleton--dash-tomorrow .skeleton__bones--two {
  left: 18px;
  top: 36px;
  height: 18px;
  width: 60px;
}

/* line 453, app/assets/stylesheets/skeleton.scss */
.skeleton--activity {
  width: auto;
}

/* line 456, app/assets/stylesheets/skeleton.scss */
.skeleton--activity .skeleton__bones--one {
  left: 0;
  top: 3px;
  height: 18px;
  width: 120px;
}

/* line 463, app/assets/stylesheets/skeleton.scss */
.skeleton--activity .skeleton__bones--two {
  left: 0;
  top: 30px;
  height: 18px;
  width: 180px;
}

/* line 473, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item {
  width: 100%;
}

/* line 476, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--one {
  left: -3px;
  top: 0;
  height: 21px;
  width: 150px;
}

@media (min-width: 900px) {
  /* line 476, app/assets/stylesheets/skeleton.scss */
  .skeleton--price-list-item .skeleton__bones--one {
    top: 24px;
    left: 18px;
    width: 225px;
  }
}

/* line 488, app/assets/stylesheets/skeleton.scss */
.skeleton--price-list-item .skeleton__bones--two {
  left: -3px;
  top: 36px;
  height: 18px;
  width: 250px;
}

@media (min-width: 900px) {
  /* line 488, app/assets/stylesheets/skeleton.scss */
  .skeleton--price-list-item .skeleton__bones--two {
    top: 57px;
    left: 18px;
    width: 450px;
  }
}

/* line 503, app/assets/stylesheets/skeleton.scss */
.skeleton--date {
  height: 18px;
  width: 125px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/blank-states.scss */
.blank-state {
  margin: 36px 0;
  position: relative;
  background: rgba(213, 237, 235, 0.8);
  font-size: 18px;
  padding: 24px;
  text-align: center;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/blank-states.scss */
  .blank-state {
    margin: 48px 120px;
    padding: 36px 90px;
  }
}

/* line 15, app/assets/stylesheets/blank-states.scss */
.blank-state--red {
  background: rgba(244, 209, 209, 0.5);
}

/* line 18, app/assets/stylesheets/blank-states.scss */
.blank-state__icon {
  display: block;
  margin: 0 auto 6px;
  fill: #3d4b59;
  width: 24px;
  height: 24px;
}

@media (min-width: 900px) {
  /* line 18, app/assets/stylesheets/blank-states.scss */
  .blank-state__icon {
    margin-bottom: 3px;
    width: 36px;
    height: 36px;
  }
}

/* line 30, app/assets/stylesheets/blank-states.scss */
.blank-state__title {
  font-size: 27px;
  line-height: 33px;
  color: #3d4b59;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/blank-states.scss */
  .blank-state__title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 41, app/assets/stylesheets/blank-states.scss */
.blank-state__desc {
  font-size: 18px;
  line-height: 24px;
  color: #3d4b59;
  margin-bottom: 12px;
}

@media (min-width: 900px) {
  /* line 41, app/assets/stylesheets/blank-states.scss */
  .blank-state__desc {
    font-size: 21px;
    line-height: 27px;
  }
}

/* line 51, app/assets/stylesheets/blank-states.scss */
.blank-state__cta {
  margin-top: 30px;
}
@charset "UTF-8";
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/price-lists.scss */
.price-list-search__card {
  padding: 18px 12px;
}

@media (min-width: 900px) {
  /* line 4, app/assets/stylesheets/price-lists.scss */
  .price-list-search__card {
    padding: 12px 18px;
  }
}

/* line 9, app/assets/stylesheets/price-lists.scss */
.price-list-search__card:hover, .price-list-search__card--selected {
  background: rgba(255, 240, 204, 0.5);
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/price-lists.scss */
.price-list-search__card--selected, .price-list-search__card--selected:hover {
  background: #fff0cc;
}

/* line 15, app/assets/stylesheets/price-lists.scss */
.price-list-search__card--selected h4:after, .price-list-search__card--selected:hover h4:after {
  content: "↩";
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

/* line 22, app/assets/stylesheets/price-lists.scss */
.price-list-search__card-add {
  padding: 12px 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 900px) {
  /* line 22, app/assets/stylesheets/price-lists.scss */
  .price-list-search__card-add {
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 37, app/assets/stylesheets/price-lists.scss */
.price-list-frm {
  box-sizing: border-box;
  position: relative;
  width: auto;
  background: white;
  margin: 0 18px;
  border: none;
}

@media (min-width: 900px) {
  /* line 37, app/assets/stylesheets/price-lists.scss */
  .price-list-frm {
    margin: 0;
  }
}

/* line 47, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section {
  background: transparent;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  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;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

@media (min-width: 900px) {
  /* line 47, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__section {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 62, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within, .price-list-frm .pwrk-frm__section:hover, .price-list-frm .pwrk-frm__section:active {
  background: white;
}

/* line 64, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within input, .price-list-frm .pwrk-frm__section:focus-within select, .price-list-frm .pwrk-frm__section:focus-within textarea, .price-list-frm .pwrk-frm__section:focus-within .trix__wrapper, .price-list-frm .pwrk-frm__section:focus-within .pwrk-frm__input--pseudo, .price-list-frm .pwrk-frm__section:hover input, .price-list-frm .pwrk-frm__section:hover select, .price-list-frm .pwrk-frm__section:hover textarea, .price-list-frm .pwrk-frm__section:hover .trix__wrapper, .price-list-frm .pwrk-frm__section:hover .pwrk-frm__input--pseudo, .price-list-frm .pwrk-frm__section:active input, .price-list-frm .pwrk-frm__section:active select, .price-list-frm .pwrk-frm__section:active textarea, .price-list-frm .pwrk-frm__section:active .trix__wrapper, .price-list-frm .pwrk-frm__section:active .pwrk-frm__input--pseudo {
  color: #3d4b59;
  border: 1px solid #8f919d;
  background: white;
  opacity: 1;
}

/* line 70, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within select, .price-list-frm .pwrk-frm__section:hover select, .price-list-frm .pwrk-frm__section:active select {
  background: none;
}

/* line 73, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within trix-editor, .price-list-frm .pwrk-frm__section:hover trix-editor, .price-list-frm .pwrk-frm__section:active trix-editor {
  /* stylelint-disable-line */
  color: #3d4b59;
  background-color: rgba(255, 255, 255, 0);
}

/* line 77, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within .pwrk-frm__label, .price-list-frm .pwrk-frm__section:hover .pwrk-frm__label, .price-list-frm .pwrk-frm__section:active .pwrk-frm__label {
  color: #3d4b59;
}

/* line 80, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within .pwrk-frm__input--pseudo, .price-list-frm .pwrk-frm__section:hover .pwrk-frm__input--pseudo, .price-list-frm .pwrk-frm__section:active .pwrk-frm__input--pseudo {
  -webkit-text-fill-color: #3d4b59;
}

/* line 83, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within label, .price-list-frm .pwrk-frm__section:hover label, .price-list-frm .pwrk-frm__section:active label {
  color: #3d4b59;
}

/* line 87, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within .link--modal .pwrk-frm__item-price label, .price-list-frm .pwrk-frm__section:focus-within .link--modal .pwrk-frm__item-price-value, .price-list-frm .pwrk-frm__section:hover .link--modal .pwrk-frm__item-price label, .price-list-frm .pwrk-frm__section:hover .link--modal .pwrk-frm__item-price-value, .price-list-frm .pwrk-frm__section:active .link--modal .pwrk-frm__item-price label, .price-list-frm .pwrk-frm__section:active .link--modal .pwrk-frm__item-price-value {
  color: #3d4b59;
}

/* line 93, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__section:focus-within .trix__wrapper {
  padding: 0;
}

/* line 99, app/assets/stylesheets/price-lists.scss */
.price-list-frm input, .price-list-frm select, .price-list-frm textarea, .price-list-frm .trix__wrapper, .price-list-frm .pwrk-frm__input--pseudo {
  color: #3d4b59;
  border: 1px solid #8f919d;
  background: white;
  opacity: 1;
}

/* line 105, app/assets/stylesheets/price-lists.scss */
.price-list-frm select {
  background: none;
}

/* line 108, app/assets/stylesheets/price-lists.scss */
.price-list-frm trix-editor {
  /* stylelint-disable-line */
  color: #3d4b59;
  background-color: rgba(255, 255, 255, 0);
}

/* line 112, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input-list {
  padding: 9px 15px;
  border-color: #636e78 !important;
}

/* line 115, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input-list:focus-within {
  border-color: #636e78 !important;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -ms-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

/* line 119, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input-list .pwrk-frm__input, .price-list-frm .pwrk-frm__input-list .trix__wrapper {
  border: none !important;
  padding: 3px 0 !important;
}

/* line 123, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input-list .trix__wrapper {
  border: none !important;
  padding: 0 !important;
  margin-bottom: -6px;
}

/* line 128, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input-list trix-editor {
  /* stylelint-disable-line */
  padding: 0 0 21px !important;
  min-height: 120px !important;
}

/* line 132, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input-list trix-toolbar {
  /* stylelint-disable-line */
  margin: 0 -15px;
  width: calc(100% + 24px) !important;
  top: auto;
  bottom: 0;
}

/* line 140, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__label {
  color: #3d4b59;
}

/* line 143, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input--pseudo {
  -webkit-text-fill-color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 147, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item-amounts {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    max-width: 100%;
    margin-top: 24px;
  }
}

@media (min-width: 900px) {
  /* line 156, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item-prices, .price-list-frm .pwrk-frm__item-totals {
    flex: 1;
    max-width: 50%;
  }
}

/* line 161, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-prices label, .price-list-frm .pwrk-frm__item-totals label {
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 164, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item-prices .pwrk-frm__item-price, .price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-price {
    margin-bottom: 18px;
  }
}

/* line 168, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-prices .pwrk-frm__item-price input, .price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-price input {
  padding: 12px;
  font-size: 18px;
  color: #3d4b59;
  border: 1px solid #8f919d;
}

@media (min-width: 900px) {
  /* line 174, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item-prices .pwrk-frm__item-price .pwrk-frm__item-price-input, .price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-price .pwrk-frm__item-price-input {
    margin-right: 0;
  }
}

/* line 180, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-prices .pwrk-frm__item-price .input--currency:after, .price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-price .input--currency:after {
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 180, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item-prices .pwrk-frm__item-price .input--currency:after, .price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-price .input--currency:after {
    top: 8px;
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  /* line 191, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item-totals {
    margin-top: 0;
  }
}

/* line 195, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-total {
  line-height: 48px;
}

/* line 197, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-total-value {
  font-size: 18px;
  color: #3d4b59;
}

/* line 201, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-total-select {
  margin-right: 0;
}

/* line 203, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-totals .pwrk-frm__item-total-select select {
  padding: 12px;
  font-size: 18px;
}

/* line 211, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item {
  -o-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  display: block;
  flex: 1;
}

@media (min-width: 900px) {
  /* line 211, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__item {
    display: block;
  }
}

/* line 220, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__input--title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  margin-bottom: 6px;
  background: #ffffff;
  color: #3d4b59;
  border: 1px solid #8f919d;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 233, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__item-desc .trix__wrapper {
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 238, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__save {
  position: relative;
  padding: 0;
  background: white;
  margin: 36px 0 0;
  text-align: left;
}

@media (min-width: 900px) {
  /* line 238, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__save {
    margin: 24px 0 0;
    min-height: auto;
  }
}

/* line 248, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-frm__save .btn {
  font-size: 21px;
  padding: 12px 18px;
}

@media (min-width: 900px) {
  /* line 248, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-frm__save .btn {
    font-size: 21px;
    padding: 12px 18px;
  }
}

/* line 259, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-skeleton--bone, .price-list-frm .pwrk-skeleton__ref, .price-list-frm .pwrk-skeleton__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  background: #e9eff7;
  animation: skeleton-loading 1.75s infinite;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 259, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-skeleton--bone, .price-list-frm .pwrk-skeleton__ref, .price-list-frm .pwrk-skeleton__title {
    left: 0;
    width: 100%;
  }
}

/* line 273, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-skeleton__title {
  top: 24px;
  height: 50px;
}

@media (min-width: 900px) {
  /* line 273, app/assets/stylesheets/price-lists.scss */
  .price-list-frm .pwrk-skeleton__title {
    top: 24px;
    left: 0px;
    width: 100%;
  }
}

/* line 283, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-skeleton__ref {
  top: 128px;
  height: 220px;
}

/* line 288, app/assets/stylesheets/price-lists.scss */
.price-list-frm .pwrk-skeleton__date, .price-list-frm .pwrk-skeleton__to, .price-list-frm .pwrk-skeleton__item-1 {
  display: none;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
@media (max-width: 899px) {
  /* line 4, app/assets/stylesheets/sticky-titles.scss */
  .m-nav--back {
    margin-top: -54px;
  }
  /* line 7, app/assets/stylesheets/sticky-titles.scss */
  .m-nav--back .m-nav {
    position: relative;
    z-index: 1;
  }
  /* line 11, app/assets/stylesheets/sticky-titles.scss */
  .m-nav--back .m-nav__back {
    background-color: white;
    padding: 9px 18px;
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 46px;
  }
}

@media (max-width: 899px) {
  /* line 25, app/assets/stylesheets/sticky-titles.scss */
  .sticky-title .sticky-element {
    background-color: white;
    position: sticky;
    z-index: 4;
    border-bottom: 1px solid white;
  }
  /* line 33, app/assets/stylesheets/sticky-titles.scss */
  .sticky-title.m-nav--back .sticky-element {
    top: 42px;
  }
  /* line 38, app/assets/stylesheets/sticky-titles.scss */
  .sticky-title.m-nav--form .sticky-element, .sticky-title.m-nav--cancel .sticky-element {
    top: 50px;
  }
}

@media (max-width: 899px) {
  /* line 46, app/assets/stylesheets/sticky-titles.scss */
  .sticky-element.stuck {
    margin: 0 -18px;
    padding: 0 18px 9px;
    border-bottom: 1px solid #d8dfe7;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  /* line 53, app/assets/stylesheets/sticky-titles.scss */
  .sticky-element.stuck.page-heading__title, .sticky-element.stuck .page-heading__title {
    font-size: 18px;
    -webkit-transition: font-size 0.15s ease-out;
    -moz-transition: font-size 0.15s ease-out;
    -ms-transition: font-size 0.15s ease-out;
    -o-transition: font-size 0.15s ease-out;
    transition: font-size 0.15s ease-out;
  }
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/invoice-payments.scss */
.invoice-payments {
  margin: -18px 0 6px;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/invoice-payments.scss */
  .invoice-payments {
    margin: -3px 0 0;
  }
}

/* line 10, app/assets/stylesheets/invoice-payments.scss */
.invoice-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  color: #3d4b59;
  font-size: 15px;
  line-height: 21px;
}

/* line 16, app/assets/stylesheets/invoice-payments.scss */
.invoice-payment__details {
  flex: 1;
}

/* line 19, app/assets/stylesheets/invoice-payments.scss */
.invoice-payment__amount {
  text-align: right;
}

/* line 22, app/assets/stylesheets/invoice-payments.scss */
.invoice-payment__actions {
  margin-left: 6px;
}

/* line 24, app/assets/stylesheets/invoice-payments.scss */
.invoice-payment__actions .link {
  font-size: 15px;
  line-height: 21px;
}

/* line 31, app/assets/stylesheets/invoice-payments.scss */
.online-payments {
  margin: 12px 0 24px;
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/invoice-payments.scss */
  .online-payments {
    margin: 21px 0 18px;
  }
}

/* line 36, app/assets/stylesheets/invoice-payments.scss */
.online-payments__label {
  font-size: 15px;
  line-height: 21px;
}

/* line 42, app/assets/stylesheets/invoice-payments.scss */
#card-errors {
  color: #f62d19;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/confirmations.scss */
.confirm-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

/* line 6, app/assets/stylesheets/confirmations.scss */
.confirm-delete--inline {
  padding: 9px 12px;
  background: rgba(244, 209, 209, 0.5);
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 11, app/assets/stylesheets/confirmations.scss */
.confirm-delete--absolute {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4d1d1;
  z-index: 10;
  padding: 24px;
  text-align: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 24, app/assets/stylesheets/confirmations.scss */
.confirm-delete p {
  flex: 1;
}

/* line 27, app/assets/stylesheets/confirmations.scss */
.confirm-delete__inner {
  flex: 1;
  align-self: center;
}

/* line 32, app/assets/stylesheets/confirmations.scss */
.confirm-delete__actions .btn {
  margin-left: 6px;
  padding: 3px 12px;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/auto-messages.scss */
.auto-frm {
  position: relative;
  background: rgba(243, 223, 249, 0.5);
  padding: 18px 24px;
  margin: 0 -9px 18px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/auto-messages.scss */
  .auto-frm {
    padding: 24px 36px;
    margin: 0 0 24px;
  }
}

/* line 13, app/assets/stylesheets/auto-messages.scss */
.auto-frm hr {
  margin: 24px 0;
  height: 1px;
  border: none;
  background-color: rgba(199, 170, 227, 0.4);
}

/* line 19, app/assets/stylesheets/auto-messages.scss */
.auto-frm__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 12px 0;
  min-height: 50px;
}

/* line 25, app/assets/stylesheets/auto-messages.scss */
.auto-frm__label {
  min-width: 60px;
}

/* line 28, app/assets/stylesheets/auto-messages.scss */
.auto-frm__option {
  flex: 1;
}

/* line 30, app/assets/stylesheets/auto-messages.scss */
.auto-frm__option .frm__input--select {
  display: block;
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/auto-messages.scss */
  .auto-frm__option .frm__input--select {
    display: inline-block;
  }
}

/* line 39, app/assets/stylesheets/auto-messages.scss */
.grouped-automations {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

/* line 43, app/assets/stylesheets/auto-messages.scss */
.grouped-automations--expanded {
  max-height: 1000px;
  overflow: visible;
}

/* line 50, app/assets/stylesheets/auto-messages.scss */
.auto-task__holder--pwrk {
  min-height: 1px;
}

@media (min-width: 900px) {
  /* line 50, app/assets/stylesheets/auto-messages.scss */
  .auto-task__holder--pwrk {
    max-width: 755px;
    margin: -36px 0 36px;
  }
}

/* line 59, app/assets/stylesheets/auto-messages.scss */
.auto-task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 9px 18px;
  font-size: 15px;
  line-height: 21px;
  color: #5c3383;
  background: rgba(243, 223, 249, 0.5);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 900px) {
  /* line 59, app/assets/stylesheets/auto-messages.scss */
  .auto-task {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 75, app/assets/stylesheets/auto-messages.scss */
.auto-task--lrg {
  padding: 24px 18px;
}

/* line 79, app/assets/stylesheets/auto-messages.scss */
.auto-task--event {
  display: block;
  margin: -12px -18px;
  background: rgba(243, 223, 249, 0.25);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 84, app/assets/stylesheets/auto-messages.scss */
.auto-task--event-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/auto-messages.scss */
.auto-task__list .auto-task {
  margin: 0;
  background: rgba(243, 223, 249, 0.25);
  border-top: 1px solid #f3dff9;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 99, app/assets/stylesheets/auto-messages.scss */
.auto-task__icon {
  margin-right: 9px;
}

/* line 102, app/assets/stylesheets/auto-messages.scss */
.auto-task__icon .icon svg {
  width: 15px;
  height: 15px;
  fill: rgba(92, 51, 131, 0.75);
}

@media (min-width: 900px) {
  /* line 102, app/assets/stylesheets/auto-messages.scss */
  .auto-task__icon .icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 900px) {
  /* line 112, app/assets/stylesheets/auto-messages.scss */
  .auto-task__icon .icon--sml svg {
    width: 15px;
    height: 15px;
  }
}

/* line 120, app/assets/stylesheets/auto-messages.scss */
.auto-task__icon--top {
  align-self: flex-start;
}

/* line 125, app/assets/stylesheets/auto-messages.scss */
.auto-task__desc {
  flex: 1;
  color: #5c3383;
}

/* line 130, app/assets/stylesheets/auto-messages.scss */
.auto-task__actions {
  text-align: right;
  margin-right: -9px;
}

/* line 133, app/assets/stylesheets/auto-messages.scss */
.auto-task__actions--cancelled {
  margin: -4px -9px -4px 0;
}

/* line 136, app/assets/stylesheets/auto-messages.scss */
.auto-task__actions .btn--with-menu .btn {
  margin: 0;
  border: none;
}

/* line 139, app/assets/stylesheets/auto-messages.scss */
.auto-task__actions .btn--with-menu .btn > .icon {
  display: block;
  width: 18px;
  height: 18px;
}

/* line 143, app/assets/stylesheets/auto-messages.scss */
.auto-task__actions .btn--with-menu .btn > .icon svg {
  margin-top: -9px;
  width: 18px;
  height: 18px;
  fill: #5c3383;
}

/* line 150, app/assets/stylesheets/auto-messages.scss */
.auto-task__actions .btn--with-menu .btn.active {
  background: #f3dff9 !important;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/color-selector.scss */
.color-selector__input {
  display: none;
}

/* line 8, app/assets/stylesheets/color-selector.scss */
.color-selector__input:checked + label span {
  position: relative;
  border-color: #002d4f !important;
}

/* line 11, app/assets/stylesheets/color-selector.scss */
.color-selector__input:checked + label span:before {
  content: "\2713";
  position: absolute;
  color: white;
  font-size: 18px;
  top: 0;
  left: 7px;
}

/* line 23, app/assets/stylesheets/color-selector.scss */
.color-selector__holder {
  padding: 9px 9px 0;
}

/* line 27, app/assets/stylesheets/color-selector.scss */
.color-selector__item {
  display: inline-block;
  background: #e9eff7;
  color: #002d4f;
  font-size: 13px;
  font-weight: normal;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 3px;
  text-align: center;
  border: 2px solid #e9eff7;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 42, app/assets/stylesheets/color-selector.scss */
.color-selector__item--selected {
  position: relative;
  border-color: #002d4f !important;
}

/* line 45, app/assets/stylesheets/color-selector.scss */
.color-selector__item--selected:before {
  content: "\2713";
  position: absolute;
  color: white;
  font-size: 15px;
  top: 0;
  left: 5px;
}

/* line 55, app/assets/stylesheets/color-selector.scss */
.color-selector__item--sml {
  width: 21px;
  height: 21px;
  line-height: 21px;
}

/* line 61, app/assets/stylesheets/color-selector.scss */
.color-selector__item--lrg {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
}

/* line 68, app/assets/stylesheets/color-selector.scss */
.color-selector__item--yellow-1 {
  background: #feb404;
  border-color: #feb404;
}

/* line 73, app/assets/stylesheets/color-selector.scss */
.color-selector__item--green-1 {
  background: #028b67;
  border-color: #028b67;
}

/* line 78, app/assets/stylesheets/color-selector.scss */
.color-selector__item--teal-1 {
  background: #25ada9;
  border-color: #25ada9;
}

/* line 83, app/assets/stylesheets/color-selector.scss */
.color-selector__item--purple-1 {
  background: #5c3383;
  border-color: #5c3383;
}

/* line 88, app/assets/stylesheets/color-selector.scss */
.color-selector__item--red-1 {
  background: #990000;
  border-color: #990000;
}

/* line 93, app/assets/stylesheets/color-selector.scss */
.color-selector__item--orange-1 {
  background: #dd5e00;
  border-color: #dd5e00;
}

/* line 98, app/assets/stylesheets/color-selector.scss */
.color-selector__item--green {
  background: #13a538;
  border-color: #13a538;
}

/* line 102, app/assets/stylesheets/color-selector.scss */
.color-selector__item--green-0 {
  background: rgba(0, 105, 77, 0.8);
  border-color: #00694d;
}

/* line 106, app/assets/stylesheets/color-selector.scss */
.color-selector__item--green-2 {
  background: rgba(52, 163, 133, 0.8);
  border-color: #34a385;
}

/* line 110, app/assets/stylesheets/color-selector.scss */
.color-selector__item--teal-2 {
  background: rgba(81, 188, 186, 0.8);
  border-color: #51bcba;
}

/* line 114, app/assets/stylesheets/color-selector.scss */
.color-selector__item--purple-3 {
  background: rgba(161, 113, 208, 0.8);
  border-color: #a171d0;
}

/* line 118, app/assets/stylesheets/color-selector.scss */
.color-selector__item--purple-4 {
  background: rgba(199, 170, 227, 0.8);
  border-color: #c7aae3;
}

/* line 122, app/assets/stylesheets/color-selector.scss */
.color-selector__item--red {
  background: #f62d19;
  border-color: #f62d19;
}

/* line 126, app/assets/stylesheets/color-selector.scss */
.color-selector__item--red-3 {
  background: rgba(216, 73, 74, 0.8);
  border-color: #d8494a;
}

/* line 130, app/assets/stylesheets/color-selector.scss */
.color-selector__item--red-4 {
  background: rgba(235, 164, 164, 0.8);
  border-color: #eba4a4;
}

/* line 134, app/assets/stylesheets/color-selector.scss */
.color-selector__item--blue {
  background: #0056a4;
  border-color: #0056a4;
}

/* line 138, app/assets/stylesheets/color-selector.scss */
.color-selector__item--blue-1 {
  background: rgba(13, 71, 141, 0.8);
  border-color: #0d478d;
}

/* line 142, app/assets/stylesheets/color-selector.scss */
.color-selector__item--blue-3 {
  background: rgba(79, 139, 209, 0.8);
  border-color: #4f8bd1;
}

/* line 146, app/assets/stylesheets/color-selector.scss */
.color-selector__item--blue-4 {
  background: rgba(171, 193, 230, 0.8);
  border-color: #abc1e6;
}

/* line 150, app/assets/stylesheets/color-selector.scss */
.color-selector__item--orange-3 {
  background: rgba(234, 158, 102, 0.8);
  border-color: #ea9e66;
}

/* line 154, app/assets/stylesheets/color-selector.scss */
.color-selector__item--yellow-2 {
  background: rgba(255, 195, 53, 0.8);
  border-color: #ffc335;
}

/* line 158, app/assets/stylesheets/color-selector.scss */
.color-selector__item--yellow-4 {
  background: rgba(255, 225, 154, 0.8);
  border-color: #ffe19a;
}

/* line 162, app/assets/stylesheets/color-selector.scss */
.color-selector__item--black {
  background: black;
  border-color: black;
}

/* line 166, app/assets/stylesheets/color-selector.scss */
.color-selector__item--metal {
  background: #8f919d;
  border-color: #8f919d;
}

/* line 174, app/assets/stylesheets/color-selector.scss */
.c-doc-menu__colour-scheme {
  position: relative;
}

/* line 176, app/assets/stylesheets/color-selector.scss */
.c-doc-menu__colour-scheme-undo {
  position: absolute;
  top: 11px;
  right: 42px;
  font-size: 12px;
}

/* line 184, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-selection {
  order: 2;
  height: 7.5em !important;
}

/* line 187, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-selection div.pcr-color-chooser {
  grid-area: 2/1/2/3 !important;
}

/* line 190, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-selection div.pcr-color-preview {
  grid-area: 1/1 !important;
}

/* line 192, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-selection div.pcr-color-preview div.pcr-current-color {
  top: -47px;
  left: -18px;
  border: 3px solid #d8dfe7;
}

/* line 199, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-swatches {
  order: 3;
  padding: 0 !important;
}

/* line 203, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-interaction {
  order: 1;
  padding-left: 42px !important;
}

/* line 206, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-interaction input.pcr-result {
  padding: 6px 12px;
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
  border: 1px solid #b6bfc9;
  background: white;
  appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 216, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-interaction input.pcr-result:hover {
  filter: brightness(1);
  background: white;
  border-color: #8f919d;
}

/* line 221, app/assets/stylesheets/color-selector.scss */
.pcr-app .pcr-interaction input.pcr-result:focus {
  box-shadow: none;
}
/* line 4, app/assets/stylesheets/expandable.scss */
.expandable--expanded .expandable__content {
  display: block;
}

/* line 8, app/assets/stylesheets/expandable.scss */
.expandable--expanded .expandable__trigger {
  display: none;
}

/* line 14, app/assets/stylesheets/expandable.scss */
.expandable--collapsed .expandable__content {
  display: none;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/search.scss */
form:has(.srch-tlbr) {
  position: sticky;
  top: 54px;
  z-index: 2;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/search.scss */
  form:has(.srch-tlbr) {
    top: 6px;
  }
}

/* line 12, app/assets/stylesheets/search.scss */
.srch-tlbr {
  padding: 0;
  margin: 6px -9px 12px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 900px) {
  /* line 12, app/assets/stylesheets/search.scss */
  .srch-tlbr {
    margin: 6px 0 15px;
  }
}

@media print {
  /* line 12, app/assets/stylesheets/search.scss */
  .srch-tlbr {
    display: none !important;
  }
}

/* line 25, app/assets/stylesheets/search.scss */
.srch-tlbr:focus-within {
  z-index: 3;
  background: white;
  border: 1px solid #b6bfc9;
  -webkit-box-shadow: 0 0 9px rgba(182, 191, 201, 0.5);
  -moz-box-shadow: 0 0 9px rgba(182, 191, 201, 0.5);
  box-shadow: 0 0 9px rgba(182, 191, 201, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 33, app/assets/stylesheets/search.scss */
.srch-tlbr:focus-within .srch-tlbr__filters .srch-tlbr__btn {
  color: #3d4b59;
}

/* line 35, app/assets/stylesheets/search.scss */
.srch-tlbr:focus-within .srch-tlbr__filters .srch-tlbr__btn:hover, .srch-tlbr:focus-within .srch-tlbr__filters .srch-tlbr__btn:active, .srch-tlbr:focus-within .srch-tlbr__filters .srch-tlbr__btn:focus {
  background: #e9eff7;
  border-color: #e9eff7;
}

/* line 39, app/assets/stylesheets/search.scss */
.srch-tlbr:focus-within .srch-tlbr__filters .srch-tlbr__btn .icon svg {
  fill: #3d4b59;
}

/* line 45, app/assets/stylesheets/search.scss */
.srch-tlbr .input--search {
  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;
  align-items: center;
  position: relative;
  margin: 0;
}

/* line 51, app/assets/stylesheets/search.scss */
.srch-tlbr .input--search .frm__input {
  flex: 1;
  border: none;
  padding: 12px 24px 12px 36px;
  font-size: 15px;
  line-height: 21px;
  background: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media (min-width: 900px) {
  /* line 51, app/assets/stylesheets/search.scss */
  .srch-tlbr .input--search .frm__input {
    padding: 15px 24px 15px 48px;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 66, app/assets/stylesheets/search.scss */
.srch-tlbr .input--search:focus-within:after {
  -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 71, app/assets/stylesheets/search.scss */
.srch-tlbr .input--search:after {
  width: 15px;
  height: 15px;
  left: 12px;
  top: 16px;
  -webkit-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  -moz-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  -o-filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
  filter: invert(83%) sepia(11%) saturate(232%) hue-rotate(173deg) brightness(92%) contrast(85%);
}

@media (min-width: 900px) {
  /* line 71, app/assets/stylesheets/search.scss */
  .srch-tlbr .input--search:after {
    width: 18px;
    height: 18px;
    left: 18px;
    top: 18px;
  }
}

@media (min-width: 900px) {
  /* line 86, app/assets/stylesheets/search.scss */
  .srch-tlbr--sml {
    margin: 6px 0;
  }
}

/* line 91, app/assets/stylesheets/search.scss */
.srch-tlbr--sml .input--search .frm__input {
  padding: 9px 18px 9px 45px;
  font-size: 15px;
  line-height: 21px;
}

/* line 96, app/assets/stylesheets/search.scss */
.srch-tlbr--sml .input--search:after {
  width: 15px;
  height: 15px;
  left: 16px;
  top: 13px;
}

/* line 105, app/assets/stylesheets/search.scss */
.srch-tlbr__clear {
  opacity: 1;
  display: inline-block;
  position: relative;
  padding: 6px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 112, app/assets/stylesheets/search.scss */
.srch-tlbr__clear--hidden {
  opacity: 0;
  cursor: default;
}

/* line 118, app/assets/stylesheets/search.scss */
.srch-tlbr__filters {
  margin-right: 3px;
  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;
}

@media (min-width: 900px) {
  /* line 118, app/assets/stylesheets/search.scss */
  .srch-tlbr__filters {
    margin-right: 6px;
  }
}

/* line 125, app/assets/stylesheets/search.scss */
.srch-tlbr__filters .frm__input {
  cursor: pointer;
  display: inline-block;
  width: auto;
  line-height: 24px;
  padding: 9px 27px 9px 9px;
  margin: 0 6px 12px;
  font-size: 15px;
  background-color: #e9eff7;
  background-position: 91% 16px;
  background-image: url(/assets/icons/arrow-down-a9da961ba5763f2b0faffc149eb75e11fe201c2896f94932caf4c4f05dd042ac.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  border: none;
}

@media (min-width: 900px) {
  /* line 125, app/assets/stylesheets/search.scss */
  .srch-tlbr__filters .frm__input {
    margin: 0 0 0 3px;
  }
}

/* line 146, app/assets/stylesheets/search.scss */
.srch-tlbr__btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 9px;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  color: #8f919d;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 900px) {
  /* line 146, app/assets/stylesheets/search.scss */
  .srch-tlbr__btn {
    margin: 0 3px;
  }
}

/* line 163, app/assets/stylesheets/search.scss */
.srch-tlbr__btn:hover, .srch-tlbr__btn:active, .srch-tlbr__btn:focus, .srch-tlbr__btn--active {
  color: #3d4b59;
}

/* line 165, app/assets/stylesheets/search.scss */
.srch-tlbr__btn:hover .icon svg, .srch-tlbr__btn:active .icon svg, .srch-tlbr__btn:focus .icon svg, .srch-tlbr__btn--active .icon svg {
  fill: #3d4b59 !important;
}

/* line 169, app/assets/stylesheets/search.scss */
.srch-tlbr__btn-label:not(:empty) {
  display: none;
}

@media (min-width: 900px) {
  /* line 169, app/assets/stylesheets/search.scss */
  .srch-tlbr__btn-label:not(:empty) {
    display: inline-block;
    padding-left: 6px;
  }
}

/* line 176, app/assets/stylesheets/search.scss */
.srch-tlbr__btn-count:not(:empty) {
  display: inline-block;
  padding-left: 3px;
}

@media (min-width: 900px) {
  /* line 176, app/assets/stylesheets/search.scss */
  .srch-tlbr__btn-count:not(:empty) {
    display: none;
  }
}

/* line 183, app/assets/stylesheets/search.scss */
.srch-tlbr__btn .icon {
  width: 18px;
  height: 18px;
}

/* line 186, app/assets/stylesheets/search.scss */
.srch-tlbr__btn .icon svg {
  fill: #8f919d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/bulk-select.scss */
.bulk-select {
  position: sticky;
  top: 54px;
  z-index: 2;
  background: white;
  border: 1px solid #b6bfc9;
  margin: 6px -9px 12px;
  overflow-wrap: break-word;
  -webkit-box-shadow: 0 0 9px rgba(182, 191, 201, 0.5);
  -moz-box-shadow: 0 0 9px rgba(182, 191, 201, 0.5);
  box-shadow: 0 0 9px rgba(182, 191, 201, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  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;
  align-items: center;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/bulk-select.scss */
  .bulk-select {
    top: 6px;
    margin: 6px 0 15px;
  }
}

/* line 20, app/assets/stylesheets/bulk-select.scss */
.bulk-select__label {
  flex: 1;
  align-self: center;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 21px;
  color: #3d4b59;
}

@media (min-width: 900px) {
  /* line 20, app/assets/stylesheets/bulk-select.scss */
  .bulk-select__label {
    padding: 15px 18px;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 32, app/assets/stylesheets/bulk-select.scss */
.bulk-select__label .icon {
  margin-right: 5px;
}

/* line 34, app/assets/stylesheets/bulk-select.scss */
.bulk-select__label .icon svg {
  fill: #636e78;
}

/* line 39, app/assets/stylesheets/bulk-select.scss */
.bulk-select__actions {
  margin-right: 3px;
}

@media (min-width: 900px) {
  /* line 39, app/assets/stylesheets/bulk-select.scss */
  .bulk-select__actions {
    margin-right: 6px;
  }
}

/* line 44, app/assets/stylesheets/bulk-select.scss */
.bulk-select__actions .btn {
  width: auto;
  border: none;
  padding: 6px 9px;
  cursor: pointer;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 50, app/assets/stylesheets/bulk-select.scss */
.bulk-select__actions .btn .icon--dropdown {
  padding-left: 6px;
}

/* line 54, app/assets/stylesheets/bulk-select.scss */
.bulk-select__actions .srch-tlbr__btn {
  color: #3d4b59;
}

/* line 56, app/assets/stylesheets/bulk-select.scss */
.bulk-select__actions .srch-tlbr__btn:hover, .bulk-select__actions .srch-tlbr__btn:active, .bulk-select__actions .srch-tlbr__btn:focus {
  background: #e9eff7;
  border-color: #e9eff7;
}
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 3, app/assets/stylesheets/templates.scss */
.bg--template {
  background-color: white;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, white 25%), linear-gradient(#95d8d5 1px, transparent 1px), linear-gradient(90deg, #95d8d5 1px, transparent 1px), linear-gradient(rgba(149, 216, 213, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(149, 216, 213, 0.5) 1px, transparent 1px);
  background-position: 0 0, -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  background-size: 100% 100%, 75px 75px, 75px 75px, 15px 15px, 15px 15px;
}

@media (min-width: 900px) {
  /* line 3, app/assets/stylesheets/templates.scss */
  .bg--template {
    background-image: linear-gradient(150deg, rgba(255, 255, 255, 0) 0%, white 500px), linear-gradient(#95d8d5 1px, transparent 1px), linear-gradient(90deg, #95d8d5 1px, transparent 1px), linear-gradient(rgba(149, 216, 213, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(149, 216, 213, 0.5) 1px, transparent 1px);
  }
}

/* line 11, app/assets/stylesheets/templates.scss */
.bg--template-thumb {
  border: 2px dashed #95d8d5 !important;
  margin: 0 12px 12px 0 !important;
  padding: 12px !important;
  width: 155px !important;
  height: 212px !important;
  background-color: white;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, white 60%), linear-gradient(#95d8d5 1px, transparent 1px), linear-gradient(90deg, #95d8d5 1px, transparent 1px), linear-gradient(rgba(149, 216, 213, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(149, 216, 213, 0.5) 1px, transparent 1px);
  background-position: 0 0, -3px -3px, -3px -3px, -2px -2px, -2px -2px;
  background-size: 100% 100%, 50px 50px, 50px 50px, 10px 10px, 10px 10px;
}

@media (min-width: 900px) {
  /* line 11, app/assets/stylesheets/templates.scss */
  .bg--template-thumb {
    margin: 0 18px 18px 0 !important;
    padding: 18px !important;
    width: 181px !important;
    height: 248px !important;
  }
}

/* line 28, app/assets/stylesheets/templates.scss */
.bg--template-list {
  background-color: white;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, white 50%), linear-gradient(#95d8d5 1px, transparent 1px), linear-gradient(90deg, #95d8d5 1px, transparent 1px), linear-gradient(rgba(149, 216, 213, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(149, 216, 213, 0.5) 1px, transparent 1px);
  background-position: 0 0, -3px -3px, -3px -3px, -2px -2px, -2px -2px;
  background-size: 100% 100%, 50px 50px, 50px 50px, 10px 10px, 10px 10px;
}

@media (min-width: 900px) {
  /* line 28, app/assets/stylesheets/templates.scss */
  .bg--template-list {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, white 25%), linear-gradient(#95d8d5 1px, transparent 1px), linear-gradient(90deg, #95d8d5 1px, transparent 1px), linear-gradient(rgba(149, 216, 213, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(149, 216, 213, 0.5) 1px, transparent 1px);
  }
}

/* line 40, app/assets/stylesheets/templates.scss */
.template__name {
  font-size: 15px;
  line-height: 21px;
  margin: 18px 0 6px;
}

@media (min-width: 900px) {
  /* line 40, app/assets/stylesheets/templates.scss */
  .template__name {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 49, app/assets/stylesheets/templates.scss */
.template__meta {
  color: #636e78;
  font-size: 13px;
  line-height: 19px;
}

@media (min-width: 900px) {
  /* line 49, app/assets/stylesheets/templates.scss */
  .template__meta {
    font-size: 15px;
    line-height: 21px;
  }
}
