/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/********************************************
  Tag Resets
********************************************/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 100%; }

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

html,
body {
  font-family: "Open Sans", Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.5;
  background-color: #FFF;
  color: #414141;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 100%;
  overflow: hidden; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a,
input,
button {
  -ms-touch-action: none !important; }

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

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

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.align-items-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

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

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

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

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

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

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

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

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

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

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

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

::selection {
  background: #000;
  text-shadow: none;
  color: #FFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3; }

h1 {
  color: #01A3E2;
  font-size: 33px;
  font-weight: normal;
  padding-bottom: 44px; }

h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px; }

p {
  padding-bottom: 16px; }
  p:last-child, p.last {
    padding-bottom: 0; }

.container {
  width: 100%;
  max-width: 1024px;
  padding: 0 50px;
  margin: 0 auto; }

img {
  height: auto;
  vertical-align: middle; }

.is-pdf .hide-on-pdf {
  display: none !important; }

.is-pdf body {
  overflow-x: hidden;
  overflow-y: auto; }

.is-pdf body > .aside,
.is-pdf .modal,
.is-pdf .notes {
  display: none; }

.is-pdf .main.pages {
  margin: 0;
  width: 100%;
  overflow: initial; }

.is-pdf .tab:not(#tab-summary) {
  display: none !important; }

.is-pdf .tab#tab-summary {
  position: static;
  display: block !important;
  visibility: visible;
  opacity: 1; }

.is-pdf .svg.svg--background {
  position: absolute; }

.tab-summary .hide-in-summery {
  display: none; }

.tab-summary .show-in-summery {
  display: block; }

.tab-summary .generate-tab-content .svg.svg--background {
  display: none; }

.tab-summary .generate-tab-content input, .tab-summary .generate-tab-content label {
  pointer-events: none; }

.tab-summary .generate-tab-content .button {
  display: none; }

.button {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  font-family: "Open Sans", Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  padding: 11px 20px;
  border-radius: 10px; }
  .button:disabled {
    opacity: 0.5; }

.button--nostyle {
  padding: 0;
  margin: 0;
  font-weight: normal;
  border-radius: 0;
  background: none;
  border: none; }

.button--cerulean {
  background-color: #01A3E2;
  color: #FFF; }
  .button--cerulean:focus, .button--cerulean:hover {
    background-color: #1aace5; }
  .button--cerulean:active {
    background-color: #0193cb; }

.button--black-squeeze {
  background-color: #F1F6FA;
  color: #707070;
  border: solid 1px #707070;
  border-radius: 0;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); }
  .button--black-squeeze:focus, .button--black-squeeze:hover {
    background-color: #f2f7fb; }
  .button--black-squeeze:active {
    background-color: #d9dde1; }

.button--add {
  color: #01A3E2;
  text-decoration: underline;
  position: relative;
  padding-left: 30px; }
  .button--add:before {
    position: absolute;
    content: '';
    left: -10px;
    top: 4px;
    width: 38px;
    height: 38px;
    background: url(../images/icons/add-icon.svg) no-repeat top left; }

.button--edit {
  color: #01A3E2;
  text-decoration: underline;
  position: relative;
  padding-left: 40px;
  padding-top: 30px; }
  .button--edit:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 32px;
    width: 38px;
    height: 38px;
    background: url(../images/icons/edit-icon.svg) no-repeat top left; }

.button--filter {
  font-weight: normal;
  font-size: 12px;
  color: #016BA7;
  background-color: rgba(1, 140, 201, 0.05);
  border: solid 1px rgba(1, 140, 201, 0.4);
  border-radius: 0;
  margin: 0 0 10px 0;
  padding: 5px 15px; }
  .button--filter.active {
    border: solid 1px #00417B;
    background-color: rgba(1, 107, 167, 0.1);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1); }
  .button--filter:not(:first-child) {
    margin: 0 10px 10px 10px; }

.button--filter-remove {
  font-weight: normal;
  font-size: 12px;
  color: #016BA7;
  background-color: rgba(1, 140, 201, 0.05);
  border: solid 1px rgba(1, 140, 201, 0.4);
  border-radius: 0;
  margin: 0 10px 10px 0;
  padding: 5px 5px; }

.button--filter-add {
  border: solid 1px #00417B;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1); }

.button--cirle--dark-blue {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: none;
  background-color: #004E89;
  color: white;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }
  .button--cirle--dark-blue span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -3px; }

.button--cirle--info {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: center;
  font-size: 14px;
  padding: 0;
  padding-top: 3px;
  line-height: 13px;
  border: #01A3E2 solid 1px;
  background-color: white;
  color: #01A3E2;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.button--notes {
  background-color: white;
  border: solid 1px #95AFC8;
  color: #004E89;
  padding: 10px 16px;
  border-radius: 0;
  font-weight: normal;
  font-size: 11px;
  min-width: 70px; }
  .button--notes.active {
    background-color: #F1F6FA;
    border: solid 1px #004E89; }

.button--white {
  background-color: white; }
  .button--white:focus, .button--white:hover {
    background-color: white; }
  .button--white:active {
    background-color: #e6e6e6; }

.button--impact {
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 3px;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3); }

.button--submit {
  background-color: #00417B;
  padding: 5px 20px;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 20px; }

.button--cancel {
  color: #707070;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #414141;
  margin-top: 20px; }

section {
  padding-bottom: 100px; }

body {
  min-height: 100vh; }

.svg {
  width: 21px;
  height: 21px; }

.svg-car-forbidden {
  fill: #01A3E2;
  width: 84px;
  height: 84px; }

input:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  outline: transparent; }

input[type=number],
input[type=text],
textarea {
  border: transparent; }
  input[type=number]:focus,
  input[type=text]:focus,
  textarea:focus {
    -webkit-tap-highlight-color: #01A3E2;
    outline: #01A3E2;
    border: solid 2px #01A3E2;
    border-radius: 2px;
    -webkit-transition: border .1s;
    transition: border .1s; }

.header--main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #F4FBFF;
  color: #707070;
  font-size: 14px;
  height: 40px;
  padding-left: calc(74px + 30px);
  padding-right: 30px; }
  .header--main.header--main--modal {
    padding-left: 90px;
    padding-right: 90px;
    z-index: 11; }
  .header--main ul {
    list-style-type: none; }
    .header--main ul li {
      min-width: 44%; }
      .header--main ul li:first-child {
        font-size: 12px; }

.aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 74px;
  height: 100%;
  z-index: 10;
  background-color: #F4FBFF;
  -webkit-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
  font-size: 12px; }
  .aside .nav ul {
    list-style: none;
    position: relative;
    height: 500px;
    margin-top: 100px; }
  .aside .nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 40px;
    margin: 16px 0;
    position: relative;
    outline: none;
    color: #AFB1B2;
    text-decoration: none; }
    .aside .nav a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      width: 4px;
      height: 100%;
      background-color: #01A3E2;
      -webkit-transition: -webkit-transform 0.15s ease-out;
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
    .aside .nav a.is-active:before, .aside .nav a:focus:before, .aside .nav a:hover:before {
      -webkit-transform: translateX(4px);
              transform: translateX(4px); }
    .aside .nav a.is-active .svg, .aside .nav a:focus .svg, .aside .nav a:hover .svg {
      fill: #01A3E2;
      opacity: 1; }
  .aside .nav .svg {
    opacity: 0.4;
    fill: #414141;
    -webkit-transition: fill 0.15s ease-out, opacity 0.15s ease-out;
    transition: fill 0.15s ease-out, opacity 0.15s ease-out; }

.modal.modal-intro {
  z-index: 10; }

.modal-intro {
  min-height: 100vh;
  position: relative; }
  .modal-intro .modal__box {
    width: 700px; }
  .modal-intro h3 {
    margin-bottom: 30px; }
  .modal-intro h4 {
    color: #00417B;
    vertical-align: top;
    height: 40px; }
    .modal-intro h4.mb-0 {
      margin-bottom: 0; }
  .modal-intro .privacy button {
    position: relative;
    padding-left: 10px;
    min-width: 110px;
    text-align: left;
    margin-top: 10px; }
    .modal-intro .privacy button.box-shadow {
      -webkit-box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.2); }
    .modal-intro .privacy button:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 15px;
      right: 10px;
      background: url("../images/icons/arrow-right.svg") no-repeat;
      top: 50%;
      -webkit-transform: translateY(calc(-50% + 1px));
              transform: translateY(calc(-50% + 1px)); }
  .modal-intro .overview .button {
    padding: 16px 10px 30px;
    min-height: 195px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .modal-intro .overview .button svg {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .modal-intro .overview .button:last-child {
      min-height: 0; }
  .modal-intro .overview h3 {
    margin-bottom: 30px; }
  .modal-intro .overview p {
    color: #707070;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 15px; }
  .modal-intro .overview .modal__box__content > div:first-child {
    margin-bottom: 10px; }

.disclaimer-intro {
  position: absolute;
  left: 8px;
  bottom: 55px;
  outline: none;
  color: #AFB1B2;
  text-decoration: none;
  font-size: 12px; }

.version {
  position: absolute;
  right: 8px;
  bottom: 55px;
  outline: none;
  color: #AFB1B2;
  text-decoration: none;
  font-size: 12px; }

.modal-intro-text {
  height: 215px;
  overflow-y: scroll;
  margin-bottom: 20px; }
  .modal-intro-text:-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.svg--background--intro {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 40px;
  height: 849px;
  width: 154px;
  fill: #01A3E2; }

.svg--journey--overview {
  fill: #016BA7;
  width: 40px;
  height: 40px; }

.main {
  margin-left: 74px;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  width: calc(100% - 74px);
  overflow: auto;
  display: inline-block;
  clear: both;
  position: relative;
  margin-top: 40px;
  height: 728px;
  height: 100%; }

.tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 50px;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out; }

.svg--background {
  position: fixed;
  z-index: -1;
  top: 10px;
  left: 589px;
  width: 870px;
  height: 907px;
  fill: #01A3E2;
  opacity: 0.1; }

.tab-pathway .svg--background {
  width: 554px;
  height: 739px;
  left: 720px; }

.tab-resources .box,
.container .box {
  background-color: #FFF;
  padding: 30px;
  margin: 3px;
  border: 0.5px solid #00417B;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 480px; }
  .tab-resources .box.box-plus-plus,
  .container .box.box-plus-plus {
    max-height: 540px; }
  .tab-resources .box.box-plus,
  .container .box.box-plus {
    max-height: 500px; }
  .tab-resources .box .svg--background-box,
  .container .box .svg--background-box {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    position: relative;
    top: -510px;
    left: -35px;
    width: 100px;
    height: 500px;
    fill: #004E89;
    opacity: 0.05; }
  .tab-resources .box .checkbox__label,
  .container .box .checkbox__label {
    height: 35px; }
    .tab-resources .box .checkbox__label div,
    .container .box .checkbox__label div {
      font-size: 10px;
      font-weight: bold;
      color: black; }
      .tab-resources .box .checkbox__label div:first-child span,
      .container .box .checkbox__label div:first-child span {
        -webkit-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
        position: relative;
        top: -7px; }
  .tab-resources .box .checkbox-label,
  .container .box .checkbox-label {
    position: relative;
    top: -1px;
    left: -15px; }

.tab-resources .svg--slash,
.container .svg--slash {
  height: 40px; }

.tab-resources .number-input,
.container .number-input {
  width: 70px;
  background-color: #F1F6FA;
  margin-bottom: 8px; }
  .tab-resources .number-input:disabled,
  .container .number-input:disabled {
    background-color: #DFE3EB;
    color: #95AFC8; }

.tab-resources .number-input.bg-white,
.container .number-input.bg-white {
  background-color: #FFF; }

.tab-resources .button--filter-add:disabled,
.container .button--filter-add:disabled {
  display: none; }

.tab-resources .css-grid-capacity,
.container .css-grid-capacity {
  max-height: none;
  display: grid;
  grid-template-columns: 4fr 3fr;
  grid-template-rows: repeat(23, 30px); }
  .tab-resources .css-grid-capacity .progress-bar,
  .container .css-grid-capacity .progress-bar {
    height: 14px;
    border-radius: 7px 0 0 7px;
    position: relative;
    bottom: 31px;
    left: 71px; }
    .tab-resources .css-grid-capacity .progress-bar.full,
    .container .css-grid-capacity .progress-bar.full {
      border-radius: 7px; }
    .tab-resources .css-grid-capacity .progress-bar.red,
    .container .css-grid-capacity .progress-bar.red {
      background-color: #FF3F00; }
    .tab-resources .css-grid-capacity .progress-bar.green,
    .container .css-grid-capacity .progress-bar.green {
      background-color: #43AD47; }
  .tab-resources .css-grid-capacity .outcome,
  .container .css-grid-capacity .outcome {
    position: absolute;
    bottom: 10px;
    right: 30px; }

.tab-resources .css-grid-rooms,
.container .css-grid-rooms {
  grid-column: 1;
  grid-row: 1/ span 7; }

.tab-resources .css-grid-nurses,
.container .css-grid-nurses {
  grid-column: 1;
  grid-row: 8/ span 9; }
  .tab-resources .css-grid-nurses .input,
  .container .css-grid-nurses .input {
    height: 160px; }
  .tab-resources .css-grid-nurses div:last-child div:last-child,
  .container .css-grid-nurses div:last-child div:last-child {
    position: relative; }
  .tab-resources .css-grid-nurses .infobutton,
  .container .css-grid-nurses .infobutton {
    position: absolute;
    right: 15px;
    top: 2px; }
  .tab-resources .css-grid-nurses .info-text,
  .container .css-grid-nurses .info-text {
    width: 390px;
    position: absolute;
    right: 25px;
    top: 50px; }

.tab-resources .css-grid-phys,
.container .css-grid-phys {
  grid-column: 1;
  grid-row: 17/ span 7; }

.tab-resources .css-grid-aspi,
.container .css-grid-aspi {
  grid-column: 2;
  grid-row: 1/ span 6; }

.tab-resources .css-grid-posnb,
.container .css-grid-posnb {
  grid-column: 2;
  grid-row: 7/ span 4; }

.tab-resources .css-grid-nbofpat,
.container .css-grid-nbofpat {
  grid-column: 2;
  grid-row: 11/ 24;
  max-height: none; }
  .tab-resources .css-grid-nbofpat ul,
  .container .css-grid-nbofpat ul {
    list-style-type: none; }

.tab-resources .session-planning,
.container .session-planning {
  padding: 20px 0 50px; }
  .tab-resources .session-planning:nth-child(4) .planning--grid,
  .container .session-planning:nth-child(4) .planning--grid {
    position: relative; }
    .tab-resources .session-planning:nth-child(4) .planning--grid:first-child .infobutton,
    .container .session-planning:nth-child(4) .planning--grid:first-child .infobutton {
      position: absolute;
      right: 40px;
      top: 2px; }
    .tab-resources .session-planning:nth-child(4) .planning--grid:first-child .info-text,
    .container .session-planning:nth-child(4) .planning--grid:first-child .info-text {
      position: absolute;
      top: 25px;
      right: 50px; }
    .tab-resources .session-planning:nth-child(4) .planning--grid:last-child .infobutton,
    .container .session-planning:nth-child(4) .planning--grid:last-child .infobutton {
      position: absolute;
      top: 27px;
      right: 75px; }
    .tab-resources .session-planning:nth-child(4) .planning--grid:last-child p,
    .container .session-planning:nth-child(4) .planning--grid:last-child p {
      width: 90%; }
    .tab-resources .session-planning:nth-child(4) .planning--grid:last-child .info-text,
    .container .session-planning:nth-child(4) .planning--grid:last-child .info-text {
      width: 350px;
      position: absolute;
      top: 50px;
      right: 85px; }
    .tab-resources .session-planning:nth-child(4) .planning--grid .infobutton,
    .container .session-planning:nth-child(4) .planning--grid .infobutton {
      position: absolute; }

.tab-resources .session-tile,
.container .session-tile {
  width: 16%;
  min-height: 160px; }

.tab-resources .svg__label,
.container .svg__label {
  font-size: 12px;
  color: #00417B; }

.tab-resources .svg--session,
.container .svg--session {
  width: 56px;
  height: 56px; }

.tab-resources .planning--grid,
.container .planning--grid {
  width: 45%;
  height: 110px; }
  .tab-resources .planning--grid.planning--grid-plus,
  .container .planning--grid.planning--grid-plus {
    height: 135px; }
  .tab-resources .planning--grid.planning--grid-plus-plus,
  .container .planning--grid.planning--grid-plus-plus {
    height: 180px; }

.tab-resources .svg--progress-bar,
.container .svg--progress-bar {
  width: 320px;
  height: 30px; }

.tab-resources .progress,
.container .progress {
  padding-bottom: 15px; }

.tab-resources .input:first-child,
.container .input:first-child {
  width: 16%;
  margin-right: 10%; }

.tab-resources .input:nth-child(2),
.container .input:nth-child(2) {
  width: 20%; }

.tab-resources .input:last-child,
.container .input:last-child {
  width: 31%;
  position: relative;
  left: 10px; }

.tab-resources .input,
.container .input {
  text-align: center; }

.tab-resources .input-percent,
.container .input-percent {
  color: #016BA7;
  font-size: 25px;
  font-weight: bold; }

.tab-resources .red,
.container .red {
  font-weight: bold;
  color: #FF3F00; }

.tab-resources .green,
.container .green {
  font-weight: bold;
  color: #43AD47; }

.tab-resources .sequencing,
.container .sequencing {
  margin-top: 8px; }

.tab-resources .sequence-legend,
.container .sequence-legend {
  padding-top: 10px; }

.tab-resources .sequence,
.container .sequence {
  min-height: 110px;
  min-width: 180px;
  position: relative; }
  .tab-resources .sequence .infobutton,
  .container .sequence .infobutton {
    position: absolute; }
  .tab-resources .sequence .info-text,
  .container .sequence .info-text {
    position: absolute;
    top: 95px; }

.tab-resources .sequence-seq-box,
.container .sequence-seq-box {
  width: 280px;
  margin-left: 150px;
  margin-right: 15px; }
  .tab-resources .sequence-seq-box .infobutton,
  .container .sequence-seq-box .infobutton {
    bottom: 20px;
    right: 95px; }
  .tab-resources .sequence-seq-box .info-text,
  .container .sequence-seq-box .info-text {
    right: 104px;
    width: 270px; }
  .tab-resources .sequence-seq-box p,
  .container .sequence-seq-box p {
    position: relative;
    right: 35px;
    top: 40px; }

.tab-resources .sequence-phased-box .infobutton,
.container .sequence-phased-box .infobutton {
  bottom: 20px;
  left: 75px; }

.tab-resources .sequence-phased-box .info-text,
.container .sequence-phased-box .info-text {
  right: 94px; }

.tab-resources .sequence-phased-box p,
.container .sequence-phased-box p {
  position: relative;
  top: 40px; }

.tab-resources .sequence-parallel-box .infobutton,
.container .sequence-parallel-box .infobutton {
  bottom: 20px;
  left: 75px; }

.tab-resources .sequence-parallel-box .info-text,
.container .sequence-parallel-box .info-text {
  right: 94px;
  width: 170px; }

.tab-resources .sequence-parallel-box p,
.container .sequence-parallel-box p {
  position: relative;
  top: 40px; }

.tab-resources .sequence-legend-box,
.container .sequence-legend-box {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  position: relative;
  bottom: 2px; }

.tab-resources .sequence-phased,
.container .sequence-phased {
  -webkit-transform: scale(6, 6);
          transform: scale(6, 6);
  padding-top: 6px;
  margin-left: 30px; }

.tab-resources .sequence-seq,
.container .sequence-seq {
  -webkit-transform: scale(12, 12);
          transform: scale(12, 12);
  padding-top: 3px; }

.tab-resources .sequence-parallel,
.container .sequence-parallel {
  -webkit-transform: scale(4, 4);
          transform: scale(4, 4);
  padding-top: 8px;
  margin-left: 20px; }

.tab-resources .css-grid-box,
.container .css-grid-box {
  background-color: #FFF;
  margin-top: 30px;
  border: 0.5px solid #00417B;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: grid;
  grid-template-rows: repeat(22, 35px); }

.tab-resources .css-grid-header,
.container .css-grid-header {
  display: grid;
  grid-template-columns: repeat(36, 1fr);
  grid-template-rows: repeat(3, 35px);
  border-bottom: 0.5px solid #00417B;
  grid-row: 1/ 4; }

.tab-resources .css-grid-button,
.container .css-grid-button {
  grid-column: 1/ 3;
  grid-row: 1/span 2; }

.tab-resources .css-grid-day,
.container .css-grid-day {
  grid-column: span 5;
  grid-row: 3; }
  .tab-resources .css-grid-day:nth-child(2),
  .container .css-grid-day:nth-child(2) {
    grid-column: 2/span 5; }

.tab-resources .css-grid-calendar-box,
.container .css-grid-calendar-box {
  display: grid;
  grid-template-rows: repeat(18, 35px);
  grid-template-columns: repeat(36, 1fr); }

.tab-resources .css-grid-hours,
.container .css-grid-hours {
  display: grid;
  grid-template-rows: repeat(18, 35px); }

.tab-resources .css-grid-calendar,
.container .css-grid-calendar {
  display: grid;
  grid-template-rows: repeat(1080, 1fr);
  grid-template-columns: repeat(35, 1fr);
  grid-column: 2/ 37;
  grid-row: span 18; }
  .tab-resources .css-grid-calendar div div,
  .container .css-grid-calendar div div {
    margin: 0 2px; }
  .tab-resources .css-grid-calendar .n-column.friday,
  .container .css-grid-calendar .n-column.friday {
    grid-row: 200 /span 500; }
  .tab-resources .css-grid-calendar .s-column,
  .container .css-grid-calendar .s-column {
    grid-column: span 2;
    border-right: 0.5px solid #AFB1B2; }
  .tab-resources .css-grid-calendar .s-column,
  .tab-resources .css-grid-calendar .cnp-column,
  .container .css-grid-calendar .s-column,
  .container .css-grid-calendar .cnp-column {
    grid-row: span 60; }
  .tab-resources .css-grid-calendar .cnp-column,
  .container .css-grid-calendar .cnp-column {
    background-color: #F1F6FA; }

.tab-resources .css-grid-footer,
.container .css-grid-footer {
  display: grid;
  grid-template-columns: repeat(36, 1fr);
  grid-row: 22;
  border-top: 0.5px solid #00417B;
  padding-top: 5px; }
  .tab-resources .css-grid-footer p,
  .container .css-grid-footer p {
    padding-top: 4px; }
  .tab-resources .css-grid-footer p:nth-child(7),
  .container .css-grid-footer p:nth-child(7) {
    grid-column: span 8; }
  .tab-resources .css-grid-footer p:nth-child(9),
  .container .css-grid-footer p:nth-child(9) {
    grid-column: span 7; }
  .tab-resources .css-grid-footer p:nth-child(12),
  .container .css-grid-footer p:nth-child(12) {
    grid-column: span 4; }
  .tab-resources .css-grid-footer p:nth-child(10),
  .tab-resources .css-grid-footer p:nth-child(11),
  .tab-resources .css-grid-footer p:nth-child(13),
  .container .css-grid-footer p:nth-child(10),
  .container .css-grid-footer p:nth-child(11),
  .container .css-grid-footer p:nth-child(13) {
    grid-column: span 3; }

.tab-resources .calendar-box,
.container .calendar-box {
  background-color: #FFF;
  margin-top: 30px;
  border: 0.5px solid #00417B;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%; }

.tab-resources .calendar,
.container .calendar {
  border-top: 1px solid #AFB1B2;
  border-bottom: 1px solid #AFB1B2; }

.tab-resources .calendar-left,
.container .calendar-left {
  width: 40px;
  padding: 0 5px; }

.tab-resources .calendar-left-grid,
.container .calendar-left-grid {
  display: grid;
  grid-template-rows: repeat(18, 30px);
  grid-gap: 5px; }

.tab-resources .calendar-column,
.container .calendar-column {
  width: 16%;
  text-align: center; }

.tab-resources .cnp-column,
.container .cnp-column {
  width: 60%;
  border-left: 1px solid #AFB1B2;
  background-color: #F1F6FA; }
  .tab-resources .cnp-column p,
  .container .cnp-column p {
    width: 33%;
    text-align: center; }

.tab-resources .cnp-grid,
.container .cnp-grid {
  padding: 0 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(17, 30px);
  grid-gap: 5px; }
  .tab-resources .cnp-grid .c-column,
  .container .cnp-grid .c-column {
    grid-row: 2/span 6;
    background-color: #018CC9; }
  .tab-resources .cnp-grid .n-column,
  .container .cnp-grid .n-column {
    grid-row: 5/span 8;
    background-color: #016BA7; }
  .tab-resources .cnp-grid .p-column,
  .container .cnp-grid .p-column {
    grid-row: 3/span 7;
    background-color: #01A3E2; }

.tab-resources .s-column,
.container .s-column {
  width: 40%;
  text-align: center; }

.tab-resources .s-column-grid,
.container .s-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 20px);
  grid-template-rows: repeat(17, 30px);
  grid-gap: 5px; }

.tab-resources .number-box,
.container .number-box {
  margin: 0 5px 0 0;
  margin-left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  display: inline-block; }

.tab-resources .number-1,
.container .number-1 {
  background-color: #01A3E2; }

.tab-resources .number-2,
.container .number-2 {
  background-color: #018CC9; }

.tab-resources .number-3,
.container .number-3 {
  background-color: #016BA7; }

.tab-resources .number-4,
.container .number-4 {
  background-color: #004E89; }

.tab-resources .number-5,
.container .number-5 {
  background-color: #00417B; }

.tab-resources .number-grey,
.container .number-grey {
  background-color: #AFB1B2; }

.tab-resources .number-green,
.container .number-green {
  background-color: #42d463; }

.tab-resources .calendar-bottom p,
.container .calendar-bottom p {
  padding-bottom: 0; }

.tab-resources .calendar-bottom .calendar-bottom-grid,
.container .calendar-bottom .calendar-bottom-grid {
  margin-right: 20px;
  margin-bottom: 2px; }

.tab-resources .filter-result,
.container .filter-result {
  color: #01A3E2; }

.tab-resources .svg-filter,
.container .svg-filter {
  position: relative;
  top: 7px;
  display: inline-block;
  margin-right: 10px; }

.tab-impact .svg--background {
  width: 650px;
  height: 890px;
  left: 540px;
  top: -75px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg); }

.tab-impact .number-input {
  background-color: #F1F6FA; }

.tab-summary .svg--background {
  width: 157px;
  height: 866px;
  left: auto;
  right: 0; }

.tab-summary .button--cerulean {
  position: relative;
  margin-bottom: 50px; }

.hide-on-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tab-references section {
  max-height: 100vh;
  overflow: hidden; }

.tab-references ul {
  min-height: 100px;
  list-style-type: none; }
  .tab-references ul li {
    padding-bottom: 10px; }
  .tab-references ul a {
    color: #01A3E2; }

.tab-profile .svg--background {
  width: 850px;
  height: 1050px;
  left: 500px;
  top: -80px; }

.tab-profile article {
  margin-bottom: 15px; }
  .tab-profile article div {
    margin: 5px 0; }

.tab-profile .svg--journey {
  margin-right: 10px; }

.tab-profile .radio {
  width: 55px; }

.tab-profile .radio:first-child,
.tab-profile .radio-label:first-child,
.tab-profile .radio-label:nth-child(3) {
  width: 60px; }

.tab-profile .flex-row:first-child p {
  padding: 5px; }

.tab-profile .radio-label {
  width: 55px;
  height: 30px;
  overflow: hidden; }
  .tab-profile .radio-label div:first-child span {
    display: inline-block;
    width: 20px;
    height: 30px;
    position: relative;
    top: -3px;
    left: 10px;
    cursor: pointer;
    background: url("../images/icons/radio.svg") center 0 no-repeat; }
  .tab-profile .radio-label div:first-child input:checked + span {
    background: url("../images/icons/checked-radio.svg") center 0 no-repeat; }
  .tab-profile .radio-label div:first-child input:disabled + span {
    opacity: .5; }
  .tab-profile .radio-label input {
    position: absolute;
    top: -9000px;
    visibility: hidden; }

.tab-disclaimer .svg--background {
  width: 157px;
  height: 866px;
  left: auto;
  right: 0; }

.next-module {
  position: relative;
  padding-right: 30px; }
  .next-module a {
    text-decoration: none;
    color: inherit; }
  .next-module:after {
    position: absolute;
    content: '';
    background: url("../images/icons/arrow-right.svg") no-repeat;
    width: 10px;
    height: 20px;
    top: 12px;
    right: 5px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out; }
  .modal .button--close-light,
  .modal .button--close-dark {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: 555px;
    margin-top: -45px;
    background: none;
    border: none; }
    .modal .button--close-light:before,
    .modal .button--close-dark:before {
      position: absolute;
      content: '';
      width: 50px;
      height: 50px; }
  .modal .button--close-light:before {
    background: url("../images/icons/close--light-blue.svg") no-repeat top left; }
  .modal .button--close-dark:before {
    background: url("../images/icons/close--dark-blue.svg") no-repeat top left; }
  .modal ul {
    min-height: 100px;
    list-style-type: none;
    color: #43AD47;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
    .modal ul.questions {
      min-height: 0; }
      .modal ul.questions input {
        color: black;
        font-size: 16px;
        font-weight: 300; }
    .modal ul.arrows {
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 40px; }
      .modal ul.arrows li {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #016BA7;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-transform: none;
        font-weight: normal; }
        .modal ul.arrows li span {
          text-transform: uppercase;
          font-weight: bold; }
        .modal ul.arrows li:after, .modal ul.arrows li:before {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .modal ul.arrows li:after {
          left: calc(100% - 15px);
          border-color: rgba(136, 183, 213, 0);
          border-left-color: #016BA7;
          border-width: 20px;
          margin-top: -20px;
          z-index: 2; }
        .modal ul.arrows li:before {
          left: calc(100% - 15px);
          border-color: rgba(194, 225, 245, 0);
          border-left-color: white;
          border-width: 35px;
          margin-top: -35px;
          z-index: 1; }
        .modal ul.arrows li:first-child {
          background: #01A3E2; }
          .modal ul.arrows li:first-child:after {
            border-left-color: #01A3E2; }
        .modal ul.arrows li:last-child {
          background: #00417B; }
          .modal ul.arrows li:last-child:after {
            border-left-color: #00417B; }
  .modal .checkbox__label {
    height: 35px; }
    .modal .checkbox__label.checkbox__label__star:first-child span {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .modal .checkbox__label div {
      font-size: 10px;
      font-weight: bold;
      color: black; }
      .modal .checkbox__label div:first-child span {
        -webkit-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5); }
  .modal .modal__box__header input {
    font-size: 25px; }
  .modal .modal__box__content {
    max-height: 320px;
    overflow: scroll; }
  .modal .modal-add-option-impact textarea,
  .modal .modal-edit-option-impact textarea {
    height: 90px; }
  .modal .modal-add-option-impact .textarea,
  .modal .modal-edit-option-impact .textarea {
    min-width: 320px;
    padding: 5px;
    border: none; }
    .modal .modal-add-option-impact .textarea:first-child,
    .modal .modal-edit-option-impact .textarea:first-child {
      margin-bottom: 15px; }
  .modal .calendar-modal .checkbox__label div:first-child {
    padding-top: 15px; }
  .modal .padding-li {
    padding-bottom: 5px; }
  .modal .textarea {
    background-color: rgba(237, 241, 246, 0.4);
    padding: 15px; }
    .modal .textarea textarea,
    .modal .textarea input {
      background-color: rgba(0, 0, 0, 0);
      border: none;
      width: 100%;
      height: auto; }
    .modal .textarea textarea {
      min-height: 40px;
      max-height: 50vh; }
    .modal .textarea p {
      padding-top: 0; }
  .modal .grey {
    color: #AFB1B2; }
  .modal .checkbox-label {
    position: relative;
    top: -1px;
    left: -20px; }
  .modal .number-input,
  .modal .hour-input {
    background-color: #F1F6FA;
    margin-right: 5px;
    height: 25px;
    width: 35px; }
  .modal .number-input {
    font-size: 20px; }
  .modal .hour-input {
    font-size: 10px;
    width: 65px; }

.modal__box {
  background-color: #FFF;
  width: 650px;
  height: 460px;
  overflow-y: auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  padding: 30px; }
  .modal__box h2.textarea {
    padding: 3px;
    margin-bottom: 30px;
    width: 100%; }

.modal__box__top {
  border-bottom: 1px solid #01A3E2;
  padding-bottom: 15px;
  min-height: 210px; }
  .modal__box__top div:first-child {
    max-width: 45%; }
  .modal__box__top img {
    max-width: 100%; }
  .modal__box__top .button--impact {
    margin-right: 10px; }
    .modal__box__top .button--impact:last-child {
      margin-right: 0; }
  .modal__box__top select:nth-child(2) {
    max-width: 50%; }
  .modal__box__top .textarea {
    max-height: 135px; }
  .modal__box__top .modal-option-desc {
    width: 70%;
    margin-left: 10px; }
    .modal__box__top .modal-option-desc textarea {
      width: 100%;
      height: 100%; }
    .modal__box__top .modal-option-desc p {
      max-height: 115px;
      overflow: scroll;
      margin-bottom: 30px; }
  .modal__box__top .button {
    font-size: 12px; }
  .modal__box__top ul {
    margin-top: 3px;
    min-height: 30px; }

.modal__box__bottom {
  margin-top: 10px;
  padding-bottom: 25px; }
  .modal__box__bottom p {
    padding-bottom: 0px; }

.calendar-modal {
  font-size: 12px; }
  .calendar-modal .day {
    width: 65px;
    margin-right: 5px; }

.calendar-modal-row div {
  margin-bottom: 8px; }
  .calendar-modal-row div p {
    margin-right: 10px; }

.add-calendar {
  margin: 0 0 15px 8px; }

#modal-resources-administration img:last-child {
  width: 100%; }

#modal-sendingPdf .modal__box {
  margin-left: 47px; }

.phases {
  background-image: url("/assets/images/pathway-module/phases_@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 201px;
  margin-top: 30px; }
  .phases h4 {
    color: #00417B;
    font-size: 16px;
    padding-bottom: 24px; }
  .phases .top-left {
    width: 358px;
    height: 95px; }
    .phases .top-left p {
      vertical-align: bottom;
      text-align: center; }
  .phases .top-middle {
    width: 360px;
    height: 95px; }
    .phases .top-middle p {
      padding-left: 10px;
      text-align: center; }
  .phases .top-container button,
  .phases .bottom-container button {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .phases .top-container .button--cirle--info,
  .phases .bottom-container .button--cirle--info {
    width: 20px;
    height: 20px;
    vertical-align: center;
    font-size: 14px;
    padding-top: 3px; }
  .phases .top-right {
    position: relative;
    width: 132px;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -10px; }
    .phases .top-right .info-text {
      width: 270px;
      position: absolute;
      top: -50px;
      right: 65px; }
      @media (min-width: 1366px) {
        .phases .top-right .info-text {
          padding-top: 0;
          top: -35px; } }
    .phases .top-right .custom-border {
      padding-left: 10px; }
    .phases .top-right button {
      width: 30px;
      height: 30px;
      min-height: 30px;
      min-width: 30px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .phases .top-right p {
      vertical-align: text-bottom;
      height: 100%; }
  .phases .bottom-left {
    position: relative;
    width: 358px;
    text-align: right;
    padding: 9px 15px;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .phases .bottom-left .info-text {
      width: 240px;
      position: absolute;
      top: 40px;
      right: 15px; }
      @media (min-width: 1366px) {
        .phases .bottom-left .info-text {
          right: -10px;
          top: 50px; } }
    .phases .bottom-left button {
      margin-top: -3px; }
      @media (min-width: 1366px) {
        .phases .bottom-left button {
          margin-top: 10px;
          margin-right: -25px; } }
  .phases .bottom-right {
    position: relative;
    width: 132px;
    text-align: right;
    padding-top: 14px; }
    .phases .bottom-right .info-text {
      position: absolute;
      top: 40px;
      right: 33px; }
    .phases .bottom-right button {
      margin-top: -7.5px; }
    .phases .bottom-right p {
      font-weight: bold;
      font-size: 12px;
      padding-right: 10px; }
  .phases .custom-border {
    border-image-source: url("/assets/images/icons/custom-border.png");
    border-image-width: 1;
    border-image-slice: 1;
    border-image-repeat: round;
    border-left: dashed 1px #707070; }

.pathway {
  height: 454px;
  width: 850px;
  background-image: url("../images/pathway-module/pathway@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .pathway .path-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-bottom: 10px; }
  .pathway h3 {
    font-size: 21px;
    position: absolute;
    top: 26px;
    left: 105px; }
  .pathway .arrive {
    position: absolute;
    top: 80px;
    left: 90px;
    width: 200px;
    color: #00417B;
    font-size: 15px; }
    .pathway .arrive .arrive-svg {
      width: 27px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 200%;
      display: block;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pathway .waiting {
    position: absolute;
    top: 80px;
    left: 376px;
    width: 200px;
    color: #00417B;
    font-size: 15px; }
    .pathway .waiting .waiting-svg {
      width: 23px;
      height: 34px;
      position: absolute;
      top: 50%;
      left: 200%;
      display: block;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pathway .consultation {
    position: absolute;
    top: 137px;
    left: 613px;
    width: 200px;
    color: #00417B;
    font-size: 15px;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .pathway .consultation .consultation-svg {
      width: 31px;
      height: 29px;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .pathway .consultation .description {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 10px; }
      .pathway .consultation .description p {
        width: 270px; }
    .pathway .consultation button {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0;
      min-width: 50px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
  .pathway .nasal-spray .description,
  .pathway .observation .description {
    margin-left: -20px; }
  .pathway .nasal-spray {
    position: absolute;
    top: 186px;
    left: 366px;
    width: 460px;
    font-size: 15px; }
    .pathway .nasal-spray h4 {
      color: #00417B;
      padding-bottom: 5px; }
    .pathway .nasal-spray button {
      width: 60px;
      height: 60px; }
    .pathway .nasal-spray .nasal-spray-svg {
      width: 14px;
      height: 41px;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pathway .observation {
    position: absolute;
    width: 350px;
    top: 297px;
    left: 181px;
    font-size: 15px; }
    .pathway .observation h4 {
      color: #00417B;
      padding-bottom: 5px; }
    .pathway .observation button {
      width: 60px;
      height: 60px; }
    .pathway .observation .observation-svg {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pathway .leave {
    position: absolute;
    top: 304px;
    left: 608px;
    width: 200px;
    color: #00417B;
    font-size: 15px; }
    .pathway .leave .leave-svg {
      width: 27px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 200%;
      display: block;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

#pathway-needed article:not(:last-child),
#summary-pathway-needed article:not(:last-child) {
  margin-right: 12px; }

#pathway-needed h2,
#summary-pathway-needed h2 {
  padding-bottom: 12px; }

#pathway-needed .infoholder,
#summary-pathway-needed .infoholder {
  padding-bottom: 60px;
  position: relative; }

#pathway-needed .infobutton,
#summary-pathway-needed .infobutton {
  position: absolute;
  left: 0;
  top: 12px; }

#pathway-needed .info-text,
#summary-pathway-needed .info-text {
  position: absolute;
  left: 30px;
  top: 2px;
  width: 800px;
  padding-top: 0;
  text-align: left; }

.tab-summary .actions.no-style-ul {
  min-height: auto;
  overflow: hidden; }

.tab-summary .notes-container .note {
  max-height: none; }

.tab-summary .options {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden; }
  .tab-summary .options article {
    margin-top: 12px; }

.tab-summary .driver > div:nth-child(2) {
  max-height: none; }

.tab-summary .pathway-icon {
  position: relative;
  padding-left: 30px; }
  .tab-summary .pathway-icon::before {
    position: absolute;
    display: block;
    content: '';
    left: 0px;
    top: 0;
    width: 21px;
    height: 21px;
    z-index: 1;
    background-image: url(../images/icons/pathway-icon.svg);
    background-position: center left;
    background-size: 21px 21px;
    background-repeat: no-repeat; }

.tab-summary .resource-icon {
  position: relative;
  padding-left: 30px; }
  .tab-summary .resource-icon::before {
    position: absolute;
    display: block;
    content: '';
    left: 0px;
    top: 0;
    width: 21px;
    height: 21px;
    z-index: 1;
    background-image: url(../images/icons/resource-icon@2x.png);
    background-position: center left;
    background-size: 21px 21px;
    background-repeat: no-repeat; }

.tab-summary .impact-icon {
  position: relative;
  padding-left: 30px; }
  .tab-summary .impact-icon::before {
    position: absolute;
    display: block;
    content: '';
    left: 0px;
    top: 0;
    width: 21px;
    height: 21px;
    z-index: 1;
    background-image: url(../images/icons/impact-icon@2x.png);
    background-position: center left;
    background-size: 21px 21px;
    background-repeat: no-repeat; }

.tab-summary #summary-resources-patients .toggle {
  display: none; }

.tab-summary #summary-impact-priority .drivers > .d-flex > :nth-child(2) {
  display: none; }

.tab-summary #generate-tab-checks,
.tab-summary #generate-tab-actions {
  margin: 50px 0; }
  .tab-summary #generate-tab-checks section,
  .tab-summary #generate-tab-actions section {
    padding-bottom: 15px; }

.seperator {
  min-width: 30px;
  min-height: 10px; }

.tile > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 10px 24px 10px; }
  .tile > div:nth-child(2) h4 {
    padding-bottom: 18px;
    min-height: 60px; }
  .tile > div:nth-child(2) h4.p-0 {
    padding: 0; }
  .tile > div:nth-child(2) > * {
    margin-bottom: 32px; }
    .tile > div:nth-child(2) > *:first-child, .tile > div:nth-child(2) > *:last-child {
      margin-bottom: 0; }

.tile h4 {
  font-weight: normal; }

.tile h4.fwb {
  font-weight: bold; }

.tile p {
  padding-top: 5px;
  line-height: 18px;
  font-size: 14px; }

.tile ul {
  min-height: 75px;
  list-style-type: none;
  color: #43AD47;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; }

.tile .overflow-list {
  height: 55px;
  overflow: hidden; }

.tile.box-shadow {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }

.tile .button {
  margin: 30px auto;
  width: 130px;
  padding: 10px 15px; }

.tile .tile__img {
  display: contents; }
  .tile .tile__img button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin: 0; }

.white-tile {
  padding: 25px 36px;
  border: solid 1px #707070;
  -webkit-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.2);
  background-color: white; }

.checkbox__label div {
  line-height: 33px;
  color: #01A3E2;
  font-size: 33px; }
  .checkbox__label div:first-child {
    padding-right: 7px; }
    .checkbox__label div:first-child span {
      display: inline-block;
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: url("../images/icons/checkbox.svg") center -1px no-repeat; }
    .checkbox__label div:first-child input:checked + span {
      background: url("../images/icons/checked-checkbox.svg") center -1px no-repeat; }

.checkbox__label.blue-label div {
  line-height: 33px;
  color: #01A3E2;
  font-size: 33px; }
  .checkbox__label.blue-label div:first-child {
    padding-right: 7px; }
    .checkbox__label.blue-label div:first-child span {
      display: inline-block;
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: url("../images/icons/checkbox.svg") center -1px no-repeat; }
    .checkbox__label.blue-label div:first-child input:checked + span {
      background: url("../images/icons/blue-check.svg") center -1px no-repeat; }

.checkbox__label.checkbox__label__star:first-child span {
  width: 22px;
  height: 30px;
  background: url("../images/icons/star-checkbox.svg") center 0 no-repeat; }

.checkbox__label.checkbox__label__star:first-child input:checked + span {
  background: url("../images/icons/star-checkbox-checked.svg") center 0 no-repeat; }

.checkbox__label input {
  display: none; }

.info-icon {
  position: relative;
  top: 0px; }
  .info-icon:after {
    position: absolute;
    content: '';
    background: url("../images/icons/info.svg") no-repeat;
    width: 35px;
    height: 35px; }

.border-right {
  border-right: 1px solid #01A3E2; }

.info-text {
  width: 200px;
  padding-right: 10px;
  padding-top: 10px;
  -webkit-transition: visibility 0.1s;
  transition: visibility 0.1s; }

.svg-info {
  width: 15px;
  height: 15px;
  fill: #01A3E2; }

.actions-container input[type=text],
.notes-container input[type=text] {
  height: 38px;
  border: none;
  width: 100%;
  background-color: #F7F7F7; }

.actions-container input[type=text],
.actions-container textarea,
.notes-container input[type=text],
.notes-container textarea {
  padding: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #707070; }

.actions {
  max-height: 280px;
  overflow-y: auto;
  position: relative;
  list-style-type: none;
  margin-top: 36px;
  margin-bottom: 16px; }
  .actions.no-style-ul {
    min-height: 170px; }
  .actions input[type=text] {
    width: calc(100% - 100px); }
  .actions .checkbox__label {
    height: 38px; }
    .actions .checkbox__label div:first-child span,
    .actions .checkbox__label div:first-child input:checked + span {
      background-position: top left; }
  .actions li {
    padding-bottom: 10px;
    margin-right: 30px; }
    .actions li:last-child {
      padding-bottom: 0; }

.notes-container-summary {
  padding: 30px;
  margin: 0 50px 100px;
  border: 1px solid #707070;
  background: white;
  color: #B1B1B1;
  width: 850px; }
  @media (min-width: 1366px) {
    .notes-container-summary {
      width: 920px;
      margin: 0 auto;
      margin-bottom: 100px; } }
  .notes-container-summary h3 {
    color: black;
    font-size: 16px;
    padding-bottom: 16px; }

.number-input,
.hour-input,
.text-input {
  width: 60px;
  height: 40px;
  border: none;
  color: #5F87AD;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 0; }

.text-input {
  width: 450px;
  height: 40px;
  margin-left: 72px;
  background-color: #e8e8e8;
  text-align: left; }

.outcome {
  font-size: 32px;
  font-weight: bold; }

.picker {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white; }

.select {
  border-radius: 10px;
  border: none;
  position: relative;
  max-width: 180px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); }
  .select input {
    padding-left: 20px; }
  .select:after {
    position: absolute;
    content: '';
    background: url("../images/icons/arrow-down.svg") no-repeat;
    color: black;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px; }

/* Vertical lines on slider */
.toggle {
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  -webkit-tap-highlight-color: transparent; }
  .toggle:active {
    background: none; }
  .toggle:focus {
    -webkit-tap-highlight-color: transparent;
    outline: transparent;
    border: none; }

.toggle-switch {
  -webkit-tap-highlight-color: transparent;
  outline: transparent;
  border: none;
  display: inline-block;
  background: #DFE3EB;
  border-radius: 25px;
  border: solid 1px #018CC9;
  width: 74px;
  height: 40px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  transition: background 0.25s; }
  .toggle-switch:before, .toggle-switch:after {
    content: ""; }
  .toggle-switch:before {
    display: block;
    border: solid 1px #018CC9;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 3px;
    -webkit-transition: left 0.25s;
    transition: left 0.25s; }
  .toggle-checkbox:checked + .toggle-switch {
    background: #018CC9; }
    .toggle-checkbox:checked + .toggle-switch:before {
      left: 41px; }

.toggle-checkbox {
  position: absolute;
  visibility: hidden; }

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px; }

.driver {
  background: #F1F6FA;
  margin-bottom: 10px; }
  .driver h3 {
    font-size: 18px;
    padding-top: 8px; }
  .driver > div {
    min-width: 200px; }
    .driver > div:nth-child(2) {
      padding: 12px 24px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-height: 230px;
      overflow: scroll; }
      .driver > div:nth-child(2) > * {
        padding-bottom: 12px; }
      .driver > div:nth-child(2) ul {
        list-style-type: none; }
        .driver > div:nth-child(2) ul li:before {
          content: "-";
          padding-right: 5px; }

.notes {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #01A3E2;
  padding: 16px 8px 10px 10px;
  border-radius: 10px 0 0 10px; }
  .notes .svg {
    width: 25px;
    height: 25px; }
  .notes.box-shadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }

.notes-container textarea {
  width: 100%;
  resize: none;
  background-color: #F7F7F7;
  border: none;
  margin-bottom: 5px;
  height: 75px; }

.notes-container .note {
  max-height: 280px;
  overflow-y: auto;
  position: relative;
  list-style-type: none;
  margin-top: 36px;
  margin-bottom: 16px; }
  .notes-container .note li {
    border-bottom: 1px solid #EDF1F6;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    .notes-container .note li:last-child {
      border: none; }

.calendar-hours {
  margin-top: 15px;
  border-bottom: solid 0.5px #DFE3EB; }
  .calendar-hours p {
    min-width: calc(720px / 29 * 2); }
    .calendar-hours p:first-child {
      margin-left: 40px; }

.calendar-days {
  background-color: #F1F6FA;
  width: 55px; }
  .calendar-days p {
    border-right: solid 0.5px #DFE3EB;
    border-bottom: solid 0.5px #AFB1B2;
    height: 90px;
    padding-left: 10px;
    padding-top: 30px; }
    .calendar-days p:last-child {
      border-bottom: none; }

.calendar-footer {
  position: relative;
  border-top: solid 2px #95AFC8;
  padding-top: 10px;
  padding-bottom: 10px; }
  .calendar-footer p {
    padding: 0; }
  .calendar-footer button {
    position: absolute;
    right: 0;
    bottom: -15px; }

.calendar-visual .cnp {
  height: 3px;
  position: absolute;
  border-radius: 2px; }

.calendar-visual .chairs {
  min-width: calc(720px / 29 * 16);
  left: calc(720px / 29 * 2);
  top: 1px;
  background-color: #01A3E2; }

.calendar-visual .nurses {
  min-width: calc(720px / 29 * 18);
  left: calc(720px / 29);
  top: 5px;
  background-color: #016BA7; }

.calendar-visual .physician {
  min-width: calc(720px / 29 * 5);
  left: calc(720px / 29 * 4);
  top: 9px;
  background-color: #AFB1B2; }

.calendar-visual .session {
  background-color: rgba(66, 212, 99, 0.5);
  border: solid 1px #31e25a;
  position: absolute;
  border-radius: 10px;
  height: 10px;
  color: #FFF;
  padding-left: 8px;
  top: 45px;
  min-width: calc(720px / 29 * 3);
  left: calc(720px / 29 * 4); }

.calendar-visual .calendar-day {
  position: relative;
  height: 90px;
  border-bottom: solid 0.5px #AFB1B2;
  border-right: solid 1px black; }
  .calendar-visual .calendar-day:last-child {
    border-bottom: none; }

.calendar-visual .hour {
  border-right: solid 0.5px #DFE3EB; }
  .calendar-visual .hour:last-child {
    border-right: none; }
  .calendar-visual .hour .half-hour {
    width: calc(714px / 29); }
    .calendar-visual .hour .half-hour:first-child {
      border-right: dashed 0.5px #DFE3EB; }

.calendar-modal-days p {
  width: 100%;
  padding: 8px 0;
  border-top: solid 3px #F1F6FA;
  color: rgba(0, 0, 0, 0.5); }
  .calendar-modal-days p.active {
    border-top-color: #01A3E2;
    color: black; }

#modal-calendar h2 {
  padding-bottom: 15px; }

.calendar-modal-row {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 20px; }
  .calendar-modal-row .hour-input {
    font-size: 14px; }
  .calendar-modal-row p {
    min-width: 70px;
    padding: 5px 0 5px; }
  .calendar-modal-row h4 {
    margin: 0 0 10px; }
  .calendar-modal-row h5 {
    color: #00417B; }
    .calendar-modal-row h5.hour-input {
      background: none;
      height: 10px;
      font-size: 10px;
      text-align: left;
      padding-left: 3px; }
    .calendar-modal-row h5.number-input {
      background: none;
      font-size: 10px;
      height: 10px;
      text-align: left; }
  .calendar-modal-row .add-button {
    display: inline;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #00417B;
    text-decoration: underline;
    padding-left: 35px; }
    .calendar-modal-row .add-button::before {
      position: absolute;
      content: '';
      left: 10px;
      top: 6px;
      width: 38px;
      height: 38px;
      background: url(../images/icons/add-icon-dark.svg) no-repeat top left; }

.copy-button {
  background-color: #F1F6FA;
  font-weight: bold;
  color: #00417B;
  text-decoration: underline;
  padding: 5px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative; }
  .copy-button::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 6px;
    width: 38px;
    height: 38px;
    background: url(../images/icons/dark-arrow.svg) no-repeat top left; }

.modal-row-chairs {
  padding-right: 20px; }
  .modal-row-chairs .hour-input {
    width: 40%; }
  .modal-row-chairs h4 {
    position: relative;
    padding-left: 35px; }
    .modal-row-chairs h4::before {
      position: absolute;
      content: '';
      left: 10px;
      width: 38px;
      height: 38px;
      background: url(../images/icons/chair.svg) no-repeat top left; }

.modal-row-phys {
  padding-right: 20px; }
  .modal-row-phys h4 {
    position: relative;
    padding-left: 35px; }
    .modal-row-phys h4::before {
      position: absolute;
      content: '';
      left: 10px;
      width: 38px;
      height: 38px;
      background: url(../images/icons/physician.svg) no-repeat top left; }

.modal-row-nurses {
  padding-right: 20px; }
  .modal-row-nurses h4 {
    position: relative;
    padding-left: 35px; }
    .modal-row-nurses h4::before {
      position: absolute;
      content: '';
      left: 10px;
      width: 38px;
      height: 38px;
      background: url(../images/icons/nurse.svg) no-repeat top left; }

.modal-row-nurses .hour-input,
.modal-row-phys .hour-input {
  width: 50%; }

.tab-resources table {
  text-align: center; }
  .tab-resources table th {
    padding-bottom: 10px; }
  .tab-resources table .calendar {
    border-top: 1px solid #AFB1B2;
    border-bottom: 1px solid #AFB1B2; }
    .tab-resources table .calendar .calendar-first-row td {
      padding-bottom: 10px; }
  .tab-resources table .calendar-left {
    width: 40px;
    padding: 0 5px;
    border-right: 1px solid #AFB1B2; }
  .tab-resources table .calendar-row {
    height: 40px; }
  .tab-resources table .calendar-column {
    text-align: center; }
  .tab-resources table .cnp-column {
    width: 30px;
    background-color: #F1F6FA; }
  .tab-resources table .s-column {
    width: 60px;
    text-align: center;
    border-right: 1px solid #AFB1B2; }

.tab-impact table {
  table-layout: fixed;
  width: 90%; }
  .tab-impact table thead {
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .tab-impact table thead th {
      text-align: center;
      vertical-align: bottom;
      width: 25%;
      border-bottom: solid 1px black;
      font-size: 19px;
      font-weight: normal;
      padding-bottom: 30px; }
      .tab-impact table thead th:first-child {
        border: none;
        width: 20%;
        text-align: left; }
      .tab-impact table thead th .outcome {
        font-size: 19px; }
  .tab-impact table .tbody {
    display: block;
    height: 350px;
    overflow: auto;
    margin-bottom: 16px; }
  .tab-impact table thead,
  .tab-impact table tbody tr {
    display: table;
    width: 100%; }
  .tab-impact table .is-hidden {
    display: none; }
  .tab-impact table td {
    width: 25%;
    text-align: center;
    padding: 0 16px 30px; }
    .tab-impact table td:first-child {
      width: 20%; }
    .tab-impact table td:nth-child(2) {
      text-align: left; }

.list--default {
  padding-left: 18px; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.tac {
  text-align: center; }

.hidden {
  visibility: hidden;
  display: none; }

.is-hidden {
  display: none; }

.is-hidden-anim {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-18 {
  font-size: 18px; }

.fs-27 {
  font-size: 27px; }

.ls-0 {
  letter-spacing: 0; }

.bg-back-squeeze {
  background-color: #F1F6FA; }

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

.p-16 {
  padding: 16px; }

.w-200 {
  width: 200px; }

.w20 {
  min-width: 16px;
  margin-right: 5px; }

.w25 {
  min-width: 26px;
  margin-right: 5px; }

.top-5 {
  top: -2px; }

.w35 {
  min-width: 34px;
  margin-right: 5px; }

.w100 {
  min-width: 90px;
  margin-right: 5px; }

.mw-160 {
  max-width: 160px; }

.maw-200 {
  max-width: 200px; }

.maw-250 {
  max-width: 250px; }

.maw-750 {
  max-width: 750px; }

.mw-250 {
  min-width: 250px; }

.miw-120 {
  min-width: 120px; }

.maw-275 {
  max-width: 275px; }

.hfc {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.h-5 {
  height: 5px; }

.fwn {
  font-weight: normal; }

.fwb {
  font-weight: bold; }

.mh-76 {
  min-height: 76px; }

.r-15 {
  right: 14px;
  position: relative; }

.p-0 {
  padding: 0; }

.pb-30 {
  padding-bottom: 30px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-16 {
  padding-bottom: 16px; }

.pt-16 {
  padding-top: 16px; }

.mr-12 {
  margin-right: 12px; }

.mr-20 {
  margin-right: 20px; }

.ml-12 {
  margin-left: 12px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-160 {
  margin-bottom: 160px; }

.mt-20 {
  margin-top: 20px; }

.pr-10 {
  padding-right: 10px; }

.overflow-scroll {
  overflow-x: auto;
  position: relative;
  margin-right: 50px;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

.m-0a {
  margin: 0 auto; }

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

.box-shadow {
  -webkit-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.1); }

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.co-c {
  color: #01A3E2; }

.bgco-c {
  background-color: #01A3E2; }

.bgco-pb {
  background-color: #016BA7; }

.bgco-actual {
  background-color: #ccedf9; }
  .bgco-actual.active {
    background-color: #b3e3f6; }

.bgco-b {
  background-color: #AFB1B2; }

.bgco-a {
  background-color: #42d463; }

#impact-options .d-flex {
  position: relative; }

#impact-options .infobutton {
  position: absolute;
  top: 29px;
  left: 230px; }

.tdul {
  text-decoration: underline;
  padding-bottom: 0;
  padding-top: 15px; }

.op-75 {
  opacity: .75; }

.tar {
  text-align: right; }

.zindex {
  position: fixed;
  z-index: 11; }

.posrel {
  position: relative;
  max-height: 30px; }

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 22px; }

ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 15px; }

ul.dashed {
  list-style: none;
  margin-left: 0;
  padding-left: 1em; }
  ul.dashed li {
    padding-bottom: 10px;
    text-transform: none;
    color: black;
    font-size: 16px;
    font-weight: normal; }

ul.dashed > li:before {
  display: inline-block;
  content: "-";
  width: 10px;
  margin-left: -10px; }

.sequencing input[type="radio"] {
  margin-left: -25px;
  margin-right: 10px; }

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 442.5px;
  height: 234px;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
  margin: 0 auto; }

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4); }

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg); }

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg); }

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4; }

.signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset; }

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px; }

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 8px; }

#github img {
  border: 0; }

@media (max-width: 940px) {
  #github img {
    width: 90px;
    height: 90px; } }

.privacy-accept div:first-child {
  margin-top: -5px; }

.privacy-accept div:nth-child(2) span {
  font-size: 16px;
  font-weight: normal;
  vertical-align: bottom; }

#modal-path-administration .modal__box__content {
  overflow-x: hidden; }

#modal-path-administration p,
#modal-path-administration ul li {
  font-size: 12px; }

#modal-path-administration img {
  max-width: 60px; }

#modal-path-administration .col-left {
  min-width: 170px;
  margin-right: 10px; }
  #modal-path-administration .col-left > div {
    margin-bottom: 16px; }
    #modal-path-administration .col-left > div div:first-child {
      margin-right: 16px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    #modal-path-administration .col-left > div div:nth-child(2) {
      max-width: 100px; }
  #modal-path-administration .col-left strong {
    color: #01A3E2; }

#modal-path-administration .col-center,
#modal-path-administration .col-right {
  min-width: 200px;
  margin-right: 14px; }
  #modal-path-administration .col-center img,
  #modal-path-administration .col-right img {
    margin-bottom: 16px; }
  #modal-path-administration .col-center p,
  #modal-path-administration .col-right p {
    padding-bottom: 12px; }
  #modal-path-administration .col-center > div,
  #modal-path-administration .col-right > div {
    margin-right: 20px; }
    #modal-path-administration .col-center > div:last-child,
    #modal-path-administration .col-right > div:last-child {
      margin-right: 0px; }
  #modal-path-administration .col-center strong,
  #modal-path-administration .col-right strong {
    color: #016BA7; }
  #modal-path-administration .col-center .custom-color,
  #modal-path-administration .col-right .custom-color {
    color: #01A3E2; }

#modal-path-administration .mw {
  min-width: 370px; }

#modal-path-administration .col-right {
  margin-right: 0px; }
  #modal-path-administration .col-right > div {
    margin-right: 10px; }
    #modal-path-administration .col-right > div:first-child {
      min-width: 100px; }
    #modal-path-administration .col-right > div:last-child {
      margin-right: 0px; }
  #modal-path-administration .col-right strong {
    color: #00417B; }
  #modal-path-administration .col-right .custom-color {
    color: #016BA7; }

#modal-path-administration .arrows {
  width: 580px; }
  #modal-path-administration .arrows:nth-child(2) {
    margin-bottom: 16px; }
    #modal-path-administration .arrows:nth-child(2) li:first-child {
      min-width: 290px; }
    #modal-path-administration .arrows:nth-child(2) li:nth-child(2) {
      background: #016BA7; }
      #modal-path-administration .arrows:nth-child(2) li:nth-child(2):after {
        border-left-color: #016BA7; }

#modal-path-administration .administer {
  margin-top: 24px;
  width: 100%; }

#summary-pathway-options .show-all-options,
#summary-pathway-options .filter-result {
  display: none; }

.c-db {
  color: #004E89; }

#pathway-options .button--filter {
  padding: 5px 5px; }

.editDecisionOption,
.removeDecisionOption {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-weight: normal;
  color: #016BA7;
  background-color: rgba(1, 140, 201, 0.05);
  border: solid 1px rgba(1, 140, 201, 0.4);
  border-radius: 0;
  margin: 0 0 10px 0;
  padding: 5px 15px; }

.editDecisionOption {
  margin-right: 16px; }

.impact-drivers-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modal-add-option-impact input,
.modal-edit-option-impact input {
  width: 100%; }
  .modal-add-option-impact input .questions .delete-question,
  .modal-edit-option-impact input .questions .delete-question {
    margin-top: -5px; }
  .modal-add-option-impact input .add-question,
  .modal-edit-option-impact input .add-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: red; }

.modal-add-option-impact img,
.modal-edit-option-impact img {
  max-height: 137px; }

#modal-calendar .delete-action {
  min-width: 25px;
  min-height: 25px;
  height: 25px;
  width: 25px; }

#output-sessions,
#summary-output-sessions {
  margin-right: 5px;
  min-height: none; }
  #output-sessions > div:not(:last-child),
  #summary-output-sessions > div:not(:last-child) {
    border-bottom: 1px solid black; }
  #output-sessions h3,
  #summary-output-sessions h3 {
    text-transform: capitalize;
    text-decoration: underline;
    padding-bottom: 5px;
    padding-top: 5px; }
  #output-sessions p,
  #summary-output-sessions p {
    padding-bottom: 5px; }
  #output-sessions.box,
  #summary-output-sessions.box {
    max-height: none; }
  #output-sessions .columns,
  #summary-output-sessions .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #output-sessions .columns strong,
    #summary-output-sessions .columns strong {
      padding-right: 15px; }

#loadingScreen {
  z-index: 1000;
  background: white;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #loadingScreen img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }

#treatment, #resource {
  width: calc(50% - 12px); }

li[data-tab="impact"], #generate-tab-impact, #impact-value-budget {
  display: none; }

#privacy-policy .no-style-ul, #privacy-policy .privacy-ul, #privacy-policy .privacy-ul ul {
  color: black;
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  margin-left: 24px; }
  #privacy-policy .no-style-ul li, #privacy-policy .privacy-ul li, #privacy-policy .privacy-ul ul li {
    margin-bottom: 16px; }

#privacy-policy .privacy-ul {
  list-style-type: disc; }
  #privacy-policy .privacy-ul ul {
    list-style-type: circle; }

button.underlined, a.underlined {
  text-decoration: underline; }
