/**************************** HIGH PPI DISPLAY BACKGROUNDS */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 3 */ 
  -ms-text-size-adjust: 100%; /* 3 */
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/** Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
  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: .67em 0;
}

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption,
figure,
main {
  /* 1 */ display: block;
}

/** Add the correct margin in IE 8 (removed). */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */
/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
}

/** Modify default styling of address. */
address {
  font-style: normal;
}

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed) */
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** 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,
pre,
samp {
  font-family: "futura-pt", sans-serif; /* 1 (changed) */
  font-size: 1em; /* 2 */
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Add the correct background and color in IE 9-. (Removed) */
/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

/** 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: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 (changed) */
  font-size: inherit; /* 1 (changed) */
  line-height: inherit; /* 1 (changed) */
  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;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/** 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 (removed). */
/** Change the border, margin, and padding in all browsers (opinionated) (changed). */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/** 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
  outline: none;
}

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

/** Add the correct display in IE. */
template {
  display: none;
}

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "arial", sans-serif;
  font-size: .8rem;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; 
  text-rendering: optimizeLegibility;
}

a {
  color: #2e2e2e;
  outline: none;
  text-decoration: none;
}

a:focus {
  -webkit-box-shadow: 0 0 0 .1rem rgba(254, 125, 30, .2);
          box-shadow: 0 0 0 .1rem rgba(254, 125, 30, .2);
}

a:focus,
a:hover,
a:active,
a.active {
  color: #2e2e2e;
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .2em;
  margin-top: .2em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: .8rem;
}

p {
  margin: 0 0 1rem;
}

a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
          text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: .05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  background: #454d5d;
  border-radius: .1rem;
  color: white;
  font-size: .7rem; 
  line-height: 1.2;
  padding: .1rem .15rem;
}

mark {
  background: #ffe9b3;
  border-radius: .1rem;
  color: black;
  padding: .05rem;
}

blockquote {
  border-left: .1rem solid #e7e9ed;
  margin-left: 0;
  padding: .4rem .8rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: .8rem 0 .8rem .8rem;
  padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: .8rem 0 .8rem .8rem;
}

ul li,
ol li {
  margin-top: .4rem;
}

ul {
  list-style: disc inside;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}

ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: .4rem 0 .8rem 0;
}

.btn,
.unicorn-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: .05rem solid #fe7d1e;
  border-radius: .1rem;
  color: #fe7d1e;
  cursor: pointer;
  display: inline-block;
  font-size: .8rem;
  height: auto;
  line-height: 1rem;
  min-height: 2.2rem;
  outline: none;
  padding: .35rem .4rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:focus,
.unicorn-button:focus {
  -webkit-box-shadow: 0 0 0 .1rem rgba(254, 125, 30, .2);
          box-shadow: 0 0 0 .1rem rgba(254, 125, 30, .2);
}

.btn:focus,
.unicorn-button:focus,
.btn:hover,
.unicorn-button:hover {
  background: #45a80c;
  border-color: #f5c9aa;
  text-decoration: none;
}

.btn:active,
.unicorn-button:active,
.btn.active,
.active.unicorn-button {
  background: #f5c9aa;
  border-color: #f2bb93;
  color: white;
  text-decoration: none;
}

.btn:active.loading::after,
.unicorn-button:active.loading::after,
.btn.active.loading::after,
.active.loading.unicorn-button::after {
  border-bottom-color: white;
  border-left-color: white;
}

.btn[disabled],
[disabled].unicorn-button,
.btn:disabled,
.unicorn-button:disabled,
.btn.disabled,
.disabled.unicorn-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.btn.btn-primary,
.btn-primary.unicorn-button {
  background: #fe7d1e;
  border-color: #f5c9aa;
  color: white;
}

.btn.btn-primary:focus,
.btn-primary.unicorn-button:focus,
.btn.btn-primary:hover,
.btn-primary.unicorn-button:hover {
  background: #fe7714;
  border-color: #f2bb93;
  color: white;
}

.btn.btn-primary:active,
.btn-primary.unicorn-button:active,
.btn.btn-primary.active,
.btn-primary.active.unicorn-button {
  background: #f3bd98;
  border-color: #f1b58a;
  color: white;
}

.btn.btn-primary.loading::after,
.btn.btn-success.loading::after,
.btn-success.loading.unicorn-button::after,
.btn.btn-error.loading::after,
.btn-error.loading.unicorn-button::after,
.btn-primary.loading.unicorn-button::after {
  border-bottom-color: white;
  border-left-color: white;
}

.btn.btn-secondary,
.btn-secondary.unicorn-button {
  background: #45a80c;
  border-color: #b1e293;
  color: white;
}

.btn.btn-secondary:focus,
.btn-secondary.unicorn-button:focus,
.btn.btn-secondary:hover,
.btn-secondary.unicorn-button:hover {
  background: #419e0b;
  border-color: #a2dd7f;
  color: white;
}

.btn.btn-secondary:active,
.btn-secondary.unicorn-button:active,
.btn.btn-secondary.active,
.btn-secondary.active.unicorn-button {
  background: #a5de83;
  border-color: #9dda77;
  color: white;
}

.btn.btn-secondary.greyed,
.btn-secondary.greyed.unicorn-button {
  background: #d3d3d3;
}

.btn.btn-secondary.loading::after,
.btn-secondary.loading.unicorn-button::after {
  border-bottom-color: white;
  border-left-color: white;
}

.btn.btn-tertiary,
.btn-tertiary.unicorn-button {
  background: #d3d3d3;
  border-color: #d3d3d3;
  color: white;
}

.btn.btn-tertiary:focus,
.btn-tertiary.unicorn-button:focus,
.btn.btn-tertiary:hover,
.btn-tertiary.unicorn-button:hover {
  background: #cecece;
  border-color: #c6c6c6;
  color: white;
}

.btn.btn-tertiary:active,
.btn-tertiary.unicorn-button:active,
.btn.btn-tertiary.active,
.btn-tertiary.active.unicorn-button {
  background: #c9c9c9;
  border-color: #c1c1c1;
  color: white;
}

.btn.btn-tertiary.greyed,
.btn-tertiary.greyed.unicorn-button {
  background: #d3d3d3;
}

.btn.btn-tertiary.loading::after,
.btn-tertiary.loading.unicorn-button::after {
  border-bottom-color: white;
  border-left-color: white;
}

.btn.btn-success,
.btn-success.unicorn-button {
  background: #32b643;
  border-color: #2faa3f;
  color: white;
}

.btn.btn-success:focus,
.btn-success.unicorn-button:focus {
  -webkit-box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2);
          box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2);
}

.btn.btn-success:focus,
.btn-success.unicorn-button:focus,
.btn.btn-success:hover,
.btn-success.unicorn-button:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: white;
}

.btn.btn-success:active,
.btn-success.unicorn-button:active,
.btn.btn-success.active,
.btn-success.active.unicorn-button {
  background: #2a9a39;
  border-color: #278e34;
  color: white;
}

.btn.btn-error,
.btn-error.unicorn-button {
  background: #e85600;
  border-color: #d95000;
  color: white;
}

.btn.btn-error:focus,
.btn-error.unicorn-button:focus {
  -webkit-box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
          box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}

.btn.btn-error:focus,
.btn-error.unicorn-button:focus,
.btn.btn-error:hover,
.btn-error.unicorn-button:hover {
  background: #de5200;
  border-color: #cf4d00;
  color: white;
}

.btn.btn-error:active,
.btn-error.unicorn-button:active,
.btn.btn-error.active,
.btn-error.active.unicorn-button {
  background: #c44900;
  border-color: #b54300;
  color: white;
}

.btn.btn-link,
.btn-link.unicorn-button {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2e2e2e;
  text-transform: capitalize;
}

.btn.btn-link:focus,
.btn-link.unicorn-button:focus,
.btn.btn-link:hover,
.btn-link.unicorn-button:hover,
.btn.btn-link:active,
.btn-link.unicorn-button:active,
.btn.btn-link.active,
.btn-link.active.unicorn-button {
  color: #2e2e2e;
}

.btn.btn-sm,
.btn-sm.unicorn-button {
  font-size: .7rem;
  height: 1.4rem;
  padding: .15rem .3rem;
}

.btn.btn-lg,
.btn-lg.unicorn-button {
  font-size: .9rem;
  height: 2rem;
  padding: .45rem .6rem;
}

.btn.btn-block,
.btn-block.unicorn-button {
  display: block;
  width: 100%;
}

.btn.btn-noborder,
.btn-noborder.unicorn-button {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-noborder:focus,
.btn-noborder.unicorn-button:focus,
.btn.btn-noborder:hover,
.btn-noborder.unicorn-button:hover,
.btn.btn-noborder:active,
.btn-noborder.unicorn-button:active,
.btn.btn-noborder.active,
.btn-noborder.active.unicorn-button {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-action,
.btn-action.unicorn-button {
  padding-left: 0;
  padding-right: 0; 
  width: 1.8rem;
}

.btn.btn-action.btn-sm,
.btn-action.btn-sm.unicorn-button {
  width: 1.4rem;
}

.btn.btn-action.btn-lg,
.btn-action.btn-lg.unicorn-button {
  width: 2rem;
}

.btn.btn-clear,
.btn-clear.unicorn-button {
  background: transparent;
  border: 0;
  color: currentColor;
  height: .8rem;
  line-height: .8rem;
  margin-left: .2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  width: .8rem;
}

.btn.btn-clear:hover,
.btn-clear.unicorn-button:hover {
  opacity: .95;
}

.btn.btn-clear::before,
.btn-clear.unicorn-button::before {
  content: "\2715";
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-group .btn,
.btn-group .unicorn-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn-group .btn:first-child:not(:last-child),
.btn-group .unicorn-button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group .btn:not(:first-child):not(:last-child),
.btn-group .unicorn-button:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -.05rem;
}

.btn-group .btn:last-child:not(:first-child),
.btn-group .unicorn-button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -.05rem;
}

.btn-group .btn:focus,
.btn-group .unicorn-button:focus,
.btn-group .btn:hover,
.btn-group .unicorn-button:hover,
.btn-group .btn:active,
.btn-group .unicorn-button:active,
.btn-group .btn.active,
.btn-group .active.unicorn-button {
  z-index: 1;
}

.btn-group.btn-group-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group.btn-group-block .btn,
.btn-group.btn-group-block .unicorn-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.switch {
  display: inline-block;
  height: 34px;
  min-width: 60px;
  position: relative;
  text-align: center; /* Rounded sliders */ 
  vertical-align: middle;
}

.switch input {
  display: none;
}

.switch-slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  background-color: white;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s; 
  width: 26px;
}

input:checked + .switch-slider {
  background-color: #fe7d1e;
}

input:focus + .switch-slider {
  -webkit-box-shadow: 0 0 1px #fe7d1e;
          box-shadow: 0 0 1px #fe7d1e;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.grids {
  margin-left: auto;
  margin-right: auto;
  padding-left: .6rem;
  padding-right: .6rem;
  width: 100%;
}

.grids-xl {
  max-width: 1320px;
}

.grids-lg {
  max-width: 984px;
}

.grids-md {
  max-width: 600px;
}

.grids-sm {
  max-width: 456px;
}

.grids-xs {
  max-width: 332px;
}

.grids-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  height: 100%;
  min-height: 100vh;
}

.grids-panel {
  background: #e7e9ed;
}

@media (min-width: 321px) {
  .grids.jump-bucket {
    width: 332px;
  }
}

@media (min-width: 381px) {
  .grids.jump-bucket {
    width: 392px;
  }
}

@media (min-width: 445px) {
  .grids.jump-bucket {
    width: 456px;
  }
}

@media (min-width: 589px) {
  .grids.jump-bucket {
    width: 600px;
  }
}

@media (min-width: 685px) {
  .grids.jump-bucket {
    width: 696px;
  }
}

@media (min-width: 973px) {
  .grids.jump-bucket {
    width: 984px;
  }
}

@media (min-width: 1309px) {
  .grids.jump-bucket {
    width: 1320px;
  }
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: auto;
      -ms-flex-positive: auto;
          flex-grow: auto; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}

.row.col-gap > .column {
  padding: .3rem;
}

.row.col-oneline {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.row.col-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row.col-end {
  margin-top: auto;
}

.row.row-full > .column {
  padding: 0;
}

.column {
  -ms-flex-item-align: center;
      align-self: center; 
  -webkit-box-flex: 1; 
      -ms-flex-positive: 1; 
          flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.col-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  padding: .1rem;
}

.col-block.bg-gray {
  background: #f0f1f4;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-0 {
  width: 0;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1308px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-0 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-0 {
    width: 0;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}

@media (max-width: 972px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-0 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-0 {
    width: 0;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}

@media (max-width: 588px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-0 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-0 {
    width: 0;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}

@media (max-width: 444px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-0 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-0 {
    width: 0;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-0 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-0 {
    width: 0;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: .2rem 0;
  padding: .1rem 0;
}

.pagination .page-item {
  margin: .2rem 0;
}

.pagination .page-item span {
  display: inline-block;
  padding: .2rem .2rem;
}

.pagination .page-item a {
  background: #e7e9ed;
  border: 0; 
  border-radius: 100%;
  color: black;
  display: inline-block;
  margin: 0 .2rem;
  padding: .2rem .2rem;
  text-decoration: none;
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #fe7d1e;
}

.pagination .page-item.disabled a {
  cursor: default;
  pointer-events: none;
}

.pagination .page-item.active a {
  background: #fe7d1e;
  color: white;
}

.pagination .page-item.page-prev,
.pagination .page-item.page-next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.pagination .page-item.page-next {
  text-align: right;
}

.pagination .page-item .page-item-title {
  margin: 0;
}

.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: .5;
}

.animate-spin {
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
}

.animate--step-spin {
  -webkit-animation: loading 1s steps(12) infinite;
          animation: loading 1s steps(12) infinite;
}

.spinner {
  height: 200px;
  margin: 0 auto; 
  max-height: 100vh;
  max-width: 100vh;
  width: 200px;
}

.text-primary {
  color: #fe7d1e;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #fe6e05;
}

.text-secondary {
  color: #b1e293;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #a2dd7f;
}

.text-gray {
  color: #acb3c2;
}

a.text-gray:focus,
a.text-gray:hover {
  color: #9ea6b7;
}

.text-light {
  color: white;
}

a.text-light:focus,
a.text-light:hover {
  color: #f2f2f2;
}

.text-success {
  color: #32b643;
}

a.text-success:focus,
a.text-success:hover {
  color: #2da23c;
}

.text-warning {
  color: #ffb700;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #e6a500;
}

.text-error {
  color: #e85600;
}

a.text-error:focus,
a.text-error:hover {
  color: #cf4d00;
}

.bg-primary {
  background: #fe7d1e;
  color: white;
}

.bg-secondary {
  background: #45a80c;
  color: white;
}

.bg-dark {
  background: #454d5d;
  color: white;
}

.bg-gray {
  background: #f8f9fa;
}

.bg-success {
  background: #32b643;
  color: white;
}

.bg-warning {
  background: #ffb700;
  color: white;
}

.bg-error {
  background: #e85600;
  color: white;
}

.bg-transparent {
  background: transparent;
  color: white;
}

.bg-white {
  background: white;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.overflow-y {
  overflow-y: auto;
}

.loading {
  color: transparent !important;
  min-height: .8rem;
  pointer-events: none;
  position: relative;
}

.loading::after {
  -webkit-animation: loading 500ms infinite linear;
          animation: loading 500ms infinite linear;
  border: .1rem solid #fe7d1e;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: .8rem;
  left: 50%;
  margin-left: -.4rem;
  margin-top: -.4rem;
  position: absolute;
  top: 50%;
  width: .8rem;
  z-index: 1;
}

.loading.loading-lg {
  min-height: 2rem;
}

.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -.8rem;
  margin-top: -.8rem;
  width: 1.6rem;
}

.clearfix::after,
.grids::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.flex-centered {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-centered {
  text-align: center;
}

.vertical-centered {
  vertical-align: middle;
}

.bottom-sticky {
  bottom: 0;
  position: fixed;
  width: 100%;
}

.top-sticky {
  bottom: 0; 
  position: fixed;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-1 {
  margin: .2rem;
}

.mb-1 {
  margin-bottom: .2rem;
}

.ml-1 {
  margin-left: .2rem;
}

.mr-1 {
  margin-right: .2rem;
}

.mt-1 {
  margin-top: .2rem;
}

.mx-1 {
  margin-left: .2rem;
  margin-right: .2rem;
}

.my-1 {
  margin-bottom: .2rem;
  margin-top: .2rem;
}

.m-2 {
  margin: .4rem;
}

.mb-2 {
  margin-bottom: .4rem;
}

.ml-2 {
  margin-left: .4rem;
}

.mr-2 {
  margin-right: .4rem;
}

.mt-2 {
  margin-top: .4rem;
}

.mx-2 {
  margin-left: .4rem;
  margin-right: .4rem;
}

.my-2 {
  margin-bottom: .4rem;
  margin-top: .4rem;
}

.m-gap-h {
  margin: .15rem;
}

.mb-gap-h {
  margin-bottom: .15rem;
}

.ml-gap-h {
  margin-left: .15rem;
}

.mr-gap-h {
  margin-right: .15rem;
}

.mt-gap-h {
  margin-top: .15rem;
}

.mx-gap-h {
  margin-left: .15rem;
  margin-right: .15rem;
}

.my-gap-h {
  margin-bottom: .15rem;
  margin-top: .15rem;
}

.m-gap {
  margin: .3rem;
}

.mb-gap {
  margin-bottom: .3rem;
}

.ml-gap {
  margin-left: .3rem;
}

.mr-gap {
  margin-right: .3rem;
}

.mt-gap {
  margin-top: .3rem;
}

.mx-gap {
  margin-left: .3rem;
  margin-right: .3rem;
}

.my-gap {
  margin-bottom: .3rem;
  margin-top: .3rem;
}

.m-spacing {
  margin: .6rem;
}

.mb-spacing {
  margin-bottom: .6rem;
}

.ml-spacing {
  margin-left: .6rem;
}

.mr-spacing {
  margin-right: .6rem;
}

.mt-spacing {
  margin-top: .6rem;
}

.mx-spacing {
  margin-left: .6rem;
  margin-right: .6rem;
}

.my-spacing {
  margin-bottom: .6rem;
  margin-top: .6rem;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-1 {
  padding: .2rem;
}

.pb-1 {
  padding-bottom: .2rem;
}

.pl-1 {
  padding-left: .2rem;
}

.pr-1 {
  padding-right: .2rem;
}

.pt-1 {
  padding-top: .2rem;
}

.px-1 {
  padding-left: .2rem;
  padding-right: .2rem;
}

.py-1 {
  padding-bottom: .2rem;
  padding-top: .2rem;
}

.p-2 {
  padding: .4rem;
}

.pb-2 {
  padding-bottom: .4rem;
}

.pl-2 {
  padding-left: .4rem;
}

.pr-2 {
  padding-right: .4rem;
}

.pt-2 {
  padding-top: .4rem;
}

.px-2 {
  padding-left: .4rem;
  padding-right: .4rem;
}

.py-2 {
  padding-bottom: .4rem;
  padding-top: .4rem;
}

.p-gap-h {
  padding: .15rem;
}

.pb-gap-h {
  padding-bottom: .15rem;
}

.pl-gap-h {
  padding-left: .15rem;
}

.pr-gap-h {
  padding-right: .15rem;
}

.pt-gap-h {
  padding-top: .15rem;
}

.px-gap-h {
  padding-left: .15rem;
  padding-right: .15rem;
}

.py-gap-h {
  padding-bottom: .15rem;
  padding-top: .15rem;
}

.p-gap {
  padding: .3rem;
}

.pb-gap {
  padding-bottom: .3rem;
}

.pl-gap {
  padding-left: .3rem;
}

.pr-gap {
  padding-right: .3rem;
}

.pt-gap {
  padding-top: .3rem;
}

.px-gap {
  padding-left: .3rem;
  padding-right: .3rem;
}

.py-gap {
  padding-bottom: .3rem;
  padding-top: .3rem;
}

.p-spacing {
  padding: .6rem;
}

.pb-spacing {
  padding-bottom: .6rem;
}

.pl-spacing {
  padding-left: .6rem;
}

.pr-spacing {
  padding-right: .6rem;
}

.pt-spacing {
  padding-top: .6rem;
}

.px-spacing {
  padding-left: .6rem;
  padding-right: .6rem;
}

.py-spacing {
  padding-bottom: .6rem;
  padding-top: .6rem;
}

.rounded {
  border-radius: .1rem;
}

.circle {
  border-radius: 50%;
}

.min-width {
  min-width: 4.8rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* This pattern stylesheet was generated by the patternfill library that can be found on github here: http://github.com/iros/patternfills Using patternfills you can create your own patterns and compile them to css & svg patterns. Licensed under the MIT License. */
/* Group: circles */
.circles-1 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSJ3aGl0ZSIgLz4KICA8Y2lyY2xlIGN4PSIxIiBjeT0iMSIgcj0iMSIgZmlsbD0iYmxhY2siLz4KPC9zdmc+");
  background-repeat: repeat;
}

.circles-2 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PScxLjUnIGN5PScxLjUnIHI9JzEuNScgZmlsbD0nYmxhY2snLz4KPC9zdmc+Cg==");
  background-repeat: repeat;
}

.circles-3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PScyJyBjeT0nMicgcj0nMicgZmlsbD0nYmxhY2snLz4KPC9zdmc+");
  background-repeat: repeat;
}

.circles-4 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PScyLjUnIGN5PScyLjUnIHI9JzIuNScgZmlsbD0nYmxhY2snLz4KPC9zdmc+");
  background-repeat: repeat;
}

.circles-5 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nMycgZmlsbD0nYmxhY2snLz4KPC9zdmc+Cg==");
  background-repeat: repeat;
}

.circles-6 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PSczLjUnIGN5PSczLjUnIHI9JzMuNScgZmlsbD0nYmxhY2snLz4KPC9zdmc+Cg==");
  background-repeat: repeat;
}

.circles-7 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PSc0JyBjeT0nNCcgcj0nNCcgZmlsbD0nYmxhY2snLz4KPC9zdmc+");
  background-repeat: repeat;
}

.circles-8 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PSc0LjUnIGN5PSc0LjUnIHI9JzQuNScgZmlsbD0nYmxhY2snLz4KPC9zdmc+");
  background-repeat: repeat;
}

.circles-9 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8Y2lyY2xlIGN4PSc1JyBjeT0nNScgcj0nNScgZmlsbD0nYmxhY2snLz4KPC9zdmc+");
  background-repeat: repeat;
}

/* Group: diagonal-stripe */
.diagonal-stripe-1 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzEnLz4KPC9zdmc+Cg==");
  background-repeat: repeat;
}

.diagonal-stripe-2 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzInLz4KPC9zdmc+");
  background-repeat: repeat;
}

.diagonal-stripe-3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzMnLz4KPC9zdmc+");
  background-repeat: repeat;
}

.diagonal-stripe-4 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSdibGFjaycvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz4KPC9zdmc+");
  background-repeat: repeat;
}

.diagonal-stripe-5 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSdibGFjaycvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInLz4KPC9zdmc+");
  background-repeat: repeat;
}

.diagonal-stripe-6 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSdibGFjaycvPgogIDxwYXRoIGQ9J00tMSwxIGwyLC0yCiAgICAgICAgICAgTTAsMTAgbDEwLC0xMAogICAgICAgICAgIE05LDExIGwyLC0yJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzEnLz4KPC9zdmc+");
  background-repeat: repeat;
}

/* Group: dots */
.dots-1,
.unicorn-debug .grids::after,
.unicorn-debug div > .grids::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMScgaGVpZ2h0PScxJyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-2 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMycgaGVpZ2h0PSczJyBmaWxsPSdibGFjaycgLz4KPC9zdmc+Cg==");
  background-repeat: repeat;
}

.dots-4 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNCcgaGVpZ2h0PSc0JyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-5 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNScgaGVpZ2h0PSc1JyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-6 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNicgaGVpZ2h0PSc2JyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-7 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNycgaGVpZ2h0PSc3JyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-8 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nOCcgaGVpZ2h0PSc4JyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

.dots-9 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nOScgaGVpZ2h0PSc5JyBmaWxsPSdibGFjaycgLz4KPC9zdmc+");
  background-repeat: repeat;
}

/* Group: horizontal-stripe */
.horizontal-stripe-1 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nMScgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-2 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nMicgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nMycgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-4 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nNCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-5 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nNScgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-6 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nNicgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-7 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nNycgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-8 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nOCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.horizontal-stripe-9 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMTAnIGhlaWdodD0nOScgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

/* Group: vertical-stripe */
.vertical-stripe-1 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMScgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-2 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMicgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMycgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-4 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNCcgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-5 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNScgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-6 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNicgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-7 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nNycgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-8 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nOCcgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.vertical-stripe-9 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nOScgaGVpZ2h0PScxMCcgZmlsbD0nYmxhY2snIC8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

/* Group: other */
.crosshatch {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPgogIDxyZWN0IHdpZHRoPSc4JyBoZWlnaHQ9JzgnIGZpbGw9JyNmZmYnLz4KICA8cGF0aCBkPSdNMCAwTDggOFpNOCAwTDAgOFonIHN0cm9rZS13aWR0aD0nMC41JyBzdHJva2U9JyNhYWEnLz4KPC9zdmc+Cg==");
  background-repeat: repeat;
}

.houndstooth {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+CiAgPHBhdGggZD0nTTAgMEw0IDQnIHN0cm9rZT0nI2FhYScgZmlsbD0nI2FhYScgc3Ryb2tlLXdpZHRoPScxJy8+CiAgPHBhdGggZD0nTTIuNSAwTDUgMi41TDUgNUw5IDlMNSA1TDEwIDVMMTAgMCcgc3Ryb2tlPScjYWFhJyBmaWxsPScjYWFhJyBzdHJva2Utd2lkdGg9JzEnLz4KICA8cGF0aCBkPSdNNSAxMEw1IDcuNUw3LjUgMTAnIHN0cm9rZT0nI2FhYScgZmlsbD0nI2FhYScgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPgo=");
  background-repeat: repeat;
}

.lightstripe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPgogIDxyZWN0IHdpZHRoPSc1JyBoZWlnaHQ9JzUnIGZpbGw9J3doaXRlJy8+CiAgPHBhdGggZD0nTTAgNUw1IDBaTTYgNEw0IDZaTS0xIDFMMSAtMVonIHN0cm9rZT0nIzg4OCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.smalldot {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPgo8cmVjdCB3aWR0aD0nNScgaGVpZ2h0PSc1JyBmaWxsPScjZmZmJy8+CjxyZWN0IHdpZHRoPScxJyBoZWlnaHQ9JzEnIGZpbGw9JyNjY2MnLz4KPC9zdmc+");
  background-repeat: repeat;
}

.verticalstripe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc2JyBoZWlnaHQ9JzQ5Jz4KICA8cmVjdCB3aWR0aD0nMycgaGVpZ2h0PSc1MCcgZmlsbD0nI2ZmZicvPgogIDxyZWN0IHg9JzMnIHdpZHRoPScxJyBoZWlnaHQ9JzUwJyBmaWxsPScjY2NjJy8+Cjwvc3ZnPgo=");
  background-repeat: repeat;
}

.whitecarbon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNicgaGVpZ2h0PSc2Jz4KICA8cmVjdCB3aWR0aD0nNicgaGVpZ2h0PSc2JyBmaWxsPScjZWVlZWVlJy8+CiAgPGcgaWQ9J2MnPgogICAgPHJlY3Qgd2lkdGg9JzMnIGhlaWdodD0nMycgZmlsbD0nI2U2ZTZlNicvPgogICAgPHJlY3QgeT0nMScgd2lkdGg9JzMnIGhlaWdodD0nMicgZmlsbD0nI2Q4ZDhkOCcvPgogIDwvZz4KICA8dXNlIHhsaW5rOmhyZWY9JyNjJyB4PSczJyB5PSczJy8+Cjwvc3ZnPg==");
  background-repeat: repeat;
}

.unicorn-page.ios-safari {
  min-height: calc(100vh  - 62px);
}

.unicorn-page.ios-safari .grids-screen {
  min-height: calc(100vh  - 62px);
}

.unicorn-banner {
  height: 44px;
  position: absolute;
  width: 100%;
  z-index: -100;
}

.unicorn-logo {
  height: 44px; 
  z-index: 1;
}

.unicorn-logo img {
  height: 80%;
}

.unicorn-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.unicorn-title {
  color: darkblue; 
  min-height: 44px;
  padding: .3rem;
}

.unicorn-title h2 {
  font-size: 16px;
  line-height: 20px;
}

.unicorn-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 16px;
  line-height: 20px;
  min-height: 10%;
}

.unicorn-content .grids-panel {
  background: white;
  border: none;
}

.unicorn-content.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.unicorn-button {
  font-size: 16px;
  line-height: 20px;
}

.unicorn-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.unicorn-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, .8); 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  height: 100vh;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  position: fixed;
  width: 100vw;
  z-index: 100;
}

.unicorn-overlay .grids-panel {
  background: white;
  border: none;
}

.unicorn-debug {
  background: transparent !important;
}

.unicorn-debug .grids,
.unicorn-debug div > .grids {
  background: rgba(255, 127, 80, .2) !important; 
  outline: 1px dashed red;
  position: relative;
}

.unicorn-debug .grids > div > .row,
.unicorn-debug .grids .row,
.unicorn-debug div > .grids > div > .row,
.unicorn-debug div > .grids .row {
  outline: 1px dashed red;
}

.unicorn-debug .grids > div > .column,
.unicorn-debug .grids .column,
.unicorn-debug div > .grids > div > .column,
.unicorn-debug div > .grids .column {
  outline: 1px dashed skyblue;
}

.unicorn-debug .grids .p-spacing,
.unicorn-debug div > .grids .p-spacing {
  background: skyblue;
  opacity: .5; 
  outline: 1px dashed red;
}

.unicorn-debug .grids::before,
.unicorn-debug div > .grids::before {
  background-clip: border-box;
  background-image: linear-gradient(90deg, skyblue, skyblue 6px, blue 6px, blue calc((100% - 6px)), skyblue calc((100% - 6px)), skyblue 6px);
  background-size: calc((100%) / 12);
  content: "";
  height: 100%;
  left: 0;
  margin: auto 6px;
  opacity: .2;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0);
          transform: translate3d(0); 
  width: 100%;
  width: calc((100% - 6px * 2));
  z-index: -1;
}

.unicorn-debug .grids::after,
.unicorn-debug div > .grids::after {
  background-position: center; 
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.unicorn-debug .grids .unicorn-content,
.unicorn-debug .grids .unicorn-title,
.unicorn-debug .grids .unicorn-footer,
.unicorn-debug div > .grids .unicorn-content,
.unicorn-debug div > .grids .unicorn-title,
.unicorn-debug div > .grids .unicorn-footer {
  outline: 1px dashed red;
}

@media (min-width: 588px) {
  .unicorn-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .unicorn-banner {
    height: 44px;
  }
  .unicorn-logo {
    height: 44px;
  }
  .unicorn-content {
    font-size: 16px;
    line-height: 20px;
  }
  .unicorn-button {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 972px) {
  .unicorn-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .unicorn-banner {
    height: 92px;
  }
  .unicorn-logo {
    height: 92px;
  }
  .unicorn-content {
    font-size: 20px;
    line-height: 24px;
  }
  .unicorn-button {
    font-size: 24px;
    line-height: 28px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fe7d1e;
  font-family: "futura-pt", sans-serif; 
  font-weight: 700;
}

a {
  border-bottom: 1px solid #2e2e2e; 
  color: black;
  font-weight: bold;
  text-underline-position: under;
}

a:focus,
a:hover,
a:active,
a.active {
  border-bottom: 1px solid #2e2e2e;
  text-decoration: none;
}

.unicorn-content {
  color: black;
}

.switch-slider {
  background-color: #ccc;
}

.switch-slider:before {
  background-color: white;
}

input:checked + .switch-slider {
  background-color: #fe7d1e;
}

input:focus + .switch-slider {
  -webkit-box-shadow: 0 0 1px #fe7d1e;
          box-shadow: 0 0 1px #fe7d1e;
}

.btn,
.unicorn-button {
  height: auto; 
  min-height: 44px;
}

.btn.btn-primary,
.btn-primary.unicorn-button {
  background: #fe7d1e;
  border-color: #f5c9aa;
  color: white;
}

.btn.btn-secondary,
.btn-secondary.unicorn-button {
  background: #45a80c;
  border-color: #b1e293;
  color: white;
}

.btn.btn-underline,
.btn-underline.unicorn-button {
  background: transparent;
  color: black;
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  text-transform: capitalize;
}

.btn.btn-underline:focus,
.btn-underline.unicorn-button:focus,
.btn.btn-underline:hover,
.btn-underline.unicorn-button:hover,
.btn.btn-underline:active,
.btn-underline.unicorn-button:active,
.btn.btn-underline.active,
.btn-underline.active.unicorn-button {
  background: transparent;
  color: black;
}

.btn.btn-link,
.btn-link.unicorn-button {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; 
  color: black;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
}

.btn.btn-link.btn-arrow::before,
.btn-link.btn-arrow.unicorn-button::before {
  content: "< ";
  vertical-align: text-bottom;
}

.btn.btn-link:focus,
.btn-link.unicorn-button:focus,
.btn.btn-link:hover,
.btn-link.unicorn-button:hover,
.btn.btn-link:active,
.btn-link.unicorn-button:active,
.btn.btn-link.active,
.btn-link.active.unicorn-button {
  background: transparent;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fe7d1e; 
  text-transform: uppercase;
}

.btn,
.unicorn-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd859), to(#ffbf43));
  background: linear-gradient(to bottom, #ffd859, #ffbf43);
  border: solid 1px #f5c9aa;
  border-radius: 5px;
  border-radius: 6px;
  color: white;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.btn.btn-noborder,
.btn-noborder.unicorn-button {
  background: #e7e9ed; 
  border: 1px solid white;
  border-top: 1px solid white;
  color: #8f99ac;
}

.btn.btn-primary,
.btn-primary.unicorn-button {
  background: white; 
  border: solid 1px black;
  color: black;
}

.btn.btn-primary:focus,
.btn-primary.unicorn-button:focus,
.btn.btn-primary:hover,
.btn-primary.unicorn-button:hover {
  background: white; 
  border: solid 1px black;
  color: black;
}

.pagination .page-item a {
  background: #f5c9aa;
}

.pagination .page-item.active a {
  background: #fe7d1e;
}

.unicorn-content .grids-panel {
  background: none;
  border-bottom: 3px solid #fe7d1e; 
  border-top: 3px solid #fe7d1e;
}

.unicorn-overlay .grids {
  color: white;
}

.unicorn-overlay .grids-panel {
  background: black;
}

.unicorn-overlay .grids-panel .unicorn-content {
  color: white;
}

.unicorn-overlay .btn,
.unicorn-overlay .unicorn-button {
  text-transform: uppercase;
}

.unicorn-overlay .btn.btn-primary,
.unicorn-overlay .btn-primary.unicorn-button {
  background: rgba(38, 38, 38, .8); 
  border: 1px solid white;
  color: white;
}