/*This will apply the quality color to the brand variable, globally (within the context of this application).*/
/*Text Colors*/
.white-color {
  color: #fff !important; }

.brand-color {
  color: #00aab1 !important; }

.safety-color {
  color: #651017 !important; }

.quality-color {
  color: #557595 !important; }

.stats-color {
  color: #df8043 !important; }

.reg-color {
  color: #4a1671 !important; }

.grey-1-color {
  color: #1f394a !important; }

.grey-2-color {
  color: #727d84 !important; }

.grey-3-color {
  color: #c4c4c4 !important; }

.grey-4-color {
  color: #e5e5e5 !important; }

.grey-5-color {
  color: #f3f6f9 !important; }

.neutral-color {
  color: #c4c4c4 !important; }

.success-color {
  color: #01c55c !important; }

.warning-color {
  color: #fb9435 !important; }

.error-color {
  color: #f00 !important; }

.active-color {
  color: #008489 !important; }

.active-alt-color {
  color: #bb5515 !important; }

.active-alt-secondary-color {
  color: #c80101 !important; }

.sub-brand-color {
  color: #557595 !important; }

/*Background colors*/
.white-background {
  background: #fff !important; }

.brand-background {
  background: #00aab1 !important; }

.safety-background {
  background: #651017 !important; }

.quality-background {
  background: #557595 !important; }

.stats-background, .statistics-background {
  background: #df8043 !important; }

.reg-background {
  background: #4a1671 !important; }

.grey-1-background {
  background: #1f394a !important; }

.grey-2-background {
  background: #727d84 !important; }

.grey-3-background {
  background: #c4c4c4 !important; }

.grey-4-background {
  background: #e5e5e5 !important; }

.grey-5-background {
  background: #f3f6f9 !important; }

.neutral-background {
  background: #c4c4c4 !important; }

.success-background {
  background: #01c55c !important; }

.warning-background {
  background: #fb9435 !important; }

.error-background {
  background: #f00 !important; }

.active-background {
  background: #008489 !important; }

.active-alt-background {
  background: #bb5515 !important; }

.active-alt-secondary-background {
  background: #c80101 !important; }

.sub-brand-background {
  background: #557595 !important; }

.no-background, .no-bg {
  background: none !important; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

body {
  font-size: 1rem; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #00aeef;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #00aeef;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d9dadb;
  margin: 1em 0;
  padding: 0; }

input, select, textarea {
  vertical-align: middle; }

.m-0 {
  margin: 0rem !important; }

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.p-0 {
  padding: 0rem !important; }

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.m-1 {
  margin: 0.5rem !important; }

.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.p-1 {
  padding: 0.5rem !important; }

.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.pl-1 {
  padding-left: 0.5rem !important; }

.pr-1 {
  padding-right: 0.5rem !important; }

.pt-1 {
  padding-top: 0.5rem !important; }

.pb-1 {
  padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-3 {
  margin: 1.5rem !important; }

.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.p-3 {
  padding: 1.5rem !important; }

.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.pl-3 {
  padding-left: 1.5rem !important; }

.pr-3 {
  padding-right: 1.5rem !important; }

.pt-3 {
  padding-top: 1.5rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 2.5rem !important; }

.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.ml-5 {
  margin-left: 2.5rem !important; }

.mr-5 {
  margin-right: 2.5rem !important; }

.mt-5 {
  margin-top: 2.5rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.p-5 {
  padding: 2.5rem !important; }

.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.pl-5 {
  padding-left: 2.5rem !important; }

.pr-5 {
  padding-right: 2.5rem !important; }

.pt-5 {
  padding-top: 2.5rem !important; }

.pb-5 {
  padding-bottom: 2.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.p-6 {
  padding: 3rem !important; }

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pl-6 {
  padding-left: 3rem !important; }

.pr-6 {
  padding-right: 3rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.m-7 {
  margin: 3.5rem !important; }

.mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.ml-7 {
  margin-left: 3.5rem !important; }

.mr-7 {
  margin-right: 3.5rem !important; }

.mt-7 {
  margin-top: 3.5rem !important; }

.mb-7 {
  margin-bottom: 3.5rem !important; }

.p-7 {
  padding: 3.5rem !important; }

.px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.pl-7 {
  padding-left: 3.5rem !important; }

.pr-7 {
  padding-right: 3.5rem !important; }

.pt-7 {
  padding-top: 3.5rem !important; }

.pb-7 {
  padding-bottom: 3.5rem !important; }

.m-8 {
  margin: 4rem !important; }

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.ml-8 {
  margin-left: 4rem !important; }

.mr-8 {
  margin-right: 4rem !important; }

.mt-8 {
  margin-top: 4rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.p-8 {
  padding: 4rem !important; }

.px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pl-8 {
  padding-left: 4rem !important; }

.pr-8 {
  padding-right: 4rem !important; }

.pt-8 {
  padding-top: 4rem !important; }

.pb-8 {
  padding-bottom: 4rem !important; }

.m-9 {
  margin: 4.5rem !important; }

.mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.ml-9 {
  margin-left: 4.5rem !important; }

.mr-9 {
  margin-right: 4.5rem !important; }

.mt-9 {
  margin-top: 4.5rem !important; }

.mb-9 {
  margin-bottom: 4.5rem !important; }

.p-9 {
  padding: 4.5rem !important; }

.px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.pl-9 {
  padding-left: 4.5rem !important; }

.pr-9 {
  padding-right: 4.5rem !important; }

.pt-9 {
  padding-top: 4.5rem !important; }

.pb-9 {
  padding-bottom: 4.5rem !important; }

.m-10 {
  margin: 5rem !important; }

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.ml-10 {
  margin-left: 5rem !important; }

.mr-10 {
  margin-right: 5rem !important; }

.mt-10 {
  margin-top: 5rem !important; }

.mb-10 {
  margin-bottom: 5rem !important; }

.p-10 {
  padding: 5rem !important; }

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.pl-10 {
  padding-left: 5rem !important; }

.pr-10 {
  padding-right: 5rem !important; }

.pt-10 {
  padding-top: 5rem !important; }

.pb-10 {
  padding-bottom: 5rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

html, body {
  font-family: 'interstate-regular', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #1f394a; }

.core-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 100vh;
  position: relative; }

.core-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 1rem;
  background: #f3f6f9;
  padding: 1rem;
  overflow-y: auto;
  overflow-x: hidden; }
  .core-content.has-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .core-content section {
    padding: 1rem;
    background: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem; }

h1 {
  font-size: 1.875rem;
  font-weight: 400; }

h2 {
  font-size: 1.5rem;
  font-weight: 400; }

h3 {
  font-size: 1rem;
  font-weight: 700;
  min-height: 18px; }

h4 {
  font-size: 0.8rem;
  font-weight: 700; }

p {
  font-size: 0.8rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem; }
  p.lead {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem; }

.black {
  font-weight: 900; }

.bold {
  font-weight: 700; }

.regular {
  font-weight: 400; }

.light {
  font-weight: 300; }

.paragraph {
  font-size: 0.8rem; }

.extra-light {
  font-weight: 200; }

pre {
  font-size: .75rem; }

small {
  font-size: .75rem;
  line-height: 1rem; }

.invalid {
  color: #f00; }

.underline {
  text-decoration: underline; }

.underline-block {
  border-bottom: 1px solid #c4c4c4; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.text-left, .align-left {
  text-align: left !important; }

.text-center, .align-center {
  text-align: center !important; }

.text-right, align-right {
  text-align: right !important; }

a, a:active, a:hover, a:focus, a:visited {
  text-decoration: none;
  color: #127f92;
  cursor: pointer;
  word-break: break-all; }

a:hover {
  text-decoration: underline; }

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
  background: #fff; }
  .buttons > button, .buttons a.button {
    margin-left: .5rem; }
  .buttons.bordered {
    border-top: 1px solid #c4c4c4; }

button, a.button {
  display: inline-block;
  padding: .5rem .75rem;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #00aab1;  /* this color is lighter for validation choice button (Get started button)*/
  color: #fff;
  font-size: .85rem;
  cursor: pointer;
  white-space: pre; }
  button:hover, button.hover, button:active, a.button:hover, a.button.hover, a.button:active {
    background: #1f394a;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
  button:disabled, button.disabled, a.button:disabled, a.button.disabled {
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: not-allowed; }
  button.small, a.button.small {
    padding: .35rem .5rem;
    font-size: .75rem; }
  button.large, a.button.large {
    padding: .75rem 1rem;
    font-size: 1rem; }
  button.secondary, a.button.secondary {
    background: #e5e5e5;
    color: #727d84; }
    button.secondary:hover, button.secondary.hover, a.button.secondary:hover, a.button.secondary.hover {
      background: #1f394a;
      color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s; }
    button.secondary:disabled, button.secondary.disabled, a.button.secondary:disabled, a.button.secondary.disabled {
      background: #e5e5e5; }
  button.destructive, a.button.destructive {
    background: #f00;
    color: #fff; }

table.concise button, table.concise .button {
  padding: .35rem .5rem;
  font-size: .75rem; }

.floating-back-button, .floating-forward-button {
  position: fixed;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #00aab1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50vh;
  content: '';
  opacity: .65; }
  .floating-back-button:after, .floating-forward-button:after {
    font-family: "MaterialIcons";
    position: absolute;
    color: #fff;
    font-size: 2rem; }

.floating-back-button {
  left: 5rem; }
  .floating-back-button:after {
    content: "\e5cb"; }

.dialog-closer {
  display: none; }

.floating-forward-button {
  right: 5rem; }
  .floating-forward-button:after {
    content: "\e5cc"; }

/* Badges */
.badge {
  border-radius: 50%;
  background-color: #233c4c;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  width: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-top: 9px;
  font-weight: bold;
  text-align: center;
  margin-right: 6px; }

.badge.inactive {
  background-color: #1f394a;
  color: #c4c4c4; }

.badges {
  margin: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.large-badges .badge {
  width: 50px;
  height: 50px;
  font-size: 18px;
  padding-top: 20px;
  margin-right: 18px; }

/*Circled element*/
.circled {
  border: 5px solid #00aab1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
  height: 5rem; }
  .circled > * {
    margin: 0; }
  .circled.size-1 {
    width: 1rem;
    height: 1rem;
    border-width: 1.5px;
    font-size: 0.5rem; }
  .circled.size-2 {
    width: 2rem;
    height: 2rem;
    border-width: 3px;
    font-size: 1rem; }
  .circled.size-3 {
    width: 3rem;
    height: 3rem;
    border-width: 4.5px;
    font-size: 1.5rem; }
  .circled.size-4 {
    width: 4rem;
    height: 4rem;
    border-width: 6px;
    font-size: 2rem; }
  .circled.size-5 {
    width: 5rem;
    height: 5rem;
    border-width: 7.5px;
    font-size: 2.5rem; }
  .circled.size-6 {
    width: 6rem;
    height: 6rem;
    border-width: 9px;
    font-size: 3rem; }
  .circled.size-7 {
    width: 7rem;
    height: 7rem;
    border-width: 10.5px;
    font-size: 3.5rem; }
  .circled.size-8 {
    width: 8rem;
    height: 8rem;
    border-width: 12px;
    font-size: 4rem; }
  .circled.size-9 {
    width: 9rem;
    height: 9rem;
    border-width: 13.5px;
    font-size: 4.5rem; }
  .circled.size-10 {
    width: 10rem;
    height: 10rem;
    border-width: 15px;
    font-size: 5rem; }

.flex,
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex.rows,
  .flex-container.rows {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex.columns, .flex.cols,
  .flex-container.columns,
  .flex-container.cols {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .inline-flex.columns, .inline-flex.cols {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important; }

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important; }

.justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.flex-rows {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-columns, .flex-cols {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex .flex-item, .flex .item,
.flex-container .flex-item,
.flex-container .item {
  position: relative; }

.flex-x1 {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  position: relative; }

.flex-x2 {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  position: relative; }

.flex-x3 {
  -ms-flex-preferred-size: 33.33333% !important;
      flex-basis: 33.33333% !important;
  position: relative; }

.flex-x4 {
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
  position: relative; }

.flex-x5 {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
  position: relative; }

.flex-x6 {
  -ms-flex-preferred-size: 16.66667% !important;
      flex-basis: 16.66667% !important;
  position: relative; }

.flex-x7 {
  -ms-flex-preferred-size: 14.28571% !important;
      flex-basis: 14.28571% !important;
  position: relative; }

.flex-x8 {
  -ms-flex-preferred-size: 12.5% !important;
      flex-basis: 12.5% !important;
  position: relative; }

.flex-x9 {
  -ms-flex-preferred-size: 11.11111% !important;
      flex-basis: 11.11111% !important;
  position: relative; }

.flex-x10 {
  -ms-flex-preferred-size: 10% !important;
      flex-basis: 10% !important;
  position: relative; }

.flex-x11 {
  -ms-flex-preferred-size: 9.09091% !important;
      flex-basis: 9.09091% !important;
  position: relative; }

.flex-x12 {
  -ms-flex-preferred-size: 8.33333% !important;
      flex-basis: 8.33333% !important;
  position: relative; }

.flex-5-percent {
  -ms-flex-preferred-size: 5% !important;
      flex-basis: 5% !important;
  position: relative; }

.flex-10-percent {
  -ms-flex-preferred-size: 10% !important;
      flex-basis: 10% !important;
  position: relative; }

.flex-15-percent {
  -ms-flex-preferred-size: 15% !important;
      flex-basis: 15% !important;
  position: relative; }

.flex-20-percent {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
  position: relative; }

.flex-25-percent {
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
  position: relative; }

.flex-30-percent {
  -ms-flex-preferred-size: 30% !important;
      flex-basis: 30% !important;
  position: relative; }

.flex-35-percent {
  -ms-flex-preferred-size: 35% !important;
      flex-basis: 35% !important;
  position: relative; }

.flex-40-percent {
  -ms-flex-preferred-size: 40% !important;
      flex-basis: 40% !important;
  position: relative; }

.flex-45-percent {
  -ms-flex-preferred-size: 45% !important;
      flex-basis: 45% !important;
  position: relative; }

.flex-50-percent {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  position: relative; }

.flex-55-percent {
  -ms-flex-preferred-size: 55% !important;
      flex-basis: 55% !important;
  position: relative; }

.flex-60-percent {
  -ms-flex-preferred-size: 60% !important;
      flex-basis: 60% !important;
  position: relative; }

.flex-65-percent {
  -ms-flex-preferred-size: 65% !important;
      flex-basis: 65% !important;
  position: relative; }

.flex-70-percent {
  -ms-flex-preferred-size: 70% !important;
      flex-basis: 70% !important;
  position: relative; }

.flex-75-percent {
  -ms-flex-preferred-size: 75% !important;
      flex-basis: 75% !important;
  position: relative; }

.flex-80-percent {
  -ms-flex-preferred-size: 80% !important;
      flex-basis: 80% !important;
  position: relative; }

.flex-85-percent {
  -ms-flex-preferred-size: 85% !important;
      flex-basis: 85% !important;
  position: relative; }

.flex-90-percent {
  -ms-flex-preferred-size: 90% !important;
      flex-basis: 90% !important;
  position: relative; }

.flex-95-percent {
  -ms-flex-preferred-size: 95% !important;
      flex-basis: 95% !important;
  position: relative; }

.flex-100-percent {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  position: relative; }

.flex-33-percent {
  -ms-flex-preferred-size: 33.333333% !important;
      flex-basis: 33.333333% !important;
  position: relative; }

.flex-67-percent {
  -ms-flex-preferred-size: 66.666666% !important;
      flex-basis: 66.666666% !important;
  position: relative; }
  .flex-67-percent.gap-compensate {
    -ms-flex-preferred-size: calc(66.666666% + 1rem) !important;
        flex-basis: calc(66.666666% + 1rem) !important; }

div[class^=flex-x]:nth-of-type(odd) {
  padding-right: 1.5rem; }
  div[class^=flex-x]:nth-of-type(odd):last-of-type {
    padding-right: 0; }

div[class^=flex-x]:nth-of-type(even) {
  padding-left: 1.5rem; }
  div[class^=flex-x]:nth-of-type(even):last-of-type {
    padding-left: 0; }

.gapped-1 {
  grid-gap: 0.5rem;
  gap: 0.5rem; }

.gapped-2 {
  grid-gap: 1rem;
  gap: 1rem; }

.gapped-3 {
  grid-gap: 1.5rem;
  gap: 1.5rem; }

.gapped-4 {
  grid-gap: 2rem;
  gap: 2rem; }

.flex-align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.flex-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.flex-align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.flex-align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.flex-align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.flex-align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.grid,
.grid-container {
  display: grid; }
  .grid.justify-start,
  .grid-container.justify-start {
    justify-items: start !important; }
  .grid.justify-center,
  .grid-container.justify-center {
    justify-items: center !important; }
  .grid.justify-end,
  .grid-container.justify-end {
    justify-items: end !important; }

.grid-align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important; }

.grid-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.grid-align-start {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important; }

/*Container Utilities*/
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-grow-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-shrink-2 {
  -ms-flex-negative: 2 !important;
      flex-shrink: 2 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.description-list-grid, .description-list-column-grid {
  display: grid;
  font-size: 0.8rem; }

.description-list-grid dt {
  grid-row: 1 / 2;
  margin: 0 0 0.2rem 0;
  text-align: center; }

.description-list-grid dd {
  grid-row: 2 / 3;
  text-align: center; }

.description-list-column-grid dt {
  grid-row: auto;
  grid-column: 1 / 2;
  margin: 0.5rem 0; }

.description-list-column-grid dd {
  grid-column: 2/3;
  margin: 0.5rem; }

.description-list-grid-inline {
  display: inline-grid;
  grid-gap: 2px 30px; }

div[class*='gap-top'] {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  border-top: solid 0.5rem #f3f6f9; }

.gap-top-1 {
  border-top-width: 0.5rem !important; }

.gap-top-2 {
  border-top-width: 1rem !important; }

/*default*/
.flex-centred-spaced-nowrapped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  background: #fff;
  position: relative;
  padding: 1rem; }
  .tile.border-top {
    border-top: 1rem solid #f3f6f9 !important; }
  .tile.border-bottom {
    border-bottom: 1rem solid #f3f6f9 !important; }
  .tile.border-left {
    border-left: 1rem solid #f3f6f9 !important; }
  .tile.border-right {
    border-right: 1rem solid #f3f6f9 !important; }
  .tile.with-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden; }
    .tile.with-header h3 {
      min-height: 24px;
      background: #00aab1;
      color: #fff;
      padding: 1rem;
      font-weight: 700; }
    .tile.with-header .body {
      padding: 1rem; }

.card {
  border-radius: 1rem;
  font-size: .85rem;
  line-height: 1.25rem;
  padding: 1rem; }
  .card.bordered {
    border: 1px solid #1f394a; }

.core-container > header {
  padding: 1rem;
  border-bottom: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding: 15px 40px 12px;*/
  padding: 1.5rem 2rem;
  position: sticky;
  top: 0;
  height: 70px;
  max-height: 90px;
  z-index: 999;
  background: #fff; }
  .core-container > header > a > img {
    height: 1.5rem;
    padding-left: 1rem; }
  .core-container > header a.app-title {
    font-size: 2rem; }
    .core-container > header a.app-title:hover {
      text-decoration: none; }

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 2.5rem;
  margin: -1rem -1rem 0 -1rem;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1rem;
  position: relative;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  font-size: 1.5rem;
  color: #00aab1; }

.sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 2.5rem;
  margin: -1rem -1rem 0 -1rem;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1rem;
  position: relative;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding-left: 2rem;
  padding-right: 2rem; }
  .sub-header h2 {
    margin-bottom: 0; }
  .sub-header > *:not(.controls) {
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin-bottom: 0;
    height: 100%;
    border-left: 1px solid #c4c4c4; }
    .sub-header > *:not(.controls):first-of-type {
      padding-left: 0;
      border-left: none; }
  .sub-header .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0 1rem 1rem;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .sub-header .controls button, .sub-header .controls a.button {
      margin-left: .5rem; }

.core-container > footer {
  padding: .25rem 1.5rem;
  border-top: 1px solid #00aab1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f394a;
  min-height: 50px;
  position: sticky;
  bottom: 0; }
  .core-container > footer .logo img {
    width: 150px;
    height: 40px;
    max-width: 150px;
    max-height: 40px;
    padding-right: 1rem; }
  .core-container > footer p {
    padding-bottom: 0;
    margin: 0; }
  .core-container > footer select {
    border: none;
    padding: 0; }

.breadcrumbs, .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }
  .breadcrumbs li, .steps li {
    margin-bottom: 0;
    /*required for tab links*/ }
    .breadcrumbs li.is-link, .steps li.is-link {
      cursor: pointer; }
      .breadcrumbs li.is-link:hover, .steps li.is-link:hover {
        color: #00aab1;
        -webkit-transition: all .35s;
        transition: all .35s; }
        .breadcrumbs li.is-link:hover:before, .steps li.is-link:hover:before {
          background: #c4c4c4;
          -webkit-transition: all .35s;
          transition: all .35s; }
  .breadcrumbs li:not(.separator), .steps li:not(.separator) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: inline-block;
    margin-right: 1.25rem;
    padding-left: 2rem;
    list-style-type: none;
    position: relative;
    color: #727d84; }
    .breadcrumbs li:not(.separator):before, .steps li:not(.separator):before {
      position: absolute;
      top: -.2rem;
      left: 0;
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      border: solid 2px #727d84;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: all .35s;
      transition: all .35s; }
    .breadcrumbs li:not(.separator):last-of-type, .steps li:not(.separator):last-of-type {
      margin-right: 0; }
    .breadcrumbs li:not(.separator) a:hover, .steps li:not(.separator) a:hover {
      text-decoration: none; }
    .breadcrumbs li:not(.separator).active, .steps li:not(.separator).active {
      font-weight: 700; }
      .breadcrumbs li:not(.separator).active:before, .steps li:not(.separator).active:before {
        background: #00aab1;
        border: none; }
  .breadcrumbs.concise li:not(.separator), .steps.concise li:not(.separator) {
    margin-right: 1.5rem;
    padding-left: 1.75rem;
    font-size: .85rem; }
    .breadcrumbs.concise li:not(.separator):before, .steps.concise li:not(.separator):before {
      top: -.2rem;
      width: 1.25rem;
      height: 1.25rem;
      border-width: 1px; }

.steps li:after {
  position: absolute;
  top: -2px;
  left: 5px;
  width: 1.5rem;
  height: 1.5rem;
  color: #727d84;
  font-weight: 700; }

.steps li.active {
  color: #1f394a; }
  .steps li.active:before {
    background: #727d84; }

.steps li.done {
  color: #1f394a; }
  .steps li.done:before {
    background: #727d84; }
  .steps li.done:after {
    content: '\2713';
    /*tick*/
    color: #fff; }

.steps li.pending {
  color: #1f394a; }

.steps li.ready {
  color: #1f394a; }
  .steps li.ready:after {
    background: #727d84; }
  .steps li.ready:before {
    background: #c4c4c4; }

.steps.concise li:after {
  top: -1px;
  left: .3rem;
  font-size: .75rem;
  width: 1.25rem;
  height: 1.25rem; }

/*Block*/
.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.hidden {
  display: none !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

/*Position*/
.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.static {
  position: static !important; }

.fixed {
  position: fixed !important; }

.sticky {
  position: sticky !important; }

/*Overflow*/
.overflow-hidden {
  overflow: hidden !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

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

/*Height/Width*/
.width-0 {
  width: 0% !important; }

.width-10 {
  width: 10% !important; }

.width-20 {
  width: 20% !important; }

.width-30 {
  width: 30% !important; }

.width-40 {
  width: 40% !important; }

.width-50 {
  width: 50% !important; }

.width-60 {
  width: 60% !important; }

.width-70 {
  width: 70% !important; }

.width-80 {
  width: 80% !important; }

.width-90 {
  width: 90% !important; }

.width-100 {
  width: 100% !important; }

.height-0 {
  height: 0% !important; }

.height-10 {
  height: 10% !important; }

.height-20 {
  height: 20% !important; }

.height-30 {
  height: 30% !important; }

.height-40 {
  height: 40% !important; }

.height-50 {
  height: 50% !important; }

.height-60 {
  height: 60% !important; }

.height-70 {
  height: 70% !important; }

.height-80 {
  height: 80% !important; }

.height-90 {
  height: 90% !important; }

.height-100 {
  height: 100% !important; }

.v-height-10 {
  height: 10vh !important; }

.v-height-20 {
  height: 20vh !important; }

.v-height-30 {
  height: 30vh !important; }

.v-height-40 {
  height: 40vh !important; }

.v-height-50 {
  height: 50vh !important; }

.v-height-60 {
  height: 60vh !important; }

.v-height-70 {
  height: 70vh !important; }

.v-height-80 {
  height: 80vh !important; }

.v-height-90 {
  height: 90vh !important; }

.v-height-100 {
  height: 100vh !important; }

.v-width-10 {
  width: 10vw !important; }

.v-width-20 {
  width: 20vw !important; }

.v-width-30 {
  width: 30vw !important; }

.v-width-40 {
  width: 40vw !important; }

.v-width-50 {
  width: 50vw !important; }

.v-width-60 {
  width: 60vw !important; }

.v-width-70 {
  width: 70vw !important; }

.v-width-80 {
  width: 80vw !important; }

.v-width-90 {
  width: 90vw !important; }

.v-width-100 {
  width: 100vw !important; }

.fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

/*Cursors*/
.cursor-pointer {
  cursor: pointer; }

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

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab; }

.no-user-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.user-select {
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset; }

/*Separators*/
.separator {
  height: 100%;
  display: inline-block;
  border-right: 2px solid #c4c4c4;
  margin-left: .75rem;
  margin-right: .75rem; }

/*Opacity*/
.opacity-5 {
  opacity: .5 !important; }

.opacity-10 {
  opacity: .10 !important; }

.opacity-15 {
  opacity: .15 !important; }

.opacity-20 {
  opacity: .20 !important; }

.opacity-25 {
  opacity: .25 !important; }

.opacity-30 {
  opacity: .30 !important; }

.opacity-35 {
  opacity: .35 !important; }

.opacity-40 {
  opacity: .40 !important; }

.opacity-45 {
  opacity: .45 !important; }

.opacity-50 {
  opacity: .50 !important; }

.opacity-55 {
  opacity: .55 !important; }

.opacity-60 {
  opacity: .60 !important; }

.opacity-65 {
  opacity: .65 !important; }

.opacity-70 {
  opacity: .70 !important; }

.opacity-75 {
  opacity: .75 !important; }

.opacity-80 {
  opacity: .80 !important; }

.opacity-85 {
  opacity: .85 !important; }

.opacity-90 {
  opacity: .90 !important; }

.opacity-95 {
  opacity: .95 !important; }

.opacity-100 {
  opacity: .100 !important; }

/*Borders*/
.no-border {
  border: none !important; }

form {
  margin: 0; }

input[type=text], input[type=url], input[type=email], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=password], textarea, select, .fake-input, .fake-textarea {
  background: transparent;
  border: 2px solid #c4c4c4;
  outline: none;
  border-radius: 0.5rem;
  padding: .75rem;
  font-size: .85rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  width: 100%;
  font-family: interstate-regular; }
  input[type=text]:hover, input[type=text].hover, input[type=url]:hover, input[type=url].hover, input[type=email]:hover, input[type=email].hover, input[type=search]:hover, input[type=search].hover, input[type=number]:hover, input[type=number].hover, input[type=tel]:hover, input[type=tel].hover, input[type=date]:hover, input[type=date].hover, input[type=password]:hover, input[type=password].hover, textarea:hover, textarea.hover, select:hover, select.hover, .fake-input:hover, .fake-input.hover, .fake-textarea:hover, .fake-textarea.hover {
    border-color: #727d84;
    -webkit-transition: all .3s;
    transition: all .3s; }
  input[type=text]:focus, input[type=text].focus, input[type=text]:active, input[type=text].active, input[type=url]:focus, input[type=url].focus, input[type=url]:active, input[type=url].active, input[type=email]:focus, input[type=email].focus, input[type=email]:active, input[type=email].active, input[type=search]:focus, input[type=search].focus, input[type=search]:active, input[type=search].active, input[type=number]:focus, input[type=number].focus, input[type=number]:active, input[type=number].active, input[type=tel]:focus, input[type=tel].focus, input[type=tel]:active, input[type=tel].active, input[type=date]:focus, input[type=date].focus, input[type=date]:active, input[type=date].active, input[type=password]:focus, input[type=password].focus, input[type=password]:active, input[type=password].active, textarea:focus, textarea.focus, textarea:active, textarea.active, select:focus, select.focus, select:active, select.active, .fake-input:focus, .fake-input.focus, .fake-input:active, .fake-input.active, .fake-textarea:focus, .fake-textarea.focus, .fake-textarea:active, .fake-textarea.active {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #00aab1; }
  input[type=text]:disabled, input[type=text] .disabled, input[type=url]:disabled, input[type=url] .disabled, input[type=email]:disabled, input[type=email] .disabled, input[type=search]:disabled, input[type=search] .disabled, input[type=number]:disabled, input[type=number] .disabled, input[type=tel]:disabled, input[type=tel] .disabled, input[type=date]:disabled, input[type=date] .disabled, input[type=password]:disabled, input[type=password] .disabled, textarea:disabled, textarea .disabled, select:disabled, select .disabled, .fake-input:disabled, .fake-input .disabled, .fake-textarea:disabled, .fake-textarea .disabled {
    background: #f3f6f9;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  input[type=text]:invalid, input[type=text].error, input[type=url]:invalid, input[type=url].error, input[type=email]:invalid, input[type=email].error, input[type=search]:invalid, input[type=search].error, input[type=number]:invalid, input[type=number].error, input[type=tel]:invalid, input[type=tel].error, input[type=date]:invalid, input[type=date].error, input[type=password]:invalid, input[type=password].error, textarea:invalid, textarea.error, select:invalid, select.error, .fake-input:invalid, .fake-input.error, .fake-textarea:invalid, .fake-textarea.error {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  input[type=text].invalid, input[type=url].invalid, input[type=email].invalid, input[type=search].invalid, input[type=number].invalid, input[type=tel].invalid, input[type=date].invalid, input[type=password].invalid, textarea.invalid, select.invalid, .fake-input.invalid, .fake-textarea.invalid {
    border-color: #f00; }
  input[type=text].borderless, input[type=url].borderless, input[type=email].borderless, input[type=search].borderless, input[type=number].borderless, input[type=tel].borderless, input[type=date].borderless, input[type=password].borderless, textarea.borderless, select.borderless, .fake-input.borderless, .fake-textarea.borderless {
    border: none;
    outline: none; }
  input[type=text].concise, input[type=url].concise, input[type=email].concise, input[type=search].concise, input[type=number].concise, input[type=tel].concise, input[type=date].concise, input[type=password].concise, textarea.concise, select.concise, .fake-input.concise, .fake-textarea.concise {
    padding: 7px .5rem; }

.fake-input, .fake-textarea {
  background: #f3f6f9;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fake-input {
  min-height: 44px; }

.fake-textarea {
  min-height: 100px; }

select:invalid, select.error {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto; }

table input[type=text], table input[type=url], table input[type=email], table input[type=search], table input[type=number], table input[type=tel], table input[type=date], table input[type=password], table textarea, table select {
  padding: .5rem; }

.form-col-disabled:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f6f9;
  opacity: 0.7; }

input[type=date] {
  padding: .575rem; }

textarea {
  min-height: 100px;
  line-height: 1.25rem; }

label {
  display: inline-block;
  font-size: .75rem;
  margin-bottom: .5rem;
  line-height: 1rem;
  font-weight: 700; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  .form-group:last-of-type {
    margin-bottom: 0; }
  .form-group label {
    display: block;
    margin-bottom: .4rem; }
  .form-group .message {
    font-size: .85rem;
    color: #727d84;
    margin-top: .4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-group .icon-message {
    margin-top: .5rem; }
  .form-group input[type=text]:invalid ~ .message, .form-group input[type=text].error ~ .message, .form-group input[type=url]:invalid ~ .message, .form-group input[type=url].error ~ .message, .form-group input[type=email]:invalid ~ .message, .form-group input[type=email].error ~ .message, .form-group input[type=search]:invalid ~ .message, .form-group input[type=search].error ~ .message, .form-group input[type=number]:invalid ~ .message, .form-group input[type=number].error ~ .message, .form-group input[type=tel]:invalid ~ .message, .form-group input[type=tel].error ~ .message, .form-group input[type=date]:invalid ~ .message, .form-group input[type=date].error ~ .message, .form-group input[type=password]:invalid ~ .message, .form-group input[type=password].error ~ .message, .form-group textarea:invalid ~ .message, .form-group textarea.error ~ .message {
    color: #f00; }
  .form-group .show-hint {
    position: relative; }
    .form-group .show-hint:after {
      position: absolute;
      top: .75rem;
      right: -25px;
      content: '!';
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background: transparent;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: .85rem; }
    .form-group .show-hint.error:after {
      background: #f00; }

/*checkboxes*/
.checkbox-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .75rem; }
  .checkbox-list-item label {
    padding-left: .5rem;
    font-weight: 700;
    margin-bottom: 0; }

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: .85rem; }
  .checkbox-group input[type=checkbox] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: .5rem; }
  .checkbox-group label {
    padding-top: .35rem; }
/* cause issues with step3 include model checkbox 
input[type=checkbox] {
  display: inline-block;
  position: relative;
  margin-right: .5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background: #e5e5e5;
  font-size: 1rem;
  font-weight: 700; }
  input[type=checkbox]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    font-family: 'MaterialIcons';
    content: '\e5ca';
    background: #00aab1;
    border-radius: 3px;
    color: #fff;
    padding-top: 2px;
    padding-left: 2px; }
*/
/*submitted state*/
form.submitted :invalid, form.submitted .error, form.submitted .invalid {
  border-color: #f00; }

/*Toggle switch*/
.switch-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none; }
  .switch-container label {
    margin: 0; }
  .switch-container input.switch {
    height: 0;
    width: 0;
    visibility: hidden; }
  .switch-container label.switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 58px;
    height: 28px;
    display: inline-block !important;
    background-color: #727d84;
    border-radius: 20px;
    position: relative;
    margin: 0 0.5rem 0 0;
    pointer-events: all; }
    .switch-container label.switch:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 4px;
      width: 22px;
      height: 22px;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .switch-container input.switch:checked + label {
    background: #00aab1; }
  .switch-container input.switch:checked + label:after {
    left: 10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.white-inputs input[type=text], .white-inputs input[type=url], .white-inputs input[type=email], .white-inputs input[type=search], .white-inputs input[type=number], .white-inputs input[type=tel], .white-inputs input[type=date], .white-inputs input[type=password], .white-inputs textarea, .white-inputs select {
  background: #fff !important; }

/*Legacy search-wrapper*/
/*Search Wrapper*/
.search-wrapper {
  position: relative;
  /*down chevron*/ }
  .search-wrapper:after {
    font-family: 'MaterialIcons';
    content: '\e5cf';
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
    top: .25rem;
    width: 25px;
    height: 20px;
    padding: 6px 8px;
    pointer-events: none;
    cursor: pointer;
    z-index: 3; }
  .search-wrapper:before {
    content: '';
    font-size: 1.5rem;
    position: absolute;
    right: 2.5rem;
    top: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 6px 8px;
    background: #fff;
    z-index: 2; }
  .search-wrapper .clear {
    /*cross*/ }
    .search-wrapper .clear i {
      position: absolute;
      right: 2rem;
      top: .8rem;
      width: 1rem;
      height: 1rem;
      z-index: 1;
      font-size: 1rem;
      color: #727d84;
      z-index: 3; }
  .search-wrapper input[type=text] {
    padding-right: 2.5rem; }

/*autocomplete*/
.autocomplete .autocomplete-items {
  margin-top: .5rem; }
  .autocomplete .autocomplete-items li {
    background: #e5e5e5;
    white-space: nowrap;
    padding: .5rem;
    border-radius: .5rem;
    margin-bottom: .25rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: normal;
    font-size: .85rem; }
    .autocomplete .autocomplete-items li:hover {
      background: #00aab1;
      color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s; }

table {
  background: #fff;
  width: 100%;
  font-size: .85rem; }
  table thead {
    background: #e5e5e5;
    border-bottom: 1px solid #557595; }
  table th, table td {
    padding: 1rem .75rem;
    text-align: left;
    position: relative;
    vertical-align: top; }
    table th.wrap, table td.wrap {
      text-overflow: ellipsis;
      white-space: normal;
      word-break: break-word; }
    table th.no-wrap, table td.no-wrap {
      white-space: normal; }
    table th a, table td a {
      word-break: break-word; }
    table th img, table td img {
      min-width: 50px;
      max-width: 50px; }
    table th.middle, table td.middle {
      vertical-align: middle; }
  table td {
    white-space: normal;
    text-overflow: unset; }
  table input[type=text], table input[type=url], table input[type=email], table input[type=search], table input[type=number], table input[type=tel], table input[type=date], table input[type=password], table textarea, table select {
    background: #fff; }
  table tbody tr:nth-child(even) {
    background: #f3f6f9; }
  table.unstriped tbody tr:nth-child(odd) {
    background: #fff; }
  table.concise th, table.concise td {
    padding: .5rem;
    font-size: .85rem; }
  table.lined td {
    border-bottom: 1px solid #c4c4c4; }
  table.bordered th, table.bordered td {
    border: 1px solid #c4c4c4; }
  table th.actions > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    table th.actions > div i.m-icon {
      width: 1.5rem;
      height: 1.5rem;
      margin-left: .5rem;
      overflow: hidden; }
      table th.actions > div i.m-icon.clear {
        -webkit-transition: color .3s;
        transition: color .3s; }
        table th.actions > div i.m-icon.clear.active {
          color: #f00;
          -webkit-transition: color .3s;
          transition: color .3s; }
  table tr:last-of-type {
    border-bottom: 1px solid #00aab1; }
  table.aligned-center th, table.aligned-center td {
    text-align: center; }

/*Legacy support for filtered table*/
tr.selectable:hover td {
  background: #c4c4c4;
  cursor: pointer; }

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative; }
  .table-header .sorter {
    -ms-flex-preferred-size: 1.25rem;
        flex-basis: 1.25rem;
    width: 1.25rem; }
    .table-header .sorter:before {
      /* position: absolute;*/
      top: 0;
      left: 0;
      font-family: "MaterialIcons";
      content: '';
      width: 1rem;
      height: 1rem;
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      content: '\e164'; }
    .table-header .sorter.active:before {
      color: #01c55c; }
    .table-header .sorter.sorting_asc:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .table-header .sorter.sorting_desc:before {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .table-header .header-text {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: .5rem; }
  .table-header i {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.no-records-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-size: .85rem; }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: .5rem 0;
  font-size: .85rem;
  background: #e5e5e5; }
  .pager > * {
    padding: .5rem 1rem; }
  .pager .summary span {
    font-weight: 700;
    font-size: .85rem; }
  .pager .page-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px; }
    .pager .page-size span {
      text-align: right;
      padding-right: .5rem; }
    .pager .page-size select {
      padding: .5rem;
      max-width: 75px;
      background: #fff;
      border-color: #727d84; }
  .pager .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 50%; }
    .pager .pagination a {
      display: inline-block;
      margin-left: .5rem; }
      .pager .pagination a.first, .pager .pagination a.previous, .pager .pagination a.next, .pager .pagination a.last {
        color: #1f394a; }
      .pager .pagination a.current {
        font-weight: 700;
        font-size: 1rem;
        margin: 0 .5rem; }
      .pager .pagination a.disabled, .pager .pagination a[disabled] {
        opacity: 0.5;
        color: #1f394a;
        pointer-events: none; }

.table-filter {
  -ms-flex-preferred-size: 1rem;
      flex-basis: 1rem; }
  .table-filter.search:before {
    /* position: absolute;*/
    top: 0;
    left: 0;
    font-family: "MaterialIcons";
    content: '';
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    content: '\ef4f';
    color: #727d84; }
  .table-filter.search.active:before {
    color: #01c55c; }

.table-filter-items {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .25rem;
  background: #e5e5e5;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: .75rem;
  border: 1px solid #c4c4c4; }
  .table-filter-items input {
    background: #fff;
    padding: .5rem;
    border-color: #c4c4c4; }
  .table-filter-items li {
    background: #fff;
    white-space: nowrap;
    padding: .5rem;
    border-radius: .5rem;
    margin-bottom: .25rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: normal; }
    .table-filter-items li.is-active {
      background: #00aab1;
      color: #fff; }
    .table-filter-items li:hover {
      background: #727d84;
      color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s; }

.material-icons, .material-icons-solid, .m-icon, .m-icon-solid {
  font-family: 'MaterialIconsOutlined';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  padding: 1px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  background: transparent;
  width: 2rem;
  position: relative; }
  .material-icons:first-of-type, .material-icons-solid:first-of-type, .m-icon:first-of-type, .m-icon-solid:first-of-type {
    padding-left: 0; }
  .material-icons:last-of-type, .material-icons-solid:last-of-type, .m-icon:last-of-type, .m-icon-solid:last-of-type {
    padding-right: 0; }
  .material-icons:hover, .material-icons-solid:hover, .m-icon:hover, .m-icon-solid:hover {
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .material-icons.no-effect:hover, .material-icons-solid.no-effect:hover, .m-icon.no-effect:hover, .m-icon-solid.no-effect:hover {
    -webkit-transform: none;
            transform: none; }
  .material-icons.small, .material-icons-solid.small, .m-icon.small, .m-icon-solid.small {
    width: 1.5rem;
    font-size: 1.5rem !important; }
  .material-icons.smaller, .material-icons-solid.smaller, .m-icon.smaller, .m-icon-solid.smaller {
    width: 1.25rem;
    font-size: 1.25rem !important; }
  .material-icons.regular, .material-icons-solid.regular, .m-icon.regular, .m-icon-solid.regular {
    width: 2rem;
    font-size: 1.5rem !important; }
  .material-icons.large, .material-icons-solid.large, .m-icon.large, .m-icon-solid.large {
    width: 2rem;
    font-size: 2rem !important; }
  .material-icons.disabled, .material-icons-solid.disabled, .m-icon.disabled, .m-icon-solid.disabled {
    opacity: .5; }

table .m-icon {
  padding: 0 !important;
  font-size: 1.25rem;
  width: 1rem; }

.material-icons-solid, .m-icon-solid {
  font-family: 'MaterialIcons'; }

/*.m-icon-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    padding-left: 2rem;
    position: relative;

    &:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "MaterialIcons";
        background: $stats;
        content: '\e86a';
        width: 100%;
        font-size: 1.25rem;
        font-weight: 400;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        color: $white;
        text-align: center;
        padding-top: 2px;
    }

    &.safety:before {
        background: $safety;
    }

    &.stats:before {
        content: '\e5ca';
    }

    &.regs:before {
        background: $reg;
    }

    &.quality:before {
        background: $quality;
    }

    &.success:before {
        background: $success;
        content: '\e5ca';
    }

    &.warning:before {
        background: $warning;
        content: '\e645';
    }

    &.error:before {
        background: $error;
        content: '\e5cd';
    }
}*/
.m-icon-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .m-icon-group i {
    color: #00aab1;
    font-size: 2rem;
    margin-right: .5rem; }
  .m-icon-group.small {
    font-size: .85rem; }
    .m-icon-group.small i {
      font-size: 1.5rem; }

.m-icon-circled-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1rem; }
  .m-icon-circled-group i.m-icon {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: #00aab1;
    color: #fff;
    font-size: 2rem; }
  .m-icon-circled-group.small i.m-icon {
    width: 2rem;
    height: 2rem;
    -ms-flex-preferred-size: 2rem;
        flex-basis: 2rem;
    font-size: 1.5rem; }
  .m-icon-circled-group.large i.m-icon {
    width: 4rem;
    height: 4rem;
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
    font-size: 3rem; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none;
    margin-bottom: .5rem;
    position: relative;
    font-size: .85rem; }
    ul li:last-of-type {
      margin-bottom: 0; }
  ul.default li {
    padding-left: 1.25rem; }
    ul.default li:before {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      top: .35rem;
      left: 0;
      content: '';
      width: 10px;
      height: 10px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfgAxAOBRiprN10AAAAGXRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4wLjIx8SBplQAAALVJREFUKFNjYJs9z5dhzpxYhokT2Rnwgv//GRlnzznEOGvOC8Y5cxq5ZsyQhMpgAubZs4MYZs/5D8U/GWfPXcIyd645VBoBuJctE0dSCMdAm04wzZkTzbBqFRtE5cyZXNgUQvEXptlzK8Dq2ObMUcei4A3IzTwzZ4qAFYEA0+zZOTAFQOseA/mFDFOm8ECloQBk/6zZt4AKrjPNnZsIdAYrVAYVgBzLPHduIEN9PRNUCAtgYAAA6B1jlNAUa6sAAAAASUVORK5CYII=);
      background-repeat: no-repeat; }
  ul.bulleted {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    ul.bulleted li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1.5rem; }
      ul.bulleted li:before {
        position: absolute;
        content: '';
        top: 3px;
        left: 0;
        width: .75rem;
        height: .75rem;
        background: #c4c4c4;
        border-radius: 50%; }
      ul.bulleted li.active:before {
        background: #00aab1; }

.lozenge-list {
  text-align: center;
  margin-top: 1rem; }

.lozenge-list h3 {
  color: #008489;
  text-align: left; }

.lozenge {
  background-color: #1f394a;
  border: 1px solid #1f394a;
  color: #fff;
  padding: 1rem .5rem 1rem 1rem;
  border-radius: 0.75rem;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .85rem;
  line-height: 1.25rem; }
  .lozenge input[type=text], .lozenge input[type=url], .lozenge input[type=email], .lozenge input[type=search], .lozenge input[type=number], .lozenge input[type=tel], .lozenge input[type=date], .lozenge input[type=password], .lozenge textarea, .lozenge select {
    border-color: #fefefe;
    margin-right: 10px;
    padding: 0.25rem;
    border-radius: 0;
    border-width: 1px;
    color: #fff; }
    .lozenge input[type=text]:focus, .lozenge input[type=text].focus, .lozenge input[type=text]:active, .lozenge input[type=text].active, .lozenge input[type=url]:focus, .lozenge input[type=url].focus, .lozenge input[type=url]:active, .lozenge input[type=url].active, .lozenge input[type=email]:focus, .lozenge input[type=email].focus, .lozenge input[type=email]:active, .lozenge input[type=email].active, .lozenge input[type=search]:focus, .lozenge input[type=search].focus, .lozenge input[type=search]:active, .lozenge input[type=search].active, .lozenge input[type=number]:focus, .lozenge input[type=number].focus, .lozenge input[type=number]:active, .lozenge input[type=number].active, .lozenge input[type=tel]:focus, .lozenge input[type=tel].focus, .lozenge input[type=tel]:active, .lozenge input[type=tel].active, .lozenge input[type=date]:focus, .lozenge input[type=date].focus, .lozenge input[type=date]:active, .lozenge input[type=date].active, .lozenge input[type=password]:focus, .lozenge input[type=password].focus, .lozenge input[type=password]:active, .lozenge input[type=password].active, .lozenge textarea:focus, .lozenge textarea.focus, .lozenge textarea:active, .lozenge textarea.active, .lozenge select:focus, .lozenge select.focus, .lozenge select:active, .lozenge select.active {
      border-color: #c4c4c4; }
  .lozenge i {
    font-size: 1.25rem; }
  .lozenge.concise {
    padding: .75rem .5rem .75rem 1rem; }
  .lozenge.compact {
    padding: .25rem .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .lozenge.lozenge-selected {
    background: #557595;
    border-color: #557595; }
    .lozenge.lozenge-selected input[type=text], .lozenge.lozenge-selected input[type=url], .lozenge.lozenge-selected input[type=email], .lozenge.lozenge-selected input[type=search], .lozenge.lozenge-selected input[type=number], .lozenge.lozenge-selected input[type=tel], .lozenge.lozenge-selected input[type=date], .lozenge.lozenge-selected input[type=password], .lozenge.lozenge-selected textarea, .lozenge.lozenge-selected select {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
  .lozenge.lozenge-new {
    background: #fff;
    color: #00aab1; }
    .lozenge.lozenge-new input[type=text], .lozenge.lozenge-new input[type=url], .lozenge.lozenge-new input[type=email], .lozenge.lozenge-new input[type=search], .lozenge.lozenge-new input[type=number], .lozenge.lozenge-new input[type=tel], .lozenge.lozenge-new input[type=date], .lozenge.lozenge-new input[type=password], .lozenge.lozenge-new textarea, .lozenge.lozenge-new select {
      border-color: rgba(31, 57, 74, 0.5);
      color: #1f394a; }
    .lozenge.lozenge-new i {
      color: #1f394a; }
  .lozenge.lozenge-hover {
    background: #000;
    color: #fff; }
    .lozenge.lozenge-hover input[type=text], .lozenge.lozenge-hover input[type=url], .lozenge.lozenge-hover input[type=email], .lozenge.lozenge-hover input[type=search], .lozenge.lozenge-hover input[type=number], .lozenge.lozenge-hover input[type=tel], .lozenge.lozenge-hover input[type=date], .lozenge.lozenge-hover input[type=password], .lozenge.lozenge-hover textarea, .lozenge.lozenge-hover select {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
  .lozenge.lozenge-selectable {
    padding: .25rem 1rem .25rem .25rem; }
    .lozenge.lozenge-selectable select {
      border: none;
      outline: none;
      color: #fff; }
    .lozenge.lozenge-selectable option {
      background: #1f394a; }
    .lozenge.lozenge-selectable.lozenge-selected {
      background: #557595; }
      .lozenge.lozenge-selectable.lozenge-selected option {
        background: #557595; }
    .lozenge.lozenge-selectable.lozenge-new {
      background: #fff; }
      .lozenge.lozenge-selectable.lozenge-new select {
        color: #1f394a; }
        .lozenge.lozenge-selectable.lozenge-new select option {
          background: #fff; }
    .lozenge.lozenge-selectable.lozenge-hover {
      background: #000; }
      .lozenge.lozenge-selectable.lozenge-hover option {
        background: #000; }
  .lozenge span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.lozenge-list .lozenge {
  margin-bottom: 0.5rem; }

.lozenge-list button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2rem; }

.lozenge input:focus, .lozenge textarea:focus, .lozenge-list button:focus {
  outline: none; }

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .nav-menu a {
    color: #1f394a; }
    .nav-menu a:hover {
      color: #00aab1;
      text-decoration: none; }
  .nav-menu .m-icon {
    color: #1f394a; }
    .nav-menu .m-icon:hover {
      -webkit-transform: none;
              transform: none; }
  .nav-menu > li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
    color: #727d84;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    margin-right: 1.5rem;
    white-space: nowrap;
    height: 70px; }
    .nav-menu > li:last-of-type {
      margin-right: 0; }
    .nav-menu > li:hover {
      color: #00aab1; }
    .nav-menu > li > a:hover {
      text-decoration: none; }
    .nav-menu > li .flyout {
      position: absolute;
      top: 91px;
      font-size: .85rem;
      color: #1f394a;
      display: none;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1.5rem;
      background: #fff;
      margin-top: 0;
      -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid #c4c4c4; }
      .nav-menu > li .flyout li {
        font-size: 1rem;
        color: #1f394a;
        margin-bottom: .75rem;
        white-space: nowrap; }
        .nav-menu > li .flyout li:last-of-type {
          margin-bottom: 0; }
        .nav-menu > li .flyout li.heading {
          font-weight: 700;
          margin-bottom: 1rem; }
    .nav-menu > li.full-menu {
      position: unset; }
      .nav-menu > li.full-menu .flyout {
        width: 100%;
        top: 90px;
        left: 0;
        right: 0;
        display: none;
        padding: 2.5rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-height: 70vh;
        overflow-x: hidden;
        overflow-y: auto; }
      .nav-menu > li.full-menu .flex-item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 2rem; }
        .nav-menu > li.full-menu .flex-item:last-of-type {
          margin-right: 0; }
      .nav-menu > li.full-menu li {
        white-space: normal; }
    .nav-menu > li:hover {
      border-bottom-color: #00aab1;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nav-menu > li:hover .flyout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all .3s;
        transition: all .3s; }

.main-navigation {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 2rem; }

.account-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .account-navigation img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-right: .75rem; }

[v-cloak] {
  display: none; }

/*Notifications/Toast*/
.notification, .toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 80%;
  position: absolute;
  margin: 50px auto;
  border-left: 10px solid #01c55c;
  background: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1rem;
  z-index: 10000; }
  .notification .icon, .toast .icon {
    color: #fff; }
    .notification .icon i, .toast .icon i {
      padding: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #01c55c;
      -ms-flex-item-align: center;
          align-self: center; }
  .notification .close, .toast .close {
    margin-left: auto; }
    .notification .close i, .toast .close i {
      color: #c4c4c4; }
  .notification .message, .toast .message {
    padding-left: 1rem;
    font-size: 1rem; }
  .notification.success, .notification.confirm, .toast.success, .toast.confirm {
    border-left-color: #01c55c; }
    .notification.success .icon i, .notification.confirm .icon i, .toast.success .icon i, .toast.confirm .icon i {
      background: #01c55c; }
  .notification.warning, .toast.warning {
    border-left-color: #fb9435; }
    .notification.warning .icon i, .toast.warning .icon i {
      background: #fb9435; }
  .notification.error, .notification.failed, .toast.error, .toast.failed {
    border-left-color: #f00; }
    .notification.error .icon i, .notification.failed .icon i, .toast.error .icon i, .toast.failed .icon i {
      background: #f00; }
  .notification.info, .toast.info {
    border-left-color: #00aab1; }
    .notification.info .icon i, .toast.info .icon i {
      background: #00aab1; }
  .notification.number, .toast.number {
    border-left-color: #557595; }
    .notification.number .icon i, .toast.number .icon i {
      background: #557595; }
  .notification.fade-out, .toast.fade-out {
    -webkit-animation: fade-out .75s forwards;
            animation: fade-out .75s forwards; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 0;
    top: -150px; } }

@keyframes fade-out {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 0;
    top: -150px; } }

/*Levels*/
.level {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  padding: 10px 30px;
  color: #fff;
  font-size: .85rem; }
  .level.error {
    background: #f00; }
  .level.warning {
    background: #fb9435; }
  .level.success {
    background: #01c55c; }

.icon-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .85rem;
  line-height: 1.2rem; }
  .icon-message .tooltip {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 3rem;
    padding: .5rem;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 999;
    font-weight: 400; }
  .icon-message .m-icon {
    font-size: 2rem;
    color: #00aab1;
    padding-right: .5rem;
    position: relative; }
    .icon-message .m-icon:hover ~ .tooltip {
      display: block; }

.modal-mask, .dialog-surface, .vue-dialog-surface {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.modal-wrapper, .dialog-container, .vue-dialog-container {
  width: 50%;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: absolute;
  top: 5vh;
  z-index: 9999;
  border: none;
  padding: 0; }

.modal-container, .dialog-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 90vh;
  overflow-y: auto; }
  .modal-container section, .dialog-content section {
    padding: 1rem; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1rem;
  padding-bottom: .75rem; }
  .modal-header h2, .modal-header h3 {
    color: #00aab1;
    margin: 0; }

.modal-body {
  margin: 20px 0;
  overflow-y: auto;
  max-height: 70vh; }
  .modal-body p {
    margin: 0; }
  .modal-body span {
    display: block;
    margin: 10px 0;
    color: #00aab1;
    font-weight: 700;
    font-size: 1.25rem; }

/* Dialog */
.dialog-closer {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.1rem;
  cursor: pointer; }

.dialog-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50vh; }
  .dialog-loader img {
    width: 121px;
    height: 121px; }

/* Uppy */
.uppy-DragDrop-container {
  border: 1px dashed #c4c4c4;
  min-height: 50px;
  margin: 0.5em 0;
  text-align: center;
  color: #727d84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.uppy-DragDrop-arrow {
  fill: #c4c4c4;
  position: relative;
  top: 4px; }

.uppy-DragDrop-dragText {
  color: #00aab1;
  cursor: pointer; }

.uppy-DragDrop-note {
  font-size: 0.75rem; }

.drag {
  background-color: #c4c4c4;
  color: #fff; }

.drag .uppy-DragDrop-arrow {
  fill: #fff; }

.uppy-ProgressBar-inner {
  background-color: #00aab1;
  height: 10px; }

.uppy-ProgressBar-percentage {
  display: none; }

.import-progress, .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*jQuery Datatables*/
.dataTables_length label, .dataTables_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .dataTables_length label select, .dataTables_length label input, .dataTables_filter label select, .dataTables_filter label input {
    margin: 0 .5rem; }

.dataTables_info {
  margin: 1rem 0; }

.dataTables_paginate a {
  margin-right: 1rem; }
  .dataTables_paginate a.first, .dataTables_paginate a.last, .dataTables_paginate a.previous, .dataTables_paginate a.next {
    color: #c4c4c4 !important;
    font-size: .85rem; }

.login-container {
  width: 50%; }
  .login-container .tile {
    height: auto; }

.checkout-status {
  border-right: 2px solid #c4c4c4;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.25rem; }

/* Risk colors, indicators etc */
.unknown-risk {
  background-color: #c4c4c4; }

.low-risk {
  background-color: #01c55c; }

.medium-risk {
  background-color: #fb9435; }

.high-risk {
  background-color: #f00; }

.unknown-risk-label {
  color: #c4c4c4; }

.low-risk-label {
  color: #01c55c; }

.medium-risk-label {
  color: #fb9435; }

.high-risk-label {
  color: #f00; }

.risk-indicator, .risk-selector {
  color: #fff;
  width: 60px;
  padding: 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  margin: 0.5rem 0;
  line-height: 1.8rem; }

.risk-selector {
  cursor: pointer; }

/* Excipient Assessment */
.excipient-assessment-form {
  height: auto; }

.excipient-assessment-panel {
  display: grid;
  grid-template-columns: calc(100% - 300px) 300px;
  padding: 1rem;
  background-color: #fff; }
  .excipient-assessment-panel .controls-matrix-section, .excipient-assessment-panel .manufacturers-matrix {
    width: 63%;
    min-width: 600px;
    padding-right: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .excipient-assessment-panel h5 {
    border-bottom: 1px solid #233c4c;
    margin-top: 1rem; }

.excipient-assessment-matrix {
  display: grid;
  grid-template-columns: minmax(535px, auto) repeat(var(--formulationColumnCount), 135px);
  overflow: auto;
  min-width: 670px;
  font-size: 0.8rem; }
  .excipient-assessment-matrix > div {
    text-align: center;
    background-color: #fff;
    padding: 0.33rem;
    border-bottom: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #c4c4c4;
    z-index: 10; }
  .excipient-assessment-matrix > div:first-child {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 30;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .excipient-assessment-matrix .grid-header {
    border-right: 1px solid #1f394a;
    text-transform: uppercase;
    background-color: #1f394a;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 20; }
    .excipient-assessment-matrix .grid-header span {
      overflow: hidden; }
  .excipient-assessment-matrix .metric-cell {
    white-space: normal;
    background-color: #f3f6f9;
    line-height: 1.2rem;
    font-weight: bold;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
    position: sticky;
    left: 0;
    z-index: 20; }
  .excipient-assessment-matrix .badge {
    cursor: pointer;
    margin: 1px 0.5rem 0 0.5rem; }

.excipient-matrix .metric-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0; }

.excipient-matrix .metric-risk-selector {
  min-width: 135px;
  text-align: center; }

.excipient-assessment-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.controls-matrix {
  grid-template-columns: 240px 110px auto;
  min-width: unset; }

.controls-assessment-methods {
  width: 37%;
  min-width: 300px; }

.methods-matrix {
  grid-template-columns: auto 110px;
  min-width: unset; }

.manufacturers-matrix {
  grid-template-columns: auto minmax(135px, auto);
  min-width: unset; }

.testing-matrix, .risk-controls-matrix {
  grid-template-columns: auto 135px;
  min-width: unset; }

.manufacturer-risk-summary {
  width: 37%;
  min-width: 300px; }

.manufacturer-risk-summary-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin-top: 1.5rem; }

.manufacturer-risk-summary-grid span {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  margin-bottom: 1rem; }

.testing-matrix {
  width: 100%;
  margin-bottom: 2rem; }

.manufacturer-risk-indicator {
  text-align: center; }

.manufacturer-risk-indicator .risk-indicator {
  width: 50%; }

.risk-controls-matrix {
  width: auto;
  margin: 2rem 0; }

.assessment-help {
  padding: 1rem; }
  .assessment-help h4 {
    margin-top: 1rem; }
  .assessment-help h3 {
    border-bottom: 1px solid #233c4c;
    padding-bottom: 0.3rem;
    margin: 1rem 0;
    text-align: center; }
  .assessment-help h3:first-child {
    margin-top: 0; }
  .assessment-help th, .assessment-help td {
    padding: 0.2rem;
    white-space: normal;
    text-align: center;
    font-size: 0.7rem; }
  .assessment-help .no-border {
    border: 0;
    background-color: #fff; }
  .assessment-help .potential-impurity {
    background-color: #A7BCB5;
    white-space: normal;
    text-align: center;
    padding: 0;
    min-width: 50px;
    max-width: 50px; }
  .assessment-help .text-score {
    word-break: break-word; }

.manufacturer-risk-summary h3 {
  border-bottom: 1px solid #233c4c;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
  text-align: center; }

.score-guidance {
  padding: 0.5rem;
  color: #fff; }
  .score-guidance + .score-guidance {
    margin-top: 0.5rem; }

.excipient-assessment-summary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 1rem; }
  .excipient-assessment-summary-container .tile {
    height: 300px;
    border: 1px solid #ccc;
    min-width: 350px;
    -ms-flex-preferred-size: calc(50% - 4rem);
        flex-basis: calc(50% - 4rem); }
  .excipient-assessment-summary-container header {
    padding: 0.5rem 0; }

.excipient-summary-tile .description-list-grid, .manufacturer-summary-tile .description-list-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 1.8rem 0; }

.reports-summary-tile .description-list-grid {
  grid-template-columns: repeat(2, 1fr);
  margin: 3.5rem 0; }

.reports-button-container {
  text-align: center;
  padding-top: 100px; }

.reports-button-container.reports-generating {
  padding-top: 50px; }

/*  Scoring defintions view */
.scoring-definitions .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.scoring-definitions label {
  font-weight: bold;
  margin-bottom: 0.2rem; }

.scoring-definitions textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.2rem; }

/*
 * FMEA Assessments
*/
.assessment-card {
  width: 496px;
  padding: 0; }
  .assessment-card header {
    margin: 1.5rem 1.5rem 0 1.5rem; }
  .assessment-card main {
    margin: 0 1.5rem; }
    .assessment-card main padding {
      max-height: 80px;
      overflow-y: auto;
      margin-bottom: 0.5rem; }
  .assessment-card footer {
    margin: 1rem 0 0 0;
    padding: 0.5rem 1.5rem;
    border-top: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .assessment-card footer div {
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .assessment-card .indicator-titles {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    width: 100%; }
  .assessment-card .risk-indicator {
    line-height: 0.9rem;
    text-align: center;
    margin: 0;
    width: 100px;
    border-radius: 1.5rem; }
    .assessment-card .risk-indicator + .risk-indicator {
      margin-left: 0.5rem; }
  .assessment-card .unaccepted-risks-indicator {
    background-color: #4a1671;
    font-size: x-large;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-left: 2rem; }
    .assessment-card .unaccepted-risks-indicator:before {
      content: '';
      left: -1rem;
      width: 1px;
      background-color: #c4c4c4;
      position: absolute;
      height: 100%; }
  .assessment-card .steps-progress-bar {
    height: 0.8rem;
    width: 100%;
    border-radius: 0.4rem;
    background-color: #01c55c; }

/*
 * Manufacturing site process configuration view
*/
.process-configuration .lozenge-selected:after {
  content: ' ';
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 2.1rem solid transparent;
  border-bottom: 2.1rem solid transparent;
  border-right: 2.1rem solid #fff;
  position: absolute;
  right: -3.6rem; }

/*
 * FMEA Assessment Scope view
*/
.assessment-scope-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 6rem); }

.assessment-scope-tile {
  height: 100%;
  width: calc(25% - 2rem);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 2rem; }

.assessment-scope-title-tile {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 2rem; }

.assessment-scope-scope-tile {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.assessment-scope-scope-tile h3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.assessment-scope-scope-tile textarea {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.assessment-scope-steps-tile {
  width: 25%; }

.fmea-scope-container {
  margin: 1rem;
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fmea-scope-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(50% - 0.5rem);
  width: calc(33% - 2rem); }

.fmea-scope-cell:nth-child(3n+2) {
  margin: 0 3rem; }

.fmea-scope-cell:nth-child(n+4) {
  margin-top: 1rem; }

.fmea-scope-cell label {
  font-weight: bold;
  margin: 0.2rem 0; }

.fmea-scope-cell textarea {
  min-height: 280px;
  margin-top: 0.2rem; }

@media (max-width: 1200px) {
  .fmea-scope-cell {
    width: calc(50% - 3rem);
    height: calc(33% - 0.67rem); }
  .fmea-scope-cell:nth-child(3n+2) {
    margin: 0; }
  .fmea-scope-cell:nth-child(n+3) {
    margin-top: 1rem; }
  .fmea-scope-cell:nth-child(2n+2) {
    margin-left: 3rem; }
  .fmea-scope-cell textarea {
    min-height: 180px; } }

@media (max-width: 600px) {
  .fmea-scope-cell {
    width: 100%;
    height: calc(20%); }
  .fmea-scope-cell:nth-child(3n+2) {
    margin: 0; }
  .fmea-scope-cell:nth-child(n+2) {
    margin-top: 1rem; }
  .fmea-scope-cell:nth-child(2n+2) {
    margin-left: 0; } }

/*
 * FMEA Assessment Risks view
*/
.fmea-risks-container {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: unset;
      flex-wrap: unset; }

.fmea-risks-step-tile {
  width: 100%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.fmea-risks-step-tile div:first-child {
  max-width: 30%; }

.fmea-risks-step-tile .lozenge {
  margin: 0 3rem;
  min-width: 20%;
  max-width: 30%; }

.fmea-risks-step-tile div:last-child {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700; }

.fmea-risks-tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.fmea-risks-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.fmea-risks-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #e5e5e5;
  border-radius: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem; }
  .fmea-risks-card h3 {
    margin-bottom: 0.25rem; }
  .fmea-risks-card .lozenge {
    background-color: #557595;
    border-color: #557595;
    padding: 0.25rem; }
    .fmea-risks-card .lozenge textarea {
      padding: 0.25rem; }

.fmea-risks-card > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 1rem; }

.fmea-risks-card > div:first-child {
  margin-left: 1rem; }

.fmea-risks-card > button:last-child {
  background-color: #00aab1;
  border: 1px solid #00aab1;
  width: 3rem;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  border-radius: 0 0.6rem 0.6rem 0;
  cursor: pointer; }

.fmea-risks-card textarea, .fmea-risks-card select {
  margin: 0;
  border: 0;
  padding: 0;
  height: auto;
  min-height: 3rem; }

.fmea-risks-card .fmea-risks-card-indicator, .fmea-risks-card .fmea-risks-card-status {
  height: 100%;
  width: 7rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 1rem 1rem 0 1rem;
  margin: 0; }

.fmea-risks-card .fmea-risks-card-indicator-selecting {
  padding-top: 0.3rem; }

.fmea-risks-card-status {
  border-left: 2px solid #e5e5e5;
  font-size: 0.8rem; }

.fmea-risks-card-indicator {
  pointer-events: none; }

.fmea-risks-card .fmea-risks-card-indicator {
  pointer-events: all; }

.fmea-risk-indicator {
  color: #fff;
  width: 60px;
  padding: 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  text-align: center; }

[class^="fmea-risk-status-"], [class*=" fmea-risk-status-"] {
  background-color: #000;
  border-radius: 50%;
  color: #fff !important;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 0; }

.fmea-risk-status-inprogress:before {
  background-color: #fb9435; }

.fmea-risk-status-complete:before {
  background-color: #01c55c; }

.fmea-risks-tile > button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2rem;
  margin: 1rem 0 0 calc(50% - 1.5rem); }

.fmea-risk-guidance-tile {
  width: 15rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 2rem; }

/*
 * Fmea Controls & Detection views
*/
.fmea-risk-definition-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8rem; }
  .fmea-risk-definition-header div {
    width: 25%;
    text-align: left;
    padding: 1rem 0;
    border-right: 1px solid #c4c4c4; }
    .fmea-risk-definition-header div + div {
      padding-left: 1rem; }
    .fmea-risk-definition-header div:last-child {
      border-right: none;
      padding-right: 2.5rem; }
  .fmea-risk-definition-header h4 {
    margin: 0; }

.fmea-risk-controls-tile {
  background-color: #fff;
  height: 100%;
  width: calc(25% - 4rem);
  padding: 1.5rem;
  text-align: left; }

.fmea-risk-indicators-tiles {
  width: 10rem;
  margin-left: auto; }

.fmea-risk-indicators-tile, .fmea-risk-summary-indicators-tile {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  position: relative;
  pointer-events: none; }

.fmea-risk-indicators-tile:after {
  content: '?';
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: #000;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  pointer-events: all; }

.fmea-risk-indicators-tile .fmea-risk-indicator {
  pointer-events: all; }

.fmea-risk-guidance-tile {
  background-color: #fff;
  width: 0;
  margin-left: 2rem;
  text-align: left;
  position: relative;
  pointer-events: none;
  -webkit-transition: width 0.2s ease 0s;
  transition: width 0.2s ease 0s; }

.fmea-guidance-container .fmea-risk-controls-tile, .fmea-guidance-container .fmea-risk-guidance-tile {
  width: calc(20% - 3.5rem); }

.fmea-guidance-container .fmea-risk-guidance-tile {
  padding: 2.5rem 1.5rem 1.5rem 1.5rem; }

.fmea-guidance-container .fmea-risk-guidance-tile:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '\2716';
  color: var(--grey1-color);
  cursor: pointer;
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
  pointer-events: all; }

/*
 * Risk Summary
*/
.fmea-risk-summary-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fmea-risk-summary-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fmea-risk-summary-indicators-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.fmea-risk-summary-indicators-tile {
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 10rem; }
  .fmea-risk-summary-indicators-tile .switch-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none; }
    .fmea-risk-summary-indicators-tile .switch-container label {
      margin: 0; }
  .fmea-risk-summary-indicators-tile input.switch {
    height: 0;
    width: 0;
    visibility: hidden; }
  .fmea-risk-summary-indicators-tile label.switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 58px;
    height: 28px;
    display: inline-block !important;
    background-color: #727d84;
    border-radius: 20px;
    position: relative;
    margin: 0 0.5rem 0 0;
    pointer-events: all; }
    .fmea-risk-summary-indicators-tile label.switch:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 4px;
      width: 22px;
      height: 22px;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .fmea-risk-summary-indicators-tile input.switch:checked + label {
    background: #01c55c; }
  .fmea-risk-summary-indicators-tile input.switch:checked + label:after {
    left: 10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.fmea-risk-summary-indicators-tile:last-child {
  margin-right: 0; }

.fmea-risk-summary-indicators-separator {
  margin: 0 2rem 0 1.5rem;
  width: 1px;
  background-color: #c4c4c4; }

.fmea-risk-summary-details {
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .fmea-risk-summary-details textarea {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.fmea-risk-summary-tile {
  background-color: #fff;
  padding: 1rem;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fmea-risk-summary-tile:nth-child(2) {
  margin: 0 calc(2rem) 0 calc(2rem + 3px); }

.fmea-risk-summary-tile label {
  font-weight: bold;
  margin: 0.2rem 0; }

/*
 * Version History
*/
.version-history td {
  vertical-align: middle;
  min-width: 150px;
  max-width: 480px; }

.version-history .risk-indicator {
  line-height: 0.9rem;
  text-align: center;
  margin: 0;
  width: 100px;
  border-radius: 1.5rem; }
  .version-history .risk-indicator + .risk-indicator {
    margin-left: 0.5rem; }
  .version-history .risk-indicator.unaccepted-risks-indicator {
    background-color: #4a1671;
    font-size: x-large;
    line-height: 1.8rem; }

.version-history h2 {
  display: inline-block; }
  .version-history h2 + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }


/*# sourceMappingURL=smartRiskCss.css.map*/