@charset "UTF-8";
.post-item-cat-helper, .anthesis-post .post-item-cat, .search-results .type-page .search-result-inner .post-item-cat {
  background-color: #04104A;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 2.5625rem;
  padding-right: 1.4375rem;
  text-transform: uppercase; }

.image-underlayer {
  height: calc(100%);
  position: absolute;
  top: 16px;
  right: 16px;
  width: calc(100% - 16px); }

.w-100 {
  width: 100%; }

.position-relative {
  position: relative; }

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

.spacing-default {
  padding: 7.5rem 0; }

.spacing-top {
  padding-top: 7.5rem; }

.spacing-bottom {
  padding-bottom: 7.5rem; }

:root {
  --blue: #04104A;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #F7641E;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #72AFB4;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #04104A;
  --secondary: #6c757d;
  --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", "Liberation 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", "Liberation 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: #ffffff; }

[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;
  -webkit-text-decoration-skip-ink: none;
  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: #04104A;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #000001;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar; }

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

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

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

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

@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: 1330px; } }

.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.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.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.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.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.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.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.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: #04104A !important; }

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

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #ffffff !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: #04104A !important; }

.border-secondary {
  border-color: #6c757d !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: #ffffff !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.85714%; }

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

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: 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: 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: sticky) {
  .sticky-top {
    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; }

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

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

.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: #ffffff !important; }

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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;
  word-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (max-width: 991.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-xl {
    padding-right: 30px;
    padding-left: 30px; }
  .row:not(.no-gutters) {
    margin-right: -30px;
    margin-left: -30px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; } }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* select2 styles */
.people-filters .select2-container {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2; }

.select2-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(4, 16, 74, 0.25);
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  outline: 0;
  padding: 0;
  text-transform: uppercase; }
  .select2-container.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    height: 100%;
    padding-left: 0;
    width: calc(100% - 20px); }
  .select2-container.select2-container--default .select2-results > ul.select2-results__options {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow-y: initial !important; }
  .select2-container.select2-container--default .select2-selection--clearable span.select2-selection__rendered[title],
  .select2-container.select2-container--default .select2-selection--clearable .select2-selection__arrow {
    background-color: #04104A; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.75rem !important; }
  .select2-container span.selection {
    text-align: center;
    width: 100%; }

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.people-filters .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ffffff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.people-filters .select2-dropdown {
  top: 0; }

.people-filters .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 6px;
  top: 10px;
  z-index: 1; }

.people-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  height: auto;
  top: 0; }

.people-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent; }

.people-filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent; }

.people-filters a.people-filters-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.people-filters .people-filters-item:not(.is-selected):hover,
.people-filters .people-filters-select:selected {
  background-color: rgba(4, 16, 74, 0.45); }

.people-filters .people-filters-item.is-selected,
.people-filters .people-filters-select.is-selected {
  background-color: #04104a; }

.people-filters .people-filters-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  width: 321px; }

.people-filters a.people-filters-item,
.people-filters .ui-selectmenu-button,
.people-filters .people-filters-select,
.people-filters .people-filters-select option {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(4, 16, 74, 0.25);
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  outline: 0;
  padding: 1.5625rem;
  text-transform: uppercase; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background-color: #04104a;
  border-radius: 0 0 0 4px;
  border: 0; }

span.select2-selection.select2-selection--single[aria-expanded=true],
.people-filters .select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow {
  background-color: #04104A;
  outline: 0; }

li.select2-results__option {
  padding: 0.75rem;
  text-align: center; }
  li.select2-results__option[aria-selected=true] {
    background-color: #ffffff;
    color: #04104A; }

@media screen and (max-width: 991px) {
  .people-filters .select2-container {
    min-width: 320px; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      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: "•";
        width: 20px;
        height: 20px;
        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; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70px; }
  .slider-controls .slick-prev,
  .slider-controls .slick-next {
    left: 0;
    position: relative;
    right: 0;
    z-index: 3; }
    .slider-controls .slick-prev:before,
    .slider-controls .slick-next:before {
      background: url(/wp-content/uploads/2019/09/Right-1.svg) center center/contain no-repeat;
      color: #04104A;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      top: 0;
      width: 20px; }
    .slider-controls .slick-prev.slick-disabled:before,
    .slider-controls .slick-next.slick-disabled:before {
      color: #cccccc; }
  .slider-controls .slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center; }

/**
 * The tablist
 */
[role="tablist"] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0; }
  [role="tablist"] * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block; } }

/**
 * The tabs
 */
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
	 * Active tab styling
	 */
  /**
	 * Tabs on hover
	 */ }
  @media (min-width: 30em) {
    [role="tab"] {
      border-top-color: transparent;
      border-top-left-radius: 0.5em;
      border-top-right-radius: 0.5em;
      display: inline-block;
      margin-bottom: -1px; } }
  [role="tab"][aria-selected="true"] {
    background-color: lightgray; }
    @media (min-width: 30em) {
      [role="tab"][aria-selected="true"] {
        background-color: transparent;
        border: 1px solid lightgray;
        border-bottom-color: #ffffff; } }
  [role="tab"]:hover:not([aria-selected="true"]) {
    background-color: #f7f7f7; }
    @media (min-width: 30em) {
      [role="tab"]:hover:not([aria-selected="true"]) {
        border: 1px solid lightgray; } }

/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.page-content ul.activator_tabs {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1rem; }
  .page-content ul.activator_tabs li {
    margin-top: 0; }
    .page-content ul.activator_tabs li a,
    .page-content ul.activator_tabs li a[aria-selected="true"] {
      background: transparent;
      border: none;
      font-size: 1rem;
      outline: 0;
      position: relative;
      padding: 0; }
    .page-content ul.activator_tabs li a[aria-selected="true"] {
      font-weight: 600;
      color: #04104A; }
      .page-content ul.activator_tabs li a[aria-selected="true"] span {
        background-color: #04104A; }
    .page-content ul.activator_tabs li a[role="tab"]:hover:not([aria-selected="true"]) {
      border: none;
      background: transparent;
      color: #465277; }
      .page-content ul.activator_tabs li a[role="tab"]:hover:not([aria-selected="true"]) span {
        background-color: #465277; }
    .page-content ul.activator_tabs li a:not([aria-selected="true"]) {
      color: #A09F9F; }
    .page-content ul.activator_tabs li a:after {
      background-color: #A09F9F;
      content: "";
      display: block;
      height: 44px;
      margin-left: 0.1875rem;
      width: 2px;
      margin-top: -0.5rem;
      margin-bottom: -0.5625rem; }
    .page-content ul.activator_tabs li:last-of-type a:after {
      content: none; }

.page-content .activator_tabs-toggle span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #aaa;
  margin-right: 1rem;
  vertical-align: middle;
  border-radius: 50%; }

.page-content .activator_tab-left,
.page-content .activator_tab-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-content .activator_tab-left {
  padding-top: 1.5rem; }
  .page-content .activator_tab-left h3 {
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  .page-content ul.activator_tabs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0; }
    .page-content ul.activator_tabs li {
      -webkit-box-flex: 1;
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .page-content ul.activator_tabs li a,
      .page-content ul.activator_tabs li a[role="tab"]:hover:not([aria-selected="true"]) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ffffff;
        border-radius: 0;
        color: #04104A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .page-content ul.activator_tabs li a[aria-selected="true"] {
        background-color: #04104A;
        color: #ffffff; }
      .page-content ul.activator_tabs li:nth-child(2) a:before,
      .page-content ul.activator_tabs li:nth-child(2) a:after {
        display: none; }
  .page-content .activator_tabs-toggle span {
    display: none; }
  .page-content .activator_tab-left h3 {
    color: #ffffff;
    margin-top: 1rem; }
  .page-content .activator_tab-content {
    background-color: #04104A;
    color: #ffffff;
    padding: 0.9375rem 1.375rem 1.875rem; } }

@media (max-width: 500px) {
  .page-content ul.activator_tabs li a,
  .page-content ul.activator_tabs li a[role="tab"]:hover:not([aria-selected="true"]) {
    font-size: 0.875rem; } }

.row.module_clients-grid > div {
  margin-bottom: 0.9375rem; }

.client-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.125rem 1.25rem;
  width: 100%; }
  .client-logo img {
    max-width: 75%; }

.white,
.text-white {
  color: #ffffff; }

.dark-blue {
  color: #04104A; }

.orange {
  color: #F7641E; }

.text-grey {
  color: #A09F9f; }

.module_contact .contact-locations-inner {
  background-color: #04104A;
  padding: 3.25rem 15% 3.25rem 15%;
  width: 100%; }
  .module_contact .contact-locations-inner h3 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.4375rem; }
  .module_contact .contact-locations-inner *,
  .module_contact .contact-locations-inner a,
  .module_contact .contact-locations-inner a:hover,
  .module_contact .contact-locations-inner a:visited {
    color: #ffffff;
    text-decoration: none; }

.module_contact .contact-locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 3.75rem 0.75rem; }

.module_contact .contact-location a {
  display: block;
  margin-bottom: 0.25rem; }
  .module_contact .contact-location a:after {
    content: "→";
    display: inline-block;
    margin-left: 0.375rem; }

.module_contact .location-continent-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.625rem; }

.module_contact .contact-location:nth-child(5) {
  grid-column: span 2; }
  .module_contact .contact-location:nth-child(5) a {
    display: inline-block;
    min-width: 100px; }

@media (max-width: 500px) {
  .module_contact .contact-locations-inner {
    padding: 1.875rem 0.9375rem; }
  .module_contact .contact-locations {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem; }
  .module_contact .contact-location:nth-child(5) {
    grid-column: span 1; } }

.container.page-module.module_news-featured {
  padding-top: 2rem; }

.module_news-featured-heading {
  margin-bottom: 3.75rem; }

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

.news_featured-subheading {
  color: #04104A;
  font-weight: 600;
  min-height: 98px; }

@media (max-width: 1050px) {
  .module_news-featured-heading {
    margin-bottom: 1rem; } }

footer {
  background-color: #ffffff;
  font-size: 0.875rem; }
  footer .footer-top {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem; }
  footer .footer-branding a img {
    width: 150px; }
  footer .footer-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem; }
    footer .footer-images img {
      max-height: 64px; }
  footer ul#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul#footer-menu li a,
    footer ul#footer-menu li a:hover,
    footer ul#footer-menu li a:visited {
      color: #04104A;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      font-size: 0.875rem; }
    footer ul#footer-menu li a:after {
      content: "→";
      display: inline-block;
      margin-left: 0.375rem; }
    footer ul#footer-menu li:not(.footer-menu-contact) {
      margin-bottom: 1rem; }
    footer ul#footer-menu li.footer-menu-mailto a {
      color: #A09F9F;
      font-weight: 300;
      text-transform: lowercase; }
      footer ul#footer-menu li.footer-menu-mailto a:after {
        content: ""; }
  footer .footer-bottom {
    background-color: #04104A;
    color: #ffffff;
    padding: 0.375rem 0;
    font-size: 0.875rem; }
    footer .footer-bottom ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .footer-bottom ul li {
        display: inline-block; }
    footer .footer-bottom a {
      color: #ffffff;
      margin-right: 0.625rem; }

html.no-scroll {
  overflow-y: hidden; }

body {
  color: #505156;
  font-family: "Open Sans", sans-serif, Arial, Helvetica;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #FAFAF8; }
  body::-moz-selection {
    background-color: rgba(243, 112, 35, 0.8); }
  body::selection {
    background-color: rgba(243, 112, 35, 0.8); }
  @media screen and (max-width: 768px) {
    body {
      font-size: 0.875rem; } }

div#page #content > * {
  overflow-x: hidden; }

ol {
  list-style: none;
  counter-reset: my-ol-counter; }

ol li {
  counter-increment: my-ol-counter; }
  ol li:before {
    color: #f37023;
    content: counter(my-ol-counter) ". ";
    font-weight: 600; }

a, a:hover,
a:visited {
  text-decoration: none; }

a:visited {
  color: inherit; }

.page-content ul li {
  font-size: 0.875rem;
  margin-top: 0.75rem; }

p#breadcrumbs {
  margin: 0; }
  p#breadcrumbs a {
    color: #ffffff;
    font-weight: 600; }

.page-module {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.related-articles {
  padding-bottom: 5.375rem; }

.full-width-image {
  height: 600px;
  width: 100%; }

/* tab reset */
[role="tablist"] {
  border-bottom: 0; }

[role=tab], [role=tab][aria-selected=true] {
  border: 0; }

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: transparent;
  border: 0; }

@media screen and (max-width: 768px) {
  .page-module {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

header#masthead {
  margin-top: 2.5rem;
  position: absolute;
  width: 100%;
  z-index: 99; }

.site-branding img {
  max-height: 1.625rem; }

a.site-branding-blue ~ a {
  display: none; }

.site-nav li:not(:first-child) {
  margin-left: 3.125rem; }

.site-nav li a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase; }

#site-navigation.main-navigation li a:after {
  background-color: #F7641E;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.15s width ease;
  transition: 0.15s width ease;
  width: 0%; }

#site-navigation.main-navigation li:hover a:after, #site-navigation.main-navigation li.current-menu-item a:after {
  width: 100%; }

.menu-primary-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.ui-selectmenu-menu {
  background-color: #04104a; }

.ui-selectmenu-menu ul {
  list-style: none;
  padding: 0.625rem 0; }
  .ui-selectmenu-menu ul li {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0.875rem;
    text-align: center; }

.hero {
  position: relative; }
  .hero.home-hero {
    min-height: 600px;
    padding-top: 190px;
    padding-bottom: 50px;
    overflow: hidden; }
    .hero.home-hero.home-hero-bg-img {
      background-position: center;
      background-size: cover; }
      .hero.home-hero.home-hero-bg-img:after {
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%; }
      .hero.home-hero.home-hero-bg-img .container {
        position: relative;
        z-index: 10; }
    .hero.home-hero.home-hero-overlay-light:after {
      background-color: rgba(0, 0, 0, 0.3); }
    .hero.home-hero.home-hero-overlay-medium:after {
      background-color: rgba(0, 0, 0, 0.5); }
    .hero.home-hero.home-hero-overlay-dark:after {
      background-color: rgba(0, 0, 0, 0.7); }
  .hero.page-hero {
    background-image: url("/wp-content/uploads/2019/09/ryan-schroeder-Gg7uKdHFb_c-unsplash.png");
    background-position: center bottom;
    min-height: 600px;
    padding-top: 14rem; }
  .hero.page-hero, .hero.people-hero {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero.people-hero {
    background-image: url("/wp-content/uploads/2019/11/mariusz-slonski-nf3JCKPqTs-unsplash-e1573232823868.jpg");
    background-position: top center;
    min-height: 460px;
    padding-bottom: 8.125rem;
    padding-top: 18.75rem; }
    .hero.people-hero h2 {
      color: #ffffff;
      font-weight: 400; }
    .hero.people-hero .headshot {
      background-position: cover;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 130px;
      margin: auto;
      width: 130px; }
    .hero.people-hero .contact-details {
      background-color: rgba(4, 16, 74, 0.76);
      bottom: 0;
      left: 0;
      padding: 1.25rem 0;
      position: absolute;
      width: 100%; }
      .hero.people-hero .contact-details .icon-arrow {
        display: block;
        height: 16px;
        width: 16px; }
        .hero.people-hero .contact-details .icon-arrow.prev {
          margin-right: 30px; }
      .hero.people-hero .contact-details ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-bottom: 0;
        padding: 0; }
        .hero.people-hero .contact-details ul li {
          padding-right: 1.875rem; }
          .hero.people-hero .contact-details ul li.mail {
            border-left: 1px solid #979797; }
            .hero.people-hero .contact-details ul li.mail a {
              padding-left: 1.875rem; }
      .hero.people-hero .contact-details a {
        color: #ffffff;
        font-size: 0.875rem; }
        .hero.people-hero .contact-details a.social {
          display: block;
          width: 14px; }
  .hero.people-hero .container, .hero.cat-hero .container {
    position: relative;
    z-index: 10; }
  .hero.people-hero:after, .hero.cat-hero:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .hero .cat-hero h2,
  .hero .cat-hero h3 {
    color: #ffffff; }
  .hero .page-hero_inner {
    color: #ffffff; }
  .hero .page-hero-icon {
    border: 1px solid #ffffff;
    border-radius: 40px;
    height: 70px;
    padding: 0.8125rem;
    width: 70px; }
  .hero .hero-subheading {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300; }
  .hero.page-hero.hero-dark-blue .page-hero_inner > div * {
    color: #04104A; }
  .hero .an-cta {
    margin-top: 1.5rem;
    padding: 0.5rem 3.125rem; }
  .hero .home-hero-video {
    background-color: #333;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .hero .home-hero-video video {
      height: auto;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto; }

.page-hero-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  width: 100%; }

@media screen and (max-width: 991px) {
  .page-hero-menu.people-filters {
    overflow-x: scroll; }
    .page-hero-menu.people-filters a.people-filters-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }

@media screen and (max-width: 768px) {
  .hero.home-hero {
    background: url(/wp-content/uploads/2019/11/mobile-image-Small.jpg) center center/cover no-repeat; }
  .hero.people-hero {
    padding-top: 10rem; }
  .home-hero-video,
  .home-hero-video video {
    display: none; } }

@media screen and (max-width: 500px) {
  .hero.home-hero {
    height: 650px;
    padding-top: 7.5rem; } }

.module_image-content > .row.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.module_image-content div:not(.dotted-list) ul,
.module_image-content div:not(.dotted-list) > p > ul {
  padding-left: 0.375rem;
  list-style: none; }

.module_image-content div:not(.dotted-list) > ul li,
.module_image-content div:not(.dotted-list) > p > ul li {
  background: url(/wp-content/uploads/2019/09/icon-checkmark.png) top left/20px no-repeat;
  margin-top: 1.25rem;
  padding-left: 1.875rem; }

.module_image-content div:not(.dotted-list) ul > li > ul {
  margin-top: 0.5rem; }
  .module_image-content div:not(.dotted-list) ul > li > ul > li {
    margin-top: 0.75rem; }

.module_image-effect {
  min-height: 424px;
  width: 100%; }

.module_image-subheading {
  background-color: #04104A;
  color: #ffffff;
  padding: 0.5rem 1rem;
  margin-top: -6px; }
  .module_image-subheading p {
    margin: 0; }

/* --- if the block with white text is selected -- */
.module_image-blockquote {
  position: relative; }
  .module_image-blockquote .blockquote {
    background-color: #04104A;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    padding: 3.5rem 5.625rem 2rem 3.125rem;
    position: relative;
    right: 0;
    top: 0px;
    width: calc(100% - 16px); }
    .module_image-blockquote .blockquote ul li {
      background: url(/wp-content/uploads/2019/09/icon-checkmark.png) top left/20px no-repeat;
      line-height: 22px; }

/* --- if video embed is selected --- */
.module_image-video .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .module_image-video .video-wrapper.large {
    padding-bottom: 100%; }
  .module_image-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.module_key-people-large .people-grid-item,
.module_key-people-large .module_key_person_large_contact .people-grid-item {
  cursor: auto;
  height: auto;
  overflow: visible; }

.module_key-people-large .people-grid-item .key-person-large {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2rem 2.75rem; }
  .module_key-people-large .people-grid-item .key-person-large .person-image {
    height: 178px;
    /* set again to disable hover effect */
    margin: auto;
    width: 166px; }
  .module_key-people-large .people-grid-item .key-person-large .person-meta {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }
  .module_key-people-large .people-grid-item .key-person-large .person-info {
    height: auto;
    padding: 1rem 0; }
  .module_key-people-large .people-grid-item .key-person-large .person-description {
    padding: 1rem 0; }
  .module_key-people-large .people-grid-item .key-person-large a {
    height: auto; }

.module_key-people-large .people-grid-item .person-social-modal_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto; }

.module_key_person_large_contact .people-grid-item a,
.module_key_person_large_contact .people-grid-item a:hover {
  cursor: pointer;
  height: auto;
  overflow: visible; }

.module_key_person_large_contact .people-grid-item:hover .person-image {
  height: 178px; }

.module_key_person_large_contact .people-grid-item .key-person-large {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 2rem 2.75rem; }
  .module_key_person_large_contact .people-grid-item .key-person-large .person-image {
    margin: auto;
    width: 166px; }
  .module_key_person_large_contact .people-grid-item .key-person-large .person-info {
    height: auto;
    padding: 1rem 0; }
  .module_key_person_large_contact .people-grid-item .key-person-large .person-description {
    padding: 1rem 0; }

.newsletter_title {
  font-family: Open Sans;
  font-size: 32px;
  line-height: 51px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0; }

.newsletter_subtitle {
  font-family: Open Sans;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0; }

.newsletter_background {
  background-size: cover;
  background-repeat: no-repeat; }

@media (min-width: 992px) {
  .newsletter_title {
    font-size: 50px;
    line-height: 80px; }
  .newsletter_subtitle {
    font-size: 26px;
    line-height: 36px; } }

.nf-form-cont .nf-before-form-content {
  display: none; }

.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"],
.nf-form-cont textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #A09F9F;
  border-radius: 0;
  color: #A09F9F;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 1rem;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .nf-form-cont input[type="text"]:focus,
  .nf-form-cont input[type="email"]:focus,
  .nf-form-cont textarea:focus {
    border-bottom-color: #04104A;
    color: #04104A;
    outline: none; }

.nf-form-cont textarea {
  height: 32px !important; }

.nf-form-cont input[type="button"] {
  background: url(/wp-content/uploads/2019/09/right-arrow.png) 90% center/16px 16px no-repeat, #F7641E;
  border: none;
  border-radius: 1.5rem;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 0.75rem;
  padding: 1rem 3rem 1rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .nf-form-cont input[type="button"]:hover {
    background: url(/wp-content/uploads/2019/09/right-arrow.png) 93% center/16px 16px no-repeat, #F7641E; }

.people h2 {
  margin-bottom: 2rem; }

.people .person-image {
  display: block;
  height: 178px;
  margin: auto;
  margin-bottom: 2rem;
  width: 166px; }

.people .person-meta {
  background-color: #ffffff;
  color: #505156;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  padding: 2rem 3rem; }
  .people .person-meta a {
    color: inherit; }
  .people .person-meta .social {
    display: block;
    height: 24px;
    width: 24px; }
    .people .person-meta .social svg {
      vertical-align: middle; }
      .people .person-meta .social svg path {
        fill: #A09F9F; }
  .people .person-meta .person-role {
    font-size: 0.875rem; }

.people .person-info-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .people .person-info-list li {
    padding-right: 1.25rem; }
    .people .person-info-list li.view {
      border-left: 1px solid #A09F9F;
      padding-left: 1.25rem; }
      .people .person-info-list li.view a {
        color: #A09F9F;
        font-size: 0.875rem; }

.people .view-all {
  padding-top: 2rem;
  text-align: center;
  width: 100%; }

/* people page styles */
.people-grid {
  overflow: hidden; }

.key-person-social,
.person-social {
  background-color: #ffffff;
  height: 48px;
  padding: 0 1rem; }

@-webkit-keyframes spinner1 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner1 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.module_posts .filter-row {
  background-color: #04104A;
  color: #ffffff;
  padding: 1.875rem 0.9375rem 1.875rem 5rem; }
  .module_posts .filter-row a,
  .module_posts .filter-row h4 {
    color: #ffffff; }
  .module_posts .filter-row .filter-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .module_posts .filter-row .filter-column div a {
      display: block;
      margin-bottom: 0.5rem; }
    .module_posts .filter-row .filter-column.filters-service-areas > div,
    .module_posts .filter-row .filter-column.filters-sectors > div {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; }
    .module_posts .filter-row .filter-column:not(:last-child) {
      border-right: 2px solid;
      padding-right: 3.125rem; }
    .module_posts .filter-row .filter-column:not(:first-child) {
      padding-left: 3.125rem; }
  .module_posts .filter-row .filter-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5625rem; }
  .module_posts .filter-row .filter-toggle + input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: 0; }
    .module_posts .filter-row .filter-toggle + input[type="checkbox"]:before {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      content: "−";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.5rem;
      height: 22px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 25px; }
    .module_posts .filter-row .filter-toggle + input[type="checkbox"]:checked:before {
      content: "+"; }
    .module_posts .filter-row .filter-toggle + input[type="checkbox"]:checked + .filter-columns {
      display: none; }
  .module_posts .filter-row .filter-option span {
    border-bottom: 2px solid transparent; }
  .module_posts .filter-row .filter-option.filter-option-selected {
    outline: 0; }
    .module_posts .filter-row .filter-option.filter-option-selected span {
      border-color: #ffffff;
      outline: 0; }

.module_posts .posts-grid .loading-spinner {
  margin: 0 auto; }
  .module_posts .posts-grid .loading-spinner button {
    -webkit-animation: spinner1 600ms linear infinite;
    animation: spinner1 600ms linear infinite;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #1D9AF2;
    border-top: 2px solid #ffffff;
    height: 40px;
    margin: 0 auto;
    width: 40px; }

@media (max-width: 1050px) {
  .module_posts .filter-row {
    padding: 0.9375rem 1.875rem; }
  .module_posts .filter-column {
    padding: 0.5rem 0; }
    .module_posts .filter-column:not(:first-child) {
      padding-left: 0; }
    .module_posts .filter-column:not(:last-child) {
      border-right: 0; }
    .module_posts .filter-column div a {
      font-size: 0.875rem;
      margin-bottom: 0.25rem; } }

@media (max-width: 768px) {
  .module_posts .filter-row h4 {
    margin: 0.5rem 0 0.75rem; }
  .module_posts .filter-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; }
    .module_posts .filter-column.filters-dates > div {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      grid-gap: 1rem; } }

.module_service_areas ul {
  border: 0; }
  .module_service_areas ul li.service_area_tab {
    margin-bottom: 1rem; }
    .module_service_areas ul li.service_area_tab a {
      background: transparent;
      border: none;
      color: #A09F9F;
      outline: 0;
      padding: 0; }
      .module_service_areas ul li.service_area_tab a[role=tab]:not([aria-selected="true"]) {
        opacity: 0.8; }
        .module_service_areas ul li.service_area_tab a[role=tab]:not([aria-selected="true"]):hover {
          opacity: 1; }
      .module_service_areas ul li.service_area_tab a[role=tab]:hover:not([aria-selected="true"]) {
        border: none;
        background: transparent;
        color: #A09F9F; }
        .module_service_areas ul li.service_area_tab a[role=tab]:hover:not([aria-selected="true"]) .service_area_tab-image svg path {
          fill: #A09F9F; }
        .module_service_areas ul li.service_area_tab a[role=tab]:hover:not([aria-selected="true"]) .service_area_tab-title {
          color: #72AFB4;
          font-weight: 600; }
        .module_service_areas ul li.service_area_tab a[role=tab]:hover:not([aria-selected="true"]) .service_area_tab-text {
          color: #777; }
      .module_service_areas ul li.service_area_tab a[aria-selected=true] .service_area_tab-image svg path {
        fill: #72AFB4; }

.module_service_areas .service_area_tab-title {
  font-weight: 600; }

.module_service_areas .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.module_service_areas .service_area_content {
  height: 100%;
  min-height: 470px;
  position: relative; }

.module_service_areas .service_area_content-image,
.module_service_areas .service_area_content-content {
  position: absolute; }

.module_service_areas .service_area_content-image {
  bottom: 0;
  height: 92%;
  left: 0;
  width: 92%; }

.module_service_areas .service_area_content-content {
  background-color: #04104A;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 92%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9375rem 5.625rem 0.9375rem 3.125rem;
  right: 0;
  top: 0;
  width: 92%; }
  .module_service_areas .service_area_content-content h3 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    margin-top: 0; }

@media (max-width: 500px) {
  .module_service_areas .row[data-tabs-service-areas] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory; }
    .module_service_areas .row[data-tabs-service-areas] li {
      margin-bottom: 0;
      scroll-snap-align: start; }
  .module_service_areas .service_area_tab-text {
    display: none; }
  .module_service_areas .service_area_content-content {
    height: 100%;
    padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
    width: 96%; }
    .module_service_areas .service_area_content-content h3 {
      font-size: 1.5rem; }
    .module_service_areas .service_area_content-content p {
      font-size: 0.875rem;
      margin: 0.5rem 0 0.75rem; }
  .module_service_areas .service_area_content {
    min-height: 300px; } }

@-webkit-keyframes fix-into-place {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fix-into-place {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.parent-pageid-11 .hero.page-hero {
  min-height: 800px; }

.page-hero-menu.service-areas-hero-menu {
  margin-top: auto;
  -webkit-transition: 0.2s top ease-in;
  transition: 0.2s top ease-in; }

.menu-service-areas-container {
  width: 100%; }

.container.service_area_activators {
  border-bottom: #979797 2px solid; }

ul#service-areas-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul#service-areas-menu li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(4, 16, 74, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    ul#service-areas-menu li:not(.current-menu-item):hover {
      background-color: rgba(4, 16, 74, 0.5); }
    ul#service-areas-menu li.current-menu-item {
      background-color: #04104a; }
    ul#service-areas-menu li a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 0;
      color: #ffffff;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 600;
      outline: 0;
      padding: 1rem 1.5625rem;
      text-transform: uppercase; }

body.fixed-masthead #masthead,
body.fixed-service-nav #masthead {
  height: 96px;
  margin-top: 0;
  padding-top: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04104a;
  top: 0;
  z-index: 15;
  -webkit-transition: 0.2s top ease-in;
  transition: 0.2s top ease-in; }

body.fixed-masthead #masthead {
  -webkit-animation: fix-into-place .2s ease-in 1 forwards;
  animation: fix-into-place .2s ease-in 1 forwards; }

body.fixed-service-nav .service-areas-hero-menu {
  margin-top: 0;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 4; }

body.fixed-service-nav:not(.fixed-masthead) #masthead {
  top: -60px;
  animation: fix-into-place .2s ease-in 1 reverse; }

body.fixed-masthead .site-branding-blue {
  display: none; }
  body.fixed-masthead .site-branding-blue ~ a {
    display: block; }

@media screen and (max-width: 1200px) {
  ul#service-areas-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    ul#service-areas-menu li {
      -webkit-box-flex: 1;
      -ms-flex: 1 24%;
      flex: 1 24%; } }

@media screen and (max-width: 768px) {
  ul#service-areas-menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    ul#service-areas-menu li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.page-module.module_social {
  background: url(/wp-content/uploads/2019/09/feed-bg@1x.png) center top/cover no-repeat; }
  .page-module.module_social #social-feed {
    display: grid;
    grid-gap: 1.875rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .page-module.module_social .social-feed-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 300px; }
    .page-module.module_social .social-feed-item a img {
      margin-right: 0.375rem; }
    .page-module.module_social .social-feed-item.feed-item-tweet {
      background-color: #ffffff;
      color: #04104A;
      padding: 3.75rem 1.875rem 1.625rem; }
      .page-module.module_social .social-feed-item.feed-item-tweet > a {
        color: #04104A;
        margin-top: auto; }
      .page-module.module_social .social-feed-item.feed-item-tweet:nth-child(even) {
        background-color: #04104A;
        color: #ffffff; }
        .page-module.module_social .social-feed-item.feed-item-tweet:nth-child(even) a {
          color: #ffffff; }
      .page-module.module_social .social-feed-item.feed-item-tweet:nth-child(odd) a img {
        -webkit-filter: invert(1);
        filter: invert(1); }
    .page-module.module_social .social-feed-item.feed-item-instagram {
      color: #ffffff;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-module.module_social .social-feed-item.feed-item-instagram a {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        height: 100%;
        line-height: 1;
        padding: 3.75rem 1.875rem 1.625rem;
        width: 100%; }
  .page-module.module_social .social-feed-item-content {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 39px; }

@media (max-width: 1200px) {
  .page-module.module_social #social-feed {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem; }
    .page-module.module_social #social-feed .social-feed-item {
      grid-column: auto !important;
      grid-row: auto !important; } }

@media (max-width: 768px) {
  .page-module.module_social #social-feed {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 1.5rem; }
  .page-module.module_social .social-feed-item {
    grid-column: auto !important;
    grid-row: auto !important; }
    .page-module.module_social .social-feed-item.feed-item-instagram {
      height: 300px; } }

@media (max-width: 500px) {
  .page-module.module_social .social-feed-item {
    padding: 0.9375rem; }
  .page-module.module_social .social-feed-item-content {
    font-size: 1rem;
    line-height: 1.5; } }

.swiper-container {
  margin-top: 1.5rem;
  width: 100%; }
  .swiper-container .swiper-wrapper {
    min-height: 480px; }

.swiper-arrow {
  display: block;
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px; }
  .swiper-arrow:focus {
    border: none;
    outline: none; }
  .swiper-arrow.swiper-prev {
    right: 65px; }

.featured-case-studies .swiper-arrow svg path,
.testimonials .swiper-arrow svg path {
  fill: #04104A; }

.testimonials .swiper-wrapper {
  min-height: auto; }

.testimonials .swiper-arrow {
  top: 0; }

@media screen and (max-width: 991px) {
  .featured-case-studies .featured-post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 992px) {
  .swiper-arrow {
    top: 28px; } }

.testimonials .quote-mark {
  display: block;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 700;
  height: 70px;
  text-indent: -10px; }

.testimonials h3 {
  margin-top: 0; }

.testimonials .logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem; }

.testimonials .swiper-container {
  overflow: hidden; }

.module_testimonials {
  max-width: 887px; }
  .module_testimonials .testimonials-controls {
    margin-top: 3.5rem; }
  .module_testimonials .testimonials.slick-slider {
    margin-top: -1.5rem; }
    .module_testimonials .testimonials.slick-slider:nth-child(even) {
      margin-top: 3.5rem; }
  .module_testimonials .testimonial-item-inner {
    background-color: #ffffff; }
  .module_testimonials .testimonial-item-top {
    background: url(/wp-content/uploads/2019/09/speechmark-start.png) top left/65% no-repeat, url(/wp-content/uploads/2019/09/speechmark-end.png) bottom right/33% no-repeat;
    margin-bottom: 0.5rem;
    padding: 5.625rem 3.125rem 0.5rem; }
  .module_testimonials p.testimonial-content {
    color: #04104A;
    font-size: 1.25rem;
    margin-top: 0; }
  .module_testimonials img.testimonial-logo {
    max-width: 65px; }
  .module_testimonials .testimonial-item-bottom {
    padding: 0 0 2.8125rem 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .module_testimonials .testimonial-name-job {
    line-height: 1.2;
    padding-right: 0.9375rem; }
    .module_testimonials .testimonial-name-job span:first-child {
      color: #505156; }
    .module_testimonials .testimonial-name-job span:nth-child(3) {
      font-size: 0.875rem;
      color: #A09F9F; }
  .module_testimonials .testimonial-company {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #04104A;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    max-width: 164px;
    margin-left: auto;
    padding: 0.625rem 1.5rem 0.625rem 1.0625rem; }

@media (max-width: 768px) {
  .module_testimonials > .row.slider-controls {
    margin-left: 0;
    margin-right: 0; }
  .module_testimonials .testimonials-controls {
    margin-top: 0; }
  .module_testimonials .testimonials.slick-slider .slick-slide:nth-child(odd) {
    margin-top: 3.5rem; } }

@media (max-width: 500px) {
  .module_testimonials .testimonial-item-bottom {
    padding: 0 0 1.5rem 1.25rem; }
  .module_testimonials .testimonial-item-top {
    padding: 3.125rem 1.25rem 0.5rem; }
  .module_testimonials p.testimonial-content {
    font-size: 1rem; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #04104A;
  font-weight: 600; }

h2.title,
.title {
  font-size: 2rem;
  margin: 0 0 1rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 768px) {
    h2.title,
    .title {
      font-size: 3.125rem;
      line-height: 4.25rem; } }

h2.smaller-title {
  font-size: 2rem;
  line-height: 2.6875rem; }

.hero-heading {
  color: #ffffff;
  font-size: 2.25rem;
  margin: 0 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .hero-heading {
      font-size: 3.125rem; } }

.home .home-hero .hero-logo {
  position: absolute;
  bottom: 50px;
  right: 60px; }

.activator-tabs {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative; }
  .activator-tabs:before {
    background-color: rgba(4, 16, 74, 0.65);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .activator-tabs h2,
  .activator-tabs h3 {
    color: #ffffff;
    margin-top: 0; }
  .activator-tabs ul.activator_tabs li a[aria-selected=true] {
    color: #ffffff; }
    .activator-tabs ul.activator_tabs li a[aria-selected=true] span {
      background-color: #ffffff; }
  .activator-tabs ul.activator_tabs li a[role=tab]:hover:not([aria-selected="true"]) {
    color: #F7641E; }
    .activator-tabs ul.activator_tabs li a[role=tab]:hover:not([aria-selected="true"]) span {
      background-color: #F7641E; }
  .activator-tabs .activator_tab-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    grid-row-gap: 1rem;
    list-style: none;
    margin: 0;
    max-width: 75%;
    padding: 0; }
    .activator-tabs .activator_tab-content ul a {
      color: #F7641E;
      display: block;
      font-weight: 700;
      padding-right: 1.875rem;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .activator-tabs .activator_tab-content ul a:hover {
        color: #ffffff; }
      .activator-tabs .activator_tab-content ul a:before {
        background: url(/wp-content/uploads/2019/09/right-arrow.png) center center/16px 16px no-repeat, #F7641E;
        background-color: #F7641E;
        color: #ffffff;
        content: "";
        display: inline-block;
        height: 24px;
        margin-left: 0.75rem;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
        width: 24px; }
  @media (max-width: 768px) {
    .activator-tabs .activator_tab-content ul {
      grid-template-columns: repeat(1, 1fr);
      max-width: 100%; } }

.an-cta {
  background-color: #F7641E;
  border-radius: 1.25rem;
  border: 2px solid #F7641E;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase; }
  .an-cta:hover, .an-cta:visited {
    color: #ffffff; }
  .an-cta.an-cta-hollow {
    background-color: transparent;
    border-color: #ffffff; }

.an-cta-secondary {
  color: #F7641E;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .an-cta-secondary:visited {
    color: #F7641E;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase; }
  .an-cta-secondary:hover {
    color: #04104A; }
  .an-cta-secondary:after {
    background: url(/wp-content/uploads/2019/09/right-arrow.png) center center/16px 16px no-repeat, #F7641E;
    background-color: #F7641E;
    color: #ffffff;
    content: "";
    display: inline-block;
    height: 1.5rem;
    margin-left: 0.75rem;
    vertical-align: middle;
    width: 1.5rem; }

.an-cta-secondary.activator-link,
.job_location .an-cta-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: initial; }
  .an-cta-secondary.activator-link:after,
  .job_location .an-cta-secondary:after {
    padding: 0 0.75rem;
    margin-left: 0.5rem; }

@media screen and (max-width: 768px) {
  a.an-cta-secondary.activator-link {
    font-size: 1rem; } }

/* --- An anthesis post item (used for multiple modules) -- */
.sfsi_widget {
  min-height: initial !important; }

.anthesis-post {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #A09F9F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .anthesis-post > * {
    padding-left: 2.5625rem;
    padding-right: 2.5625rem; }
  .anthesis-post .post-item-image {
    padding: 0;
    height: 150px;
    width: 100%; }
    .anthesis-post .post-item-image.large {
      height: 300px; }
  .anthesis-post .post-item-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0;
    min-height: 98px;
    padding-top: 1.25rem;
    padding-bottom: 0.375rem; }
    .anthesis-post .post-item-title a {
      color: #04104A; }
      .anthesis-post .post-item-title a:hover, .anthesis-post .post-item-title a:visited {
        color: #04104A; }
  .anthesis-post .post-item-date-author {
    margin-bottom: 0.375rem; }
    .anthesis-post .post-item-date-author span {
      margin: 0 0.75rem; }
  .anthesis-post .post-item-date-author,
  .anthesis-post .post-item-excerpt,
  .anthesis-post .post-item-cat {
    font-size: 0.875rem; }
  .anthesis-post .post-item-cat {
    margin-bottom: 1rem; }
  .anthesis-post p.post-item-excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto; }

.module_posts .anthesis-post {
  background-color: #ffffff;
  padding-bottom: 1.5rem; }

@media screen and (max-width: 768px) {
  .anthesis-post .post-item-title {
    min-height: auto; }
  .anthesis-post .post-item-date-author,
  .anthesis-post .post-item-excerpt,
  .anthesis-post .post-item-cat {
    font-size: 0.875rem; } }

@media (max-width: 500px) {
  .anthesis-post > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

.compliance-form label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.5rem; }

.compliance-form .g-recaptcha {
  margin-bottom: 1rem; }

.compliance-form input[type=text],
.compliance-form input[type=email],
.compliance-form select {
  background-color: #f5f8fa;
  border-radius: 0;
  border: 1px solid #cbd6e2;
  display: block;
  font-size: 1rem;
  height: 40px;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%; }

.compliance-form input[type=text]:focus,
.compliance-form input[type=email]:focus {
  border-color: #F7641E;
  outline: none; }

.compliance-form input[type=submit] {
  background-color: #F7641E;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.5rem 1.875rem;
  border-radius: 1.25rem;
  border: 2px solid #F7641E;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  font-weight: 600; }
  .compliance-form input[type=submit]:hover {
    background-color: #ffffff;
    color: #000000; }

/* --- if anthesis definition is selected --- */
.module_image-definition {
  position: relative; }
  .module_image-definition .definition {
    position: absolute; }
  .module_image-definition .definition,
  .module_image-definition .blockquote {
    background-color: #04104A;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    padding: 0.9375rem 5.625rem 0.9375rem 3.125rem;
    position: relative;
    right: 0;
    top: 0px;
    width: calc(100% - 16px); }
  .module_image-definition .definition {
    min-height: 302px; }
    .module_image-definition .definition > * {
      padding-left: 1rem; }
    .module_image-definition .definition h3 {
      font-size: 2rem;
      margin: 0 0 0.5rem; }
    .module_image-definition .definition p {
      margin: 0.5rem 0 0.5rem; }
    .module_image-definition .definition span {
      border-top: 2px solid #aaa;
      margin: 0.5rem 0;
      padding-left: 0;
      width: 100px; }

@media (max-width: 500px) {
  .module_image-definition .definition,
  .module_image-definition .blockquote {
    font-size: 1rem;
    padding: 1.5625rem 0.9375rem 1.5625rem 1.5rem; } }

.featured-post .anthesis-post .post-item-excerpt {
  font-size: 1rem; }

.featured-post .anthesis-post h3 {
  font-size: 2rem;
  line-height: 1.3; }

.featured-post-image div {
  height: 400px;
  width: 100%;
  margin-left: auto;
  -webkit-box-shadow: 32px -40px 0 0 rgba(243, 112, 35, 0.5) inset;
  box-shadow: 32px -40px 0 0 rgba(243, 112, 35, 0.5) inset;
  position: relative; }
  .featured-post-image div:before, .featured-post-image div:after {
    background-color: #FAFAF8;
    content: "";
    height: 40px;
    width: 32px;
    position: absolute;
    z-index: 1; }
  .featured-post-image div:before {
    left: 0;
    top: 0; }
  .featured-post-image div:after {
    bottom: 0;
    right: 0; }

@media screen and (max-width: 768px) {
  .featured-post .anthesis-post h3 {
    padding-top: 0.5rem;
    font-size: 1.5rem; } }

@-webkit-keyframes hamburger-view {
  0% {
    right: -999999px; }
  0.0001% {
    right: 0; }
  100% {
    right: 0; } }

@keyframes hamburger-view {
  0% {
    right: -999999px; }
  0.0001% {
    right: 0; }
  100% {
    right: 0; } }

.site-hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 3.125rem;
  padding: 0.25rem 0;
  width: 1.5rem; }
  .site-hamburger span {
    background-color: #ffffff;
    height: 2px;
    -webkit-transition: 0.15s all ease;
    transition: 0.15s all ease;
    -webkit-transform-origin: 6.8px center;
    transform-origin: 6.8px center;
    width: 100%; }

.hamburger-wrapper {
  background: url(/wp-content/uploads/2019/10/anthesis-shape-white-1.png), #04104A;
  background-repeat: no-repeat;
  background-size: 336px 341px;
  background-position: calc(100% + 96px) calc(100% + 150px);
  color: #ffffff;
  min-height: 632px;
  opacity: 0;
  padding: 150px 0px 40px 25px;
  position: fixed;
  right: -999999px;
  top: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: 0.3s opacity ease, 0.01s right ease 0.3s, 0.3s -webkit-transform ease;
  transition: 0.3s opacity ease, 0.01s right ease 0.3s, 0.3s -webkit-transform ease;
  transition: 0.3s transform ease, 0.3s opacity ease, 0.01s right ease 0.3s;
  transition: 0.3s transform ease, 0.3s opacity ease, 0.01s right ease 0.3s, 0.3s -webkit-transform ease;
  width: 100%;
  z-index: 10; }
  .hamburger-wrapper .hamburger-tab-menu {
    padding: 0; }
    .hamburger-wrapper .hamburger-tab-menu li a,
    .hamburger-wrapper .hamburger-tab-menu .site-nav li a {
      color: #ffffff;
      font-size: 12.625rem; }
  .hamburger-wrapper .tab-headers li a[role=tab][aria-selected=true] {
    color: #ffffff; }
    .hamburger-wrapper .tab-headers li a[role=tab][aria-selected=true]:before {
      background-color: #ffffff;
      content: "";
      display: inline-block;
      height: 8px;
      margin-right: 1rem;
      vertical-align: middle;
      width: 8px; }
  .hamburger-wrapper .tab-headers li a:not([aria-selected="true"]):hover {
    color: #d0d0d0; }
  .hamburger-wrapper .hamburger-wrapper-menu-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    font-weight: 600;
    height: 295px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }
    .hamburger-wrapper .hamburger-wrapper-menu-text span {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      display: inline-block;
      height: 30px;
      -webkit-transform-origin: top;
      transform-origin: top; }
  .hamburger-wrapper ul {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    width: 100%; }
    .hamburger-wrapper ul#primary-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .hamburger-wrapper ul li {
      position: static; }
      .hamburger-wrapper ul li a {
        color: #A09F9F;
        font-size: 1.125rem;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .hamburger-wrapper ul li a:hover {
          color: #ffffff; }
        .hamburger-wrapper ul li a:focus {
          outline: none; }
    .hamburger-wrapper ul > li ul.sub-menu li {
      margin-bottom: 1rem; }
      .hamburger-wrapper ul > li ul.sub-menu li:last-child {
        margin-bottom: 0; }
    .hamburger-wrapper ul > li ul.sub-menu a {
      font-size: 1rem;
      font-weight: 400;
      text-transform: none; }
    .hamburger-wrapper ul > li ul.sub-menu .title-role:first-of-type > a {
      border-left: none;
      padding-left: 0; }
    .hamburger-wrapper ul > li ul.sub-menu .title-role.active > a {
      color: #ffffff; }
    .hamburger-wrapper ul > li ul.sub-menu.menu-open {
      opacity: 1; }
  .hamburger-wrapper .site-nav #primary-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 1rem;
    z-index: 99; }

@media (min-width: 992px) {
  .hamburger-wrapper ul > li ul.sub-menu {
    height: 100%;
    left: 30%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(-10000px);
    transform: translateY(-10000px);
    top: 0;
    width: 70%;
    z-index: 50; }
    .hamburger-wrapper ul > li ul.sub-menu .title-role > a {
      border-left: 2px solid #ffffff;
      font-weight: 700;
      padding: 0 24px; }
      .hamburger-wrapper ul > li ul.sub-menu .title-role > a:after {
        display: none; }
    .hamburger-wrapper ul > li ul.sub-menu.menu-open {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .hamburger-wrapper ul li a {
    font-size: 1.5rem; }
  .hamburger-wrapper ul > li ul.parent-wrap {
    border-left: 2px solid #ffffff;
    padding-left: 4rem; }
  .hamburger-wrapper ul > li.tabbed ul.parent-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hamburger-wrapper ul > li.tabbed ul.tabbed-list {
    border-left: 2px solid #ffffff;
    display: grid;
    height: auto;
    grid-template-columns: 2fr 2fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    left: -2px;
    margin-top: 4rem;
    padding: 0 4rem;
    width: 100%; }
    .hamburger-wrapper ul > li.tabbed ul.tabbed-list li {
      margin-bottom: 0; }
    .hamburger-wrapper ul > li.tabbed ul.tabbed-list a {
      position: relative;
      padding-right: 24px; }
  .hamburger-wrapper ul .tab-list {
    padding: 0.3125rem 0.625rem; }
    .hamburger-wrapper ul .tab-list > a.active:before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #ffffff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px; }
    .hamburger-wrapper ul .tab-list ul.parent-wrap a {
      position: relative;
      padding-right: 24px; }
  .hamburger-wrapper a.active {
    color: #ffffff; }
  .hamburger-wrapper .icon-next {
    display: none; } }

.site-nav.hamburger-site-nav {
  margin-bottom: 60px; }
  .site-nav.hamburger-site-nav .search-trigger {
    position: static; }
    .site-nav.hamburger-site-nav .search-trigger .search-bar {
      -webkit-transform: translate(0);
      transform: translate(0);
      width: 100%; }
      .site-nav.hamburger-site-nav .search-trigger .search-bar label {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
  .site-nav.hamburger-site-nav #site-navigation.main-navigation li a:after {
    display: none; }

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

.asl_simplebar-content .asl_image {
  display: none !important; }

@media screen and (max-width: 768px) {
  .search-trigger.menu-retain {
    display: none !important; } }

.hamburger-tabs-headers {
  border-right: 2px solid #ffffff; }

.hamburger-tabs, .hamburger-tab, .hamburger-tab-menu {
  height: 100%; }

/* when the hamburger is open */
.hamburger-open .hamburger-wrapper {
  opacity: 1;
  right: 0;
  -webkit-transition: 0.3s opacity ease, 0.01s right ease 0s, 0.3s -webkit-transform ease;
  transition: 0.3s opacity ease, 0.01s right ease 0s, 0.3s -webkit-transform ease;
  transition: 0.3s transform ease, 0.3s opacity ease, 0.01s right ease 0s;
  transition: 0.3s transform ease, 0.3s opacity ease, 0.01s right ease 0s, 0.3s -webkit-transform ease;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.hamburger-open #primary-menu li:not(.menu-retain) {
  display: none; }

.hamburger-open .site-hamburger span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger-open .site-hamburger span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 991px) {
  .hamburger-wrapper {
    min-height: 100%;
    padding: 9.375rem 0 2.5rem 0; }
    .hamburger-wrapper ul {
      padding: 0 1rem; }
      .hamburger-wrapper ul > li ul.sub-menu {
        background-color: #04104A;
        height: 100%;
        left: 100%;
        margin: 0;
        opacity: 0;
        padding: 0 1rem;
        position: absolute;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        top: 0;
        width: 100%;
        z-index: 50; }
        .hamburger-wrapper ul > li ul.sub-menu.menu-open {
          opacity: 1;
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
      .hamburger-wrapper ul .tab-list {
        padding: 0.3125rem 0.625rem; }
    .hamburger-wrapper .back {
      background-color: transparent;
      border-radius: 0;
      border: none;
      color: #A09FA0;
      cursor: pointer;
      font-size: 1rem;
      margin-bottom: 1rem;
      padding: 0 0 0 1.5rem;
      position: relative; }
      .hamburger-wrapper .back:before {
        content: "→";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg); }
    .hamburger-wrapper .menu-item-has-children > a {
      padding-right: 1.5rem;
      position: relative; }
      .hamburger-wrapper .menu-item-has-children > a:after {
        content: "→";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .hamburger-wrapper li:not(.menu-item-has-children) a {
      color: #ffffff; }
  .hamburger-tabs-headers {
    border-right: 0; } }

@media screen and (max-width: 768px) {
  .site-hamburger {
    width: 26px; }
    .site-hamburger span {
      -webkit-transform-origin: 4.8px center;
      transform-origin: 4.8px center; }
  .hamburger-wrapper .tab-headers li a {
    font-size: 1.6rem; }
    .hamburger-wrapper .tab-headers li a[role=tab][aria-selected=true] {
      background-color: #ffffff;
      border-radius: 0;
      color: #04104A; }
      .hamburger-wrapper .tab-headers li a[role=tab][aria-selected=true]:before {
        display: none; }
  .hamburger-wrapper .hamburger-tab-menu li a {
    font-size: 1rem; } }

@media screen and (max-width: 600px) {
  .hamburger-wrapper {
    background-position: calc(100% + 115px) calc(100% + 230px);
    padding-top: 5.625rem; }
    .hamburger-wrapper #hamburger-menu {
      margin-top: 2.5rem; } }

@media screen and (max-width: 500px) {
  .site-hamburger {
    margin-left: 0;
    width: 20px; }
    .site-hamburger span {
      -webkit-transform-origin: 4.5px center;
      transform-origin: 4.5px center; } }

.hero-bar {
  background-color: #04104A;
  bottom: 0;
  color: rgba(255, 255, 255, 0.4);
  left: 0;
  padding: 1.25rem 0;
  position: absolute;
  width: 100%;
  z-index: 10; }
  .hero-bar a {
    color: rgba(255, 255, 255, 0.4); }
  .hero-bar ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
    .hero-bar ul li {
      padding-right: 1.875rem; }

.image-with-effect {
  -webkit-box-shadow: 32px -40px 0 0 rgba(243, 112, 35, 0.5) inset;
  box-shadow: 32px -40px 0 0 rgba(243, 112, 35, 0.5) inset;
  position: relative; }
  .image-with-effect:before, .image-with-effect:after {
    background-color: #FAFAF8;
    content: "";
    height: 40px;
    position: absolute;
    width: 32px;
    z-index: 1; }
  .image-with-effect:before {
    left: 0;
    top: 0; }
  .image-with-effect:after {
    bottom: 0;
    right: 0; }

.language-sites {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-align: right; }
  .language-sites a {
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .language-sites a:hover {
      color: #F7641E; }
    .language-sites a.language-toggle {
      font-size: 0.75rem;
      line-height: 1.25rem;
      text-transform: uppercase;
      padding-right: 25px;
      position: relative; }
      .language-sites a.language-toggle .icon-globe {
        display: block;
        height: 13px;
        position: absolute;
        right: 0;
        top: 0;
        width: 13px; }
        .language-sites a.language-toggle .icon-globe svg path {
          fill: #ffffff;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .language-sites a.language-toggle:hover svg path {
        fill: #F7641E; }
    .language-sites a.menu-open {
      color: #F7641E; }
      .language-sites a.menu-open .icon-globe svg path {
        fill: #F7641E; }
  .language-sites .site-dropdown {
    background-color: #04104A;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0.875rem 1.5625rem 0.875rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 50; }
    .language-sites .site-dropdown.open {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .language-sites .site-dropdown a {
      color: rgba(255, 255, 255, 0.6);
      display: block;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.25rem;
      padding: 0.5rem 0; }
      .language-sites .site-dropdown a:hover {
        color: #F7641E; }
      .language-sites .site-dropdown a.current {
        background-image: url("../../icons/chevron-left.svg");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 6px;
        color: #ffffff;
        padding-right: 30px; }
    .language-sites .site-dropdown li {
      border-bottom: 1px solid rgba(151, 151, 151, 0.28); }
      .language-sites .site-dropdown li:first-child a {
        background-position: 100% 30%;
        padding-top: 0; }
      .language-sites .site-dropdown li:last-child {
        border-bottom: none; }
        .language-sites .site-dropdown li:last-child a {
          padding-bottom: 0; }
  .language-sites--footer {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    .language-sites--footer a.language-toggle {
      color: #04104A;
      font-size: 0.875rem;
      font-weight: 600;
      padding-left: 25px;
      padding-right: 0; }
      .language-sites--footer a.language-toggle .icon-globe {
        left: 0;
        right: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .language-sites--footer a.language-toggle .icon-globe svg {
          vertical-align: top; }
          .language-sites--footer a.language-toggle .icon-globe svg path {
            fill: #04104A; }
    .language-sites--footer .site-dropdown {
      bottom: calc( 100% + 10px);
      left: 0;
      right: auto;
      top: auto;
      -webkit-transform-origin: bottom center;
      transform-origin: bottom center; }

/* modal styles */
@-webkit-keyframes into-view {
  from {
    opacity: 0;
    top: 20vh; }
  to {
    opacity: 1;
    top: 10vh; } }
@keyframes into-view {
  from {
    opacity: 0;
    top: 20vh; }
  to {
    opacity: 1;
    top: 10vh; } }

div#modal-content {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 70vh;
  left: 50%;
  max-width: 100%;
  opacity: 0;
  padding: 1rem 2rem;
  position: fixed;
  top: 10vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 776px;
  z-index: 9; }
  div#modal-content .row {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.125rem; }
  .pagination a {
    color: #04104A;
    font-weight: 700;
    padding: 0 0.375rem; }
  .pagination .current {
    color: #FF6E00;
    font-weight: 700;
    padding: 0 0.375rem;
    position: relative; }
    .pagination .current:after {
      background-color: #FF6E00;
      bottom: -5px;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%; }
  .pagination .page-button:after {
    background-color: #F7641E;
    background: url(/wp-content/uploads/2019/09/right-arrow.png) center center/16px 16px no-repeat, #F7641E;
    color: #ffffff;
    content: "";
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px; }
  .pagination .page-prev:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.people-grid-item a,
.people-grid-item a:hover {
  color: #505156;
  cursor: pointer;
  height: 301px;
  overflow: hidden;
  -webkit-transition: 0.2s -webkit-transform ease;
  transition: 0.2s -webkit-transform ease;
  transition: 0.2s transform ease;
  transition: 0.2s transform ease, 0.2s -webkit-transform ease; }

.people-grid-item .person-image {
  height: 178px;
  -webkit-transition: 0.2s height ease;
  transition: 0.2s height ease;
  width: 100%; }

.people-grid-item .person-meta {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 123px;
  text-align: center; }

.people-grid-item .person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 123px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem; }

.people-grid-item .person-name {
  font-weight: 600;
  margin-bottom: 0.5rem; }

.people-grid-item .person-role {
  font-weight: 300;
  font-size: 0.75rem; }

.people-grid-item:hover .person-image,
.people-grid-item:hover .key-person-image {
  height: calc(178px - 48px); }

.people-search {
  border-bottom: 2px solid #000000;
  color: #04104A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  width: 100%; }
  .people-search .people-search-input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: transparent;
    border: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1rem;
    outline: 0;
    outline-offset: 0px; }
  .people-search .people-search-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/wp-content/uploads/2019/11/search.png) center center/contain no-repeat;
    border: 0 !important;
    cursor: pointer;
    width: 15px; }

.search-bar {
  background-color: #04104A;
  display: none;
  left: -122px;
  max-width: 100vw;
  position: absolute;
  top: 43px;
  width: 250px; }
  @media screen and (max-width: 768px) {
    .search-bar {
      left: 0px; } }
  .search-bar.search-open {
    display: block; }
    .hamburger-open .search-bar.search-open {
      background-color: #ffffff; }

form.search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1rem;
  width: 250px; }
  form.search-form label {
    margin-bottom: 0; }
  form.search-form input.search-field {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #F7641E;
    border-radius: 0;
    color: #ffffff;
    font-size: 0.875rem;
    width: 100%; }
    form.search-form input.search-field::-webkit-input-placeholder {
      color: #efefef; }
    form.search-form input.search-field::-moz-placeholder {
      color: #efefef; }
    form.search-form input.search-field:-ms-input-placeholder {
      color: #efefef; }
    form.search-form input.search-field::-ms-input-placeholder {
      color: #efefef; }
    form.search-form input.search-field::placeholder {
      color: #efefef; }

.hamburger-open .search-form input.search-field::-webkit-input-placeholder {
  color: #04104A; }

.hamburger-open .search-form input.search-field::-moz-placeholder {
  color: #04104A; }

.hamburger-open .search-form input.search-field:-ms-input-placeholder {
  color: #04104A; }

.hamburger-open .search-form input.search-field::-ms-input-placeholder {
  color: #04104A; }

.hamburger-open .search-form input.search-field::placeholder,
.hamburger-open .search-form input.search-field {
  color: #04104A; }

input.search-submit {
  background-color: #F7641E;
  background: url(/wp-content/uploads/2019/09/right-arrow.png) center center/16px 16px no-repeat, #F7641E;
  border: 0;
  border-radius: 0;
  content: "";
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 30px;
  margin-left: 12px;
  text-indent: -99999px;
  vertical-align: middle;
  width: 30px; }

#ajaxsearchlite1 .probox {
  background-color: #04104a !important;
  background-image: none !important;
  border: 1px solid #F7641E !important; }

#ajaxsearchlite1 .promagnifier {
  background-color: #F7641E !important;
  background-image: none !important; }

#ajaxsearchliteres1 {
  background: #04104a !important; }

/* social links template */
.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-links a {
    height: 25px;
    margin-right: 0.375rem; }
    .social-links a img {
      height: 25px;
      padding: 0.125rem; }

.stats {
  background-color: #242B3E;
  color: #ffffff; }
  .stats .stat-panel {
    text-align: center; }
    .stats .stat-panel h3 {
      color: #F7641E;
      text-transform: uppercase; }
    .stats .stat-panel p {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0; }
    .stats .stat-panel strong {
      color: #F7641E; }

.tab-panel {
  display: none; }
  .tab-panel.active {
    display: block; }

/* about page modules/sections */
.page-module.module_about-quote {
  padding-bottom: 0;
  padding-top: 0; }
  .page-module.module_about-quote .quote-background {
    background-color: #04104A;
    color: #ffffff;
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .page-module.module_about-quote .about-quote-quote {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
  .page-module.module_about-quote .about-quote-author {
    text-align: right; }

/* about  ---- Major Milestones section ---- */
.major-milestones-wrapper {
  background-color: #ffffff;
  padding-bottom: 3.5rem;
  padding-top: 1rem; }
  .major-milestones-wrapper .milestones_tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*gap:7%;*/
    list-style: none;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden; }
    .major-milestones-wrapper .milestones_tabs::-webkit-scrollbar {
      display: none; }
    .major-milestones-wrapper .milestones_tabs .active {
      cursor: grabbing;
      cursor: -webkit-grabbing; }
    .major-milestones-wrapper .milestones_tabs li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 50px; }
      .major-milestones-wrapper .milestones_tabs li a {
        border: 0;
        padding: 0;
        width: 100%; }
        .major-milestones-wrapper .milestones_tabs li a[role=tab][aria-selected=true] .milestone_tab-year {
          font-size: 1.5rem;
          opacity: 1; }
        .major-milestones-wrapper .milestones_tabs li a[role=tab]:hover:not([aria-selected="true"]) {
          background-color: #ffffff; }
        .major-milestones-wrapper .milestones_tabs li a[role=tab][aria-selected=true] .milestone_tab-timeline:before {
          height: 22px; }
        .major-milestones-wrapper .milestones_tabs li a[role=tab][aria-selected=true] .milestone_tab-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
        .major-milestones-wrapper .milestones_tabs li a:hover:not([aria-selected="true"]) .milestone_tab-timeline,
        .major-milestones-wrapper .milestones_tabs li a:hover:not([aria-selected="true"]) .milestone_tab-timeline:before {
          background-color: rgba(4, 16, 74, 0.7); }
        .major-milestones-wrapper .milestones_tabs li a[role=tab][aria-selected=true] .milestone_tab-timeline,
        .major-milestones-wrapper .milestones_tabs li a[role=tab][aria-selected=true] .milestone_tab-timeline:before,
        .major-milestones-wrapper .milestones_tabs li a.before-tab .milestone_tab-timeline,
        .major-milestones-wrapper .milestones_tabs li a.before-tab .milestone_tab-timeline:before {
          background-color: #04104A; }
        .major-milestones-wrapper .milestones_tabs li a[role=tab][aria-selected=true] .milestone_tab-year,
        .major-milestones-wrapper .milestones_tabs li a.before-tab .milestone_tab-year,
        .major-milestones-wrapper .milestones_tabs li a:hover:not([aria-selected="true"]) .milestone_tab-year {
          color: #04104A; }
  .major-milestones-wrapper .milestone_tab .milestone_tab-images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    height: 122px;
    margin: 0 auto;
    max-width: 100%;
    width: 180px; }
    .major-milestones-wrapper .milestone_tab .milestone_tab-images img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      margin: 0 auto;
      max-height: 100%;
      padding: 0.5rem;
      width: auto; }
  .major-milestones-wrapper .milestone_tab-timeline {
    background-color: #A09F9F;
    height: 4px;
    margin-top: 32px;
    position: relative;
    width: 150%; }
    .major-milestones-wrapper .milestone_tab-timeline:before {
      background-color: #A09F9F;
      content: "";
      height: 11px;
      left: 35%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.2s height ease;
      transition: 0.2s height ease;
      width: 4px; }
  .major-milestones-wrapper .milestone_tab-year {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #A09F9F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
    opacity: 0.7;
    -webkit-transition: 0.2s font-size ease, 0.2s opacity ease;
    transition: 0.2s font-size ease, 0.2s opacity ease;
    width: 100%; }
  .major-milestones-wrapper .milestones_blocks {
    margin-top: 3.5rem; }
  .major-milestones-wrapper .milestone_block-content img {
    max-width: 105px; }
  .major-milestones-wrapper .milestone_more {
    font-weight: bold;
    color: #F8631E;
    text-align: center; }
  .major-milestones-wrapper .major-milestones-nav {
    background-color: #F8631E;
    color: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 10;
    position: absolute;
    margin-top: -70px;
    text-align: center; }
    .major-milestones-wrapper .major-milestones-nav:hover {
      cursor: pointer; }
  .major-milestones-wrapper .major-milestones-nav-left {
    left: auto;
    width: 30px; }
  .major-milestones-wrapper .major-milestones-nav-right {
    right: 15px;
    width: 30px; }
    @media screen and (min-width: 768px) {
      .major-milestones-wrapper .major-milestones-nav-right {
        right: 0px; } }
    @media screen and (min-width: 1024px) {
      .major-milestones-wrapper .major-milestones-nav-right {
        right: 0px; } }
    @media screen and (min-width: 1280px) {
      .major-milestones-wrapper .major-milestones-nav-right {
        right: 0px; } }
    @media screen and (min-width: 1536px) {
      .major-milestones-wrapper .major-milestones-nav-right {
        right: 0px; } }

@media screen and (max-width: 1050px) {
  ul.milestones_tabs {
    overflow-x: scroll;
    overflow-y: hidden; } }

@media screen and (max-width: 768px) {
  .quote-background {
    padding: 1.5rem 0; }
  .about-quote-quote {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }

.people-sectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1.25rem 0; }
  .people-sectors li {
    color: #F7641E;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    margin-right: 0.75rem;
    width: 100%; }
    .people-sectors li:last-of-type {
      margin-right: 0; }
    .people-sectors li a {
      color: #F7641E;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .people-sectors li a:hover {
        color: #04104A; }

.people-content {
  padding: 5.375rem 0; }
  .people-content a.an-cta-secondary {
    padding-left: 1.875rem; }
    .people-content a.an-cta-secondary:after {
      left: 0;
      position: absolute;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.search-result-inner {
  background-color: #ffffff;
  height: 100%;
  padding: 1rem 1.5625rem 1.5625rem; }
  .search-result-inner a {
    color: #04104A; }

.search-results .type-page .post-item-cat {
  background-color: #ffffff;
  color: #04104A; }

.search-results .type-page .entry-summary {
  color: #ffffff; }

.search-results .type-page .search-result-inner {
  background-color: #04104A; }
  .search-results .type-page .search-result-inner a {
    color: #ffffff; }

@media (min-width: 1200px) {
  .search-results .container {
    max-width: 1330px; } }

.sector-hero:before {
  background-color: rgba(0, 5, 27, 0.4);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.tab-menu {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }
  .tab-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    .tab-menu ul li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 0; }
      .tab-menu ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(4, 16, 74, 0.4);
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.5rem 2.25rem;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
        .tab-menu ul li a.active {
          background-color: #04104A; }
        .tab-menu ul li a:active, .tab-menu ul li a:focus {
          outline: none; }

.fixed-service-nav .tab-menu .menu {
  margin-top: 0;
  padding-top: 0;
  position: fixed;
  top: 96px;
  width: 100%;
  z-index: 4; }

.sector-link a {
  background-color: #ffffff;
  padding: 24px; }

@media screen and (max-width: 767px) {
  .tab-menu ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll; } }

.single-post .page-module,
.single-job .page-module {
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .single-post .page-module:first-child,
  .single-job .page-module:first-child {
    padding-top: 4rem; }
  .single-post .page-module:last-child,
  .single-job .page-module:last-child {
    padding-bottom: 4rem; }

.post-hero-categories-bar,
.page-hero-breadcrumbs-bar {
  background-color: #04104A;
  color: #ffffff;
  margin-top: auto;
  padding: 0.875rem 0;
  width: 100%; }

.bar-cat-link,
.bar-cat-link:visited,
.bar-cat-link:hover {
  color: #ffffff; }

.bar-cat-link:last-of-type .separator {
  display: none; }

.post-hero-categories-bar .separator {
  padding: 0 0.3125rem; }

.single-post h2 {
  font-size: 3.125rem;
  line-height: 1.2; }

.single-post h3 {
  font-size: 2rem; }

@media screen and (max-width: 768px) {
  .single-post .page-module:last-child,
  .single-job .page-module:last-child {
    padding-bottom: 2rem; }
  .single-post .page-module:first-child,
  .single-job .page-module:first-child {
    padding-top: 2rem; } }

@media screen and (max-width: 600px) {
  .single-post h2 {
    font-size: 1.875rem; } }

/* what we do page */
.module_overview p {
  font-size: 1.5rem; }

.module_overview .image-with-effect {
  min-height: 400px;
  height: 100%; }

.key-point {
  padding: 4.375rem 8.125rem 4.375rem 2rem;
  background-color: #04104A;
  color: #ffffff;
  height: 100%; }
  .key-point span:first-child {
    font-weight: 600;
    font-size: 4rem; }
  .key-point span:last-child {
    font-size: 1.5rem;
    font-weight: 300; }

@media screen and (max-width: 768px) {
  .module_overview p {
    font-size: 0.875rem; }
  .what-we-do-hamtabs[role=tab][aria-selected=true] {
    background-color: #ffffff;
    border-radius: 0;
    color: #04104A; }
  .what-we-do-hamtabs li:first-child:after {
    display: none; }
  .what-we-do-hamtabs a {
    font-size: 1rem; } }

.an-cta-secondary, .an-cta {
  font-size: 18px; }

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