/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500');*/

/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */

body,
ul {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */ figcaption,
figure,
footer,
header,
main,
/* 2 */ menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */ [hidden] {
  display: none;
}
/* Links
   ========================================================================== */

/**
 * 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;
}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */

}
/**
 * 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;
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: yellow;
  color: black;
}
/**
 * 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;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * 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: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */

}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}
/**
 * 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"],
/* 1 */ [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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */

}
/**
 * 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"] {
  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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */

}
/*@header-color: darken(@brand-color, 10%);*/
/* Viewport Widths */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drag-hover-throb {
  0%, 100% {
    box-shadow: 0 0 40px rgba(44, 176, 213, 0.8) inset;
  }
  50% {
    box-shadow: 0 0 60px rgba(44, 176, 213, 0.9) inset;
  }
}
@keyframes success-appear {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* Flex grid */

.flex-row {
  display: flex;
  margin: 0 -7.5px;
}
.flex-col {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 0 7.5px;
  min-width: 0;
}
.flex-col.content {
  flex-basis: auto;
}
.flex-col.percent-20 {
  flex-grow: 0;
  flex-basis: calc(5%);
}
.flex-col.percent-25 {
  flex-grow: 0;
  flex-basis: calc(10%);
}
.flex-col.percent-33 {
  flex-grow: 0;
  flex-basis: calc(18.33%);
}
.flex-col.percent-50 {
  flex-grow: 0;
  flex-basis: calc(35%);
}
.flex-col.percent-66 {
  flex-grow: 0;
  flex-basis: calc(51.66%);
}
.flex-col.percent-80 {
  flex-grow: 0;
  flex-basis: calc(65%);
}
.flex-col.fixed-250 {
  flex-grow: 0;
  flex-basis: 250px;
}
/*  Rows  */

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
/*  Section (row)  */

.row {
  clear: both;
  padding: 0;
  margin: 0;
}
/*  Columns */

.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/*  Spans */

.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_10_of_12 {
  width: 83.06%;
}
.span_9_of_12 {
  width: 74.6%;
}
.span_8_of_12 {
  width: 66.13%;
}
.span_7_of_12 {
  width: 57.66%;
}
.span_6_of_12 {
  width: 49.2%;
}
.span_5_of_12 {
  width: 40.73%;
}
.span_4_of_12 {
  width: 32.26%;
}
.span_3_of_12 {
  width: 23.8%;
}
.span_2_of_12 {
  width: 15.33%;
}
.span_1_of_12 {
  width: 6.866%;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
html {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  color: #555555;
  background-color: #3e3e3e;
  height: 100%;
}
body {
  background-color: #eceee9;
  position: relative;
  min-height: 100%;
  padding-bottom: 45px;
}
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
iframe {
  display: block;
  border: none;
}
p + p {
  margin-top: 15px;
}
label,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=text],
textarea {
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 5px;
  outline: none;
  width: 100%;
  color: #555555;
  font-size: 16px;
  resize: none;
  /*background-color: darken(white, .5%);*/
  display: block;
}
input[type=text]:focus,
textarea:focus {
  border: 1px solid #2cb0d5;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #269fc1;
  text-decoration: none;
}
a:hover {
  color: #2cb0d5;
  text-decoration: underline;
}
h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: 600;
}
strong.fawn {
  color: #cc9948;
}
@media (max-width: 768px) {
  .disappear-small {
    display: none;
  }
}
@media (max-width: 1000px) {
  .disappear-medium {
    display: none;
  }
}
.highlight {
  background-color: yellow;
}
.wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  min-height: 100vh;
  background-color: transparent;
}
.my-content {
  position: relative;
  max-width: 800px;
  /* padding: 0 15px;*/
  min-height: 80vh;
  flex: 2 1 100%;
  margin: auto;
}
.my-content.documents {
  max-width: 960px;
}
@media (min-width: 960px) {
  .my-content.documents {
    min-width: 960px;
  }
}
@media (min-width: 769px) {
  .my-content {
    min-width: 800px;
  }
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
  .my-content {
    padding: 0;
    min-width: 100vw;
  }
}
@media (max-width: 425px) and (max-aspect-ratio: 13/9) {
  .my-content {
    padding: 0;
    min-width: 100vw;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .my-content {
    padding: 0;
    min-width: 100vw;
  }
}
/* Set padding to keep content from hitting the edges */

.body-content {
  padding: 30px 15px 15px 15px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .body-content {
    margin-bottom: 30px;
    border-radius: 10px 10px;
    max-width: 770px;
  }
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
  .body-content {
    margin-bottom: 0;
    border-radius: unset;
    max-width: 100vw;
    min-width: 100vw;
  }
  .body-content > .blue-plaque {
    margin-left: -15px;
    margin-right: -15px;
    position: initial;
  }
}
@media (min-width: 960px) {
  .body-content.documents {
    min-width: 960px;
    max-width: 960px;
  }
}
.docs-content {
  display: block;
}
.visibilityOn {
  visibility: hidden;
}
.rotate {
  border-radius: 10px 10px;
  max-width: 750px;
  display: none;
  width: 100%;
  height: 70vh;
  z-index: 1000;
}
.rotate > * {
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
}
.rotate > * > h3 {
  padding: 5px;
  margin: auto;
  text-align: center;
}
.rotate > * > svg {
  margin: auto;
  padding: 20px 0;
}
@media (max-width: 425px) and (max-aspect-ratio: 13/9) {
  .rotate {
    display: flex;
  }
  /*.docs-content {
              display: none;
          }*/
}
/* Landscape for Google Pixel 2 or Google Pixel XL */

@media screen and (device-width: 411px) and (min-device-height: 731px) and (max-device-height: 823px) and (orientation: landscape) {
  .rotate {
    display: none;
  }
  .docs-content {
    display: block;
  }
}
.Central {
  text-align: center;
}
.invisible {
  display: none;
}
.docs-controls {
  background-color: transparent;
  z-index: -1;
  /*@media @mobilePortrait {
        display: none;
    }*/
  z-index: 1000;
}
@media (min-width: 769px) {
  .docs-controls {
    margin: 0;
  }
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
  .docs-controls {
    max-width: 100vw;
    min-width: 100vw;
  }
}
.docs-controls > .blue-plaque {
  margin-left: 0;
}
.docs-controls > .small-font {
  position: relative;
  left: 15px;
  top: 0px;
}
.wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  min-height: 100vh;
  background-color: transparent;
}
.user-containers {
  width: 90%;
  height: 90%;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 20px;
}
header {
  color: white;
  background-color: #01567a;
}
header > .header-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header > .header-inner > .header-left {
  flex: 1 1 33.3%;
  padding: 15px 0;
}
header > .header-inner > .header-left > .logo {
  background: url('../Images/blue-logo.png') no-repeat;
  background-size: 117px 20px;
  width: 117px;
  height: 20px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  header > .header-inner > .header-left > .logo {
    background: url('../Images/blue-logo@2x.png') no-repeat;
    background-size: 117px 20px;
  }
}
header > .header-inner > .header-center {
  flex: 1 1 33.3%;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  header > .header-inner > .header-center {
    text-align: right;
  }
}
header > .header-inner > .header-right {
  flex: 1 1 33.3%;
  text-align: right;
}
@media (max-width: 768px) {
  header > .header-inner > .header-right {
    display: none;
  }
}
.subheader {
  background-color: white;
  box-shadow: 0 5px 10px rgba(170, 170, 170, 0.1);
}
.subheader > .subheader-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .subheader > .subheader-inner {
    display: block;
  }
}
.subheader > .subheader-inner > .subheader-left {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 300;
  padding: 15px 0;
}
.subheader > .subheader-inner > .subheader-left > .breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  margin-left: 3px;
}
.subheader > .subheader-inner > .subheader-right {
  flex: 1 1 0;
  text-align: right;
  color: rgba(85, 85, 85, 0.8);
}
@media (max-width: 768px) {
  .subheader > .subheader-inner > .subheader-right {
    padding: 0 0 20px 0;
  }
  .subheader > .subheader-inner > .subheader-right > .label {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
  display: none;
  flex: 0 0 auto;
  max-height: unset;
  min-height: unset;
  height: unset;
}
@media (max-width: 425px) and (max-aspect-ratio: 13/9) {
  display: none;
  flex: 0 0 auto;
  max-height: unset;
  min-height: unset;
  height: unset;
}
.mobileVisible {
  min-height: 6px;
  max-height: 6px;
  height: 6px;
  display: none;
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
  .mobileVisible {
    display: block;
  }
}
> .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 425px) and (max-aspect-ratio: 13/9) {
  .content {
    padding: 5px 15px;
  }
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
  .content {
    padding: 5px 15px;
  }
}
@media (min-width: 960px) {
  .content.document {
    padding: 30px 0;
    min-width: 960px;
    max-width: 960px;
  }
}
.blue-header {
  position: relative;
  z-index: 1;
  background: #23315c;
  padding: 0;
}
.blue-header svg {
  width: 170px;
  height: 40px;
}
.header-logo {
  float: left;
}
.header-welcome {
  padding: 15px;
  display: flex;
}
.header-welcome > h3 {
  margin: auto;
}
footer {
  padding: 15px 0;
  background-color: #3e3e3e;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  box-shadow: 0 30px 20px -20px rgba(51, 51, 51, 0.1) inset;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer > .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  text-align: center;
}
.panel {
  background-color: white;
  box-shadow: 0 5px 10px rgba(170, 170, 170, 0.1);
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .panel {
    overflow: auto;
  }
}
.panel > .panel-heading {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #cc9948;
  line-height: 1;
}
.panel > .panel-heading > .button {
  float: right;
  margin-top: -7px;
}
.panel > .panel-unit.with-margin {
  margin-bottom: 20px;
}
.label {
  padding: 4px 10px;
  margin: -4px 0;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: white;
  background-color: #9d9d9d;
  perspective: 2000px;
}
.label.green {
  background-color: #389377;
}
.label.orange {
  background-color: #dc6f50;
}
.label.red {
  background-color: #d7263d;
}
.label.fawn {
  background-color: #d7af70;
}
.label.large {
  font-size: 16px;
  padding: 6px 14px;
  margin: -6px 0;
}
.label.help {
  cursor: help;
}
.button {
  background-color: #2cb0d5;
  border: 0;
  display: inline-block;
  border-radius: 4px;
  color: white;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  padding: 12px;
  cursor: pointer;
  position: relative;
  outline: none;
  text-transform: capitalize;
  transition: 0.2s;
  text-shadow: 0px -1px 1px rgba(51, 51, 51, 0.15);
}
.button:hover {
  background-color: #2598b9;
}
.button:active {
  transform: translateY(1px);
}
.button.full-width {
  width: 100%;
}
.button.large {
  padding: 15px;
  font-size: 18px;
}
.button.small {
  padding: 7px;
  font-size: 12px;
  margin: -2px 0;
}
@media (max-width: 768px) {
  .button.full-width-at-small {
    width: 100%;
  }
}
.file-dropzone {
  color: #2cb0d5;
  border: 1px solid #2cb0d5;
  background-color: #fafafa;
  box-shadow: 0 0 20px rgba(44, 176, 213, 0.5) inset;
  border-radius: 5px;
  padding: 40px 20px;
  margin-bottom: 20px;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .file-dropzone {
    padding: 20px;
  }
}
.file-dropzone:hover {
  box-shadow: 0 0 30px rgba(44, 176, 213, 0.8) inset;
}
.file-dropzone:hover > .message {
  transform: scale(0.98);
}
.file-dropzone.drag-hover {
  animation: drag-hover-throb 1s ease-in-out infinite;
}
.file-dropzone.drag-hover > .message {
  transform: scale(0.98);
}
.file-dropzone > input[type=file] {
  opacity: 0;
  position: absolute;
}
.file-dropzone > .message {
  user-select: none;
  width: 60%;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 200;
  display: flex;
  align-items: center;
  transition: 0.2s;
  text-shadow: 0px 1px 0 #eeeeee;
}
@media (max-width: 1000px) {
  .file-dropzone > .message {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .file-dropzone > .message {
    font-size: 17px;
  }
}
.file-dropzone > .message > .fa {
  flex: 1 1 auto;
  margin: 5px 20px 0 0;
  color: #56c0dd;
  font-size: 70px;
}
@media (max-width: 768px) {
  .file-dropzone > .message > .fa {
    font-size: 60px;
  }
}
.file-dropzone > .message > span {
  flex: 1 1 auto;
}
.file-dropzone > .loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2cb0d5;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.file-dropzone > .loading > .spinner {
  border: 4px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  animation: spin 0.7s infinite linear;
}
.file-dropzone > .success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2cb0d5;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  color: white;
  font-size: 70px;
}
.file-dropzone > .success > i {
  animation: success-appear 0.5s ease-out both;
}
.list {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.list > thead > tr > th {
  text-align: left;
  font-weight: 600;
  padding: 10px;
  text-transform: capitalize;
  vertical-align: bottom;
  color: rgba(85, 85, 85, 0.9);
  border: 1px solid #dddddd;
  background-color: #eaeaea;
}
@media (max-width: 768px) {
  .list > thead > tr > th.disappear-small {
    display: none;
  }
}
@media (max-width: 1000px) {
  .list > thead > tr > th.disappear-medium {
    display: none;
  }
}
.list > tbody > tr > td {
  padding: 10px;
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.list > tbody > tr > td.center {
  text-align: center;
}
.list > tbody > tr > td.max-width-100 {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list > tbody > tr > td.break-anywhere {
  word-break: break-all;
}
.list > tbody > tr:nth-child(2n + 1) {
  background-color: #fafafa;
}
.list > tbody > tr.green {
  background-color: #f5faf8;
}
.list > tbody > tr.orange {
  background-color: #fdf8f6;
}
.list > tbody > tr.linked {
  cursor: pointer;
}
.list > tbody > tr.linked:hover {
  background-color: #eaf7fb;
}
@media (max-width: 1000px) {
  .list.single-column-at-medium {
    margin-bottom: 0;
  }
  .list.single-column-at-medium > thead {
    display: none;
  }
  .list.single-column-at-medium > tbody > tr {
    display: block;
    margin-bottom: 20px;
    background-color: white;
    border-bottom: 1px solid #dddddd;
  }
  .list.single-column-at-medium > tbody > tr > th {
    display: none;
  }
  .list.single-column-at-medium > tbody > tr > td:not(.disappear-medium) {
    display: block;
    border-bottom: none;
    white-space: initial;
    text-overflow: initial;
    overflow: visible;
    text-align: right;
    width: 100%;
    max-width: 100px;
    background-color: #fafafa;
    max-width: 100%;
  }
  .list.single-column-at-medium > tbody > tr > td:not(.disappear-medium)[data-column] {
    position: relative;
    padding-left: calc(60%);
    text-align: left;
    background-color: white;
  }
  .list.single-column-at-medium > tbody > tr > td:not(.disappear-medium)[data-column]:before {
    top: 0;
    left: 0;
    height: calc(90%);
    padding: 10px 0 0 10px;
    position: absolute;
    content: attr(data-column) "\00a0";
    width: 30%;
    font-weight: 600;
    text-transform: capitalize;
    color: rgba(85, 85, 85, 0.9);
    background-color: #fafafa;
    border-right: 1px solid #dddddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .list.single-column-at-medium > tbody > tr.linked:hover {
    background-color: white;
  }
}
.key-value {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.key-value > tbody > tr > th {
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #fafafa;
  font-weight: 600;
  text-transform: capitalize;
  width: 35%;
  color: rgba(85, 85, 85, 0.8);
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .key-value > tbody > tr > th {
    width: auto;
  }
}
.key-value > tbody > tr > td {
  padding: 10px;
  border: 1px solid #dddddd;
  vertical-align: top;
}
.key-value > tbody > tr.large > th {
  vertical-align: bottom;
}
.key-value > tbody > tr.large > td {
  font-size: 22px;
  line-height: 26px;
  vertical-align: middle;
  color: rgba(85, 85, 85, 0.9);
}
.timeline {
  margin-bottom: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.timeline > dt {
  border-top: 1px solid #dddddd;
  padding: 10px 10px 5px 10px;
  position: relative;
}
.timeline > dt:nth-of-type(odd) {
  background-color: #fafafa;
}
.timeline > dt.text-right {
  text-align: right;
}
.timeline > dt > .button {
  margin: 10px 0 5px 0;
}
.timeline > dt > .loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2cb0d5;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.timeline > dt > .loading > .spinner {
  border: 4px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  animation: spin 0.7s infinite linear;
}
.timeline > dt > .success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2cb0d5;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  color: white;
  font-size: 70px;
}
.timeline > dt > .success > i {
  animation: success-appear 0.5s ease-out both;
}
.timeline > dd {
  color: rgba(85, 85, 85, 0.7);
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px 10px 10px;
}
.timeline > dd:nth-of-type(odd) {
  background-color: #fafafa;
}
.document-thumbnails {
  position: relative;
  height: 75px;
  width: 53px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .document-thumbnails {
    height: 50px;
    width: 36px;
  }
}
.document-thumbnails > img {
  background-color: white;
  border: 1px solid #dddddd;
  height: 75px;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: 0 5px 10px rgba(170, 170, 170, 0.1);
}
@media (max-width: 768px) {
  .document-thumbnails > img {
    height: 50px;
  }
}
.document-thumbnails > img:nth-child(1) {
  z-index: 3;
  transform: rotateZ(0deg);
}
.document-thumbnails > img:nth-child(2) {
  z-index: 2;
  transform: rotateZ(15deg);
}
.document-thumbnails > img:nth-child(3) {
  z-index: 1;
  transform: rotateZ(-15deg);
}
.filter {
  display: block;
  font-size: 0;
}
.filter > li {
  display: inline-block;
  padding: 10px 15px 7px 15px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2px;
  transition: 0.2s;
}
.filter > li.selected,
.filter > li:hover {
  border-bottom: 5px solid #2cb0d5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.filter > li.selected.fawn,
.filter > li:hover.fawn {
  border-bottom-color: #d7af70;
}
.filter > li.selected.orange,
.filter > li:hover.orange {
  border-bottom-color: #dc6f50;
}
.filter > li.selected.green,
.filter > li:hover.green {
  border-bottom-color: #389377;
}
@media (max-width: 768px) {
  .filter > li.selected,
  .filter > li:hover {
    background-color: #2cb0d5;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
    padding-bottom: 7px;
    color: white;
  }
  .filter > li.selected.fawn,
  .filter > li:hover.fawn {
    background-color: #d7af70;
  }
  .filter > li.selected.orange,
  .filter > li:hover.orange {
    background-color: #dc6f50;
  }
  .filter > li.selected.green,
  .filter > li:hover.green {
    background-color: #389377;
  }
}
@media (max-width: 768px) {
  .filter > li {
    flex: 0 0 50%;
    margin-bottom: 0;
    padding-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .filter > li:nth-child(2n + 1) {
    border-right: 1px solid #dddddd;
  }
}
@media (max-width: 1000px) {
  .filter {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .filter {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dddddd;
    border-bottom: none;
  }
}
[v-cloak] {
  display: none;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eceee9;
  padding: 30px 0 50px 0;
}
.page-loading > div {
  border: 5px solid #2cb0d5;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  animation: spin 0.7s infinite linear, fade-in 1s ease-in;
}
/* Highlight */

.highlight-enter-active {
  transition: background-color 4s ease-out;
}
.highlight-leave-active {
  display: none;
}
.highlight-enter {
  background-color: #d7af70 !important;
}
/* Flip X */

.flip-x-enter-active {
  transition: all 0.25s ease-out;
}
.flip-x-leave-active {
  transition: all 0.25s ease-in;
}
.flip-x-enter {
  transform: rotateX(-90deg);
}
.flip-x-leave-to {
  transform: rotateX(90deg);
}
.none-enter-active,
.none-leave-active {
  transition: all 0s !important;
}
.error-box {
  margin: 30px auto;
  padding: 20px;
  max-width: 450px;
}
.error-box > h1 {
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .error-box > h1 {
    font-size: 40px;
  }
}
.error-box > .message {
  text-align: center;
  font-size: 15px;
}
.error-box > .message > p {
  margin-top: 15px;
}
.error-box > .message > p:first-child {
  margin-top: 0;
}
.error {
  font-size: 12px;
  color: #d7263d;
}
.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup > .popup-content-container {
  width: calc(60%);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
  border-radius: 10px 10px 5px 5px;
  padding: 0;
  position: relative;
  z-index: 110;
}
.popup > .popup-content-container > .popup-title {
  font-weight: 300;
  font-size: 17px;
  color: white;
  background-color: #01567a;
  padding: 15px;
  line-height: 1;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.popup > .popup-content-container > .popup-content {
  margin: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popup > .popup-content-container > .popup-content > iframe {
  width: 100%;
  height: 100%;
}
.popup > .popup-content-container > .popup-footer {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.popup > .popup-content-container > .popup-working {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 47px;
  left: 0;
  width: 100%;
  height: calc(53%);
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 0 0 4px 4px;
  color: white;
  font-size: 105px;
  z-index: 120;
}
.popup > .popup-content-container > .popup-working > .spinner {
  border: 5px solid white;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  animation: spin 0.7s infinite linear;
}
.popup > .popup-content-container > .popup-working > .success {
  animation: success-appear 0.5s ease-out both;
}
.form > li {
  margin-top: 15px;
  list-style: none;
}
.form > li:first-child {
  margin-top: 0;
}
.form > li > label {
  display: block;
  margin-bottom: 3px;
  color: rgba(85, 85, 85, 0.9);
  font-weight: 600;
}
.form > li > .radio-group {
  margin-top: 10px;
}
.form > li > .radio-group > label {
  margin-left: 10px;
}
.form > li > .radio-group > label:first-child {
  margin-left: 0;
}
