@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito");
@import url("https://use.typekit.net/odv4puy.css");
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

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

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #38c172; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #38c172;
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #38c172;
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38c172; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #38c172; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3342f; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3342f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3342f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e3342f; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.85rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5; }
  .alert-primary hr {
    border-top-color: #b0d4f1; }
  .alert-primary .alert-link {
    color: #113049; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8; }
  .alert-success hr {
    border-top-color: #b3e8ca; }
  .alert-success .alert-link {
    color: #123c24; }

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9; }
  .alert-info hr {
    border-top-color: #c0ddf6; }
  .alert-info .alert-link {
    color: #284257; }

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc; }
  .alert-warning hr {
    border-top-color: #fff8b3; }
  .alert-warning .alert-link {
    color: #5d561b; }

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5; }
  .alert-danger hr {
    border-top-color: #f4b0af; }
  .alert-danger .alert-link {
    color: #4c110f; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

/**
 * @file
 * Utility classes to hide elements in different ways.
 */
/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none; }

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto; }

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden; }

body {
  background-color: #fff; }

a:hover {
  text-decoration: none; }

#job_text ul li:first-of-type:first-letter,
#job_text ul li p:first-of-type:first-letter {
  font-weight: 300 !important;
  float: inherit !important;
  margin-right: inherit !important;
  font-size: 1.7rem !important;
  line-height: 2.5rem !important;
  font-family: "EB Garamond", serif !important; }

@media all and (min-width: 768px) {
  #job_text ul li:first-of-type:first-letter,
  #job_text ul li p:first-of-type:first-letter {
    font-weight: 300 !important;
    float: inherit !important;
    margin-right: 0 !important;
    font-size: 2.1rem !important;
    line-height: 3.5rem !important;
    font-family: "EB Garamond", serif !important; } }

footer h2 {
  color: #fff; }

.c-teaser--wide .c-teaser__image-container {
  height: auto !important; }

.c-form__body {
  background: #fff;
  padding: 2.5rem 1.5rem;
  border: 1px solid #d9d9d9; }

/**
* @file
* The main css file,
* it should only import partials and
* never include any code
 */
/* Vendor styling from third party libraries */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

body {
  margin: 0;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p, .c-paragraph__content ul, .c-paragraph__content ol, .c-paragraph__content table {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */ }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: none; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/**
* Base styling
* These files should contain variables and mixins but no actual class names
*/
/**
* @file
* All grid variables should be defined here
*/
/**
* Max size, this is for content which bleeds off the screen until this size
 */
/**
* Grid breakpoints
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
 */
/**
Grid containers
* Define the maximum width of `.container` for different screen sizes.
* These maximum widths should include the padding on both sides, so the gutter-width * 2
 */
/**
* Grid columns
* Set the number of columns and specify the width of the gutters.
 */
/* Offset variables */
/* Gutter variables */
/**
* @file
* All colors used on the website are defined here
*/
/* Base colors */
/* Secondary colors */
/* Grey colors */
/* Gradients */
/* vendor colors */
/**
* @file
* Fonts and font variables should be defined here
*/
@font-face {
  font-family: 'Brown Pro';
  src: url("/fonts/adfo/lineto-brown-pro-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/adfo/lineto-brown-pro-regular.woff") format("woff"), url("/fonts/adfo/lineto-brown-pro-regular.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: 'Brown Pro';
  src: url("/fonts/adfo/lineto-brown-pro-light.eot?#iefix") format("embedded-opentype"), url("/fonts/adfo/lineto-brown-pro-light.woff") format("woff"), url("/fonts/adfo/lineto-brown-pro-light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: 'Brown Pro';
  src: url("/fonts/adfo/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/adfo/lineto-brown-pro-bold.woff") format("woff"), url("/fonts/adfo/lineto-brown-pro-bold.woff2") format("woff2");
  font-weight: 700; }

/* Font families */
/* Font sizes */
/* Line heights */
/* Letter spacings */
/**
* @file
* This file should contain variables which are commonly used,
* But don't necessarily need their own file
*/
/* Default Shadows */
/* Default transitions */
/**
* Mixins
*/
/**
* @file
* Framework grid generation
*
* Used only by Bootstrap to generate the correct number of grid classes given
* any value of `$grid-columns`.
*/
/**
* @file
* Grid generation
* Mixins to create container, row & col classes
*/
/* For each breakpoint, define the maximum width of the container in a media query */
/*
* Basics styling
* These files should contain the styling for
* general layout, input elements, buttons, etc.
*/
/**
* @file
* These mixins will output the grid
*/
/**
* Container widths
* Set the container width, and override it for fixed navbars in media queries.
*/
.l-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .l-container {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1024px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .l-container {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .l-container {
    max-width: 960px; } }

@media (min-width: 1440px) {
  .l-container {
    max-width: 1140px; } }

.l-container--small {
  max-width: 540px; }

.l-container--narrow {
  max-width: 730px; }

/**
* Fluid container
* Utilizes the mixin meant for fixed width containers, but with 100% width for
* fluid, full width layouts.
 */
.l-container--fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/**
* Mobile fluid container
* Will make a container without padding for mobile devices
 */
@media (max-width: 767.98px) {
  .l-container--mobile-fluid {
    padding: 0; } }

/**
* Row
*
* Rows contain and clear the floats of your columns.
*/
.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

@media (min-width: 768px) {
  .l-row {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 1024px) {
  .l-row {
    margin-left: -15px;
    margin-right: -15px; } }

/**
  * Remove the negative margin from default .row, then the horizontal padding
  * from all immediate children columns (to prevent runaway style inheritance).
   */
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

@media (max-width: 767.98px) {
  .l-row--no-gutters-xs {
    margin-right: 0;
    margin-left: 0; }
  .l-row--no-gutters-xs > .l-col,
  .l-row--no-gutters-xs > [class*="l-col"] {
    padding-right: 0;
    padding-left: 0; } }

/**
* Columns
*
* Common styles for small and large grid columns
*/
/* Common properties for all breakpoints */
.l-col--1, .l-col--2, .l-col--3, .l-col--4, .l-col--5, .l-col--6, .l-col--7, .l-col--8, .l-col--9, .l-col--10, .l-col--11, .l-col--12, .l-col,
.l-col-auto, .l-col--1-sm, .l-col--2-sm, .l-col--3-sm, .l-col--4-sm, .c-dossier__right, .l-col--5-sm, .l-col--6-sm, .l-col--7-sm, .l-col--8-sm, .c-dossier__left, .l-col--9-sm, .l-col--10-sm, .l-col--11-sm, .l-col--12-sm, .l-col-sm,
.l-col-sm-auto, .l-col--1-md, .l-col--2-md, .l-col--3-md, .l-col--4-md, .l-col--5-md, .l-col--6-md, .l-col--7-md, .l-col--8-md, .l-col--9-md, .l-col--10-md, .l-col--11-md, .l-col--12-md, .l-col-md,
.l-col-md-auto, .l-col--1-lg, .l-col--2-lg, .l-col--3-lg, .l-col--4-lg, .l-col--5-lg, .l-col--6-lg, .l-col--7-lg, .l-col--8-lg, .l-col--9-lg, .l-col--10-lg, .l-col--11-lg, .l-col--12-lg, .l-col-lg,
.l-col-lg-auto, .l-col--1-xl, .l-col--2-xl, .l-col--3-xl, .l-col--4-xl, .l-col--5-xl, .l-col--6-xl, .l-col--7-xl, .l-col--8-xl, .l-col--9-xl, .l-col--10-xl, .l-col--11-xl, .l-col--12-xl, .l-col-xl,
.l-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  /* Prevent columns from collapsing when empty */
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 768px) {
  .l-col--1, .l-col--2, .l-col--3, .l-col--4, .l-col--5, .l-col--6, .l-col--7, .l-col--8, .l-col--9, .l-col--10, .l-col--11, .l-col--12, .l-col,
  .l-col-auto, .l-col--1-sm, .l-col--2-sm, .l-col--3-sm, .l-col--4-sm, .c-dossier__right, .l-col--5-sm, .l-col--6-sm, .l-col--7-sm, .l-col--8-sm, .c-dossier__left, .l-col--9-sm, .l-col--10-sm, .l-col--11-sm, .l-col--12-sm, .l-col-sm,
  .l-col-sm-auto, .l-col--1-md, .l-col--2-md, .l-col--3-md, .l-col--4-md, .l-col--5-md, .l-col--6-md, .l-col--7-md, .l-col--8-md, .l-col--9-md, .l-col--10-md, .l-col--11-md, .l-col--12-md, .l-col-md,
  .l-col-md-auto, .l-col--1-lg, .l-col--2-lg, .l-col--3-lg, .l-col--4-lg, .l-col--5-lg, .l-col--6-lg, .l-col--7-lg, .l-col--8-lg, .l-col--9-lg, .l-col--10-lg, .l-col--11-lg, .l-col--12-lg, .l-col-lg,
  .l-col-lg-auto, .l-col--1-xl, .l-col--2-xl, .l-col--3-xl, .l-col--4-xl, .l-col--5-xl, .l-col--6-xl, .l-col--7-xl, .l-col--8-xl, .l-col--9-xl, .l-col--10-xl, .l-col--11-xl, .l-col--12-xl, .l-col-xl,
  .l-col-xl-auto {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1024px) {
  .l-col--1, .l-col--2, .l-col--3, .l-col--4, .l-col--5, .l-col--6, .l-col--7, .l-col--8, .l-col--9, .l-col--10, .l-col--11, .l-col--12, .l-col,
  .l-col-auto, .l-col--1-sm, .l-col--2-sm, .l-col--3-sm, .l-col--4-sm, .c-dossier__right, .l-col--5-sm, .l-col--6-sm, .l-col--7-sm, .l-col--8-sm, .c-dossier__left, .l-col--9-sm, .l-col--10-sm, .l-col--11-sm, .l-col--12-sm, .l-col-sm,
  .l-col-sm-auto, .l-col--1-md, .l-col--2-md, .l-col--3-md, .l-col--4-md, .l-col--5-md, .l-col--6-md, .l-col--7-md, .l-col--8-md, .l-col--9-md, .l-col--10-md, .l-col--11-md, .l-col--12-md, .l-col-md,
  .l-col-md-auto, .l-col--1-lg, .l-col--2-lg, .l-col--3-lg, .l-col--4-lg, .l-col--5-lg, .l-col--6-lg, .l-col--7-lg, .l-col--8-lg, .l-col--9-lg, .l-col--10-lg, .l-col--11-lg, .l-col--12-lg, .l-col-lg,
  .l-col-lg-auto, .l-col--1-xl, .l-col--2-xl, .l-col--3-xl, .l-col--4-xl, .l-col--5-xl, .l-col--6-xl, .l-col--7-xl, .l-col--8-xl, .l-col--9-xl, .l-col--10-xl, .l-col--11-xl, .l-col--12-xl, .l-col-xl,
  .l-col-xl-auto {
    padding-left: 15px;
    padding-right: 15px; } }

/* Allow columns to stretch full width below their breakpoints */
/* Provide basic `.col-{bp}` classes for equal-width flexbox columns */
.l-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.l-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  /* Reset earlier grid tiers */ }

.l-col--1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 8.33333%; }

.l-col--2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 16.66667%; }

.l-col--3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 25%; }

.l-col--4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 33.33333%; }

.l-col--5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 41.66667%; }

.l-col--6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 50%; }

.l-col--7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 58.33333%; }

.l-col--8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 66.66667%; }

.l-col--9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 75%; }

.l-col--10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 83.33333%; }

.l-col--11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 91.66667%; }

.l-col--12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  /**
    * Add a `max-width` to ensure content within each column does not blow out
    * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
    * do not appear to require this.
    */
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* `$columns - 1` because offsetting by the width of an entire row isn't possible */
/* Avoid emitting useless .offset-0 */
.l-offset--1 {
  margin-left: 8.33333%; }

/* Avoid emitting useless .offset-0 */
.l-offset--2 {
  margin-left: 16.66667%; }

/* Avoid emitting useless .offset-0 */
.l-offset--3 {
  margin-left: 25%; }

/* Avoid emitting useless .offset-0 */
.l-offset--4 {
  margin-left: 33.33333%; }

/* Avoid emitting useless .offset-0 */
.l-offset--5 {
  margin-left: 41.66667%; }

/* Avoid emitting useless .offset-0 */
.l-offset--6 {
  margin-left: 50%; }

/* Avoid emitting useless .offset-0 */
.l-offset--7 {
  margin-left: 58.33333%; }

/* Avoid emitting useless .offset-0 */
.l-offset--8 {
  margin-left: 66.66667%; }

/* Avoid emitting useless .offset-0 */
.l-offset--9 {
  margin-left: 75%; }

/* Avoid emitting useless .offset-0 */
.l-offset--10 {
  margin-left: 83.33333%; }

/* Avoid emitting useless .offset-0 */
.l-offset--11 {
  margin-left: 91.66667%; }

/* Allow columns to stretch full width below their breakpoints */
@media (min-width: 768px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns */
  .l-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .l-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    /* Reset earlier grid tiers */ }
  .l-col--1-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 8.33333%; }
  .l-col--2-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 16.66667%; }
  .l-col--3-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 25%; }
  .l-col--4-sm, .c-dossier__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 33.33333%; }
  .l-col--5-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 41.66667%; }
  .l-col--6-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 50%; }
  .l-col--7-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 58.33333%; }
  .l-col--8-sm, .c-dossier__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 66.66667%; }
  .l-col--9-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 75%; }
  .l-col--10-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 83.33333%; }
  .l-col--11-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 91.66667%; }
  .l-col--12-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 100%; }
  .l-order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .l-order--1-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .l-order--2-sm {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .l-order--3-sm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .l-order--4-sm {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .l-order--5-sm {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .l-order--6-sm {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .l-order--7-sm {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .l-order--8-sm {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .l-order--9-sm {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .l-order--10-sm {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .l-order--11-sm {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .l-order--12-sm {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  /* `$columns - 1` because offsetting by the width of an entire row isn't possible */
  /* Avoid emitting useless .offset-0 */
  .l-offset--0-sm {
    margin-left: 0; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--1-sm {
    margin-left: 8.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--2-sm {
    margin-left: 16.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--3-sm {
    margin-left: 25%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--4-sm {
    margin-left: 33.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--5-sm {
    margin-left: 41.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--6-sm {
    margin-left: 50%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--7-sm {
    margin-left: 58.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--8-sm {
    margin-left: 66.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--9-sm {
    margin-left: 75%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--10-sm {
    margin-left: 83.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--11-sm {
    margin-left: 91.66667%; } }

/* Allow columns to stretch full width below their breakpoints */
@media (min-width: 1024px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns */
  .l-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .l-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    /* Reset earlier grid tiers */ }
  .l-col--1-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 8.33333%; }
  .l-col--2-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 16.66667%; }
  .l-col--3-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 25%; }
  .l-col--4-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 33.33333%; }
  .l-col--5-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 41.66667%; }
  .l-col--6-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 50%; }
  .l-col--7-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 58.33333%; }
  .l-col--8-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 66.66667%; }
  .l-col--9-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 75%; }
  .l-col--10-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 83.33333%; }
  .l-col--11-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 91.66667%; }
  .l-col--12-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 100%; }
  .l-order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .l-order--1-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .l-order--2-md {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .l-order--3-md {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .l-order--4-md {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .l-order--5-md {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .l-order--6-md {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .l-order--7-md {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .l-order--8-md {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .l-order--9-md {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .l-order--10-md {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .l-order--11-md {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .l-order--12-md {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  /* `$columns - 1` because offsetting by the width of an entire row isn't possible */
  /* Avoid emitting useless .offset-0 */
  .l-offset--0-md {
    margin-left: 0; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--1-md {
    margin-left: 8.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--2-md {
    margin-left: 16.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--3-md {
    margin-left: 25%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--4-md {
    margin-left: 33.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--5-md {
    margin-left: 41.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--6-md {
    margin-left: 50%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--7-md {
    margin-left: 58.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--8-md {
    margin-left: 66.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--9-md {
    margin-left: 75%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--10-md {
    margin-left: 83.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--11-md {
    margin-left: 91.66667%; } }

/* Allow columns to stretch full width below their breakpoints */
@media (min-width: 1440px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns */
  .l-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .l-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    /* Reset earlier grid tiers */ }
  .l-col--1-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 8.33333%; }
  .l-col--2-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 16.66667%; }
  .l-col--3-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 25%; }
  .l-col--4-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 33.33333%; }
  .l-col--5-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 41.66667%; }
  .l-col--6-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 50%; }
  .l-col--7-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 58.33333%; }
  .l-col--8-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 66.66667%; }
  .l-col--9-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 75%; }
  .l-col--10-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 83.33333%; }
  .l-col--11-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 91.66667%; }
  .l-col--12-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 100%; }
  .l-order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .l-order--1-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .l-order--2-lg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .l-order--3-lg {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .l-order--4-lg {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .l-order--5-lg {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .l-order--6-lg {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .l-order--7-lg {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .l-order--8-lg {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .l-order--9-lg {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .l-order--10-lg {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .l-order--11-lg {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .l-order--12-lg {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  /* `$columns - 1` because offsetting by the width of an entire row isn't possible */
  /* Avoid emitting useless .offset-0 */
  .l-offset--0-lg {
    margin-left: 0; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--1-lg {
    margin-left: 8.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--2-lg {
    margin-left: 16.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--3-lg {
    margin-left: 25%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--4-lg {
    margin-left: 33.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--5-lg {
    margin-left: 41.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--6-lg {
    margin-left: 50%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--7-lg {
    margin-left: 58.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--8-lg {
    margin-left: 66.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--9-lg {
    margin-left: 75%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--10-lg {
    margin-left: 83.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--11-lg {
    margin-left: 91.66667%; } }

/* Allow columns to stretch full width below their breakpoints */
@media (min-width: 1680px) {
  /* Provide basic `.col-{bp}` classes for equal-width flexbox columns */
  .l-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .l-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    /* Reset earlier grid tiers */ }
  .l-col--1-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 8.33333%; }
  .l-col--2-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 16.66667%; }
  .l-col--3-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 25%; }
  .l-col--4-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 33.33333%; }
  .l-col--5-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 41.66667%; }
  .l-col--6-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 50%; }
  .l-col--7-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 58.33333%; }
  .l-col--8-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 66.66667%; }
  .l-col--9-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 75%; }
  .l-col--10-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 83.33333%; }
  .l-col--11-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 91.66667%; }
  .l-col--12-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /**
      * Add a `max-width` to ensure content within each column does not blow out
      * the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
      * do not appear to require this.
      */
    max-width: 100%; }
  .l-order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .l-order--1-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .l-order--2-xl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .l-order--3-xl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .l-order--4-xl {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .l-order--5-xl {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .l-order--6-xl {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .l-order--7-xl {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .l-order--8-xl {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .l-order--9-xl {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .l-order--10-xl {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .l-order--11-xl {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .l-order--12-xl {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  /* `$columns - 1` because offsetting by the width of an entire row isn't possible */
  /* Avoid emitting useless .offset-0 */
  .l-offset--0-xl {
    margin-left: 0; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--1-xl {
    margin-left: 8.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--2-xl {
    margin-left: 16.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--3-xl {
    margin-left: 25%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--4-xl {
    margin-left: 33.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--5-xl {
    margin-left: 41.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--6-xl {
    margin-left: 50%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--7-xl {
    margin-left: 58.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--8-xl {
    margin-left: 66.66667%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--9-xl {
    margin-left: 75%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--10-xl {
    margin-left: 83.33333%; }
  /* Avoid emitting useless .offset-0 */
  .l-offset--11-xl {
    margin-left: 91.66667%; } }

/**
* @file
* The base styling for the typography
 */
html {
  /* Reset font size so we can work with rem units */
  font-size: 62.5%; }

body {
  font: normal normal 1.5rem / 2rem "Brown Pro", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1, h2, p, .c-paragraph__content ul, .c-paragraph__content ol, .c-paragraph__content table {
  font-family: "EB Garamond", serif; }

h1, h2 {
  font-weight: bold; }

h1 {
  font-size: 3.5rem;
  line-height: 4.2rem; }

h2 {
  font-size: 2.5rem;
  line-height: 3.2rem; }

h3 {
  font-size: 1.7rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  h3 {
    font-size: 1.9rem;
    line-height: 3rem; } }

p, .c-paragraph__content ul, .c-paragraph__content ol, .c-paragraph__content table {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #1a1a1a; }

@media (min-width: 768px) {
  p, .c-paragraph__content ul, .c-paragraph__content ol, .c-paragraph__content table {
    font-size: 2.1rem;
    line-height: 3.5rem; } }

a {
  color: #006eb8; }

a:hover {
  color: #005085; }

a[disabled],
a.is-disabled {
  pointer-events: none;
  color: rgba(0, 110, 184, 0.3); }

.icon-social--facebook {
  color: #3B5998; }

.icon-social--twitter {
  color: #55ACEE; }

.icon-social--linkedin {
  color: #007BB5; }

[class^="icon-"]:before {
  vertical-align: text-top; }

@font-face {
  font-family: "icon-font";
  src: url("/fonts/adfo/icon-font.eot?d8bd71477c6254e982c2538ce1c100aa?#iefix") format("embedded-opentype"), url("/fonts/adfo/icon-font.woff2?d8bd71477c6254e982c2538ce1c100aa") format("woff2"), url("/fonts/adfo/icon-font.woff?d8bd71477c6254e982c2538ce1c100aa") format("woff"), url("/fonts/adfo/icon-font.ttf?d8bd71477c6254e982c2538ce1c100aa") format("truetype"); }

.icon-arrow--down:before, .icon-arrow--left:before, .icon-arrow--right:before, .icon-arrow--up:before, .icon-arrow-alt--down:before, .icon-arrow-alt--left:before, .icon-arrow-alt--right:before, .icon-arrow-alt--up:before, .icon-arrow-bold--down:before, .icon-arrow-bold--left:before, .icon-arrow-bold--right:before, .icon-arrow-bold--up:before, .icon-chat:before, .icon-checkmark:before, .icon-chevron--down:before, .icon-chevron--left:before, .icon-chevron--right:before, .icon-chevron--up:before, .icon-clock:before, .icon-close:before, .icon-eye:before, .icon-hamburger:before, .icon-heart:before, .icon-link:before, .icon-marker:before, .icon-phone:before, .icon-quote-opening:before, .icon-search:before, .icon-social--email:before, .icon-social--facebook:before, .icon-social--linkedin:before, .icon-social--twitter:before, .icon-social--whatsapp:before, .icon-star:before, .icon-user:before, .c-tab-group__tab--drop-down:before, .c-link:after, .c-form-validation:after, .c-site-header__toggle:after, .c-site-header__toggle--topics:before, .c-site-header__toggle--search:before, .c-teaser__premium-label:before, .c-article-header__meta-item--date:before, .c-article-header__meta-item--author:before, .c-article-header__meta-item--duration:before, .c-quote__body:before, .c-paywall__label:before, .block--local-tasks-block ul li a:hover:after {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none; }

.icon-arrow--down:before {
  content: ""; }

.icon-arrow--left:before {
  content: ""; }

.icon-arrow--right:before {
  content: ""; }

.icon-arrow--up:before {
  content: ""; }

.icon-arrow-alt--down:before {
  content: ""; }

.icon-arrow-alt--left:before {
  content: ""; }

.icon-arrow-alt--right:before {
  content: ""; }

.icon-arrow-alt--up:before {
  content: ""; }

.icon-arrow-bold--down:before {
  content: ""; }

.icon-arrow-bold--left:before {
  content: ""; }

.icon-arrow-bold--right:before {
  content: ""; }

.icon-arrow-bold--up:before {
  content: ""; }

.icon-chat:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-chevron--down:before {
  content: ""; }

.icon-chevron--left:before {
  content: ""; }

.icon-chevron--right:before {
  content: ""; }

.icon-chevron--up:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-hamburger:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-marker:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-quote-opening:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-social--email:before {
  content: ""; }

.icon-social--facebook:before {
  content: ""; }

.icon-social--linkedin:before {
  content: ""; }

.icon-social--twitter:before {
  content: ""; }

.icon-social--whatsapp:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-user:before {
  content: ""; }

/**
* @file
* The standard styling for all buttons in the theme
*
* @example
* <button class="c-button">Call to action</button>
 */
.c-button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  padding: 13px 20px 12px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  font-weight: bold; }

.c-button:before, .c-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.c-button:before {
  background: #111111;
  z-index: -1; }

.c-button:after {
  z-index: -2;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px); }

.c-button:hover {
  color: #ffffff;
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px); }

.c-button:hover:after {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px); }

.c-button:active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.c-button:active:after {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.c-button--secondary {
  color: #111111; }

.c-button--secondary:hover {
  color: #111111; }

.c-button--secondary:before {
  background: white;
  border: 2px solid #111111; }

.c-button--inverse:before {
  background: #111111;
  border: 2px solid white; }

.c-button--icon i {
  font-size: 1rem;
  margin-left: .5rem; }

.c-button:disabled,
.c-button.is-disabled {
  opacity: .3;
  pointer-events: none; }

.block__title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 2rem; }

/**
* @file
* Basic styling for form labels
*
* @example
* <label class="c-form-label" for="input-field">Label for field</label>
 */
.c-form-label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 5px; }

/**
* @file
* Basic styling for input fields & text areas
*
* @example
* <input type="text" class="c-form-control" />
* <textarea type="text" class="c-form-control"></textarea>
 */
::-webkit-input-placeholder {
  color: #b3b3b3; }

:-ms-input-placeholder {
  color: #b3b3b3; }

::-ms-input-placeholder {
  color: #b3b3b3; }

::placeholder {
  color: #b3b3b3; }

.c-form-control {
  display: block;
  width: 100%;
  background: #fff;
  line-height: 1.8rem;
  padding: 13px 15px 12px;
  border: 1px solid #666666;
  -webkit-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.c-form-control:focus, .c-form-control.is-active {
  outline: none;
  border-color: #000; }

.c-form-control:disabled, .c-form-control.is-disabled {
  border-color: #b3b3b3; }

.c-form-control--block {
  display: block;
  width: 100%; }

/**
* @file
* Checkbox styling
*
* @example
* <span class="c-checkbox">
*  <input type="checkbox" class="c-checkbox__input" id="checkbox-id" />
*  <label class="c-checkbox__label" for="checkbox-id">Checkbox label</label>
* </span>
 */
.c-checkbox__input, .c-radio-button__input {
  visibility: hidden;
  width: 0;
  height: 0; }

.c-checkbox__label, .c-radio-button__label {
  margin: 0;
  line-height: 1.8rem;
  position: relative;
  padding-left: 33px;
  cursor: pointer; }

.c-checkbox__label:before, .c-radio-button__label:before {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #666666;
  -webkit-box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 2px; }

.c-checkbox__input:checked + .c-checkbox__label:before, .c-radio-button__input:checked + .c-checkbox__label:before, .c-checkbox__input:checked + .c-radio-button__label:before, .c-radio-button__input:checked + .c-radio-button__label:before {
  content: "";
  background: #01967f;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none; }

.c-checkbox__input:disabled + .c-checkbox__label, .c-radio-button__input:disabled + .c-checkbox__label, .c-checkbox__input:disabled + .c-radio-button__label, .c-radio-button__input:disabled + .c-radio-button__label {
  cursor: default;
  color: #b3b3b3; }

.c-checkbox__input:disabled + .c-checkbox__label:before, .c-radio-button__input:disabled + .c-checkbox__label:before, .c-checkbox__input:disabled + .c-radio-button__label:before, .c-radio-button__input:disabled + .c-radio-button__label:before {
  border-color: #b3b3b3; }

/**
* @file
* Radio button styling
*
* @example
* <span class="c-radio-button">
*  <input type="radio" class="c-radio-button__input" name="radios" id="radios-1" checked />
*  <label class="c-radio-button__label" for="radios-1">Yes</label>
* </span>
* <span class="c-radio-button">
*  <input type="radio" class="c-radio-button__input" name="radios" id="radios-2" />
*  <label class="c-radio-button__label" for="radios-2">No</label>
* </span>
 */
.c-radio-button__label:before, .c-radio-button__label:after {
  border-radius: 50%; }

.c-radio-button__label:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  top: 6px;
  left: 6px;
  opacity: 0; }

.c-radio-button__input:checked + .c-radio-button__label:before {
  content: ''; }

.c-radio-button__input:checked + .c-radio-button__label:after {
  opacity: 1; }

/**
* @file
* Basic styling for select boxes
*
* @example
* <select name="select" id="select" class="c-select">
*   <option value="">Selecteer je functie</option>
*   <option value="1">Management</option>
*   <option value="2">Development</option>
*   <option value="3">Creative</option>
* </select>
 */
.c-select {
  display: inline-block;
  border-radius: 0;
  background: #fff no-repeat center right 10px url("../img/arrow-alt--down.svg");
  background-size: 12px;
  width: 100%;
  padding: 13px 15px 12px;
  border: 1px solid #666666;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1); }

/**
* @file
* Styling for a tag list, for example at the bottom of an article
*
* @example
* <ul class="c-tag-list">
*   <li class="c-tag-list__item"><a href="#" class="c-tag">Label of tag</a></li>
*   <li class="c-tag-list__item"><a href="#" class="c-tag">Label of tag</a></li>
*   <li class="c-tag-list__item"><a href="#" class="c-tag">Label of tag</a></li>
* </ul>
 */
.c-tag-list__item {
  display: inline-block;
  margin: 0 5px 5px 0; }

@media (min-width: 768px) {
  .c-tag-list__item {
    margin: 0 10px 10px 0; } }

/**
* @file
* The styling for the tags
*
* @example
* <a href="#" class="c-tag">Fake News</a>
 */
.c-tag {
  display: inline-block;
  background: #f2f2f2;
  color: #1a1a1a;
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  text-decoration: none;
  padding: 5px 10px; }

.c-tag:hover {
  color: #1a1a1a; }

/**
* @file Basic styling for tab groups & tabs, also the drop-down styling is included
*
* @example
* <ul class="c-tab-group">
*     <li class="c-tab-group__tab is-selected">tab 1</li>
*     <li class="c-tab-group__tab">tab 2</li>
*     <li class="c-tab-group__tab">tab 3</li>
*     <li class="c-tab-group__tab c-tab-group__tab--icon">
*       <i class="icon-social--facebook"></i>
*     </li>
*     <li class="c-tab-group__tab c-tab-group__tab--icon">
*       <i class="icon-social--linkedin"></i>
*     </li>
*     <li class="c-tab-group__tab c-tab-group__tab--icon">tab 3</li>
*     <li class="c-tab-group__tab c-tab-group__tab--drop-down js-drop-down">
*       tab with dropdown
*       <ul class="c-tab-group__drop-down">
*         <li class="c-tab-group__drop-down-item">sub tab 1</li>
*         <li class="c-tab-group__drop-down-item">sub tab 2</li>
*         <li class="c-tab-group__drop-down-item">sub tab 3</li>
*       </ul>
*     </li>
*   </ul>
 */
.c-tab-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #111111;
  font-family: "Brown Pro", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.c-tab-group--secondary {
  text-transform: none;
  letter-spacing: initial;
  font-size: 1.5rem;
  line-height: 2rem; }

.c-tab-group--secondary .c-tab-group__tab {
  padding-bottom: 4px; }

.c-tab-group--secondary .c-tab-group__tab:hover:after,
.c-tab-group--secondary .c-tab-group__tab.is-selected:after {
  height: 4px; }

.c-tab-group__tab {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: inherit; }

.c-tab-group__tab:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffdd02; }

.c-tab-group__tab + .c-tab-group__tab {
  margin-left: 20px; }

.c-tab-group__tab--icon + .c-tab-group__tab--icon {
  margin-left: 10px; }

.c-tab-group__tab a {
  text-decoration: none;
  color: inherit; }

.c-tab-group__tab i[class^=icon-] {
  color: inherit; }

.c-tab-group__tab:hover:after,
.c-tab-group__tab.is-selected:after {
  height: 1px; }

.c-tab-group__tab.is-selected {
  font-weight: bold; }

.c-tab-group__tab--drop-down {
  padding-right: 20px; }

.c-tab-group__tab--drop-down:before {
  content: ""; }

.c-tab-group__tab--drop-down:before {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px; }

.c-tab-group__drop-down {
  position: absolute;
  top: 100%;
  right: -14px;
  left: auto;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0;
  height: 0;
  overflow: hidden; }

.c-tab-group__drop-down:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  background: #fff;
  position: absolute;
  top: -4.5px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-tab-group__drop-down-item {
  padding: 14px 20px 12px;
  border-bottom: 1px solid #b3b3b3; }

.c-tab-group__drop-down-item:last-of-type {
  border: none;
  padding-bottom: 13px; }

.c-tab-group__tab--drop-down.is-opened:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.c-tab-group__tab--drop-down.is-opened .c-tab-group__drop-down {
  overflow: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
  margin-top: 8px;
  height: auto; }

.c-tab-group--inverse {
  color: #ffffff; }

.c-tab-group--inverse .c-tab-group__tab:after {
  background: #ffffff; }

/**
* Basic styling for figures containing images
*/
/**
* The ratio, max-height and breakpoint for the hero images
 */
.c-figure {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .c-figure {
    margin-bottom: 4rem; } }

@media (max-width: 767.98px) {
  .c-figure--dual-image:first-of-type {
    margin-bottom: 1rem; } }

@media (min-width: 768px) {
  .c-figure--dual-image {
    width: calc(50% - 10px); } }

@media (min-width: 1024px) {
  .c-figure--dual-image {
    width: calc(50% - 15px); } }

.c-figure--hero {
  margin: 0 auto 2rem;
  padding: 0 10px;
  max-width: 720px; }

@media (min-width: 768px) {
  .c-figure--hero {
    margin-bottom: 3rem; } }

@media (min-width: 1024px) {
  .c-figure--hero {
    max-width: 960px; } }

@media (min-width: 1440px) {
  .c-figure--hero {
    max-width: calc((1140px / 12) * 8); } }

.c-figure--hero-premium {
  padding: 0;
  width: 100%;
  max-width: 1680px; }

.c-figure__img-container--hero {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden; }

.c-figure__img-container--hero div {
  width: 100%;
  height: 100%; }

@media (min-width: 1333.33333px) {
  .c-figure__img-container--hero-premium {
    padding: 0;
    height: 750px; } }

.c-figure__img {
  width: 100%;
  height: auto; }

.c-figure__img--hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-figure__caption {
  padding-top: 1rem; }

.c-figure__caption--full-width {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .c-figure__caption--full-width {
    padding-left: 0;
    padding-right: 0; } }

.c-figure__caption--hero-premium {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1680px) {
  .c-figure__caption--hero-premium {
    padding-left: 0;
    padding-right: 0; } }

/**
* @example
* <div class="c-figure__img c-figure__img--hero">
*   <div class="c-img-background" style="background-image: url(path-to-image.jpg)"></div>
* </div>
 */
.c-img-background {
  width: 100%;
  height: 100%;
  background: no-repeat top center;
  background-size: cover; }

.c-caption {
  color: #b3b3b3;
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-caption {
    font-size: 1.2rem;
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.c-caption__title,
.c-caption__attribution {
  display: inline-block;
  width: 100%; }

@media (min-width: 768px) {
  .c-caption__title,
  .c-caption__attribution {
    width: 50%; } }

.c-caption__title--full {
  width: 100%; }

@media (min-width: 768px) {
  .c-caption__attribution {
    text-align: right; } }

/**
* @file
* Basic styling for a comment action e.g. like, link or reply
*
* @example
* <a href="#" class="c-comment-action"><i class="icon icon-heart c-comment-action__icon"></i> <span class="c-comment-action__text">(13)</span></a>
 */
.c-comment-action {
  text-decoration: none;
  color: #1a1a1a;
  line-height: 2.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.c-comment-action:hover {
  color: #1a1a1a; }

.c-comment-action.is-active i {
  color: #e90027; }

.c-comment-action + .c-comment-action {
  margin-left: 5px; }

@media (min-width: 768px) {
  .c-comment-action + .c-comment-action {
    margin-left: 10px; } }

.c-comment-action__icon {
  font-size: 1.2rem; }

.c-comment-action__text {
  font-size: 1.1rem;
  margin-left: 5px; }

@media (min-width: 768px) {
  .c-comment-action__text {
    font-size: 1.2rem;
    margin-left: 10px; } }

.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: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 768px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm--inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-md--inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg--inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl--inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.c-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1.5rem; }

.c-highlight__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 600; }

.c-highlight__time {
  font-family: "Brown Pro", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  color: #b3b3b3; }

.c-highlight__image {
  width: 7.1rem;
  height: auto;
  margin-left: 2rem; }

.c-highlight__image img {
  width: 100%;
  height: auto; }

.c-link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-link:after {
  content: "";
  font-size: 1rem;
  margin-left: .5rem; }

.c-link__text {
  text-decoration: underline; }

.c-whitepaper-link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding: 0 0 1rem 5rem; }

.c-whitepaper-link:before {
  content: "0" counter(whitepaper-list) ".";
  position: absolute;
  left: 0;
  color: rgba(0, 110, 184, 0.3);
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .c-whitepaper-link {
    padding: 0 0 1.5rem 5.5rem; }
  .c-whitepaper-link:before {
    font-size: 3rem;
    line-height: 3.5rem; } }

.c-whitepaper-link__title,
.c-whitepaper-link__label {
  display: block; }

.c-whitepaper-link__title {
  color: #111111;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .c-whitepaper-link__title {
    font-size: 1.9rem;
    line-height: 2.5rem; } }

.c-whitepaper-link__label {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-whitepaper-link__label {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-vacancy-link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 1rem 1.5rem;
  background: #f2f2f2; }

.c-vacancy-link__title,
.c-vacancy-link__label {
  display: block; }

.c-vacancy-link__title {
  color: #111111;
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .c-vacancy-link__title {
    font-size: 1.6rem; } }

.c-vacancy-link__label {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-vacancy-link__label {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-vacancy-link__company {
  color: #9265a8; }

.c-dossier-link {
  text-decoration: none;
  display: block; }

.c-dossier-link__label {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #e90027;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .c-dossier-link__label {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-dossier-link__label--article {
  color: #e90027; }

.c-dossier-link__label--whitepaper {
  color: #006eb8; }

.c-dossier-link__label--event {
  color: #01967f; }

.c-dossier-link__label--vacancy {
  color: #9265a8; }

.c-dossier-link__text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem; }

@media (min-width: 768px) {
  .c-dossier-link__text {
    font-size: 1.9rem;
    line-height: 2.5rem; } }

.c-credits {
  text-decoration: none;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0 2rem; }

.c-credits__image {
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 1rem; }

@media (min-width: 768px) {
  .c-credits__image {
    width: 6rem;
    height: 6rem;
    margin-right: 1.5rem; } }

.c-credits__text {
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-credits__text {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-credits__label,
.c-credits__name {
  display: block; }

.c-credits__label {
  color: #b3b3b3; }

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem auto 2rem; }

@media (min-width: 768px) {
  .c-pagination {
    margin: 3rem auto 5rem; } }

.c-pagination__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  margin: 0 .5rem; }

@media (min-width: 768px) {
  .c-pagination__item {
    font-size: 1.5rem; } }

.c-pagination__item--arrow {
  font-size: 1rem; }

.c-pagination__item.is-selected {
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #ffdd02;
  border-radius: 50%; }

@media (min-width: 768px) {
  .c-pagination__item.is-selected {
    width: 3rem;
    height: 3rem; } }

.c-pagination__link {
  text-decoration: none;
  color: #111111; }

.c-event-date {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 1;
  text-align: center; }

@media (min-width: 768px) {
  .c-event-date {
    top: 20px;
    left: 20px;
    height: 50px;
    width: 40px; } }

.c-event-date span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 1; }

.c-event-date__day {
  font-size: 1.5rem;
  top: 6px; }

@media (min-width: 768px) {
  .c-event-date__day {
    font-size: 1.9rem;
    top: 11px; } }

.c-event-date__month {
  color: #b3b3b3;
  font-family: "Roboto Mono", monospace;
  font-size: 0.9rem;
  bottom: 6px; }

@media (min-width: 768px) {
  .c-event-date__month {
    font-size: 1.2rem;
    bottom: 9px; } }

.c-teaser-label {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  .c-teaser-label {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-teaser-label__details {
  display: block;
  color: #b3b3b3; }

@media (min-width: 768px) {
  .c-teaser-label__details {
    display: inline; } }

.c-form-buttons__button + .c-form-buttons__button {
  margin-left: 1rem; }

.c-form-row {
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .c-form-row {
    margin-bottom: 2rem; } }

@media (min-width: 768px) {
  .c-form-row--more-space {
    margin-bottom: 3rem; } }

@media (min-width: 768px) {
  .c-form-row--inline-sm {
    width: 25.5rem; }
  .c-form-row--inline-sm + .c-form-row--inline-sm {
    margin-left: 2rem; } }

.c-comments-help {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #b3b3b3;
  margin-left: auto; }

@media (min-width: 768px) {
  .c-comments-help {
    font-size: 1.5rem;
    line-height: 1.8rem; } }

.c-comments-help__item.is-hidden {
  display: none; }

.c-comments-help__item.is-invalid {
  color: #e90027; }

.c-comment-body {
  position: relative; }

.c-comment-body__container {
  max-height: 27rem;
  overflow: hidden;
  position: relative; }

@media (min-width: 768px) {
  .c-comment-body__container {
    max-height: 21rem; } }

.c-comment-body--long .c-comment-body__container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.c-comment-body--long .c-comment-body__container.is-toggled:after {
  opacity: 0; }

.c-comment-body__content p, .c-comment-body__content .c-paragraph__content ul, .c-paragraph__content .c-comment-body__content ul, .c-comment-body__content .c-paragraph__content ol, .c-paragraph__content .c-comment-body__content ol, .c-comment-body__content .c-paragraph__content table, .c-paragraph__content .c-comment-body__content table {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .c-comment-body__content p, .c-comment-body__content .c-paragraph__content ul, .c-paragraph__content .c-comment-body__content ul, .c-comment-body__content .c-paragraph__content ol, .c-paragraph__content .c-comment-body__content ol, .c-comment-body__content .c-paragraph__content table, .c-paragraph__content .c-comment-body__content table {
    margin-bottom: 1.5rem; } }

.c-comment-body__link {
  visibility: hidden;
  margin-bottom: 1.5rem; }

.c-comment-body__link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear; }

.c-comment-body__link span:nth-of-type(2) {
  display: none; }

.c-comment-body__link.is-visible {
  visibility: visible; }

.c-comment-body__link.is-toggled:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.c-comment-body__link.is-toggled span:nth-of-type(1) {
  display: none; }

.c-comment-body__link.is-toggled span:nth-of-type(2) {
  display: inline; }

.c-page {
  position: relative;
  z-index: 0;
  padding-top: 175px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.c-page__header {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1); }

.c-page__header.is-hidden {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.c-page__body {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c-page-header-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b3b3b3;
  text-decoration: none; }

.c-page-header-link i {
  margin-right: .5rem; }

.c-page-header-link:hover {
  color: #b3b3b3; }

.c-page-header-link + .c-page-header-link {
  margin-left: 1rem; }

.c-social-link {
  color: initial;
  text-decoration: none;
  font-size: 1.6rem;
  margin: 0 1rem; }

.c-social-link i {
  color: inherit; }

.c-social-link:hover {
  color: initial; }

.c-partner-teaser {
  margin-bottom: 2rem; }

@media (min-width: 1024px) {
  .c-partner-teaser {
    margin-bottom: 3rem; } }

.c-partner-teaser__link {
  background: #ffffff;
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .c-partner-teaser__link {
    margin-bottom: 1rem; } }

.c-partner-teaser__img img {
  max-width: 10rem;
  max-height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .c-partner-teaser__img img {
    max-width: 12rem;
    max-height: 12rem; } }

.c-partner-teaser__name {
  display: block;
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-partner-teaser__name {
    font-size: 1.2rem;
    line-height: 2rem; } }

/**
* @file Basic form validation
*
* @example
* The <div> should wrap around an input field
* <div class="c-form-validation"><input class="c-form-control" type="text" /></div>
 */
.c-form-validation {
  position: relative; }

.c-form-validation:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-form-validation.is-valid:after {
  content: "";
  color: #01967f; }

.c-form-validation.is-valid input {
  border-color: #01967f; }

.c-form-validation.is-invalid:after {
  content: "";
  color: #e90027; }

.c-form-validation.is-invalid input {
  border-color: #e90027; }

/*
* Components styling
* The files should contain the styling for
* components like header, footer, article, etc.
*/
/**
* @file
* Styling for the header component
*
* @example
* <header class="c-site-header">
*   <div class="c-site-header__navigation">
*     <div class="c-site-header__menu">...</div>
*     <div class="c-site-header__menu">...</div>
*   </div>
*   <div class="c-site-header__body">
*     <div class="c-site-header__search-form">...</div>
*     <div class="c-site-header__branding">...</div>
*     <div class="c-site-header__login-form">...</div>
*   </div>
* </header>
*
 */
.c-site-header {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 2rem;
  background: #ffffff; }

.c-site-header:before {
  content: '';
  display: block;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ffdd02), to(#e90027));
  background: linear-gradient(90deg, #ffdd02, #e90027); }

@media (min-width: 1440px) {
  .c-site-header__container {
    max-width: 1380px; } }

.c-site-header__container--login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-site-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #111111;
  -webkit-transition: height 0.5s cubic-bezier(0.9, 0, 0, 1);
  transition: height 0.5s cubic-bezier(0.9, 0, 0, 1); }

.c-site-header__overlay.is-expanded {
  height: 100vh;
  -webkit-transition: height 0.5s cubic-bezier(0.9, 0, 0, 1);
  transition: height 0.5s cubic-bezier(0.9, 0, 0, 1); }

.c-site-header__overlay-body-wrapper {
  position: relative;
  width: 100%;
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c-site-header__overlay-body {
  width: 100%;
  height: 0;
  -webkit-transition: height 0s 0.5s linear, opacity 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: height 0s 0.5s linear, opacity 0.5s cubic-bezier(0.5, 0, 0, 1);
  padding-top: 3rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffffff; }

.c-site-header__overlay-body.is-active {
  height: 100%;
  -webkit-transition: height 0s linear, opacity 0.5s 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: height 0s linear, opacity 0.5s 0.5s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  position: relative; }

.c-site-header__navigation {
  padding: 15px 0 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-site-header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.c-site-header__login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-site-header__login-form--body {
  position: absolute;
  right: 0;
  height: 100%; }

@media (max-width: 1439.98px) {
  .c-site-header__login-form--body {
    display: none; } }

.c-site-header__login-form--overlay {
  height: 87px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 3rem;
  margin-top: -3rem; }

@media (min-width: 1440px) {
  .c-site-header__login-form--overlay {
    display: none; } }

.c-site-header__login-form-button {
  margin-left: 20px; }

.c-site-header__login-form-link {
  color: inherit;
  text-decoration: none; }

.c-site-header__login-form-link:hover {
  color: inherit; }

.c-site-header__login-form--overlay .c-site-header__login-form-link {
  text-decoration: underline; }

.c-site-header__login-form-question {
  color: #666666;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 2rem; }

.c-site-header__toggle {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 18px;
  width: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  color: inherit;
  overflow: hidden; }

.c-site-header__toggle:hover {
  color: inherit; }

.c-site-header__toggle:before, .c-site-header__toggle:after {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  width: 100%;
  height: 100%;
  overflow: hidden; }

.c-site-header__toggle:after {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.c-site-header__toggle.is-active:before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.c-site-header__toggle.is-active:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.c-site-header__toggle:after {
  content: ""; }

.c-site-header__toggle--topics {
  left: 0; }

.c-site-header__toggle--topics:before {
  content: ""; }

.c-site-header__toggle--search {
  left: 40px; }

.c-site-header__toggle--search:before {
  content: ""; }

@media (max-width: 1439.98px) {
  .c-site-header__toggle--search {
    left: auto;
    right: 0; } }

.c-site-header--inverse {
  color: #ffffff;
  background: transparent; }

.c-site-header--inverse .c-site-header__toggle {
  color: #ffffff; }

.c-site-footer {
  color: #ffffff;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #262626), to(#000000));
  background-image: linear-gradient(-90deg, #262626 1%, #000000 100%); }

.c-site-footer:before {
  display: block;
  content: '';
  height: 6px; }

.c-site-footer__body {
  padding-top: 1.8rem;
  padding-bottom: 10rem; }

.c-site-footer__footer {
  border-top: 1px solid #4d4d4d; }

.c-site-footer__copyright {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-site-footer__logo--adformatie {
  height: 21px; }

.c-site-footer__logo--sijthoff-media {
  height: 46px; }

/**
* @file
* Styling for the header component
*
* @example
*  <div class="c-site-header__branding">
*    <div class="c-site-branding">
*      <a href="#" class="c-site-branding__logo">
*        <img src="..." alt="...">
*      </a>
*      <div class="c-site-branding__tagline">
*        <img src="..." alt="...">
*      </div>
*    </div>
*  </div>
*
 */
.c-site-branding {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 67px;
  max-height: 67px; }

.c-site-branding__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-height: 29px; }

.c-site-branding__logo img {
  display: block;
  height: 100%;
  max-height: 35px;
  max-width: 100%; }

.c-site-branding__slogan {
  font: normal 1.9rem "EB Garamond", serif;
  color: #b3b3b3; }

.c-site-branding__tagline {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 24px;
  height: 100%;
  min-height: 0;
  overflow: hidden; }

.c-site-branding__tagline img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 24px; }

/**
* @file
* The basic styling for the teasers
*
* @example
* <a href="/article-url" class="c-teaser c-teaser--article">
*   <div class="c-teaser__image-container">
*      <label class="c-teaser__premium-label">premium</label>
*      <time datetime="2018-03-01" class="c-teaser__date">
*        <span class="c-teaser__date-day">01</span>
*        <span class="c-teaser__date-month">maa</span>
*      </time>
*     <img class="c-teaser__image" src="img.jpg" alt="image alt">
*   </div>
*   <div class="c-teaser__content">
*     <label class="c-teaser__label">Nieuws</label>
*     <h2 class="c-teaser__title">Title of a news article</h2>
*     <p class="c-teaser__text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. A assumenda atque autem
*       consequuntur illum inventore, nam nihil numquam vitae. Atque, blanditiis magnam mollitia nemo obcaecati
*       possimus praesentium quaerat repellendus rerum?</p>
*   </div>
* </a>
 */
.c-teaser {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.c-teaser:hover {
  color: initial; }

.c-teaser:hover .c-teaser__content:after {
  height: 2px; }

@media (min-width: 768px) {
  .c-teaser {
    display: block;
    border-bottom: none;
    padding: 0;
    margin-bottom: 2rem; } }

.c-teaser--article .c-teaser__content:after {
  background: #e90027; }

.c-teaser--article .c-teaser-label {
  color: #e90027; }

.c-teaser--whitepaper .c-teaser__content:after {
  background: #006eb8; }

.c-teaser--whitepaper .c-teaser-label {
  color: #006eb8; }

.c-teaser--event .c-teaser__content:after {
  background: #01967f; }

.c-teaser--event .c-teaser-label {
  color: #01967f; }

.c-teaser--vacancy .c-teaser__content:after {
  background: #9265a8; }

.c-teaser--vacancy .c-teaser-label {
  color: #9265a8; }

.c-teaser--large {
  display: block;
  border-bottom: none;
  padding: 0;
  margin-bottom: 1rem; }

.c-teaser--large .c-teaser__image-container {
  height: auto;
  padding-bottom: 56.25%; }

.c-teaser--large .c-teaser__content {
  padding: 1.5rem 1.5rem 1rem;
  width: calc(100% - 4rem);
  margin-top: -3.5rem; }

.c-teaser--highlighted .c-teaser__content {
  padding: 1.5rem 2rem 3rem;
  width: calc(100% - 3rem); }

.c-teaser--highlighted .c-teaser__label {
  font-size: 1.2rem;
  line-height: 2rem; }

.c-teaser--highlighted .c-teaser__title {
  font-size: 2.5rem;
  line-height: 3rem; }

@media (min-width: 768px) {
  .c-teaser--highlighted {
    margin-bottom: 4rem; } }

.c-teaser--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

@media (min-width: 768px) {
  .c-teaser--wide {
    padding: 0 0 2rem; }
  .c-teaser--wide .c-teaser__image-container {
    position: relative;
    width: 18.5rem;
    height: 10.5rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -ms-flex-preferred-size: 18.5rem;
    flex-basis: 18.5rem; }
  .c-teaser--wide .c-teaser__content {
    padding: 0 0 0 2rem;
    width: auto;
    margin-top: 0; } }

.c-teaser__image-container {
  position: relative;
  min-width: 9rem;
  height: 5rem;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9rem;
  flex: 0 0 9rem; }

@media (min-width: 768px) {
  .c-teaser__image-container {
    height: auto;
    padding-bottom: 56.25%; } }

.c-teaser__premium-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffdd02;
  text-transform: uppercase;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  padding-left: 1.8rem; }

.c-teaser__premium-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 1rem; }

@media (min-width: 768px) {
  .c-teaser__premium-label {
    font-size: 1.2rem;
    line-height: 2rem;
    width: auto;
    padding: 0 .5rem 0 1.8rem; } }

.c-teaser__image {
  width: 100%;
  height: auto;
  position: absolute; }

.c-teaser__image img {
  width: 100%;
  height: auto; }

.c-teaser__content {
  position: relative;
  background: #fff;
  padding-left: 1rem;
  z-index: 1; }

.c-teaser__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2; }

@media (min-width: 768px) {
  .c-teaser__content {
    padding: 1.5rem 2rem 3rem;
    width: calc(100% - 3rem);
    margin-top: -3.5rem; } }

.c-teaser__title {
  font-size: 1.8rem;
  line-height: 2rem; }

@media (min-width: 768px) {
  .c-teaser__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem; } }

.c-teaser__text {
  display: none; }

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

.c-article-header {
  text-align: center;
  margin-bottom: 2.5rem; }

@media (min-width: 768px) {
  .c-article-header {
    margin-bottom: 4rem; } }

.c-article-header__title {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 2.9rem;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-article-header__title {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 1.5rem; } }

.c-article-header__lead {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-article-header__lead {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem; } }

.c-article-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.25em 2rem;
  color: #666666;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-article-header__meta {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-article-header__meta-item {
  padding: 0 0.25em; }

.c-article-header__meta-item--date:before {
  content: ""; }

.c-article-header__meta-item--author:before {
  content: ""; }

.c-article-header__meta-item--duration:before {
  content: ""; }

.c-article-header__meta-item--date:before, .c-article-header__meta-item--author:before, .c-article-header__meta-item--duration:before {
  margin-bottom: -0.25em; }

@media (max-width: 767.98px) {
  .c-article-header__meta-item--topic, .c-article-header__meta-item--duration {
    width: 100%; } }

.c-article-header__topic {
  color: #e90027;
  font-weight: bold;
  text-decoration: none; }

.c-article-header__author {
  color: inherit;
  text-decoration: none; }

.c-article-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-article-header__social-item + .c-article-header__social-item {
  margin-left: 20px; }

.c-article-progress {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #111111;
  color: #ffffff;
  z-index: 0; }

.c-article-progress:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(26, 26, 26, 0.9); }

.c-article-progress__column-left {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-article-progress__column-center {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0.5rem 0; }

.c-article-progress__column-right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.c-article-progress__title {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.9rem; }

.c-article-progress__bar {
  position: absolute;
  top: 100%;
  height: 4px;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.c-article-progress__bar:after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%; }

/**
* @file
* The styling for the article footer component
* on an article detail page
*
* @example
* <footer class="c-article-footer">
*   <ul class="c-article-footer__tags">...</ul>
*   <div class="c-article-footer__author">...</div>
* </footer>
 */
.c-article-footer__tags,
.c-article-footer__author {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.c-article-footer__tags,
.c-article-footer__author {
  padding: 15px 0; }

@media (min-width: 768px) {
  .c-article-footer__tags,
  .c-article-footer__author {
    padding: 20px 0 35px; } }

.c-paragraph--drop-cap p:first-of-type:first-letter, .c-paragraph--drop-cap .c-paragraph__content ul:first-of-type:first-letter, .c-paragraph__content .c-paragraph--drop-cap ul:first-of-type:first-letter, .c-paragraph--drop-cap .c-paragraph__content ol:first-of-type:first-letter, .c-paragraph__content .c-paragraph--drop-cap ol:first-of-type:first-letter, .c-paragraph--drop-cap .c-paragraph__content table:first-of-type:first-letter, .c-paragraph__content .c-paragraph--drop-cap table:first-of-type:first-letter {
  font-family: "Brown Pro", sans-serif;
  font-weight: 300;
  float: left;
  margin-right: 10px;
  font-size: 5rem;
  line-height: 5rem; }

@media (min-width: 768px) {
  .c-paragraph--drop-cap p:first-of-type:first-letter, .c-paragraph--drop-cap .c-paragraph__content ul:first-of-type:first-letter, .c-paragraph__content .c-paragraph--drop-cap ul:first-of-type:first-letter, .c-paragraph--drop-cap .c-paragraph__content ol:first-of-type:first-letter, .c-paragraph__content .c-paragraph--drop-cap ol:first-of-type:first-letter, .c-paragraph--drop-cap .c-paragraph__content table:first-of-type:first-letter, .c-paragraph__content .c-paragraph--drop-cap table:first-of-type:first-letter {
    margin-right: 15px;
    font-size: 7rem;
    line-height: 7rem; } }

.c-paragraph__title {
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .c-paragraph__title {
    margin-bottom: 10px; } }

.c-paragraph__content p, .c-paragraph__content ul, .c-paragraph__content ol, .c-paragraph__content table {
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .c-paragraph__content p, .c-paragraph__content ul, .c-paragraph__content ol, .c-paragraph__content table {
    margin-bottom: 30px; } }

.c-paragraph__content p.is-faded, .c-paragraph__content ul.is-faded, .c-paragraph__content ol.is-faded, .c-paragraph__content table.is-faded {
  position: relative; }

.c-paragraph__content p.is-faded:after, .c-paragraph__content ul.is-faded:after, .c-paragraph__content ol.is-faded:after, .c-paragraph__content table.is-faded:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.c-paragraph__content ul, .c-paragraph__content ol {
  padding-left: 2rem; }

.c-paragraph__content ul ul, .c-paragraph__content ol ul {
  list-style-type: circle; }

.c-paragraph__content ul ol, .c-paragraph__content ol ol {
  list-style-type: decimal; }

.c-paragraph__content ul {
  list-style-type: disc; }

.c-paragraph__content table {
  width: 100%;
  border-collapse: collapse; }

.c-paragraph__content table, .c-paragraph__content th, .c-paragraph__content td {
  border: 1px solid #d9d9d9; }

.c-paragraph__content th, .c-paragraph__content td {
  padding: 0 1rem; }

.c-paragraph--fullwidth-image {
  margin: 0 -15px; }

@media (min-width: 768px) {
  .c-paragraph--fullwidth-image {
    margin: 0; } }

@media (min-width: 768px) {
  .c-paragraph--dual-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.c-paragraph--legacy p, .c-paragraph--legacy .c-paragraph__content ul, .c-paragraph__content .c-paragraph--legacy ul, .c-paragraph--legacy .c-paragraph__content ol, .c-paragraph__content .c-paragraph--legacy ol, .c-paragraph--legacy .c-paragraph__content table, .c-paragraph__content .c-paragraph--legacy table {
  margin-bottom: 2rem; }

.c-paragraph--legacy img {
  width: 100%;
  height: auto;
  max-width: 73.5rem; }

.c-quote,
.c-quote__quote,
.c-quote__author {
  color: #e90027; }

.c-quote {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .c-quote {
    width: 310px;
    margin-bottom: 0; }
  .c-quote--left {
    float: left;
    margin-right: 50px; }
  .c-quote--right {
    float: right;
    margin-left: 50px; } }

@media (min-width: 1024px) {
  .c-quote {
    width: 415px; }
  .c-quote--left {
    margin-right: 60px; }
  .c-quote--right {
    margin-left: 60px; } }

.c-quote--wide {
  width: 100%;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .c-quote--wide {
    margin: 10px 0 40px; } }

.c-quote__body {
  display: block;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding-top: 25px; }

.c-quote__body:before, .c-quote__body:after {
  content: '';
  position: absolute;
  display: inline-block; }

.c-quote__body:before {
  content: "";
  font-size: 1rem;
  top: 0;
  left: 0; }

.c-quote__body:after {
  content: '';
  left: 25px;
  top: 5px;
  height: 1px;
  width: 150px;
  background: #e90027; }

@media (min-width: 768px) {
  .c-quote__body {
    font-size: 1.8rem;
    line-height: 3.5rem; } }

.c-quote__author {
  margin-top: 20px;
  font-family: "Brown Pro", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-quote__author {
    font-size: 1.2rem;
    line-height: 2rem; } }

/**
* @file
* Styling for the social-menu component
*
* @example
* <ul class="c-social-menu">
*   <li class="c-social-menu__item">
*     <i class="c-social-menu__icon icon-social--facebook"></i>
*   </li>
*   <li class="c-social-menu__item">
*     <i class="c-social-menu__icon icon-social--twitter"></i>
*   </li>
*   <li class="c-social-menu__item">
*     <i class="c-social-menu__icon icon-social--linkedin"></i>
*   </li>
*   <li class="c-social-menu__item">
*     <i class="c-social-menu__icon icon-social--email"></i>
*   </li>
* </ul>
*
 */
.c-social-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.2rem;
  color: #666666;
  border: 1px solid #d9d9d9; }

.c-social-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.c-social-menu__item {
  padding: 0 10px;
  min-width: 45px;
  min-height: 45px;
  display: block; }

.c-social-menu__item + .c-social-menu__item {
  border-left: 1px solid #d9d9d9; }

.c-social-menu__link {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  padding: 0 10px;
  text-decoration: none; }

.c-social-menu__icon {
  color: #111111;
  font-size: 115%; }

.c-social-menu__icon.icon-social--facebook {
  color: #3B5998; }

.c-social-menu__icon.icon-social--linkedin {
  color: #007BB5; }

.c-social-menu__icon.icon-social--twitter {
  color: #55ACEE; }

.c-social-menu__icon.icon-social--whatsapp {
  color: #25d366; }

.c-social-menu__icon + .c-social-menu__count {
  margin-left: 0.25em; }

.c-social-menu--inverse .c-social-menu__icon {
  color: #ffffff; }

.c-social-menu--inverse .c-social-menu__item + .c-social-menu__item {
  border-color: #666666; }

.c-social-menu--borderless {
  border: none; }

/**
* @file The styling for a user object, this can be an author
* or for example a reference to a partner

* @example
* <div class="c-user">
*  <a href="user_url" class="c-user__avatar c-user__avatar--author">
*    <span class="c-user__img" style="background-image: url('img_url')"></span>
*  </a>
*  <a href="user_url" class="c-user__info">
*    <div class="c-user__name">Name</div>
*    <div class="c-user__description">Blogger</div>
*  </div>
* </a>
 */
.c-user__avatar,
.c-user__img,
.c-user__info {
  display: inline-block; }

.c-user__avatar,
.c-user__info {
  text-decoration: none;
  color: initial; }

.c-user__avatar:hover,
.c-user__info:hover {
  color: initial; }

.c-user__avatar {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 10px; }

@media (min-width: 768px) {
  .c-user__avatar {
    width: 60px;
    height: 60px; } }

.c-user__avatar--author {
  background: #ffdd02; }

.c-user__avatar--author .c-user__img {
  opacity: .60; }

.c-user__img {
  width: 100%;
  height: 100%;
  background: url("../assets/images/default-user-img@2x.jpg") no-repeat center;
  background-size: cover; }

.c-user__info {
  vertical-align: top;
  padding: 2.5px 0; }

@media (min-width: 768px) {
  .c-user__info {
    padding: 10px 0; } }

.c-user__description {
  text-transform: capitalize;
  color: #b3b3b3;
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-user__description {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-comments-block__title {
  margin-bottom: 20px; }

.c-comments-block__amount {
  color: #e90027; }

.c-comment-form {
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-comment-form {
    margin-bottom: 4rem; } }

.c-comment-form--reply {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0; }

.c-comment-form--reply:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 5px;
  border: solid rgba(0, 0, 0, 0.3);
  border-width: 0 0 1px 1px; }

.c-comment-form--reply .c-comment-form__title {
  padding-left: .5rem; }

.c-comment-form--reply .c-comment-form__footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1.5rem; }

@media (min-width: 768px) {
  .c-comment-form--reply {
    margin-top: 2rem; }
  .c-comment-form--reply .c-comment-form__footer {
    padding-bottom: 2rem; } }

.c-comment-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-comments-form__help {
  margin-left: auto; }

.c-comment-form__textarea {
  width: 100%; }

.c-comment-form__username {
  font-family: "Roboto Mono", monospace;
  color: #b3b3b3;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-comment-form__username {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-comment-form__change-name {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .c-comment-form__change-name {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }

.c-comment-form__change-name.is-hidden {
  display: none; }

.c-comment-form__buttons {
  margin-top: 2rem;
  width: 100%; }

.c-comment {
  position: relative;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .c-comment {
    margin-bottom: 20px; } }

.c-comment--nested-one:before,
.c-comment--nested-two:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  border: solid rgba(0, 0, 0, 0.3);
  border-width: 0 0 1px 1px; }

.c-comment--nested-one {
  padding-left: 20px; }

.c-comment--nested-one:before {
  left: 5px; }

@media (min-width: 768px) {
  .c-comment--nested-one {
    padding-left: 30px; }
  .c-comment--nested-one:before {
    left: 10px; } }

.c-comment--nested-two {
  padding-left: 35px; }

.c-comment--nested-two:before {
  left: 20px; }

@media (min-width: 768px) {
  .c-comment--nested-two {
    padding-left: 60px; }
  .c-comment--nested-two:before {
    left: 40px; } }

.c-comment__author {
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: "Brown Pro", sans-serif;
  font-weight: bold; }

@media (min-width: 768px) {
  .c-comment__author {
    font-size: 1.7rem; } }

.c-comment__footer {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .c-comment__footer {
    padding-bottom: 15px; } }

.c-comment__date {
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: "Brown Pro", sans-serif;
  text-transform: uppercase;
  color: #b3b3b3; }

@media (min-width: 768px) {
  .c-comment__date {
    font-size: 1.1rem;
    line-height: 2rem; } }

.c-comment__actions {
  margin-left: auto; }

.c-advertisement {
  margin: 0 auto; }

.c-advertisement--banner {
  max-width: 97rem; }

@media (min-width: 768px) {
  .c-advertisement--banner {
    margin-top: 4rem;
    margin-bottom: 6rem; } }

@media (min-width: 1440px) {
  .c-advertisement--banner {
    margin-bottom: 9rem; } }

.c-advertisement__label {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #b3b3b3; }

@media (min-width: 768px) {
  .c-advertisement__label {
    margin-bottom: .5rem; } }

.c-advertisement__content {
  padding: .5rem;
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.c-advertisement__content > * {
  max-width: 100%; }

@media (min-width: 768px) {
  .c-advertisement__content {
    padding: 1.5rem 1rem; } }

.c-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0 1.5rem; }

@media (min-width: 768px) {
  .c-tab-nav {
    margin: 3rem 0 4rem; } }

.c-highlights {
  padding-bottom: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.c-highlights__header {
  height: 4rem; }

.c-highlights__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px; }

.c-highlights__footer {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-highlights__list {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  display: none; }

.c-highlights__list:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.c-highlights__list.is-selected {
  display: block; }

.c-highlights__list-item {
  margin-bottom: 1.5rem; }

.c-whitepaper-block {
  margin-top: 2rem; }

@media (min-width: 768px) {
  .c-whitepaper-block {
    margin-bottom: 4rem; } }

@media (min-width: 1024px) {
  .c-whitepaper-block {
    margin-top: 4rem;
    margin-bottom: 6rem; } }

.c-whitepaper-block__title {
  color: #006eb8;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-whitepaper-block__title {
    margin-bottom: 2.5rem; } }

.c-whitepaper-block__list {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .c-whitepaper-block__list {
    margin-bottom: 1.5rem; } }

.c-vacancy-block {
  margin-top: 2rem; }

@media (min-width: 768px) {
  .c-vacancy-block {
    margin-bottom: 4rem; } }

@media (min-width: 1024px) {
  .c-vacancy-block {
    margin-top: 4rem;
    margin-bottom: 6rem; } }

.c-vacancy-block__title {
  color: #9265a8;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-vacancy-block__title {
    margin-bottom: 2.5rem; } }

.c-vacancy-block__list {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .c-vacancy-block__list {
    margin-bottom: 1.5rem; } }

.c-whitepaper-list {
  counter-reset: whitepaper-list; }

.c-whitepaper-list__item {
  counter-increment: whitepaper-list;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .c-whitepaper-list__item {
    margin-bottom: 1.5rem; } }

@media (max-width: 1023.98px) {
  .c-whitepaper-list__item:last-child, .c-whitepaper-list__item:nth-last-child(2) {
    display: none; } }

.c-vacancy-list {
  border: 1px solid #d9d9d9; }

.c-vacancy-list__item:not(:first-of-type) {
  border-top: 1px solid #d9d9d9; }

@media (max-width: 1023.98px) {
  .c-vacancy-list__item:last-child, .c-vacancy-list__item:nth-last-child(2) {
    display: none; } }

.c-dossier {
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-dossier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 6rem; } }

@media (min-width: 1440px) {
  .c-dossier {
    margin-top: 4rem;
    margin-bottom: 9rem; } }

.c-dossier__header {
  margin-bottom: 1.5rem;
  width: 100%; }

@media (min-width: 768px) {
  .c-dossier__header {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.c-dossier__label {
  font-family: "Roboto Mono", monospace;
  margin: 0;
  color: #b3b3b3;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-dossier__label {
    font-size: 1.2rem;
    line-height: 2rem; } }

@media (min-width: 768px) {
  .c-dossier__left {
    padding-left: 0;
    padding-right: 1rem; } }

@media (min-width: 1024px) {
  .c-dossier__left {
    padding-right: 1.5rem; } }

.c-dossier__right {
  padding: 0 1.5rem;
  margin-top: 1rem;
  position: relative; }

@media (min-width: 768px) {
  .c-dossier__right {
    margin: 0;
    padding-left: 1rem;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 1024px) {
  .c-dossier__right {
    padding-left: 1.5rem; } }

@media (min-width: 768px) {
  .c-dossier__right-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px; } }

@media (min-width: 768px) {
  .c-dossier__link {
    margin-top: 3rem; } }

.c-dossier-list {
  height: 100%;
  max-height: 16rem;
  overflow: hidden;
  position: relative; }

@media (min-width: 768px) {
  .c-dossier-list {
    max-height: none; } }

.c-dossier-list:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.c-dossier-list__item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9; }

.c-link-list {
  color: #b3b3b3;
  margin-bottom: 2rem; }

.c-link-list__items {
  color: inherit;
  list-style: none;
  padding: 0;
  -webkit-column-width: 255px;
  column-width: 255px;
  margin: 0 -1.5rem; }

.c-link-list__item {
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 0 1.5rem; }

.c-link-list__item + .c-link-list__item {
  margin-top: 1.2rem; }

.c-link-list__link,
.c-link-list__item > a {
  color: inherit;
  text-decoration: none; }

.c-link-list__link:hover,
.c-link-list__item > a:hover {
  text-decoration: underline; }

.c-cross-link,
.c-cross-link__label,
.c-cross-link__info {
  display: block; }

.c-cross-link {
  display: block;
  color: #111111;
  text-decoration: none;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-cross-link {
    margin-bottom: 3rem; } }

.c-cross-link:hover {
  color: initial; }

.c-cross-link--article {
  background: rgba(233, 0, 39, 0.05); }

.c-cross-link--article .c-cross-link__label {
  color: #e90027; }

.c-cross-link--whitepaper {
  background: rgba(0, 110, 184, 0.05); }

.c-cross-link--whitepaper .c-cross-link__label {
  color: #006eb8; }

.c-cross-link--vacancy {
  background: rgba(146, 101, 168, 0.04); }

.c-cross-link--vacancy .c-cross-link__label {
  color: #9265a8; }

.c-cross-link--event {
  background: rgba(1, 150, 127, 0.04); }

.c-cross-link--event .c-cross-link__label {
  color: #01967f; }

.c-cross-link--shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-cross-link--shop .c-cross-link__label {
  color: #e90027; }

.c-cross-link--shop .c-cross-link__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2rem;
  border-left: none; }

.c-cross-link--shop .c-cross-link__info {
  display: block;
  margin-top: .5rem; }

.c-cross-link--shop .c-cross-link__info:before {
  content: ''; }

@media (min-width: 768px) {
  .c-cross-link--shop .c-cross-link__info {
    margin-top: 2rem; } }

.c-cross-link__content {
  border: 1px solid #d9d9d9;
  padding: 1rem 1.5rem; }

@media (min-width: 768px) {
  .c-cross-link__content {
    padding: 2rem; } }

.c-cross-link__label {
  display: block;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-cross-link__label {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-cross-link__date {
  color: #b3b3b3; }

.c-cross-link__title {
  font-family: "Brown Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .c-cross-link__title {
    font-size: 1.7rem;
    line-height: 3rem; } }

.c-cross-link__info {
  font-weight: 300; }

@media (min-width: 768px) {
  .c-cross-link__info {
    display: inline; }
  .c-cross-link__info:before {
    content: '- '; } }

.c-cross-link__image {
  width: 9rem;
  height: 9rem; }

@media (min-width: 768px) {
  .c-cross-link__image {
    width: 14rem;
    height: 14rem; } }

.c-interview__question {
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .c-interview__question {
    margin-bottom: 1rem; } }

.c-interview__answer {
  position: relative;
  padding-left: 2rem; }

.c-interview__answer:before {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1px;
  width: 1px;
  background: #e90027; }

@media (min-width: 768px) {
  .c-interview__answer {
    padding-left: 3.5rem; }
  .c-interview__answer:before {
    left: 1rem; } }

.c-interview__answer .c-interview__person {
  margin-top: 0.4rem;
  float: left;
  margin-right: 0.3rem; }

.c-interview__person {
  font-family: "Brown Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .c-interview__person {
    font-size: 1.7rem;
    line-height: 3rem; } }

.c-related-articles {
  margin-bottom: 2rem;
  overflow: hidden;
  border-top: 1px solid #d9d9d9; }

@media (min-width: 768px) {
  .c-related-articles {
    border-top: none;
    margin-bottom: 3rem;
    background: #f2f2f2;
    padding: 3rem 0 2rem; } }

@media (min-width: 1024px) {
  .c-related-articles {
    margin-bottom: 4rem; } }

.c-related-articles__container {
  position: relative;
  overflow: hidden;
  padding-right: 3rem;
  margin: 0 auto; }

.c-related-articles__container:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 237, 237, 0)), to(#EDEDED));
  background: linear-gradient(90deg, rgba(237, 237, 237, 0) 0%, #EDEDED 100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

@media (min-width: 1024px) {
  .c-related-articles__container {
    padding-right: 13rem; }
  .c-related-articles__container:after {
    width: 13rem; } }

.c-related-articles__container .c-teaser {
  margin-bottom: 0; }

.c-related-articles__container.is-at-last-item:after {
  opacity: 0; }

.c-related-articles__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.5rem; }

.c-related-articles__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  color: #111111;
  margin-left: 1rem;
  font-size: 1.2rem; }

.c-related-articles__control:hover {
  color: initial; }

.c-related-articles__control.is-disabled {
  color: #b3b3b3; }

.c-carousel {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); }

.c-carousel__item {
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

@media (min-width: 768px) {
  .c-carousel__item {
    padding: 0 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media (min-width: 1024px) {
  .c-carousel__item {
    padding: 0 15px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%; } }

.c-page-header {
  text-align: center;
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid #b3b3b3; }

@media (min-width: 768px) {
  .c-page-header {
    padding: 1rem 0 3rem; } }

.c-page-header__img-container {
  margin: 0 auto .5rem;
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-partner_logo__image img {
  max-width: 8rem;
  max-height: 8rem; }

.c-page-header__label,
.c-page-header__text,
.c-page-header__info {
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  .c-page-header__label,
  .c-page-header__text,
  .c-page-header__info {
    font-size: 1.2rem;
    line-height: 2rem; } }

.c-page-header__label,
.c-page-header__info {
  text-transform: uppercase; }

.c-page-header__title {
  font-family: "Brown Pro", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 3rem;
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .c-page-header__title {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 4rem; } }

.c-page-header__info,
.c-page-header__text {
  color: #b3b3b3; }

.c-page-header__info {
  display: none; }

@media (min-width: 1024px) {
  .c-page-header__info {
    display: inline-block;
    margin-bottom: 2rem; } }

.c-page-header__text {
  color: #b3b3b3;
  font-family: "Roboto Mono", monospace;
  line-height: 2rem; }

.c-page-header__social {
  display: none; }

@media (min-width: 1024px) {
  .c-page-header__social {
    display: inline-block;
    margin-top: 2rem; } }

.c-paywall {
  text-align: center;
  margin-bottom: 8rem; }

.c-paywall__body {
  margin-bottom: 1.5rem;
  background: #f2f2f2;
  padding: 2rem 1.5rem 3rem; }

@media (min-width: 768px) {
  .c-paywall__body {
    padding: 3rem 11rem 4rem;
    margin-bottom: 2rem; } }

@media (min-width: 1024px) {
  .c-paywall__body {
    padding: 3rem 6rem 4rem; } }

.c-paywall__label {
  position: relative;
  display: inline-block;
  background: #ffdd02;
  text-transform: uppercase;
  height: 1.8rem;
  padding: 0 .5rem 0 1.8rem;
  margin-bottom: 1.5rem; }

.c-paywall__label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 1rem; }

@media (min-width: 768px) {
  .c-paywall__label {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2rem; } }

.c-paywall__title {
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .c-paywall__title {
    margin-bottom: 1rem; } }

.c-paywall__text {
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .c-paywall__text {
    margin-bottom: 2rem; } }

.c-paywall__button {
  width: 100%; }

.c-paywall__button + .c-paywall__button {
  margin-top: 1.5rem; }

@media (min-width: 768px) {
  .c-paywall__button {
    width: 22rem; }
  .c-paywall__button + .c-paywall__button {
    margin: 0 0 0 2rem; } }

.c-read-more {
  visibility: hidden; }

.c-read-more.is-visible {
  visibility: visible; }

.c-read-more__link span:last-of-type {
  display: none; }

.c-read-more__link.is-toggled span:first-of-type {
  display: none; }

.c-read-more__link.is-toggled span:last-of-type {
  display: inline; }

.c-request-form {
  padding: 2rem 1.5rem 3rem;
  background: #f2f2f2;
  margin-bottom: 6rem; }

@media (min-width: 768px) {
  .c-request-form {
    margin-bottom: 8rem;
    padding: 4rem 1.5rem 5rem; } }

.c-request-form__body {
  max-width: 46rem;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .c-request-form__body {
    max-width: 54rem; } }

.c-request-form__submit {
  width: 100%;
  margin-top: .5rem; }

@media (min-width: 768px) {
  .c-request-form__submit {
    width: 23rem;
    margin-top: 0; } }

.c-cta {
  text-align: center;
  background: #f2f2f2;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .c-cta {
    padding: 3rem 2rem; } }

.c-cta__title {
  margin-bottom: .5rem; }

.c-cta__text {
  margin-bottom: 1rem; }

/**
* Theme styling
* This file contains styling on page level in which nested elements
* have specific styles according to their parents.
* Be extra careful with specificity in here!
 */
/**
* @file
* This file contains styling for specific classes on the body or page level.
* According to the different types, different gradients will be used on buttons and in headers
*
* @example
* <body class="theme theme--red">
 */
.theme .c-site-header:before,
.theme .c-button:after,
.theme .c-article-progress__bar:after,
.theme .c-site-footer:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffdd02), to(#e90027));
  background: linear-gradient(90deg, #ffdd02, #e90027); }

/**
* @file
* This file contains styling for specific classes on the body or page level.
* According to the different types, different gradients will be used on buttons and in headers
*
* @example
* <body class="theme theme--red">
 */
.theme--red .c-site-header:before,
.theme--red .c-button:after,
.theme--red .c-article-progress__bar:after,
.theme--red .c-site-footer:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffdd02), to(#e90027));
  background: linear-gradient(90deg, #ffdd02, #e90027); }

/**
* @file
* This file contains styling for specific classes on the body or page level.
* According to the different types, different gradients will be used on buttons and in headers
*
* @example
* <body class="theme theme--green">
 */
.theme--green .c-site-header:before,
.theme--green .c-button:after,
.theme--green .c-article-progress__bar:after,
.theme--green .c-site-footer:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffdd02), to(#01967f));
  background: linear-gradient(90deg, #ffdd02, #01967f); }

/**
* @file
* This file contains styling for specific classes on the body or page level.
* According to the different types, different gradients will be used on buttons and in headers
*
* @example
* <body class="theme theme--blue">
 */
.theme--blue .c-site-header:before,
.theme--blue .c-button:after,
.theme--blue .c-article-progress__bar:after,
.theme--blue .c-site-footer:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffdd02), to(#006eb8));
  background: linear-gradient(90deg, #ffdd02, #006eb8); }

/**
* @file
* This file contains styling for specific classes on the body or page level.
* According to the different types, different gradients will be used on buttons and in headers
*
* @example
* <body class="theme theme--purple">
 */
.theme--purple .c-site-header:before,
.theme--purple .c-button:after,
.theme--purple .c-article-progress__bar:after,
.theme--purple .c-site-footer:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffdd02), to(#9265a8));
  background: linear-gradient(90deg, #ffdd02, #9265a8); }

/* Drupal specific styling */
/**
* @file
* This file contains the styling specific for drupal generated items, like the menu to edit an article
*/
.block--local-tasks-block {
  position: fixed;
  z-index: 999999;
  right: 0;
  background: #ffffff;
  border: solid #666666;
  -webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 1px; }

.block--local-tasks-block ul li:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9; }

.block--local-tasks-block ul li a {
  display: block;
  padding: 1rem 4rem 1rem 2rem;
  position: relative; }

.block--local-tasks-block ul li a:hover:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.block--local-tasks-block ul li a.is-active {
  background: #f2f2f2;
  color: #111111;
  text-decoration: none; }

/* Use this file for hotfixes and refactor later */
/**
* @file
* Use this file for hotfixes only and refactor later
 */
body.toolbar-horizontal .c-page__header {
  top: 78px; }

.block--views-blockpartner-content-block-partner-content,
.header-margin,
.path-partnerbijdragen div.l-container {
  margin-top: 21px; }

.path-taxonomy .c-page-header__title {
  text-transform: capitalize; }

.c-social-menu__item div {
  height: 100%; }

.c-social-menu__item div div.ajax-progress {
  display: none; }

.c-teaser__premium-label-article-container {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 21px; }

.c-teaser__premium-label-article {
  display: inline-block;
  background: #ffdd02;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .c-teaser__premium-label-article {
    font-size: 1.2rem;
    line-height: 2rem;
    width: auto;
    letter-spacing: .1rem;
    padding: .5rem .5rem; } }

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