@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);
@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", 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", 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: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-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: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
@keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
* {
  box-sizing: border-box;
}

body {
  background-color: #ede9e8;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #663926;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1em 0 0.5em;
  font-weight: 300;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-size: inherit;
}
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;
}
@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: black;
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: 1px solid #663926 !important;
  width: 100%;
  margin: 0px 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: 576px) {
  #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;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.main::after {
  display: block;
  clear: both;
  content: "";
}
.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: 576px) {
  .wp-caption {
    max-width: 42%;
  }
}
.wp-caption.alignleft {
  margin: 20px auto;
}
@media (min-width: 576px) {
  .wp-caption.alignleft {
    margin: 7px 20px 20px 0;
  }
}
.wp-caption.alignright {
  margin: 20px auto;
}
@media (min-width: 576px) {
  .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: 576px) {
  .divider-right {
    padding-right: 60px;
    position: relative;
  }
}
@media (min-width: 576px) {
  .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: 576px) {
  .row-eq-height {
    display: flex;
  }
}

.wp-block-image.max-width::after {
  display: block;
  clear: both;
  content: "";
}
.wp-block-image.max-width img {
  max-width: 240px;
}
@media (max-width: 767.98px) {
  .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: 20px;
}

.intro-1 {
  position: relative;
  padding-left: 35px;
}
.intro-1:before {
  content: "01";
  margin: 0;
  font-size: 60%;
  position: absolute;
  top: -2px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  left: 0px;
}
.intro-1.gradient {
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .intro-1.gradient {
    left: -46px;
  }
}
.intro-1.gradient:before {
  color: #ffc107;
  position: relative;
  margin-right: 8px;
  top: -22px;
}

.intro-2 {
  position: relative;
  padding-left: 35px;
}
.intro-2:before {
  content: "02";
  margin: 0;
  font-size: 60%;
  position: absolute;
  top: -2px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  left: 0px;
}
.intro-2.gradient {
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .intro-2.gradient {
    left: -46px;
  }
}
.intro-2.gradient:before {
  color: #ffc107;
  position: relative;
  margin-right: 8px;
  top: -22px;
}

.intro-3 {
  position: relative;
  padding-left: 35px;
}
.intro-3:before {
  content: "03";
  margin: 0;
  font-size: 60%;
  position: absolute;
  top: -2px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  left: 0px;
}
.intro-3.gradient {
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .intro-3.gradient {
    left: -46px;
  }
}
.intro-3.gradient:before {
  color: #ffc107;
  position: relative;
  margin-right: 8px;
  top: -22px;
}

.intro-4 {
  position: relative;
  padding-left: 35px;
}
.intro-4:before {
  content: "04";
  margin: 0;
  font-size: 60%;
  position: absolute;
  top: -2px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  left: 0px;
}
.intro-4.gradient {
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .intro-4.gradient {
    left: -46px;
  }
}
.intro-4.gradient:before {
  color: #ffc107;
  position: relative;
  margin-right: 8px;
  top: -22px;
}

.intro-5 {
  position: relative;
  padding-left: 35px;
}
.intro-5:before {
  content: "05";
  margin: 0;
  font-size: 60%;
  position: absolute;
  top: -2px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  left: 0px;
}
.intro-5.gradient {
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .intro-5.gradient {
    left: -46px;
  }
}
.intro-5.gradient:before {
  color: #ffc107;
  position: relative;
  margin-right: 8px;
  top: -22px;
}

.intro-6 {
  position: relative;
  padding-left: 35px;
}
.intro-6:before {
  content: "06";
  margin: 0;
  font-size: 60%;
  position: absolute;
  top: -2px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  left: 0px;
}
.intro-6.gradient {
  padding: 0 0 5px;
}
@media (min-width: 992px) {
  .intro-6.gradient {
    left: -46px;
  }
}
.intro-6.gradient:before {
  color: #ffc107;
  position: relative;
  margin-right: 8px;
  top: -22px;
}

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

.rust {
  color: #663926 !important;
}
.rust li, .rust a {
  color: #663926 !important;
}

.rust-links a {
  color: #663926 !important;
}

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

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

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

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

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

.blue-links a {
  color: #51bfda !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: #666666 !important;
}
.gray li, .gray a {
  color: #666666 !important;
}

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

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

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

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

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

.has-inline-color.has-rust-color {
  color: #663926 !important;
}
.has-inline-color.has-rust-color:hover, .has-inline-color.has-rust-color:focus {
  color: #663926 !important;
}
.has-inline-color.has-teal-color {
  color: #1782c5 !important;
}
.has-inline-color.has-teal-color:hover, .has-inline-color.has-teal-color:focus {
  color: #1782c5 !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: #51bfda !important;
}
.has-inline-color.has-blue-color:hover, .has-inline-color.has-blue-color:focus {
  color: #51bfda !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: #666666 !important;
}
.has-inline-color.has-gray-color:hover, .has-inline-color.has-gray-color:focus {
  color: #666666 !important;
}
.has-inline-color.has-smoke-color {
  color: #ede9e8 !important;
}
.has-inline-color.has-smoke-color:hover, .has-inline-color.has-smoke-color:focus {
  color: #ede9e8 !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-rust-color {
  color: #663926 !important;
}
.has-text-color.has-rust-color.headline:after {
  background: #663926 !important;
}
.has-text-color.has-rust-color:hover, .has-text-color.has-rust-color:focus {
  color: #663926 !important;
}
.has-text-color.has-teal-color {
  color: #1782c5 !important;
}
.has-text-color.has-teal-color.headline:after {
  background: #1782c5 !important;
}
.has-text-color.has-teal-color:hover, .has-text-color.has-teal-color:focus {
  color: #1782c5 !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: #51bfda !important;
}
.has-text-color.has-blue-color.headline:after {
  background: #51bfda !important;
}
.has-text-color.has-blue-color:hover, .has-text-color.has-blue-color:focus {
  color: #51bfda !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: #666666 !important;
}
.has-text-color.has-gray-color.headline:after {
  background: #666666 !important;
}
.has-text-color.has-gray-color:hover, .has-text-color.has-gray-color:focus {
  color: #666666 !important;
}
.has-text-color.has-smoke-color {
  color: #ede9e8 !important;
}
.has-text-color.has-smoke-color.headline:after {
  background: #ede9e8 !important;
}
.has-text-color.has-smoke-color:hover, .has-text-color.has-smoke-color:focus {
  color: #ede9e8 !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-rust-background-color {
  background-color: #663926 !important;
}
.has-background.has-rust-background-color:hover, .has-background.has-rust-background-color:focus {
  background-color: #663926 !important;
}
.has-background.has-teal-background-color {
  background-color: #1782c5 !important;
}
.has-background.has-teal-background-color:hover, .has-background.has-teal-background-color:focus {
  background-color: #1782c5 !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: #51bfda !important;
}
.has-background.has-blue-background-color:hover, .has-background.has-blue-background-color:focus {
  background-color: #51bfda !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: #666666 !important;
}
.has-background.has-gray-background-color:hover, .has-background.has-gray-background-color:focus {
  background-color: #666666 !important;
}
.has-background.has-smoke-background-color {
  background-color: #ede9e8 !important;
}
.has-background.has-smoke-background-color:hover, .has-background.has-smoke-background-color:focus {
  background-color: #ede9e8 !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-columns.align-center {
  align-items: center;
  align-content: center;
}

.wp-block-group {
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-group.border-bottom {
  border-bottom: 1px solid #663926;
}
.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;
}

a.arrow-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  border: 2px solid #663926;
  display: block;
  background: url(../images/arrow-right.svg) center center/50% auto no-repeat transparent;
}
a.arrow-link.yellow {
  border-color: #ffc107;
  background-image: url(../images/arrow-right-yellow.svg);
}

.no-margin {
  margin: 0;
}

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

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

p.intro {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  position: relative;
  display: inline-block;
}
p.intro.big {
  font-size: 24px;
}
p.intro.big:after {
  top: 23px;
}
p.intro:after {
  content: "";
  height: 1px;
  width: 80px;
  margin: 0 0 6px 20px;
  background: #ffc107;
  display: inline-block;
}
p.intro.has-text-color.has-rust-color:after {
  background: #663926;
}
p.intro.has-text-color.has-teal-color:after {
  background: #1782c5;
}
p.intro.has-text-color.has-navy-alt-color:after {
  background: #001d38;
}
p.intro.has-text-color.has-blue-color:after {
  background: #51bfda;
}
p.intro.has-text-color.has-light-blue-color:after {
  background: #7581a4;
}
p.intro.has-text-color.has-black-color:after {
  background: #000000;
}
p.intro.has-text-color.has-gray-color:after {
  background: #666666;
}
p.intro.has-text-color.has-smoke-color:after {
  background: #ede9e8;
}
p.intro.has-text-color.has-white-color:after {
  background: #ffffff;
}
p.intro + .gradient {
  margin-top: 0;
}
p.intro + h1, p.intro + h2, p.intro + h3, p.intro + h4, p.intro + h5, p.intro + h6 {
  position: relative;
  top: -10px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .max-lg-center.responsive-image {
    text-align: center !important;
  }
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-twitter:before {
  content: "\f099";
}

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

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

/*
    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(102, 57, 38, 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: #663926;
}
#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: #663926;
  }
  #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: #663926;
  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: rgb(157.7357142857, 88.1464285714, 58.7642857143);
}
#disclaimer.disclaimer-footer {
  clear: both;
}
#disclaimer.disclaimer-footer .disclaimer--footer-content {
  margin: 40px 0;
}
#disclaimer.disclaimer-footer .disclaimer--footer-content::after {
  display: block;
  clear: both;
  content: "";
}
#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: #663926;
  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: rgb(157.7357142857, 88.1464285714, 58.7642857143);
}
#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: 576px) {
  #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: #663926;
  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: rgb(157.7357142857, 88.1464285714, 58.7642857143);
}

/*! 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: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  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: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

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

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

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

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

.gf-inline {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 576px) {
  .gf-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 992px) {
  .gf-inline {
    max-width: 700px;
  }
}
.is-ie .gf-inline .gform_heading .gform_description {
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: unset;
  animation: none;
  color: #ffc107 !important;
}
.gf-inline p:empty,
.gf-inline .validation_error {
  display: none;
}
.gf-inline .gfield_description.validation_message {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #874141;
}
.gf-inline .gform_heading {
  flex-basis: 100%;
  padding: 0;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .gf-inline .gform_heading {
    flex-basis: calc(100% + 200px);
    margin: 0 -100px 30px;
  }
}
@media (min-width: 1200px) {
  .gf-inline .gform_heading {
    flex-basis: calc(100% + 300px);
    margin: 0 -150px 30px;
  }
}
.gf-inline .gform_heading .gform_title {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}
.gf-inline .gform_heading .gform_description {
  font-size: 32px;
  margin: 0;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(45deg, #ffc107 0%, #e83e8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150% 150%;
  animation: GradientAnimation 5s ease infinite;
}
@media (min-width: 576px) {
  .gf-inline .gform_heading .gform_description {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .gf-inline .gform_heading .gform_description {
    font-size: 52px;
  }
}
.gf-inline .gform_body {
  flex: 1 0 auto;
  padding: 0 0 10px;
  border-bottom: 1px solid #ffc107;
}
.gf-inline .gform_footer {
  flex: 1 0 auto;
  position: absolute;
  right: 0;
  width: 100px;
  max-width: 100px;
  flex-basis: 100px;
  bottom: 0;
}
.gf-inline .gfield_label {
  position: absolute;
  left: -9999px;
  margin: 0;
  height: 0;
  top: 0;
}
.gf-inline .gfield {
  position: relative;
}
.gf-inline .gfield .ginput_container input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #ffc107;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background: transparent;
  border-radius: 0;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  opacity: 1;
}
.gf-inline .gfield ::-moz-placeholder {
  color: #ffc107;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}
.gf-inline .gfield ::placeholder {
  color: #ffc107;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}
.gf-inline .gform_button,
.gf-inline .button.gform_button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 100%;
  background: url(../images/arrow-right-yellow.svg) right center/40px auto no-repeat transparent;
  height: 40px;
  margin: 0 0 12px;
}
@media (min-width: 576px) {
  .gf-inline .gfield .gfield_description {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.gform_wrapper {
  position: relative;
}

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

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

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

.gfield {
  padding: 0;
}
.gfield.gfield_html_formatted {
  margin: -10px 0 20px;
  padding-left: 24px !important;
  line-height: 1.3;
}
.gfield.gfield_html_formatted:first-child {
  margin: -10px 0 0;
}
.gfield.no-label .gfield_label {
  display: none;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_confirmation_message {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 15px;
}

.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: 0 0 15px;
  flex-basis: 100%;
  width: 100%;
}
.gfield.gf_left_half {
  width: 50%;
  flex-basis: 50%;
  padding: 0 15px 0 0;
}
.gfield.gf_right_half {
  width: 50%;
  flex-basis: 50%;
  padding: 0 0 0 15px;
}
.gfield:last-child {
  margin: 0;
}

.gfield_label {
  margin: 15px 0 3px;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  color: #1782c5;
  text-transform: uppercase;
}

.ginput_container_name::after {
  display: block;
  clear: both;
  content: "";
}
.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: #1782c5;
  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 #1782c5;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  height: 40px;
  padding: 5px 0px;
  background: transparent;
  outline: none;
  width: 100%;
}

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

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

.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;
  background-color: red;
  color: #fff;
}

.gform_title {
  margin-top: 0;
}

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

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

.gform_footer {
  position: absolute;
  right: 0;
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
  bottom: 0;
  z-index: 2;
  text-align: right;
}

.gform_button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  line-height: 1;
  font-size: 14px;
  color: #663926;
  border: none;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  background: #1782c5;
}
@media (min-width: 667px) {
  .gform_button {
    padding: 12px 30px;
  }
}
.gform_button:hover, .gform_button:focus, .gform_button.active {
  background: rgb(46.2642857143, 25.8535714286, 17.2357142857);
  border: none;
}

/* 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: 0px solid #000000;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none;
  border-bottom: 1px solid #001d38;
  max-width: 100%;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  height: 30px;
  padding: 0 40px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font: 0/0 a;
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  background: url(../images/caret-down.svg) right center/10px auto no-repeat transparent;
}

.selectric-focus .selectric {
  border-color: black;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: black;
}
.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: calc(100% + 0px);
  left: 0;
  background: #f8f9fa;
  border: none;
  z-index: -1;
  box-shadow: none;
  border-radius: 0px;
  overflow: hidden;
}
.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: #333;
  cursor: pointer;
  font-weight: 400;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #000;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #000;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #000;
}
.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: 18.5px auto;
}

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

@media (min-width: 667px) {
  .alignleft {
    float: left;
    margin-right: 18.5px;
  }
  .alignright {
    float: right;
    margin-left: 18.5px;
  }
}
.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: #663926;
  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: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #1782c5;
  font-weight: 600;
  letter-spacing: 2px;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #1782c5;
}

.wp-block-button__link {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white !important;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white !important;
}
.wp-block-button__link:not(.has-background) {
  background-color: transparent !important;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: transparent !important;
}
.wp-block-button__link.has-rust-color {
  color: #663926 !important;
}
.wp-block-button__link.has-rust-color:hover, .wp-block-button__link.has-rust-color:focus {
  color: #663926 !important;
}
.wp-block-button__link.has-rust-background-color {
  background-color: #663926 !important;
}
.wp-block-button__link.has-rust-background-color:hover, .wp-block-button__link.has-rust-background-color:focus {
  background-color: rgb(46.2642857143, 25.8535714286, 17.2357142857) !important;
}
.wp-block-button__link.has-teal-color {
  color: #1782c5 !important;
}
.wp-block-button__link.has-teal-color:hover, .wp-block-button__link.has-teal-color:focus {
  color: #1782c5 !important;
}
.wp-block-button__link.has-teal-background-color {
  background-color: #1782c5 !important;
}
.wp-block-button__link.has-teal-background-color:hover, .wp-block-button__link.has-teal-background-color:focus {
  background-color: rgb(35.201863354, 179.7670807453, 237.298136646) !important;
}
.wp-block-button__link.has-navy-alt-color {
  color: #001d38 !important;
}
.wp-block-button__link.has-navy-alt-color:hover, .wp-block-button__link.has-navy-alt-color:focus {
  color: #001d38 !important;
}
.wp-block-button__link.has-navy-alt-background-color {
  background-color: #001d38 !important;
}
.wp-block-button__link.has-navy-alt-background-color:hover, .wp-block-button__link.has-navy-alt-background-color:focus {
  background-color: rgb(46.2642857143, 25.8535714286, 17.2357142857) !important;
}
.wp-block-button__link.has-blue-color {
  color: #51bfda !important;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #51bfda !important;
}
.wp-block-button__link.has-blue-background-color {
  background-color: #51bfda !important;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: rgb(41.3707317073, 55.1609756098, 87.1292682927) !important;
}
.wp-block-button__link.has-light-blue-color {
  color: #7581a4 !important;
}
.wp-block-button__link.has-light-blue-color:hover, .wp-block-button__link.has-light-blue-color:focus {
  color: #7581a4 !important;
}
.wp-block-button__link.has-light-blue-background-color {
  background-color: #7581a4 !important;
}
.wp-block-button__link.has-light-blue-background-color:hover, .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: rgb(81.2641921397, 91.980349345, 123.2358078603) !important;
}
.wp-block-button__link.has-black-color {
  color: #000000 !important;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000000 !important;
}
.wp-block-button__link.has-black-background-color {
  background-color: #000000 !important;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black !important;
}
.wp-block-button__link.has-gray-color {
  color: #666666 !important;
}
.wp-block-button__link.has-gray-color:hover, .wp-block-button__link.has-gray-color:focus {
  color: #666666 !important;
}
.wp-block-button__link.has-gray-background-color {
  background-color: #666666 !important;
}
.wp-block-button__link.has-gray-background-color:hover, .wp-block-button__link.has-gray-background-color:focus {
  background-color: rgb(63.75, 63.75, 63.75) !important;
}
.wp-block-button__link.has-smoke-color {
  color: #ede9e8 !important;
}
.wp-block-button__link.has-smoke-color:hover, .wp-block-button__link.has-smoke-color:focus {
  color: #ede9e8 !important;
}
.wp-block-button__link.has-smoke-background-color {
  background-color: #ede9e8 !important;
}
.wp-block-button__link.has-smoke-background-color:hover, .wp-block-button__link.has-smoke-background-color:focus {
  background-color: rgb(203.4146341463, 191.9512195122, 189.0853658537) !important;
}
.wp-block-button__link.has-white-color {
  color: #ffffff !important;
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #ffffff !important;
}
.wp-block-button__link.has-white-background-color {
  background-color: #ffffff !important;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: rgb(216.75, 216.75, 216.75) !important;
}

.wp-block-button.outline .wp-block-button__link.has-rust-color {
  color: #663926 !important;
  border: 1px solid #663926 !important;
}
.wp-block-button.outline .wp-block-button__link.has-rust-color:hover, .wp-block-button.outline .wp-block-button__link.has-rust-color:focus {
  color: #663926 !important;
  border: 1px solid #663926 !important;
}
.wp-block-button.outline .wp-block-button__link.has-rust-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-rust-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-rust-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-teal-color {
  color: #1782c5 !important;
  border: 1px solid #1782c5 !important;
}
.wp-block-button.outline .wp-block-button__link.has-teal-color:hover, .wp-block-button.outline .wp-block-button__link.has-teal-color:focus {
  color: #1782c5 !important;
  border: 1px solid #1782c5 !important;
}
.wp-block-button.outline .wp-block-button__link.has-teal-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-teal-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-teal-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-navy-alt-color {
  color: #001d38 !important;
  border: 1px solid #001d38 !important;
}
.wp-block-button.outline .wp-block-button__link.has-navy-alt-color:hover, .wp-block-button.outline .wp-block-button__link.has-navy-alt-color:focus {
  color: #001d38 !important;
  border: 1px solid #001d38 !important;
}
.wp-block-button.outline .wp-block-button__link.has-navy-alt-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-navy-alt-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-navy-alt-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-blue-color {
  color: #51bfda !important;
  border: 1px solid #51bfda !important;
}
.wp-block-button.outline .wp-block-button__link.has-blue-color:hover, .wp-block-button.outline .wp-block-button__link.has-blue-color:focus {
  color: #51bfda !important;
  border: 1px solid #51bfda !important;
}
.wp-block-button.outline .wp-block-button__link.has-blue-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-blue-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-blue-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-light-blue-color {
  color: #7581a4 !important;
  border: 1px solid #7581a4 !important;
}
.wp-block-button.outline .wp-block-button__link.has-light-blue-color:hover, .wp-block-button.outline .wp-block-button__link.has-light-blue-color:focus {
  color: #7581a4 !important;
  border: 1px solid #7581a4 !important;
}
.wp-block-button.outline .wp-block-button__link.has-light-blue-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-light-blue-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-black-color {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.wp-block-button.outline .wp-block-button__link.has-black-color:hover, .wp-block-button.outline .wp-block-button__link.has-black-color:focus {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.wp-block-button.outline .wp-block-button__link.has-black-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-black-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-black-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-gray-color {
  color: #666666 !important;
  border: 1px solid #666666 !important;
}
.wp-block-button.outline .wp-block-button__link.has-gray-color:hover, .wp-block-button.outline .wp-block-button__link.has-gray-color:focus {
  color: #666666 !important;
  border: 1px solid #666666 !important;
}
.wp-block-button.outline .wp-block-button__link.has-gray-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-gray-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-gray-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-smoke-color {
  color: #ede9e8 !important;
  border: 1px solid #ede9e8 !important;
}
.wp-block-button.outline .wp-block-button__link.has-smoke-color:hover, .wp-block-button.outline .wp-block-button__link.has-smoke-color:focus {
  color: #ede9e8 !important;
  border: 1px solid #ede9e8 !important;
}
.wp-block-button.outline .wp-block-button__link.has-smoke-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-smoke-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-smoke-background-color:focus {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-white-color {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.wp-block-button.outline .wp-block-button__link.has-white-color:hover, .wp-block-button.outline .wp-block-button__link.has-white-color:focus {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.wp-block-button.outline .wp-block-button__link.has-white-background-color {
  background-color: transparent !important;
}
.wp-block-button.outline .wp-block-button__link.has-white-background-color:hover, .wp-block-button.outline .wp-block-button__link.has-white-background-color:focus {
  background-color: transparent !important;
}

.button-link.align-center {
  text-align: center;
}
.button-link.align-right {
  text-align: right;
}
.button-link a {
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  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: border-width 0.2s ease-in-out, padding 0.2s ease-in-out, background 0.2s ease-in-out;
}
.button-link a:hover {
  border-width: 4px;
  padding: 5px 15px 0;
  background: rgba(255, 255, 255, 0.9);
}

.chart-box--wrap {
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .chart-box--wrap {
    padding: 0 120px 160px 0;
  }
}
@media (min-width: 1200px) {
  .chart-box--wrap {
    padding: 0 160px 160px 0;
  }
}

.chart-box--content {
  background: linear-gradient(45deg, #ffc107 0%, #e83e8c 100%);
  background-size: 150% 150%;
  animation: GradientAnimation 5s ease infinite;
  color: #663926;
  padding: 30px;
}
@media (min-width: 992px) {
  .chart-box--content {
    padding: 60px 45% 60px 60px;
  }
}
.chart-box--content h2 {
  color: #663926;
  margin: 0 0 30px;
}

.chart-box--title {
  font-size: 30px;
  margin-top: 15px;
}

.chart-box--copy {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 24px;
}

.chart-box--icon {
  height: 80px;
  width: 80px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.chart-box--link {
  margin-top: 120px;
}

.chart-box--chart {
  background: #2d3756;
  width: 100%;
  padding: 45px 45px 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .chart-box--chart {
    width: 50%;
    position: absolute;
    height: calc(100% - 160px);
    top: 160px;
    right: 0;
  }
}
.chart-box--chart h3 {
  color: #ffc107;
  margin: 0 0 30px;
  font-size: 27px;
}
@media (min-width: 992px) {
  .chart-box--chart h3 {
    margin: 0;
  }
}
.chart-box--chart img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .chart-box--chart img {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .chart-box--chart img {
    width: 65%;
  }
}
.chart-box--chart.chart-box--chart-pie img {
  width: 75%;
  margin: 0 auto 0 0;
}

.content-box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-box {
    display: flex;
    flex-flow: row nowrap;
  }
}
.content-box.align-center {
  text-align: center;
}
.content-box.align-right {
  text-align: right;
}
.content-box .content-box--content {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-box .content-box--content-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 200px 0;
  position: relative;
}
.content-box .content-box--title {
  position: relative;
  font-size: 54px;
  display: inline-block;
  margin: 0;
}
.content-box .content-box--copy {
  font-size: 20px;
}
@media (min-width: 576px) {
  .content-box .content-box--copy {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .content-box .content-box--copy {
    font-size: 30px;
  }
}
.content-box .content-box--copy a {
  text-decoration: none;
  color: #fff;
}
.content-box .content-box--buttons {
  display: block;
  margin: 45px 0 0;
}
.content-box .content-box--button-link {
  background: #663926;
  padding: 12px 24px;
  line-height: 1.5;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
}
.content-box .content-box--button-link:hover {
  background: rgb(64.8428571429, 36.2357142857, 24.1571428571);
}

.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: rgb(18.7345454545, 105.8909090909, 160.4654545455);
  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: rgb(20.3340909091, 114.9318181818, 174.1659090909);
}

.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: #663926;
  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: rgb(25.6659090909, 145.0681818182, 219.8340909091);
    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 #663926;
  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;
}

.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: 576px) {
  .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: #1782c5;
  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: #1782c5;
  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;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.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 75px 45px;
}
@media (min-width: 768px) {
  .image-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-grid-item {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

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

.image-grid-item--content {
  flex: 0;
}
.image-grid-item--content h3 {
  margin: 0;
  font-size: 34px;
  color: #fff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.image-grid-item--button {
  display: block;
  margin: 30px 0 0;
}
.image-grid-item--button a {
  color: #51bfda;
  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: border-width 0.2s ease-in-out, padding 0.2s ease-in-out, background 0.2s ease-in-out;
}
.image-grid-item--button a:hover {
  border-width: 4px;
  padding: 5px 15px 0;
  background: rgba(255, 255, 255, 0.9);
}

.icon-list-module {
  clear: both;
}
.icon-list-module::after {
  display: block;
  clear: both;
  content: "";
}
.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: 576px) {
  .icon-list--title h2 {
    font-size: 48px;
  }
}
.icon-list--title h2 small {
  display: block;
  font-size: 50%;
  color: #663926;
  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;
}

.indent-box--title {
  color: #1782c5;
  font-size: 48px;
  margin-top: 0;
}
.indent-box--title img {
  height: 80px;
  width: auto;
  position: relative;
  margin: -45px 0 0 10px;
}

.indent-box--lead-in {
  color: #663926;
  margin: 0 10px 0 0;
}

.indent-box--content-copy {
  display: flex;
  flex-flow: row nowrap;
}

.indent-box--content-copy-wrap {
  padding-left: 200px;
}

.indent-box--button {
  display: block;
  margin: 30px 0 0;
}

.indent-box--button-link {
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #1782c5;
  font-weight: 600;
  letter-spacing: 2px;
}
.indent-box--button-link:before {
  content: "//";
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.indent-box--button-link:hover {
  text-decoration: none;
  color: #1782c5;
}

.intro-heading {
  margin: 0;
  font-size: 48px;
}
.intro-heading small {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1782c5;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin: 0 0 30px;
}
.intro-heading a {
  display: inline-block;
  height: 30px;
  width: 40px;
  margin: 0 0 0 20px;
  background: url(../images/arrow-right-teal.svg) center center/100% auto no-repeat transparent;
}

.list-box--wrap {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .list-box--wrap {
    flex-flow: row nowrap;
  }
}
@media (min-width: 992px) {
  .list-box-title-location-right .list-box--wrap .list-box--title-wrap {
    order: 2;
  }
}
@media (min-width: 992px) {
  .list-box-title-location-right .list-box--wrap .list-box--list-wrap {
    order: 1;
  }
}

.list-box--title-wrap {
  order: 1;
  background: linear-gradient(45deg, #ffc107 0%, #e83e8c 100%);
  background-size: 150% 150%;
  animation: GradientAnimation 5s ease infinite;
  flex-basis: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .list-box--title-wrap {
    flex-basis: 50%;
  }
}
.list-box--title-wrap > div {
  padding: 45px 30px;
}
@media (min-width: 992px) {
  .list-box--title-wrap > div {
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    left: 60px;
    right: 60px;
    top: 50%;
  }
}

.list-box--title {
  color: #663926;
  font-size: 48px;
  margin: 0;
  padding: 0;
}
.list-box--title sup {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 32px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
}

.list-box--list-wrap {
  order: 2;
  padding: 30px 30px;
  flex-basis: 100%;
  background: #2d3756;
}
@media (min-width: 992px) {
  .list-box--list-wrap {
    flex-basis: 50%;
    padding: 90px 60px;
  }
}
.list-box--list-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-box--list-wrap li {
  color: #ffc107;
  font-weight: 600;
  font-size: 24px;
  padding: 0 0 0 30px;
  position: relative;
  margin: 30px 0;
}
.list-box--list-wrap li sup {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
}
.list-box--list-wrap li span {
  font-weight: 300;
  color: #7581a4;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.masthead {
  position: relative;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  background-color: #663926;
}
.masthead.is-minimal-height .masthead--content-inner {
  padding: 80px 15px 65px 15px;
}
.masthead.align-center .masthead--title,
.masthead.align-center .masthead--copy {
  text-align: center;
}
.masthead.align-right .masthead--title,
.masthead.align-right .masthead--copy {
  text-align: right;
}
@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;
  }
}
.masthead .masthead--container {
  position: relative;
  height: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
@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: 992px) {
  .masthead.is-full-height {
    height: 100vh;
    min-height: 400px;
    max-height: 800px;
  }
}
@media (min-width: 1200px) {
  .masthead.is-full-height {
    max-height: 1000px;
  }
}
.masthead.is-full-height .masthead--content-inner {
  padding: 160px 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .masthead.is-full-height .masthead--content-inner {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 0;
  }
}
.masthead.is-full-height .masthead--content-inner > *:last-child {
  margin-bottom: 0;
}
.masthead.is-full-height .masthead--arrow {
  bottom: 60px;
}
.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 .video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.masthead .masthead--video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.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: 160px 15px;
}
@media (max-width: 991px) {
  .masthead .masthead--content-inner {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .masthead .masthead--content-inner {
    padding: 260px 15px;
    position: relative;
    z-index: 3;
  }
}
.masthead .masthead--title {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 32px;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .masthead .masthead--title {
    font-size: 36px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .masthead .masthead--title {
    font-size: 42px;
  }
}
.masthead .masthead--copy {
  font-size: 30px;
  line-height: 1.75;
  color: #fff;
}
.masthead .masthead--copy > *:last-child {
  margin-bottom: 0;
}
.masthead .masthead--arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 20px;
  height: 40px;
  background: url(../images/arrow-down.svg) center center/100% auto no-repeat transparent;
  z-index: 10;
  display: block;
  outline: none;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .masthead .masthead--arrow {
    bottom: 200px;
  }
}
.masthead .masthead--button {
  margin: 0 15px 30px;
  display: inline-block;
}
@media (min-width: 576px) {
  .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;
}

.portfolio-items--wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -2.5px;
}

.portfolio-intro {
  padding: 0 0 30px;
}
@media (min-width: 992px) {
  .portfolio-intro {
    padding: 0 0 30px 40%;
  }
}
.portfolio-intro .intro {
  color: #ffc107;
  margin: 0;
}

.portfolio-item {
  position: relative;
  padding-top: 30%;
  height: 0;
}
@media (max-width: 991px) {
  .portfolio-item {
    flex-basis: 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    padding-top: 25% !important;
  }
}
@media (max-width: 767px) {
  .portfolio-item {
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding-top: 50% !important;
  }
}
.portfolio-item .portfolio-item--content {
  background: #2d3756;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  right: 2.5px;
  bottom: 2.5px;
}
.portfolio-item .portfolio-item--image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45px;
  left: 45px;
  right: 45px;
  bottom: 45px;
}

.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: #1782c5;
  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: #663926;
  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: #1782c5;
  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: #663926;
  bottom: 0;
  z-index: 2;
  margin: 0;
}
.recent-news--content .recent-news--list .recent-news--title a {
  text-decoration: none;
  color: #663926;
}
.recent-news--content .recent-news--list .recent-news--title small {
  color: #1782c5;
  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 -15px;
  position: relative;
}
.responsive-slider .responsive-slider--title {
  margin: 0;
  color: #663926;
  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: orange;
  border-radius: 0;
}
.responsive-slider .flickity-slider,
.responsive-slider .flickity-viewport {
  height: 100%;
}
.responsive-slider .flickity-prev-next-button.previous {
  left: 0px;
  top: 85%;
  display: none;
}
@media (min-width: 768px) {
  .responsive-slider .flickity-prev-next-button.previous {
    left: 10px;
  }
}
.responsive-slider .flickity-prev-next-button.next {
  right: 0px;
  top: 85%;
}
@media (min-width: 768px) {
  .responsive-slider .flickity-prev-next-button.next {
    right: 10px;
  }
}
.responsive-slider .responsive-slider-item {
  width: 100%;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .responsive-slider .responsive-slider-item {
    width: 40%;
    position: relative;
    padding: 0 15px;
  }
}
.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: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.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;
}
.spacer {
  width: 100%;
  clear: both;
}

.stagger-boxes-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.stagger-boxes-item {
  flex: 1 0 100%;
  width: 100%;
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .stagger-boxes-item {
    flex: 1 0 50%;
    width: 50%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .stagger-boxes-item:nth-child(2) {
    padding-top: 150px;
  }
}

.stagger-boxes-item--inner {
  background: rgb(45, 55, 86);
  color: #7581a4;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .stagger-boxes-item--inner {
    padding: 60px 30px;
  }
}
@media (min-width: 768px) {
  .stagger-boxes-item--inner {
    padding: 90px 45px;
  }
}
.stagger-boxes-item--inner > *:first-child {
  margin-top: 0;
}
.stagger-boxes-item--inner > *:last-child {
  margin-bottom: 0;
}
.stagger-boxes-item--inner h5 {
  margin: 25px 0 10px;
}

.stagger-boxes-item--text-inner > *:last-child {
  margin-bottom: 0;
}

.stagger-boxes-item--icon {
  height: 80px;
  position: relative;
}

.stagger-boxes-item--icon-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.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: 576px) {
  .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;
}
@media (min-width: 576px) {
  .stat {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 1200px) {
  .stat {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    width: auto;
    padding: 0 30px;
  }
}
.stat:first-child {
  padding-left: 0;
}
.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 rgb(157.7357142857, 88.1464285714, 58.7642857143);
  margin-top: 30px;
  padding-top: 22px;
}
.stat h2 {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  font-weight: 100;
  padding: 0;
  text-align: left;
  position: relative;
  top: -12px;
}
.stat .stat--prefix {
  display: inline-block;
  font-size: 50px;
  position: relative;
  margin: 0 5px 0 0;
}
.stat .stat--suffix {
  display: inline-block;
  font-size: 60px;
  position: relative;
  margin: 0 0 0 2px;
}
.stat .stat--number {
  margin: 0;
  font-size: 90px;
  letter-spacing: -5px;
  display: inline-block;
}
.stat h5 {
  margin: 0 auto 0;
  font-size: 14px;
  display: block;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}

.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 #663926;
}
.tabs.style-green .tab--links a {
  background-color: #28a745;
  border: 3px solid #28a745;
  color: #663926;
}
.tabs.style-green .tab--links a:hover {
  border: 3px solid #663926;
}

.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: #663926;
  text-decoration: none;
  padding: 7.5px 5px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  border: 3px solid #663926;
  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 #28a745;
}

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

.team-items {
  padding: 0;
}

.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: 25% !important;
  max-width: 25% !important;
  width: 25% !important;
}
@media (max-width: 1199px) {
  .team-item {
    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;
  box-shadow: 0 0 10px rgba(102, 57, 38, 0.5);
}
.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 {
  border-radius: 3px;
  background: #663926;
  padding: 18px 25px;
  line-height: 1;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}
.team-item--link a:hover {
  background: rgb(64.8428571429, 36.2357142857, 24.1571428571);
}

.team-item--header {
  padding: 30px 0 0;
}
.team-item--header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}
.team-item--header h3 a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #663926;
}
.team-item--header h3 small {
  display: block;
  font-size: 18px;
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 300;
}

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

.timeline {
  margin: 0 -15px;
  padding: 0;
}

.timeline--header {
  padding: 0 0 60px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.timeline--items {
  position: relative;
}
.timeline--items:after, .timeline--items:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  margin-left: -14px;
  border-right: 4px dotted rgb(177.5837837838, 205.7351351351, 223.9162162162);
  width: 0;
  bottom: 0;
}
.timeline--items:after {
  display: none;
}
@media (min-width: 768px) {
  .timeline--items:after {
    display: block;
  }
}
.timeline--items:before {
  margin-left: 0px;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  .timeline--items:before {
    left: 50%;
    margin-left: 10px;
  }
}

.timeline--item-year {
  width: 100%;
  padding-left: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .timeline--item-year {
    width: 50%;
  }
}
.timeline--item-year + .timeline--item-year h2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .timeline--item-year + .timeline--item-year h2 {
    margin-top: 150px;
  }
}
@media (min-width: 768px) {
  .timeline--item-year.timeline-left {
    padding-left: 0px;
    padding-right: 10px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .timeline--item-year.timeline-left h2 {
    margin-left: 0;
    padding: 5px 28px 0 0;
  }
}
@media (min-width: 768px) {
  .timeline--item-year.timeline-left h2:after {
    right: -15px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .timeline--item-year.timeline-left h2:before {
    right: -12px;
    left: auto;
  }
}
.timeline--item-year h2 {
  line-height: 1;
  font-size: 32px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: -1px;
  position: relative;
  font-weight: 700;
  color: #663926;
  padding: 5px 0 0 28px;
}
.timeline--item-year h2:after {
  content: "";
  height: 34px;
  width: 34px;
  background-color: #ccc;
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 3px;
  z-index: 1;
}
.timeline--item-year h2:before {
  content: "";
  height: 28px;
  width: 28px;
  background-color: #8ec640;
  border-radius: 100%;
  position: absolute;
  left: -12px;
  top: 6px;
  z-index: 2;
}
.timeline--item-year .timeline--item-year-wrap {
  padding: 0 30px;
}

.timeline--item {
  padding-top: 15px;
}
.timeline--item.large h3 {
  font-size: 24px;
}
.timeline--item h3 {
  margin: 0;
  color: #888a8c;
  font-size: 18px;
  font-weight: 400;
}
.timeline--item h3 small {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}

.video-popup {
  position: relative;
}
@media (min-width: 768px) {
  .video-popup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.video-popup .video-popup--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 100%;
  width: 90%;
  margin: 0 auto;
  max-width: 360px;
}
@media (min-width: 768px) {
  .video-popup .video-popup--image {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .video-popup .video-popup--image {
    flex-basis: 40%;
    width: 40%;
  }
}
.video-popup .video-popup--image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.video-popup .video-popup--image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-popup .video-popup--image a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 55px;
  width: 55px;
  background: url(../images/play.svg) center center/100% auto no-repeat transparent;
}
.video-popup .video-popup--content {
  padding: 60px 0 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .video-popup .video-popup--content {
    flex-basis: 60%;
    width: 60%;
    padding: 0 0 0 120px;
  }
}
.video-popup .video-popup--content h4 {
  margin: 0px auto;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 400px;
  margin: 0 0 20px;
}
.video-popup .video-popup--button {
  margin: 30px 0 0;
  display: block;
}
.video-popup .video-popup--button a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  border: 1px solid #663926;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.video-popup .video-popup--button i {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin: 0 6px 0 0;
}

.wp-block-group {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.wp-block-group.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .wp-block-group.full-width {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.full-width {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.full-width {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1440px) {
  .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.full-width .wp-block-group {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wp-block-group.full-width .wp-block-group {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.full-width .wp-block-group {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.full-width .wp-block-group {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.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 .wp-block-group__inner-container {
  max-width: 1500px;
  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;
}
.wp-block-group.top-half-rust {
  position: relative;
}
.wp-block-group.top-half-rust:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #663926;
}
.wp-block-group.bottom-half-rust {
  position: relative;
}
.wp-block-group.bottom-half-rust:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #663926;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-teal {
  position: relative;
}
.wp-block-group.top-half-teal:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #1782c5;
}
.wp-block-group.bottom-half-teal {
  position: relative;
}
.wp-block-group.bottom-half-teal:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #1782c5;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-navy-alt {
  position: relative;
}
.wp-block-group.top-half-navy-alt:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #001d38;
}
.wp-block-group.bottom-half-navy-alt {
  position: relative;
}
.wp-block-group.bottom-half-navy-alt:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #001d38;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-blue {
  position: relative;
}
.wp-block-group.top-half-blue:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #51bfda;
}
.wp-block-group.bottom-half-blue {
  position: relative;
}
.wp-block-group.bottom-half-blue:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #51bfda;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-light-blue {
  position: relative;
}
.wp-block-group.top-half-light-blue:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #7581a4;
}
.wp-block-group.bottom-half-light-blue {
  position: relative;
}
.wp-block-group.bottom-half-light-blue:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #7581a4;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-black {
  position: relative;
}
.wp-block-group.top-half-black:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #000000;
}
.wp-block-group.bottom-half-black {
  position: relative;
}
.wp-block-group.bottom-half-black:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #000000;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-gray {
  position: relative;
}
.wp-block-group.top-half-gray:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #666666;
}
.wp-block-group.bottom-half-gray {
  position: relative;
}
.wp-block-group.bottom-half-gray:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #666666;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-smoke {
  position: relative;
}
.wp-block-group.top-half-smoke:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #ede9e8;
}
.wp-block-group.bottom-half-smoke {
  position: relative;
}
.wp-block-group.bottom-half-smoke:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #ede9e8;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.top-half-white {
  position: relative;
}
.wp-block-group.top-half-white:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #ffffff;
}
.wp-block-group.bottom-half-white {
  position: relative;
}
.wp-block-group.bottom-half-white:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: #ffffff;
}
.wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wp-menu.full-width .wp-menu--nav {
  margin: 0;
}
.wp-menu h6 {
  margin: 0 0 5px;
}

.wp-menu--nav {
  padding: 0;
  border: none;
}
.wp-menu.style-columns .wp-menu--nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-menu.style-columns .wp-menu--nav > li {
  padding: 5px 0;
  margin: 0;
  display: block;
}
.wp-menu.style-columns .wp-menu--nav > li a {
  color: #000;
  font-size: 17px;
}
.wp-menu.style-columns .wp-menu--nav > li a.active {
  color: #000;
}
.wp-menu.style-columns .wp-menu--nav > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: 400;
}
.wp-menu.style-columns .wp-menu--nav > li > a span {
  display: inline-block;
}
.wp-menu.style-columns .wp-menu--nav > li > a:hover {
  color: #000;
}

.content-info {
  clear: both;
  margin: 0;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.content-info::after {
  display: block;
  clear: both;
  content: "";
}
.content-info p {
  margin: 0;
  font-size: 16px;
}
.content-info p a {
  color: #663926;
  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-group {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .content-info .wp-block-group.flex .wp-block-group__inner-container {
    flex-flow: row wrap;
  }
}
@media (max-width: 991px) {
  .content-info .wp-block-group.flex .wp-block-group__inner-container .responsive-image {
    padding: 15px 7.5px;
  }
}
.content-info .wp-block-columns {
  margin-bottom: 0;
}
.content-info .wp-menu .wp-menu--nav {
  display: flex;
  list-style-type: none;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .content-info .wp-menu .wp-menu--nav {
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
}
.content-info .wp-menu .wp-menu--nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .content-info .wp-menu .wp-menu--nav ul {
    flex-basis: auto;
  }
}
.content-info .wp-menu .wp-menu--nav li {
  font-size: 15px;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .content-info .wp-menu .wp-menu--nav li {
    margin: 0 0 0 30px;
  }
}
.content-info .wp-menu .wp-menu--nav a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  color: #663926;
}
.content-info .wp-menu .wp-menu--nav > li > a[href*="facebook.com"],
.content-info .wp-menu .wp-menu--nav > li > a[href*="twitter.com"],
.content-info .wp-menu .wp-menu--nav > li > a[href*="linkedin.com"],
.content-info .wp-menu .wp-menu--nav > li > a[href*="youtube.com"],
.content-info .wp-menu .wp-menu--nav > li > a[href*="instagram.com"],
.content-info .wp-menu .wp-menu--nav > li > a[href*="/feed"] {
  position: relative;
  height: 44px;
  width: 44px;
  line-height: 1;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  border-radius: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: #51bfda;
}
.content-info .wp-menu .wp-menu--nav > li a[href*="linkedin.com"] {
  background-size: 45% auto;
  background-image: url(../images/icon-linkedin.svg);
}
.content-info .wp-menu .wp-menu--nav > li a[href*="twitter.com"] {
  background-size: 48% auto;
  background-image: url(../images/icon-twitter.svg);
}
.content-info .wp-menu .wp-menu--nav > li a[href*="instagram.com"] {
  background-size: 50% auto;
  background-image: url(../images/icon-instagram.svg);
}
.content-info .wp-menu .wp-menu--nav > li a[href*="facebook.com"] {
  background-size: 35% auto;
  background-image: url(../images/icon-facebook.svg);
}
.content-info .wp-menu .wp-menu--nav > li a[href*="youtube.com"] {
  background-size: 48% auto;
  background-image: url(../images/icon-youtube.svg);
}
.content-info .wp-menu .wp-menu--nav > li a[href*="/feed"] {
  background-size: 100% auto;
  background-image: url(../images/icon-rss.svg);
}

.banner {
  position: relative;
  z-index: 10;
  padding: 0 15px;
  transition: background 0.2s ease-in-out;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c2c1d+0,663926+30,663926+70,4c2c1d+100 */
  background: #4c2c1d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4c2c1d 0%, #663926 30%, #663926 70%, #4c2c1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c2c1d", endColorstr="#4c2c1d",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 576px) {
  .banner {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .banner {
    border-bottom: none;
  }
}
.home .banner {
  position: absolute;
  background: transparent;
  width: 100%;
}
.banner .banner--message {
  flex: 1 1 100%;
  background: #1782c5;
  color: #fff;
  padding: 15px;
  margin: 0 -15px;
}
.banner .banner--message p {
  margin: 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.banner .banner--message a {
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.banner .navbar {
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .banner .navbar {
    position: static;
    justify-content: space-between;
  }
}
.fixed-nav .banner {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9998;
}
.banner .navbar-brand {
  transition: none;
  z-index: 2;
  float: left;
  margin: 15px 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .banner .navbar-brand {
    margin: 73px 0;
  }
}
.banner .navbar-brand svg {
  height: 16px;
  width: auto;
  display: block;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .banner .navbar-brand svg {
    height: 24px;
  }
}
.banner .navbar-brand svg .cls-1, .banner .navbar-brand svg .cls-2 {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.banner .navbar-toggler {
  background: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  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: #1782c5;
  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 .cls-1 {
  fill: #ffffff;
}
.banner .navbar-toggler #bar1 {
  transform: rotate(0deg) translate(0, 0) scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: left bottom;
}
.banner .navbar-toggler #bar2 {
  transform: rotate(0deg) translate(0, 0) scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: left top;
}
.banner .navbar-toggler #bar3 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.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: 60px 15px 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .menu-is-open .banner .navbar--container .nav {
    padding: 60px 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: 576px) {
  .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%;
  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;
  width: 100%;
  background: #4c2c1d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4c2c1d 0%, #663926 30%, #663926 70%, #4c2c1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c2c1d", endColorstr="#4c2c1d",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 1200px) {
  .banner .navbar--container {
    transform: none;
    width: auto;
    height: auto;
    position: relative;
    background: transparent;
    flex: 1;
    padding: 0;
    text-align: right;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 9998;
  }
}
.banner .navbar--container .nav {
  padding: 60px 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav {
    padding: 15px 0;
  }
}
.banner .navbar--container .nav li {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  transition-property: opacity, top;
  transition-delay: 0s;
  transition-duration: 0s;
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav li {
    padding: 0 0 0 30px;
    display: inline-block;
    opacity: 1;
  }
}
.banner .navbar--container .nav li:nth-child(1) {
  transition-delay: 0.3s;
}
.banner .navbar--container .nav li:nth-child(2) {
  transition-delay: 0.6s;
}
.banner .navbar--container .nav li:nth-child(3) {
  transition-delay: 0.9s;
}
.banner .navbar--container .nav li:nth-child(4) {
  transition-delay: 1.2s;
}
.banner .navbar--container .nav li:nth-child(5) {
  transition-delay: 1.5s;
}
.banner .navbar--container .nav li:nth-child(6) {
  transition-delay: 1.8s;
}
.banner .navbar--container .nav li:nth-child(7) {
  transition-delay: 0.3s;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav li.nav-button a {
    border-radius: 3px;
    background: #663926;
    padding: 12px 24px;
    line-height: 1;
    line-height: 1.5;
    transition: background 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav li.nav-button a:hover {
    background: rgb(64.8428571429, 36.2357142857, 24.1571428571);
  }
}
.banner .navbar--container .nav a {
  color: #fff;
  font-size: 32px;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
  border-bottom: none;
  line-height: 1;
  position: relative;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav a {
    font-size: 16px;
  }
}
.banner .navbar--container .nav a .caret {
  display: none;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav a .caret {
    display: inline-block;
    margin: 0 0 0 6px;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background: url(../images/caret-down-white.svg) center center/100% auto no-repeat transparent;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav a:hover {
    color: #fff;
  }
}
.banner .navbar--container .nav {
  position: relative;
  z-index: 2;
}
.banner .navbar--container .nav li a[href*="facebook.com"],
.banner .navbar--container .nav li a[href*="twitter.com"],
.banner .navbar--container .nav li a[href*="linkedin.com"],
.banner .navbar--container .nav li a[href*="youtube.com"],
.banner .navbar--container .nav li a[href*="instagram.com"],
.banner .navbar--container .nav li a[href*="/feed"] {
  position: relative;
  height: 44px;
  width: 44px;
  line-height: 1;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  border-radius: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  border: 2px solid #663926;
}
.banner .navbar--container .nav li a[href*="linkedin.com"] {
  background-size: 45% auto;
  background-image: url(../images/icon-linkedin.svg);
}
.banner .navbar--container .nav li a[href*="twitter.com"] {
  background-size: 48% auto;
  background-image: url(../images/icon-twitter.svg);
}
.banner .navbar--container .nav li a[href*="instagram.com"] {
  background-size: 50% auto;
  background-image: url(../images/icon-instagram.svg);
}
.banner .navbar--container .nav li a[href*="facebook.com"] {
  background-size: 35% auto;
  background-image: url(../images/icon-facebook.svg);
}
.banner .navbar--container .nav li a[href*="youtube.com"] {
  background-size: 48% auto;
  background-image: url(../images/icon-youtube.svg);
}
.banner .navbar--container .nav li a[href*="/feed"] {
  background-size: 100% auto;
  background-image: url(../images/icon-rss.svg);
}
.banner .navbar--container .nav li.dropdown {
  position: relative;
}
.banner .navbar--container .nav li.dropdown.is-expanded .caret {
  transform: rotate(180deg);
}
.banner .navbar--container .nav li.dropdown.is-expanded > .sub-menu {
  display: block;
}
.banner .navbar--container .nav li.dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  margin-top: -1px;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav li.dropdown:hover .sub-menu, .banner .navbar--container .nav li.dropdown:focus .sub-menu, .banner .navbar--container .nav li.dropdown:active .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%) scaleY(1);
    transition: all 0.3s ease-in-out;
  }
}
.banner .navbar--container .nav li.current_page_item.dropdown > a.is-expanded .caret, .banner .navbar--container .nav li.current_page_parent.dropdown > a.is-expanded .caret {
  transform: rotate(180deg);
}
.banner .navbar--container .nav li.current_page_item.dropdown > a.is-expanded > .sub-menu, .banner .navbar--container .nav li.current_page_parent.dropdown > a.is-expanded > .sub-menu {
  display: block;
}
.banner .navbar--container .nav li.current_page_item.dropdown.is-expanded .caret, .banner .navbar--container .nav li.current_page_parent.dropdown.is-expanded .caret {
  transform: rotate(180deg);
}
.banner .navbar--container .nav li.current_page_item.dropdown.is-expanded + .sub-menu, .banner .navbar--container .nav li.current_page_parent.dropdown.is-expanded + .sub-menu {
  display: block;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav li.current-menu-ancestor.dropdown .sub-menu li.active a, .banner .navbar--container .nav li.current-menu-parent.dropdown .sub-menu li.active a {
    background-color: white !important;
    color: #ffffff !important;
  }
}
.banner .navbar--container .nav .sub-menu {
  padding: 0;
  display: block;
  padding: 20px 0 0;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu {
    position: absolute;
    top: 100%;
    left: calc(50% + 22.5px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0%) translateX(-50%) scaleY(0.5);
    transition: all 0.3s ease-in-out;
    transform-origin: top center;
    width: 200px;
    padding: 30px 0 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.banner .navbar--container .nav .sub-menu li {
  display: block;
  padding: 0;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu li {
    margin: 0;
    background: #f5f5f5;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu li:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu li.active a {
    color: white;
  }
}
.banner .navbar--container .nav .sub-menu a {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  border: none;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu a {
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    color: #663926;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav .sub-menu a:hover {
    background-color: #d5d5d5;
    color: #663926;
  }
}
.banner .navbar--container .nav .sub-menu a span {
  padding: 0;
}

.news-items {
  margin: 90px 0;
}

.news-wrap {
  padding: 0 30px;
}

.news-item {
  width: 50%;
  flex: 1 0 50%;
  max-width: 50%;
  margin: 30px 0 0;
}

.news-grid {
  display: flex;
  flex-flow: row wrap;
}

.news--title {
  margin: 0 0 15px;
  font-weight: 700;
}
.news--title small {
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
}

.news--more {
  display: block;
  margin: 30px 0 0;
}
.news--more a {
  text-decoration: none;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border: none;
  background: #1782c5;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.news--more a:hover {
  text-decoration: none;
}

.single-post-wrap {
  padding: 290px 0 90px 0;
  color: #000;
  display: flex;
  flex-flow: row nowrap;
}
.single-post-wrap .single-post--header {
  flex: 1 0 40%;
  padding: 0 60px 0 0;
}
.single-post-wrap .single-post--content {
  flex: 1 0 60%;
}
.single-post-wrap .single-post--image {
  width: 100%;
  height: auto;
  margin: 15px 0 30px;
  max-width: 100%;
}
.single-post-wrap .single-post--link {
  display: block;
  margin: 60px 0 0;
}
.single-post-wrap .single-post--link a {
  text-decoration: none;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border: none;
  background: #1782c5;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.single-post-wrap .single-post--link a:hover {
  text-decoration: none;
}
.single-post-wrap .single-post--title {
  font-weight: 600;
  font-size: 26px;
  margin: 10px 0 30px;
}
.single-post-wrap .single-post--content {
  padding: 0 0 30px 0;
}
.single-post-wrap .single-post--content .wp-block-button {
  margin: 90px 0 0;
}
.single-post-wrap .single-post--publication {
  margin: 15px 0 60px 0;
  font-size: 16px;
}
.single-post-wrap .wp-block-button__link {
  text-decoration: none;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border: none;
  background: #1782c5;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-post-wrap .wp-block-button__link:hover {
  text-decoration: none;
}

.team-single-item--wrap {
  padding: 60px 0;
}
@media (min-width: 576px) {
  .team-single-item--wrap {
    display: flex;
    flex-flow: row nowrap;
    padding: 120px 0;
  }
}

.team-single-item--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 110%;
  height: 0;
  position: relative;
  width: 100%;
  margin: 15px auto 30px;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(102, 57, 38, 0.5);
}
@media (min-width: 576px) {
  .team-single-item--image {
    width: 35%;
    flex-basis: 35%;
    padding-top: 45%;
  }
}
@media (min-width: 768px) {
  .team-single-item--image {
    width: 30%;
    flex-basis: 30%;
    padding-top: 40%;
  }
}
@media (min-width: 992px) {
  .team-single-item--image {
    width: 25%;
    flex-basis: 25%;
    padding-top: 35%;
  }
}
@media (min-width: 1200px) {
  .team-single-item--image {
    width: 20%;
    flex-basis: 20%;
    padding-top: 30%;
  }
}

.team-single-item--name {
  margin: 0px 0 45px;
  color: #663926;
  font-size: 40px;
  font-weight: 400;
}
.team-single-item--name small {
  display: block;
  margin: 3px 0 0;
  font-size: 18px;
  font-weight: 300;
}

.team-single-item--copy {
  padding: 0 0 30px;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 576px) {
  .team-single-item--copy {
    padding: 0 0 15px 30px;
    width: 75%;
    flex-basis: 75%;
  }
}
@media (min-width: 768px) {
  .team-single-item--copy {
    width: 70%;
    flex-basis: 70%;
  }
}
@media (min-width: 992px) {
  .team-single-item--copy {
    padding: 0 0 15px 60px;
    width: 75%;
    flex-basis: 75%;
  }
}
@media (min-width: 1200px) {
  .team-single-item--copy {
    width: 80%;
    flex-basis: 80%;
  }
}

.team-single-item--back {
  margin: 45px 0 0;
}
.team-single-item--back a {
  color: #FFF;
  background: #663926;
  padding: 12px 24px;
  line-height: 1.5;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
}
.team-single-item--back a:hover {
  background: rgb(64.8428571429, 36.2357142857, 24.1571428571);
}

.error404--content {
  padding: 80px 0;
}
.error404--content ul {
  margin: 40px 0 0;
}
.error404--content ul ul {
  margin: 0;
}
.error404--content li {
  margin: 5px 0;
}

.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(102, 57, 38, 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: #663926;
  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: #663926;
  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: 576px) {
  .sidebar--posts {
    height: 100%;
    margin: 0;
  }
}
.sidebar--posts .search-form::after {
  display: block;
  clear: both;
  content: "";
}
.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: #663926;
  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: #663926;
  font-weight: 200;
}

.blog ::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.blog ::placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
.blog .news--filters--wrap {
  position: relative;
  z-index: 10;
}
.blog .news--filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .blog .news--filters {
    padding-bottom: 0;
  }
}
.blog .news--filters label {
  margin-top: 15px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .blog .news--filters label {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .blog .news--filters h1 {
    font-size: 48px;
    margin-bottom: 0;
  }
}
.blog #news--no-results {
  text-align: center;
  margin: 120px 0 0;
}
.blog .news--dropdowns {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media (min-width: 667px) {
  .blog .news--dropdowns {
    flex-flow: row nowrap;
  }
}
@media (min-width: 1200px) {
  .blog .news--dropdowns {
    width: auto;
    padding: 0 45px 0 0;
  }
}
.blog .news--dropdowns > *:last-child {
  margin-right: 0;
}
.blog .news--dropdowns label {
  margin-top: 15px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog .news--dropdowns label {
    margin-left: 30px;
    margin-top: 0;
  }
}
.blog .news--dropdown,
.blog .selectric-news--dropdown {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0 0 15px;
  min-width: 260px;
}
@media (min-width: 667px) {
  .blog .news--dropdown,
  .blog .selectric-news--dropdown {
    flex: 1 0 30%;
    margin: 0 15px 0 0;
  }
}
.blog .news--dropdown:last-of-type,
.blog .selectric-news--dropdown:last-of-type {
  margin-right: 0;
}
.blog .news--dropdown {
  z-index: 10;
}
@media (max-width: 991px) {
  .blog .news--dropdown {
    border: 1.5px solid #001d38;
    border-radius: 4px;
    background: #001d38;
    position: relative;
    overflow: hidden;
    padding: 5px 40px 5px 15px;
    color: #0b1b2e;
    height: 40px;
    font-size: 16px;
    background: url(../images/caret-down.svg) calc(100% - 15px) center/10px auto no-repeat transparent;
  }
}
.blog .news--search {
  flex: 1 0 100%;
  margin: 15px 0 0;
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 667px) {
  .blog .news--search {
    flex: 1 0 auto;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .blog .news--search {
    margin: 0;
  }
}
.blog .news--search form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.blog .news--search input {
  border: none;
  border-bottom: 1.5px solid #001d38;
  font-size: 13px;
  padding: 6px 30px 6px 0;
  border-radius: 0px;
  width: 100%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .blog .news--search input {
    width: 200px;
  }
}
.blog .news--search input:focus, .blog .news--search input:active, .blog .news--search input:hover {
  outline: none;
  box-shadow: none;
}
.blog .news--search button {
  display: block;
  height: 42px;
  width: 42px;
  background: url(../images/icons/icon-search-blue-200.svg) 100% center/18px auto no-repeat transparent;
  border-bottom: 1.5px solid #001d38;
  cursor: pointer;
}
.blog .news--reset-filter {
  margin: 15px 0 0;
}
@media (min-width: 1200px) {
  .blog .news--reset-filter {
    margin: 0 0 0 30px;
  }
}
.blog .news--reset-filter p {
  margin: 0 0 0 15px;
  text-align: right;
}
.blog .news--reset-filter a {
  color: #61a3ff;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.blog .news--reset-filter a:after {
  border: none;
  content: "›";
  display: inline-block;
  font-size: 22px;
  height: auto;
  line-height: 1;
  margin: 0 0 0 8px;
  position: relative;
  top: 1px;
  transform: none;
  width: auto;
}

.news--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
@media (min-width: 576px) {
  .news--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 45px;
  }
}
@media (min-width: 992px) {
  .news--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news--article {
  padding-bottom: 60px;
  border-bottom: 1px solid #663926;
  position: relative;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.news--article--image {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.news--article--image:hover img {
  transform: scale(1.05);
}
.news--article--image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news--article--image a[href*=vimeo]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/icon-play.svg) center center/45px auto no-repeat transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.news--article--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: center center;
}
.news--article--meta {
  margin: 30px 0 10px;
  padding: 0 30px;
  font-size: 15px;
}
.news--article--meta span + span:before {
  content: "|";
  margin: 0 8px;
}
.news--article--content {
  padding: 0 30px;
}
.news--article--title {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
}
.news--article--title a {
  color: #001d38;
  text-decoration: none;
}
.news--article--title + p {
  margin: 10px 0 0;
}
.news--article--more {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 2;
  font-size: 14px;
  color: #001d38;
}
.news--article--more:hover {
  background-position: calc(100% - 6px) center;
}

#news--load-more {
  padding: 90px 0 0;
  position: relative;
  margin: -30px 0 90px;
}
#news--load-more p {
  position: relative;
  z-index: 2;
  margin: 0;
  display: block;
  text-align: center;
}
#news--load-more p a {
  margin: 0 auto;
  background: #ffffff;
  border-color: #663926;
  color: #663926;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 45px !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0px !important;
  position: relative;
  font-weight: 200;
  border-radius: 10px !important;
  border-style: solid;
  border-width: 1px !important;
  text-align: left;
  cursor: pointer;
}
#news--load-more p a:hover {
  background: #663926;
  color: #ffffff;
}

.single-post--container {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .single-post--container {
    flex-flow: row nowrap;
    display: flex;
    padding: 120px 0;
  }
}
.single-post--image {
  width: 100%;
  flex-basis: 33.333%;
  padding-top: 10px;
}
.single-post--image img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post--content {
  flex: 1;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .single-post--content {
    padding-left: 90px;
    padding-top: 0;
  }
}
.single-post--return {
  order: 1;
  padding: 10px 0 0;
}
.single-post--meta {
  margin: 10px 0 20px;
}
.single-post--meta p {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  font-size: 15px;
}
.single-post--meta span {
  position: relative;
}
.single-post--meta span + span:before {
  content: "|";
  font-size: 10px;
  left: -9px;
  position: absolute;
  top: 4px;
}
.single-post--content {
  margin: 0px 0 60px 0;
}
.single-post--link {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  padding: 10px 0;
  margin: 20px 0;
}
.single-post--link a {
  display: block;
  text-decoration: none;
  color: #001d38;
}
.single-post--title {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  position: relative;
}
.single-post--copy > *:last-child {
  margin-bottom: 0;
}
.single-post--return {
  margin-top: 60px;
}

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