@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --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 {
  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: #fff;
}

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

hr {
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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] {
  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: 0.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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/BentonSans-Book.woff2") format("woff2"), url("../fonts/BentonSans-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/BentonSans.woff2") format("woff2"), url("../fonts/BentonSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/BentonSans-Bold.woff2") format("woff2"), url("../fonts/BentonSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle";
  src: url("../fonts/adelle/Adelle-Heavy.woff2") format("woff2"), url("../fonts/adelle/Adelle-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle";
  src: url("../fonts/adelle/Adelle-Bold.woff2") format("woff2"), url("../fonts/adelle/Adelle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle";
  src: url("../fonts/adelle/Adelle-Thin.woff2") format("woff2"), url("../fonts/adelle/Adelle-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle";
  src: url("../fonts/adelle/Adelle-Semibold.woff2") format("woff2"), url("../fonts/adelle/Adelle-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle";
  src: url("../fonts/adelle/Adelle-Regular.woff2") format("woff2"), url("../fonts/adelle/Adelle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* $blue       : #00C1DE; //#51bfda */
* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5a6771;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
body.fixed-nav {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body.fixed-nav {
    padding-top: 0px;
  }
}
body.home {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  body.home {
    padding-top: 0px;
  }
}
h1, h2, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1em 0 0.5em;
  font-weight: 400;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-size: inherit;
}
h1.sans-serif, h2.sans-serif, h3.sans-serif, h4.sans-serif, h5.sans-serif, h6.sans-serif {
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.sans-serif + h1, h1.sans-serif + h2, h1.sans-serif + h3, h1.sans-serif + h4, h1.sans-serif + h5, h1.sans-serif + h6, h2.sans-serif + h1, h2.sans-serif + h2, h2.sans-serif + h3, h2.sans-serif + h4, h2.sans-serif + h5, h2.sans-serif + h6, h3.sans-serif + h1, h3.sans-serif + h2, h3.sans-serif + h3, h3.sans-serif + h4, h3.sans-serif + h5, h3.sans-serif + h6, h4.sans-serif + h1, h4.sans-serif + h2, h4.sans-serif + h3, h4.sans-serif + h4, h4.sans-serif + h5, h4.sans-serif + h6, h5.sans-serif + h1, h5.sans-serif + h2, h5.sans-serif + h3, h5.sans-serif + h4, h5.sans-serif + h5, h5.sans-serif + h6, h6.sans-serif + h1, h6.sans-serif + h2, h6.sans-serif + h3, h6.sans-serif + h4, h6.sans-serif + h5, h6.sans-serif + h6 {
  margin-top: 0;
}
h1.small-bold strong, h2.small-bold strong, h3.small-bold strong, h4.small-bold strong, h5.small-bold strong, h6.small-bold strong {
  font-size: 40%;
  position: relative;
  top: -8px;
  font-weight: 600;
  margin: 0 8px;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  font-weight: 400;
}
h1.lighter, h2.lighter, h3.lighter, h4.lighter, h5.lighter, h6.lighter {
  font-weight: 200;
}
h1.lead-in, h2.lead-in, h3.lead-in, h4.lead-in, h5.lead-in, h6.lead-in {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 -40px;
}
h1.serif, h2.serif, h3.serif, h4.serif, h5.serif, h6.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 54px;
  font-family: "Adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1100px) {
  h1, .h1 {
    font-size: 37.8px;
  }
}
@media (max-width: 666px) {
  h1, .h1 {
    font-size: 32.4px;
    line-height: 1.3;
  }
}
h1.big, .h1.big {
  font-size: 108px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  h2, .h2 {
    font-size: 33.6px;
  }
}
@media (max-width: 666px) {
  h2, .h2 {
    font-size: 28.8px;
  }
}
h2.big, .h2.big {
  font-size: 96px;
  line-height: 1.1;
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 666px) {
  h3, .h3 {
    font-size: 30.6px;
  }
}
h3.big, .h3.big {
  font-size: 72px;
  line-height: 1.1;
}

h4, .h4 {
  font-size: 30px;
}
@media (max-width: 666px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 1.3;
  }
}
h4.big, .h4.big {
  font-size: 60px;
  line-height: 1.1;
}

h5, .h5 {
  font-size: 24px;
}
h5.big, .h5.big {
  font-size: 48px;
  line-height: 1.2;
}

h6, .h6 {
  font-size: 20px;
}

p {
  margin: 0 auto 20px;
}
p img {
  display: block;
  height: auto;
  max-width: 100%;
}
p.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
p.big {
  font-size: 24px;
}
p.big em {
  font-size: inherit;
}
p.bigger {
  font-size: 30px;
}
p.bigger em {
  font-size: inherit;
}

ol, ul {
  margin: 0 auto 20px;
}
ol li, ul li {
  margin: 10px auto;
  line-height: 1.3;
}

blockquote p {
  font-size: 1.2em;
  line-height: 1.75;
}

figure, iframe, object, embed {
  max-width: 100%;
}
figure img, iframe img, object img, embed img {
  display: block;
  height: auto;
  max-width: 100%;
}

.embed-vimeo,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.embed-vimeo iframe,
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

code {
  white-space: normal;
}

em, i {
  font-style: italic;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

strong, b {
  font-weight: 700;
}

a {
  color: #000000;
  text-decoration: underline;
  transition: 0.2s;
}
a:hover, a:focus {
  color: #057998;
  text-decoration: underline;
}

hr {
  border-color: #fff;
  width: 40%;
  margin: 20px auto;
  clear: both;
}

p:empty {
  height: 0;
  line-height: 1;
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
  display: none;
}

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

@media (min-width: 667px) {
  #full-height,
  .full-height {
    height: calc(100vh - 83px);
    min-height: 400px;
    max-height: 1000px;
    position: relative;
    z-index: 1;
  }
}

.wrap,
.content,
.main {
  padding: 0;
  max-width: inherit !important;
  float: none !important;
}

.content {
  position: relative;
  z-index: 2;
}

.wrap {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.main::after {
  display: block;
  content: "";
  clear: both;
}
.inview {
  opacity: 0;
  visibility: hidden;
}
.inview.fadein {
  transition: opacity 0.6s ease-in, visibility 1s ease-in;
}
.inview.fadeinslow {
  transition: opacity 1.4s ease-in, visibility 1.8s ease-in;
}
.inview.fadeinxslow {
  transition: opacity 5.4s ease-in, visibility 5.8s ease-in;
}
.inview.fadeindown {
  position: relative;
  top: -30px;
  transition: top 0.6s ease-in, opacity 0.6s ease-in, visibility 1s ease-in;
}
.inview.over {
  opacity: 1;
  visibility: visible;
}
.inview.over.fadeindown {
  top: 0;
}

.wp-caption {
  max-width: 100%;
  background: #eaeaea;
}
@media (min-width: 667px) {
  .wp-caption {
    max-width: 42%;
  }
}
.wp-caption.alignleft {
  margin: 20px auto;
}
@media (min-width: 667px) {
  .wp-caption.alignleft {
    margin: 7px 20px 20px 0;
  }
}
.wp-caption.alignright {
  margin: 20px auto;
}
@media (min-width: 667px) {
  .wp-caption.alignright {
    margin: 7px 0 20px 20px;
  }
}
.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-caption figcaption {
  padding: 10px;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
}

sup {
  font-size: 25%;
  top: -2.5em;
  letter-spacing: 0;
}

.or {
  display: block;
  clear: both;
  position: relative;
  margin: 20px 0;
}
.or:after {
  content: "";
  border-top: 1px solid #fff;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
.or span {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  background: #3bd4a4;
  padding: 0 5px;
  position: relative;
  z-index: 3;
}

.inview {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s ease-in, visibility 0.75s ease-in;
}
.inview.over {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 667px) {
  .divider-right {
    padding-right: 60px;
    position: relative;
  }
}
@media (min-width: 667px) {
  .divider-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23.5px;
    width: 1px;
    background: #ddd;
  }
}

body .aligncenter {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 667px) {
  .row-eq-height {
    display: flex;
  }
}

.wp-block-image.max-width::after {
  display: block;
  content: "";
  clear: both;
}
.wp-block-image.max-width img {
  max-width: 240px;
}
@media (max-width: 666px) {
  .wp-block-image.mobile-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image img {
  max-width: 100%;
}

.wp-block-columns {
  width: 100%;
}
@media (max-width: 991px) {
  .wp-block-columns {
    display: block;
  }
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin: 0;
  }
}

.wp-block-columns.has-background {
  padding: 22.5px 45px;
}

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

.wp-block-image figcaption {
  text-align: left;
  color: #78a6c3;
}

.p-title strong {
  display: block;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-show {
    display: block !important;
  }
}

ul, ol {
  padding-left: 40px;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.navy {
  color: #5a6771 !important;
}
.navy li, .navy a {
  color: #5a6771 !important;
}

.navy-links a {
  color: #5a6771 !important;
}

.teal {
  color: #057998 !important;
}
.teal li, .teal a {
  color: #057998 !important;
}

.teal-links a {
  color: #057998 !important;
}

.navy-alt {
  color: #001d38 !important;
}
.navy-alt li, .navy-alt a {
  color: #001d38 !important;
}

.navy-alt-links a {
  color: #001d38 !important;
}

.blue {
  color: #057998 !important;
}
.blue li, .blue a {
  color: #057998 !important;
}

.blue-links a {
  color: #057998 !important;
}

.light-blue {
  color: #7581a4 !important;
}
.light-blue li, .light-blue a {
  color: #7581a4 !important;
}

.light-blue-links a {
  color: #7581a4 !important;
}

.black {
  color: #000000 !important;
}
.black li, .black a {
  color: #000000 !important;
}

.black-links a {
  color: #000000 !important;
}

.gray {
  color: #5B6670 !important;
}
.gray li, .gray a {
  color: #5B6670 !important;
}

.gray-links a {
  color: #5B6670 !important;
}

.gray-200 {
  color: #bdc2c6 !important;
}
.gray-200 li, .gray-200 a {
  color: #bdc2c6 !important;
}

.gray-200-links a {
  color: #bdc2c6 !important;
}

.smoke {
  color: #f5f5f5 !important;
}
.smoke li, .smoke a {
  color: #f5f5f5 !important;
}

.smoke-links a {
  color: #f5f5f5 !important;
}

.white {
  color: #ffffff !important;
}
.white li, .white a {
  color: #ffffff !important;
}

.white-links a {
  color: #ffffff !important;
}

.has-inline-color.has-navy-color {
  color: #5a6771 !important;
}
.has-inline-color.has-navy-color:hover, .has-inline-color.has-navy-color:focus {
  color: #5a6771 !important;
}
.has-inline-color.has-teal-color {
  color: #057998 !important;
}
.has-inline-color.has-teal-color:hover, .has-inline-color.has-teal-color:focus {
  color: #057998 !important;
}
.has-inline-color.has-navy-alt-color {
  color: #001d38 !important;
}
.has-inline-color.has-navy-alt-color:hover, .has-inline-color.has-navy-alt-color:focus {
  color: #001d38 !important;
}
.has-inline-color.has-blue-color {
  color: #057998 !important;
}
.has-inline-color.has-blue-color:hover, .has-inline-color.has-blue-color:focus {
  color: #057998 !important;
}
.has-inline-color.has-light-blue-color {
  color: #7581a4 !important;
}
.has-inline-color.has-light-blue-color:hover, .has-inline-color.has-light-blue-color:focus {
  color: #7581a4 !important;
}
.has-inline-color.has-black-color {
  color: #000000 !important;
}
.has-inline-color.has-black-color:hover, .has-inline-color.has-black-color:focus {
  color: #000000 !important;
}
.has-inline-color.has-gray-color {
  color: #5B6670 !important;
}
.has-inline-color.has-gray-color:hover, .has-inline-color.has-gray-color:focus {
  color: #5B6670 !important;
}
.has-inline-color.has-gray-200-color {
  color: #bdc2c6 !important;
}
.has-inline-color.has-gray-200-color:hover, .has-inline-color.has-gray-200-color:focus {
  color: #bdc2c6 !important;
}
.has-inline-color.has-smoke-color {
  color: #f5f5f5 !important;
}
.has-inline-color.has-smoke-color:hover, .has-inline-color.has-smoke-color:focus {
  color: #f5f5f5 !important;
}
.has-inline-color.has-white-color {
  color: #ffffff !important;
}
.has-inline-color.has-white-color:hover, .has-inline-color.has-white-color:focus {
  color: #ffffff !important;
}

.has-text-color.has-navy-color {
  color: #5a6771 !important;
}
.has-text-color.has-navy-color.headline:after {
  background: #5a6771 !important;
}
.has-text-color.has-navy-color:hover, .has-text-color.has-navy-color:focus {
  color: #5a6771 !important;
}
.has-text-color.has-teal-color {
  color: #057998 !important;
}
.has-text-color.has-teal-color.headline:after {
  background: #057998 !important;
}
.has-text-color.has-teal-color:hover, .has-text-color.has-teal-color:focus {
  color: #057998 !important;
}
.has-text-color.has-navy-alt-color {
  color: #001d38 !important;
}
.has-text-color.has-navy-alt-color.headline:after {
  background: #001d38 !important;
}
.has-text-color.has-navy-alt-color:hover, .has-text-color.has-navy-alt-color:focus {
  color: #001d38 !important;
}
.has-text-color.has-blue-color {
  color: #057998 !important;
}
.has-text-color.has-blue-color.headline:after {
  background: #057998 !important;
}
.has-text-color.has-blue-color:hover, .has-text-color.has-blue-color:focus {
  color: #057998 !important;
}
.has-text-color.has-light-blue-color {
  color: #7581a4 !important;
}
.has-text-color.has-light-blue-color.headline:after {
  background: #7581a4 !important;
}
.has-text-color.has-light-blue-color:hover, .has-text-color.has-light-blue-color:focus {
  color: #7581a4 !important;
}
.has-text-color.has-black-color {
  color: #000000 !important;
}
.has-text-color.has-black-color.headline:after {
  background: #000000 !important;
}
.has-text-color.has-black-color:hover, .has-text-color.has-black-color:focus {
  color: #000000 !important;
}
.has-text-color.has-gray-color {
  color: #5B6670 !important;
}
.has-text-color.has-gray-color.headline:after {
  background: #5B6670 !important;
}
.has-text-color.has-gray-color:hover, .has-text-color.has-gray-color:focus {
  color: #5B6670 !important;
}
.has-text-color.has-gray-200-color {
  color: #bdc2c6 !important;
}
.has-text-color.has-gray-200-color.headline:after {
  background: #bdc2c6 !important;
}
.has-text-color.has-gray-200-color:hover, .has-text-color.has-gray-200-color:focus {
  color: #bdc2c6 !important;
}
.has-text-color.has-smoke-color {
  color: #f5f5f5 !important;
}
.has-text-color.has-smoke-color.headline:after {
  background: #f5f5f5 !important;
}
.has-text-color.has-smoke-color:hover, .has-text-color.has-smoke-color:focus {
  color: #f5f5f5 !important;
}
.has-text-color.has-white-color {
  color: #ffffff !important;
}
.has-text-color.has-white-color.headline:after {
  background: #ffffff !important;
}
.has-text-color.has-white-color:hover, .has-text-color.has-white-color:focus {
  color: #ffffff !important;
}

.has-background.has-navy-background-color {
  background-color: #5a6771 !important;
}
.has-background.has-navy-background-color:hover, .has-background.has-navy-background-color:focus {
  background-color: #5a6771 !important;
}
.has-background.has-teal-background-color {
  background-color: #057998 !important;
}
.has-background.has-teal-background-color:hover, .has-background.has-teal-background-color:focus {
  background-color: #057998 !important;
}
.has-background.has-navy-alt-background-color {
  background-color: #001d38 !important;
}
.has-background.has-navy-alt-background-color:hover, .has-background.has-navy-alt-background-color:focus {
  background-color: #001d38 !important;
}
.has-background.has-blue-background-color {
  background-color: #057998 !important;
}
.has-background.has-blue-background-color:hover, .has-background.has-blue-background-color:focus {
  background-color: #057998 !important;
}
.has-background.has-light-blue-background-color {
  background-color: #7581a4 !important;
}
.has-background.has-light-blue-background-color:hover, .has-background.has-light-blue-background-color:focus {
  background-color: #7581a4 !important;
}
.has-background.has-black-background-color {
  background-color: #000000 !important;
}
.has-background.has-black-background-color:hover, .has-background.has-black-background-color:focus {
  background-color: #000000 !important;
}
.has-background.has-gray-background-color {
  background-color: #5B6670 !important;
}
.has-background.has-gray-background-color:hover, .has-background.has-gray-background-color:focus {
  background-color: #5B6670 !important;
}
.has-background.has-gray-200-background-color {
  background-color: #bdc2c6 !important;
}
.has-background.has-gray-200-background-color:hover, .has-background.has-gray-200-background-color:focus {
  background-color: #bdc2c6 !important;
}
.has-background.has-smoke-background-color {
  background-color: #f5f5f5 !important;
}
.has-background.has-smoke-background-color:hover, .has-background.has-smoke-background-color:focus {
  background-color: #f5f5f5 !important;
}
.has-background.has-white-background-color {
  background-color: #ffffff !important;
}
.has-background.has-white-background-color:hover, .has-background.has-white-background-color:focus {
  background-color: #ffffff !important;
}

.small {
  font-size: 16px;
}

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.wp-block-group {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .wp-block-group.background-berkshire {
    position: relative;
    background-image: url(../images/background-berkshire.svg);
    background-position: 105% 102%;
    background-size: 1000px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-berkshire .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-berkshire-small {
    position: relative;
    background-image: url(../images/background-berkshire.svg);
    background-position: 102% 101%;
    background-size: 600px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-berkshire-small .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-berkshire-left {
    position: relative;
    background-image: url(../images/background-berkshire.svg);
    background-position: -5% 102%;
    background-size: 1000px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-berkshire-left .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-berkshire-left-small {
    position: relative;
    background-image: url(../images/background-berkshire.svg);
    background-position: -2% 101%;
    background-size: 600px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-berkshire-left-small .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-partners {
    position: relative;
    background-image: url(../images/background-partners.svg);
    background-position: -5% 102%;
    background-size: 1000px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-partners .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-partners-small {
    position: relative;
    background-image: url(../images/background-partners.svg);
    background-position: -2% 101%;
    background-size: 600px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-partners-small .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-partners-right {
    position: relative;
    background-image: url(../images/background-partners.svg);
    background-position: 105% -2%;
    background-size: 1000px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-partners-right .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wp-block-group.background-partners-right-small {
    position: relative;
    background-image: url(../images/background-partners.svg);
    background-position: 102% -2%;
    background-size: 600px auto;
    background-repeat: no-repeat;
  }
}
.wp-block-group.background-partners-right-small .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.background-abstract-2 {
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-group.background-abstract-2:before {
    height: 600px;
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1100px;
    left: 0;
    z-index: 1;
    background: url(../images/highlight-left-white.jpg) left top/auto 100% no-repeat transparent;
  }
}
.wp-block-group.background-abstract-2 .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.flex .wp-block-group__inner-container {
  display: flex;
  flex-flow: row nowrap;
}
.wp-block-group.justify-center .wp-block-group__inner-container {
  justify-content: center;
}
.wp-block-group.justify-center .wp-block-group__inner-container > * {
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-group.align-center .wp-block-group__inner-container {
  align-items: center;
  align-content: center;
}
.wp-block-group.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-group.full-width .wp-block-group__inner-container {
  max-width: 4000px;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.narrow .wp-block-group__inner-container {
  max-width: 1100px;
}
.wp-block-group.narrower .wp-block-group__inner-container {
  max-width: 900px;
}
.wp-block-group.narrowest .wp-block-group__inner-container {
  max-width: 700px;
}

@media (min-width: 768px) {
  .wp-block-columns.border-left .wp-block-column {
    border-left: 1px solid #94959b;
    padding-left: 30px;
  }
}

ul.dash-list {
  list-style-type: none;
  padding: 0;
}
ul.dash-list li {
  padding: 0;
  margin: 15px 0;
}
ul.dash-list li span {
  padding: 0 0 0 18px;
  display: block;
}
ul.dash-list li span:before {
  content: "—";
  color: inherit;
  float: left;
  margin: 0 0 0 -18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .wp-block-column.order-1-mobile {
    order: 1;
  }
}
@media (max-width: 767px) {
  .wp-block-column.order-2-mobile {
    order: 2;
  }
}
@media (min-width: 768px) {
  .wp-block-column.border-left {
    border-left: 1px solid #94959b;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .padding-30 {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .padding-45 {
    padding: 45px;
  }
}

@media (min-width: 992px) {
  .padding-60 {
    padding: 60px;
  }
}

@media (min-width: 992px) {
  .padding-left-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .padding-left-45 {
    padding-left: 45px;
  }
}

@media (min-width: 992px) {
  .padding-left-60 {
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .padding-right-30 {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .padding-right-45 {
    padding-right: 45px;
  }
}

@media (min-width: 992px) {
  .padding-right-60 {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .padding-top-30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .padding-top-45 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .padding-top-60 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-60 {
    padding-bottom: 60px;
  }
}

.margin-bottom-0 {
  margin-bottom: 0;
}

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

.wp-block-group.has-background .wp-block-columns {
  margin-bottom: 0;
}

.spacer.border-bottom {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.spacer.border-bottom:before {
  content: "";
  height: 20px;
  background: #459fcd;
  bottom: -10px;
  position: absolute;
  z-index: 4;
  left: 3%;
  width: 3%;
}
.spacer.border-bottom:after {
  content: "";
  height: 20px;
  background: #30799b;
  bottom: -10px;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 3%;
}
.spacer.border-bottom span {
  display: block;
  position: absolute;
  background: #41b1e5;
  width: 94%;
  height: 20px;
  bottom: -10px;
  margin: 0 0 0 6%;
}
.spacer.border-bottom span:before {
  content: "";
  height: 20px;
  background: #75d1f9;
  position: absolute;
  z-index: 6;
  right: 3%;
  width: 3%;
}
.spacer.border-bottom span:after {
  content: "";
  height: 20px;
  background: #92d9f5;
  position: absolute;
  z-index: 5;
  right: 0;
  width: 3%;
  opacity: 0.5;
}

.no-margin {
  margin: 0;
}

@media (min-width: 768px) {
  .border-left {
    border-left: 1px solid #94959b;
  }
}

.border-top {
  border-top: 1px solid #94959b;
}

p.border-link a, a.border-link {
  color: #057998;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  border-width: 0 0 4px;
  border-style: solid;
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
p.border-link a:hover, a.border-link:hover {
  color: #057998;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.padding-0 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-0 {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .padding-top-0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .padding-left-0 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .padding-right-0 {
    padding-right: 0px;
  }
}

.margin-0 {
  margin: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.pull-top-0 {
  margin-top: -0px;
}

.pull-left-0 {
  margin-left: -0px;
}

.pull-bottom-0 {
  margin-bottom: -0px;
}

.pull-right-0 {
  margin-right: -0px;
}

.shadow-0 {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.padding-15 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-15 {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .padding-top-15 {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .padding-left-15 {
    padding-left: 15px;
  }
}

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

@media (min-width: 992px) {
  .padding-right-15 {
    padding-right: 15px;
  }
}

.margin-15 {
  margin: 15px;
}

.margin-top-15 {
  margin-top: 15px;
}

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

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

.margin-right-15 {
  margin-right: 15px;
}

.pull-top-15 {
  margin-top: -15px;
}

.pull-left-15 {
  margin-left: -15px;
}

.pull-bottom-15 {
  margin-bottom: -15px;
}

.pull-right-15 {
  margin-right: -15px;
}

.shadow-15 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.padding-30 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-30 {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .padding-top-30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .padding-left-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .padding-right-30 {
    padding-right: 30px;
  }
}

.margin-30 {
  margin: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

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

.margin-right-30 {
  margin-right: 30px;
}

.pull-top-30 {
  margin-top: -30px;
}

.pull-left-30 {
  margin-left: -30px;
}

.pull-bottom-30 {
  margin-bottom: -30px;
}

.pull-right-30 {
  margin-right: -30px;
}

.shadow-30 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.padding-45 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-45 {
    padding: 45px;
  }
}

@media (min-width: 992px) {
  .padding-top-45 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .padding-left-45 {
    padding-left: 45px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .padding-right-45 {
    padding-right: 45px;
  }
}

.margin-45 {
  margin: 45px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-right-45 {
  margin-right: 45px;
}

.pull-top-45 {
  margin-top: -45px;
}

.pull-left-45 {
  margin-left: -45px;
}

.pull-bottom-45 {
  margin-bottom: -45px;
}

.pull-right-45 {
  margin-right: -45px;
}

.shadow-45 {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
}

.padding-60 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-60 {
    padding: 60px;
  }
}

@media (min-width: 992px) {
  .padding-top-60 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .padding-left-60 {
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .padding-right-60 {
    padding-right: 60px;
  }
}

.margin-60 {
  margin: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.pull-top-60 {
  margin-top: -60px;
}

.pull-left-60 {
  margin-left: -60px;
}

.pull-bottom-60 {
  margin-bottom: -60px;
}

.pull-right-60 {
  margin-right: -60px;
}

.shadow-60 {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}

.padding-90 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-90 {
    padding: 90px;
  }
}

@media (min-width: 992px) {
  .padding-top-90 {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {
  .padding-left-90 {
    padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .padding-right-90 {
    padding-right: 90px;
  }
}

.margin-90 {
  margin: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.pull-top-90 {
  margin-top: -90px;
}

.pull-left-90 {
  margin-left: -90px;
}

.pull-bottom-90 {
  margin-bottom: -90px;
}

.pull-right-90 {
  margin-right: -90px;
}

.shadow-90 {
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
}

.padding-120 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-120 {
    padding: 120px;
  }
}

@media (min-width: 992px) {
  .padding-top-120 {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .padding-left-120 {
    padding-left: 120px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .padding-right-120 {
    padding-right: 120px;
  }
}

.margin-120 {
  margin: 120px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-left-120 {
  margin-left: 120px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-right-120 {
  margin-right: 120px;
}

.pull-top-120 {
  margin-top: -120px;
}

.pull-left-120 {
  margin-left: -120px;
}

.pull-bottom-120 {
  margin-bottom: -120px;
}

.pull-right-120 {
  margin-right: -120px;
}

.shadow-120 {
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
}

.padding-150 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-150 {
    padding: 150px;
  }
}

@media (min-width: 992px) {
  .padding-top-150 {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .padding-left-150 {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .padding-right-150 {
    padding-right: 150px;
  }
}

.margin-150 {
  margin: 150px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-left-150 {
  margin-left: 150px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-right-150 {
  margin-right: 150px;
}

.pull-top-150 {
  margin-top: -150px;
}

.pull-left-150 {
  margin-left: -150px;
}

.pull-bottom-150 {
  margin-bottom: -150px;
}

.pull-right-150 {
  margin-right: -150px;
}

.shadow-150 {
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.15);
}

.padding-180 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-180 {
    padding: 180px;
  }
}

@media (min-width: 992px) {
  .padding-top-180 {
    padding-top: 180px;
  }
}

@media (min-width: 992px) {
  .padding-left-180 {
    padding-left: 180px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) {
  .padding-right-180 {
    padding-right: 180px;
  }
}

.margin-180 {
  margin: 180px;
}

.margin-top-180 {
  margin-top: 180px;
}

.margin-left-180 {
  margin-left: 180px;
}

.margin-bottom-180 {
  margin-bottom: 180px;
}

.margin-right-180 {
  margin-right: 180px;
}

.pull-top-180 {
  margin-top: -180px;
}

.pull-left-180 {
  margin-left: -180px;
}

.pull-bottom-180 {
  margin-bottom: -180px;
}

.pull-right-180 {
  margin-right: -180px;
}

.shadow-180 {
  box-shadow: 0 0 180px rgba(0, 0, 0, 0.15);
}

.padding-240 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-240 {
    padding: 240px;
  }
}

@media (min-width: 992px) {
  .padding-top-240 {
    padding-top: 240px;
  }
}

@media (min-width: 992px) {
  .padding-left-240 {
    padding-left: 240px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-240 {
    padding-bottom: 240px;
  }
}

@media (min-width: 992px) {
  .padding-right-240 {
    padding-right: 240px;
  }
}

.margin-240 {
  margin: 240px;
}

.margin-top-240 {
  margin-top: 240px;
}

.margin-left-240 {
  margin-left: 240px;
}

.margin-bottom-240 {
  margin-bottom: 240px;
}

.margin-right-240 {
  margin-right: 240px;
}

.pull-top-240 {
  margin-top: -240px;
}

.pull-left-240 {
  margin-left: -240px;
}

.pull-bottom-240 {
  margin-bottom: -240px;
}

.pull-right-240 {
  margin-right: -240px;
}

.shadow-240 {
  box-shadow: 0 0 240px rgba(0, 0, 0, 0.15);
}

.padding-270 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-270 {
    padding: 270px;
  }
}

@media (min-width: 992px) {
  .padding-top-270 {
    padding-top: 270px;
  }
}

@media (min-width: 992px) {
  .padding-left-270 {
    padding-left: 270px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-270 {
    padding-bottom: 270px;
  }
}

@media (min-width: 992px) {
  .padding-right-270 {
    padding-right: 270px;
  }
}

.margin-270 {
  margin: 270px;
}

.margin-top-270 {
  margin-top: 270px;
}

.margin-left-270 {
  margin-left: 270px;
}

.margin-bottom-270 {
  margin-bottom: 270px;
}

.margin-right-270 {
  margin-right: 270px;
}

.pull-top-270 {
  margin-top: -270px;
}

.pull-left-270 {
  margin-left: -270px;
}

.pull-bottom-270 {
  margin-bottom: -270px;
}

.pull-right-270 {
  margin-right: -270px;
}

.shadow-270 {
  box-shadow: 0 0 270px rgba(0, 0, 0, 0.15);
}

.padding-300 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-300 {
    padding: 300px;
  }
}

@media (min-width: 992px) {
  .padding-top-300 {
    padding-top: 300px;
  }
}

@media (min-width: 992px) {
  .padding-left-300 {
    padding-left: 300px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-300 {
    padding-bottom: 300px;
  }
}

@media (min-width: 992px) {
  .padding-right-300 {
    padding-right: 300px;
  }
}

.margin-300 {
  margin: 300px;
}

.margin-top-300 {
  margin-top: 300px;
}

.margin-left-300 {
  margin-left: 300px;
}

.margin-bottom-300 {
  margin-bottom: 300px;
}

.margin-right-300 {
  margin-right: 300px;
}

.pull-top-300 {
  margin-top: -300px;
}

.pull-left-300 {
  margin-left: -300px;
}

.pull-bottom-300 {
  margin-bottom: -300px;
}

.pull-right-300 {
  margin-right: -300px;
}

.shadow-300 {
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.15);
}

.padding-330 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-330 {
    padding: 330px;
  }
}

@media (min-width: 992px) {
  .padding-top-330 {
    padding-top: 330px;
  }
}

@media (min-width: 992px) {
  .padding-left-330 {
    padding-left: 330px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-330 {
    padding-bottom: 330px;
  }
}

@media (min-width: 992px) {
  .padding-right-330 {
    padding-right: 330px;
  }
}

.margin-330 {
  margin: 330px;
}

.margin-top-330 {
  margin-top: 330px;
}

.margin-left-330 {
  margin-left: 330px;
}

.margin-bottom-330 {
  margin-bottom: 330px;
}

.margin-right-330 {
  margin-right: 330px;
}

.pull-top-330 {
  margin-top: -330px;
}

.pull-left-330 {
  margin-left: -330px;
}

.pull-bottom-330 {
  margin-bottom: -330px;
}

.pull-right-330 {
  margin-right: -330px;
}

.shadow-330 {
  box-shadow: 0 0 330px rgba(0, 0, 0, 0.15);
}

.padding-360 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-360 {
    padding: 360px;
  }
}

@media (min-width: 992px) {
  .padding-top-360 {
    padding-top: 360px;
  }
}

@media (min-width: 992px) {
  .padding-left-360 {
    padding-left: 360px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-360 {
    padding-bottom: 360px;
  }
}

@media (min-width: 992px) {
  .padding-right-360 {
    padding-right: 360px;
  }
}

.margin-360 {
  margin: 360px;
}

.margin-top-360 {
  margin-top: 360px;
}

.margin-left-360 {
  margin-left: 360px;
}

.margin-bottom-360 {
  margin-bottom: 360px;
}

.margin-right-360 {
  margin-right: 360px;
}

.pull-top-360 {
  margin-top: -360px;
}

.pull-left-360 {
  margin-left: -360px;
}

.pull-bottom-360 {
  margin-bottom: -360px;
}

.pull-right-360 {
  margin-right: -360px;
}

.shadow-360 {
  box-shadow: 0 0 360px rgba(0, 0, 0, 0.15);
}

.padding-390 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-390 {
    padding: 390px;
  }
}

@media (min-width: 992px) {
  .padding-top-390 {
    padding-top: 390px;
  }
}

@media (min-width: 992px) {
  .padding-left-390 {
    padding-left: 390px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-390 {
    padding-bottom: 390px;
  }
}

@media (min-width: 992px) {
  .padding-right-390 {
    padding-right: 390px;
  }
}

.margin-390 {
  margin: 390px;
}

.margin-top-390 {
  margin-top: 390px;
}

.margin-left-390 {
  margin-left: 390px;
}

.margin-bottom-390 {
  margin-bottom: 390px;
}

.margin-right-390 {
  margin-right: 390px;
}

.pull-top-390 {
  margin-top: -390px;
}

.pull-left-390 {
  margin-left: -390px;
}

.pull-bottom-390 {
  margin-bottom: -390px;
}

.pull-right-390 {
  margin-right: -390px;
}

.shadow-390 {
  box-shadow: 0 0 390px rgba(0, 0, 0, 0.15);
}

.padding-420 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-420 {
    padding: 420px;
  }
}

@media (min-width: 992px) {
  .padding-top-420 {
    padding-top: 420px;
  }
}

@media (min-width: 992px) {
  .padding-left-420 {
    padding-left: 420px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-420 {
    padding-bottom: 420px;
  }
}

@media (min-width: 992px) {
  .padding-right-420 {
    padding-right: 420px;
  }
}

.margin-420 {
  margin: 420px;
}

.margin-top-420 {
  margin-top: 420px;
}

.margin-left-420 {
  margin-left: 420px;
}

.margin-bottom-420 {
  margin-bottom: 420px;
}

.margin-right-420 {
  margin-right: 420px;
}

.pull-top-420 {
  margin-top: -420px;
}

.pull-left-420 {
  margin-left: -420px;
}

.pull-bottom-420 {
  margin-bottom: -420px;
}

.pull-right-420 {
  margin-right: -420px;
}

.shadow-420 {
  box-shadow: 0 0 420px rgba(0, 0, 0, 0.15);
}

@media (max-width: 666px) {
  .hide-sm-down {
    display: none !important;
  }
}

@media (min-width: 667px) {
  .hide-sm-up {
    display: none !important;
  }
}

@media (min-width: 667px) {
  .left-align-sm-up {
    text-align: left;
  }
}

@media (max-width: 666px) {
  .left-align-sm-down {
    text-align: left;
  }
}

@media (min-width: 667px) {
  .center-align-sm-up {
    text-align: center;
  }
}

@media (max-width: 666px) {
  .center-align-sm-down {
    text-align: center;
  }
}

@media (min-width: 667px) {
  .right-align-sm-up {
    text-align: right;
  }
}

@media (max-width: 666px) {
  .right-align-sm-down {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .hide-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-md-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .left-align-md-up {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .left-align-md-down {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .center-align-md-up {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .center-align-md-down {
    text-align: center;
  }
}

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

@media (max-width: 767px) {
  .right-align-md-down {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .hide-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-lg-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .left-align-lg-up {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .left-align-lg-down {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .center-align-lg-up {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center-align-lg-down {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .right-align-lg-up {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .right-align-lg-down {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .hide-xl-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-xl-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .left-align-xl-up {
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .left-align-xl-down {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .center-align-xl-up {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .center-align-xl-down {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .right-align-xl-up {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .right-align-xl-down {
    text-align: right;
  }
}

.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

body:not(.home) .home-only {
  display: none;
}

.has-border.has-border-navy {
  border: 1px solid #5a6771 !important;
}

.has-border-top.has-navy-border-top {
  border-top: 1px solid #5a6771 !important;
}

.has-border-left.has-navy-border-left {
  border-left: 1px solid #5a6771 !important;
}

.has-border-right.has-navy-border-right {
  border-right: 1px solid #5a6771 !important;
}

.has-border-bottom.has-navy-border-bottom {
  border-bottom: 1px solid #5a6771 !important;
}

.has-border.has-border-teal {
  border: 1px solid #057998 !important;
}

.has-border-top.has-teal-border-top {
  border-top: 1px solid #057998 !important;
}

.has-border-left.has-teal-border-left {
  border-left: 1px solid #057998 !important;
}

.has-border-right.has-teal-border-right {
  border-right: 1px solid #057998 !important;
}

.has-border-bottom.has-teal-border-bottom {
  border-bottom: 1px solid #057998 !important;
}

.has-border.has-border-navy-alt {
  border: 1px solid #001d38 !important;
}

.has-border-top.has-navy-alt-border-top {
  border-top: 1px solid #001d38 !important;
}

.has-border-left.has-navy-alt-border-left {
  border-left: 1px solid #001d38 !important;
}

.has-border-right.has-navy-alt-border-right {
  border-right: 1px solid #001d38 !important;
}

.has-border-bottom.has-navy-alt-border-bottom {
  border-bottom: 1px solid #001d38 !important;
}

.has-border.has-border-blue {
  border: 1px solid #057998 !important;
}

.has-border-top.has-blue-border-top {
  border-top: 1px solid #057998 !important;
}

.has-border-left.has-blue-border-left {
  border-left: 1px solid #057998 !important;
}

.has-border-right.has-blue-border-right {
  border-right: 1px solid #057998 !important;
}

.has-border-bottom.has-blue-border-bottom {
  border-bottom: 1px solid #057998 !important;
}

.has-border.has-border-light-blue {
  border: 1px solid #7581a4 !important;
}

.has-border-top.has-light-blue-border-top {
  border-top: 1px solid #7581a4 !important;
}

.has-border-left.has-light-blue-border-left {
  border-left: 1px solid #7581a4 !important;
}

.has-border-right.has-light-blue-border-right {
  border-right: 1px solid #7581a4 !important;
}

.has-border-bottom.has-light-blue-border-bottom {
  border-bottom: 1px solid #7581a4 !important;
}

.has-border.has-border-black {
  border: 1px solid #000000 !important;
}

.has-border-top.has-black-border-top {
  border-top: 1px solid #000000 !important;
}

.has-border-left.has-black-border-left {
  border-left: 1px solid #000000 !important;
}

.has-border-right.has-black-border-right {
  border-right: 1px solid #000000 !important;
}

.has-border-bottom.has-black-border-bottom {
  border-bottom: 1px solid #000000 !important;
}

.has-border.has-border-gray {
  border: 1px solid #5B6670 !important;
}

.has-border-top.has-gray-border-top {
  border-top: 1px solid #5B6670 !important;
}

.has-border-left.has-gray-border-left {
  border-left: 1px solid #5B6670 !important;
}

.has-border-right.has-gray-border-right {
  border-right: 1px solid #5B6670 !important;
}

.has-border-bottom.has-gray-border-bottom {
  border-bottom: 1px solid #5B6670 !important;
}

.has-border.has-border-gray-200 {
  border: 1px solid #bdc2c6 !important;
}

.has-border-top.has-gray-200-border-top {
  border-top: 1px solid #bdc2c6 !important;
}

.has-border-left.has-gray-200-border-left {
  border-left: 1px solid #bdc2c6 !important;
}

.has-border-right.has-gray-200-border-right {
  border-right: 1px solid #bdc2c6 !important;
}

.has-border-bottom.has-gray-200-border-bottom {
  border-bottom: 1px solid #bdc2c6 !important;
}

.has-border.has-border-smoke {
  border: 1px solid #f5f5f5 !important;
}

.has-border-top.has-smoke-border-top {
  border-top: 1px solid #f5f5f5 !important;
}

.has-border-left.has-smoke-border-left {
  border-left: 1px solid #f5f5f5 !important;
}

.has-border-right.has-smoke-border-right {
  border-right: 1px solid #f5f5f5 !important;
}

.has-border-bottom.has-smoke-border-bottom {
  border-bottom: 1px solid #f5f5f5 !important;
}

.has-border.has-border-white {
  border: 1px solid #ffffff !important;
}

.has-border-top.has-white-border-top {
  border-top: 1px solid #ffffff !important;
}

.has-border-left.has-white-border-left {
  border-left: 1px solid #ffffff !important;
}

.has-border-right.has-white-border-right {
  border-right: 1px solid #ffffff !important;
}

.has-border-bottom.has-white-border-bottom {
  border-bottom: 1px solid #ffffff !important;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
    Colorbox Core Style:
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 90%;
  height: 90%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.75);
}

#colorbox {
  outline: 0;
}
#colorbox #cboxContent {
  padding: 2.5% 0;
  background-color: rgba(90, 103, 113, 0.5);
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#colorbox #cboxContent #cboxTitle {
  float: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1em;
  text-align: left;
  color: #5a6771;
}
#colorbox #cboxContent #cboxTitle.gallery-caption-hidden, #colorbox #cboxContent #cboxTitle.video-caption-hidden {
  display: none !important;
}
#colorbox #cboxContent #cboxPrevious, #colorbox #cboxContent #cboxNext, #colorbox #cboxContent #cboxSlideshow, #colorbox #cboxContent #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#colorbox #cboxContent #cboxClose, #colorbox #cboxContent #cboxPrevious, #colorbox #cboxContent #cboxNext, #colorbox #cboxContent #cboxPrevious:active, #colorbox #cboxContent #cboxNext:active, #colorbox #cboxContent #cboxSlideshow:active, #colorbox #cboxContent #cboxClose:active {
  outline: 0;
}
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext {
  display: none;
}
#colorbox #cboxContent #cboxClose {
  background-image: url(../images/icon-times-square-solid.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  border: 0;
  cursor: pointer;
  color: transparent;
  position: absolute;
  padding: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}

@media (min-width: 667px) {
  #colorbox {
    outline: 0;
  }
  #colorbox #cboxContent {
    margin: 0;
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  }
  #colorbox #cboxContent #cboxLoadedContent {
    padding: 0;
  }
  #colorbox #cboxContent #cboxTitle {
    float: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 1em 0;
    text-align: center;
    color: #5a6771;
  }
  #colorbox #cboxContent #cboxTitle.gallery-caption-hidden, #colorbox #cboxContent #cboxTitle.video-caption-hidden {
    display: none !important;
  }
  #colorbox #cboxContent #cboxPrevious, #colorbox #cboxContent #cboxNext, #colorbox #cboxContent #cboxSlideshow, #colorbox #cboxContent #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
  }
  #colorbox #cboxContent #cboxClose, #colorbox #cboxContent #cboxPrevious, #colorbox #cboxContent #cboxNext, #colorbox #cboxContent #cboxPrevious:active, #colorbox #cboxContent #cboxNext:active, #colorbox #cboxContent #cboxSlideshow:active, #colorbox #cboxContent #cboxClose:active {
    outline: 0;
  }
  #colorbox #cboxContent #cboxPrevious,
  #colorbox #cboxContent #cboxNext {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-image: url(../images/caret-left-white.svg);
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    margin: -1.4em 0 0;
    position: absolute;
    text-indent: -9999px;
    display: block;
  }
  #colorbox #cboxContent #cboxNext {
    background-image: url(../images/caret-right-white.svg);
    left: auto;
    right: 0;
  }
  #colorbox #cboxContent #cboxPrevious:hover,
  #colorbox #cboxContent #cboxNext:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #colorbox #cboxContent #cboxClose {
    background-image: url(../images/icon-times-square-solid.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    border: 0;
    cursor: pointer;
    color: transparent;
    position: absolute;
    padding: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
  }
  #colorbox #cboxContent #cboxClose:hover {
    background-color: rgb(255, 255, 255);
  }
  #colorbox.video-cbox {
    overflow: visible;
  }
  #colorbox.video-cbox #cboxWrapper {
    overflow: visible;
  }
  #colorbox.video-cbox div#cboxTitle {
    width: 99.2%;
    background: #fff;
    padding: 0.5em;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 900;
  }
  #colorbox.video-cbox div#cboxTitle.video-caption-hidden {
    display: none !important;
  }
}
#colorbox.inline-cbox #cboxContent {
  padding: 0;
}
#colorbox.inline-cbox #cboxTitle {
  display: none;
}
#colorbox.inline-cbox #cboxContent #cboxClose {
  background-image: url(../images/icon-times-square-solid.svg);
}

#cookie-notice .cookie-notice-container {
  padding-bottom: 43px;
}

.disclaimer-popup-showing {
  height: 100%;
  overflow: hidden;
}
.disclaimer-popup-showing #disclaimer.disclaimer-popup {
  opacity: 1;
  visibility: visible;
  display: block;
}
.disclaimer-popup-showing #disclaimer.disclaimer-popup .disclaimer--dialog .disclaimer--dialog-inner {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInDown;
}

#disclaimer.disclaimer-nav_banner .disclaimer--banner, #disclaimer.disclaimer-footer_banner .disclaimer--banner {
  background: #ccc;
  text-align: center;
  padding: 5px 0 8px;
  display: block;
  margin: 0;
}
#disclaimer.disclaimer-nav_banner .disclaimer--banner a, #disclaimer.disclaimer-footer_banner .disclaimer--banner a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 16px;
  background: #5a6771;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#disclaimer.disclaimer-nav_banner .disclaimer--banner a:hover, #disclaimer.disclaimer-nav_banner .disclaimer--banner a:active, #disclaimer.disclaimer-nav_banner .disclaimer--banner a:focus, #disclaimer.disclaimer-footer_banner .disclaimer--banner a:hover, #disclaimer.disclaimer-footer_banner .disclaimer--banner a:active, #disclaimer.disclaimer-footer_banner .disclaimer--banner a:focus {
  background: #7f8d99;
}
#disclaimer.disclaimer-footer {
  clear: both;
}
#disclaimer.disclaimer-footer .disclaimer--footer-content {
  margin: 40px 0;
}
#disclaimer.disclaimer-footer .disclaimer--footer-content::after {
  display: block;
  content: "";
  clear: both;
}
#disclaimer.disclaimer-footer .disclaimer--footer-content p {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.75;
}
#disclaimer.disclaimer-interstitial {
  border-top: 1px solid #d5d5d5;
  background: #fff;
  margin: 20px 0 0;
}
#disclaimer.disclaimer-interstitial .disclaimer--banner {
  text-align: right;
  padding: 20px 0;
  display: block;
  margin: 0;
  margin: 0 auto;
  font-size: 18px;
  max-width: 1170px;
}
#disclaimer.disclaimer-interstitial .disclaimer--banner a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 20px;
  margin: 0 0 0 20px;
  background: #5a6771;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#disclaimer.disclaimer-interstitial .disclaimer--banner a:hover, #disclaimer.disclaimer-interstitial .disclaimer--banner a:active, #disclaimer.disclaimer-interstitial .disclaimer--banner a:focus {
  background: #7f8d99;
}
#disclaimer.disclaimer-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  display: none;
  transition: opacity 0.5s ease-in-out 1s, visibility 0.5s ease-in-out 1s;
}
#disclaimer.disclaimer-popup .disclaimer--dialog .disclaimer--dialog-inner {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceOutUp;
}
#disclaimer.disclaimer-popup .disclaimer--dialog {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  z-index: 9999;
}
@media (min-width: 768px) {
  #disclaimer.disclaimer-popup .disclaimer--dialog {
    left: 10%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  #disclaimer.disclaimer-popup .disclaimer--dialog {
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  #disclaimer.disclaimer-popup .disclaimer--dialog {
    left: 25%;
    right: 25%;
  }
}
#disclaimer.disclaimer-popup .disclaimer--dialog-inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 100%;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInDown;
}
#disclaimer.disclaimer-popup .disclaimer--content {
  padding: 1em 0 75px;
  height: 100%;
  background: #fff;
}
#disclaimer.disclaimer-popup .disclaimer--body {
  height: 100%;
  overflow: auto;
  border-top: 1px solid #d5d5d5;
  background: #f5f5f5;
  padding: 25px 30px;
  font-size: 14px !important;
}
#disclaimer.disclaimer-popup .disclaimer--body h1, #disclaimer.disclaimer-popup .disclaimer--body h2, #disclaimer.disclaimer-popup .disclaimer--body h3, #disclaimer.disclaimer-popup .disclaimer--body h4, #disclaimer.disclaimer-popup .disclaimer--body h5, #disclaimer.disclaimer-popup .disclaimer--body h6 {
  font-weight: bold;
  font-size: 16px !important;
}
#disclaimer.disclaimer-popup .disclaimer--body h1 {
  font-size: 24px !important;
}
#disclaimer.disclaimer-popup .disclaimer--body h2 {
  font-size: 22px !important;
}
#disclaimer.disclaimer-popup .disclaimer--body h3 {
  font-size: 20px !important;
}
#disclaimer.disclaimer-popup .disclaimer--body h4 {
  font-size: 18px !important;
}
#disclaimer.disclaimer-popup .disclaimer--body li, #disclaimer.disclaimer-popup .disclaimer--body em, #disclaimer.disclaimer-popup .disclaimer--body strong {
  font-size: 14px !important;
}
#disclaimer.disclaimer-popup .disclaimer--footer {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #d5d5d5;
  background: #fff;
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
}
@media (min-width: 667px) {
  #disclaimer.disclaimer-popup .disclaimer--footer {
    font-size: 16px;
  }
}
#disclaimer.disclaimer-popup .disclaimer--footer p {
  margin: 0;
}
@media (max-width: 519px) {
  #disclaimer.disclaimer-popup .disclaimer--footer p span {
    float: left;
    width: 50%;
    text-align: left;
  }
}
#disclaimer.disclaimer-popup .disclaimer--footer .disclaimer--terms-button {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #5a6771;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 520px) {
  #disclaimer.disclaimer-popup .disclaimer--footer .disclaimer--terms-button {
    margin: 0 0 0 20px;
  }
}
#disclaimer.disclaimer-popup .disclaimer--footer .disclaimer--terms-button:hover, #disclaimer.disclaimer-popup .disclaimer--footer .disclaimer--terms-button:active, #disclaimer.disclaimer-popup .disclaimer--footer .disclaimer--terms-button:focus {
  background: #7f8d99;
}

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

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

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

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

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

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

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

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.2s ease-in-out;
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: rgb(0, 0, 0);
  cursor: pointer;
}

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

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

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

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

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

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

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .flickity-page-dots {
    bottom: 20px;
  }
}

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border: 2px solid #444;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  opacity: 1;
}

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

.gform_wrapper {
  position: relative;
}

.gform_wrapper ul {
  padding-left: 0 !important;
}

.gform_wrapper li {
  background: none !important;
}
.gform_wrapper li::after {
  display: block;
  content: "";
  clear: both;
}

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

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_confirmation_message {
  color: #5a6771;
  font-weight: 400;
  display: block;
  font-size: 20px;
  margin: 30px 0 0;
  display: block;
}

.gform_heading {
  padding-bottom: 20px;
}
.gform_heading .gform_description {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 15px;
}

.gform_footer br {
  display: none;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: red;
}

.gform_fields {
  display: flex;
  flex-flow: row wrap;
}

.gfield {
  margin: 15px 0;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .gfield.gf_left_half {
    width: 50%;
    flex-basis: 50%;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .gfield.gf_right_half {
    width: 50%;
    flex-basis: 50%;
    padding: 0 0 0 30px;
  }
}
.gfield:last-child {
  margin: 0;
}

.gfield_label {
  margin: 15px 0 3px;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #057998;
}

.ginput_container_name::after {
  display: block;
  content: "";
  clear: both;
}
.ginput_container_name > span {
  padding: 0 0 0 15px;
  float: left;
  width: 50%;
}
.ginput_container_name > span:first-child {
  padding: 0 15px 0 0;
}
.ginput_container_name span label {
  margin: 5px 0 0;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  color: #000;
  display: block;
}

.ginput_container_radio .gfield_radio,
.ginput_container_radio .gfield_checkbox,
.ginput_container_checkbox .gfield_radio,
.ginput_container_checkbox .gfield_checkbox {
  margin: 10px 0 0;
}
.ginput_container_radio .gfield_radio li,
.ginput_container_radio .gfield_checkbox li,
.ginput_container_checkbox .gfield_radio li,
.ginput_container_checkbox .gfield_checkbox li {
  display: block;
  margin: 0;
  width: 100%;
}
.ginput_container_radio .gfield_radio li input[type=radio],
.ginput_container_radio .gfield_radio li input[type=checkbox],
.ginput_container_radio .gfield_checkbox li input[type=radio],
.ginput_container_radio .gfield_checkbox li input[type=checkbox],
.ginput_container_checkbox .gfield_radio li input[type=radio],
.ginput_container_checkbox .gfield_radio li input[type=checkbox],
.ginput_container_checkbox .gfield_checkbox li input[type=radio],
.ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  float: left;
  width: auto;
}
.ginput_container_radio .gfield_radio li input[type=text],
.ginput_container_radio .gfield_checkbox li input[type=text],
.ginput_container_checkbox .gfield_radio li input[type=text],
.ginput_container_checkbox .gfield_checkbox li input[type=text] {
  display: inline-block;
  width: 260px;
  font-size: 16px;
}
.ginput_container_radio .gfield_radio li label,
.ginput_container_radio .gfield_checkbox li label,
.ginput_container_checkbox .gfield_radio li label,
.ginput_container_checkbox .gfield_checkbox li label {
  font-weight: 400;
  font-size: 16px;
  color: #057998;
  display: inline;
}

.ginput_container {
  margin: 0;
}

.gfield_description {
  margin: 3px 0 15px 0;
  font-size: 14px;
  line-height: 1.3;
  color: #999;
}

.ginput_container input[type=text],
.ginput_container input[type=email],
.ginput_container input[type=tel],
.ginput_container select,
.ginput_container textarea {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #057998;
  border-radius: 0;
  font-size: 18px;
  color: #5B6670;
  height: 40px;
  padding: 5px 0px;
  background: transparent;
  outline: none;
  width: 100%;
}

.gfield_radio li,
.gfield_checkbox li {
  text-align: left;
  border: none;
}

.ginput_container_fileupload {
  font-size: 16px;
  margin: 15px 0 0;
}
.gfield_checkbox li {
  display: inline-block;
  min-width: 49%;
  width: auto;
}

.ginput_container input[type=radio],
.ginput_container input[type=checkbox] {
  margin: 4px 10px 0 0;
}

.ginput_container textarea {
  height: 58px;
}

.gform_widget_button {
  margin: 0 0 0 -20px;
  width: 100%;
  width: calc(100% + 20px);
}

.gform_wrapper .gfield_error .gfield_label {
  color: red;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: red;
}

.gform_title {
  margin-top: 0;
}

.gfield_description {
  clear: both;
  display: block;
}

.gfield.col-xs-12 {
  clear: both;
}

.gform_footer {
  margin: 60px 0 0;
  z-index: 2;
  text-align: right;
}

.gform_button {
  color: #057998;
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  border: none;
  border-bottom: 4px solid #057998;
  font-size: 18px;
  padding: 9px 0 0;
  margin: 0;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  transition: border-width 0.2s ease-in-out, padding 0.2s ease-in-out, background 0.2s ease-in-out;
}
.gform_button:hover, .gform_button:focus, .gform_button.active {
  border-bottom: 4px solid #057998;
}

/* Gravity Forms complex containers */
.ginput_complex .ginput_full {
  width: 100% !important;
}

.ginput_complex .ginput_left input {
  width: 100% !important;
}

.ginput_complex .ginput_left label {
  width: 100% !important;
}

.ginput_complex .ginput_right input {
  width: 100% !important;
}

.ginput_complex .ginput_right label {
  width: 100% !important;
}

.ginput_complex .ginput_full input {
  width: 100% !important;
}

.ginput_complex .ginput_full label {
  width: 100% !important;
}

.ginput_complex .ginput_left {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.ginput_complex .ginput_right {
  width: 48%;
  float: left;
}

/**
 * Borrowed from https://github.com/addyosmani/jquery-ui-bootstrap
 * Styles the datepicker popup for gravityforms used with bootstrap
 */
/*
 * jQuery UI Datepicker
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background-color: gray;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: gray;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  font-size: 11px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.ui-datepicker .ui-datepicker-prev span:hover,
.ui-datepicker .ui-datepicker-next span:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th {
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a {
  background-color: gray;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}
.ui-datepicker-today a:hover {
  background-color: gray;
  color: grey;
}

.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}
.ui-datepicker td:hover {
  color: grey;
}
.ui-datepicker td .ui-state-default {
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-default:hover {
  background: gray;
  color: grey;
  border-radius: 4px;
}
.ui-datepicker td .ui-state-highlight {
  color: #404040;
  background: #eedc94;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.ui-datepicker td .ui-state-active {
  background: gray;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: grey;
  border-radius: 4px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/*

  http://getbootstrap.com/css/#grid

  .col-xs- : < 768px
  .col-sm- : >= 768px
  .col-md- : >= 992px
  .col-lg- : >= 1200px

*/
@media (min-width: 992px) {
  .ginput_complex .ginput_left {
    width: 100%;
    float: none;
  }
  .ginput_complex .ginput_right {
    width: 100%;
    float: none;
  }
}
.modal-content {
  color: #222;
}

.modal-footer {
  text-align: left;
}
.modal-footer .accepted {
  text-align: left;
}

.modal-backdrop {
  background: #000;
}

.modal-dialog {
  font-size: 12px;
}
@media (min-width: 767px) {
  .modal-dialog {
    width: 80% !important;
    font-size: 16px;
  }
}

.modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-body {
  overflow-y: auto;
}

.modal-footer {
  margin-top: 0;
}

@media (max-width: 767px) {
  .modal-dialog-center {
    width: 100%;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0px;
  font-size: 20px;
  line-height: 38px;
  color: #057998;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  color: #057998;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  background: url(../images/caret-down.svg) center center/16px auto no-repeat transparent;
}

.selectric-focus .selectric {
  border-color: #cccccc;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #e6e6e6;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 14px auto;
}

.alignleft,
.alignright {
  margin-bottom: 14px;
}

@media (min-width: 667px) {
  .alignleft {
    float: left;
    margin-right: 14px;
  }
  .alignright {
    float: right;
    margin-left: 14px;
  }
}
.accordion-block {
  clear: both;
  overflow: hidden;
}
.accordion-block.is-collapsed .accordion--more {
  max-height: 0px;
}
.accordion-block.is-collapsed .accordion--title a img {
  transform: rotate(0deg);
}

.faqs--wrap {
  padding: 90px 0 0;
  color: #555555;
}
.faqs--wrap .breadcrumbs {
  padding: 0 0 60px;
  color: #fa76b4;
}
.faqs--wrap .breadcrumbs a:after {
  color: #fa76b4;
}
.faqs--wrap .accordion--title {
  color: #fa76b4;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  padding: 0 0 20px 50px;
  margin: 0 0 0 -50px;
}
.faqs--wrap .accordion--title:before {
  content: "Q.";
  display: inline-block;
  margin: 0 0 0 -50px;
  float: left;
  font-weight: 700;
  font-size: 36px;
}
.faqs--wrap .accordion-block {
  border-bottom: 1px solid #e8eaee;
  padding: 15px 0 30px;
  margin: 0 0 30px;
}
.faqs--wrap .accordion-block:last-child {
  border: none;
  margin: 0;
}
.faqs--wrap .accordion-wrap {
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 15px 0 50px;
}
.faqs--wrap .accordion--title-link {
  color: #5a6771;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
}

.accordion--title {
  margin: 0 0 15px;
  display: block;
  display: block;
  padding: 0;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.accordion--more {
  max-height: 999px;
  height: auto;
  overflow: hidden;
  transition: max-height 1s linear;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
}
.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.breadcrumbs li {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 0 6px;
}
.breadcrumbs li span {
  display: block;
}
.breadcrumbs li span:before {
  content: "//";
  margin: 0;
  position: relative;
  top: -1px;
}
.breadcrumbs a {
  position: relative;
  text-transform: uppercase;
  font-family: "Adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #057998;
  font-weight: 600;
  letter-spacing: 2px;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #057998;
}

.content-box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-box {
    display: flex;
    flex-flow: row nowrap;
  }
}
@media (min-width: 992px) {
  .content-box.text-location-right .content-box--content-inner {
    padding: 240px 0 240px 55%;
  }
}
.content-box.text-location-right .content-box--content-inner:after {
  right: 100%;
  left: auto;
}
.content-box .content-box--content {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 30px;
  position: relative;
}
.content-box .content-box--overlay {
  opacity: 0.65;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 992px) {
  .content-box .content-box--overlay {
    display: none;
  }
}
.content-box .content-box--content-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 180px 0;
  position: relative;
  padding: 180px 0;
  z-index: 2;
}
@media (min-width: 667px) {
  .content-box .content-box--content-inner {
    padding: 240px 0;
  }
}
@media (min-width: 768px) {
  .content-box .content-box--content-inner {
    padding: 240px 45% 240px 0;
  }
}
@media (min-width: 992px) {
  .content-box .content-box--content-inner {
    padding: 240px 55% 240px 0;
  }
}
.content-box .content-box--title {
  color: #000;
  position: relative;
  font-size: 42px;
  display: inline-block;
  margin: 0;
}
.content-box .content-box--buttons {
  display: block;
  margin: 30px 0 0;
}
.content-box .content-box--button-link {
  color: #057998;
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  border-width: 0 0 4px;
  border-style: solid;
  padding: 9px 0 0;
  margin: 0 30px 0 0;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
.content-box .content-box--button-link:hover {
  color: #057998;
}

.divider {
  width: 100%;
}
.divider.divider-vertical {
  height: 100%;
}
.divider.divider-vertical .divider--line {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.divider.divider-vertical .divider--line span {
  height: 100%;
}
.divider.divider-right {
  margin-left: auto;
  margin-right: 0;
}
.divider.divider-center .divider--line {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-top {
  align-self: flex-start;
}
.divider.divider-bottom {
  align-self: flex-end;
}

.divider--line {
  display: block;
  width: 100%;
  position: relative;
}
.divider--line span {
  display: block;
  border-width: 1px;
  border-style: solid;
}

.wp-block-separator.is-style-wide {
  width: 100%;
}

.featured-posts--content {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.3s ease-in-out;
  text-align: left;
}
@media (min-width: 768px) {
  .featured-posts--content {
    display: flex;
    flex-flow: row nowrap;
  }
}

.featured-post {
  position: relative;
  padding: 30px 15px 140px;
  background: #045a70;
  color: #fff;
}
@media (min-width: 768px) {
  .featured-post {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    padding: 60px 30px 180px;
  }
}
@media (max-width: 767px) {
  .featured-post {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.featured-post:nth-child(odd) {
  background: #04657f;
}

.featured-posts--header {
  background: #2B6E86;
}
@media (min-width: 768px) {
  .featured-posts--header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.featured-posts--header h2 {
  flex: 0;
  background: #5a6771;
  color: #fff;
  font-weight: 700;
  padding: 15px 15px;
  font-size: 36px;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .featured-posts--header h2 {
    white-space: nowrap;
    padding: 30px 300px 30px 60px;
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .featured-posts--header h2:after {
    content: "";
    top: 0;
    right: 0;
    width: 220px;
    background: #068db1;
    display: block;
    height: 100%;
    z-index: 2;
    position: absolute;
  }
}
.featured-posts--header p {
  flex: 1;
  text-align: right;
  margin: 0;
  padding: 15px;
}
@media (min-width: 768px) {
  .featured-posts--header p {
    flex: 1;
    text-align: right;
    padding: 0 15px 0 0;
  }
}
.featured-posts--header p a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  border: 1px solid #5a6771;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-post--title {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.featured-post--title a {
  display: block;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  float: none;
}

.featured-post--content {
  text-align: left;
}

.featured-post--image {
  width: 100%;
  margin: 0 0 10px;
}
.featured-post--image img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

.featured-post--meta {
  margin: 0;
}

.featured-post--link {
  display: block;
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .featured-post--link {
    bottom: 60px;
    left: 30px;
    right: 30px;
  }
}
.featured-post--link a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 700;
}
.featured-post--date {
  display: block;
  color: #333;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
}

@media (min-width: 667px) {
  .grid {
    margin: 0 -30px 0 0;
  }
}

.grid--item {
  height: 360px;
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 667px) {
  .grid--item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .grid--item {
    width: calc(33.333% - 30px);
  }
}
.grid--item.background-turquoise {
  background-color: #00c1de;
}
.grid--item.background-blue {
  background-color: #0082ca;
}
.grid--item.background-green {
  background-color: #3dae2b;
}
.grid--item.has-quote {
  padding: 45px;
  color: #fff;
  height: auto;
  line-height: 1.4;
  background-image: none !important;
  width: 100%;
}
@media (min-width: 667px) {
  .grid--item.has-quote {
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .grid--item.has-quote {
    width: calc(33.333% - 30px);
  }
}
.grid--item.has-quote > *:first-child:before {
  content: '"';
  margin: 0 2px 0 -9px;
  display: inline-block;
}
.grid--item.has-quote > *:last-child {
  margin-bottom: 0;
}
.grid--item.has-quote > *:last-child:after {
  content: '"';
  margin: 0 0 0 2px;
  display: inline-block;
}

.icon-grid-items {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.icon-grid-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 667px) {
  .icon-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .icon-grid-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .icon-grid-item {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}
.icon-grid-item .icon-grid-item--icon:before {
  content: "";
  height: 60px;
  width: 1px;
  background: #057998;
  right: 100%;
  top: 50%;
  margin: -30px 0 0;
  position: absolute;
}
.icon-grid-item:first-child .icon-grid-item--icon:before {
  display: none;
}

.icon-grid-item--inner {
  height: 100%;
  position: relative;
}

.icon-grid-item--icon {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  z-index: 2;
  margin: 0 0 15px;
}
.icon-grid-item--icon-inner {
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 114px;
  width: 114px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1200px) {
  .icon-grid-item--icon-inner {
    height: 114px;
    width: 114px;
  }
}

.icon-grid-item--text {
  padding: 0 15px 30px;
}
.icon-grid-item--text .icon-grid-item--text-inner {
  color: #057998;
  font-size: 17px;
  text-align: center;
}
.icon-grid-item--text .icon-grid-item--text-inner > *:first-child {
  margin-top: 0;
}
.icon-grid-item--text .icon-grid-item--text-inner > *:last-child {
  margin-bottom: 0;
}

.image-grid-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .col-25 .image-grid-items .image-grid-item {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

.image-grid-item {
  flex-basis: 100%;
  padding: 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 220px 30px 30px;
}
@media (min-width: 667px) {
  .image-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-grid-item {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
    padding: 260px 30px 30px;
  }
}

.image-grid-item--inner {
  display: flex;
  align-content: flex-end;
  flex-flow: row wrap;
  height: 100%;
}

.image-grid-item--content {
  flex: 1;
}
.image-grid-item--content h3 {
  margin: 0;
  font-size: 28px;
  color: #fff;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.image-grid-item--button {
  display: block;
  margin: 30px 0 0;
}
.image-grid-item--button a {
  color: #057998;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  border-width: 0 0 4px;
  border-style: solid;
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
.image-grid-item--button a:hover {
  color: #057998;
}

.icon-list-module {
  clear: both;
}
.icon-list-module::after {
  display: block;
  content: "";
  clear: both;
}
.icon-list-module.icon-list-title-left .icon-list--title {
  float: left;
  width: 25%;
}
.icon-list-module.icon-list-title-left .icon-list--items {
  float: left;
  width: 75%;
  position: relative;
  padding: 0 0 0 30px;
}
.icon-list-module.icon-list-title-left .icon-list--items:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 0;
  width: 1px;
  background: #636363;
}
.icon-list-module.icon-list-title-left .icon-list-item {
  flex-basis: 50%;
  width: 50%;
}
.icon-list-module.icon-list-title-left .icon-list-item:before {
  display: none;
}

.icon-list--title {
  padding: 0 0 60px;
}
.icon-list--title h2 {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
@media (min-width: 667px) {
  .icon-list--title h2 {
    font-size: 48px;
  }
}
.icon-list--title h2 small {
  display: block;
  font-size: 50%;
  color: #5a6771;
  font-weight: 400;
  margin: 5px 0 0;
}

.icon-list--items {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}

.icon-list-item {
  flex-basis: 25%;
  width: 25%;
  padding: 0 30px;
  margin: 0 0 60px;
  position: relative;
}
.icon-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #636363;
}

.icon-list-item--icon img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 0 10px;
}

.icon-list-item--content h1, .icon-list-item--content h2, .icon-list-item--content h3, .icon-list-item--content h4, .icon-list-item--content h5, .icon-list-item--content h6, .icon-list-item--content p {
  color: #fff;
  line-height: 1.5;
}
.icon-list-item--content h1 strong, .icon-list-item--content h2 strong, .icon-list-item--content h3 strong, .icon-list-item--content h4 strong, .icon-list-item--content h5 strong, .icon-list-item--content h6 strong, .icon-list-item--content p strong {
  font-weight: 600;
}
.icon-list-item--content > *:last-child {
  margin-bottom: 0;
}

.industry-expertise--section {
  padding: 60px 30px;
}
@media (min-width: 992px) {
  .industry-expertise--section {
    padding: 90px 0;
  }
}
.industry-expertise--section:nth-child(odd) {
  background: #f1f1f1;
}

.industry-expertise--inner-section {
  max-width: 1400px;
  margin: 0 auto;
}

.industry-expertise--menu {
  padding: 0 30px;
}
.industry-expertise--menu ul {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 3px solid #057998;
  max-width: 1400px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 667px) {
  .industry-expertise--menu ul {
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .industry-expertise--menu ul {
    flex-flow: row nowrap;
  }
}
.industry-expertise--menu li {
  margin: 0 0 10px;
  padding: 0;
  flex: 1 0 100%;
}
@media (min-width: 667px) {
  .industry-expertise--menu li {
    margin: 0 15px 15px;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .industry-expertise--menu li {
    margin: 0 15px;
  }
}
.industry-expertise--menu a {
  color: #057998;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
  display: block;
}
.industry-expertise--menu a:hover {
  color: #057998;
}

.industry-expertise--section-title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
}

.industry-expertise--section-description {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
}

.industry-expertise--section-description-more {
  color: #057998;
  display: inline-block;
  margin: 0 0 0 8px;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  padding: 0 0 0 20px;
}
.industry-expertise--section-description-more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 16px;
  background: url(../images/circle-plus.svg) center center/100% auto no-repeat transparent;
}
.industry-expertise--section-description-more:hover {
  color: #057998;
  text-decoration: none;
  font-weight: 900;
}

.industry-expertise--section-description-more-content {
  display: none;
}

.industry-expertise--section-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 15px;
}
.industry-expertise--section-grid .people-item {
  width: auto;
}

.industry-expertise--section-link {
  text-align: center;
  display: block;
  margin: 60px 0 0;
}

.industry-expertise--section-link-a {
  font-weight: 700;
  display: inline-block;
  padding: 0;
  border-bottom: 3px solid #057998;
  color: #057998;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.industry-expertise--section-link-a:hover {
  text-decoration: none;
  color: #057998;
}

.investments--wrap {
  overflow: visible;
}

.investments--filters {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  border-bottom: 4px solid #057998;
  padding: 0 0 15px;
  overflow: visible;
  margin: 0;
}
@media (min-width: 667px) {
  .investments--filters {
    flex-flow: row nowrap;
    margin: 0 0 60px;
    padding: 0 0 5px;
  }
}
.investments--filters > div {
  flex: 1 0 100%;
  margin: 15px 0 0;
}
@media (min-width: 667px) {
  .investments--filters > div {
    flex: 1 0 auto;
    max-width: 340px;
    margin: 0 30px 0 0;
  }
}
.investments--filters label {
  color: #5a6771;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  margin: 0;
}

.investments--grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
  overflow: hidden;
  min-height: 400px;
}

.investment-items--subheader {
  flex: 1 0 100% !important;
  text-transform: capitalize;
  margin: 30px 0 0;
  padding: 0 15px;
}
.investment-items--subheader.is-hiding {
  display: none;
  margin: 0;
  padding: 0;
}

.investments-item {
  flex: 0;
  flex-basis: 100%;
  padding: 0 15px;
  opacity: 1;
  margin: 30px 0 0;
  visibility: visible;
  width: 100%;
  max-width: 999px;
  max-height: 999px;
  overflow: hidden;
  transition: padding 0.9s ease-in-out, opacity 0.9s ease-in-out, visibility 0.9s ease-in-out, max-height 0.9s ease-in-out, max-width 0.9s ease-in-out;
}
@media (min-width: 440px) {
  .investments-item {
    width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .investments-item {
    width: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (min-width: 992px) {
  .investments-item {
    width: 20%;
    flex-basis: 20%;
  }
}
.investments-item.is-hiding {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  padding: 0;
  transition: padding 0.9s ease-in-out, opacity 0.9s ease-in-out, visibility 0.9s ease-in-out, max-height 0.9s ease-in-out, max-width 0.9s ease-in-out;
}
.investments-item.is-hiding .investments-item--image {
  padding-top: 0;
  margin: 0;
  transition: padding-top 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.investments-item--image {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: padding-top 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.investments-item--content {
  border: 1px solid #ccc;
  padding-top: 100%;
  height: 0;
  position: relative;
}
.investments-item--content a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  color: transparent;
  font: 0/0 a;
}

.investment-single-item--wrap {
  display: flex;
  flex-flow: row wrap;
  padding: 45px 0;
}
@media (min-width: 667px) {
  .investment-single-item--wrap {
    flex-flow: row nowrap;
  }
}
@media (min-width: 768px) {
  .investment-single-item--wrap {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .investment-single-item--wrap {
    padding: 120px 0;
  }
}

.investment-single-item--sidebar {
  flex: 1 0 100%;
  padding: 0 0 30px;
}
@media (min-width: 667px) {
  .investment-single-item--sidebar {
    flex: 1 0 50%;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .investment-single-item--sidebar {
    flex: 1 0 33.333%;
  }
}
@media (min-width: 992px) {
  .investment-single-item--sidebar {
    flex: 1 0 25%;
    padding: 0 60px 0 0;
  }
}

.investment-single-item--image-wrap {
  border: 1px solid #ccc;
  position: relative;
  height: 0;
  padding-top: 100%;
}

.investment-single-item--image {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.investment-single-item--location {
  display: block;
  margin: 30px 0 0;
  font-size: 18px;
}
.investment-single-item--location strong {
  display: block;
  margin: 0;
  font-size: 20px;
}

.investment-single-item--content {
  flex: 1 0 100%;
}
@media (min-width: 667px) {
  .investment-single-item--content {
    flex: 1 0 50%;
  }
}
@media (min-width: 768px) {
  .investment-single-item--content {
    flex: 1 0 66.666%;
  }
}
@media (min-width: 992px) {
  .investment-single-item--content {
    flex: 1 0 75%;
  }
}

.investment-single-item--title {
  margin: -15px 0 0;
  font-weight: 700;
  font-weight: 24px;
}
.investment-single-item--title small {
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: block;
  font-size: 24px;
  margin: 10px 0 0;
}

.investment-single-item--meta {
  list-style-type: none;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .investment-single-item--meta {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .investment-single-item--meta {
    flex-flow: row nowrap;
  }
}
.investment-single-item--meta li {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .investment-single-item--meta li {
    flex: 1 0 auto;
  }
}
.investment-single-item--meta li strong {
  display: block;
  margin: 0 0 5px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .investment-single-item--meta li strong {
    font-size: 20px;
  }
}
.investment-single-item--meta li span {
  display: block;
}

.investment-single-item--copy {
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
}

.investment-single-item--link a {
  font-weight: 600;
  color: #057998;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #057998;
}

.investment-single-item--current-team,
.investment-single-item--former-team {
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
}
.investment-single-item--current-team h3,
.investment-single-item--former-team h3 {
  margin: 0;
}

.investment-single-item--current-team-grid,
.investment-single-item--former-team-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.investment-single-item--current-team-grid .people-item,
.investment-single-item--former-team-grid .people-item {
  margin-top: 30px;
}

.investment-single-item--related-news {
  padding: 60px 0;
}
.investment-single-item--related-news h3 {
  margin: 0 0 30px;
}

.investment-single-item--related-news-grid .people-item {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .investment-single-item--related-news-grid .people-item {
    flex-basis: 33.333%;
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .investment-single-item--related-news-grid .people-item {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

.investment-single-item--related-news-item {
  display: block;
  padding: 15px 0;
}
.investment-single-item--related-news-item p {
  margin: 0 0 -10px;
  display: block;
  font-size: 20px;
}
.investment-single-item--related-news-item h3 {
  margin: 0;
}
.investment-single-item--related-news-item h3 a {
  text-decoration: none;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #057998;
  font-weight: 700;
  font-size: 24px;
}

.investment-single-item--back {
  display: block;
  margin: 90px 0 0;
}
.investment-single-item--back a {
  font-weight: 600;
  color: #057998;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #057998;
}

.masthead {
  position: relative;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.masthead.is-short-height .masthead--content-inner {
  padding: 170px 0 60px;
}
.masthead.is-displaying-logo .masthead--container {
  padding: 180px 30px 140px;
}
@media (min-width: 667px) {
  .masthead.is-displaying-logo .masthead--container {
    padding: 220px 30px 160px;
  }
}
@media (min-width: 768px) {
  .masthead.is-displaying-logo .masthead--container {
    padding: 0 30px;
  }
}
.masthead.is-displaying-logo .masthead--content-inner {
  height: 0;
  padding: 40% 0 0 !important;
  content: "";
  background: url(../images/logo.svg) center center/auto 100% no-repeat transparent;
}
@media (min-width: 667px) {
  .masthead.is-displaying-logo .masthead--content-inner {
    padding: 25% 0 0 !important;
  }
}
@media (min-width: 768px) {
  .masthead.is-displaying-logo .masthead--content-inner {
    padding: 20% 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .masthead.title-size-small .masthead--title {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .masthead.title-size-medium .masthead--title {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .masthead.title-size-large .masthead--title {
    font-size: 81px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .masthead.title-size-xxlarge .masthead--title {
    font-size: 130px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .masthead.title-size-xxlarge .masthead--title {
    font-size: 150px;
  }
}
.masthead .masthead--container {
  position: relative;
  height: 100%;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.masthead .masthead--content-inner {
  max-width: 1400px;
}
@media (max-width: 991px) {
  .masthead .masthead--content-inner {
    min-width: 75% !important;
  }
}
@media (max-width: 767px) {
  .masthead .masthead--content-inner {
    width: 100% !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .masthead.is-full-height {
    height: calc(100vh - 80px);
    min-height: 400px;
    max-height: 1000px;
  }
}
@media (min-width: 1200px) {
  .masthead.is-full-height {
    height: calc(100vh - 110px);
  }
}
.masthead.is-full-height .masthead--content-inner {
  padding: 160px 0;
  margin: 0;
  left: 0;
}
@media (min-width: 768px) {
  .masthead.is-full-height .masthead--content-inner {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0;
    padding: 0;
  }
}
.masthead.is-full-height .masthead--content-inner > *:last-child {
  margin-bottom: 0;
}
.masthead.is-full-height .masthead--arrow {
  bottom: 70px;
  left: 15px;
}
@media (min-width: 992px) {
  .masthead.is-full-height .masthead--arrow {
    bottom: -75px;
    left: 0px;
  }
}
.masthead .masthead--video {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.masthead .masthead--video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 190vh;
  max-width: none;
}
.masthead .masthead--content {
  height: 100%;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.masthead .masthead--content-inner {
  padding: 120px 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .masthead .masthead--content-inner {
    padding: 180px 0;
  }
}
.masthead .masthead--title {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 32px;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .masthead .masthead--title {
    font-size: 50px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .masthead .masthead--title {
    font-size: 76px;
  }
}
.masthead .masthead--title small {
  display: block;
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.masthead .masthead--lead-in {
  font-size: 18px;
  margin: 0 0 25px;
  color: #057998;
  display: block;
  padding: 0;
  position: relative;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .masthead .masthead--lead-in {
    font-size: 18px;
  }
}
.masthead .masthead--copy {
  font-size: 30px;
  line-height: 1.75;
  color: #057998;
}
.masthead .masthead--copy > *:last-child {
  margin-bottom: 0;
}
.masthead .masthead--arrow {
  position: absolute;
  bottom: 100px;
  left: 15px;
  width: 20px;
  height: 40px;
  background: url(../images/arrow-down.svg) center center/100% auto no-repeat transparent;
  z-index: 10;
  display: block;
  outline: none;
}
@media (min-width: 992px) {
  .masthead .masthead--arrow {
    bottom: 200px;
  }
}
.masthead .masthead--button {
  margin: 0 15px 30px;
  display: inline-block;
}
@media (min-width: 667px) {
  .masthead .masthead--button:first-of-type {
    margin-left: 0;
  }
}
.masthead .masthead--button .masthead--button-link {
  border-radius: 0;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  padding: 0 0 3px;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border: none;
  background: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #000;
  display: inline-block;
  font-weight: 900;
}
.masthead .masthead--button .masthead--button-link:hover {
  text-decoration: none;
}

.recent-news--header h2 {
  margin: 0 0 60px;
}
.recent-news--header h2 span {
  font-size: 20px;
  position: relative;
  padding-right: 160px;
  display: inline-block;
}
.recent-news--header h2 span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 145px;
  height: 1px;
  background: #000;
}
.recent-news--header h2 a {
  float: right;
  color: #057998;
  font-size: 20px;
  text-decoration: none;
}

.recent-news--content {
  display: flex;
  flex-flow: row nowrap;
}
.recent-news--content .recent-news--featured {
  flex-basis: 60%;
}
.recent-news--content .recent-news--featured .recent-news-item {
  height: 100%;
}
.recent-news--content .recent-news--featured .recent-news--inner {
  position: relative;
  height: 100%;
}
.recent-news--content .recent-news--featured .recent-news--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.recent-news--content .recent-news--featured .recent-news--title {
  padding: 30px;
  background: #5a6771;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: 0;
  left: 0;
  right: 0;
}
.recent-news--content .recent-news--featured .recent-news--title a {
  text-decoration: none;
  color: #fff;
}
.recent-news--content .recent-news--featured .recent-news--title small {
  color: #057998;
  margin: 0 0 15px;
  display: block;
}
.recent-news--content .recent-news--list {
  flex-basis: 40%;
  padding: 15px 0 15px 60px;
}
.recent-news--content .recent-news--list .recent-news--title {
  color: #5a6771;
  bottom: 0;
  z-index: 2;
  margin: 0;
}
.recent-news--content .recent-news--list .recent-news--title a {
  text-decoration: none;
  color: #5a6771;
}
.recent-news--content .recent-news--list .recent-news--title small {
  color: #057998;
  margin: 0 0 15px;
  display: block;
}
.recent-news--content .recent-news--list .recent-news-item {
  padding-top: 60px;
  position: relative;
}
.recent-news--content .recent-news--list .recent-news-item:first-child {
  padding: 0;
}
.recent-news--content .recent-news--list .recent-news-item:first-child:before {
  display: none;
}
.recent-news--content .recent-news--list .recent-news-item:before {
  content: "";
  position: absolute;
  top: 30px;
  height: 1px;
  width: 100px;
  left: 0;
  background: #94959b;
}
.responsive-image a {
  display: inline-block;
}
.responsive-image.right img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.responsive-image.right a {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.responsive-image.center img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.responsive-image.center a {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.responsive-image--caption {
  margin: 15px 0 0;
}
.responsive-image--caption p {
  font-size: 15px;
  text-align: right;
  color: #999;
  text-transform: uppercase;
}
.responsive-image--caption > *:last-child {
  margin-bottom: 0;
}

.responsive-slider {
  margin: 0;
  position: relative;
}
.responsive-slider .responsive-slider--title {
  margin: 0;
  color: #5a6771;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 66.667%;
  text-align: center;
}
@media (min-width: 768px) {
  .responsive-slider .responsive-slider--title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .responsive-slider .responsive-slider--title {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .responsive-slider .responsive-slider--title {
    font-size: 60px;
  }
}
.responsive-slider .flickity-button {
  background: none;
  color: #fff;
  border-radius: 0;
}
.responsive-slider .flickity-slider,
.responsive-slider .flickity-viewport {
  height: 100%;
}
.responsive-slider .flickity-prev-next-button {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.25);
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .responsive-slider .flickity-prev-next-button {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .responsive-slider .flickity-prev-next-button {
    height: 70px;
    width: 70px;
  }
}
.responsive-slider .flickity-prev-next-button.previous {
  left: 15px;
  top: 50%;
}
.responsive-slider .flickity-prev-next-button.next {
  right: 15px;
  top: 50%;
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-2 .responsive-slider-item {
    width: 50%;
  }
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-2 .responsive-slider-item--image {
    padding-top: 80%;
    background-size: cover;
  }
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-3 .responsive-slider-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .group-cells-3 .responsive-slider-item {
    width: 33.333%;
  }
}
.responsive-slider .group-cells-3 .responsive-slider-item--image {
  background-size: cover;
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-3 .responsive-slider-item--image {
    padding-top: 80%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .group-cells-3 .responsive-slider-item--image {
    padding-top: 100%;
  }
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-4 .responsive-slider-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .group-cells-4 .responsive-slider-item {
    width: 25%;
  }
}
.responsive-slider .group-cells-4 .responsive-slider-item--image {
  background-size: cover;
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-4 .responsive-slider-item--image {
    padding-top: 80%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .group-cells-4 .responsive-slider-item--image {
    padding-top: 120%;
  }
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-5 .responsive-slider-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .group-cells-5 .responsive-slider-item {
    width: 20%;
  }
}
.responsive-slider .group-cells-5 .responsive-slider-item--image {
  background-size: cover;
}
@media (min-width: 667px) {
  .responsive-slider .group-cells-5 .responsive-slider-item--image {
    padding-top: 80%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .group-cells-5 .responsive-slider-item--image {
    padding-top: 120%;
  }
}
.responsive-slider .responsive-slider-item {
  width: 100%;
  position: relative;
  padding: 0;
}
.responsive-slider .responsive-slider-item.is-selected .responsive-slider-item--copy {
  opacity: 1;
  visibility: visible;
}
.responsive-slider .responsive-slider-item--image {
  overflow: hidden;
  height: 0;
  padding-top: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 667px) {
  .responsive-slider .responsive-slider-item--image {
    padding-top: 70%;
  }
}
@media (min-width: 768px) {
  .responsive-slider .responsive-slider-item--image {
    padding-top: 60%;
  }
}
@media (min-width: 992px) {
  .responsive-slider .responsive-slider-item--image {
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  .responsive-slider .responsive-slider-item--image {
    padding-top: 40%;
  }
}
.responsive-slider .responsive-slider-item--copy {
  opacity: 0;
  visibility: hidden;
}
.responsive-slider .responsive-slider-item--copy:empty {
  display: none;
}
.responsive-slider .responsive-slider-item--copy h1, .responsive-slider .responsive-slider-item--copy h2, .responsive-slider .responsive-slider-item--copy h3, .responsive-slider .responsive-slider-item--copy h4, .responsive-slider .responsive-slider-item--copy h5, .responsive-slider .responsive-slider-item--copy h6 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.responsive-slider .responsive-slider-item--copy h1 small, .responsive-slider .responsive-slider-item--copy h2 small, .responsive-slider .responsive-slider-item--copy h3 small, .responsive-slider .responsive-slider-item--copy h4 small, .responsive-slider .responsive-slider-item--copy h5 small, .responsive-slider .responsive-slider-item--copy h6 small {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
  letter-spacing: 1px;
}
.responsive-slider .responsive-slider-item--copy p {
  font-size: 16px;
}
.responsive-slider .responsive-slider-item--copy > *:last-child {
  margin-bottom: 0;
}
.responsive-slider .slide--copy {
  width: 100%;
  flex-basis: 100%;
  align-self: center;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  padding: 335px 15px 15px;
}
@media (min-width: 768px) {
  .responsive-slider .slide--copy {
    font-size: 15px;
    padding: 0 60px;
    width: 66.6%;
    flex-basis: 66.6%;
  }
}
.responsive-slider .slide--copy + .slide--image {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .responsive-slider .slide--copy + .slide--image {
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 33.4%;
    height: auto;
  }
}
.sitemap-block {
  text-align: center;
}
.sitemap-block ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.sitemap-block ul.children {
  padding: 0 0 0 30px;
  display: block;
}
.stats {
  clear: both;
  margin: 0;
}
@media (min-width: 1200px) {
  .stats.stats-2 .stat {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .stats.stats-3 .stat {
    width: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .stats.stats-5 .stat {
    width: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

.stats--inner {
  display: flex;
  flex-flow: wrap row;
  align-content: top;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 667px) {
  .stats--inner {
    flex-flow: wrap row;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .stats--inner {
    flex-flow: nowrap row;
  }
}

.stat {
  padding: 0 30px 30px;
  flex-basis: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
}
@media (min-width: 667px) {
  .stat {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .stat {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    width: auto;
    padding: 0 30px;
  }
}
.stat:first-child:before {
  display: none;
}
.stat:first-child h2 {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .stat:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.stat .stat--icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  width: 140px;
  background-size: contain;
}
.stat .stat--icon + h2 {
  border-top: 1px solid #7f8d99;
  margin-top: 30px;
  padding-top: 22px;
}
.stat .stat--number--wrap {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  text-align: center;
  position: relative;
  top: -12px;
  font-weight: 700;
}
.stat .stat--prefix {
  display: inline-block;
  font-size: 50px;
  position: relative;
  margin: 0 5px 0 0;
  top: -15px;
}
.stat .stat--suffix {
  display: inline-block;
  font-size: 60px;
  position: relative;
  margin: 0 0 0 2px;
}
.stat .stat--number {
  margin: 0;
  font-size: 100px;
  letter-spacing: -1px;
  display: inline-block;
}
.stat .stat--text {
  margin: 20px auto 0;
  font-size: 18px;
  display: block;
  line-height: 1.3;
  color: #5a6771;
  position: relative;
  padding-top: 30px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stat .stat--text:before {
  content: "";
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #ccc;
  position: absolute;
}

.table thead tr th {
  background: #2c536b;
  color: #fff;
  font-weight: 400;
}
.table tbody tr td {
  background: #e3e7e9;
  border: none;
}
.table tbody tr:nth-child(odd) td {
  background: #eef0f0;
}

@media (max-width: 575px) {
  .tabs.has-icons .tab--links li {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.tabs.style-blue-gray .tab--links a {
  background-color: #fa76b4;
  border: 3px solid #fa76b4;
}
.tabs.style-blue-gray .tab--links a:hover {
  border: 3px solid #5a6771;
}
.tabs.style-green .tab--links a {
  background-color: #3DAE2B;
  border: 3px solid #3DAE2B;
  color: #5a6771;
}
.tabs.style-green .tab--links a:hover {
  border: 3px solid #5a6771;
}

.tab--links {
  list-style-type: none;
  margin: 0 -7.5px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.tab--links li {
  margin: 0;
  padding: 0;
  flex-basis: 16.667%;
}
@media (max-width: 1199px) {
  .tab--links li {
    width: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 991px) {
  .tab--links li {
    width: 33.333% !important;
    flex-basis: 33.333% !important;
    max-width: 33.333% !important;
  }
}
@media (max-width: 767px) {
  .tab--links li {
    width: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
.tab--links div {
  padding: 0 7.5px 15px;
  height: 100%;
}
.tab--links a {
  display: block;
  color: #fff;
  background-color: #5a6771;
  text-decoration: none;
  padding: 7.5px 5px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  border: 3px solid #5a6771;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .tab--links a {
    padding: 15px;
  }
}
.tab--links a:hover {
  border: 3px solid #3DAE2B;
}

.tab--icon {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tab--content {
  display: none;
  padding: 5px 50px 0 0;
  font-size: 18px;
  position: relative;
}
.tab--content > *:first-child {
  margin-top: 0;
}
.tab--content > *:last-child {
  margin-bottom: 0;
}
.tab--content.is-showing {
  display: block;
}

.tab--close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon-close.svg) center/100% auto no-repeat transparent;
}

.people--wrap {
  overflow: visible;
}

.people--filters {
  display: flex;
  justify-content: flex-start;
  border-bottom: 4px solid #057998;
  padding: 0 0 5px;
  overflow: visible;
}
.people--filters > div {
  flex: 1 0 auto;
  margin: 0 30px 0 0;
  max-width: 340px;
}
.people--filters label {
  color: #5a6771;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  margin: 0;
}

.people--grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
  overflow: hidden;
  min-height: 400px;
}

.people-item {
  flex: 0;
  flex-basis: 100%;
  padding: 0 15px;
  opacity: 1;
  margin: 60px 0 0;
  visibility: visible;
  width: 100%;
  max-width: 9999px;
  max-height: 999px;
  overflow: hidden;
  transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
@media (min-width: 667px) {
  .people-item {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .people-item {
    flex-basis: 33.333%;
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .people-item {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }
}
.people-item.is-hiding {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  padding: 0;
  transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
.people-item.is-hiding .people-item--image {
  padding-top: 0;
  margin: 0;
  transition: padding-top 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.people-item a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}
.people-item a:hover .people-item--header {
  color: #057998;
}

.people-item--image {
  padding-top: 100%;
  border-radius: 100%;
  height: 0;
  margin: 0 0 20px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: padding-top 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.people-item--header {
  transition: color 0.3s ease-in-out;
  color: #5a6771;
}
.people-item--header p {
  text-align: center;
  font-size: 16px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  white-space: nowrap;
}
.people-item--header small {
  display: block;
  font-weight: 400;
  font-size: 90%;
  white-space: normal;
  line-height: 1.4;
}

.team-items {
  padding: 0 0 0 200px;
}

.team-items--wrap {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .team-items--wrap {
    margin: 0 -15px;
  }
}

.team-item {
  position: relative;
  overflow: hidden;
  padding: 15px;
  flex-basis: 33.333% !important;
  max-width: 33.333% !important;
  width: 33.333% !important;
}
@media (max-width: 967px) {
  .team-item {
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .team-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.team-item .team-item--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-top: 133.333%;
  position: relative;
}
.team-item .team-item--image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.team-item--link {
  display: block;
  padding: 30px 0 0;
}
.team-item--link a {
  text-transform: uppercase;
  font-family: "Adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #057998;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  font-size: 16px;
}
.team-item--link a:before {
  content: "//";
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}

.team-item--header {
  padding: 30px 0 0;
}
.team-item--header h3 {
  margin: 0;
  font-size: 28px;
}
.team-item--header h3 small {
  display: block;
  font-size: 20px;
  margin: 5px 0 0;
  font-style: normal;
}

.team-item--content {
  height: 100%;
  width: 100%;
}

.timeline--items {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .timeline--items .flickity-prev-next-button.previous {
    left: 0 !important;
    bottom: -60px !important;
    transform: none !important;
    top: auto !important;
  }
}
@media (max-width: 991px) {
  .timeline--items .flickity-prev-next-button.next {
    right: 0 !important;
    bottom: -60px !important;
    transform: none !important;
    top: auto !important;
  }
}

.timeline--item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
@media (min-width: 992px) {
  .timeline--item {
    padding: 0 120px;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
  }
}
.timeline--item .timeline--item__image {
  flex: 1 0 100%;
  padding-top: 70%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 667px) {
  .timeline--item .timeline--item__image {
    padding-top: 60%;
  }
}
@media (min-width: 992px) {
  .timeline--item .timeline--item__image {
    flex: 0 0 50%;
    padding-top: 50%;
  }
}
.timeline--item .timeline--item__image + .timeline--item__content {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .timeline--item .timeline--item__image + .timeline--item__content {
    padding: 0 0 0 60px;
  }
}
.timeline--item .timeline--item__content {
  padding: 0;
  flex: 1;
  order: 2;
}
@media (min-width: 992px) {
  .timeline--item .timeline--item__content {
    order: 1;
  }
}
.timeline--item .timeline--item__year {
  font-size: 60px;
  line-height: 1;
  color: #057998;
  font-weight: 900;
  margin: 0 0 30px;
}
.timeline--item .timeline--item__year sup {
  font-size: 75%;
  top: -1px;
  margin: 0 0 0 2px;
}
.timeline--item .timeline--item__copy {
  font-size: 18px;
}

.timeline--bar {
  position: relative;
  height: 60px;
  width: 100%;
  display: block;
  padding: 90px 0px 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  .timeline--bar {
    padding: 30px 120px 20px;
  }
}
.timeline--bar .timeline--bar-wrap {
  position: relative;
  height: 40px;
  width: 100%;
  display: block;
}
.timeline--bar .timeline--bar-wrap:after {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  background: #999;
  top: 20px;
  z-index: 1;
}
.timeline--bar .timeline--bar__bar {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 3;
  height: 16px;
  background: #057998;
  border-radius: 8px;
  width: 0%;
  transition: width 0.7s ease-out;
}
.timeline--bar ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.timeline--bar ul li {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #444;
  top: 12px;
  margin: 0 0 0 -16px;
}
.timeline--bar ul li:first-child {
  margin: 0;
}
.timeline--bar ul li span {
  position: absolute;
  top: 100%;
  margin: 10px 0 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #444;
}

.video-popup {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-popup .video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-popup .video-popup--content {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.video-popup .video-popup--content .video-popup--content-inner {
  padding: 240px 0 100px;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  position: relative;
}
.video-popup .video-popup--content .video-popup--content-inner:after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -27.5px;
  height: 55px;
  width: 55px;
  background: url(../images/play.svg) center center/100% auto no-repeat transparent;
}
@media (min-width: 768px) {
  .video-popup .video-popup--content .video-popup--content-inner:after {
    top: 113px;
    margin: 0 0 0 -75px;
    left: 50%;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .video-popup .video-popup--content .video-popup--content-inner:after {
    top: 204px;
    left: 60%;
  }
}
@media (min-width: 768px) {
  .video-popup .video-popup--content .video-popup--content-inner {
    padding: 120px 0 120px 50%;
  }
}
@media (min-width: 992px) {
  .video-popup .video-popup--content .video-popup--content-inner {
    padding: 200px 0 200px 60%;
  }
}
.video-popup .video-popup--content .video-popup--content-inner h2 {
  color: white;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .video-popup .video-popup--content .video-popup--content-inner h2 {
    text-align: left;
  }
}
.video-popup .video-popup--content .video-popup--content-inner p {
  margin: 20px 0 0;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .video-popup .video-popup--content .video-popup--content-inner p {
    text-align: left;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  color: white;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  border-color: white;
  border-width: 0 0 4px;
  border-style: solid;
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0) !important;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 0 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
  color: white !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-color {
  color: #5a6771 !important;
  border-color: #5a6771 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-color:focus {
  color: #434d55 !important;
  border-color: #434d55 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-teal-color {
  color: #057998 !important;
  border-color: #057998 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-teal-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-teal-color:focus {
  color: #035267 !important;
  border-color: #035267 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-teal-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-teal-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-teal-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-alt-color {
  color: #001d38 !important;
  border-color: #001d38 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-alt-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-alt-color:focus {
  color: #000305 !important;
  border-color: #000305 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-alt-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-alt-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-navy-alt-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-color {
  color: #057998 !important;
  border-color: #057998 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-color:focus {
  color: #035267 !important;
  border-color: #035267 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-color {
  color: #7581a4 !important;
  border-color: #7581a4 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-color:focus {
  color: #5b678b !important;
  border-color: #5b678b !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-color {
  color: #000000 !important;
  border-color: #000000 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-black-color:focus {
  color: black !important;
  border-color: black !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-color {
  color: #5B6670 !important;
  border-color: #5B6670 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-color:focus {
  color: #444c54 !important;
  border-color: #444c54 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-200-color {
  color: #bdc2c6 !important;
  border-color: #bdc2c6 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-200-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-200-color:focus {
  color: #a2a9ae !important;
  border-color: #a2a9ae !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-200-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-200-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-gray-200-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-smoke-color {
  color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-smoke-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-smoke-color:focus {
  color: gainsboro !important;
  border-color: gainsboro !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-smoke-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-smoke-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-smoke-background-color:focus {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-color {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-white-color:focus {
  color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: transparent !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color:focus {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .wp-block-columns {
    display: block;
  }
}
.wp-block-group.has-background .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column {
    margin-left: 0 !important;
  }
}
.wp-block-columns.justify-center {
  justify-content: center;
}
@media (min-width: 992px) {
  .wp-block-columns.justify-center > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.wp-block-columns.space-around {
  justify-content: space-around;
}
.wp-block-columns.space-around .wp-block-column {
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .wp-block-columns.space-around > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.wp-block-columns.space-between {
  justify-content: space-between;
}
.wp-block-columns.space-between .wp-block-column {
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .wp-block-columns.space-between > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.wp-block-columns.align-center {
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column.order-1-mobile {
    order: 1;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column.order-2-mobile {
    order: 2;
  }
}
.wp-block-columns .wp-block-column.flex {
  display: flex;
}
.wp-block-columns .wp-block-column.flex.align-bottom {
  justify-content: flex-end;
  flex-flow: column wrap;
}
.wp-block-columns .wp-block-column.border-left {
  position: relative;
  padding-left: 60px;
}
.wp-block-columns .wp-block-column.border-left:before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: "";
  transform: rotate(20deg);
  width: 1px;
  background-color: #dbd8df;
}
.wp-block-columns .wp-block-column.border-left-straight {
  padding-left: 30px;
  border-left: 1px solid #dbd8df;
}
.wp-block-columns .wp-block-column.border-left-straight > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column.border-left-straight {
    padding-left: 0;
    padding-top: 30px;
    border: none;
    margin-top: 30px !important;
    border-top: 1px solid #dbd8df;
  }
}

.wp-menu--nav {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 3px solid #057998;
  max-width: 1400px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 667px) {
  .wp-menu--nav {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .wp-menu--nav {
    flex-flow: row nowrap;
  }
}
.wp-menu--nav li {
  margin: 0 0 10px;
  padding: 0;
  flex: 1 0 100%;
}
@media (min-width: 667px) {
  .wp-menu--nav li {
    margin: 0 15px 15px;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .wp-menu--nav li {
    margin: 0 15px;
  }
}
.wp-menu--nav a {
  color: #057998;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
  display: block;
}
.wp-menu--nav a:hover {
  color: #057998;
}

.content-info {
  clear: both;
  margin: 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #bdc2c6;
}
.content-info::after {
  display: block;
  content: "";
  clear: both;
}
.content-info h1 a, .content-info h2 a, .content-info h3 a, .content-info h4 a, .content-info h5 a, .content-info h6 a {
  text-decoration: none;
}
.content-info p {
  margin: 0;
  font-size: 16px;
}
.content-info p a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .content-info {
    text-align: center !important;
  }
  .content-info p {
    text-align: center !important;
  }
  .content-info .responsive-image {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .content-info .responsive-image img {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .content-info .wp-block-group {
    display: block;
  }
}
.content-info .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .content-info .wp-block-columns .wp-block-column {
    margin-left: 0;
  }
}
.content-info .wp-menu .wp-menu--nav {
  border: none;
}
.content-info .wp-menu .wp-menu--nav li {
  padding: 0;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .content-info .wp-menu .wp-menu--nav li {
    display: block;
    width: 100%;
    text-align: center !important;
  }
}
.content-info .wp-menu .wp-menu--nav a {
  font-size: 14px;
  color: #007BBD;
}
.content-info .wp-menu .wp-menu--nav .sub-menu {
  list-style-type: none;
  padding: 0;
}
.content-info .wp-menu .wp-menu--nav .sub-menu li {
  padding: 0;
  margin: 5px 0;
}
.content-info .wp-menu .wp-menu--nav .sub-menu a {
  font-weight: 600;
  font-size: 12px;
  color: #007BBD;
  padding: 0;
}

.banner {
  position: relative;
  z-index: 9999;
  padding: 0 30px;
  transition: background 0.2s ease-in-out;
  background: rgb(255, 255, 255);
}
.home.menu-is-open .banner .navbar-brand svg .cls-1, .menu-is-open .banner .navbar-brand svg .cls-1 {
  fill: #057998;
}
.home.menu-is-open .banner .navbar-brand svg .cls-2, .menu-is-open .banner .navbar-brand svg .cls-2 {
  fill: #057998;
}
.home.menu-is-open .banner .navbar-toggler #bar1,
.home.menu-is-open .banner .navbar-toggler #bar2,
.home.menu-is-open .banner .navbar-toggler #bar3, .menu-is-open .banner .navbar-toggler #bar1,
.menu-is-open .banner .navbar-toggler #bar2,
.menu-is-open .banner .navbar-toggler #bar3 {
  fill: #057998;
}
.home .banner {
  background: transparent;
}
.home .banner .navbar-toggler #bar1,
.home .banner .navbar-toggler #bar2,
.home .banner .navbar-toggler #bar3 {
  fill: #fff;
}
.home .banner.scrolled {
  background: rgb(255, 255, 255);
}
.home .banner.scrolled .navbar-brand svg .cls-1 {
  fill: #057998;
}
.home .banner.scrolled .navbar-brand svg .cls-2 {
  fill: #057998;
}
.home .banner.scrolled .navbar-toggler #bar1,
.home .banner.scrolled .navbar-toggler #bar2,
.home .banner.scrolled .navbar-toggler #bar3 {
  fill: #057998;
}
.home .banner.scrolled .navbar--container .nav > li > a > span,
.home .banner.scrolled .navbar--container .nav > li.dropdown > a > span {
  color: #057998;
}
.home .banner.scrolled .navbar--container .nav > li > a > .caret,
.home .banner.scrolled .navbar--container .nav > li.dropdown > a > .caret {
  border-color: #057998 transparent transparent transparent;
}
@media (min-width: 1200px) {
  .home .banner.scrolled .navbar--container .nav > li > a:hover > span,
  .home .banner.scrolled .navbar--container .nav > li.dropdown > a:hover > span {
    color: #057998;
    border-color: #057998;
  }
}
@media (min-width: 1200px) {
  .home .banner.scrolled .navbar--container .nav > li > a:hover > .caret,
  .home .banner.scrolled .navbar--container .nav > li.dropdown > a:hover > .caret {
    border-color: #057998 transparent transparent transparent;
  }
}
@media (min-width: 1200px) {
  .home .banner.scrolled .navbar--container .nav li.dropdown:hover > a > span {
    color: #057998;
    border-color: #057998;
  }
}
@media (min-width: 1200px) {
  .home .banner.scrolled .navbar--container .nav li.dropdown:hover > a > .caret {
    border-color: #057998 transparent transparent transparent;
  }
}
@media (min-width: 1200px) {
  .home .banner .navbar--container .nav > li > a > span,
  .home .banner .navbar--container .nav > li.dropdown > a > span {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .home .banner .navbar--container .nav > li > a > .caret,
  .home .banner .navbar--container .nav > li.dropdown > a > .caret {
    border-color: #fff transparent transparent transparent;
  }
}
@media (min-width: 1200px) {
  .home .banner .navbar--container .nav > li > a:hover > span,
  .home .banner .navbar--container .nav > li.dropdown > a:hover > span {
    color: #fff;
    border-color: #fff;
  }
}
@media (min-width: 1200px) {
  .home .banner .navbar--container .nav > li > a:hover > .caret,
  .home .banner .navbar--container .nav > li.dropdown > a:hover > .caret {
    border-color: #fff transparent transparent transparent;
  }
}
@media (min-width: 1200px) {
  .home .banner .navbar--container .nav li.dropdown:hover > a > span {
    color: #fff;
    border-color: #fff;
  }
}
@media (min-width: 1200px) {
  .home .banner .navbar--container .nav li.dropdown:hover > a > .caret {
    border-color: #fff transparent transparent transparent;
  }
}
.home .banner .navbar-brand svg .cls-1 {
  fill: #fff;
}
.home .banner .navbar-brand svg .cls-2 {
  fill: #fff;
}
.fixed-nav .banner {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
.banner .navbar {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.banner.scrolled {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .banner.scrolled .navbar--container .nav > li.current-menu-parent > a .caret,
  .banner.scrolled .navbar--container .nav > li.menu-item-has-children.current-menu-item > a .caret {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .banner.scrolled .navbar-brand {
    margin: 15px 0;
  }
}
@media (min-width: 1200px) {
  .banner.scrolled .nav > li > a {
    height: 80px;
  }
}
.banner.scrolled .navbar-toggler #bar1,
.banner.scrolled .navbar-toggler #bar2,
.banner.scrolled .navbar-toggler #bar3 {
  fill: #057998;
}
.banner .navbar-brand {
  margin: 15px 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  flex: 0;
}
@media (min-width: 1200px) {
  .banner .navbar-brand {
    margin: 30px 0;
  }
}
.banner .navbar-brand svg {
  height: 50px;
  width: auto;
  display: block;
  transition: height 0.3s ease-in-out;
}
.banner .navbar-brand svg .cls-1,
.banner .navbar-brand svg .cls-2 {
  transition: fill 0.3s ease-in-out;
}
.banner .navbar-brand svg .cls-1 {
  fill: #057998;
}
.banner .navbar-brand svg .cls-2 {
  fill: #057998;
}
.banner .navbar-toggler {
  background: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -13px;
  border-radius: 0;
  padding: 0;
  transition: transform 0.5s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
  outline: none;
  display: block;
  z-index: 3;
  position: relative;
  width: 50px;
  transform: rotate(0deg);
  fill: #057998;
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .banner .navbar-toggler {
    display: none;
  }
}
.banner .navbar-toggler:focus, .banner .navbar-toggler:hover {
  background: transparent;
}
.banner .navbar-toggler #bar1 {
  transform: rotate(0deg) translate(0, 0) scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: left bottom;
  fill: #057998;
}
.banner .navbar-toggler #bar2 {
  transform: rotate(0deg) translate(0, 0) scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: left top;
  fill: #057998;
}
.banner .navbar-toggler #bar3 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  fill: #057998;
}
.menu-is-open .banner {
  height: auto;
}
.menu-is-open .banner.scrolled {
  height: auto;
}
.menu-is-open .banner .navbar--container {
  transform: translateY(0%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.menu-is-open .banner .navbar--container .nav {
  padding: 30px 0 0;
  margin: 0;
}
.menu-is-open .banner .navbar--container .nav li {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.menu-is-open .banner .navbar--container a {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out 0.6s;
}
@media (min-width: 667px) {
  .menu-is-open .banner .navbar--container a {
    top: auto;
  }
}
.menu-is-open .banner .navbar-toggler {
  transform: rotate(180deg);
}
.menu-is-open .banner .navbar-toggler #bar1 {
  transform: rotate(45deg) translate(-26px, -3px) scaleX(1.65);
}
.menu-is-open .banner .navbar-toggler #bar2 {
  transform: rotate(135deg) translate(-26px, -53px) scaleX(1.65);
}
.menu-is-open .banner .navbar-toggler #bar3 {
  opacity: 0;
}
.menu-is-open .banner .navbar-toggler .navbar-toggler--icon-bar {
  transform: rotate(45deg);
  top: 20px;
}
.menu-is-open .banner .navbar-toggler .navbar-toggler--icon-bar + .navbar-toggler--icon-bar {
  transform: rotate(-45deg);
  top: 0px;
}
.menu-is-open .banner .navbar-toggler .navbar-toggler--icon-bar + .navbar-toggler--icon-bar + .navbar-toggler--icon-bar {
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg);
}
.banner .navbar--container {
  width: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  height: 100vh;
  z-index: -1;
  transform: translateY(-100%);
  padding: 80px 0 0;
}
@media (min-width: 1200px) {
  .banner .navbar--container {
    transform: none;
    width: auto;
    height: auto;
    position: static;
    background: transparent;
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 9999;
  }
}
.banner .nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .banner .nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
}
.banner .nav li {
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .banner .nav li {
    padding: 0;
  }
}
.banner .nav li.dropdown {
  position: relative;
}
@media (min-width: 1200px) {
  .banner .nav li.dropdown > a {
    padding: 0 16px 0 0;
  }
}
.banner .nav li.dropdown > a .caret {
  display: none;
}
@media (min-width: 1200px) {
  .banner .nav li.dropdown > a .caret {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -5px 0 0;
    display: block;
    border-style: solid;
    border-width: 6px 4px 0px 4px;
    border-color: #057998 transparent transparent transparent;
    transition: border-color 0.3s ease-in-out;
  }
}
.banner .nav li.dropdown:hover > a .caret, .banner .nav li.dropdown:active > a .caret, .banner .nav li.dropdown:focus > a .caret {
  border-color: #057998 transparent transparent transparent;
}
@media (min-width: 1200px) {
  .banner .nav li.dropdown:hover > a > span, .banner .nav li.dropdown:active > a > span, .banner .nav li.dropdown:focus > a > span {
    color: #057998;
    border-bottom: 3px solid #057998;
  }
}
.banner .nav li.dropdown:hover .sub-menu, .banner .nav li.dropdown:active .sub-menu, .banner .nav li.dropdown:focus .sub-menu {
  opacity: 1;
  visibility: visible;
}
.banner .nav li.active > a .caret, .banner .nav li.current-menu-parent > a .caret {
  border-color: #057998 transparent transparent transparent;
}
@media (min-width: 1200px) {
  .banner .nav li.active > a > span, .banner .nav li.current-menu-parent > a > span {
    color: #057998;
    border-bottom: 3px solid #057998;
  }
}
.banner .nav li .sub-menu li.active a span {
  border: none;
}
.banner .nav a {
  color: #057998;
  font-size: 20px;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
  border-bottom: none;
  line-height: 1;
  position: relative;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .banner .nav a {
    font-size: 14px;
  }
}
.banner .nav a .caret {
  display: none;
}
@media (min-width: 1200px) {
  .banner .nav a:hover {
    color: #057998;
  }
}
.banner .nav > li {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .banner .nav > li {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .banner .nav > li > a {
    height: 110px;
    position: relative;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .banner .nav > li > a:hover > span {
    color: #057998;
    border-bottom: 3px solid #057998;
  }
}
.banner .nav > li > a > span {
  color: #057998;
}
@media (min-width: 1200px) {
  .banner .nav > li > a > span {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    padding: 6px 0 3px;
    border-bottom: 3px solid transparent;
    transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  }
}
.banner .nav .sub-menu {
  padding: 0 0 10px;
  list-style-type: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .banner .nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: #f1f1f1;
    padding: 15px 0;
    transform: translateX(-50%);
    min-width: 200px;
    margin-left: -8px;
  }
}
@media (min-width: 1200px) {
  .banner .nav .sub-menu:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #f1f1f1 transparent;
  }
}
.banner .nav .sub-menu li {
  display: block;
}
.banner .nav .sub-menu a {
  display: block;
  color: #057998;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  border: none;
}
@media (min-width: 1200px) {
  .banner .nav .sub-menu a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .banner .nav .sub-menu a {
    color: #057998;
    background: #f1f1f1;
    padding: 18px 15px 15px;
    transition: background 0.3s ease-in-out;
    font-size: 13px;
  }
}
.banner .nav .sub-menu a:hover {
  background: #fff;
}

.post-type-archive-news .news--filters {
  padding: 0 0 15px;
  overflow: visible;
  margin: 90px 0;
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--filters {
    flex-flow: row nowrap;
    padding: 0 0 5px;
    gap: 20px;
    justify-content: space-between;
  }
}
.post-type-archive-news .news--filters .news--filters--left {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  gap: 15px;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--filters .news--filters--left {
    flex-flow: row nowrap;
  }
}
.post-type-archive-news .news--filters .news--filters--left .selectric-wrapper {
  border-bottom: 1px solid #51bfda;
}
.post-type-archive-news .news--filters .news--filter--search {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--filters .news--filter--search {
    flex-flow: row nowrap;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
  }
}
.post-type-archive-news .news--filters .news--filter--search > a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #057998;
  text-decoration: none;
  padding: 5px 0;
  white-space: nowrap;
}
.post-type-archive-news .news--filters .news--filter--search form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--filters .news--filter--search form {
    justify-content: flex-end;
  }
}
.post-type-archive-news .news--filters .news--filter--search input {
  border: none;
  color: #51bfda;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 700;
  border-bottom: 1px solid #51bfda;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--filters .news--filter--search input {
    flex-basis: auto;
  }
}
.post-type-archive-news .news--filters .news--filter--search input::-moz-placeholder {
  color: #51bfda;
}
.post-type-archive-news .news--filters .news--filter--search input::placeholder {
  color: #51bfda;
}
.post-type-archive-news .news--filters .news--filter--search button {
  border: none;
  border-bottom: 1px solid #51bfda;
  height: 35px;
  width: 35px;
  background: transparent;
}
.post-type-archive-news .news--filters .news--filter--search button svg {
  display: block;
  fill: none;
  fill: #51bfda !important;
  width: 20px;
  height: auto;
}
.post-type-archive-news .news--filters > div {
  flex: 1 0 100%;
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--filters > div {
    flex: 1 0 auto;
    max-width: 340px;
    margin: 0 30px 0 0;
  }
}
.post-type-archive-news .news--filters label {
  color: #5a6771;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  margin: 0;
}
.post-type-archive-news .news--items--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin: 60px 0 0;
}
@media (min-width: 667px) {
  .post-type-archive-news .news--items--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .post-type-archive-news .news--items--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-type-archive-news .news--items--grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.post-type-archive-news .news--items--grid .news--no-results {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #5a6771;
  margin: 60px 0 0;
  display: block;
  grid-column: 1/span 3;
}
.post-type-archive-news .news--items--grid .news--no-results a {
  color: #5a6771;
  text-decoration: none;
  border-bottom: 3px solid #5a6771;
}
.post-type-archive-news .news--items--grid .news--no-results:hover a {
  color: #057998;
  border-bottom: 3px solid #057998;
}
.post-type-archive-news .news--items--grid > .news-item:first-child {
  background-color: #f5f5f5;
  display: flex;
  flex-flow: column wrap;
  gap: 30px;
}
@media (min-width: 667px) {
  .post-type-archive-news .news--items--grid > .news-item:first-child {
    grid-column: 1/span 2;
  }
}
@media (min-width: 992px) {
  .post-type-archive-news .news--items--grid > .news-item:first-child {
    flex-flow: row nowrap;
    align-items: center;
    gap: 75px;
    grid-column: 1/span 3;
    grid-row: 1/span 2;
  }
}
.post-type-archive-news .news--items--grid > .news-item:first-child > .news--image {
  flex: auto;
  position: static;
  height: 300px;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--items--grid > .news-item:first-child > .news--image {
    flex: 0 0 50%;
    height: 100%;
  }
}
.post-type-archive-news .news--items--grid > .news-item:first-child > .news--inner {
  flex: 1;
  padding: 0 30px 30px;
  height: auto;
}
@media (min-width: 992px) {
  .post-type-archive-news .news--items--grid > .news-item:first-child > .news--inner {
    padding: 75px 75px 75px 0;
  }
}
.post-type-archive-news .news--items--grid > .news-item:first-child .news--type {
  font-size: 14px;
  order: 1;
  margin: 0 0 5px;
}
.post-type-archive-news .news--items--grid > .news-item:first-child .news--title {
  order: 2;
  margin: 0;
}
.post-type-archive-news .news--items--grid > .news-item:first-child .news--excerpt {
  margin: 15px 0 0;
  display: block;
  order: 2;
  font-size: 16px;
  margin: 15px 0 30px;
}
.post-type-archive-news .news--items--grid > .news-item:first-child .news--date {
  order: 3;
  font-size: 14px;
}
.post-type-archive-news .news--items--grid > .news-item:first-child .news--link {
  order: 4;
  display: inline-block;
  margin: 30px 0 0;
}
.post-type-archive-news .news--items--grid > .news-item:first-child .news--link a {
  position: static;
  color: #057998;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: inline;
  border-color: #057998;
  border-width: 0 0 4px;
  border-style: solid;
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0) !important;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 0 !important;
}
.post-type-archive-news .news--items--grid > .news-item:first-child:after {
  display: none;
}
.post-type-archive-news .news--items--grid > .news-item:not(:first-child) {
  height: 260px;
}
.post-type-archive-news .news--items--grid > .news-item:not(:first-child) .news--date {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.post-type-archive-news .news--items--grid > .news-item:not(:first-child) .news--title {
  margin: 0 0 15px;
  color: #ffffff;
  order: 2;
}
.post-type-archive-news .news--items--grid > .news-item:not(:first-child) .news--type {
  color: #ffffff;
  font-size: 14px;
  order: 1;
  margin: 0 0 5px;
}
.post-type-archive-news .news--items--grid > .news-item:not(:first-child) .news--link span {
  font: 0/0 a;
  position: absolute;
  top: -9999px;
  height: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}
.post-type-archive-news .news-item {
  display: block;
  position: relative;
}
.post-type-archive-news .news-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #057998;
  opacity: 0.5;
  z-index: 2;
}
.post-type-archive-news .news-item .news--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-type-archive-news .news-item .news--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-news .news-item .news--inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: column wrap;
  padding: 30px;
  height: 100%;
}
.post-type-archive-news .news-item .news--excerpt {
  display: none;
}
.post-type-archive-news .news-item .news--title {
  display: block;
  margin: 0 0 15px;
  font-size: 24px;
}
.post-type-archive-news .news-item .news--link {
  margin: 0;
}
.post-type-archive-news .news-item .news--link a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.post-type-archive-news .news--items--load-more {
  margin: 60px 0;
  text-align: center;
}
.post-type-archive-news .news--items--load-more .news--items--load-more-button {
  color: #057998;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  display: inline-block;
  border-bottom: 4px solid #057998;
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0) !important;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 0 !important;
}
.post-type-archive-news .news-single {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-single {
    flex-flow: row nowrap;
  }
}
.post-type-archive-news .news-single--title {
  font-weight: 700;
  margin: 0 0 30px;
}
.post-type-archive-news .news-single--title small {
  display: block;
  font-size: 20px;
  margin: 0 0 5px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.post-type-archive-news .news-single--content {
  flex: 1 0 100%;
  margin: 60px 0 0;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-single--content {
    flex: 1;
    margin: 90px 0 0;
  }
}
.post-type-archive-news .news-single--sidebar {
  flex: 1 0 100%;
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-single--sidebar {
    flex: 0 0 calc(25% + 60px);
    padding: 130px 0 0 60px;
  }
}
.post-type-archive-news .news-single--sidebar-title {
  font-weight: 700;
  margin: 0 0 60px;
}
.post-type-archive-news .news-single--back {
  display: block;
  margin: 30px 0 60px 0;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-single--back {
    margin: 90px 0;
  }
}
.post-type-archive-news .news-single--back a {
  font-weight: 600;
  color: #057998;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #057998;
}
.post-type-archive-news .news-single--sidebar-investment-more {
  display: block;
  margin: 30px 0 60px;
}
.post-type-archive-news .news-single--sidebar-investment-more a {
  font-weight: 600;
  color: #057998;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #057998;
}
.post-type-archive-news .news-single--sidebar-investment {
  margin: 0 0 30px;
}
.post-type-archive-news .news-single--sidebar-investment .news-single--sidebar-investment-title {
  margin: 0 0 30px;
  font-weight: 700;
  padding: 0 0 5px;
  border-bottom: 3px solid #5a6771;
}
.post-type-archive-news .news-single--sidebar-investment .news-single--sidebar-investment-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-news .news-single--sidebar-investment .news-single--sidebar-investment-meta li {
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
}
.post-type-archive-news .news-single--sidebar-investment .news-single--sidebar-investment-meta li:last-child {
  margin: 0;
}
.post-type-archive-news .news-single--sidebar-investment .news-single--sidebar-investment-meta li strong {
  display: block;
  margin: 0 0 5px;
}
.post-type-archive-news .news-single--sidebar-investment .news-single--sidebar-investment-meta-year-location a {
  display: block;
  margin: 3px 0 0;
  font-size: 14px;
}

.post-type-archive-team,
.single-team {
  padding: 200px 0 60px;
}

.single-people .wrap {
  padding: 0 0 90px;
}

.team-single-item {
  margin: 90px 0;
  position: relative;
}
@media (min-width: 768px) {
  .team-single-item {
    display: flex;
    flex-flow: row nowrap;
    margin: 90px 0 120px;
  }
}
@media (min-width: 992px) {
  .team-single-item {
    margin: 90px 0 180px;
  }
}

.team-single-item--sidebar {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team-single-item--sidebar {
    flex: 1 0 33.333%;
  }
}
@media (min-width: 992px) {
  .team-single-item--sidebar {
    flex: 1 0 20%;
  }
}

.team-single-item--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
  height: 0;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .team-single-item--copy {
    padding: 0 20% 0 0;
  }
}
@media (min-width: 992px) {
  .team-single-item--copy {
    padding: 0 30% 0 0;
  }
}

.team-single-item--content {
  flex: 1 1 auto;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .team-single-item--content {
    padding: 0 0 0 45px;
  }
}
@media (min-width: 992px) {
  .team-single-item--content {
    padding: 0 0 0 90px;
  }
}

.team-single-item--portfolios {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .team-single-item--portfolios {
    margin-top: 36.333%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .team-single-item--portfolios {
    margin-top: 23%;
  }
}
.team-single-item--portfolios ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 18px;
}
.team-single-item--portfolios ul li {
  margin: 5px 0;
}
.team-single-item--name {
  margin: -15px 0 45px;
  color: #5a6771;
  font-size: 48px;
  font-weight: 700;
}
.team-single-item--name span {
  position: relative;
  display: inline-block;
  padding: 0 36px 0 0;
}
.team-single-item--name a {
  position: absolute;
  top: 24px;
  right: 0;
  height: 26px;
  width: 26px;
  display: block;
}
.team-single-item--name a svg {
  width: 100%;
  height: auto;
  display: block;
}
.team-single-item--name small {
  display: block;
  margin: 10px 0 0;
  font-size: 18px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.team-single-item--copy {
  font-size: 18px;
}

.team-single-item--back {
  margin: 45px 0 0;
}
.team-single-item--back a {
  color: #057998;
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  border-width: 0 0 4px;
  font-size: 18px;
  border-style: solid;
  padding: 9px 0 0;
  margin: 0 30px 0 0;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  transition: border-width 0.2s ease-in-out, padding 0.2s ease-in-out, background 0.2s ease-in-out;
}

.blog .news--filters,
.category-press-release .news--filters {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border-bottom: 4px solid #057998;
  padding: 0 0 15px;
  overflow: visible;
  margin: 45px 0 0;
}
@media (min-width: 667px) {
  .blog .news--filters,
  .category-press-release .news--filters {
    flex-flow: row nowrap;
    padding: 0 0 5px;
  }
}
.blog .news--filters .news--filters--wrapper,
.category-press-release .news--filters .news--filters--wrapper {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 30px;
}
.blog .news--filters .news--filters--wrapper > div,
.category-press-release .news--filters .news--filters--wrapper > div {
  flex: 1 0 100%;
  margin: 15px 0 0;
}
@media (min-width: 667px) {
  .blog .news--filters .news--filters--wrapper > div,
  .category-press-release .news--filters .news--filters--wrapper > div {
    flex: 1 0 auto;
    max-width: 340px;
    margin: 0 30px 0 0;
  }
}
.blog .news--filters label,
.category-press-release .news--filters label {
  color: #5a6771;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  margin: 0;
}
.blog .news--filters .news--filters-reset,
.category-press-release .news--filters .news--filters-reset {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #057998;
  text-decoration: none;
  padding: 5px 0;
  white-space: nowrap;
}
.blog .news--years,
.category-press-release .news--years {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .blog .news--years,
  .category-press-release .news--years {
    padding: 90px 0 30px 0;
  }
}
.blog .news--years.is-loading,
.category-press-release .news--years.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.blog .news--years .news--no-results,
.category-press-release .news--years .news--no-results {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #5a6771;
  margin: 60px 0 0;
  display: block;
  grid-column: 1/span 3;
}
.blog .news--years .news--no-results a,
.category-press-release .news--years .news--no-results a {
  color: #5a6771;
  text-decoration: none;
  border-bottom: 3px solid #5a6771;
}
.blog .news--years .news--no-results:hover a,
.category-press-release .news--years .news--no-results:hover a {
  color: #057998;
  border-bottom: 3px solid #057998;
}
.blog .news-item,
.category-press-release .news-item {
  display: block;
  padding: 0 0 45px;
  margin: 0 0 45px;
  border-bottom: 1px solid #f1f1f1;
}
.blog .news-item p,
.category-press-release .news-item p {
  margin: 0 0 -10px;
  display: block;
  font-size: 20px;
}
.blog .news-item h3,
.category-press-release .news-item h3 {
  margin: 0;
}
.blog .news-item h3 a,
.category-press-release .news-item h3 a {
  text-decoration: none;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #057998;
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .blog .news-item h3 a,
  .category-press-release .news-item h3 a {
    margin: 10px 0 0;
  }
}
.blog .news-item .news--excerpt,
.category-press-release .news-item .news--excerpt {
  margin-top: 15px;
}
.blog .news-item .news--excerpt p,
.category-press-release .news-item .news--excerpt p {
  margin: 0 0 20px;
}
.blog .news-item .news--excerpt p:last-child,
.category-press-release .news-item .news--excerpt p:last-child {
  margin-bottom: 0;
}
.blog .news--year,
.category-press-release .news--year {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .blog .news--year,
  .category-press-release .news--year {
    flex-flow: row nowrap;
  }
}
.blog .news--year .news--year-title,
.category-press-release .news--year .news--year-title {
  flex: 1 0 100%;
  margin: 0 0 45px;
  line-height: 1;
  font-size: 54px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .blog .news--year .news--year-title,
  .category-press-release .news--year .news--year-title {
    flex: 0 0 10%;
    margin: -10px 0 0;
  }
}
.blog .news--year > div,
.category-press-release .news--year > div {
  flex: 1;
  padding: 0;
}
@media (min-width: 768px) {
  .blog .news--year > div,
  .category-press-release .news--year > div {
    padding: 0 0 0 60px;
  }
}
.blog .news--items--load-more,
.category-press-release .news--items--load-more {
  margin: 60px 0;
  text-align: center;
}
.blog .news--items--load-more .news--items--load-more-button,
.category-press-release .news--items--load-more .news--items--load-more-button {
  color: #057998;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  display: inline-block;
  border-bottom: 4px solid #057998;
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0) !important;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 0 !important;
}
.blog .news--contact,
.category-press-release .news--contact {
  padding: 80px 0 60px;
}
@media (min-width: 768px) {
  .blog .news--contact,
  .category-press-release .news--contact {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.blog .news--contact p,
.category-press-release .news--contact p {
  font-size: 16px;
  flex: 1;
}
@media (min-width: 768px) {
  .blog .news--contact p,
  .category-press-release .news--contact p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .blog .news--contact p + p,
  .category-press-release .news--contact p + p {
    margin-left: 60px;
    padding-left: 60px;
    border-left: 1px solid #bdc2c6;
  }
}

.single .news-single {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .single .news-single {
    flex-flow: row nowrap;
  }
}
.single .news-single--title {
  font-weight: 700;
  margin: 0 0 30px;
}
.single .news-single--title small {
  display: block;
  font-size: 20px;
  margin: 0 0 5px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.single .news-single--content {
  flex: 1 0 100%;
  margin: 60px 0 0;
}
@media (min-width: 768px) {
  .single .news-single--content {
    flex: 1;
    margin: 90px 0 0;
  }
}
.single .news-single--sidebar {
  flex: 1 0 100%;
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .single .news-single--sidebar {
    flex: 0 0 calc(25% + 60px);
    padding: 130px 0 0 60px;
  }
}
.single .news-single--sidebar-title {
  font-weight: 700;
  margin: 0 0 60px;
}
.single .news-single--back {
  display: block;
  margin: 30px 0 60px 0;
}
@media (min-width: 768px) {
  .single .news-single--back {
    margin: 90px 0;
  }
}
.single .news-single--back a {
  font-weight: 600;
  color: #057998;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #057998;
}
.single .news-single--sidebar-investment-more {
  display: block;
  margin: 30px 0 60px;
}
.single .news-single--sidebar-investment-more a {
  font-weight: 600;
  color: #057998;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  border-bottom: 3px solid #057998;
}
.single .news-single--sidebar-investment {
  margin: 0 0 30px;
}
.single .news-single--sidebar-investment .news-single--sidebar-investment-title {
  margin: 0 0 30px;
  font-weight: 700;
  padding: 0 0 5px;
  border-bottom: 3px solid #5a6771;
}
.single .news-single--sidebar-investment .news-single--sidebar-investment-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single .news-single--sidebar-investment .news-single--sidebar-investment-meta li {
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
}
.single .news-single--sidebar-investment .news-single--sidebar-investment-meta li:last-child {
  margin: 0;
}
.single .news-single--sidebar-investment .news-single--sidebar-investment-meta li strong {
  display: block;
  margin: 0 0 5px;
}
.single .news-single--sidebar-investment .news-single--sidebar-investment-meta-year-location a {
  display: block;
  margin: 3px 0 0;
  font-size: 14px;
}

.search--content {
  margin: 0 -15px;
  padding: 45px 15px 360px;
  background: url(../images/skyline-gray.jpg) center bottom/100% auto no-repeat #f8f8f8;
}

.search .main {
  background: #f9f9f9;
}
.search .page-header h1 {
  margin: 60px 0 0;
  text-align: center;
  font-size: 43px;
}
.search .alert {
  margin: 15px 0 30px;
  text-align: center;
}

.search--title {
  margin: 60px 0;
  text-align: center;
  font-size: 34px;
}

.search--form {
  margin: 0 0 60px;
}

.search--no-results {
  text-align: center;
  font-size: 28px;
}

.search--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search--list li {
  padding: 0 0 0 15px;
  margin: 0 0 30px;
}
.search--list li.search--header {
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px;
  margin: 30px 0;
  background: rgba(90, 103, 113, 0.1);
}
.search--list li .post {
  margin: 0;
  padding: 0;
}
.search--list li h2 {
  margin: 0;
}
.search--list li h2 small {
  display: block;
  margin: 0 0 5px;
}
.search--list li h2 a {
  color: #5a6771;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.search--pagination .navigation.posts-navigation {
  padding: 30px 15px 0;
}
.search--pagination .nav-links {
  display: flex;
  justify-content: space-between;
}
.search--pagination .nav-links a {
  color: #000;
  display: inline-block;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  padding: 8px 15px;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  text-transform: capitalize;
}

.wp-block-search {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-content: left;
  max-width: 320px;
  margin: 0 auto;
}
.wp-block-search .wp-block-search__input {
  border: 2px solid #d5d5d5;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  height: 40px;
  padding: 0 10px;
  flex: auto;
  background: #fff;
}
.wp-block-search .wp-block-search__button {
  font-size: 14px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  background: #5a6771;
  border: none;
  margin: 0 0 0 5px;
  padding: 0 10px;
  font-weight: 700;
  height: 40px;
  flex: 1 0 auto;
  line-height: 40px;
}

.sidebar--posts {
  margin: 0 -15px;
  background: url(../images/background-featured-symposium.png) bottom right no-repeat #2c2c2c;
}
@media (min-width: 667px) {
  .sidebar--posts {
    height: 100%;
    margin: 0;
  }
}
.sidebar--posts .search-form::after {
  display: block;
  content: "";
  clear: both;
}
.sidebar--posts .search-form label {
  float: left;
  width: 80%;
  margin: 0;
  height: 56px;
}
.sidebar--posts .search-form label span {
  display: none;
}
.sidebar--posts .search-form label input {
  border: none;
  display: block;
  padding: 5px 8px;
  border: 1px solid #cacaca;
  color: #2c2c2c;
  font-weight: 400;
  height: 56px;
}
.sidebar--posts .search-form .search-submit {
  float: left;
  width: 18%;
  margin: 0 0 0 2%;
  background: #5a6771;
  display: block;
  border: none;
  padding: 0;
  height: 56px;
}
.sidebar--posts .search-form .search-submit img {
  margin: 0 auto;
  width: 16px;
  height: auto;
}

.sidebar--posts-widget {
  margin: 30px 0 0;
  padding: 0 30px 30px;
}
.sidebar--posts-widget:first-child {
  margin: 0;
}
.sidebar--posts-widget:first-child .sidebar--posts-widget-inner {
  border-top: none;
}

.sidebar--posts-widget-inner {
  padding: 30px 0 0;
  border-top: 1px solid #666;
}
.sidebar--posts-widget-inner p {
  line-height: 1.4;
  font-size: 16px;
  color: #acacac;
}

.sidebar--posts-widget-title {
  margin: 0 0 30px;
  color: #5a6771;
  font-weight: 200;
}

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