/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Barlow:400,700,900");
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

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

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

/*! Flickity v2.1.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/**
 * Settings
*/
/*
 *  Font family and Font sizes -> https://fonts.google.com/specimen/Barlow?selection.family=Barlow:400,700,900
*/
/**
 *  The max width of the website container - This is the overall container that holds the entire website - Defined in layout.nj
*/
/**
 *  The colors used in the website
*/
/**
 * Tools
*/
/*
 * Generics
**/
.text-left {
  text-align: left; }

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

* {
  margin: 0px;
  padding: 0px; }

/* Define border box model for block elements */
a,
address,
article,
aside,
blockquote,
canvas,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
li,
main,
nav,
noscript,
ol,
output,
p,
pre,
section,
table,
tfoot,
ul,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * Base
*/
html, body {
  height: 100%; }

body {
  font-family: "Barlow", sans-serif;
  position: relative;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }

button {
  border: 0px;
  outline: 0px;
  background: transparent;
  padding: 15px; }

h1 {
  font-weight: 900; }
  @media (max-width: 767px) {
    h1 {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 60px;
      line-height: 66px; } }

h2 {
  font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 36px; } }

h3 {
  font-weight: 700; }
  @media (max-width: 767px) {
    h3 {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 768px) {
    h3 {
      font-size: 23px;
      line-height: 29px; } }

hr {
  display: block;
  border: 0px;
  height: 1px;
  background: #CCC; }

img {
  border: none;
  outline: none;
  display: block;
  width: 100%; }

a {
  text-decoration: none; }
  @media (max-width: 767px) {
    a {
      font-size: 16px; } }
  @media (min-width: 768px) {
    a {
      font-size: 18px; } }

li {
  list-style-type: none; }

.page-container li::before {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 5px;
  margin-bottom: 2px;
  margin-right: 5px;
  background: #f04e30;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg); }

.page-container {
  width: 100%;
  padding: 10px;
  max-width: 1400px;
  margin: 0 auto;
  clear: both; }

@media (min-width: 768px) {
  .page-container {
    padding: 25px; } }

.page-container--no-padding-top {
  padding-top: 0px; }

.page-container--no-padding {
  padding: 0px; }

p {
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 767px) {
    p {
      font-size: 16px; } }
  @media (min-width: 768px) {
    p {
      font-size: 18px; } }

/**
 * Objects
*/
.cta {
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  position: relative;
  padding: 0px 15px 0px 15px;
  margin-top: 20px;
  background: transparent;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.cta--white-outline {
  border: 2px solid #FFF;
  color: #FFF; }

@media (max-width: 576px) {
  .media-container--100vh-max .cta, .media-container--75vh-max .cta, .media-container--50vh-max .cta {
    height: 35px;
    line-height: 30px;
    position: relative;
    padding: 0px 15px 0px 15px;
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    width: auto;
    margin-left: -10%;
    margin-top: 5px; } }

/*
[class*="--theme-red"], [class*="--theme-blue"] {
    .cta {
        border: 2px solid #FFF;
        color: #FFF;
    }
    .cta:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFF;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }
    .cta:hover, .cta:focus, .cta:active {
        color: #000;
    }
    .cta:hover:before, .cta:focus:before, .cta:active:before {
        transform: scaleX(1);
    }
}
*/
.cta--red-outline {
  border: 2px solid #f04e30;
  color: #f04e30; }

/*
[class*="--theme-light"], [class*="--theme-dark"] {
    .cta {
        border: 2px solid $brand-red;
        color: $brand-red;
    }
    .cta:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: $brand-red;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }
    .cta:hover, .cta:focus, .cta:active {
        color: white;
    }
    .cta:hover:before, .cta:focus:before, .cta:active:before {
        transform: scaleX(1);
    }
}
*/
.cta--margin-top {
  margin-top: 20px; }

@media (min-width: 768px) {
  .cta--margin-left {
    margin-left: 20px; } }

.cta--right {
  float: right; }

.cta > svg {
  display: inline-block;
  margin-left: 20px; }

.cta--red-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f04e30;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.cta--red-outline:hover, .cta--red-outline:focus, .cta--red-outline:active {
  color: white; }

.cta--red-outline:hover:before, .cta--red-outline:focus:before, .cta--red-outline:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.cta--white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.cta--white-outline:hover, .cta--white-outline:focus, .cta--white-outline:active {
  color: #000; }

.cta--white-outline:hover:before, .cta--white-outline:focus:before, .cta--white-outline:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.cta--tel {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }

.get-in-touch-banner__item-sub-panel .cta--mail {
  color: #f04e30; }

.get-in-touch-banner__item-sub-panel .cta--mail:hover {
  text-decoration: underline !important; }

.flickity-carousel {
  height: 100%;
  /* height of carousel  */ }

.carousel-cell {
  width: 100%;
  /* full width for each component in the carousel */
  height: 100%;
  /* height of carousel set to fill the parents height */
  /* margin-right: 10px; */
  /* The margin between each slide */
  background: #EEE; }
  .carousel-cell.is-selected {
    z-index: 10000; }
  .carousel-cell .d-md-none {
    height: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-cell {
    width: 100% !important;
    /* full width for each component in the carousel */
    height: auto !important;
    /* height of carousel set to fill the parents height */
    /* margin-right: 10px; */
    /* The margin between each slide */
    background: #EEE !important; } }

.media-container--100vh-max .carousel-cell, .media-container--75vh-max .carousel-cell, .media-container--50vh-max .carousel-cell {
  width: 100%;
  /* full width for each component in the carousel */
  height: auto;
  /* height of carousel set to fill the parents height */
  /* margin-right: 10px; */
  /* The margin between each slide */
  background: #EEE; }

.flickity-viewport {
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s; }

.flickity-nav {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 500;
  overflow: hidden; }
  .flickity-nav .hover-text {
    display: none; }

@media (min-width: 768px) {
  .flickity-nav {
    width: 150px;
    height: 50px;
    line-height: 50px;
    bottom: 40px; } }

.flickity-nav:hover {
  background: #212a32; }
  .flickity-nav:hover img {
    display: none; }
  .flickity-nav:hover .hover-text {
    display: block;
    margin-top: 12px; }

.flickity-nav__arrow {
  width: 40px;
  height: 40px;
  background: #f04e30;
  color: #FFF; }
  @media (min-width: 768px) {
    .flickity-nav__arrow {
      width: 50px;
      height: 50px; } }

.flickity-nav img {
  width: calc( 100% - 50px);
  height: auto; }

.flickity-nav--left {
  left: 10px; }
  @media (min-width: 768px) {
    .flickity-nav--left {
      left: 40px; } }

.flickity-nav--left > img {
  float: right; }

.flickity-nav--right {
  right: 10px; }
  @media (min-width: 768px) {
    .flickity-nav--right {
      right: 40px; } }

.flickity-nav-arrow {
  height: 40px;
  width: 40px;
  background: #f04e30;
  z-index: 1000; }
  @media (min-width: 768px) {
    .flickity-nav-arrow {
      width: 50px;
      height: 50px; } }

.flickity-nav-arrow--left {
  float: left; }

.flickity-nav-arrow--right {
  float: right; }

@media (min-width: 768px) {
  .quote-image-banner__right {
    text-align: right; } }

@media (min-width: 992px) {
  .quote-icon--left {
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px; }
  .quote-icon--right {
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0px; } }

/*
 *  The wrapper which contains the youtube video overlay player is an empty div, with a position fixed, full width and height
 *  When a video is started, the wrapper opens as an overlay over the page and plays the video in responsive mode
 */
iframe.remove-pointer-events {
  pointer-events: none; }

/*
.youtube-video-overlay {
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: relative;
    top: 0px;
    left: 0px;
}
*/
.youtube-video-overlay__close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px 30px 20px 30px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  z-index: 2000;
  display: none; }

.video-background {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden; }

.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

/**
 * Component wrapper
*/
.media-container {
  overflow: hidden;
  position: relative; }
  .media-container .d-md-none, .media-container .d-md-block {
    height: 100%; }

.media-container--100vh {
  height: calc( 100vh - 110px); }

.media-container--75vh {
  height: calc( 75vh - 110px); }

.media-container--50vh {
  height: calc( 50vh - 110px); }

.media-container--100vh-max, .media-container--75vh-max, .media-container--50vh-max {
  position: relative;
  max-height: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .media-container--100vh-max .media-content__heading, .media-container--75vh-max .media-content__heading, .media-container--50vh-max .media-content__heading {
      font-size: 20px;
      line-height: 20px; } }

.media-container--100vh > div video, .media-container--100vh > div > div video, .media-container--100vh > video, .media-container--75vh > div video, .media-container--75vh > div > div video, .media-container--75vh > video, .media-container--50vh > div video, .media-container--50vh > div > div video, .media-container--50vh > video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  /* Center it */
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.media-container--100vh-max > div video, .media-container--100vh-max > div > div video, .media-container--100vh-max > video, .media-container--75vh-max > div video, .media-container--75vh-max > div > div video, .media-container--75vh-max > video, .media-container--50vh-max > div video, .media-container--50vh-max > div > div video, .media-container--50vh-max > video {
  position: relative;
  width: 100%;
  height: auto;
  /* Dont center it */
  left: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.media-container__image, .media-container__video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.media-container__play-button {
  width: 100px;
  height: 100px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: url("/dist/global/assets/images/Play_Button.png") no-repeat;
  cursor: pointer;
  margin: 0 auto;
  z-index: 10000; }

.media-container__play-button--media-text {
  width: 100px;
  height: 100px;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: url("/dist/global/assets/images/Play_Button.png") no-repeat;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.media-container__video-overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  width: 90%; }
  .media-container__video-overlay-text h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700; }
  .media-container__video-overlay-text div.hide {
    position: relative;
    display: none; }
    .media-container__video-overlay-text div.hide .text-left {
      text-align: left; }

@media (min-width: 992px) {
  .media-container__video-overlay-text h1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 900; } }

.media-container-content-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  color: #FFF;
  width: 90%; }

.media-content--centered {
  text-align: center !important; }

.media-content__heading {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px !important;
  margin-top: 0px; }

@media (min-width: 768px) {
  .media-content__heading {
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  .media-content__heading {
    font-size: 60px;
    line-height: 66px;
    font-weight: 900; } }

/* 
    Target IE - IE doesnt support "object-fit: cover" for images and vh for heights
    As a workaround to this, we ignore the defined vh sizes on IE, and define an auto height which makes it responsive instead
    The result is that the image then scales like a "normal responsive image", but only for IE
    Rules to redefine the video styles are also set here 
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media-container--100vh, .media-container--100vh-max, .media-container--75vh, .media-container--75vh-max, .media-container--50vh, .media-container--50vh-max {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important; }
    .media-container--100vh > div video, .media-container--100vh > div > div video, .media-container--100vh > video, .media-container--100vh-max > div video, .media-container--100vh-max > div > div video, .media-container--100vh-max > video, .media-container--75vh > div video, .media-container--75vh > div > div video, .media-container--75vh > video, .media-container--75vh-max > div video, .media-container--75vh-max > div > div video, .media-container--75vh-max > video, .media-container--50vh > div video, .media-container--50vh > div > div video, .media-container--50vh > video, .media-container--50vh-max > div video, .media-container--50vh-max > div > div video, .media-container--50vh-max > video {
      position: relative !important;
      width: 100% !important;
      height: auto !important;
      /* Dont center it */
      left: 0 !important;
      top: 0 !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .media-content__heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
  .media-container__image, .media-container__video {
    height: auto !important;
    width: 100% !important;
    -o-object-fit: none !important;
       object-fit: none !important; }
  .media-container-content-wrapper a.cta {
    display: inline-block !important;
    margin-bottom: 3px !important;
    margin-top: 0px !important; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .media-content__heading {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px; } }

.media-content__pulsating-arrow {
  position: absolute;
  bottom: 50px;
  left: 48%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  cursor: pointer;
  color: #f04e30;
  z-index: 500;
  display: none; }

@media (min-width: 768px) {
  .media-content__pulsating-arrow {
    display: block; } }

.mobile-burger-menu-container {
  color: #f04e30;
  width: 45px;
  height: 20px;
  position: absolute;
  font-size: 42px;
  right: 40px;
  top: 50px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.mobile-burger-menu-container span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.mobile-burger-menu-container span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

.mobile-burger-menu-container span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

.mobile-burger-menu-container span:nth-child(1), .mobile-burger-menu-container span:nth-child(2) {
  top: 0px; }

.mobile-burger-menu-container span:nth-child(3), .mobile-burger-menu-container span:nth-child(4) {
  top: 15px; }

.mobile-burger-menu-container span:nth-child(5), .mobile-burger-menu-container span:nth-child(6) {
  top: 30px; }

.mobile-burger-menu-container.open span:nth-child(1), .mobile-burger-menu-container.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.mobile-burger-menu-container.open span:nth-child(2), .mobile-burger-menu-container.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.mobile-burger-menu-container.open span:nth-child(1) {
  left: 5px;
  top: 9px; }

.mobile-burger-menu-container.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 9px; }

.mobile-burger-menu-container.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.mobile-burger-menu-container.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.mobile-burger-menu-container.open span:nth-child(5) {
  left: 4px;
  top: 26px; }

.mobile-burger-menu-container.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 26px; }

/**
 * Components
*/
.action-button {
  width: 100%;
  height: 0;
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
  color: #FFF;
  position: relative;
  display: table;
  margin-bottom: 25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

/* Variants */
.action-button--blue {
  background: #005078; }

.action-button--blue:hover {
  background: #212a32; }

.action-button--dark-blue {
  background: #212a32; }

.action-button--dark-blue:hover {
  background: #056697; }

.action-button--red {
  background: #f04e30; }

.action-button--red:hover {
  background: #f16e4a; }

.action-button__content {
  display: table-cell;
  vertical-align: middle; }

.action-button__text {
  margin-top: 10px; }

.action-button__icon {
  font-size: 40px; }

.action-button__link-text {
  color: #000;
  position: relative;
  top: 50%; }

/* The outermost element - Wrapper for an article */
.article {
  padding-top: 30px;
  background: #FFF; }
  .article a:not(.cta) {
    color: #000;
    text-decoration: underline; }

/* Modifiers to an article - Background colors */
.article--theme-light {
  background: #ebf0f6; }

.article--theme-red {
  background: #f04e30;
  color: #FFF; }
  .article--theme-red .article__sub-heading::before, .article--theme-red .rich-text-editor h3::before {
    background: #FFF; }
  .article--theme-red .article__date--list {
    color: #FFF; }
  .article--theme-red a:not(.cta) {
    color: #FFF;
    text-decoration: underline; }

.article--theme-blue {
  background: #005078;
  color: #FFF; }
  .article--theme-blue .article__sub-heading::before, .article--theme-blue .rich-text-editor h3::before {
    background: #f04e30; }
  .article--theme-blue .article__date--list {
    color: #FFF; }
  .article--theme-blue a:not(.cta) {
    color: #FFF;
    text-decoration: underline; }

.article--theme-dark {
  background: #212a32;
  color: #FFF; }
  .article--theme-dark a:not(.cta) {
    color: #f04e30; }

/* The container for an article - Holds headings and all other contents */
.article__column {
  margin-bottom: 40px; }

/* Paragraph text displaying the date of the article */
.article__date {
  color: #999;
  margin-bottom: 15px; }

/* Modifier of the article__date - Is displayed in the article list excerpt/overview */
.article__date--list {
  margin-top: 20px;
  margin-bottom: 10px; }

/* The sub heading just before the actual paragraph/content of an article */
.article__sub-heading {
  margin-top: 35px; }

/* Modifier for the sub heading - Is displayed in the article list excerpt/overview */
.article__sub-heading--list {
  margin-top: 45px;
  margin-bottom: 15px; }

/* The red skewed square next to an article sub heading */
.article__sub-heading::before {
  content: ' ';
  display: inline-block;
  background: #f04e30;
  width: 20px;
  height: 10px;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg); }

/* Modifier to make the red skewed square a bit darker, as it would otherwise share the same background color as the background */
.article--red-bgr .article__sub-heading::before {
  background: #ad260d; }

/* The paragraph text of an article is contained in this div */
.article__paragraph {
  margin-top: 15px; }

.article__paragraph--wide-text-banner, .article__paragraph--wide-text-banner a {
  font-size: 20px;
  line-height: 28px; }

/* The short text displayed in the sidebar with an excerpt of an article */
.article__list-excerpt {
  margin-bottom: 35px; }

.boxlist {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ebf0f6; }

.box-list-spacer-target {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .box-list-spacer-target {
      margin-bottom: 75px; } }

@media (min-width: 768px) {
  .box-list__job-container {
    margin-bottom: 75px; } }

.boxlist__intro-heading {
  margin-bottom: 30px; }

.boxlist__intro-link {
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 40px;
  width: auto; }

.boxlist__item {
  background: #FFF;
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .boxlist__item {
      height: 100%; } }

.boxlist__image-container {
  position: relative; }

.boxlist__image {
  width: 100%; }

.boxlist__business-tag {
  position: absolute;
  bottom: -15px;
  left: 25px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px 0px 15px;
  color: #FFF; }

.boxlist__business-tag--corporate {
  background: #212a32; }

.boxlist__business-tag--shortsea {
  background: #009185; }

.boxlist__business-tag--feeder {
  background: #009ac7; }

.boxlist__content {
  padding: 25px 25px 35px 25px;
  position: relative; }

.boxlist__date {
  color: #999; }

.boxlist__highlight {
  margin-top: 10px;
  font-weight: bold; }

.boxlist__excerpt {
  margin-top: 20px; }

.boxlist__link {
  position: absolute;
  background: #f04e30;
  color: #FFF;
  bottom: -25px;
  right: 45px;
  height: 50px;
  line-height: 50px;
  padding: 0px 35px 0px 35px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }

.boxlist__link:hover {
  background: #212a32;
  color: #FFF; }

@media (min-width: 576px) {
  .boxlist__intro-link {
    float: right;
    margin-top: 0px;
    padding-right: 0px; } }

.colomn-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFF; }

/* Theming of background colors */
.colomn-banner--theme-light {
  background: #ebf0f6; }

.column-banner__item:not(.fact-rich-text) {
  text-align: center; }

.column-banner__item--two-column {
  text-align: center; }

.column-banner__heading {
  margin-bottom: 20px;
  /* For portrait layouts only */ }
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .column-banner__heading {
      font-size: 26px;
      line-height: 32px; } }

.column-banner__heading--red-bold {
  color: #f04e30;
  /* For portrait layouts only */ }
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .column-banner__heading--red-bold {
      font-size: 18px;
      line-height: 24px; } }

.column-banner__heading-margin-bottom-50 {
  margin-bottom: 50px; }

.column-banner__image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .row > div:nth-child(odd) .column-banner__item--two-column {
    text-align: right;
    padding-right: 50px; }
    .row > div:nth-child(odd) .column-banner__item--two-column > a {
      float: right; }
  .row > div:nth-child(even) .column-banner__item--two-column {
    text-align: left;
    padding-left: 50px; }
    .row > div:nth-child(even) .column-banner__item--two-column > a {
      float: left; } }

/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
/* Extra large devices (large desktops, 1200px and up)  */
.fixed-sub-navigation {
  position: fixed;
  height: 55px;
  background: #293743;
  z-index: 800;
  top: -55px;
  display: none; }

.fixed-sub-navigation .logo {
  height: 55px; }

.fixed-sub-navigation .logo > img {
  width: auto;
  height: 33px; }

.fixed-sub-navigation > .unifeeder-link {
  height: 55px;
  position: absolute;
  right: 0px;
  top: 0px; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
@media (min-width: 900px) {
  .fixed-sub-navigation {
    display: block; } }

/* Extra large devices (large desktops, 1200px and up)  */
.footer-top {
  background: #293743;
  padding: 35px; }

.footer-bottom {
  background: #212a32;
  padding: 35px; }

.footer-link-container {
  margin-bottom: 30px; }
  .footer-link-container a {
    font-size: 16px; }

.footer-link-container__heading {
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px; }

.footer-link-container__arrow {
  color: #f04e30;
  font-weight: bold; }

.footer-link-container__paragraph {
  color: #FFF;
  font-size: 22px; }
  .footer-link-container__paragraph a {
    display: inline;
    color: #f04e30;
    font-size: 22px;
    text-decoration: underline; }

.footer-link-container__link-block {
  display: block;
  margin-bottom: 7px; }

.footer-link-container__link--white {
  color: #FFF; }

.footer-bottom__company-info {
  color: #7a90a2;
  font-size: 14px; }
  .footer-bottom__company-info a {
    color: #7a90a2;
    text-decoration: underline; }

.footer-bottom__logo {
  width: 100%;
  max-width: 200px;
  float: right; }

@media (max-width: 768px) {
  .footer-bottom__logo {
    margin-top: 20px;
    float: none; } }

.form-banner {
  position: relative;
  display: table;
  width: 100%; }
  .form-banner a {
    color: inherit;
    text-decoration: underline; }

.form-banner--theme-dark {
  color: #FFF; }
  .form-banner--theme-dark .form__input {
    background: #212a32;
    color: #FFF; }

.form-banner--theme-red .form-banner__text b {
  color: #000; }

.form-banner--theme-blue, .form-banner--theme-red {
  color: #FFF;
  /* Create a custom checkbox */
  /* On mouse-over, add a white background color */
  /* When the checkbox is checked, add  background */
  /* Style the checkmark/indicator */ }
  .form-banner--theme-blue .form__input, .form-banner--theme-red .form__input {
    background: #FFF;
    color: #000; }
  .form-banner--theme-blue .form__submit, .form-banner--theme-red .form__submit {
    border: 1px solid #FFF;
    color: #FFF; }
  .form-banner--theme-blue .checkmark, .form-banner--theme-red .checkmark {
    background-color: transparent;
    border: 1.5px solid #FFF; }
  .form-banner--theme-blue .container:hover input ~ .checkmark, .form-banner--theme-red .container:hover input ~ .checkmark {
    background-color: #FFF; }
  .form-banner--theme-blue .container input:checked ~ .checkmark, .form-banner--theme-red .container input:checked ~ .checkmark {
    background-color: #FFF; }
  .form-banner--theme-blue .container .checkmark:after, .form-banner--theme-red .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.form-banner--theme-light {
  color: #000; }
  .form-banner--theme-light .form__input {
    background: #FFF;
    color: #000; }

.form-banner__heading {
  margin-bottom: 15px; }

.form-banner__text {
  margin-bottom: 50px; }

.form-banner__text b {
  color: #f04e30; }

.form-banner__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  /* Padding decides the height - adjust to fit needs on different devices */
  padding-bottom: 100px;
  /* Padding decides the height - adjust to fit needs on different devices */ }

.form {
  width: 100%;
  position: relative; }

.form::after {
  display: block;
  content: ' ';
  clear: both; }

.form__input-container::after {
  display: block;
  content: ' ';
  clear: both; }

.form__input {
  padding: 15px;
  text-align: center;
  border: 0px;
  float: left;
  margin: 0;
  width: 48%; }

.form__input:nth-of-type(1) {
  margin-right: 4%; }

.form__input--schedule {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  margin-right: 0%; }

.error-border {
  border: 1px solid #f04e30; }

.form__checkbox-container {
  display: block;
  margin-top: 25px;
  text-align: left;
  float: left;
  width: 100%;
  padding: 15px; }

.form__checkbox-label {
  cursor: pointer; }

.form__submit {
  background: transparent;
  border: 1px solid #f04e30;
  padding: 15px;
  color: #f04e30;
  width: 100%;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 25px;
  float: right; }

.submit-form__arrow {
  margin-left: 15px; }

.form__server-error-feedback {
  width: 100%;
  padding: 15px;
  margin-top: 25px;
  border: 1px solid #f04e30;
  clear: both;
  display: none; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .form__submit {
    width: 150px; } }

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
  .form__checkbox-container {
    width: auto; }
  .form__input--schedule {
    width: 32%;
    text-align: center; }
  .form__input--schedule:nth-of-type(1), .form__input--schedule:nth-of-type(2) {
    margin-right: 2%; } }

/* Large devices (desktops, 900px and up)  */
/* Extra large devices (large desktops, 1200px and up)  */
/* Customize the label (the container) */
.container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1.5px solid #f04e30; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #f04e30; }

/* When the checkbox is checked, add  background */
.container input:checked ~ .checkmark {
  background-color: #f04e30; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.get-in-touch-banner {
  background: #ebf0f6;
  padding: 40px 0px 40px 0px; }

.get-in-touch-banner__component-heading {
  color: #000;
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .get-in-touch-banner__component-heading {
    margin-left: -20px; } }

.get-in-touch-banner__heading-container {
  background: #293743; }

.get-in-touch-banner__heading {
  color: #FFF;
  padding: 15px 25px 15px 5px; }

.get-in-touch-banner__item {
  margin-bottom: 15px; }

.get-in-touch-banner__item-panel-container {
  background: #FFF; }

.get-in-touch-banner__item-panel-container-heading {
  padding: 25px; }

.get-in-touch-banner__item-panel-container-heading > h3 {
  display: inline-block; }

.get-in-touch-banner__item-panel-container-heading > .fa-arrow-down, .get-in-touch-banner__item-panel-container-heading > .fa-arrow-up {
  margin-left: 20px;
  display: inline-block; }

.get-in-touch-banner__item-panel-container-heading--trigger {
  background: #f04e30;
  text-align: center;
  color: #FFF;
  cursor: pointer; }

.get-in-touch-banner__item-sub-panel-container {
  background: #FFF;
  padding: 35px;
  margin-bottom: 15px;
  display: none;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  height: auto;
  max-height: 100000px; }

.get-in-touch-banner__item-sub-panel-container.open {
  display: block;
  max-height: 100000px; }

.get-in-touch-banner__item-panel-container-heading > .fa-arrow-down.rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.get-in-touch-banner__item-sub-panel-container-heading {
  background: #EEE;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

.get-in-touch-banner__item-sub-panel-container-heading > h4 {
  display: inline-block; }

.get-in-touch-banner__item__heading {
  width: 200px; }

.get-in-touch-banner__item__heading-phone {
  color: #DDD;
  display: none !important; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
@media (min-width: 900px) {
  .get-in-touch-banner__item__heading-phone {
    display: inline-block !important; } }

.get-in-touch-banner__item-sub-panel-container-heading:nth-of-type(1) {
  margin-top: -10px; }

.get-in-touch-banner__item-sub-panel-container-heading > h4::after {
  display: block;
  content: ' ';
  clear: both; }

.get-in-touch-banner__item-sub-panel-container-heading .fa-arrow-down {
  float: right; }

.get-in-touch-banner__item-sub-panel-container-heading > .fa-arrow-down.rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.get-in-touch-banner__item-sub-panel {
  background: #FFF;
  padding: 10px 25px 25px 25px;
  display: none;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  height: auto;
  max-height: 100000px; }

.get-in-touch-banner__item-sub-panel.open {
  display: block;
  max-height: 100000px; }

.get-in-touch-banner__item-sub-panel-heading {
  font-weight: bold; }

.get-in-touch-banner__item-sub-panel-heading:not(:first-of-type) {
  margin-top: 20px; }

.desktop-nav-section {
  width: 100%;
  height: 110px;
  float: left;
  display: none;
  position: relative; }

/* Main navigation container */
.main-desktop-navigation {
  background: #FFF;
  height: 55px; }

/* Main navigation styles */
.main-desktop-navigation > a {
  display: block;
  float: left;
  height: 55px;
  padding: 0px 30px 0px 30px;
  line-height: 55px;
  color: #000;
  font-size: 18px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

/* Active styles for main navigation links */
.main-desktop-navigation a:nth-of-type(1):hover, .main-desktop-navigation a:nth-of-type(1).active {
  background: #CCE8FA; }

.main-desktop-navigation a:nth-of-type(2):hover, .main-desktop-navigation a:nth-of-type(2).active {
  background: #009ac7; }

.main-desktop-navigation a:nth-of-type(3):hover, .main-desktop-navigation a:nth-of-type(3).active {
  background: #009185; }

/* "My Unifeeder" link styles in main navigation only */
.unifeeder-link {
  font-size: 14px;
  width: 12%;
  height: 110px;
  float: right;
  text-align: center;
  height: 110px;
  color: #FFF;
  display: none;
  position: relative;
  background: #f04e30;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .unifeeder-link > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .unifeeder-link > div .unifeeder-link__login-logo {
      display: block;
      margin: 0 auto;
      margin-bottom: 7px;
      font-size: 18px; }

.unifeeder-link:hover {
  background: #005078; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
@media (min-width: 900px) {
  /* Show Main navigation */
  .desktop-nav-section {
    display: block;
    width: 71%; }
  /* Show Unifeeder link */
  .unifeeder-link {
    display: block; } }

/* Extra large devices (large desktops, 1200px and up)  */
/* Sub navigation container */
.secondary-desktop-navigation {
  background: #293743;
  height: 55px; }

/* Sub navigation items */
.secondary-desktop-navigation > ul.show {
  width: 100%;
  display: block; }

.secondary-desktop-navigation > ul.hide {
  display: none; }

.secondary-desktop-navigation > ul > li {
  float: left;
  position: relative; }

.secondary-desktop-navigation > ul > li > a {
  display: block;
  height: 55px;
  padding: 0px 30px 0px 30px;
  line-height: 55px;
  color: #FFF;
  font-size: 18px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.secondary-desktop-navigation > ul:nth-of-type(1) > li > a:hover {
  color: #CCE8FA; }

.secondary-desktop-navigation > ul:nth-of-type(2) > li > a:hover {
  color: #009ac7; }

.secondary-desktop-navigation > ul:nth-of-type(3) > li > a:hover {
  color: #009185; }

.marker {
  position: absolute;
  display: block;
  bottom: 0px;
  height: 6px;
  z-index: 0;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s; }

.secondary-desktop-navigation > ul:nth-of-type(1) > div.marker {
  border-bottom: 5px solid #CCE8FA; }

.secondary-desktop-navigation > ul:nth-of-type(2) > div.marker {
  border-bottom: 5px solid #009ac7; }

.secondary-desktop-navigation > ul:nth-of-type(3) > div.marker {
  border-bottom: 5px solid #009185; }

/* Hover styles for sub navigation: border bottom applied, same color as active main navigation link */
/*
.secondary-desktop-navigation > ul:nth-of-type(1) > li > a:hover {
    border-bottom:5px solid #CCE8FA;
}
.secondary-desktop-navigation > ul:nth-of-type(2) > li > a:hover {
    border-bottom:5px solid #009ac7;
}
.secondary-desktop-navigation > ul:nth-of-type(3) > li > a:hover {
    border-bottom:5px solid #009185;
}
*/
/* Show the drop down menu */
.secondary-desktop-navigation > ul > li > a:hover + ul.dropdown, .secondary-desktop-navigation > ul > li > ul.dropdown:hover, .secondary-desktop-navigation > ul > div.marker:hover + ul.dropdown {
  display: block;
  z-index: 1000;
  /* So it appears above the banners just below the navigation */ }

/* Drop down menu */
.secondary-desktop-navigation > ul > li > ul {
  position: absolute;
  background: #212a32;
  width: 100%;
  display: none;
  padding-bottom: 5px; }

.secondary-desktop-navigation > ul > li > ul > li {
  position: relative; }

.secondary-desktop-navigation > ul > li > ul > li > a {
  display: block;
  color: #FFF;
  padding: 8px;
  font-size: 18px; }

/* Border at the bottom of the dropdown menu */
.secondary-desktop-navigation > ul > li > ul li:last-child {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -5px;
  width: 100%;
  height: 5px;
  display: block; }

.secondary-desktop-navigation > ul:nth-of-type(1) li:last-child {
  background: #CCE8FA; }

.secondary-desktop-navigation > ul:nth-of-type(1) > li > ul:hover {
  /*margin-top:-5px;*/
  /*border-top:5px solid #CCE8FA;*/ }

.secondary-desktop-navigation > ul:nth-of-type(2) li:last-child {
  background: #009ac7; }

.secondary-desktop-navigation > ul:nth-of-type(2) > li > ul:hover {
  /*margin-top:-5px;*/
  /*border-top:5px solid #009ac7;*/ }

.secondary-desktop-navigation > ul:nth-of-type(3) li:last-child {
  background: #009185; }

.secondary-desktop-navigation > ul:nth-of-type(3) > li > ul:hover {
  /*margin-top:-5px;*/
  /*border-top:5px solid #009185;*/ }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
/* Extra large devices (large desktops, 1200px and up)  */
header {
  background: #FFF; }

header::after {
  content: " ";
  display: block;
  clear: both; }

/* Logo styles in main & mobile navigation */
.logo {
  height: 110px;
  width: 45%;
  background: #FFF;
  display: block;
  position: relative; }

.logo__image {
  width: 150px;
  display: block;
  position: absolute;
  margin: auto;
  margin-left: 20px;
  top: 18px;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 576px) {
  .logo__image {
    width: 180px;
    margin-left: 20px;
    top: 10px; } }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
@media (min-width: 900px) {
  .logo {
    width: 17%;
    float: left; }
  .logo__image {
    width: 50%;
    margin: auto; } }

/* Extra large devices (large desktops, 1200px and up)  */
.media-text-banner {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }
  .media-text-banner a:not(.cta) {
    color: #f04e30; }

.media-text-banner__sub-heading {
  color: #f04e30;
  margin-top: 30px;
  margin-bottom: 10px; }

/* Modifiers - Background colors */
.media-text-banner--theme-light {
  background: #ebf0f6; }

.media-text-banner__arrow {
  font-size: 16px;
  margin-left: 10px; }

.media-text-banner__cta {
  margin-top: 30px;
  margin-bottom: 30px; }

.media-text-banner__video-container {
  margin-bottom: 50px;
  position: relative; }

.media-text-banner__video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.media-text-banner__image-container {
  position: relative;
  height: 100%; }

@media (min-width: 768px) {
  .media-text-banner__image-container {
    margin-bottom: 0px; } }

.media-text-banner__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative; }
  @media (min-width: 1200px) {
    .media-text-banner__image {
      width: auto;
      max-width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
/* Extra large devices (large desktops, 1200px and up)  */
/* Fixed mobile nav container */
.mobile-nav-fixed-container {
  position: fixed;
  width: 100%;
  height: calc( 100% - 110px);
  background: #FFF;
  z-index: 10000;
  top: 110px;
  left: 0;
  overflow-y: scroll;
  padding-bottom: 50px;
  /* Add padding because of the fixed "My Unifeeder" link */
  display: none; }

.mobile-nav-container {
  position: relative;
  height: auto;
  width: 100%;
  left: 0px;
  top: 0px; }

/* Headings - Has active state */
.mobile-nav-heading {
  height: 50px;
  line-height: 50px;
  background: #FFF;
  padding-left: 20px;
  cursor: pointer;
  border-bottom: 1px solid #EEE; }

.mobile-nav-heading:nth-of-type(1) {
  border-top: 1px solid #EEE; }
  .mobile-nav-heading:nth-of-type(1).active {
    background: #CCE8FA;
    border-bottom: none; }

.mobile-nav-heading:nth-of-type(2).active {
  background: #009ac7;
  border-bottom: none; }

.mobile-nav-heading:nth-of-type(3).active {
  background: #009185;
  border-bottom: none; }

.mobile-nav-heading:last-of-type {
  background: #f04e30;
  position: fixed;
  color: #FFF;
  width: 100%;
  bottom: 0px;
  z-index: 10000;
  cursor: pointer; }
  .mobile-nav-heading:last-of-type a {
    position: relative;
    height: 100%;
    width: 100%;
    color: #FFF; }

/* This is the hidden containers that contains the links */
.mobile-nav-link-container {
  min-height: 200px;
  background: #999;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none; }

.mobile-nav-link-container:nth-of-type(1) {
  background: #293743; }

.mobile-nav-link-container:nth-of-type(2) {
  background: #293743; }

.mobile-nav-link-container:nth-of-type(3) {
  background: #293743; }

.mobile-nav-link-container--open {
  display: block; }

.mobile-nav-link-container > a {
  color: #FFF;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px; }

/* Container for sub links */
.mobile-sub-link-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: none; }

.mobile-nav-link-container:nth-of-type(1) > .mobile-sub-link-container {
  background: #212a32; }

.mobile-nav-link-container:nth-of-type(2) > .mobile-sub-link-container {
  background: #212a32; }

.mobile-nav-link-container:nth-of-type(3) > .mobile-sub-link-container {
  background: #212a32; }

.mobile-sub-link-container > a {
  color: #FFF;
  display: block;
  padding-left: 40px;
  margin-bottom: 10px; }

.unifeeder-link__footer-login-logo {
  display: inline-block;
  margin-right: 10px; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
@media (min-width: 900px) {
  .mobile-nav-fixed-container {
    display: none; }
  .mobile-burger-menu-container {
    display: none; } }

/* Extra large devices (large desktops, 1200px and up)  */
.mosaic-gallery__heading {
  margin-bottom: 30px; }

.mosaic-gallery__link {
  cursor: pointer; }

.mosaic-gallery__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }

.mosaic-gallery__content {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%; }

.mosaic-gallery__content-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
  color: #FFF; }

.rellax {
  position: absolute;
  opacity: .26;
  height: 150px;
  width: 150px;
  display: none; }

@media (min-width: 992px) {
  .rellax {
    display: block; } }

.quote-banner {
  position: relative;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 20px; }

.quote-banner--theme-dark {
  -webkit-box-shadow: inset 0 0 0 5000px rgba(33, 42, 50, 0.95);
          box-shadow: inset 0 0 0 5000px rgba(33, 42, 50, 0.95);
  /* 2000 is the height of the box shadow - Just enough to be sure it takes up the full height */ }

.quote-banner--theme-dark > .quote-banner__content > .quote-banner__text {
  color: #f04e30; }

.quote-banner--theme-dark > .quote-banner__content > .quote-banner__text > p > strong {
  color: #FFF; }

/* Theming of quotes on background colors */
.quote-banner .quote-banner__text::before {
  content: ' ';
  background: url("/dist/global/assets/images/quotes-black.png") no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: -30px; }

.quote-banner .quote-banner__text::after {
  content: ' ';
  background: url("/dist/global/assets/images/quotes-black.png") no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: -15px; }

.quote-banner--theme-light {
  background: #ebf0f6; }
  .quote-banner--theme-light .quote-banner__text::before {
    content: ' ';
    background: url("/dist/global/assets/images/quotes-black.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: -30px; }
  .quote-banner--theme-light .quote-banner__text::after {
    content: ' ';
    background: url("/dist/global/assets/images/quotes-black.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: -15px; }

.quote-banner--theme-blue {
  background: #005078;
  color: #FFF; }
  .quote-banner--theme-blue .quote-banner__text::before {
    content: ' ';
    background: url("/dist/global/assets/images/quotes-white.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: -30px; }
  .quote-banner--theme-blue .quote-banner__text::after {
    content: ' ';
    background: url("/dist/global/assets/images/quotes-white.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: -35px; }

.quote-banner--theme-red {
  background: #f04e30;
  color: #FFF; }
  .quote-banner--theme-red .quote-banner__text::before {
    content: ' ';
    background: url("/dist/global/assets/images/quotes-white.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: -30px; }
  .quote-banner--theme-red .quote-banner__text::after {
    content: ' ';
    background: url("/dist/global/assets/images/quotes-white.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: -35px; }

.quote-banner--theme-dark {
  background: #212a32;
  color: #FFF; }
  .quote-banner--theme-dark .quote-banner__text::before {
    content: ' ';
    background: url("/dist/global/assets/images/quotes.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: -30px; }
  .quote-banner--theme-dark .quote-banner__text::after {
    content: ' ';
    background: url("/dist/global/assets/images/quotes.png") no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    bottom: -35px; }

.quote-banner__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  /* Padding decides the height - adjust to fit needs on different devices */
  padding-bottom: 100px;
  /* Padding decides the height - adjust to fit needs on different devices */ }

.quote-banner__text {
  width: 90%;
  position: relative; }

.quote-banner__text > p {
  font-size: 20px; }

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)  */
/* Large devices (desktops, 900px and up)  */
@media (min-width: 900px) {
  .quote-banner__text > p {
    font-size: 28px; }
  .quote-banner__text {
    width: 50%; } }

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {
  .quote-banner__text > p {
    font-size: 38px; } }

.quote-image-banner {
  background: transparent; }
  .quote-image-banner p {
    font-size: 18px;
    line-height: 26px; }

/* Theming of background colors */
.quote-image-banner--theme-light {
  background: #ebf0f6; }

.quote-icon--left {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px; }

.quote-icon--right {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px; }

.quote-image-banner__author {
  margin-top: 20px;
  margin-bottom: 20px; }

.quote-image-banner__author p:first-child {
  font-weight: bold; }

.quote-image-banner__image {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.quote-image-banner__right {
  padding-top: 60px; }

@media (min-width: 768px) {
  .quote-image-banner__right {
    text-align: right; } }

@media (min-width: 992px) {
  .quote-icon--left {
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px; }
  .quote-icon--right {
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0px; } }

.rich-text-editor h3 {
  margin-top: 35px; }

.rich-text-editor h3::before {
  content: ' ';
  display: inline-block;
  background: #f04e30;
  width: 20px;
  height: 10px;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg); }

.rich-text-editor p {
  margin-top: 15px; }

.rich-text-editor img {
  width: 100%;
  max-width: 100%;
  position: relative; }

.cookie-law {
  width: 100%;
  background: #FFF;
  border-top: 1px solid #EEE;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 0px;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s; }

.cookie-law.open {
  height: 250px;
  z-index: 1000; }

.cookie-law__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.cookie-law__content.open {
  opacity: 1; }

.cookie-law__link, .cookie-law__link:hover {
  color: #000;
  text-decoration: underline; }

.cookie-law__dismiss {
  background: #212a32;
  color: #FFF;
  display: inline-block;
  padding: 10px;
  margin-top: 15px;
  cursor: pointer; }

@media (min-width: 576px) {
  .cookie-law.open {
    height: 200px; } }

@media (min-width: 768px) {
  .cookie-law.open {
    height: 175px; } }

@media (min-width: 992px) {
  .cookie-law.open {
    height: 150px; } }

.narrow-cta-banner-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFF; }

.narrow-cta-banner-container--theme-blue {
  background: #005078; }

.narrow-cta-banner-container--theme-dark {
  background: #212a32; }

.narrow-cta-banner-container--theme-light {
  background: #ebf0f6; }

.narrow-cta-banner-container--theme-red {
  background: #f04e30; }

.narrow-cta-banner {
  padding: 50px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  text-align: center; }

@media (min-width: 576px) {
  .narrow-cta-banner {
    width: 75%; } }

@media (min-width: 768px) {
  .narrow-cta-banner {
    width: 85%; } }

@media (min-width: 992px) {
  .narrow-cta-banner {
    width: 75%; } }

.narrow-cta-banner__heading {
  margin-bottom: 20px; }

/**
 * Utilities
*/
.scChromeDropDownRow img, .scChromeCommand img, .sc_DropDownItemLink img, .sc_DropDownItemLink_Disabled img, .sc-breadcrumb-item-path img {
  width: auto;
  height: auto; }

/**
 *  Experience editor styles
*/
.experience-editor .scEmptyPlaceholder {
  width: 100%; }

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