@charset "UTF-8";
/*

0px      - 600px  :       Phones
600px    - 900px  :       Tablet portrait
900px    - 1200px :       Tablet lanscape
1200px   - 1800px :       Is where our styles apply
1800px   ++               Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desk

ORDER: base + typography > general layout + grid > page layout > components

1em = 16px;

*/
@import url("https://use.typekit.net/qao6xhd.css");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box;
  font-size: 1.6rem; }

hr {
  border-top: 2px solid #15688d;
  width: calc(100% - 3.5rem); }

body {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  color: #2c2c2c; }

a {
  color: #2c2c2c; }

h1, h2, h3 {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #15688d; }

h1 {
  font-size: 6rem; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

p {
  font-weight: 300;
  font-size: 1.6rem;
  color: #2c2c2c;
  text-align: justify;
  margin-bottom: .7rem; }

sup {
  font-size: 70%;
  line-height: 0; }
  sup a {
    color: #15688d; }
    sup a:hover {
      color: #73c6c9; }

button {
  border: none !important; }

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

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

.u-margin-bottom-tiny {
  margin-bottom: .7rem !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }

.u-margin-top-small {
  margin-top: 1.5rem !important; }

.u-margin-top-medium {
  margin-top: 4.18rem !important; }

.u-margin-top-big {
  margin-top: 7.5rem !important; }

.u-margin-top-bigger {
  margin-top: 9.5rem !important; }

.u-margin-left-tiny {
  margin-left: .8rem !important; }

.u-margin-left-small {
  margin-left: 1.5rem !important; }

.u-margin-left-medium {
  margin-left: 4.18rem !important; }

.u-margin-left-big {
  margin-left: 7.5rem !important; }

.u-margin-left-bigger {
  margin-left: 9.5rem !important; }

.u-top-bottom-big {
  margin-top: 8rem !important; }

.u-top-bottom-huge {
  margin-top: 10rem !important; }

.no-margin {
  margin: 0 !important; }

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

.collapse {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.btn {
  margin: 1rem 1.5rem 1rem 0;
  padding: 1rem 5rem;
  display: inline-block;
  font-family: europa, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color .4s, background-color .4s; }
  .btn:link, .btn:visited {
    text-decoration: none; }
  .btn.full-width {
    width: 100%; }
  .btn.dark {
    background-color: #15688d;
    color: #fff;
    position: relative; }
    .btn.dark:hover {
      background-color: #73c6c9; }
  .btn a {
    padding-right: 2rem; }
  .btn span.arr-left {
    position: absolute;
    top: -36%;
    left: 1rem;
    font-size: 4rem;
    font-weight: 100; }
  .btn span.arr-right {
    position: absolute;
    top: -36%;
    right: 1rem;
    font-size: 4rem;
    font-weight: 100; }
  .btn.light {
    background-color: #73c6c9;
    color: #fff; }
    .btn.light:hover {
      background-color: #15688d; }
  .btn.light-no-hover {
    background-color: #73c6c9;
    color: #fff; }
  .btn.outline {
    border: 2px solid #15688d;
    color: #2c2c2c;
    font-weight: 200;
    padding: 0.5rem 1rem;
    text-transform: none; }
    .btn.outline:hover {
      background-color: #15688d;
      color: #fff; }
  .btn.case-study {
    border: 1px solid white;
    border-radius: 9px;
    color: white;
    background: transparent;
    margin: 1rem 1rem 1rem 0;
    text-transform: none;
    font-size: 14px; }
  .btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }

.special-circles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem; }
  .special-circles p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #15688d;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
    text-transform: uppercase;
    padding: 3rem;
    margin: 1rem 2rem;
    width: 185px;
    height: 185px;
    border-radius: 50%; }
    @media (max-width: 75em) {
      .special-circles p {
        width: 250px;
        height: 250px; } }
    @media (min-width: 112.5em) {
      .special-circles p {
        width: 200px;
        height: 200px; } }

form ul.errorlist {
  margin-top: 0; }
  form ul.errorlist li {
    color: #d12d50; }
    form ul.errorlist li:before {
      content: '⚠';
      font-size: 2rem;
      top: -0.3rem;
      color: #d12d50; }

form .group:not(:last-child) {
  margin-bottom: 4rem; }

form input[type='submit'] {
  border: none; }

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='password'],
form select,
form textarea {
  border: 1px solid #9d9d9c;
  height: 5rem;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  width: 100%; }
  form input[type='text']:focus,
  form input[type='email']:focus,
  form input[type='password']:focus,
  form input[type='password']:focus,
  form select:focus,
  form textarea:focus {
    border: 1px solid #2c3e50; }

form textarea {
  height: 15rem; }

form .group.error input {
  border: 1px solid #d12d50; }

form label {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 0.5rem 0;
  display: block; }
  form label.checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 3rem;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    user-select: none;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */ }
    form label.checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
      /* When the checkbox is checked, add a blue background */ }
      form label.checkbox input:checked ~ .checkmark {
        background-color: #15688d; }
        form label.checkbox input:checked ~ .checkmark:after {
          display: block; }
    form label.checkbox .checkmark {
      position: absolute;
      top: -.3rem;
      left: 0;
      height: 3.3rem;
      width: 3.3rem;
      background-color: #eee;
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Style the checkmark/indicator */ }
      @media (min-width: 112.5em) {
        form label.checkbox .checkmark {
          top: 0;
          height: 2.9rem;
          width: 2.9rem; } }
      form label.checkbox .checkmark::after {
        content: "";
        position: absolute;
        display: none; }
      form label.checkbox .checkmark::after {
        content: '\002713 ';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.8rem;
        font-weight: 700;
        color: #fff; }
    form label.checkbox:hover input ~ .checkmark {
      background-color: #73c6c9; }

form .group.error label {
  color: #d12d50; }

form.search {
  background-color: #fff;
  border-bottom: none; }
  form.search input[type='text'] {
    opacity: 0.9;
    margin: 0;
    padding: 0 0 0 2rem;
    height: 2.4rem;
    width: 15rem;
    border: 1px solid #73c6c9;
    background: white url("../img/search.65925ae6b155.png") no-repeat scroll 0.5rem 50%;
    background-size: 1.2rem;
    transition: opacity .3s; }
    form.search input[type='text']:focus, form.search input[type='text']:valid {
      opacity: 1; }
  form.search input[type='submit'] {
    display: none; }

.job-code {
  color: #2c2c2c;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.modal {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 9999; }
  .modal .mask {
    display: block;
    background-color: rgba(44, 44, 44, 0);
    height: 100vh;
    width: 100%; }
  .modal .mask.dark {
    background-color: rgba(44, 44, 44, 0.9); }
  .modal .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65vw;
    height: 65vh; }
    .modal .box.tiny {
      max-width: 600px;
      height: auto;
      width: auto; }
      @media (max-width: 37.5em) {
        .modal .box.tiny {
          width: 90vw;
          height: auto; } }
    .modal .box.small {
      width: 40vw;
      height: 40vh; }
    .modal .box.large {
      width: 85vw;
      height: 85vh; }
    .modal .box .body {
      width: 100%;
      height: 100%;
      padding: 3rem;
      border: 5px solid #73c6c9;
      background-color: white;
      overflow: hidden;
      overflow-y: auto; }
      .modal .box .body::-webkit-scrollbar {
        width: 15px; }
      .modal .box .body::-webkit-scrollbar-thumb {
        background-color: #15688d;
        border-radius: 6px; }
      .modal .box .body::-webkit-scrollbar-track {
        background-color: #d0d0cf; }
    .modal .box .close:link, .modal .box .close:visited {
      color: #2c2c2c;
      position: absolute;
      top: 0;
      right: 2.8rem;
      font-size: 4rem;
      font-weight: 400;
      text-decoration: none;
      display: inline-block;
      line-height: 1; }
    .modal .box .close:hover {
      color: #15688d; }
  .modal:target {
    opacity: 1;
    visibility: visible;
    display: block; }
  .modal:target .box {
    opacity: 1;
    transform: translate(-49.97%, -50%) scale(1); }

.blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem; }
  .blocks .block {
    flex: 0 0 30%;
    /* explanation below */
    position: relative;
    background-color: #15688d;
    margin: 0 3.5rem 3.5rem 0;
    text-decoration: none;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    color: white;
    font-size: 1.8rem;
    transition: transform .2s ease-in-out; }
    @media only screen and (max-device-width: 320px) {
      .blocks .block {
        margin: 0 3rem 3.5rem -1.75rem; } }
    .blocks .block.restricted {
      background-color: rgba(21, 104, 141, 0.8); }
      .blocks .block.restricted .poster img {
        opacity: 0.8; }
    .blocks .block:hover {
      transform: scale(1.01); }
    .blocks .block.block-banner .poster {
      width: auto;
      height: auto;
      background-color: transparent; }
    .blocks .block.block-wide, .blocks .block.block-banner {
      flex: 0 0 96%;
      overflow: hidden;
      display: flex; }
      @media (max-width: 56.25em) {
        .blocks .block.block-wide, .blocks .block.block-banner {
          flex: 0 0 100%;
          display: unset;
          overflow: unset;
          max-width: 341px; } }
      .blocks .block.block-wide .left, .blocks .block.block-banner .left {
        width: 326px; }
        .blocks .block.block-wide .left .button, .blocks .block.block-banner .left .button {
          width: 326px;
          display: block;
          text-align: center;
          margin: 0.8rem 0 -0.2rem 0;
          font-size: 3rem; }
      .blocks .block.block-wide .right, .blocks .block.block-banner .right {
        position: relative;
        margin-left: 1.2rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        @media (max-width: 56.25em) {
          .blocks .block.block-wide .right, .blocks .block.block-banner .right {
            margin-left: unset; } }
        .blocks .block.block-wide .right h3, .blocks .block.block-banner .right h3 {
          font-family: europa, sans-serif;
          font-size: 2.4rem;
          text-transform: uppercase;
          text-align: left; }
        .blocks .block.block-wide .right h4, .blocks .block.block-banner .right h4 {
          font-family: europa, sans-serif;
          font-size: 2.4rem;
          margin-top: -0.6rem;
          color: white; }
        .blocks .block.block-wide .right h5, .blocks .block.block-banner .right h5 {
          font-family: europa, sans-serif;
          margin-top: -0.6rem;
          font-size: 2rem;
          color: white;
          text-align: center;
          transform: rotate(45deg);
          background-color: #73c6c9;
          padding: 1rem 0;
          width: 250px;
          overflow: hidden;
          position: absolute;
          top: 20px;
          right: -80px; }
          @media (max-width: 37.5em) {
            .blocks .block.block-wide .right h5, .blocks .block.block-banner .right h5 {
              display: none; } }
          @media (max-width: 56.25em) {
            .blocks .block.block-wide .right h5, .blocks .block.block-banner .right h5 {
              display: none; } }
        .blocks .block.block-wide .right p, .blocks .block.block-banner .right p {
          font-size: 1.8rem;
          flex-grow: 1;
          margin: 1rem 0 1rem 0; }
    .blocks .block.block-text {
      text-align: center;
      display: flex;
      flex-direction: column; }
    .blocks .block .button {
      font-family: europa, sans-serif;
      font-size: 2.4rem;
      background-color: white;
      color: #15688d;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .blocks .block .poster {
      position: relative;
      background-color: white;
      width: 325px;
      height: 214px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .blocks .block .poster.primary {
        background-color: #15688d;
        padding: 2.8rem; }
      .blocks .block .poster h3 {
        font-size: 2.4rem;
        background-color: #15688d;
        color: white; }
      .blocks .block .poster img {
        object-fit: contain;
        overflow: hidden; }
      .blocks .block .poster img.icon {
        position: absolute;
        width: 60px;
        height: 60px; }
      .blocks .block .poster .label {
        background-color: #15688d;
        text-transform: uppercase;
        padding: 1rem 2rem;
        position: absolute;
        right: 0;
        top: 0; }
        .blocks .block .poster .label p {
          padding: 0;
          margin: 0;
          text-align: center;
          color: white; }
    .blocks .block h3 {
      color: white;
      font-size: 2rem;
      font-weight: 400 !important;
      padding: 0;
      margin: 0.5rem 0 0.5rem 0;
      line-height: 3rem; }
    .blocks .block small {
      padding: 0 8px;
      background-color: white;
      color: #15688d; }
    .blocks .block.podcast p {
      margin: 0 0 0 0; }
    .blocks .block p {
      color: white;
      font-size: 1.8rem;
      padding: 0;
      margin: 0 0 32px 0;
      text-align: left; }
      .blocks .block p small {
        float: right;
        margin: 8px 0 0 0; }
    .blocks .block > small {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 4px 8px 8px 4px; }

.highlight {
  background-color: #15688d;
  padding: 3rem 2rem; }
  .highlight p,
  .highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5, .highlight h6,
  .highlight ul li, .highlight ol li {
    color: white; }
  .highlight h4 {
    opacity: 0.9; }

.rich-text img.right, .rich-text video.right {
  float: right;
  margin-left: 4rem;
  margin-bottom: 2rem; }

.rich-text img.left, .rich-text video.left {
  float: left !important;
  margin-right: 4rem;
  margin-bottom: 2rem; }

.rich-text .full-width {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto; }

.rich-text .left.zoom-image {
  width: 500px;
  height: auto; }

.rich-text .right.zoom-image {
  width: 500px;
  height: auto; }

.drift-zoom-pane {
  position: absolute;
  height: 750px;
  width: calc(100% - 500px);
  background-color: white; }

.left-zoom-pane {
  left: 500px; }

.right-zoom-pane {
  left: 0; }

.drift-zoom-pane.drift-opening {
  animation-duration: 0ms !important; }

.drift-zoom-pane.drift-closing {
  animation-duration: 0ms !important; }

.slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px 0 44px; }
  .slider .slide img {
    max-width: 100%;
    height: auto; }
  .slider button {
    border: none;
    font-size: 2.4rem;
    background: #73c6c9;
    color: #fff;
    width: 44px;
    height: 88px; }
  .slider button.slider-prev {
    position: absolute;
    left: 0; }
  .slider button.slider-next {
    position: absolute;
    right: 0; }

article {
  font-weight: 300;
  font-size: 1.6rem;
  padding-bottom: 5rem; }
  article section:not(:last-child) {
    margin-bottom: 4rem; }
  article p > a:not(.btn),
  article li > a:not(.btn) {
    text-decoration: none;
    color: #15688d;
    border-bottom: 2px solid #73c6c9; }
    article p > a:not(.btn):hover,
    article li > a:not(.btn):hover {
      color: #73c6c9;
      border-bottom: 2px solid #15688d; }
  article hr {
    margin: 4rem 0; }
  article ul {
    list-style: none;
    margin-left: 2rem;
    margin-top: .6rem; }
    article ul li {
      color: #2c2c2c;
      text-align: justify;
      margin-bottom: .7rem !important;
      margin-left: 1rem;
      position: relative; }
      article ul li:not(.chapter) {
        margin-left: 1rem;
        text-indent: -1.7rem; }
      article ul li::before {
        content: "•";
        color: #15688d;
        font-size: 5rem;
        display: inline-block;
        padding-right: .7rem;
        margin-bottom: .7rem;
        vertical-align: middle;
        line-height: 0; }
  article ol {
    list-style: none;
    margin-left: 1rem;
    counter-reset: item-counter; }
    article ol li {
      display: block;
      counter-increment: item-counter; }
      article ol li::before {
        display: inline-block;
        content: counter(item-counter) ". ";
        color: #15688d;
        margin-right: 1rem;
        font-weight: 700; }

footer {
  padding: 10rem 0;
  background-color: #2c2c2c; }
  footer .left {
    text-align: left;
    margin-bottom: 8rem; }
    footer .left img {
      width: 15rem;
      height: auto; }
  footer .right {
    text-align: right; }
    footer .right img {
      width: 35rem;
      height: auto; }
  footer ul {
    border-top: 1px solid #9d9d9c;
    padding-top: 2rem;
    display: inline-block;
    list-style: none; }
    footer ul li {
      display: inline-block; }
      footer ul li:not(:last-child) {
        margin-right: 1.5rem; }
  footer a:link, footer a:visited {
    font-size: 1.4rem;
    color: #9d9d9c;
    background-color: #2c2c2c;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }
  footer a:hover, footer a:active {
    color: #15688d; }
  footer p {
    font-size: 1.3rem;
    color: #9d9d9c;
    border-top: 1px solid #9d9d9c;
    padding-top: 2rem;
    width: 80%;
    float: right; }

.row, article, section, nav, .row-full {
  max-width: 114rem; }
  .row::after, article::after, section::after, nav::after, .row-full::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"], article [class^="col-"], section [class^="col-"], nav [class^="col-"], .row-full [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child), article [class^="col-"]:not(:last-child), section [class^="col-"]:not(:last-child), nav [class^="col-"]:not(:last-child), .row-full [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2, article .col-1-of-2, section .col-1-of-2, nav .col-1-of-2, .row-full .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3, article .col-1-of-3, section .col-1-of-3, nav .col-1-of-3, .row-full .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3, article .col-2-of-3, section .col-2-of-3, nav .col-2-of-3, .row-full .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4, article .col-1-of-4, section .col-1-of-4, nav .col-1-of-4, .row-full .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-1-of-5, article .col-1-of-5, section .col-1-of-5, nav .col-1-of-5, .row-full .col-1-of-5 {
    width: calc((100% - 4 * 6rem) / 5); }
  .row .col-2-of-4, article .col-2-of-4, section .col-2-of-4, nav .col-2-of-4, .row-full .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4, article .col-3-of-4, section .col-3-of-4, nav .col-3-of-4, .row-full .col-3-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + (2 * 6rem) + ((100% - 3 * 6rem) / 4)); }

.row, article {
  margin: 0 auto; }
  @media (max-width: 75em) {
    .row, article {
      margin: 0 5rem; } }
  @media (max-width: 37.5em) {
    .row, article {
      margin: 0 2rem; } }

section {
  margin: 0;
  width: 100%;
  position: relative; }

nav, .row-full {
  max-width: 100%;
  margin-left: 5rem;
  margin-right: 5rem; }

header {
  background-color: #15688d;
  color: #fff;
  text-align: center;
  padding: 6rem 15% 7rem 15%;
  margin-bottom: 7rem; }
  header a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(115, 198, 201, 0.9); }
    header a:hover {
      color: #73c6c9; }
  header.divider {
    height: 6px; }
  header.small {
    text-align: left;
    padding: 2.5rem 0 2.5rem 0;
    margin-bottom: 5rem; }
    header.small h1 {
      font-size: 3rem; }
  header.modern {
    background-color: white;
    text-align: left;
    padding: 3rem 0 0 0;
    margin-bottom: 0; }
    header.modern h1 {
      color: #15688d; }
    header.modern h2 {
      color: #15688d; }
  header h1 {
    color: #fff; }
  header h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 200 !important; }

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5rem;
  padding: 5px 0; }
  @media (max-width: 56.25em) {
    nav {
      flex-direction: column;
      align-items: flex-start; } }
  nav .brand {
    flex-shrink: 0;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; }
    nav .brand img {
      height: 70px; }
  nav .navigation {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.35rem;
    font-family: europa, sans-serif; }
    nav .navigation form {
      margin-left: 10px; }
    nav .navigation a {
      text-decoration: none;
      text-transform: uppercase; }
    nav .navigation ul {
      list-style: none;
      display: flex; }
      @media (max-width: 56.25em) {
        nav .navigation ul {
          width: 100%;
          flex-direction: column; } }
      nav .navigation ul li {
        color: #2c2c2c;
        display: block;
        padding: 0;
        position: relative; }
        nav .navigation ul li span {
          color: #73c6c9;
          opacity: 0.75;
          text-transform: none; }
          @media (max-width: 75em) {
            nav .navigation ul li span {
              display: none; } }
        nav .navigation ul li a {
          color: #2c2c2c;
          display: block;
          padding: 1rem 2.2rem; }
        nav .navigation ul li ul {
          background: #73c6c9;
          visibility: hidden;
          opacity: 0;
          min-width: 20rem;
          position: absolute;
          left: 0;
          display: none;
          z-index: 99; }
          nav .navigation ul li ul li {
            clear: both;
            width: 100%; }
            nav .navigation ul li ul li a {
              padding: 1rem 2rem; }
            nav .navigation ul li ul li a:hover {
              text-decoration: underline !important; }
      nav .navigation ul .alternate a {
        background-color: #15688d;
        color: white; }
      nav .navigation ul li:hover {
        background: #73c6c9;
        cursor: pointer; }
        nav .navigation ul li:hover a {
          color: white;
          outline: none; }
        nav .navigation ul li:hover span {
          color: white; }
      nav .navigation ul li:hover > ul,
      nav .navigation ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block; }
  nav .toggle-button {
    position: absolute;
    top: 7.5rem;
    right: 5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 31px;
    height: 22px;
    cursor: pointer; }
    nav .toggle-button .bar {
      height: 4px;
      width: 100%;
      background-color: #15688d;
      border-radius: 10px; }
  @media (max-width: 56.25em) {
    nav .toggle-button {
      display: flex;
      transition: all .2s ease-out; }
    nav .navigation {
      margin-top: 1rem;
      display: none;
      width: 100%; }
      nav .navigation.active {
        display: flex; }
      nav .navigation ul li {
        text-align: center; }
        nav .navigation ul li ul {
          border-top: 1px solid #73c6c9;
          visibility: visible;
          opacity: 1;
          display: block;
          position: unset;
          background: none; }
          nav .navigation ul li ul li {
            background: none; }
        nav .navigation ul li a {
          padding: 2rem 0;
          font-size: 1.6rem; } }
  nav .line {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #73c6c9;
    border-radius: 10px;
    transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s; }
  nav .line01 {
    top: 10%; }
  nav .line02 {
    top: 50%; }
  nav .line03 {
    top: 90%; }
  nav .menu.close .line01 {
    transform: rotate(45deg);
    top: 49%; }
  nav .menu.close .line02, nav .menu.close .line03 {
    transform: rotate(-45deg);
    top: 49%; }

div.divider {
  height: 7px;
  background-color: #15688d; }

topbar {
  display: block;
  padding: .5rem 0;
  background-color: #73c6c9;
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem; }
  topbar span {
    opacity: 0.5;
    margin: 0 1rem; }
  topbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 400; }
    topbar a:hover {
      color: #15688d; }

input#id_captcha_1 {
  width: 200px;
  display: block; }

.captcha {
  float: left;
  margin-right: 15px;
  margin-top: 4px; }

.chapter-page .pathway ul {
  margin-right: -5rem;
  list-style: none !important; }
  .chapter-page .pathway ul li.chapter {
    list-style: none !important; }
  .chapter-page .pathway ul .chapter {
    height: 175px;
    max-width: 400px;
    position: relative; }
    .chapter-page .pathway ul .chapter::before {
      display: none; }
    .chapter-page .pathway ul .chapter.odd .line {
      position: absolute;
      top: 22rem;
      left: 5rem;
      width: 15rem;
      height: 1rem;
      background-color: #2c2c2c;
      z-index: -55;
      transform: rotate(-60deg);
      display: block; }
      @media (min-width: 112.5em) {
        .chapter-page .pathway ul .chapter.odd .line {
          top: 18rem;
          transform: rotate(-65deg); } }
    .chapter-page .pathway ul .chapter.odd .radial {
      float: right; }
    .chapter-page .pathway ul .chapter.even .line {
      position: absolute;
      top: 18rem;
      left: 5rem;
      width: 15rem;
      height: 1rem;
      background-color: #2c2c2c;
      z-index: -55;
      transform: rotate(65deg);
      display: block; }
    .chapter-page .pathway ul .chapter.even .radial {
      float: left; }
    .chapter-page .pathway ul .chapter .radial {
      height: 200px;
      width: 200px;
      position: relative;
      text-align: center; }
      .chapter-page .pathway ul .chapter .radial.completed h5,
      .chapter-page .pathway ul .chapter .radial.completed span {
        color: white !important; }
      .chapter-page .pathway ul .chapter .radial:hover:not(.completed) circle#ring {
        fill: #15688d; }
      .chapter-page .pathway ul .chapter .radial:hover:not(.completed) circle#ring-percent {
        stroke: #73c6c9; }
      .chapter-page .pathway ul .chapter .radial:hover:not(.completed) circle#ring-percent-small {
        stroke: #73c6c9; }
      .chapter-page .pathway ul .chapter .radial .content {
        position: absolute;
        top: 45.2%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .chapter-page .pathway ul .chapter .radial .content h5 {
          color: #15688d;
          text-transform: uppercase;
          font-size: 1.2rem;
          font-weight: 300; }
          @media (min-width: 112.5em) {
            .chapter-page .pathway ul .chapter .radial .content h5 {
              font-size: 1.1rem; } }
        .chapter-page .pathway ul .chapter .radial .content span {
          font-size: 1.8rem;
          font-weight: 300; }
          @media (min-width: 112.5em) {
            .chapter-page .pathway ul .chapter .radial .content span {
              font-size: 1.5rem; } }

.course-page .chapters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around; }
  .course-page .chapters .radial {
    position: relative; }
    .course-page .chapters .radial:hover circle#ring {
      fill: #15688d; }
    .course-page .chapters .radial:hover circle#ring-percent {
      stroke: #73c6c9; }
    .course-page .chapters .radial:hover circle#ring-percent-small {
      stroke: #73c6c9; }
  .course-page .chapters .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3rem; }
    .course-page .chapters .overlay h5 {
      color: #15688d;
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 1.2;
      text-transform: uppercase; }
    .course-page .chapters .overlay span {
      color: #2c2c2c;
      font-size: 1.8rem;
      font-weight: 300; }

.dashboard-page [data-toggle="tab"] {
  opacity: 0.5;
  text-decoration: none !important; }
  .dashboard-page [data-toggle="tab"]:hover, .dashboard-page [data-toggle="tab"].active {
    opacity: 1; }

.dashboard-page .tab {
  display: none; }
  .dashboard-page .tab h3 {
    font-weight: 300;
    font-size: 3rem;
    color: #15688d;
    text-transform: uppercase; }
  .dashboard-page .tab p {
    font-weight: 300;
    font-size: 1.6rem;
    color: #2c2c2c;
    text-align: justify;
    margin-bottom: .7rem; }
  .dashboard-page .tab.active {
    display: block; }
  .dashboard-page .tab__radial {
    margin: 36px auto;
    position: relative;
    text-align: center;
    color: #15688d; }
    .dashboard-page .tab__radial--content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .dashboard-page .tab__radial--content h5 {
        font-weight: normal;
        font-size: 4rem;
        line-height: 1.2;
        text-transform: uppercase; }
      .dashboard-page .tab__radial--content span {
        font-size: 1.3rem;
        text-transform: uppercase; }
      .dashboard-page .tab__radial--content:hover {
        cursor: default; }
  .dashboard-page .tab__ring {
    width: 200px;
    height: 200px;
    margin: 40px auto;
    position: relative;
    background-color: #fff;
    color: #15688d;
    border-radius: 50%;
    border: 19px solid #73c6c9;
    text-align: center; }
    .dashboard-page .tab__ring h5 {
      font-weight: normal;
      font-size: 1.8rem;
      line-height: 1.2;
      text-transform: uppercase; }
    .dashboard-page .tab__ring span {
      font-size: 1rem;
      text-transform: uppercase; }
    .dashboard-page .tab__ring--1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .dashboard-page .tab__ring--2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .dashboard-page .tab__ring--3 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .dashboard-page .tab a .tab__ring:hover {
    border: 19px solid #15688d; }

.dashboard-page hr {
  margin-bottom: 7rem; }

.dashboard-page article h3 {
  margin-bottom: 2rem; }

.dashboard-page article .row {
  margin: 0; }

.evaluation-page .boxed {
  background-color: #15688d;
  padding: 25px 25px; }
  .evaluation-page .boxed h3 {
    color: white; }
  .evaluation-page .boxed p {
    color: white; }
  .evaluation-page .boxed ul {
    margin-left: 27px; }
    .evaluation-page .boxed ul li {
      margin-left: 0; }
      .evaluation-page .boxed ul li::before {
        color: #73c6c9; }
      .evaluation-page .boxed ul li a {
        color: white; }
  .evaluation-page .boxed .overlay h5 {
    color: white !important; }

.evaluation-page .evaluation {
  margin: 40px 0 0 25px;
  font-size: 1.6rem; }
  .evaluation-page .evaluation a {
    cursor: pointer; }
  .evaluation-page .evaluation .answered .answer {
    opacity: 0.5; }
  .evaluation-page .evaluation .answered .answer.correct {
    opacity: 0.75; }
  .evaluation-page .evaluation .answered .answer.clicked {
    opacity: 1; }
  .evaluation-page .evaluation .question {
    border-left: 6px solid #2c2c2c;
    padding-left: 40px; }
    .evaluation-page .evaluation .question:last-of-type {
      border-left: 6px solid transparent; }
    .evaluation-page .evaluation .question span {
      float: left;
      margin: 0 25px 0 -68px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 6px solid #15688d;
      color: #15688d;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center; }
    .evaluation-page .evaluation .question.correct span {
      background: #88c58d;
      color: white; }
    .evaluation-page .evaluation .question.incorrect span {
      background: #d12d50;
      color: white; }
    .evaluation-page .evaluation .question .answers {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      padding-bottom: 60px; }
      .evaluation-page .evaluation .question .answers .answer {
        background: #73c6c9;
        color: #15688d;
        margin: 10px 10px 0 0;
        padding: 1rem 4rem; }
        .evaluation-page .evaluation .question .answers .answer.correct {
          background: #88c58d;
          color: white; }
        .evaluation-page .evaluation .question .answers .answer.incorrect {
          background: #d12d50;
          color: white; }

.evaluation-page .radial {
  position: relative;
  width: 200px;
  height: 200px; }
  .evaluation-page .radial .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3rem; }
    .evaluation-page .radial .overlay h5 {
      color: #15688d;
      font-weight: normal;
      font-size: 3.5rem;
      line-height: 1.2;
      text-transform: uppercase; }

.job-aids {
  display: flex;
  flex-wrap: wrap; }
  .job-aids .job-aid {
    text-align: center;
    color: #fff;
    background-color: #15688d;
    margin: 0 2.5rem 2.5rem 0;
    display: flex;
    position: relative; }
    .job-aids .job-aid.horizontal {
      height: 250px; }
      .job-aids .job-aid.horizontal .left {
        max-width: 170px; }
      .job-aids .job-aid.horizontal span {
        height: 195px;
        display: inline-flex;
        align-items: center;
        padding: 0 0.5rem;
        text-transform: uppercase; }
    .job-aids .job-aid.vertical {
      flex-direction: column-reverse; }
      .job-aids .job-aid.vertical .left {
        width: 330px;
        text-align: left;
        padding: 0 2rem 2rem 2rem; }
        .job-aids .job-aid.vertical .left span {
          margin-top: 10px;
          display: block;
          text-transform: uppercase; }
        .job-aids .job-aid.vertical .left a {
          margin-top: 1rem;
          float: right; }
      .job-aids .job-aid.vertical .right {
        background: white;
        border: 2px solid #15688d;
        height: 215px;
        display: flex;
        justify-content: center;
        align-items: center; }
    .job-aids .job-aid .right img {
      border: 2px solid transparent; }
    .job-aids .job-aid a {
      text-decoration: none;
      background-color: #fff;
      padding: 1rem 3rem;
      color: #15688d; }
      .job-aids .job-aid a:hover {
        background-color: #73c6c9;
        color: #fff; }

.search-page span.highlighted {
  background-color: #fdf28f; }

section.article-with-toc {
  display: flex;
  align-items: flex-start; }
  section.article-with-toc.fixed .toc {
    position: fixed; }
  section.article-with-toc.fixed .toc-wrapper {
    margin-left: 230px; }
  section.article-with-toc .toc {
    width: 200px;
    text-align: center;
    background: linear-gradient(90deg, #fff 49.5%, #15688d 49.5%, #15688d 50.5%, #fff 50.5%);
    margin: 15px 30px 0 0; }
    section.article-with-toc .toc a, section.article-with-toc .toc a:hover {
      display: block;
      background-color: #15688d;
      padding: 10px;
      margin-bottom: 30px;
      color: white;
      text-decoration: none; }
    section.article-with-toc .toc a:last-of-type {
      margin-bottom: 0; }
  section.article-with-toc .toc-wrapper {
    width: calc(100% - 200px - 30px); }

.case-study-page .case-study-wrapper {
  position: relative; }

.case-study-page .slide {
  overflow: hidden;
  height: 727px; }

.case-study-page .slide-content {
  display: flex;
  height: 425px;
  flex-basis: 0; }
  .case-study-page .slide-content .slide-left {
    flex-grow: 1; }
  .case-study-page .slide-content .slide-right {
    display: flex;
    align-items: flex-end; }
    .case-study-page .slide-content .slide-right .case-study-subject {
      height: 408px; }
      @media (max-width: 75em) {
        .case-study-page .slide-content .slide-right .case-study-subject {
          display: none; } }
  .case-study-page .slide-content h2 {
    text-transform: none;
    font-size: 3.2rem;
    margin-bottom: 1.4rem;
    line-height: 3.9rem; }
  .case-study-page .slide-content p, .case-study-page .slide-content li, .case-study-page .slide-content a {
    font-weight: 400;
    text-align: left;
    line-height: 1.8rem;
    font-size: 13px; }
  .case-study-page .slide-content p.large {
    font-size: 20px;
    line-height: 26px; }
  .case-study-page .slide-content li {
    margin-left: 12px; }
  .case-study-page .slide-content .selectable {
    cursor: pointer; }
  .case-study-page .slide-content .boxes {
    display: flex;
    margin-top: 1.4rem; }
    .case-study-page .slide-content .boxes.vertical {
      flex-direction: column; }
    .case-study-page .slide-content .boxes > div {
      display: flex;
      background-color: #F0EFEB;
      border-radius: 20px;
      margin: 0 15px 15px 0; }
    .case-study-page .slide-content .boxes p {
      font-size: 14px; }
    .case-study-page .slide-content .boxes.small div {
      width: 187px;
      height: 100px;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .case-study-page .slide-content .boxes.large div {
      width: 593px;
      height: 272px;
      padding: 30px 40px 30px 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .case-study-page .slide-content .boxes.large div > :first-child {
        margin-right: 40px; }
      .case-study-page .slide-content .boxes.large div p.large {
        font-size: 20px;
        line-height: 26px; }
    .case-study-page .slide-content .boxes.full-width div {
      width: 100%;
      padding: 20px;
      display: flex;
      align-items: start;
      justify-content: center;
      gap: 10px; }
      .case-study-page .slide-content .boxes.full-width div p.large {
        font-size: 18px;
        line-height: 22px; }
    .case-study-page .slide-content .boxes.hollow.vertical {
      flex-direction: column;
      width: 100% !important; }
      .case-study-page .slide-content .boxes.hollow.vertical div {
        max-width: 100%;
        padding: 10px 20px; }
    .case-study-page .slide-content .boxes.hollow div {
      border-style: solid;
      border-width: 10px;
      border-radius: 30px;
      background-color: white;
      padding: 18px;
      position: relative;
      flex-grow: 1;
      flex-basis: 0;
      max-width: 33%;
      flex-direction: column; }
      .case-study-page .slide-content .boxes.hollow div p {
        font-weight: bold;
        font-size: 15px; }
      .case-study-page .slide-content .boxes.hollow div li {
        margin-top: 5px;
        font-size: 10px;
        line-height: 11px; }
        .case-study-page .slide-content .boxes.hollow div li.larger-text {
          font-size: 15px;
          line-height: 15px; }
      .case-study-page .slide-content .boxes.hollow div.grey-icon img {
        background-color: #F0EFEB; }
      .case-study-page .slide-content .boxes.hollow div img {
        width: 90px;
        height: 90px;
        padding: 10px;
        background-color: white;
        position: absolute;
        margin-left: calc(50% - 65px);
        top: -75px;
        border-style: solid;
        border-width: 10px;
        border-radius: 50%; }
      .case-study-page .slide-content .boxes.hollow div.with-icon {
        margin-top: 75px; }
      .case-study-page .slide-content .boxes.hollow div.blue, .case-study-page .slide-content .boxes.hollow div.blue img {
        border-color: #36627B; }
      .case-study-page .slide-content .boxes.hollow div.green, .case-study-page .slide-content .boxes.hollow div.green img {
        border-color: #547454; }
      .case-study-page .slide-content .boxes.hollow div.teal, .case-study-page .slide-content .boxes.hollow div.teal img {
        border-color: #7EBEBA; }
      .case-study-page .slide-content .boxes.hollow div.orange, .case-study-page .slide-content .boxes.hollow div.orange img {
        border-color: #E19A52; }
      .case-study-page .slide-content .boxes.hollow div.yellow, .case-study-page .slide-content .boxes.hollow div.yellow img {
        border-color: #E19A52; }
      .case-study-page .slide-content .boxes.hollow div.red, .case-study-page .slide-content .boxes.hollow div.red img {
        border-color: #B04252; }
  .case-study-page .slide-content .slider {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0; }
    .case-study-page .slide-content .slider .option {
      flex-grow: 1;
      flex-basis: 0;
      text-align: center;
      font-weight: normal;
      font-size: 20px;
      transition: transform 0.3s; }
      .case-study-page .slide-content .slider .option:hover {
        transition: transform 0.3s;
        transform: translateY(-3px); }
      .case-study-page .slide-content .slider .option .marker {
        margin-top: 15px;
        height: 10px; }
      .case-study-page .slide-content .slider .option.selected {
        font-weight: bold; }
        .case-study-page .slide-content .slider .option.selected .marker {
          transition: transform 0.3s;
          transform: scaleY(2.5); }
      .case-study-page .slide-content .slider .option.red .marker {
        background-color: #B04252; }
      .case-study-page .slide-content .slider .option.orange .marker {
        background-color: #E19A52; }
      .case-study-page .slide-content .slider .option.yellow .marker {
        background-color: #F7EA63; }
      .case-study-page .slide-content .slider .option.blue .marker {
        background-color: #6587B2; }
      .case-study-page .slide-content .slider .option.green .marker {
        background-color: #547454; }
  .case-study-page .slide-content table {
    font-size: 11px; }
    .case-study-page .slide-content table td {
      padding: 10px 15px; }
      .case-study-page .slide-content table td.small {
        padding: 4px 15px; }
    .case-study-page .slide-content table thead {
      background-color: #7EBEBA;
      font-weight: bold; }
      .case-study-page .slide-content table thead td:first-of-type {
        border-radius: 20px 0 0 0; }
      .case-study-page .slide-content table thead td:last-of-type {
        border-radius: 0 20px 0 0; }
    .case-study-page .slide-content table tbody {
      background-color: #DCEDE9; }
      .case-study-page .slide-content table tbody tr:last-of-type td:first-of-type {
        border-radius: 0 0 0 20px; }
      .case-study-page .slide-content table tbody tr:last-of-type td:last-of-type {
        border-radius: 0 0 20px 0; }
  .case-study-page .slide-content .two-columns {
    column-count: 2;
    column-gap: 50px; }
    .case-study-page .slide-content .two-columns li {
      break-inside: avoid; }
  .case-study-page .slide-content .three-columns {
    column-count: 3; }
  .case-study-page .slide-content .pil p, .case-study-page .slide-content .pil li {
    font-size: 7px;
    line-height: 9px;
    margin-bottom: .5rem; }
  .case-study-page .slide-content .radios {
    display: flex;
    flex-direction: column; }
    .case-study-page .slide-content .radios.horizontal {
      flex-direction: row; }
    .case-study-page .slide-content .radios > div {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 267px;
      height: 82px;
      margin: 0 15px 15px 0;
      border: 1px solid #E1E1DC;
      border-radius: 24px; }
      .case-study-page .slide-content .radios > div > * {
        transition: all 0.2s; }
      .case-study-page .slide-content .radios > div:hover {
        border: 1px solid #547454;
        transition: transform 0.2s;
        transform: scale(1.02); }
      .case-study-page .slide-content .radios > div.selected {
        transform: scale(1.02); }
      .case-study-page .slide-content .radios > div.selected.green {
        border: 1px solid #547454; }
        .case-study-page .slide-content .radios > div.selected.green .dot {
          border: 1px solid #547454;
          background-color: #547454; }
        .case-study-page .slide-content .radios > div.selected.green span {
          background-color: #547454;
          color: white; }
      .case-study-page .slide-content .radios > div.selected.red {
        border: 1px solid #B04252; }
        .case-study-page .slide-content .radios > div.selected.red .dot {
          border: 1px solid #B04252;
          background-color: #B04252; }
        .case-study-page .slide-content .radios > div.selected.red span {
          background-color: #B04252;
          color: white; }
      .case-study-page .slide-content .radios > div .dot {
        border: 1px solid black;
        margin-left: 30px;
        width: 24px;
        height: 24px;
        border-radius: 50%; }
      .case-study-page .slide-content .radios > div span {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #E1E1DC;
        width: 183px;
        height: 100%;
        font-weight: bold;
        font-size: 22px;
        text-align: center; }
  .case-study-page .slide-content .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 40px; }
    .case-study-page .slide-content .buttons > div {
      width: 300px;
      height: 80px;
      background-color: #E1E1DC;
      border-radius: 25px;
      margin: 0 30px 30px 0;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .case-study-page .slide-content .buttons > div > * {
        transition: all 0.2s; }
      .case-study-page .slide-content .buttons > div:hover {
        transition: transform 0.2s;
        transform: scale(1.02); }
      .case-study-page .slide-content .buttons > div.selected {
        transform: scale(1.02);
        background-color: #B3D7D2; }
        .case-study-page .slide-content .buttons > div.selected span {
          background-color: #15688d;
          color: white; }
      .case-study-page .slide-content .buttons > div span {
        width: 100px;
        height: 100px;
        color: #15688d;
        font-size: 28px;
        font-weight: bold;
        background-color: white;
        border: 10px solid #15688d;
        border-radius: 50%;
        margin-left: -15px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .case-study-page .slide-content .buttons > div p {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0 20px 0 20px;
        font-size: 14px;
        font-weight: bold; }

.case-study-page .slide-navigation {
  background-color: #d12d50;
  color: white;
  position: absolute;
  top: 425px;
  height: 82px;
  width: 100%; }
  .case-study-page .slide-navigation .row {
    display: flex;
    justify-content: space-between; }
    .case-study-page .slide-navigation .row > div {
      flex-grow: 1;
      margin: 1.1rem 0 1.1rem 0; }
    .case-study-page .slide-navigation .row span {
      margin-right: 1rem;
      font-weight: bold; }

.case-study-page .slide-footer {
  top: 507px;
  margin-top: 82px;
  height: 220px;
  width: 100%;
  background-color: #15688d; }
  .case-study-page .slide-footer .row > :first-child {
    padding-top: 4.5rem; }
  .case-study-page .slide-footer .row > :last-child {
    padding-bottom: 4.5rem; }
  .case-study-page .slide-footer ul {
    margin: 1rem 0 1rem 0; }
    .case-study-page .slide-footer ul li {
      margin-left: 20px; }
  .case-study-page .slide-footer p, .case-study-page .slide-footer li {
    line-height: 1.2rem;
    font-size: 11px;
    font-weight: 400;
    color: white; }
