@charset "UTF-8";
/*!
 * Bootstrap v4.4.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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #E87722;
  --secondary: #003C71;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  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.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

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; }

a {
  color: #E87722;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #ac5412;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.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 {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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-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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.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, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #E87722 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c35f14 !important; }

.bg-secondary {
  background-color: #003C71 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #00213e !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #E87722 !important; }

.border-secondary {
  border-color: #003C71 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: 576px) {
  .d-sm-none {
    display: none !important; }

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -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: 768px) {
  .d-md-none {
    display: none !important; }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -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: 992px) {
  .d-lg-none {
    display: none !important; }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -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: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

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

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

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

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

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

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

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

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

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

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

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

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

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

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

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

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

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

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

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

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

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

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

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

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.overflow-auto {
  overflow: auto !important; }

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

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

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

.w-75 {
  width: 75% !important; }

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

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

.h-75 {
  height: 75% !important; }

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

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

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

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

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

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #E87722 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #ac5412 !important; }

.text-secondary {
  color: #003C71 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #001325 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 15px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: transparent;
        border: solid 2px #E87722;
        content: '';
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #E87722; }

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px; }
.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0; }
.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: ''; }
.slider--feedback .slick-dots button {
  background-color: white; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
----------------------------------------------------------------

readyclass.css
Gravity Forms Ready Class Pre-Set Helper Styles
http://www.gravityforms.com
updated: November 11, 2016 9:39 AM GMT-5

Gravity Forms is a Rocketgenius project
copyright 2008-2016 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none; }

  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker),
  .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker) {
    width: 100% !important;
    margin: 8px 0 0 0;
    padding-left: 0;
    padding-right: 0; }

  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0; }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px; }

  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
    width: 100%; }

  .gform_wrapper .top_label li.gfield.gf_left_half textarea,
  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%; }

  .gform_wrapper .top_label li.gfield.gf_left_half input.small,
  .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%; }

  .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
    padding: 16px 0 8px 0; }

  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0; }

  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0; }

  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0; }

  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
    clear: both; }

  /* 3 columns */
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none; }

  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: calc(33.3% - 24px) !important;
    margin-right: 16px; }

  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%; }

  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 20px; }

  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
    width: 100%; }

  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input),
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input),
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input),
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important; }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 24px) !important;
    margin-right: 16px; }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%; }

  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both; }

  .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px 0; }

  .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
    clear: both; }

  /* 4 columns - quarters */
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none; }

  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin-bottom: 8px; }

  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
    width: 100% !important; }

  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
    width: 24.5%; }

  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both; }

  .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width: 97.5%; }

  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
    padding: 16px 0 8px 0; }

  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
    clear: both; }

  /* end media query */ }
/*
	We now manage margins and paddings using the BS utilities. Add more as necessary here:
*/
.m-15 {
  margin: 15px !important; }

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

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

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

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

.m-30 {
  margin: 30px !important; }

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

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

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

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

.m-40 {
  margin: 40px !important; }

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

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

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

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

.m-50 {
  margin: 50px !important; }

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

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

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

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

.m-100 {
  margin: 100px !important; }

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

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

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

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

.p-15 {
  padding: 15px !important; }

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

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

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

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

.p-30 {
  padding: 30px !important; }

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

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

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

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

.p-40 {
  padding: 40px !important; }

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

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

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

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

.p-50 {
  padding: 50px !important; }

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

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

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

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

.p-100 {
  padding: 100px !important; }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important; }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }

  .m-sm-30 {
    margin: 30px !important; }

  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; }

  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; }

  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; }

  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; }

  .m-sm-40 {
    margin: 40px !important; }

  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important; }

  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important; }

  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important; }

  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important; }

  .m-sm-50 {
    margin: 50px !important; }

  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important; }

  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important; }

  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important; }

  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important; }

  .m-sm-100 {
    margin: 100px !important; }

  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important; }

  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important; }

  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important; }

  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important; }

  .p-sm-15 {
    padding: 15px !important; }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }

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

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }

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

  .p-sm-30 {
    padding: 30px !important; }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; }

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

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; }

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

  .p-sm-40 {
    padding: 40px !important; }

  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important; }

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

  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important; }

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

  .p-sm-50 {
    padding: 50px !important; }

  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important; }

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

  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important; }

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

  .p-sm-100 {
    padding: 100px !important; }

  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important; }

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

  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important; }

  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important; } }
@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important; }

  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }

  .m-md-30 {
    margin: 30px !important; }

  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; }

  .m-md-40 {
    margin: 40px !important; }

  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important; }

  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important; }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important; }

  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important; }

  .m-md-50 {
    margin: 50px !important; }

  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important; }

  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important; }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important; }

  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important; }

  .m-md-100 {
    margin: 100px !important; }

  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important; }

  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important; }

  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important; }

  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important; }

  .p-md-15 {
    padding: 15px !important; }

  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }

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

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }

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

  .p-md-30 {
    padding: 30px !important; }

  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; }

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

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; }

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

  .p-md-40 {
    padding: 40px !important; }

  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important; }

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

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important; }

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

  .p-md-50 {
    padding: 50px !important; }

  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important; }

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

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important; }

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

  .p-md-100 {
    padding: 100px !important; }

  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important; }

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

  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important; }

  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important; } }
@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15px !important; }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }

  .m-lg-30 {
    margin: 30px !important; }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; }

  .m-lg-40 {
    margin: 40px !important; }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important; }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important; }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important; }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important; }

  .m-lg-50 {
    margin: 50px !important; }

  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important; }

  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important; }

  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important; }

  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important; }

  .m-lg-100 {
    margin: 100px !important; }

  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important; }

  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important; }

  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important; }

  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important; }

  .p-lg-15 {
    padding: 15px !important; }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }

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

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }

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

  .p-lg-30 {
    padding: 30px !important; }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; }

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

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; }

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

  .p-lg-40 {
    padding: 40px !important; }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important; }

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

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important; }

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

  .p-lg-50 {
    padding: 50px !important; }

  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important; }

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

  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important; }

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

  .p-lg-100 {
    padding: 100px !important; }

  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important; }

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

  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important; }

  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important; } }
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important; }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }

  .m-xl-30 {
    margin: 30px !important; }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; }

  .m-xl-40 {
    margin: 40px !important; }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important; }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important; }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important; }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important; }

  .m-xl-50 {
    margin: 50px !important; }

  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important; }

  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important; }

  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important; }

  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important; }

  .m-xl-100 {
    margin: 100px !important; }

  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important; }

  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important; }

  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important; }

  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important; }

  .p-xl-15 {
    padding: 15px !important; }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }

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

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }

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

  .p-xl-30 {
    padding: 30px !important; }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; }

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

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; }

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

  .p-xl-40 {
    padding: 40px !important; }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important; }

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

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important; }

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

  .p-xl-50 {
    padding: 50px !important; }

  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important; }

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

  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important; }

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

  .p-xl-100 {
    padding: 100px !important; }

  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important; }

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

  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important; }

  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important; } }
html {
  font-size: 18px;
  font-family: "myriad-pro", sans-serif; }

body {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3888888889;
  color: #595959;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.base-theme-padding {
  padding: 100px 0; }

.top-nav {
  width: 100%;
  background: black;
  padding: 12px 25px; }
  .top-nav .campl-main-logo img {
    max-width: 154px; }
  .top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    .top-nav ul > li {
      padding: 0;
      text-indent: 0; }
    .top-nav ul li {
      display: inline-block; }
      .top-nav ul li:last-child a {
        padding-right: 0; }
      .top-nav ul li a {
        position: relative;
        font-size: 12px;
        font-size: 0.6666666667rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        color: white;
        padding: 20px; }
        .top-nav ul li a:hover {
          text-decoration: none;
          color: #E87722; }

.main-nav {
  width: 100%;
  background: white;
  padding: 30px 90px; }
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav ul > li {
      padding: 0;
      text-indent: 0; }
    .main-nav ul li {
      display: inline-block; }
  .main-nav__logo {
    display: inline-block;
    width: 240px; }
    .main-nav__logo img {
      width: 218px;
      padding: 9px; }
  .main-nav__menu-wrapper {
    display: inline-block;
    float: right;
    width: calc( 100% - 250px ); }
  .main-nav__secondary {
    margin-top: 6px;
    text-align: right;
    overflow: hidden; }
    .main-nav__secondary .menu-top-menu-container {
      display: inline-block;
      margin-right: 8px; }
    .main-nav__secondary .js-toggle-search {
      position: relative;
      float: right;
      margin-top: 4px;
      display: inline-block;
      width: 19px;
      height: 19px;
      background-image: url("../img/icons/icon__search.svg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      z-index: 2; }
    .main-nav__secondary .search-wrapper {
      display: inline-block;
      width: 0;
      pointer-events: none;
      opacity: 0;
      margin-right: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .main-nav__secondary .search-wrapper form label {
        display: none; }
      .main-nav__secondary .search-wrapper form input {
        width: 0px;
        padding: 4px 0 !important;
        padding-right: 23px !important;
        font-size: 14px;
        font-size: 0.7777777778rem;
        line-height: 1;
        font-weight: 600;
        color: #595959;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #C6C6C6;
        border-radius: 0 !important;
        outline: none !important;
        min-height: 10px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .main-nav__secondary .search-wrapper form input::-webkit-input-placeholder {
          color: #B1B1B1; }
        .main-nav__secondary .search-wrapper form input:-ms-input-placeholder {
          color: #B1B1B1; }
        .main-nav__secondary .search-wrapper form input::-ms-input-placeholder {
          color: #B1B1B1; }
        .main-nav__secondary .search-wrapper form input::placeholder {
          color: #B1B1B1; }
    .main-nav__secondary .search-wrapper.is-open {
      width: 220px;
      opacity: 1;
      pointer-events: auto;
      margin-right: -23px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .main-nav__secondary .search-wrapper.is-open form input {
        width: 215px;
        opacity: 1; }
    .main-nav__secondary .search-wrapper.is-open + .js-toggle-search {
      background-image: none !important; }
      .main-nav__secondary .search-wrapper.is-open + .js-toggle-search::before, .main-nav__secondary .search-wrapper.is-open + .js-toggle-search::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 15px;
        height: 2px;
        background-color: #818181;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari */
        transform: rotate(45deg);
        /* Safari */ }
      .main-nav__secondary .search-wrapper.is-open + .js-toggle-search::after {
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Safari */
        transform: rotate(-45deg);
        /* Safari */ }
  .main-nav__secondary .menu {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1;
    font-weight: 600;
    text-align: right; }
    .main-nav__secondary .menu a {
      color: #595959;
      padding: 3px 5px; }
    .main-nav__secondary .menu a:hover, .main-nav__secondary .menu a:focus, .main-nav__secondary .menu a:active {
      color: black; }
  .main-nav__primary {
    margin-top: 20px; }
  .main-nav__primary .menu {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 1;
    font-weight: 600;
    text-align: right; }
    .main-nav__primary .menu .menu-item {
      position: relative;
      margin: 0 4px; }
      .main-nav__primary .menu .menu-item:last-child {
        margin-right: 0; }
    .main-nav__primary .menu a {
      position: relative;
      color: black;
      padding: 5px 7px; }
    .main-nav__primary .menu a:hover, .main-nav__primary .menu a:focus, .main-nav__primary .menu a:active {
      color: #E87722; }

.menu-main-container {
  padding-top: 40px; }

@media screen and (min-width: 1100px) {
  .mobile-menu-button-wrapper {
    display: none; }

  .main-nav__primary .menu > .menu-item > a::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 3px;
    bottom: -14px;
    background-color: #E87722;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .main-nav__primary .menu > .menu-item:hover::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 50%;
    background-color: transparent;
    width: 270px;
    height: 50px;
    margin-left: -135px; }
  .main-nav__primary .menu > .menu-item:hover > a::after,
  .main-nav__primary .menu > .menu-item.current-menu-ancestor > a::after,
  .main-nav__primary .menu > .menu-item.current-menu-item > a::after {
    width: 100%;
    left: 0; }
  .main-nav__primary .menu .sub-menu .back-menu, .main-nav__primary .menu .sub-menu .page-title, .main-nav__primary .menu .sub-menu .js-open-submenu {
    display: none; }
  .main-nav__primary .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    padding: 40px;
    background-color: #1B1B1B;
    border-bottom: 3px solid #E87722;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main-nav__primary .menu .sub-menu .menu-item {
      display: block;
      text-align: left; }
    .main-nav__primary .menu .sub-menu a {
      display: block;
      color: white;
      padding: 10px 0; }
    .main-nav__primary .menu .sub-menu a:hover, .main-nav__primary .menu .sub-menu a:focus, .main-nav__primary .menu .sub-menu a:active {
      color: #E87722; }
    .main-nav__primary .menu .sub-menu::before {
      content: '';
      position: absolute;
      top: -11px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 13px 12px 13px;
      border-color: transparent transparent #1B1B1B transparent; }
  .main-nav__primary .menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }
@media screen and (max-width: 1099px) {
  .mobile-menu-button-wrapper.outside-menu {
    position: absolute;
    top: 100px;
    right: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .mobile-menu-button-wrapper.outside-menu.is-active {
      opacity: 0; }

  .mobile-menu-button-wrapper.inside-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 7; }

  .main-nav__menu-wrapper {
    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; }

  .main-nav__menu-wrapper,
  .main-nav__primary .menu .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40vw;
    background-color: #1B1B1B;
    padding: 100px 35px 45px 35px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* IE 9 */
    -webkit-transform: translateX(100%);
    /* Safari */
    transform: translateX(100%);
    /* Safari */
    z-index: 5; }
    .main-nav__menu-wrapper.is-active,
    .main-nav__primary .menu .sub-menu.is-active {
      /* IE 9 */
      -webkit-transform: translateX(0);
      /* Safari */
      transform: translateX(0);
      /* Safari */ }
    .main-nav__menu-wrapper .menu, .main-nav__menu-wrapper .sub-menu,
    .main-nav__primary .menu .sub-menu .menu,
    .main-nav__primary .menu .sub-menu .sub-menu {
      -webkit-margin-before: 0;
              margin-block-start: 0;
      -webkit-margin-after: 0;
              margin-block-end: 0;
      -webkit-padding-start: 0;
         -moz-padding-start: 0;
              padding-inline-start: 0; }

  .main-nav__primary .menu {
    text-align: left; }
  .main-nav__primary .menu li {
    display: block; }
    .main-nav__primary .menu li a {
      display: block;
      color: white;
      padding: 18px 0; }
  .main-nav__primary .menu > .menu-item a {
    padding-right: 20px; }
  .main-nav__primary .menu .menu-item-has-children .js-open-submenu {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .main-nav__primary .menu .menu-item-has-children .js-open-submenu::before, .main-nav__primary .menu .menu-item-has-children .js-open-submenu::after {
      content: '';
      position: absolute;
      top: 19px;
      left: 20px;
      width: 20px;
      height: 3px;
      background-color: #E87722; }
    .main-nav__primary .menu .menu-item-has-children .js-open-submenu::after {
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari */
      transform: rotate(90deg);
      /* Safari */ }
  .main-nav__primary .menu > .menu-item > a::after {
    bottom: 1px; }

  .main-nav__primary .sub-menu .page-title {
    display: block;
    font-size: 26px;
    font-size: 1.4444444444rem; }
    .main-nav__primary .sub-menu .page-title a {
      color: #E87722; }
      .main-nav__primary .sub-menu .page-title a:hover, .main-nav__primary .sub-menu .page-title a:focus {
        color: white; }
  .main-nav__primary .sub-menu .back-menu {
    display: block;
    font-size: 12px;
    font-size: 0.6666666667rem;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: white;
    padding: 20px 0;
    margin-top: 30px;
    cursor: pointer; }
  .main-nav__primary .sub-menu .menu-item {
    margin: 0; }

  .main-nav__secondary {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .main-nav__secondary .menu {
      text-align: left;
      margin-bottom: 20px; }
      .main-nav__secondary .menu a:hover, .main-nav__secondary .menu .current-menu-item a {
        color: white; }
    .main-nav__secondary .search-wrapper {
      display: block;
      pointer-events: auto;
      opacity: 1; }
      .main-nav__secondary .search-wrapper.is-open {
        width: 100%; }
        .main-nav__secondary .search-wrapper.is-open form input {
          width: 100%; }
    .main-nav__secondary .js-toggle-search {
      margin-top: -23px; } }
@media screen and (max-width: 1300px) {
  .main-nav {
    padding: 30px 60px; } }
@media screen and (max-width: 1060px) {
  .main-nav {
    padding: 20px; }

  .mobile-menu-button-wrapper.outside-menu {
    right: 20px; } }
@media screen and (max-width: 991px) {
  .cambridge-menu a {
    padding: 20px 10px !important; } }
@media screen and (min-width: 660px) and (max-width: 767px) {
  .cambridge-menu a {
    font-size: 11px !important;
    font-size: 0.6111111111rem !important;
    padding: 20px 6px !important; } }
@media screen and (max-width: 767px) {
  .main-nav__menu-wrapper,
  .main-nav__primary .menu .sub-menu {
    width: 60vw; }

  .mobile-menu-button-wrapper.outside-menu {
    top: 90px; }

  .main-nav__primary .sub-menu .page-title {
    font-size: 21px;
    font-size: 1.1666666667rem; }

  .main-nav__primary .menu > .menu-item a {
    padding-right: 0; } }
@media screen and (max-width: 659px) {
  .cambridge-menu {
    display: none; }

  .mobile-menu-button-wrapper.outside-menu {
    top: 80px; }

  .mobile-menu-button-wrapper.inside-menu {
    top: 0px; }

  .main-nav__menu-wrapper,
  .main-nav__primary .menu .sub-menu {
    padding: 45px 35px 65px 35px; }

  .main-nav__primary .menu li a {
    padding: 14px 0; } }
@media screen and (max-width: 575px) {
  .top-nav__logo {
    text-align: center; }

  .main-nav__logo img {
    width: 160px; }

  .main-nav__menu-wrapper,
  .main-nav__primary .menu .sub-menu {
    width: 75vw; }

  .mobile-menu-button-wrapper.outside-menu {
    top: 81px; } }
@media screen and (max-width: 430px) {
  .main-nav__menu-wrapper,
  .main-nav__primary .menu .sub-menu {
    width: 100vw; } }
.newsletter-signup {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 85px 0;
  text-align: center;
  margin: 70px 90px 80px 90px; }
  .newsletter-signup::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.47); }
  .newsletter-signup::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 180px;
    background-image: url("../img/pixels/orange.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
  .newsletter-signup.pixel--orange::before {
    background-image: url("../img/pixels/orange.svg"); }
  .newsletter-signup.pixel--light-blue::before {
    background-image: url("../img/pixels/light-blue.svg"); }
  .newsletter-signup.pixel--dark-blue::before {
    background-image: url("../img/pixels/dark-blue.svg"); }
  .newsletter-signup.pixel--green::before {
    background-image: url("../img/pixels/green.svg"); }
  .newsletter-signup.pixel--red::before {
    background-image: url("../img/pixels/red.svg"); }
  .newsletter-signup .col-12 {
    z-index: 2; }
  .newsletter-signup h3, .newsletter-signup p {
    color: white; }
  .newsletter-signup h3 {
    font-size: 60px;
    font-size: 3.3333333333rem;
    letter-spacing: -2.5px;
    margin-bottom: 10px; }
  .newsletter-signup p {
    margin-bottom: 27px; }

.site-footer__main {
  background-color: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 85px; }
  .site-footer__main p, .site-footer__main ul, .site-footer__main li, .site-footer__main a, .site-footer__main span {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 1.6875;
    color: white; }
  .site-footer__main .section-title {
    display: block;
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.35;
    font-weight: 600;
    color: #E87722;
    border-bottom: 1px solid #FDFDFE;
    padding-bottom: 5px;
    margin-bottom: 30px; }
  .site-footer__main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer__main ul > li {
      padding: 0;
      text-indent: 0; }
  .site-footer__main .site-footer__contact p:nth-child(2) {
    margin-bottom: 25px; }
  .site-footer__main span.email::before {
    background-image: url("../img/icons/icon__mail.svg"); }
  .site-footer__main span.phone::before {
    background-image: url("../img/icons/icon__phone.svg"); }
  .site-footer__main .site-footer__useful-links {
    margin-bottom: 30px; }
  .site-footer__main .site-footer__social li {
    margin-bottom: 10px; }
  .site-footer__main .site-footer__social a {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1rem;
    padding-left: 32px; }
    .site-footer__main .site-footer__social a::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px; }
  .site-footer__main .site-footer__social .twitter a::before {
    top: 5px;
    background-image: url("../img/social/twitter--white.svg"); }
  .site-footer__main .site-footer__social .linked-in a::before {
    background-image: url("../img/social/linkedin--white.svg"); }
  .site-footer__main .site-footer__social .email-updates a::before {
    top: 5px;
    width: 23px;
    background-image: url("../img/icons/icon__mail.svg"); }
  .site-footer__main .site-footer__logo {
    text-align: right; }
    .site-footer__main .site-footer__logo img {
      max-width: 270px;
      margin-top: 27px; }
.site-footer__secondary {
  background-color: #1B1B1B;
  color: white;
  padding: 40px 0; }
  .site-footer__secondary p, .site-footer__secondary ul, .site-footer__secondary li, .site-footer__secondary a, .site-footer__secondary span {
    font-size: 11px;
    font-size: 0.6111111111rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: white; }
  .site-footer__secondary ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer__secondary ul > li {
      padding: 0;
      text-indent: 0; }
    .site-footer__secondary ul li {
      position: relative;
      display: inline-block;
      margin-right: 12px;
      padding-right: 12px; }
      .site-footer__secondary ul li::after {
        content: '';
        position: absolute;
        top: 0;
        right: -2px;
        height: 11px;
        width: 1px;
        background-color: white; }
      .site-footer__secondary ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
      .site-footer__secondary ul li:last-child::after {
        display: none; }
  .site-footer__secondary .twk-link {
    display: block;
    text-align: right; }

.js-scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E87722;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .js-scroll-to-top:hover {
    background-color: #c35f14; }
  .js-scroll-to-top.show {
    opacity: 1; }
  .js-scroll-to-top::before, .js-scroll-to-top::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: white;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */ }
  .js-scroll-to-top::before {
    right: 21px;
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */ }

@media screen and (max-width: 1300px) {
  .newsletter-signup {
    margin: 70px 60px 80px 60px;
    padding: 60px 0 65px 0; }
    .newsletter-signup::before {
      width: 250px;
      height: 150px; }
    .newsletter-signup h3 {
      font-size: 50px;
      font-size: 2.7777777778rem; } }
@media screen and (max-width: 1060px) {
  .newsletter-signup {
    margin: 60px 20px 60px 20px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer__main .site-footer__contact p:nth-child(2) {
    float: left;
    width: 50%; }

  .site-footer__main .site-footer__contact p:nth-child(3) {
    float: right;
    width: calc( 50% - 15px); } }
@media screen and (max-width: 767px) {
  .newsletter-signup::before {
    width: 160px;
    height: 96px; }
  .newsletter-signup h3 {
    font-size: 40px;
    font-size: 2.2222222222rem; }

  .site-footer__secondary .twk-link {
    text-align: center;
    margin-top: 10px; }

  .site-footer__policies {
    text-align: center; }
    .site-footer__policies li:first-child {
      display: block;
      margin-bottom: 10px;
      margin-right: 0;
      padding-right: 0; }
      .site-footer__policies li:first-child::after {
        display: none; } }
p {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3888888889;
  color: #595959;
  margin-bottom: 15px; }

p.twkmedia_intro_text, .intro, pre {
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 1.3636363636;
  font-weight: 600;
  color: #000000;
  white-space: normal; }

a {
  text-decoration: none;
  outline: none;
  color: #E87722;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #c35f14; }

.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.teaser-link {
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1;
  letter-spacing: 0.81px;
  font-weight: 600;
  text-transform: uppercase;
  color: #E87722;
  margin-left: 40px; }
  .teaser-link::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -40px;
    width: 30px;
    height: 2px;
    background-color: #E87722; }

h1, h2, h3, h4, h5, h6, .h2 {
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  line-height: 1.15;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 60px;
  font-size: 3.3333333333rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -2.5px; }

h2 {
  position: relative;
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -2.08px;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 43px; }
  h2::before {
    content: '';
    position: absolute;
    top: 34px;
    left: -43px;
    width: 30px;
    height: 3px;
    background-color: #E87722; }
  h2.no-line {
    margin-left: 0; }
    h2.no-line::before {
      display: none; }

h3 {
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  letter-spacing: -1.67px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 600; }
  h3.lg {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.1944444444;
    letter-spacing: -1.5px;
    margin-bottom: 30px; }
  h3.xl {
    font-size: 40px;
    font-size: 2.2222222222rem;
    line-height: 1.2;
    letter-spacing: -1.67px;
    margin-bottom: 15px;
    margin-top: 15px; }

h4 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.2333333333;
  font-weight: 600;
  letter-spacing: -1.25px;
  margin-top: 15px;
  margin-bottom: 25px; }

.title {
  display: block; }
  .title--line {
    position: relative;
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: black;
    margin: 10px 0; }
    .title--line span {
      background-color: white;
      padding-right: 12px; }
    .title--line::after {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background-color: #E87722;
      z-index: -1; }

.h2 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.22;
  letter-spacing: -2.08px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 25px; }

.page-template-tpl-work-for-us .h2 {
  margin-bottom: 65px; }

blockquote {
  background-color: #003C71;
  padding: 45px 75px 45px 90px; }

blockquote,
.quote-slider {
  position: relative; }
  blockquote::after,
  .quote-slider::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 25px;
    width: 48px;
    height: 39px;
    background-image: url("../img/icons/icon__quote-mark.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  blockquote p,
  .quote-slider p {
    font-size: 26px;
    font-size: 1.4444444444rem;
    line-height: 1.3461538462;
    color: white;
    margin-bottom: 20px; }
  blockquote cite,
  .quote-slider cite {
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 0.7222222222rem;
    line-height: 1;
    letter-spacing: 0.81px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    color: white;
    margin-left: 52px; }
    blockquote cite::before,
    .quote-slider cite::before {
      content: '';
      position: absolute;
      top: 6px;
      left: -52px;
      width: 42px;
      height: 2px;
      background-color: white; }

.main ul, .main ol {
  list-style: none !important;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
     -moz-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 37px;
  margin-bottom: 30px; }
  .main ul li, .main ol li {
    position: relative;
    font-family: "myriad-pro", sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.3888888889;
    color: #595959;
    margin-bottom: 15px; }

.main ul li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #E87722; }

.main ol {
  counter-reset: twk-counter; }
  .main ol li {
    counter-increment: twk-counter; }
    .main ol li::before {
      content: counter(twk-counter) ". ";
      position: absolute;
      left: -25px;
      top: 1px;
      color: #E87722; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    font-size: 2.7777777778rem; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    font-size: 2.1111111111rem; }

  h2, .h2 {
    font-size: 38px;
    font-size: 2.1111111111rem; }

  h2 {
    margin-left: 34px; }
    h2::before {
      top: 23px;
      left: -33px;
      width: 23px; }

  h3 {
    font-size: 34px;
    font-size: 1.8888888889rem; }

  h4 {
    font-size: 26px;
    font-size: 1.4444444444rem; }

  blockquote p, .quote-slider p {
    font-size: 22px;
    font-size: 1.2222222222rem; } }
@media screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
    font-size: 1.7777777778rem; } }
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1250px; } }
#content-wrap {
  position: relative;
  margin-bottom: 60px; }

.pos-rel {
  position: relative; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #003C71;
  padding: 10px; }

::selection {
  color: white;
  background: #003C71;
  padding: 10px; }

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.background--light-grey {
  background-color: #E8E8E8;
  padding: 60px 70px 50px 70px; }

@media screen and (max-width: 767px) {
  .background--light-grey {
    padding: 35px 40px 30px 40px; } }
.border--bottom {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E87722;
  margin: 10px 0; }

#map-canvas {
  width: 100%;
  height: 500px; }

@media screen and (max-width: 991px) {
  #map-canvas {
    height: 400px; } }
@media screen and (max-width: 450px) {
  #map-canvas {
    height: 340px; } }
.image-credit {
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

@media screen and (max-width: 560px) {
  .main section:first-child > .container > .row > .col-12 > p:first-child {
    margin-right: 35px; }

  blockquote {
    padding: 25px; } }
.mfp-iframe-holder .mfp-content {
  max-width: 75vw; }

@media screen and (max-width: 1300px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 83vw; } }
@media screen and (max-width: 767px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 90vw; } }
.search-result-group {
  margin-bottom: 50px; }

.button,
.sf-field-reset a {
  position: relative;
  display: inline-block;
  padding: 20px 26px;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #E87722;
  background: #E87722;
  color: white;
  margin-top: 15px;
  margin-right: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .button:hover, .button:focus, .button:active,
  .sf-field-reset a:hover,
  .sf-field-reset a:focus,
  .sf-field-reset a:active {
    text-decoration: none;
    outline: none;
    color: white;
    background-color: #c35f14;
    border-color: #c35f14; }
  .button--full-width,
  .sf-field-reset a--full-width {
    display: block;
    text-align: center;
    margin-right: 0; }
  .button--light-blue,
  .sf-field-reset a--light-blue {
    border-color: #00B0B9;
    background-color: #00B0B9;
    color: white; }
    .button--light-blue:hover, .button--light-blue:focus, .button--light-blue:active,
    .sf-field-reset a--light-blue:hover,
    .sf-field-reset a--light-blue:focus,
    .sf-field-reset a--light-blue:active {
      border-color: #007f86;
      background-color: #007f86; }
  .button--dark-blue,
  .sf-field-reset a--dark-blue {
    border-color: #003C71;
    background-color: #003C71;
    color: white; }
    .button--dark-blue:hover, .button--dark-blue:focus, .button--dark-blue:active,
    .sf-field-reset a--dark-blue:hover,
    .sf-field-reset a--dark-blue:focus,
    .sf-field-reset a--dark-blue:active {
      border-color: #00213e;
      background-color: #00213e; }
  .button--red,
  .sf-field-reset a--red {
    border-color: #D50032;
    background-color: #D50032;
    color: white; }
    .button--red:hover, .button--red:focus, .button--red:active,
    .sf-field-reset a--red:hover,
    .sf-field-reset a--red:focus,
    .sf-field-reset a--red:active {
      border-color: #a20026;
      background-color: #a20026; }
  .button--green,
  .sf-field-reset a--green {
    border-color: #B7BF10;
    background-color: #B7BF10;
    color: white; }
    .button--green:hover, .button--green:focus, .button--green:active,
    .sf-field-reset a--green:hover,
    .sf-field-reset a--green:focus,
    .sf-field-reset a--green:active {
      border-color: #8a900c;
      background-color: #8a900c; }
  .button--white,
  .sf-field-reset a--white {
    border-color: white;
    background-color: white;
    color: #E87722; }
  .button--ghost,
  .sf-field-reset a--ghost {
    background-color: transparent;
    color: white; }
    .button--ghost:hover,
    .sf-field-reset a--ghost:hover {
      background-color: white;
      color: #E87722;
      border-color: white; }

.page-id-16286 .button {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff; }
  .page-id-16286 .button:hover {
    background-color: #595959;
    border-color: #595959; }

.external-link,
.pdf-document {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin: 10px 20px 20px 0;
  padding-left: 45px; }
  .external-link::before,
  .pdf-document::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #E87722;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .external-link:hover, .external-link:focus, .external-link:active,
  .pdf-document:hover,
  .pdf-document:focus,
  .pdf-document:active {
    color: #E87722; }
  .external-link:hover::before, .external-link:focus::before, .external-link:active::before,
  .pdf-document:hover::before,
  .pdf-document:focus::before,
  .pdf-document:active::before {
    background-color: #c35f14; }

.external-link::before {
  background-image: url("../img/icons/icon__external-link.svg");
  background-size: 20px 20px; }

.pdf-document::before {
  background-image: url("../img/icons/icon__document.svg");
  background-size: 20px 20px; }

.link-block {
  padding: 20px;
  padding-bottom: 12px;
  border: 1px solid #E87722; }
  .link-block a {
    width: calc( 50% - 22px );
    vertical-align: top; }
  .link-block a:nth-child(even),
  .link-block a:last-child {
    margin-right: 0; }

@media screen and (max-width: 575px) {
  .link-block a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0; } }
span.email, span.phone {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px; }
  span.email::before, span.phone::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url("../img/icons/icon__mail--black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px; }

span.phone::before {
  top: 2px;
  background-image: url("../img/icons/icon__phone--black.svg"); }

.hamburger {
  padding: 16px 14px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border-radius: none !important;
  background: none !important; }
  .hamburger:hover {
    background: none !important; }
  .hamburger:focus, .hamburger:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .hamburger .btn-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block; }

.hamburger-box {
  width: 30px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #E87722;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

.hamburger-inner:hover,
.hamburger-inner:hover::before,
.hamburger-inner:hover::after {
  background-color: #E87722; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

img.alignleft {
  float: left;
  margin-right: 26px; }

img.alignright {
  float: right;
  margin-left: 26px; }

img.logo-divider {
  max-width: 90%; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  font-size: 10px;
  font-size: 0.5555555556rem;
  line-height: 3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.33px;
  margin-bottom: 0; }

.alignnone {
  max-width: 100%;
  width: auto;
  height: auto; }

img.responsive {
  width: 100%;
  height: auto; }

.img-background--cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.img-background--contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.object-fit--cover {
  background-size: cover;
  background-position: center center; }
  .object-fit--cover img {
    -o-object-fit: cover;
       object-fit: cover; }
.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .object-fit--contain img {
    -o-object-fit: contain;
       object-fit: contain; }
.object-fit--circle img {
  border-radius: 50%; }
.object-fit.not-compatible img {
  opacity: 0; }

.block--images {
  text-align: left; }
  .block--images .image-wrapper {
    display: inline-block;
    margin-bottom: 25px; }
  .block--images .wp-caption-text {
    display: block;
    text-align: left; }

img {
  max-width: 100%;
  height: auto; }

ul.gallery {
  width: 100%;
  padding: 0; }
  ul.gallery li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding-bottom: 20px; }
    ul.gallery li:nth-child(2n - 1) {
      padding-right: 15px; }
    ul.gallery li:nth-child(2n) {
      padding-left: 15px; }
    @media (max-width: 575.98px) {
      ul.gallery li {
        width: 100%; } }
    ul.gallery li:before {
      content: none; }
    ul.gallery li div.gallery__image {
      width: 100%;
      min-height: 250px;
      max-height: 250px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0; }
    ul.gallery li p {
      display: none;
      margin: 0; }

.logo-item {
  margin-bottom: 30px;
  text-align: center; }

@media screen and (min-width: 365px) and (max-width: 575px) {
  .block--logos .row .col-12.my-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
.banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  margin-left: 90px;
  margin-right: 90px;
  margin-bottom: 60px; }
  .banner__title {
    position: absolute;
    bottom: 130px;
    left: 47px;
    background-color: #E87722;
    padding: 2px 20px 11px 4px;
    max-width: 88%; }
    .banner__title h1 {
      line-height: 1.05;
      color: white; }
      .banner__title h1 span {
        font-weight: 700; }
  .banner__date {
    display: block;
    position: absolute;
    bottom: 98px;
    left: 47px;
    font-size: 16px;
    font-size: 0.8888888889rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 8px black; }
  .banner::before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50px;
    width: 2px;
    height: 80px;
    background: #E87722;
    pointer-events: none; }
  .banner::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -180px;
    width: 300px;
    height: 180px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg);
    /* Safari */
    pointer-events: none; }
  .banner.pixel--orange::after {
    background-image: url("../img/pixels/orange.svg"); }
  .banner--home {
    height: 560px; }
    .banner--home::before {
      display: none; }
    .banner--home .banner__title {
      padding: 2px 20px 11px 20px; }

.banner--pixel-graphic {
  background-color: #E8E8E8;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% bottom; }

.breadcrumb-wrapper {
  margin-left: 90px;
  margin-right: 90px;
  padding: 0 105px 0 65px;
  margin-top: -50px;
  margin-bottom: 40px; }
  .breadcrumb-wrapper a, .breadcrumb-wrapper span {
    font-size: 16px;
    font-size: 0.8888888889rem;
    color: #595959;
    font-weight: 600; }
    .breadcrumb-wrapper a:hover, .breadcrumb-wrapper span:hover {
      color: #E87722; }
  .breadcrumb-wrapper .breadcrumb_last {
    color: #E87722; }
  .breadcrumb-wrapper .separator {
    position: relative;
    padding: 0 13px; }
    .breadcrumb-wrapper .separator::before, .breadcrumb-wrapper .separator::after {
      content: '';
      position: absolute;
      top: 9px;
      left: 7px;
      width: 5px;
      height: 1px;
      background-color: #595959;
      /* IE 9 */
      -webkit-transform: rotate(50deg);
      /* Safari */
      transform: rotate(50deg);
      /* Safari */ }
    .breadcrumb-wrapper .separator::after {
      top: 13px;
      /* IE 9 */
      -webkit-transform: rotate(-50deg);
      /* Safari */
      transform: rotate(-50deg);
      /* Safari */ }

.page-template-tpl-cevp-members .banner::after {
  display: none; }
.page-template-tpl-cevp-members .banner::before {
  left: 50%; }
.page-template-tpl-cevp-members .breadcrumb-wrapper {
  display: none; }

.banner--cevp .banner__date {
  bottom: 80px;
  text-transform: none;
  font-size: 1.1666666667rem;
  font-weight: 400;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 1199px) {
    .banner--cevp .banner__date {
      bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .banner--cevp .banner__date {
      bottom: 30px; } }
.banner--cevp .log-out-wrapper {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media screen and (max-width: 600px) {
    .banner--cevp .log-out-wrapper {
      bottom: auto;
      top: 0; } }
.banner--cevp .log-out {
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  padding: 13px 15px;
  padding-left: 40px;
  background-color: #000000;
  background-image: url("../img/icons/icon__lock.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 14px center; }

@media screen and (max-width: 1300px) {
  .banner,
  .breadcrumb-wrapper {
    margin-left: 60px;
    margin-right: 60px; } }
@media screen and (max-width: 1200px) {
  .banner {
    height: 440px; }
    .banner::after {
      bottom: -156px;
      width: 240px;
      height: 168px; }
    .banner__title {
      bottom: 110px; }
    .banner__date {
      bottom: 80px; }

  .banner--pixel-graphic {
    background-size: auto 100%;
    background-position: calc( 100% + 135px ) 100%; } }
@media screen and (max-width: 1060px) {
  .banner,
  .breadcrumb-wrapper {
    margin-left: 20px;
    margin-right: 20px; } }
@media screen and (min-width: 992px) and (max-width: 1170px) {
  .banner::after {
    right: -30px;
    bottom: -90px;
    width: 150px;
    height: 90px; } }
@media screen and (max-width: 991px) {
  .banner {
    height: 390px; }
    .banner--home {
      height: 430px; }
    .banner .banner__title {
      bottom: 90px;
      left: 30px; }
    .banner__date {
      bottom: 63px;
      left: 30px; }
    .banner::after {
      right: -45px;
      bottom: -132px;
      width: 220px;
      height: 130px; }

  .banner--pixel-graphic {
    background-position: calc( 100% + 135px ) 100%;
    background-size: auto 100%; } }
@media screen and (min-width: 768px) and (max-width: 840px) {
  .banner::after {
    right: -30px;
    bottom: -90px;
    width: 150px;
    height: 90px; } }
@media screen and (max-width: 767px) {
  .banner {
    height: 340px; }
    .banner--home {
      height: 400px; }
    .banner .banner__title {
      bottom: 70px;
      max-width: calc( 100vw - 40px - 60px ); }
    .banner__date {
      bottom: 44px; }
    .banner::before {
      left: 25px; }
    .banner::after {
      right: -43px;
      bottom: -111px;
      width: 170px;
      height: 120px; }

  .banner--pixel-graphic {
    background-position: calc( 100% + 103px ) 100%;
    background-size: auto 100%; }

  .breadcrumb-wrapper {
    padding: 0 85px 0 35px;
    margin-bottom: 60px; } }
@media screen and (max-width: 675px) {
  .banner {
    height: 350px; }
    .banner--home {
      height: 380px; }
    .banner::after {
      right: -36px;
      bottom: -88px;
      width: 130px;
      height: 98px; } }
@media screen and (max-width: 575px) {
  .banner {
    height: 290px; }
    .banner--home {
      height: 320px; }
    .banner .banner__title {
      bottom: 60px;
      max-width: calc( 100vw - 40px - 60px ); }
    .banner__date {
      font-size: 14px;
      font-size: 0.7777777778rem;
      bottom: 36px; }

  .banner--pixel-graphic {
    background-position: calc( 100% + 88px ) 100%;
    background-size: auto 100%; } }
.block--how-to-find-us h3 + p {
  margin-bottom: 22px; }
.block--how-to-find-us .section-title {
  display: block;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.35;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px; }
.block--how-to-find-us .section-title + p {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.3125;
  color: #000000;
  margin-bottom: 45px; }
.block--how-to-find-us span.email, .block--how-to-find-us span.phone {
  margin-bottom: 11px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.3125;
  color: #000000; }
  .block--how-to-find-us span.email a, .block--how-to-find-us span.phone a {
    color: #000000; }
  .block--how-to-find-us span.email a:hover, .block--how-to-find-us span.email a:focus, .block--how-to-find-us span.phone a:hover, .block--how-to-find-us span.phone a:focus {
    color: #E87722; }
.block--how-to-find-us span.email::before {
  top: 2px; }

.gsection_title::before {
  display: none; }

.gform_wrapper h3.gform_title {
  font-size: 30px !important;
  font-size: 1.6666666667rem !important;
  line-height: 1.2333333333;
  font-weight: 600 !important;
  letter-spacing: -1.25px;
  margin-top: 15px;
  margin-bottom: 25px; }

.gform_wrapper label {
  font-family: "myriad-pro", sans-serif;
  font-size: 12px !important;
  font-size: 0.6666666667rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 0; }

.gform_wrapper .gfield_required,
.ginput_product_price {
  color: #E87722 !important; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  color: #595959; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="file"],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #E8E8E8;
  border: none;
  padding: 19px 23px !important;
  font-family: "myriad-pro", sans-serif;
  font-size: 18px !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  min-height: 50px;
  color: #000000;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gform_wrapper input[type="text"]:focus,
  .gform_wrapper input[type="search"]:focus,
  .gform_wrapper input[type="password"]:focus,
  .gform_wrapper input[type="number"]:focus,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="url"]:focus,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper input[type="file"]:focus,
  .gform_wrapper textarea:focus,
  .gform_wrapper select:focus {
    outline: none;
    border-bottom: 3px solid #E87722; }

.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper input[type="search"]::-webkit-input-placeholder,
.gform_wrapper input[type="password"]::-webkit-input-placeholder,
.gform_wrapper input[type="number"]::-webkit-input-placeholder,
.gform_wrapper input[type="email"]::-webkit-input-placeholder,
.gform_wrapper input[type="url"]::-webkit-input-placeholder,
.gform_wrapper input[type="tel"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #595959; }
.gform_wrapper input[type="text"]:-moz-placeholder,
.gform_wrapper input[type="search"]:-moz-placeholder,
.gform_wrapper input[type="password"]:-moz-placeholder,
.gform_wrapper input[type="number"]:-moz-placeholder,
.gform_wrapper input[type="email"]:-moz-placeholder,
.gform_wrapper input[type="url"]:-moz-placeholder,
.gform_wrapper input[type="tel"]:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #595959; }
.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper input[type="search"]::-moz-placeholder,
.gform_wrapper input[type="password"]::-moz-placeholder,
.gform_wrapper input[type="number"]::-moz-placeholder,
.gform_wrapper input[type="email"]::-moz-placeholder,
.gform_wrapper input[type="url"]::-moz-placeholder,
.gform_wrapper input[type="tel"]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959; }
.gform_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper input[type="search"]:-ms-input-placeholder,
.gform_wrapper input[type="password"]:-ms-input-placeholder,
.gform_wrapper input[type="number"]:-ms-input-placeholder,
.gform_wrapper input[type="email"]:-ms-input-placeholder,
.gform_wrapper input[type="url"]:-ms-input-placeholder,
.gform_wrapper input[type="tel"]:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #595959; }

.gform_wrapper select {
  padding: 18px 23px !important;
  margin-bottom: 0 !important; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important; }

.gform_wrapper select:-internal-list-box option:checked {
  background-color: rgba(232, 119, 34, 0.7) !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px !important; }

.gform_wrapper input.ginput_quantity[type=text] {
  width: 4rem; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 1px !important;
  margin-right: 3px !important; }

.block--grey-bg input[type="text"],
.block--grey-bg input[type="search"],
.block--grey-bg input[type="password"],
.block--grey-bg input[type="number"],
.block--grey-bg input[type="email"],
.block--grey-bg input[type="url"],
.block--grey-bg input[type="tel"],
.block--grey-bg input[type="file"],
.block--grey-bg textarea,
.block--grey-bg select,
.job-listing__body input[type="text"],
.job-listing__body input[type="search"],
.job-listing__body input[type="password"],
.job-listing__body input[type="number"],
.job-listing__body input[type="email"],
.job-listing__body input[type="url"],
.job-listing__body input[type="tel"],
.job-listing__body input[type="file"],
.job-listing__body textarea,
.job-listing__body select,
.accordion .gform_wrapper input[type="text"],
.accordion .gform_wrapper input[type="search"],
.accordion .gform_wrapper input[type="password"],
.accordion .gform_wrapper input[type="number"],
.accordion .gform_wrapper input[type="email"],
.accordion .gform_wrapper input[type="url"],
.accordion .gform_wrapper input[type="tel"],
.accordion .gform_wrapper input[type="file"],
.accordion .gform_wrapper textarea,
.accordion .gform_wrapper select {
  background-color: white; }

.accordion .gform_wrapper {
  background-color: #F0F0F0;
  padding: 40px 50px 30px 50px; }
  .accordion .gform_wrapper h3.gform_title {
    font-size: 40px !important;
    font-size: 2.2222222222rem !important;
    line-height: 1.2 !important;
    letter-spacing: -1.67px !important;
    margin-bottom: 15px !important; }

.gform_wrapper .gf_progressbar {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px !important;
  padding: 5px 0 !important; }

.gform_wrapper .gf_progressbar_percentage {
  border-radius: 3px !important;
  background: none !important;
  background-color: #E87722 !important; }
  .gform_wrapper .gf_progressbar_percentage span {
    margin-right: 12px !important; }

.gform_wrapper .gf_progressbar:after {
  border-radius: 3px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.gform_wrapper div.validation_error {
  border: none !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #D50032 !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  font-family: "myriad-pro", sans-serif;
  font-size: 12px !important;
  font-size: 0.6666666667rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #D50032 !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 6px !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
  border: 2px solid #D50032 !important; }

.gform_wrapper .top_label li.gfield.gf_left_half:before {
  display: none !important; }

.single-job_listing .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 100px !important; }

@media screen and (max-width: 450px) {
  .gform_body {
    overflow-x: hidden; } }
.post-password-form {
  margin: 30px 0;
  background-color: #E8E8E8;
  padding: 40px 50px 50px 50px; }
  .post-password-form p:first-child {
    font-size: 22px;
    font-size: 1.2222222222rem;
    line-height: 1.3636363636;
    font-weight: 600;
    color: #000000;
    white-space: normal;
    margin-bottom: 30px; }
  .post-password-form label {
    font-family: "myriad-pro", sans-serif;
    font-size: 12px !important;
    font-size: 0.6666666667rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 0; }
  .post-password-form input[type="password"] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: none;
    padding: 16px 21px !important;
    font-family: "myriad-pro", sans-serif;
    font-size: 18px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    min-height: 50px;
    color: #000000;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px; }
    .post-password-form input[type="password"]:focus {
      outline: none;
      border-bottom: 3px solid #E87722; }
  .post-password-form input[type="submit"] {
    display: inline-block;
    padding: 20px 26px;
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #E87722;
    background: #E87722;
    color: white;
    margin-left: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus, .post-password-form input[type="submit"]:active {
      text-decoration: none;
      outline: none;
      color: white;
      background-color: #c35f14;
      border-color: #c35f14; }

.wppb-user-forms {
  margin-bottom: 50px; }
  .wppb-user-forms .login-username input,
  .wppb-user-forms .login-password input {
    display: block;
    width: 100% !important;
    float: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E8E8E8;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    padding: 19px 23px !important;
    font-family: "myriad-pro", sans-serif;
    font-size: 18px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    min-height: 50px;
    color: #000000;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .wppb-user-forms .login-username input:hover, .wppb-user-forms .login-username input:focus,
    .wppb-user-forms .login-password input:hover,
    .wppb-user-forms .login-password input:focus {
      outline: none; }
  .wppb-user-forms .login-username label,
  .wppb-user-forms .login-password label {
    display: block;
    width: 100% !important;
    float: none !important;
    font-family: "myriad-pro", sans-serif;
    font-size: 12px !important;
    font-size: 0.6666666667rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 7px; }
  .wppb-user-forms .login-username {
    padding-bottom: 22px; }

.news-slider .news-teaser {
  margin-bottom: 0; }

.news-slider-wrapper {
  position: relative; }
  .news-slider-wrapper .slick-slider-controls {
    bottom: 63px;
    right: 114px; }
  @media screen and (min-width: 451px) and (max-width: 767px) {
    .news-slider-wrapper .news-teaser .news-teaser__content h3 {
      margin-right: 90px; } }
  @media screen and (max-width: 450px) {
    .news-slider-wrapper .slick-slider-controls {
      bottom: 43px;
      right: 106px; } }

.quote-slider {
  background-color: #003C71;
  color: white; }
  .quote-slider__item {
    padding: 45px 75px 65px 90px; }

.quote-slider-wrapper {
  position: relative; }
  .quote-slider-wrapper .slick-slider-controls {
    bottom: 63px;
    left: 85px; }
    @media screen and (max-width: 767px) {
      .quote-slider-wrapper .slick-slider-controls {
        bottom: 58px;
        left: 35px; } }
    @media screen and (max-width: 450px) {
      .quote-slider-wrapper .slick-slider-controls {
        bottom: 40px; } }

.slick-prev::before,
.slick-next::before {
  content: '';
  display: inline-block;
  border-bottom: solid white 1px;
  border-left: solid white 1px;
  height: 12px;
  width: 12px; }

.slick-next::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.slick-prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: auto;
  padding-left: 0 !important;
  margin-bottom: 0 !important; }
  .slick-dots li {
    margin-right: 12px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li::before {
      display: none !important; }
    .slick-dots li button {
      background-color: transparent; }
      .slick-dots li button::before {
        border: 1px solid #E87722; }
    .slick-dots li.active button:before {
      background-color: #E87722; }

.slick-slider-controls {
  position: absolute; }
  .slick-slider-controls button.slider-controls {
    position: absolute;
    display: block;
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slick-slider-controls button.slider-controls.hide {
      display: none; }
    .slick-slider-controls button.slider-controls:hover {
      opacity: 0.7; }
  .slick-slider-controls .slider-controls.play {
    background-image: url("../img/icons/icon__play--white.png");
    background-size: 13px; }
  .slick-slider-controls .slider-controls.pause {
    background-image: url("../img/icons/icon__pause--white.png"); }

.news-slider .slick-dots li button:before,
.quote-slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.news-slider .slick-dots li button:hover:before,
.news-slider .slick-dots li.slick-active button:before,
.quote-slider .slick-dots li button:hover:before,
.quote-slider .slick-dots li.slick-active button:before {
  background-color: #E87722;
  border-color: #E87722; }

.quote-slider .slick-dots {
  bottom: 30px;
  left: auto;
  right: 30px; }
.quote-slider .slick-dots li button:before {
  background-color: transparent;
  border-color: white; }
.quote-slider .slick-dots li button:hover:before,
.quote-slider .slick-dots li.slick-active button:before {
  background-color: white;
  border-color: white; }

@media screen and (max-width: 767px) {
  .quote-slider::after {
    top: 18px; }
  .quote-slider__item {
    padding: 35px 40px 55px 40px; } }
@media screen and (max-width: 450px) {
  .slick-dots, .quote-slider .slick-dots {
    bottom: 10px;
    right: 10px; } }
.full-width-teaser {
  position: relative;
  background-color: #E8E8E8;
  padding: 100px 0;
  text-align: center; }
  .full-width-teaser > .row {
    z-index: 1;
    position: relative; }
  .full-width-teaser h3 {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.1944444444;
    letter-spacing: -1.5px; }
  .full-width-teaser p {
    color: #000000; }
  .full-width-teaser::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 120px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  .full-width-teaser.pixel--orange::after {
    background-image: url("../img/pixels/orange.svg"); }
  .full-width-teaser.pixel--light-blue::after {
    background-image: url("../img/pixels/light-blue.svg"); }
  .full-width-teaser.pixel--dark-blue::after {
    background-image: url("../img/pixels/dark-blue.svg"); }
  .full-width-teaser.pixel--green::after {
    background-image: url("../img/pixels/green.svg"); }
  .full-width-teaser.pixel--red::after {
    background-image: url("../img/pixels/red.svg"); }
  .full-width-teaser.pixel--small::after {
    width: 130px;
    height: 79px; }
  .full-width-teaser .button {
    min-width: 250px; }

.full-width-teaser--bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .full-width-teaser--bg-img h3, .full-width-teaser--bg-img p {
    color: white; }

.block--job-alert-banner .full-width-teaser {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .block--job-alert-banner .full-width-teaser h3, .block--job-alert-banner .full-width-teaser p {
    color: white; }
  .block--job-alert-banner .full-width-teaser h3 {
    font-size: 60px;
    font-size: 3.3333333333rem;
    letter-spacing: -2.5px;
    margin-bottom: 10px; }
  .block--job-alert-banner .full-width-teaser p {
    margin-bottom: 27px; }

@media screen and (max-width: 1199px) {
  .full-width-teaser {
    padding: 80px 0; } }
@media screen and (max-width: 991px) {
  .full-width-teaser {
    padding: 40px 0; }
    .full-width-teaser::after {
      width: 150px;
      height: 90px; }
    .full-width-teaser.pixel--small::after {
      width: 130px;
      height: 78px; } }
@media screen and (max-width: 767px) {
  .full-width-teaser {
    padding: 40px 30px;
    padding-bottom: 60px; }
    .full-width-teaser::after {
      width: 150px;
      height: 90px; }
    .full-width-teaser.pixel--small::after {
      width: 130px;
      height: 78px; }
    .full-width-teaser .button {
      margin-top: 8px;
      margin-right: 10px;
      margin-bottom: 8px;
      min-width: auto; } }
@media screen and (max-width: 470px) {
  .full-width-teaser .button {
    min-width: 100%; } }
.news-teaser {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .news-teaser::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1; }
  .news-teaser__content {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 35px;
    /* IE 9 */
    -webkit-transform: translateY(29px);
    /* Safari */
    transform: translateY(29px);
    /* Safari */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2; }
    .news-teaser__content .meta-data span {
      font-size: 12px;
      font-size: 0.6666666667rem;
      line-height: 1.1666666667;
      font-weight: 600;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      color: #ffffff; }
    .news-teaser__content .meta-data .meta-category {
      position: relative;
      margin-right: 17px; }
      .news-teaser__content .meta-data .meta-category::after {
        content: '';
        position: absolute;
        top: 7px;
        right: -10px;
        width: 2px;
        height: 2px;
        background: white; }
    .news-teaser__content .meta-data .meta-type {
      position: relative;
      margin-right: 17px; }
      .news-teaser__content .meta-data .meta-type::after {
        content: '';
        position: absolute;
        top: 7px;
        right: -10px;
        width: 2px;
        height: 2px;
        background: white; }
    .news-teaser__content h3 {
      margin-bottom: 0;
      color: #ffffff;
      font-size: 26px;
      font-size: 1.4444444444rem;
      line-height: 1.0769230769;
      letter-spacing: -1.08px; }
    .news-teaser__content .teaser-link {
      margin-top: 15px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .news-teaser__video-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2; }
    .news-teaser__video-icon svg {
      width: 40px;
      height: 40px; }
  .news-teaser__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .news-teaser--large {
    height: 510px; }
    .news-teaser--large .news-teaser__content {
      bottom: 45px;
      left: 35px;
      right: 35px;
      /* IE 9 */
      -webkit-transform: translateY(40px);
      /* Safari */
      transform: translateY(40px);
      /* Safari */ }
      .news-teaser--large .news-teaser__content h3 {
        font-size: 40px;
        font-size: 2.2222222222rem;
        line-height: 1;
        letter-spacing: -1.67px; }
      .news-teaser--large .news-teaser__content .teaser-link {
        margin-top: 25px; }
  .news-teaser--small {
    height: 240px; }
    .news-teaser--small .news-teaser__content h3 {
      margin-top: 5px; }
    .news-teaser--small .news-teaser__video-icon {
      bottom: 20px;
      right: 20px; }
      .news-teaser--small .news-teaser__video-icon svg {
        width: 30px;
        height: 30px; }

.slick-slide .news-teaser__content {
  /* IE 9 */
  -webkit-transform: translateY(25px);
  /* Safari */
  transform: translateY(25px);
  /* Safari */ }

.news-teaser:hover .news-teaser__content {
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */ }
  .news-teaser:hover .news-teaser__content .teaser-link {
    opacity: 1; }

@media screen and (max-width: 991px) {
  .slick-slide .news-teaser.news-teaser--large {
    height: 400px; }

  .news-teaser--small .news-teaser__video-icon {
    bottom: auto;
    top: 30px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-teaser--small .news-teaser__content h3 {
    font-size: 21px;
    font-size: 1.1666666667rem; } }
@media screen and (max-width: 767px) {
  .news-teaser--small, .news-teaser--large {
    height: 280px; }
  .news-teaser--large .news-teaser__content {
    bottom: 30px;
    left: 25px;
    right: 25px;
    /* IE 9 */
    -webkit-transform: translateY(29px);
    /* Safari */
    transform: translateY(29px);
    /* Safari */ }
  .news-teaser--large .news-teaser__content h3, .news-teaser--small .news-teaser__content h3 {
    font-size: 23px;
    font-size: 1.2777777778rem;
    line-height: 1.1;
    letter-spacing: -0.8px;
    margin-top: 8px; }
  .news-teaser__video-icon, .news-teaser--small .news-teaser__video-icon {
    bottom: auto;
    top: 30px; }

  .slick-slide .news-teaser.news-teaser--large {
    height: 340px; } }
@media screen and (max-width: 480px) {
  .slick-slide .news-teaser.news-teaser--large {
    height: 290px; } }
.news-item {
  height: calc( 100% - 30px);
  margin-bottom: 30px;
  background-color: #E8E8E8; }
  .news-item__image {
    position: relative;
    background-color: #E87722;
    aspect-ratio: 400/240; }
  .news-item__video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%);
    /* Safari */ }
    .news-item__video-icon svg {
      width: 55px;
      height: 55px;
      -webkit-transition: transform 0.3s ease-in-out;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .news-item__video-icon:hover svg {
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari */
      transform: scale(1.1);
      /* Safari */ }
  .news-item__content {
    background-color: #E8E8E8;
    padding: 17px 40px 40px 40px; }
    .news-item__content h4 {
      font-size: 26px;
      font-size: 1.4444444444rem;
      line-height: 1.2;
      letter-spacing: -1.08px;
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 25px; }
    .news-item__content h4 a {
      color: #000000; }
      .news-item__content h4 a:hover, .news-item__content h4 a:focus, .news-item__content h4 a:active {
        color: #E87722; }
  .news-item .teaser-link {
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: 40px;
    opacity: 0;
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Safari */
    transform: translateY(20px);
    /* Safari */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .news-item .meta-data span {
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #000000; }
  .news-item .meta-data .meta-category {
    position: relative;
    margin-right: 17px; }
    .news-item .meta-data .meta-category::after {
      content: '';
      position: absolute;
      top: 7px;
      right: -10px;
      width: 2px;
      height: 2px;
      background: black; }
  .news-item .meta-data .meta-type {
    position: relative;
    margin-right: 17px; }
    .news-item .meta-data .meta-type::after {
      content: '';
      position: absolute;
      top: 7px;
      right: -10px;
      width: 2px;
      height: 2px;
      background: black; }
  .news-item:hover .teaser-link {
    opacity: 1;
    /* IE 9 */
    -webkit-transform: translateY(0);
    /* Safari */
    transform: translateY(0);
    /* Safari */ }

@media screen and (max-width: 1199px) {
  .news-item__content {
    padding: 20px 35px 45px 35px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .news-item__content {
    padding: 20px 30px 25px 30px; }
    .news-item__content h4 {
      font-size: 23px;
      font-size: 1.2777777778rem;
      margin-bottom: 12px; } }
@media screen and (max-width: 575px) {
  .news-item__content {
    padding: 20px 30px 40px 30px; }
    .news-item__content h4 {
      font-size: 23px;
      font-size: 1.2777777778rem;
      margin-bottom: 12px; }

  .news-item .teaser-link {
    bottom: 45px; } }
.news-item--research .news-item__content h4 {
  margin-bottom: 12px; }
.news-item--research .news-item__content p {
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-bottom: 0; }

.news-wrapper {
  margin-top: 80px;
  margin-bottom: 110px; }

.filters span {
  display: block;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px; }

.select-contain {
  margin-bottom: 30px; }
  .select-contain select {
    width: 100%;
    padding: 12px 15px;
    background-color: #E8E8E8;
    border: 2px solid #E8E8E8;
    cursor: pointer; }
    .select-contain select:active, .select-contain select:focus {
      outline: none !important;
      border-color: #E87722; }
  .select-contain select, .select-contain option {
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #000000; }

.select-contain--category {
  float: left;
  width: 275px;
  margin-right: 20px; }

.select-contain--year,
.select-contain--posttype {
  float: left;
  width: 125px; }

.select-contain--posttype {
  margin-right: 20px; }

.post-type-events .select-contain--year,
.post-type-archive-events .select-contain--year {
  display: none; }

.news-wrapper .filters select::-ms-expand {
  display: none; }

.single .main {
  margin-bottom: 90px; }

.meta-tags {
  margin-top: 15px; }
  .meta-tags span {
    font-size: 12px;
    font-size: 0.6666666667rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #000000; }

.share-links {
  margin-top: 30px; }
  .share-links span {
    display: block;
    font-size: 12px;
    font-size: 0.6666666667rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #000000; }
  @media screen and (min-width: 992px) {
    .share-links--post {
      position: absolute;
      top: 40px; }
    .share-links--event {
      margin-top: -10px; } }

.author-details {
  display: inline-block;
  width: calc( 50% - 10px );
  margin: 15px 0;
  margin-right: 10px; }
  .author-details .author-photo {
    margin-right: 18px; }
    .author-details .author-photo img {
      width: 70px; }
  .author-details__heading {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px; }
  .author-details .author-name {
    display: inline-block;
    font-size: 20px;
    font-size: 1.1111111111rem;
    font-weight: 600;
    color: #000000; }
    .author-details .author-name a {
      color: #000000; }
      .author-details .author-name a:hover {
        color: #E87722; }

@media screen and (max-width: 767px) {
  .select-contain--posttype {
    float: none;
    width: 100%;
    margin-right: 0; }

  .select-contain--category {
    width: calc(65% - 20px); }

  .select-contain--year {
    width: 35%; }

  .news-wrapper .filters ul li {
    display: block !important;
    margin-bottom: 0; }
    .news-wrapper .filters ul li.sf-field-taxonomy-publication-year, .news-wrapper .filters ul li.sf-field-reset {
      display: inline-block !important; }
    .news-wrapper .filters ul li.sf-field-taxonomy-publication-year {
      margin-right: 12px; }
  .news-wrapper .filters .searchandfilter label {
    display: block; }
  .news-wrapper .filters select {
    width: 100%; } }
.pagination-wrapper {
  margin-top: 90px;
  text-align: center; }

.pagination span, .pagination a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #E87722;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #E87722;
  margin: 0 5px;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.pagination span, .pagination a:hover, .pagination a:focus {
  background-color: #E87722;
  color: white; }

.table-outer {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px; }

table tfoot th,
table thead th, .tablepress tfoot th,
.tablepress thead th {
  background-color: #E87722 !important;
  color: white !important;
  font-weight: 400 !important;
  font-size: 24px;
  font-size: 1.3333333333rem;
  letter-spacing: -1px;
  line-height: 1.2083333333; }
table thead th, .tablepress thead th {
  border-bottom: 1px solid white !important; }
table tfoot th, .tablepress tfoot th {
  border-top: 1px solid white !important; }
table td, table th, .tablepress td, .tablepress th {
  padding: 20px 30px !important;
  border-top: none !important; }
table td, .tablepress td {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.4375;
  color: #6C6C6C; }
table td.column-2, .tablepress td.column-2 {
  vertical-align: top !important; }
table tbody tr:nth-child(odd) td, .tablepress tbody tr:nth-child(odd) td {
  background-color: #f0f0f0; }
table tbody tr:nth-child(even) td, .tablepress tbody tr:nth-child(even) td {
  background-color: #fafafa; }
table tbody tr td, table tbody tr th, table thead tr td, table thead tr th, table tfoot tr td, table tfoot tr th, .tablepress tbody tr td, .tablepress tbody tr th, .tablepress thead tr td, .tablepress thead tr th, .tablepress tfoot tr td, .tablepress tfoot tr th {
  border-right: 1.5px solid white; }
table tbody tr td:last-child, table tbody tr th:last-child, table thead tr td:last-child, table thead tr th:last-child, table tfoot tr td:last-child, table tfoot tr th:last-child, .tablepress tbody tr td:last-child, .tablepress tbody tr th:last-child, .tablepress thead tr td:last-child, .tablepress thead tr th:last-child, .tablepress tfoot tr td:last-child, .tablepress tfoot tr th:last-child {
  border-right: none; }

table.red tfoot th,
table.red thead th, .tablepress.red tfoot th,
.tablepress.red thead th {
  background-color: #D50032 !important; }
table.light-blue tfoot th,
table.light-blue thead th, .tablepress.light-blue tfoot th,
.tablepress.light-blue thead th {
  background-color: #00B0B9 !important; }
table.dark-blue tfoot th,
table.dark-blue thead th, .tablepress.dark-blue tfoot th,
.tablepress.dark-blue thead th {
  background-color: #003C71 !important; }
table.green tfoot th,
table.green thead th, .tablepress.green tfoot th,
.tablepress.green thead th {
  background-color: #B7BF10 !important; }

#tablepress-41 td {
  overflow-x: auto !important;
  overflow-y: visible !important; }

.dataTables_wrapper .dataTables_filter input {
  outline: none !important;
  background-color: #E8E8E8;
  color: #595959;
  border: none;
  padding: 8px 15px; }

.table-outer .dataTables_paginate a {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #595959 !important;
  text-decoration: none; }
  .table-outer .dataTables_paginate a:hover {
    color: #E87722 !important; }
  .table-outer .dataTables_paginate a::before, .table-outer .dataTables_paginate a::after {
    content: '' !important;
    position: absolute !important;
    top: 9px !important;
    bottom: auto !important;
    width: 8px !important;
    height: 2px !important;
    background-color: #595959 !important;
    margin: 0 !important; }
  .table-outer .dataTables_paginate a:hover::before, .table-outer .dataTables_paginate a:hover::after {
    background-color: #E87722 !important; }
.table-outer .paginate_button.disabled {
  opacity: 0.5; }
  .table-outer .paginate_button.disabled:hover {
    color: #595959 !important; }
  .table-outer .paginate_button.disabled:hover::before, .table-outer .paginate_button.disabled:hover::after {
    background-color: #595959 !important; }
.table-outer .paging_simple .paginate_button.previous::before,
.table-outer .paging_simple .paginate_button.previous::after {
  right: auto;
  left: -15px;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
  /* Safari */ }
.table-outer .paging_simple .paginate_button.previous::after {
  top: 14px !important;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  /* Safari */ }
.table-outer .paging_simple .paginate_button.next::before,
.table-outer .paging_simple .paginate_button.next::after {
  right: -15px;
  left: auto;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  /* Safari */ }
.table-outer .paging_simple .paginate_button.next::after {
  top: 14px !important;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
  /* Safari */ }

@media screen and (max-width: 1199px) {
  table td, table th, .tablepress td, .tablepress th {
    font-size: 22px;
    font-size: 1.2222222222rem;
    padding: 16px 25px !important; } }
@media screen and (max-width: 767px) {
  table th, .tablepress thead th {
    font-size: 18px;
    font-size: 1rem;
    padding: 13px 20px !important; }

  table td, .tablepress td {
    font-size: 14px;
    font-size: 0.7777777778rem;
    padding: 13px 20px !important; } }
.accordion {
  margin-bottom: 20px; }
  .accordion__section {
    border-bottom: 1px solid #cdcdcd; }
  .accordion__section:last-child {
    border-bottom: none; }
  .accordion__header h4 {
    position: relative;
    display: block;
    font-size: 24px;
    font-size: 1.3333333333rem;
    line-height: 1.2916666667;
    font-weight: 400;
    padding: 18px 35px 13px 0;
    margin: 0;
    cursor: pointer; }
  .accordion__header h4::before, .accordion__header h4::after {
    content: '';
    position: absolute;
    top: 29px;
    right: 35px;
    width: 10px;
    height: 2px;
    background-color: #E87722;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .accordion__header h4::after {
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */
    right: 29px; }
  .accordion__section.active .accordion__header h4::before {
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */ }
  .accordion__section.active .accordion__header h4::after {
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */ }
  .accordion__body {
    display: none;
    padding: 18px 30px 15px 30px; }
    .accordion__body p, .accordion__body ul li, .accordion__body ol li, .accordion__body a {
      font-size: 16px;
      font-size: 0.8888888889rem;
      line-height: 1.75; }
    .accordion__body p, .accordion__body ul li, .accordion__body ol li {
      color: #6C6C6C; }
    .accordion__body ul li, .accordion__body ol li {
      margin-bottom: 7px; }
    .accordion__body h2 {
      font-size: 28px;
      font-size: 1.5555555556rem;
      margin-left: 0;
      margin-bottom: 15px;
      letter-spacing: -1px; }
      .accordion__body h2::before {
        display: none; }
    .accordion__body h3 {
      font-size: 22px;
      font-size: 1.2222222222rem;
      margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .accordion__body {
    padding: 8px 0 15px 0; }

  .accordion__header h4 {
    font-size: 23px;
    font-size: 1.2777777778rem; }
  .accordion__header h4::before {
    right: 6px; }
  .accordion__header h4::after {
    right: 0; } }
.stat-item {
  position: relative;
  display: inline-block;
  width: 208px;
  height: 235px;
  background-color: #E87722;
  text-align: center;
  color: white;
  padding: 26px 20px;
  margin: 10px; }
  .stat-item--dark-blue {
    background-color: #003C71; }
    .stat-item--dark-blue .stat-item__icon {
      background-color: #002e58; }
  .stat-item--light-blue {
    background-color: #00B0B9; }
    .stat-item--light-blue .stat-item__icon {
      background-color: #0098a0; }
  .stat-item--green {
    background-color: #B7BF10; }
    .stat-item--green .stat-item__icon {
      background-color: #a0a70e; }
  .stat-item--red {
    background-color: #D50032; }
    .stat-item--red .stat-item__icon {
      background-color: #bc002c; }
  .stat-item--orange {
    background-color: #E87722; }
    .stat-item--orange .stat-item__icon {
      background-color: #da6a17; }
  .stat-item__icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .stat-item__icon.icon__hand-shake {
      background-size: 28px; }
    .stat-item__icon.icon__clock {
      background-size: 22px; }
    .stat-item__icon.icon__coin {
      background-size: 22px; }
    .stat-item__icon.icon__people {
      background-size: 25px; }
    .stat-item__icon.icon__lightbulb {
      background-size: 24px; }
    .stat-item__icon.icon__paper {
      background-size: 18px; }
  .stat-item__number {
    display: block;
    position: absolute;
    top: 72px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    font-size: 50px;
    font-size: 2.7777777778rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -2.08px; }
  .stat-item__info {
    display: block;
    position: absolute;
    top: 140px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.2857142857;
    letter-spacing: 0.93px;
    text-transform: uppercase; }

.block--text-stat .stat-item {
  float: right;
  margin: 0;
  margin-bottom: 10px; }

.block--stats h2 {
  text-align: center; }

.page-template-tpl-our-performance .stat-item,
.block--stats .stat-item {
  width: calc( (100%/5) - 24px ); }

@media screen and (max-width: 1199px) {
  .page-template-tpl-our-performance .stat-item,
  .block--stats .stat-item {
    width: calc( (100%/4) - 24px ); } }
@media screen and (max-width: 991px) {
  .page-template-tpl-our-performance .stat-item,
  .block--stats .stat-item {
    width: calc( (100%/3) - 24px ); } }
@media screen and (max-width: 767px) {
  .page-template-tpl-our-performance .stat-item,
  .block--stats .stat-item {
    width: calc( (100%/2) - 24px ); }

  .block--text-stat .col-md-5 {
    text-align: center; }
  .block--text-stat .stat-item {
    float: none; } }
@media screen and (max-width: 500px) {
  .page-template-tpl-our-performance .stat-item,
  .block--stats .stat-item {
    width: calc( (100%/1) - 24px ); } }
.block--team-members h3 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -2.08px;
  text-align: center;
  margin-bottom: 60px; }

.team-member {
  position: relative;
  margin-bottom: 117px; }
  .team-member .wrap-link {
    bottom: -90px; }
  .team-member__image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden; }
  .team-member__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: calc( 180px + 73px ); }
  .team-member__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -71px;
    height: 146px;
    background-color: #E8E8E8;
    padding: 18px 25px 10px 25px;
    opacity: 1;
    z-index: 2;
    /* IE 9 */
    -webkit-transform: translateY(0);
    /* Safari */
    transform: translateY(0);
    /* Safari */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .team-member__content::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 80px;
      height: 48px;
      background-image: url("../img/pixels/orange.svg");
      background-position: top right;
      background-size: contain;
      background-repeat: no-repeat; }
  .team-member__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .team-member:hover .team-member__content {
    bottom: 0; }
  .team-member:hover .team-member__overlay {
    opacity: 1; }
  .team-member .name {
    display: block;
    height: 50px;
    overflow: hidden;
    font-size: 23px;
    font-size: 1.2777777778rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 6px; }
  .team-member .title {
    display: block;
    height: 39px;
    overflow: hidden;
    font-size: 17px;
    font-size: 0.9444444444rem;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px; }

.mfp-bg {
  background-color: #00141c;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }

.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-bg.mfp-removing {
  opacity: 0; }

.white-popup {
  position: relative;
  background: white;
  padding: 0;
  height: 80vh;
  width: 80vw;
  max-width: 1100px;
  min-height: 550px;
  max-height: 650px;
  margin: 0 auto; }
  .white-popup::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 133px;
    height: 80px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/pixels/orange.svg"); }
  .white-popup .mfp-close {
    right: -44px;
    top: -44px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: white;
    background-color: #E87722;
    padding-left: 2px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .white-popup .mfp-close:hover {
      background-color: #da6a17; }
  .white-popup .inner {
    padding: 75px 45px 75px 70px;
    height: 100%;
    overflow: hidden; }
  .white-popup .left-column, .white-popup .right-column {
    height: 100%;
    display: inline-block; }
  .white-popup .left-column {
    float: left;
    width: 36%;
    overflow: auto; }
  .white-popup .right-column {
    float: right;
    width: 63%;
    margin-top: -7px;
    padding-right: 55px;
    padding-left: 30px;
    overflow: auto; }
  .white-popup ::-webkit-scrollbar {
    width: 6px; }
  .white-popup ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #E8E8E8; }
  .white-popup ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #E87722; }
  .white-popup ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #E87722; }

.white-popup .member-profile__photo,
.single-team .member-profile__photo {
  width: 100%;
  height: 230px; }
  .white-popup .member-profile__photo.no-photo,
  .single-team .member-profile__photo.no-photo {
    position: relative;
    background-color: #E8E8E8; }
    .white-popup .member-profile__photo.no-photo span,
    .single-team .member-profile__photo.no-photo span {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 20px;
      right: 20px;
      text-align: center; }
.white-popup .name,
.single-team .name {
  display: block;
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.1944444444;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 6px; }
.white-popup .title,
.single-team .title {
  display: block;
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 1.1923076923;
  color: #000000;
  margin-bottom: 10px; }
.white-popup .section-title,
.single-team .section-title {
  display: block;
  font-size: 0.7777777778rem;
  line-height: 1.6428571429;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  color: #000000;
  border-bottom: 1px solid #E87722;
  margin-bottom: 12px; }

.member-profile--no-pic {
  height: 60vh;
  width: 75vw;
  min-height: 500px;
  max-height: 600px; }
  .member-profile--no-pic .phone {
    color: black; }
  .member-profile--no-pic .email {
    word-break: break-word; }
  .member-profile--no-pic .contact-details {
    margin-top: 40px; }

@media screen and (max-width: 991px) {
  .white-popup {
    width: 87vw;
    height: 75vh; }
    .white-popup::before {
      width: 103px;
      height: 60px; }
    .white-popup .inner {
      padding: 60px 45px 65px 60px; }
    .white-popup .name {
      font-size: 30px;
      font-size: 1.6666666667rem; }
    .white-popup .title {
      font-size: 20px;
      font-size: 1.1111111111rem; } }
@media screen and (min-width: 768px) {
  .white-popup::before {
    left: calc( 36% - 105px );
    bottom: 82px; } }
@media screen and (max-width: 767px) {
  .block--team-members h3 {
    font-size: 34px;
    font-size: 1.8888888889rem;
    letter-spacing: -1.5px;
    margin-bottom: 40px; }

  .white-popup::before {
    right: 0; }
  .white-popup .mfp-close {
    top: 0;
    right: 0; }
  .white-popup .inner {
    padding: 40px 35px 45px 40px; }
  .white-popup .member-profile__photo {
    display: none; }
  .white-popup .left-column,
  .white-popup .right-column {
    float: none;
    width: 100%;
    padding-left: 0;
    height: auto; }
  .white-popup .right-column {
    height: 75%; }

  .single-team .title {
    margin-bottom: 50px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .team-member__image {
    height: 150px; }
  .team-member__content-wrapper {
    height: calc( 150px + 73px ); }
  .team-member__content::after {
    width: 60px;
    height: 36px; } }
@media screen and (min-width: 440px) and (max-width: 575px) {
  .team-member__image {
    height: 240px; }
  .team-member__content-wrapper {
    height: calc( 240px + 73px ); }

  .white-popup .inner {
    padding: 25px 20px 41px 26px; }
  .white-popup .right-column {
    height: 78%;
    padding-right: 18px; } }
@media screen and (max-width: 500px) {
  .white-popup {
    height: 87vh; } }
@media screen and (max-width: 430px) {
  .white-popup .right-column {
    height: 70%; } }
.search-results-wrapper {
  margin-top: 120px; }

.reagent-item.search-result .content {
  margin-left: 180px; }
.reagent-item.search-result .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px; }
.reagent-item.search-result.page .meta-category::after {
  display: none; }

.notification.cookies-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #E8E8E8;
  padding: 30px 40px;
  color: white; }
  .notification.cookies-bar .notification__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .notification.cookies-bar .notification__content .notification__text {
      max-width: 75%;
      margin-right: 40px; }
      .notification.cookies-bar .notification__content .notification__text p {
        line-height: 1.5;
        color: #090909;
        margin-bottom: 0; }
    .notification.cookies-bar .notification__content .settings-link {
      display: block;
      text-align: center;
      font-size: 14px;
      font-size: 0.7777777778rem;
      line-height: 1.1428571429;
      margin-top: 8px;
      color: #595959; }
      .notification.cookies-bar .notification__content .settings-link:hover {
        color: #E87722; }
    .notification.cookies-bar .notification__content .button {
      margin: 0 auto; }

@media screen and (max-width: 991px) {
  .notification.cookies-bar {
    padding: 25px 20px; }
    .notification.cookies-bar .notification__content .notification__text p {
      font-size: 16px;
      font-size: 0.8888888889rem; }
    .notification.cookies-bar .notification__content .button {
      padding: 15px 19px; } }
@media screen and (max-width: 767px) {
  .notification.cookies-bar .notification__content {
    display: block; }
    .notification.cookies-bar .notification__content .notification__text {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
    .notification.cookies-bar .notification__content .buttons {
      text-align: center; }
    .notification.cookies-bar .notification__content .settings-link {
      display: inline-block;
      margin-left: 10px;
      margin-top: 0; }
  .notification.cookies-bar .notification__content .notification__text p {
    font-size: 15px;
    font-size: 0.8333333333rem; }
  .notification.cookies-bar .notification__content .button {
    padding: 15px 19px; } }
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px; }
  .switch input {
    display: none; }
  .switch .mr-4 {
    margin-bottom: 19px; }

.slider {
  background-color: #E0E0E0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s; }
  .slider::before {
    background-color: white;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 26px; }

input:checked + .slider {
  background-color: #E87722; }

input:checked + .slider::before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round::before {
  border-radius: 50%; }

.notification.popup-box {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 98;
  background: #E8E8E8;
  padding: 40px 50px;
  width: 560px;
  max-width: 90%; }
  .notification.popup-box .notification__content {
    max-height: 55vh;
    overflow-y: auto; }
    .notification.popup-box .notification__content p {
      color: #000000; }
    .notification.popup-box .notification__content a:not(.button) {
      color: #000000;
      font-weight: 600; }
      .notification.popup-box .notification__content a:not(.button):hover {
        color: #E87722; }
    .notification.popup-box .notification__content::-webkit-scrollbar {
      width: 5px; }
    .notification.popup-box .notification__content::-webkit-scrollbar-track {
      border-radius: 0;
      background-color: #E8E8E8; }
    .notification.popup-box .notification__content::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: #E87722; }
    .notification.popup-box .notification__content::-webkit-scrollbar-thumb:window-inactive {
      background-color: #E87722; }
  .notification.popup-box .popup-box__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer; }
    .notification.popup-box .popup-box__close::before, .notification.popup-box .popup-box__close::after {
      content: '';
      position: absolute;
      top: 18px;
      right: 8px;
      width: 20px;
      height: 2px;
      background-color: #838383;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Safari */
      transform: rotate(45deg);
      /* Safari */ }
    .notification.popup-box .popup-box__close::after {
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Safari */
      transform: rotate(-45deg);
      /* Safari */ }
    .notification.popup-box .popup-box__close:hover::before, .notification.popup-box .popup-box__close:hover::after {
      background-color: #3c3c3c; }
  .notification.popup-box .button {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .notification.popup-box {
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 100%;
    width: auto;
    padding: 25px 30px 14px 30px; }
    .notification.popup-box h3 {
      font-size: 30px;
      font-size: 1.6666666667rem;
      margin-top: 8px;
      margin-bottom: 10px; }
    .notification.popup-box p {
      font-size: 17px;
      font-size: 0.9444444444rem; }
    .notification.popup-box .button {
      margin-top: 7px;
      padding: 15px 19px; } }
.twitter-feed {
  position: relative;
  height: calc( 100% - 30px);
  background-color: #E87722;
  color: white;
  padding: 40px; }
  .twitter-feed__header {
    margin-bottom: 50px; }
    .twitter-feed__header img, .twitter-feed__header span {
      float: left; }
    .twitter-feed__header span {
      font-size: 14px;
      font-size: 0.7777777778rem;
      line-height: 1.2857142857;
      font-weight: 600;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      color: white;
      margin-left: 10px;
      margin-top: -1px; }
  .twitter-feed__slider {
    clear: both; }
    .twitter-feed__slider p, .twitter-feed__slider a {
      color: white; }
  .twitter-feed__footer {
    position: absolute;
    bottom: 45px;
    left: 40px;
    right: 40px; }
    .twitter-feed__footer .button {
      margin-bottom: 0; }
    .twitter-feed__footer .slick-dots {
      right: -8px;
      bottom: -14px; }
    .twitter-feed__footer .slick-dots li button:before {
      width: 11px;
      height: 11px;
      border-color: white !important; }
      .twitter-feed__footer .slick-dots li button:before:hover {
        background-color: white; }
    .twitter-feed__footer .slick-dots li.slick-active button:before {
      background-color: white; }

.slick-slider-controls.twitter-slider {
  bottom: 20px;
  right: 88px; }

@media screen and (max-width: 1200px) {
  .twitter-feed__footer .button {
    font-size: 0.6666666667rem;
    padding: 15px 18px;
    margin-bottom: -3px; }

  .slick-slider-controls.twitter-slider {
    bottom: 30px;
    right: 84px; }

  .twitter-feed__footer .slick-dots {
    bottom: -4px; } }
@media screen and (max-width: 991px) {
  .twitter-feed__footer {
    position: static;
    margin-bottom: 30px; }

  .twitter-feed__slider.slick-slider.slick-dotted {
    margin-bottom: 0; }

  .twitter-feed__footer .slick-dots {
    right: 30px;
    bottom: 37px; }

  .slick-slider-controls.twitter-slider {
    bottom: 71px;
    right: 129px; } }
@media screen and (max-width: 400px) {
  .twitter-feed {
    padding: 40px 27px; }

  .twitter-feed__footer .button {
    font-size: 0.6666666667rem;
    padding: 15px 18px;
    margin-bottom: -3px; }

  .slick-slider-controls.twitter-slider {
    bottom: 70px;
    right: 130px; } }
.block--open-position h3 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -2.08px;
  text-align: center;
  margin-bottom: 60px; }
.block--open-position .job-listing__header h3 {
  text-align: left; }

.job-listing {
  position: relative;
  background-color: #E8E8E8;
  padding: 30px 40px 40px 60px;
  margin-bottom: 30px; }
  .job-listing::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 78px;
    background-image: url("../img/pixels/orange.svg");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  .job-listing__header {
    margin-bottom: 10px; }
    .job-listing__header h3 {
      display: block;
      font-size: 26px;
      font-size: 1.4444444444rem;
      line-height: 1.2307692308;
      letter-spacing: -1.08px;
      border-bottom: 1px solid #C6C6C6;
      padding-bottom: 10px;
      margin-top: 10px;
      margin-bottom: 15px; }
      .job-listing__header h3 a {
        color: black; }
      .job-listing__header h3 a:hover, .job-listing__header h3 a:focus, .job-listing__header h3 a:active {
        color: #E87722; }
    .job-listing__header .title, .job-listing__header .data {
      display: block;
      font-size: 14px;
      font-size: 0.7777777778rem;
      line-height: 1.6428571429;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.93px;
      color: black; }
    .job-listing__header .data {
      color: #E87722; }
  .job-listing__body p {
    margin-bottom: 20px; }
  .job-listing .button {
    margin-bottom: 0; }

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

.benefit-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 10px);
          flex: 0 0 calc(20% - 10px);
  width: calc(20% - 10px);
  text-align: center;
  margin: 0 5px;
  margin-bottom: 70px; }
  .benefit-item img {
    margin-bottom: 15px;
    max-width: 72px; }
  .benefit-item span {
    display: block;
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.2857142857;
    font-weight: 600;
    letter-spacing: 0.93px;
    text-transform: uppercase;
    color: black; }

.single-job_listing .gform_wrapper h3.gform_title {
  font-size: 50px !important;
  font-size: 2.7777777778rem !important;
  line-height: 1.22 !important;
  font-weight: 600 !important;
  letter-spacing: -2.08px !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
  margin-left: 0 !important; }

@media screen and (max-width: 991px) {
  .benefit-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px); } }
@media screen and (max-width: 767px) {
  .benefit-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 10px);
            flex: 0 0 calc(33.3% - 10px);
    width: calc(33.3% - 10px); }

  .job-listing {
    padding: 25px 30px 40px 30px; }

  .block--open-position h3 {
    font-size: 34px;
    font-size: 1.8888888889rem;
    letter-spacing: -1.5px;
    margin-bottom: 40px; }

  .single-job_listing .gform_wrapper h3.gform_title {
    font-size: 38px !important;
    font-size: 2.1111111111rem !important; } }
@media screen and (max-width: 450px) {
  .benefit-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px); } }
.reagent-item {
  position: relative;
  background-color: #E8E8E8;
  padding: 35px;
  margin-bottom: 20px; }
  .reagent-item__wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .reagent-item .title {
    display: block;
    font-size: 26px;
    font-size: 1.4444444444rem;
    font-weight: 600;
    line-height: 1.2307692308;
    letter-spacing: -1.08px;
    color: #000000; }
  .reagent-item .meta-data {
    display: block;
    float: left; }
    .reagent-item .meta-data span {
      font-size: 12px;
      font-size: 0.6666666667rem;
      line-height: 1.1666666667;
      font-weight: 600;
      letter-spacing: 0.4px;
      text-transform: uppercase; }
    .reagent-item .meta-data .meta-category {
      position: relative;
      margin-right: 17px; }
      .reagent-item .meta-data .meta-category::after {
        display: none;
        content: '';
        position: absolute;
        top: 7px;
        right: -10px;
        width: 2px;
        height: 2px;
        background: #595959; }
  .reagent-item .meta-code {
    display: block;
    float: right;
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 1.25;
    margin-top: 4px;
    text-align: right;
    max-width: 50%; }
  .reagent-item .teaser-link {
    clear: both;
    margin-top: 32px;
    opacity: 0;
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Safari */
    transform: translateY(40px);
    /* Safari */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .reagent-item:hover .teaser-link {
    opacity: 1;
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Safari */
    transform: translateY(10px);
    /* Safari */ }

.reagent-item.champion .meta-code {
  display: block;
  float: none;
  max-width: 100%;
  text-align: left;
  color: #E87722; }
.reagent-item.champion .title .wrap-link {
  position: static;
  color: #000000; }
  .reagent-item.champion .title .wrap-link:hover {
    color: #E87722; }
.reagent-item.champion .meta-email a {
  color: #595959; }
  .reagent-item.champion .meta-email a:hover {
    color: #000000; }
.reagent-item.champion .meta-phone + .meta-email {
  position: relative;
  margin-left: 17px; }
  .reagent-item.champion .meta-phone + .meta-email::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -10px;
    width: 2px;
    height: 2px;
    background: #595959; }
.reagent-item.champion .reagent-item__wrap-link {
  top: auto;
  height: 50px; }

.reagents-wrapper .filters {
  margin-top: 60px; }

.searchandfilter {
  display: block;
  width: 100%; }
  .searchandfilter ul {
    padding-left: 0 !important; }
  .searchandfilter li {
    display: inline-block !important;
    margin-right: 10px !important; }
    .searchandfilter li::before {
      display: none !important; }
  .searchandfilter label {
    margin-right: 15px; }
  .searchandfilter input, .searchandfilter select {
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: black;
    padding: 10px 15px;
    background-color: #E8E8E8;
    border: 2px solid #E8E8E8; }
    .searchandfilter input:active, .searchandfilter input:focus, .searchandfilter select:active, .searchandfilter select:focus {
      outline: none !important;
      border-color: #E87722 !important; }
  .searchandfilter input {
    min-width: 200px;
    padding: 11px 15px 12px 15px; }
  .searchandfilter select {
    min-width: 160px;
    -webkit-appearance: none;
    background-image: url("../img/icons/icon__arrow--orange.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc( 100% - 15px ) center; }
  .searchandfilter .sf-field-reset a {
    font-size: 12px;
    font-size: 0.6666666667rem;
    padding: 14px 20px 13px 20px; }
  .searchandfilter .sf-field-taxonomy-reagents_category label,
  .searchandfilter .sf-field-taxonomy-opportunities_category label,
  .searchandfilter .sf-field-taxonomy-team_category label,
  .searchandfilter .sf-field-taxonomy-grant_category label {
    position: relative; }
    .searchandfilter .sf-field-taxonomy-reagents_category label::before, .searchandfilter .sf-field-taxonomy-reagents_category label::after,
    .searchandfilter .sf-field-taxonomy-opportunities_category label::before,
    .searchandfilter .sf-field-taxonomy-opportunities_category label::after,
    .searchandfilter .sf-field-taxonomy-team_category label::before,
    .searchandfilter .sf-field-taxonomy-team_category label::after,
    .searchandfilter .sf-field-taxonomy-grant_category label::before,
    .searchandfilter .sf-field-taxonomy-grant_category label::after {
      content: '';
      position: absolute;
      top: 17px;
      right: 15px;
      width: 10px;
      height: 2px;
      background-color: #000000;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Safari */
      transform: rotate(45deg);
      /* Safari */ }
    .searchandfilter .sf-field-taxonomy-reagents_category label::after,
    .searchandfilter .sf-field-taxonomy-opportunities_category label::after,
    .searchandfilter .sf-field-taxonomy-team_category label::after,
    .searchandfilter .sf-field-taxonomy-grant_category label::after {
      right: 9px;
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Safari */
      transform: rotate(-45deg);
      /* Safari */ }

.page-template-tpl-grants .searchandfilter {
  margin-bottom: 55px; }
.page-template-tpl-grants .reagent-item .meta-data .meta-category {
  display: block;
  margin-right: 0;
  margin-bottom: 4px; }
  .page-template-tpl-grants .reagent-item .meta-data .meta-category::after {
    display: none; }

.contact-form-popup.white-popup::before {
  display: none; }
.contact-form-popup h3 {
  margin-top: 0; }
.contact-form-popup .gform_title {
  display: none; }
.contact-form-popup .inner {
  padding: 55px 35px 55px 50px;
  overflow-y: auto; }

@media screen and (max-width: 767px) {
  .searchandfilter select {
    font-size: 16px;
    font-size: 0.8888888889rem; } }
.event-details {
  background-color: #E8E8E8;
  padding: 40px;
  margin-bottom: 40px; }
  .event-details .title, .event-details .data {
    display: block;
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.6428571429;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.93px;
    color: black; }
  .event-details .data {
    color: #E87722; }
  .event-details .button {
    text-align: center;
    padding: 14px 18px;
    margin-top: 0; }

.tax-events_category .select-contain--posttype,
.post-type-archive-events .select-contain--posttype,
.page-id-5252 .select-contain--posttype {
  display: none; }

@media screen and (max-width: 991px) {
  .event-details .row .col-12:nth-child(1),
  .event-details .row .col-12:nth-child(2) {
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .event-details .row .col-12:nth-child(3) {
    margin-bottom: 20px; } }
.company-wrapper {
  margin-bottom: 50px; }

.company-wrapper .company-profile {
  position: relative;
  margin-bottom: 30px; }
  .company-wrapper .company-profile__image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 290/180;
    overflow: hidden;
    text-align: center; }
    .company-wrapper .company-profile__image img {
      width: 95%;
      height: 100%;
      margin: 0 auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .company-wrapper .company-profile__content-wrapper {
    position: relative;
    border-top: 2px solid #000000;
    padding: 10px 20px;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .company-wrapper .company-profile .name, .company-wrapper .company-profile .find-out {
    display: block;
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.4285714286;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.93px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .company-wrapper .company-profile .find-out {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    color: #E87722;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .company-wrapper .company-profile .title {
    display: block;
    height: 39px;
    overflow: hidden;
    font-size: 17px;
    font-size: 0.9444444444rem;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px; }
  .company-wrapper .company-profile:hover .company-profile__content-wrapper {
    border-color: #E87722; }
  .company-wrapper .company-profile:hover .name {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .company-wrapper .company-profile:hover .find-out {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.portfolio-company {
  height: 115px;
  background-color: #E8E8E8;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 30px; }
  .portfolio-company .inner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform; }
  .portfolio-company:hover .inner {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.mfp-bg {
  background-color: #00141c;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }

.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-bg.mfp-removing {
  opacity: 0; }

.white-popup.company-profile {
  height: 85vh;
  max-height: 700px;
  max-width: 750px;
  padding: 65px 30px 85px 50px; }
  .white-popup.company-profile::before {
    left: auto;
    right: 0;
    bottom: 0; }
  .white-popup.company-profile .inner {
    overflow-y: auto;
    padding: 0;
    padding-right: 20px; }
  .white-popup.company-profile h3 {
    margin-bottom: 16px;
    margin-top: 0; }
  .white-popup.company-profile .title {
    font-size: 1rem;
    margin-bottom: 25px; }
  .white-popup.company-profile .button {
    font-size: 0.7222222222rem;
    padding: 16px 20px; }
  .white-popup.company-profile .founder {
    display: block;
    font-size: 0.8888888889rem;
    color: #000000; }
    .white-popup.company-profile .founder span {
      font-weight: 600; }
    .white-popup.company-profile .founder a {
      color: #000000; }
      .white-popup.company-profile .founder a:hover, .white-popup.company-profile .founder a:focus {
        color: #E87722; }
  .white-popup.company-profile .related-articles {
    margin-top: 30px;
    margin-bottom: 20px; }
    .white-popup.company-profile .related-articles h4 {
      margin-bottom: 20px; }
    .white-popup.company-profile .related-articles a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #000000;
      margin-bottom: 10px;
      border-bottom: 1px solid #C6C6C6;
      padding-bottom: 10px; }
      .white-popup.company-profile .related-articles a:last-child {
        border-bottom: none; }
      .white-popup.company-profile .related-articles a:hover, .white-popup.company-profile .related-articles a:focus {
        color: #E87722; }
  .white-popup.company-profile--cevp {
    height: auto;
    min-height: 480px;
    max-width: 850px; }
    .white-popup.company-profile--cevp .mfp-close {
      right: -34px;
      top: -34px; }
    .white-popup.company-profile--cevp .inner {
      height: auto;
      overflow-y: auto;
      max-height: calc( 700px - 65px - 85px ); }
    .white-popup.company-profile--cevp::before {
      display: none; }
    .white-popup.company-profile--cevp .left-column {
      width: 55%;
      height: auto;
      padding-right: 25px; }
    .white-popup.company-profile--cevp .right-column {
      width: 45%;
      height: auto;
      padding-left: 25px; }
      .white-popup.company-profile--cevp .right-column p {
        font-size: 0.8888888889rem;
        margin-bottom: 20px; }
    .white-popup.company-profile--cevp p {
      font-size: 1rem;
      line-height: 1.5;
      color: #000000;
      margin-bottom: 30px; }
    .white-popup.company-profile--cevp .related-articles {
      margin-top: 17px;
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .white-popup.company-profile--cevp .left-column,
  .white-popup.company-profile--cevp .right-column {
    display: block;
    width: 100%;
    float: none;
    padding: 0; }
    .white-popup.company-profile--cevp .left-column p,
    .white-popup.company-profile--cevp .right-column p {
      margin-bottom: 20px; }
    .white-popup.company-profile--cevp .left-column .button,
    .white-popup.company-profile--cevp .right-column .button {
      margin-bottom: 30px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .company-profile__image {
    height: 150px; }
  .company-profile__content-wrapper {
    height: calc( 150px + 73px ); }
  .company-profile__content::after {
    width: 60px;
    height: 36px; } }
@media screen and (min-width: 440px) and (max-width: 575px) {
  .company-profile__image {
    height: 240px; }
  .company-profile__content-wrapper {
    height: calc( 240px + 73px ); } }
.off-screen {
  opacity: 1; }
  .off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

.off-screen--fade-up {
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--fade-up.off-screen--hide {
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0; }

.off-screen--from-left {
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--from-left.off-screen--hide {
    /* IE 9 */
    -webkit-transform: translateX(70px);
    /* Safari */
    transform: translateX(70px);
    /* Safari */
    opacity: 0; }

.off-screen--hide.off-screen--from-left {
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }
.off-screen--hide.off-screen--from-right {
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }
.off-screen--hide.off-screen--from-bottom {
  /* IE 9 */
  -webkit-transform: translateY(150px);
  /* Safari */
  transform: translateY(150px);
  /* Safari */
  opacity: 0; }
.off-screen--hide.off-screen--fade {
  opacity: 0; }

.off-screen--alternate > div > div {
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--sequential > * {
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.off-screen--sequential.off-screen--hide > * {
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0; }

.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s; }

.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s; }

.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s; }

.off-screen--sequential > *:nth-child(15) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s; }

@media (max-width: 767px) {
  .block--text-image__content__image {
    min-height: 250px; } }
.box-teaser {
  position: relative;
  background-color: #E8E8E8;
  padding: 40px;
  padding-top: 65px;
  height: calc( 100% - 30px );
  min-height: 219px;
  margin-bottom: 30px; }
  .box-teaser h3 {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.1944444444;
    margin-top: 0;
    margin-bottom: 15px; }
  .box-teaser p {
    margin-bottom: 30px; }
  .box-teaser .teaser-link {
    opacity: 0;
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Safari */
    transform: translateY(20px);
    /* Safari */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .box-teaser__subtitle {
    font-size: 1.1111111111rem;
    font-weight: 600;
    line-height: 1;
    color: #E87722;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .box-teaser__wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .box-teaser::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 48px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  .box-teaser.pixel--orange::after {
    background-image: url("../img/pixels/orange.svg"); }
  .box-teaser.pixel--light-blue::after {
    background-image: url("../img/pixels/light-blue.svg"); }
  .box-teaser.pixel--dark-blue::after {
    background-image: url("../img/pixels/dark-blue.svg"); }
  .box-teaser.pixel--green::after {
    background-image: url("../img/pixels/green.svg"); }
  .box-teaser.pixel--red::after {
    background-image: url("../img/pixels/red.svg"); }
  .box-teaser--member {
    padding: 30px;
    padding-top: 50px;
    min-height: 190px; }
    .box-teaser--member .box-teaser__inner {
      position: absolute;
      bottom: 40px; }
    .box-teaser--member .teaser-link {
      position: absolute;
      bottom: 40px; }
    .box-teaser--member h3 {
      font-size: 1.5555555556rem;
      margin-bottom: 12px; }
  .box-teaser:hover .teaser-link {
    opacity: 1;
    /* IE 9 */
    -webkit-transform: translateY(0);
    /* Safari */
    transform: translateY(0);
    /* Safari */ }
  .box-teaser:hover .box-teaser__subtitle {
    opacity: 0; }

.box-teaser--count-2 .box-teaser,
.page-id-269 .box-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .box-teaser--count-2 .box-teaser__inner,
  .page-id-269 .box-teaser__inner {
    margin-top: auto; }

.box-teaser--count-3 .box-teaser::after {
  width: 130px;
  height: 78px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .block--box-teasers .off-screen--sequential .box-teaser--count-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .block--box-teasers .off-screen--sequential .box-teaser--count-3:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .box-teaser {
    height: auto;
    margin-bottom: 30px;
    padding: 55px 30px 35px 30px; } }
.video-item {
  position: relative;
  height: 570px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .video-item__play-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%);
    /* Safari */
    margin: 0 auto;
    width: 105px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .video-item__title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%);
    /* Safari */
    font-size: 40px;
    font-size: 2.2222222222rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1.67px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 100px; }
  .video-item__wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .video-item .video-item__play-icon:hover {
    width: 120px; }

@media screen and (max-width: 1199px) {
  .video-item {
    height: 540px; } }
@media screen and (max-width: 991px) {
  .video-item {
    height: 440px; }
    .video-item__play-icon {
      width: 80px; } }
@media screen and (max-width: 767px) {
  .video-item {
    height: 350px; }
    .video-item__title {
      font-size: 32px;
      font-size: 1.7777777778rem;
      margin-top: 80px; } }
@media screen and (max-width: 490px) {
  .video-item {
    height: 290px; }
    .video-item__play-icon {
      width: 60px; }
    .video-item__title {
      margin-top: 70px; } }
.block--brochure {
  background-color: #E8E8E8;
  padding: 80px 0; }
  .block--brochure .brochure__image {
    display: inline-block;
    float: left;
    width: 40%;
    height: 100%;
    margin: 0;
    background-color: #D8D8D8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .block--brochure .brochure__info {
    position: relative;
    display: inline-block;
    width: 60%;
    background-color: white;
    margin: 0;
    padding: 100px 70px; }
    .block--brochure .brochure__info h3 {
      font-size: 50px;
      font-size: 2.7777777778rem;
      line-height: 1.22;
      letter-spacing: -2.08px; }
    .block--brochure .brochure__info::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 200px;
      height: 120px;
      background-position: top right;
      background-size: contain;
      background-repeat: no-repeat; }
    .block--brochure .brochure__info.pixel--orange::after {
      background-image: url("../img/pixels/orange.svg"); }
    .block--brochure .brochure__info.pixel--light-blue::after {
      background-image: url("../img/pixels/light-blue.svg"); }
    .block--brochure .brochure__info.pixel--dark-blue::after {
      background-image: url("../img/pixels/dark-blue.svg"); }
    .block--brochure .brochure__info.pixel--green::after {
      background-image: url("../img/pixels/green.svg"); }
    .block--brochure .brochure__info.pixel--red::after {
      background-image: url("../img/pixels/red.svg"); }

@media screen and (max-width: 991px) {
  .block--brochure .brochure__info {
    padding: 60px 45px; }
    .block--brochure .brochure__info h3 {
      font-size: 40px;
      font-size: 2.2222222222rem; }
    .block--brochure .brochure__info::after {
      width: 160px;
      height: 96px; } }
@media screen and (max-width: 767px) {
  .block--brochure .brochure__image {
    display: none; }

  .block--brochure .brochure__info {
    padding: 30px 35px 60px 35px;
    width: 100%; }
    .block--brochure .brochure__info h3 {
      font-size: 34px;
      font-size: 1.8888888889rem; } }
.block--latest-updates h2 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.22;
  letter-spacing: -1.5px;
  text-align: center;
  margin-left: 0; }
  .block--latest-updates h2::before {
    display: none; }
.block--latest-updates .box-teaser {
  height: calc( 100% - 30px ); }
.block--latest-updates .h2 {
  position: absolute;
  top: 16px;
  left: 50px;
  font-size: 40px;
  font-size: 2.2222222222rem;
  letter-spacing: -1.67px;
  color: white;
  z-index: 3; }
.block--latest-updates .news-teaser--large::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  opacity: 0.3; }

@media screen and (max-width: 767px) {
  .block--latest-updates .h2 {
    left: 40px;
    right: 40px;
    font-size: 30px;
    font-size: 1.6666666667rem;
    text-align: left; } }
.annual-review {
  height: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .annual-review .title {
    display: block; }

.member-profile.cevp {
  width: 90vw;
  max-width: 500px;
  height: auto;
  max-height: 90vh;
  min-height: 350px;
  padding: 50px 65px 30px 65px; }
  .member-profile.cevp .inner {
    height: auto;
    padding: 0; }
  .member-profile.cevp .title {
    margin-bottom: 50px; }
  .member-profile.cevp::before {
    display: none; }
  .member-profile.cevp .mfp-close {
    right: -34px;
    top: -34px; }

.block--members,
.block--cevp-portfolio-companies,
.block--cevp-video,
.block--cevp-events {
  margin-top: 50px !important;
  margin-bottom: 65px !important; }

.block--cevp-portfolio-companies {
  margin-bottom: 95px !important; }

.block--members .searchandfilter ul {
  float: right;
  margin-top: 16px; }
  .block--members .searchandfilter ul li:last-child {
    margin-right: 0; }
    .block--members .searchandfilter ul li:last-child label {
      margin-right: 0; }
  .block--members .searchandfilter ul select {
    padding: 14px 22px;
    background-color: white; }

.page-template-tpl-cevp-members #content-wrap {
  margin-bottom: 0; }

.post-edit-link {
  position: fixed;
  background: #E87722;
  color: #fff;
  padding: 10px;
  z-index: 1;
  bottom: 0px; }

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