@charset "UTF-8";

: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: #e86c00;
  --secondary: #415464;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --brand-light-blue: #5a9db4;
  --alert-notification: #5a9db4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: "Roboto", Arial, Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  background-color: #344757;
  color: #525252;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

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

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

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

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

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

address {
  font-style: normal;
  line-height: inherit;
}

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

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

ol ol,
ol ul,
ul ol,
ul ul {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a,
a:hover {
  color: #5a9db4;
}

a:hover {
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.layout-search-results .search-results-wrapper .post-details .post-type,
.post-full .post-content h2,
.post-full .post-content h3,
.post-full .post-content h4,
.post-full .post-content h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #35485f;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

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

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

.h3,
.post-full .post-content h2,
h3 {
  font-size: 1.75rem;
}

.h4,
.layout-search-results .search-results-wrapper .post-details .post-type,
.post-full .post-content h3,
h4 {
  font-size: 1.5rem;
}

.h5,
.post-full .post-content h4,
h5 {
  font-size: 1.25rem;
}

.h6,
.post-full .post-content h5,
h6 {
  font-size: 1rem;
}

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

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

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

.small,
small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote,
.content-cms blockquote {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 0.875em;
}

.blockquote-footer:before {
  content: "— ";
}

.img-fluid,
.img-thumbnail,
.swiper-slide img,
.wp-caption img {
  height: auto;
  max-width: 100%;
}

.img-thumbnail {
  background-color: #344757;
  border: 1px solid #dee2e6;
  border-radius: 1px;
  padding: 0.25rem;
}

.figure,
.wp-caption {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

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

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

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

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

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

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

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

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

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

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

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

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

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

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

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.content-cms table,
.table {
  color: #525252;
  margin-bottom: 1rem;
  width: 100%;
}

.content-cms table td,
.content-cms table th,
.table td,
.table th {
  border-top: 1px solid #e2dfdc;
  padding: 0.75rem;
  vertical-align: top;
}

.content-cms table thead th,
.table thead th {
  border-bottom: 2px solid #e2dfdc;
  vertical-align: bottom;
}

.content-cms table tbody+tbody,
.table tbody+tbody {
  border-top: 2px solid #e2dfdc;
}

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

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #e2dfdc;
}

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

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

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

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

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #f9d6b8;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #f3b37a;
}

.content-cms table .table-primary:hover,
.content-cms table .table-primary:hover>td,
.content-cms table .table-primary:hover>th,
.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #f7c8a0;
}

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

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #9ca6ae;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-brand-light-blue,
.table-brand-light-blue>td,
.table-brand-light-blue>th {
  background-color: #d1e4ea;
}

.table-brand-light-blue tbody+tbody,
.table-brand-light-blue td,
.table-brand-light-blue th,
.table-brand-light-blue thead th {
  border-color: #a9ccd8;
}

.content-cms table .table-brand-light-blue:hover,
.content-cms table .table-brand-light-blue:hover>td,
.content-cms table .table-brand-light-blue:hover>th,
.table-hover .table-brand-light-blue:hover,
.table-hover .table-brand-light-blue:hover>td,
.table-hover .table-brand-light-blue:hover>th {
  background-color: #bfdae2;
}

.table-alert-notification,
.table-alert-notification>td,
.table-alert-notification>th {
  background-color: #d1e4ea;
}

.table-alert-notification tbody+tbody,
.table-alert-notification td,
.table-alert-notification th,
.table-alert-notification thead th {
  border-color: #a9ccd8;
}

.content-cms table .table-alert-notification:hover,
.content-cms table .table-alert-notification:hover>td,
.content-cms table .table-alert-notification:hover>th,
.table-hover .table-alert-notification:hover,
.table-hover .table-alert-notification:hover>td,
.table-hover .table-alert-notification:hover>th {
  background-color: #bfdae2;
}

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

.content-cms table .thead-dark th,
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}

.content-cms table .thead-light th,
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #e2dfdc;
  color: #495057;
}

.table-dark {
  background-color: #343a40;
  color: #fff;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.content-cms table.table-dark tbody tr:nth-of-type(odd),
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.content-cms table.table-dark tbody tr:hover,
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .table-responsive-xxl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e2dfdc;
  border-radius: 1px;
  color: #757575;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 1.5rem + 2px);
  line-height: 1.5;
  padding: 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {

  .form-control,
  .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:focus {
  background-color: #fff;
  border-color: #ffaf69;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  color: #757575;
  outline: 0;
}

.form-control::-webkit-input-placeholder,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly],
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:disabled,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) [readonly].ninja-forms-field {
  background-color: #e9ecef;
  opacity: 1;
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) input[type="date"].ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) input[type="datetime-local"].ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) input[type="month"].ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) input[type="time"].ninja-forms-field,
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select.ninja-forms-field:-moz-focusring,
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #757575;
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select.ninja-forms-field:focus::-ms-value,
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #757575;
}

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

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

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

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

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #525252;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.75rem 0;
  width: 100%;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select[multiple].ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select[size].ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) textarea.ninja-forms-field,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

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

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

.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}

.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}

.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}

.valid-tooltip {
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 1px;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
  left: 5px;
}

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

.form-control.is-valid,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .is-valid.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated .ninja-forms-field:valid,
.was-validated .form-control:valid,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.375rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 1.5rem) !important;
}

.form-control.is-valid:focus,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .is-valid.ninja-forms-field:focus,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated .ninja-forms-field:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated select.ninja-forms-field:valid,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select.is-valid.ninja-forms-field,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select.ninja-forms-field:valid,
.was-validated select.form-control:valid,
select.form-control.is-valid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated textarea.ninja-forms-field:valid,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) textarea.is-valid.ninja-forms-field,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) textarea.ninja-forms-field:valid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
  padding-right: calc(1.5em + 1.5rem);
}

.custom-select.is-valid,
.nf-form-layout .listcountry-wrap .was-validated select:valid,
.nf-form-layout .listcountry-wrap select.is-valid,
.nf-form-layout .listselect-wrap .was-validated select:valid,
.nf-form-layout .listselect-wrap select.is-valid,
.nf-form-layout .liststate-wrap .was-validated select:valid,
.nf-form-layout .liststate-wrap select.is-valid,
.was-validated .custom-select:valid,
.was-validated .nf-form-layout .listcountry-wrap select:valid,
.was-validated .nf-form-layout .listselect-wrap select:valid,
.was-validated .nf-form-layout .liststate-wrap select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
  border-color: #28a745;
  padding-right: calc(0.75em + 2.875rem) !important;
}

.custom-select.is-valid:focus,
.nf-form-layout .listcountry-wrap .was-validated select:valid:focus,
.nf-form-layout .listcountry-wrap select.is-valid:focus,
.nf-form-layout .listselect-wrap .was-validated select:valid:focus,
.nf-form-layout .listselect-wrap select.is-valid:focus,
.nf-form-layout .liststate-wrap .was-validated select:valid:focus,
.nf-form-layout .liststate-wrap select.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .nf-form-layout .listcountry-wrap select:valid:focus,
.was-validated .nf-form-layout .listselect-wrap select:valid:focus,
.was-validated .nf-form-layout .liststate-wrap select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745;
}

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

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

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1px;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
  left: 5px;
}

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

.form-control.is-invalid,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .is-invalid.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated .ninja-forms-field:invalid,
.was-validated .form-control:invalid,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.375rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.5rem) !important;
}

.form-control.is-invalid:focus,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .is-invalid.ninja-forms-field:focus,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated .ninja-forms-field:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated select.ninja-forms-field:invalid,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select.is-invalid.ninja-forms-field,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) select.ninja-forms-field:invalid,
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .was-validated textarea.ninja-forms-field:invalid,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) textarea.is-invalid.ninja-forms-field,
.was-validated .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) textarea.ninja-forms-field:invalid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
  padding-right: calc(1.5em + 1.5rem);
}

.custom-select.is-invalid,
.nf-form-layout .listcountry-wrap .was-validated select:invalid,
.nf-form-layout .listcountry-wrap select.is-invalid,
.nf-form-layout .listselect-wrap .was-validated select:invalid,
.nf-form-layout .listselect-wrap select.is-invalid,
.nf-form-layout .liststate-wrap .was-validated select:invalid,
.nf-form-layout .liststate-wrap select.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .nf-form-layout .listcountry-wrap select:invalid,
.was-validated .nf-form-layout .listselect-wrap select:invalid,
.was-validated .nf-form-layout .liststate-wrap select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.875rem) !important;
}

.custom-select.is-invalid:focus,
.nf-form-layout .listcountry-wrap .was-validated select:invalid:focus,
.nf-form-layout .listcountry-wrap select.is-invalid:focus,
.nf-form-layout .listselect-wrap .was-validated select:invalid:focus,
.nf-form-layout .listselect-wrap select.is-invalid:focus,
.nf-form-layout .liststate-wrap .was-validated select:invalid:focus,
.nf-form-layout .liststate-wrap select.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .nf-form-layout .listcountry-wrap select:invalid:focus,
.was-validated .nf-form-layout .listselect-wrap select:invalid:focus,
.was-validated .nf-form-layout .liststate-wrap select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .form-group,
  .form-inline label {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .form-inline .form-control,
  .form-inline .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .ninja-forms-field,
  .nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .form-inline .ninja-forms-field {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group,
  .form-inline .nf-form-layout .listcountry-wrap select,
  .form-inline .nf-form-layout .listselect-wrap select,
  .form-inline .nf-form-layout .liststate-wrap select,
  .nf-form-layout .listcountry-wrap .form-inline select,
  .nf-form-layout .listselect-wrap .form-inline select,
  .nf-form-layout .liststate-wrap .form-inline select {
    width: auto;
  }

  .form-inline .form-check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }

  .form-inline .form-check-input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.form-sidebar .nf-response-msg a[download],
.pum-container .gform_button,
.gform_wrapper.gravity-theme .gform_footer input {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #415464;
  display: inline-block;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  text-wrap-mode: nowrap;
  line-height: 1.3;
  padding: 15px 35px;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {

  .btn,
  .form-sidebar .nf-response-msg a[download] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.form-sidebar .nf-response-msg a[download]:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
  color: #525252;
  text-decoration: none;
}

.btn.focus,
.btn:focus,
.form-sidebar .nf-response-msg a.focus[download],
.form-sidebar .nf-response-msg a[download]:focus,
.gform_wrapper.gravity-theme .gform_footer input:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  outline: 0;
}

.btn.disabled,
.btn:disabled,
.form-sidebar .nf-response-msg a.disabled[download],
.form-sidebar .nf-response-msg a[download]:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.form-sidebar .nf-response-msg a.disabled[download],
.form-sidebar .nf-response-msg fieldset:disabled a[download],
a.btn.disabled,
fieldset:disabled .form-sidebar .nf-response-msg a[download],
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  background-color: #f09f59;
  border-color: #f09f59;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #415464;
  border-color: #415464;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #b55400;
  border-color: #a84e00;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
}

.btn-secondary {
  background-color: #415464;
  border-color: #415464;
  color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #32414d;
  border-color: #2d3a45;
  color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 110, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(94, 110, 123, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #415464;
  border-color: #415464;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background-color: #2d3a45;
  border-color: #28343d;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 110, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(94, 110, 123, 0.5);
}

.btn-brand-lt-gray {
  background-color: #e2dfdc;
  border-color: #e2dfdc;
  color: #35485F;
}

.btn-brand-lt-gray:hover {
  background: #5a9db4;
  border: 1px solid #5a9db4;
  color: #fff;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #35485F;
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}

.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}

.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-brand-light-blue:hover,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:hover,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:hover,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:hover,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:hover,
.flex__component__cta-row .bg-texture--dark-blue .btn:hover,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:hover,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:hover,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:hover,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:hover,
.social-icon.social-icon-btn-brand-light-blue:hover {
  background-color: #48899f;
}

.btn-brand-light-blue.focus,
.btn-brand-light-blue:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .focus.btn,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a.focus[download],
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .focus.btn,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a.focus[download],
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:focus,
.flex__component__cta-row .bg-texture--dark-blue .btn:focus,
.flex__component__cta-row .bg-texture--dark-blue .focus.btn,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a.focus[download],
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:focus,
.focus.social-icon.social-icon-btn-brand-light-blue,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a.focus[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a.focus[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a.focus[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:focus,
.social-icon.social-icon-btn-brand-light-blue:focus {
  background-color: #48899f;
  border-color: #448297;
  color: #fff;
}

.btn-alert-notification {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-alert-notification:hover {
  background-color: #48899f;
  border-color: #448297;
  color: #fff;
}

.btn-alert-notification.focus,
.btn-alert-notification:focus {
  background-color: #48899f;
  border-color: #448297;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  color: #fff;
}

.btn-alert-notification.disabled,
.btn-alert-notification:disabled {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-alert-notification:not(:disabled):not(.disabled).active,
.btn-alert-notification:not(:disabled):not(.disabled):active,
.show>.btn-alert-notification.dropdown-toggle {
  background-color: #448297;
  border-color: #407a8e;
  color: #fff;
}

.btn-alert-notification:not(:disabled):not(.disabled).active:focus,
.btn-alert-notification:not(:disabled):not(.disabled):active:focus,
.show>.btn-alert-notification.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
}

.btn-outline-primary {
  border-color: #e86c00;
  color: #e86c00;
}

.btn-outline-primary:hover {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #e86c00;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.5);
}

.btn-outline-secondary {
  border-color: #415464;
  color: #415464;
}

.btn-outline-secondary:hover {
  background-color: #415464;
  border-color: #415464;
  color: #fff;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 84, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 100, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #415464;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background-color: #415464;
  border-color: #415464;
  color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 84, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 100, 0.5);
}

.btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}

.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-brand-light-blue {
  color: #5a9db4;
}

.btn-outline-brand-light-blue:hover {
  background-color: #5a9db4;
}

.btn-outline-brand-light-blue.focus,
.btn-outline-brand-light-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
}

.btn-outline-brand-light-blue.disabled,
.btn-outline-brand-light-blue:disabled {
  color: #5a9db4;
}

.btn-outline-brand-light-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-light-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-light-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
}

.btn-outline-alert-notification {
  border-color: #5a9db4;
  color: #5a9db4;
}

.btn-outline-alert-notification:hover {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-outline-alert-notification.focus,
.btn-outline-alert-notification:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
}

.btn-outline-alert-notification.disabled,
.btn-outline-alert-notification:disabled {
  background-color: transparent;
  color: #5a9db4;
}

.btn-outline-alert-notification:not(:disabled):not(.disabled).active,
.btn-outline-alert-notification:not(:disabled):not(.disabled):active,
.show>.btn-outline-alert-notification.dropdown-toggle {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-outline-alert-notification:not(:disabled):not(.disabled).active:focus,
.btn-outline-alert-notification:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-alert-notification.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
}

.btn-link {
  color: #5a9db4;
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  color: #5a9db4;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg>.btn,
.btn-lg,
.form-sidebar .nf-response-msg .btn-group-lg>a[download] {
  border-radius: 1px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.btn-group-sm>.btn,
.btn-sm,
.form-sidebar .nf-response-msg .btn-group-sm>a[download] {
  border-radius: 1px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.collapsing.width {
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
  width: 0;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.form-sidebar .nf-response-msg .btn-group-vertical>a[download],
.form-sidebar .nf-response-msg .btn-group>a[download] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.form-sidebar .nf-response-msg .btn-group-vertical>a.active[download],
.form-sidebar .nf-response-msg .btn-group-vertical>a[download]:active,
.form-sidebar .nf-response-msg .btn-group-vertical>a[download]:focus,
.form-sidebar .nf-response-msg .btn-group-vertical>a[download]:hover,
.form-sidebar .nf-response-msg .btn-group>a.active[download],
.form-sidebar .nf-response-msg .btn-group>a[download]:active,
.form-sidebar .nf-response-msg .btn-group>a[download]:focus,
.form-sidebar .nf-response-msg .btn-group>a[download]:hover {
  z-index: 1;
}

.btn-toolbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.form-sidebar .nf-response-msg .btn-group>a[download]:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.form-sidebar .nf-response-msg .btn-group>.btn-group:not(:last-child)>a[download],
.form-sidebar .nf-response-msg .btn-group>a[download]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.form-sidebar .nf-response-msg .btn-group>.btn-group:not(:first-child)>a[download],
.form-sidebar .nf-response-msg .btn-group>a[download]:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.form-sidebar .nf-response-msg .btn-group-sm>a[download]+.dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.form-sidebar .nf-response-msg .btn-group-lg>a[download]+.dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.form-sidebar .nf-response-msg .btn-group-vertical>a[download] {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.form-sidebar .nf-response-msg .btn-group-vertical>a[download]:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.form-sidebar .nf-response-msg .btn-group-vertical>.btn-group:not(:last-child)>a[download],
.form-sidebar .nf-response-msg .btn-group-vertical>a[download]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.form-sidebar .nf-response-msg .btn-group-vertical>.btn-group:not(:first-child)>a[download],
.form-sidebar .nf-response-msg .btn-group-vertical>a[download]:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.form-sidebar .nf-response-msg .btn-group-toggle>.btn-group>a[download],
.form-sidebar .nf-response-msg .btn-group-toggle>a[download] {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.form-sidebar .nf-response-msg .btn-group-toggle>.btn-group>a[download] input[type="checkbox"],
.form-sidebar .nf-response-msg .btn-group-toggle>.btn-group>a[download] input[type="radio"],
.form-sidebar .nf-response-msg .btn-group-toggle>a[download] input[type="checkbox"],
.form-sidebar .nf-response-msg .btn-group-toggle>a[download] input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.nf-form-layout .listcountry-wrap .input-group>select,
.nf-form-layout .listselect-wrap .input-group>select,
.nf-form-layout .liststate-wrap .input-group>select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control,
.nf-form-layout .listcountry-wrap .input-group>.custom-file+select,
.nf-form-layout .listcountry-wrap .input-group>.custom-select+select,
.nf-form-layout .listcountry-wrap .input-group>.form-control+select,
.nf-form-layout .listcountry-wrap .input-group>.form-control-plaintext+select,
.nf-form-layout .listcountry-wrap .input-group>select+.custom-file,
.nf-form-layout .listcountry-wrap .input-group>select+.custom-select,
.nf-form-layout .listcountry-wrap .input-group>select+.form-control,
.nf-form-layout .listcountry-wrap .input-group>select+select,
.nf-form-layout .listcountry-wrap .listselect-wrap .input-group>select+select,
.nf-form-layout .listcountry-wrap .liststate-wrap .input-group>select+select,
.nf-form-layout .listcountry-wrap .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+select,
.nf-form-layout .listcountry-wrap .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>select+.ninja-forms-field,
.nf-form-layout .listselect-wrap .input-group>.custom-file+select,
.nf-form-layout .listselect-wrap .input-group>.custom-select+select,
.nf-form-layout .listselect-wrap .input-group>.form-control+select,
.nf-form-layout .listselect-wrap .input-group>.form-control-plaintext+select,
.nf-form-layout .listselect-wrap .input-group>select+.custom-file,
.nf-form-layout .listselect-wrap .input-group>select+.custom-select,
.nf-form-layout .listselect-wrap .input-group>select+.form-control,
.nf-form-layout .listselect-wrap .input-group>select+select,
.nf-form-layout .listselect-wrap .listcountry-wrap .input-group>select+select,
.nf-form-layout .listselect-wrap .liststate-wrap .input-group>select+select,
.nf-form-layout .listselect-wrap .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+select,
.nf-form-layout .listselect-wrap .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>select+.ninja-forms-field,
.nf-form-layout .liststate-wrap .input-group>.custom-file+select,
.nf-form-layout .liststate-wrap .input-group>.custom-select+select,
.nf-form-layout .liststate-wrap .input-group>.form-control+select,
.nf-form-layout .liststate-wrap .input-group>.form-control-plaintext+select,
.nf-form-layout .liststate-wrap .input-group>select+.custom-file,
.nf-form-layout .liststate-wrap .input-group>select+.custom-select,
.nf-form-layout .liststate-wrap .input-group>select+.form-control,
.nf-form-layout .liststate-wrap .input-group>select+select,
.nf-form-layout .liststate-wrap .listcountry-wrap .input-group>select+select,
.nf-form-layout .liststate-wrap .listselect-wrap .input-group>select+select,
.nf-form-layout .liststate-wrap .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+select,
.nf-form-layout .liststate-wrap .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>select+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.custom-file+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.custom-select+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.form-control+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.form-control-plaintext+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+.custom-file,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+.custom-select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+.form-control,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .listcountry-wrap .input-group>.ninja-forms-field+select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .listcountry-wrap .input-group>select+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .listselect-wrap .input-group>.ninja-forms-field+select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .listselect-wrap .input-group>select+.ninja-forms-field,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .liststate-wrap .input-group>.ninja-forms-field+select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .liststate-wrap .input-group>select+.ninja-forms-field {
  margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus,
.nf-form-layout .listcountry-wrap .input-group>select:focus,
.nf-form-layout .listselect-wrap .input-group>select:focus,
.nf-form-layout .liststate-wrap .input-group>select:focus,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field:focus {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.nf-form-layout .listcountry-wrap .input-group>select:not(:first-child),
.nf-form-layout .listselect-wrap .input-group>select:not(:first-child),
.nf-form-layout .liststate-wrap .input-group>select:not(:first-child),
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group>.ninja-forms-field:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group>.custom-file {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child),
.nf-form-layout .listcountry-wrap .input-group.has-validation>select:nth-last-child(n + 3),
.nf-form-layout .listcountry-wrap .input-group:not(.has-validation)>select:not(:last-child),
.nf-form-layout .listselect-wrap .input-group.has-validation>select:nth-last-child(n + 3),
.nf-form-layout .listselect-wrap .input-group:not(.has-validation)>select:not(:last-child),
.nf-form-layout .liststate-wrap .input-group.has-validation>select:nth-last-child(n + 3),
.nf-form-layout .liststate-wrap .input-group:not(.has-validation)>select:not(:last-child),
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group.has-validation>.ninja-forms-field:nth-last-child(n + 3),
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group:not(.has-validation)>.ninja-forms-field:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-sidebar .nf-response-msg .input-group-append a[download],
.form-sidebar .nf-response-msg .input-group-prepend a[download],
.input-group-append .btn,
.input-group-append .form-sidebar .nf-response-msg a[download],
.input-group-prepend .btn,
.input-group-prepend .form-sidebar .nf-response-msg a[download] {
  position: relative;
  z-index: 2;
}

.form-sidebar .nf-response-msg .input-group-append a[download]:focus,
.form-sidebar .nf-response-msg .input-group-prepend a[download]:focus,
.input-group-append .btn:focus,
.input-group-append .form-sidebar .nf-response-msg a[download]:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .form-sidebar .nf-response-msg a[download]:focus {
  z-index: 3;
}

.form-sidebar .nf-response-msg .input-group-append .btn+a[download],
.form-sidebar .nf-response-msg .input-group-append .input-group-text+a[download],
.form-sidebar .nf-response-msg .input-group-append a[download]+.btn,
.form-sidebar .nf-response-msg .input-group-append a[download]+.input-group-text,
.form-sidebar .nf-response-msg .input-group-append a[download]+a[download],
.form-sidebar .nf-response-msg .input-group-prepend .btn+a[download],
.form-sidebar .nf-response-msg .input-group-prepend .input-group-text+a[download],
.form-sidebar .nf-response-msg .input-group-prepend a[download]+.btn,
.form-sidebar .nf-response-msg .input-group-prepend a[download]+.input-group-text,
.form-sidebar .nf-response-msg .input-group-prepend a[download]+a[download],
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .form-sidebar .nf-response-msg .btn+a[download],
.input-group-append .form-sidebar .nf-response-msg .input-group-text+a[download],
.input-group-append .form-sidebar .nf-response-msg a[download]+.btn,
.input-group-append .form-sidebar .nf-response-msg a[download]+.input-group-text,
.input-group-append .form-sidebar .nf-response-msg a[download]+a[download],
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .form-sidebar .nf-response-msg .btn+a[download],
.input-group-prepend .form-sidebar .nf-response-msg .input-group-text+a[download],
.input-group-prepend .form-sidebar .nf-response-msg a[download]+.btn,
.input-group-prepend .form-sidebar .nf-response-msg a[download]+.input-group-text,
.input-group-prepend .form-sidebar .nf-response-msg a[download]+a[download],
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #e2dfdc;
  border-radius: 1px;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.75rem;
  text-align: center;
  white-space: nowrap;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea),
.nf-form-layout .listcountry-wrap .input-group-lg>select,
.nf-form-layout .listselect-wrap .input-group-lg>select,
.nf-form-layout .liststate-wrap .input-group-lg>select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group-lg>.ninja-forms-field:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.form-sidebar .nf-response-msg .input-group-lg>.input-group-append>a[download],
.form-sidebar .nf-response-msg .input-group-lg>.input-group-prepend>a[download],
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.nf-form-layout .listcountry-wrap .input-group-lg>select,
.nf-form-layout .listselect-wrap .input-group-lg>select,
.nf-form-layout .liststate-wrap .input-group-lg>select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group-lg>.ninja-forms-field {
  border-radius: 1px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea),
.nf-form-layout .listcountry-wrap .input-group-sm>select,
.nf-form-layout .listselect-wrap .input-group-sm>select,
.nf-form-layout .liststate-wrap .input-group-sm>select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group-sm>.ninja-forms-field:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-sidebar .nf-response-msg .input-group-sm>.input-group-append>a[download],
.form-sidebar .nf-response-msg .input-group-sm>.input-group-prepend>a[download],
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.nf-form-layout .listcountry-wrap .input-group-sm>select,
.nf-form-layout .listselect-wrap .input-group-sm>select,
.nf-form-layout .liststate-wrap .input-group-sm>select,
.nf-form-layout .nf-field-container:not(.submit-container):not(.listradio-container):not(.listcheckbox-container) .input-group-sm>.ninja-forms-field {
  border-radius: 1px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select,
.nf-form-layout .listcountry-wrap .input-group-lg>select,
.nf-form-layout .listcountry-wrap .input-group-sm>select,
.nf-form-layout .listselect-wrap .input-group-lg>select,
.nf-form-layout .listselect-wrap .input-group-sm>select,
.nf-form-layout .liststate-wrap .input-group-lg>select,
.nf-form-layout .liststate-wrap .input-group-sm>select {
  padding-right: 1.75rem;
}

.form-sidebar .nf-response-msg .input-group.has-validation>.input-group-append:nth-last-child(n + 3)>a[download],
.form-sidebar .nf-response-msg .input-group:not(.has-validation)>.input-group-append:not(:last-child)>a[download],
.form-sidebar .nf-response-msg .input-group>.input-group-append:last-child>a[download]:not(:last-child):not(.dropdown-toggle),
.form-sidebar .nf-response-msg .input-group>.input-group-prepend>a[download],
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.form-sidebar .nf-response-msg .input-group>.input-group-append>a[download],
.form-sidebar .nf-response-msg .input-group>.input-group-prepend:first-child>a[download]:not(:first-child),
.form-sidebar .nf-response-msg .input-group>.input-group-prepend:not(:first-child)>a[download],
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  z-index: 1;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  height: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1;
}

.custom-control-input:checked~.custom-control-label:before {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #ffaf69;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background-color: #ffca9c;
  border-color: #ffca9c;
  color: #fff;
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}

.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  background-color: #e86c00;
  border-color: #e86c00;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(232, 108, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(232, 108, 0, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(232, 108, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}

.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: calc(1rem - 4px);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(232, 108, 0, 0.5);
}

.custom-select,
.nf-form-layout .listcountry-wrap select,
.nf-form-layout .listselect-wrap select,
.nf-form-layout .liststate-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #e2dfdc;
  border-radius: 1px;
  color: #757575;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 1.5rem + 2px);
  line-height: 1.5;
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}

.custom-select:focus,
.nf-form-layout .listcountry-wrap select:focus,
.nf-form-layout .listselect-wrap select:focus,
.nf-form-layout .liststate-wrap select:focus {
  border-color: #ffaf69;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  outline: 0;
}

.custom-select:focus::-ms-value,
.nf-form-layout .listcountry-wrap select:focus::-ms-value,
.nf-form-layout .listselect-wrap select:focus::-ms-value,
.nf-form-layout .liststate-wrap select:focus::-ms-value {
  background-color: #fff;
  color: #757575;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]),
.nf-form-layout .listcountry-wrap select[multiple],
.nf-form-layout .listcountry-wrap select[size]:not([size="1"]),
.nf-form-layout .listselect-wrap select[multiple],
.nf-form-layout .listselect-wrap select[size]:not([size="1"]),
.nf-form-layout .liststate-wrap select[multiple],
.nf-form-layout .liststate-wrap select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}

.custom-select:disabled,
.nf-form-layout .listcountry-wrap select:disabled,
.nf-form-layout .listselect-wrap select:disabled,
.nf-form-layout .liststate-wrap select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}

.custom-select::-ms-expand,
.nf-form-layout .listcountry-wrap select::-ms-expand,
.nf-form-layout .listselect-wrap select::-ms-expand,
.nf-form-layout .liststate-wrap select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring,
.nf-form-layout .listcountry-wrap select:-moz-focusring,
.nf-form-layout .listselect-wrap select:-moz-focusring,
.nf-form-layout .liststate-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #757575;
}

.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}

.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file,
.custom-file-input {
  height: calc(1.5em + 1.5rem + 2px);
  position: relative;
  width: 100%;
}

.custom-file-input {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #ffaf69;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  background-color: #fff;
  border: 1px solid #e2dfdc;
  border-radius: 1px;
  font-weight: 400;
  height: calc(1.5em + 1.5rem + 2px);
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.custom-file-label,
.custom-file-label:after {
  color: #757575;
  line-height: 1.5;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}

.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 1px 1px 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 1.5rem);
  z-index: 3;
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #344757, 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 1px #344757, 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #344757, 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #344757, 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e86c00;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffca9c;
}

.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #e86c00;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffca9c;
}

.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.custom-range::-ms-thumb {
  appearance: none;
  background-color: #e86c00;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffca9c;
}

.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label:before,
.custom-file-label,
.custom-select,
.nf-form-layout .listcountry-wrap select,
.nf-form-layout .listselect-wrap select,
.nf-form-layout .liststate-wrap select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select,
  .nf-form-layout .listcountry-wrap select,
  .nf-form-layout .listselect-wrap select,
  .nf-form-layout .liststate-wrap select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  margin-bottom: -1px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #344757;
  border-color: #dee2e6 #dee2e6 #344757;
  color: #495057;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #e86c00;
  color: #fff;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.accordion__item,
.card,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
.card-grid__card,
.flex__component__related-content .card-grid__card,
.flex__component__related-content .card-grid__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #f7f6f6;
  border: 1px solid #eaeaea;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.accordion__item>hr,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>hr,
.card-grid__card>hr,
.card>hr,
.flex__component__related-content .card-grid__card>hr {
  margin-left: 0;
  margin-right: 0;
}

.accordion__item>.list-group,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.list-group,
.card-grid__card>.list-group,
.card>.list-group {
  border-bottom: inherit;
  border-top: inherit;
}

.accordion__item>.list-group:first-child,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.list-group:first-child,
.card-grid__card>.list-group:first-child,
.card>.list-group:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
}

.accordion__item>.list-group:last-child,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.list-group:last-child,
.card-grid__card>.list-group:last-child,
.card>.list-group:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 0;
}

.accordion__item>.accordion__header+.list-group,
.accordion__item>.card-header+.list-group,
.accordion__item>.list-group+.card-footer,
.accordion__item>.list-group+.card-grid__footer,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.accordion__header+.list-group,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.card-header+.list-group,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.list-group+.card-footer,
.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card>.list-group+.card-grid__footer,
.card-grid__card>.accordion__header+.list-group,
.card-grid__card>.card-header+.list-group,
.card-grid__card>.list-group+.card-footer,
.card-grid__card>.list-group+.card-grid__footer,
.card>.accordion__header+.list-group,
.card>.card-header+.list-group,
.card>.list-group+.card-footer,
.card>.list-group+.card-grid__footer {
  border-top: 0;
}

.accordion__item-content,
.card-body,
.card-grid__body {
  -webkit-box-flex: 1;
  color: #525252;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 30px;
}

.card-grid__body {position: relative;}

.stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

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

.card-grid__text:last-child,
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 30px;
}

.accordion__header,
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
  padding: 30px;
}

.accordion__header:first-child,
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer,
.card-grid__footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #eaeaea;
  padding: 30px;
}

.card-footer:last-child,
.card-grid__footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -30px;
}

.card-header-pills,
.card-header-tabs {
  margin-left: -15px;
  margin-right: -15px;
}

.card-img-overlay {
  border-radius: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-deck .accordion__item,
.card-deck .card,
.card-deck .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
.card-deck .card-grid__card,
.card-grid .card-grid__card-wrapper.color-sequence .card-deck .card-grid__card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-deck .accordion__item,
  .card-deck .card,
  .card-deck .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
  .card-deck .card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-deck .card-grid__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card,
.card-group>.accordion__item,
.card-group>.card,
.card-group>.card-grid__card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card,
  .card-group>.accordion__item,
  .card-group>.card,
  .card-group>.card-grid__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.accordion__item+.card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card+.card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card+.accordion__item,
  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card+.card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card+.card-grid__card,
  .card-group>.accordion__item+.accordion__item,
  .card-group>.accordion__item+.card,
  .card-group>.accordion__item+.card-grid__card,
  .card-group>.card+.accordion__item,
  .card-group>.card+.card,
  .card-group>.card+.card-grid__card,
  .card-group>.card-grid__card+.accordion__item,
  .card-group>.card-grid__card+.card,
  .card-group>.card-grid__card+.card-grid__card {
    border-left: 0;
    margin-left: 0;
  }

  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card:not(:last-child),
  .card-group>.accordion__item:not(:last-child),
  .card-group>.card-grid__card:not(:last-child),
  .card-group>.card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group>.accordion__item:not(:last-child) .accordion__header,
  .card-group>.accordion__item:not(:last-child) .card-header,
  .card-group>.accordion__item:not(:last-child) .card-img-top,
  .card-group>.card-grid__card:not(:last-child) .accordion__header,
  .card-group>.card-grid__card:not(:last-child) .card-header,
  .card-group>.card-grid__card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .accordion__header,
  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.accordion__item:not(:last-child) .card-footer,
  .card-group>.accordion__item:not(:last-child) .card-grid__footer,
  .card-group>.accordion__item:not(:last-child) .card-img-bottom,
  .card-group>.card-grid__card:not(:last-child) .card-footer,
  .card-group>.card-grid__card:not(:last-child) .card-grid__footer,
  .card-group>.card-grid__card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-grid__footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-grid .card-grid__card-wrapper.color-sequence .card-group>.card-grid__card:not(:first-child),
  .card-group>.accordion__item:not(:first-child),
  .card-group>.card-grid__card:not(:first-child),
  .card-group>.card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group>.accordion__item:not(:first-child) .accordion__header,
  .card-group>.accordion__item:not(:first-child) .card-header,
  .card-group>.accordion__item:not(:first-child) .card-img-top,
  .card-group>.card-grid__card:not(:first-child) .accordion__header,
  .card-group>.card-grid__card:not(:first-child) .card-header,
  .card-group>.card-grid__card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .accordion__header,
  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.accordion__item:not(:first-child) .card-footer,
  .card-group>.accordion__item:not(:first-child) .card-grid__footer,
  .card-group>.accordion__item:not(:first-child) .card-img-bottom,
  .card-group>.card-grid__card:not(:first-child) .card-footer,
  .card-group>.card-grid__card:not(:first-child) .card-grid__footer,
  .card-group>.card-grid__card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-grid__footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .accordion__item,
.card-columns .card,
.card-columns .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
.card-columns .card-grid__card,
.card-grid .card-grid__card-wrapper.color-sequence .card-columns .card-grid__card {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .accordion__item,
  .card-columns .card,
  .card-columns .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
  .card-columns .card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-columns .card-grid__card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion>.accordion__item,
.accordion>.card,
.accordion>.card-grid__card,
.card-grid .card-grid__card-wrapper.color-sequence .accordion>.card-grid__card {
  overflow: hidden;
}

.accordion>.accordion__item:not(:last-of-type),
.accordion>.card-grid__card:not(:last-of-type),
.accordion>.card:not(:last-of-type),
.card-grid .card-grid__card-wrapper.color-sequence .accordion>.card-grid__card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion>.accordion__item:not(:first-of-type),
.accordion>.card-grid__card:not(:first-of-type),
.accordion>.card:not(:first-of-type),
.card-grid .card-grid__card-wrapper.color-sequence .accordion>.card-grid__card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.accordion__item>.accordion__header,
.accordion>.accordion__item>.card-header,
.accordion>.card-grid__card>.accordion__header,
.accordion>.card-grid__card>.card-header,
.accordion>.card>.accordion__header,
.accordion>.card>.card-header,
.card-grid .card-grid__card-wrapper.color-sequence .accordion>.card-grid__card>.accordion__header,
.card-grid .card-grid__card-wrapper.color-sequence .accordion>.card-grid__card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  color: #6c757d;
  content: "";
  float: left;
  padding-right: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}

.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #525252;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.75rem 1rem;
  position: relative;
}

.page-link:hover {
  background-color: #fff;
  border-color: #dee2e6;
  color: #5ebedf;
  text-decoration: none;
  z-index: 2;
}

.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.25);
  outline: 0;
  z-index: 3;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  margin-left: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.page-item.active .page-link {
  background-color: #fff;
  border-color: #5ebedf;
  color: #5ebedf;
  z-index: 3;
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.badge {
  border-radius: 1px;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge,
.form-sidebar .nf-response-msg a[download] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.badge-primary {
  background-color: #e86c00;
  color: #fff;
}

a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #b55400;
  color: #fff;
}

a.badge-primary.focus,
a.badge-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 108, 0, 0.5);
  outline: 0;
}

.badge-secondary {
  background-color: #415464;
  color: #fff;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #2d3a45;
  color: #fff;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 84, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 100, 0.5);
  outline: 0;
}

.badge-success {
  background-color: #28a745;
  color: #fff;
}

a.badge-success:focus,
a.badge-success:hover {
  background-color: #1e7e34;
  color: #fff;
}

a.badge-success.focus,
a.badge-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  outline: 0;
}

.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}

a.badge-info.focus,
a.badge-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}

.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}

a.badge-warning.focus,
a.badge-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  outline: 0;
}

.badge-danger {
  background-color: #dc3545;
  color: #fff;
}

a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}

a.badge-danger.focus,
a.badge-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}

.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}

a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}

a.badge-light.focus,
a.badge-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}

.badge-dark {
  background-color: #343a40;
  color: #fff;
}

a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}

a.badge-dark.focus,
a.badge-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}

.badge-brand-light-blue {
  background-color: #5a9db4;
  color: #fff;
}

a.badge-brand-light-blue:focus,
a.badge-brand-light-blue:hover {
  background-color: #448297;
  color: #fff;
}

a.badge-brand-light-blue.focus,
a.badge-brand-light-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  outline: 0;
}

.badge-alert-notification {
  background-color: #5a9db4;
  color: #fff;
}

a.badge-alert-notification:focus,
a.badge-alert-notification:hover {
  background-color: #448297;
  color: #fff;
}

a.badge-alert-notification.focus,
a.badge-alert-notification:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 157, 180, 0.5);
  outline: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.5rem;
}

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

.alert-primary {
  background-color: #fae2cc;
  border-color: #f9d6b8;
  color: #793800;
}

.alert-primary hr {
  border-top-color: #f7c8a0;
}

.alert-primary .alert-link {
  color: #462000;
}

.alert-secondary {
  background-color: #d9dde0;
  border-color: #cacfd4;
  color: #222c34;
}

.alert-secondary hr {
  border-top-color: #bcc2c9;
}

.alert-secondary .alert-link {
  color: #0e1215;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-brand-light-blue {
  background-color: #deebf0;
  border-color: #d1e4ea;
  color: #2f525e;
}

.alert-brand-light-blue hr {
  border-top-color: #bfdae2;
}

.alert-brand-light-blue .alert-link {
  color: #1e343c;
}

.alert-alert-notification {
  background-color: #deebf0;
  border-color: #d1e4ea;
  color: #2f525e;
}

.alert-alert-notification hr {
  border-top-color: #bfdae2;
}

.alert-alert-notification .alert-link {
  color: #1e343c;
}

.close {
  color: #fff;
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}

.close:hover {
  color: #fff;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  display: none;
  height: 100%;
  outline: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1050;
}

.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-clip: padding-box;
  background-color: #415464;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  border-bottom: 0 solid #e2dfdc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}

.modal-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
  position: relative;
}

.modal-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #5a9db4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.75rem;
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-brand-light-blue {
  background-color: #5a9db4 !important;
}

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

.bg-alert-notification {
  background-color: #5a9db4 !important;
}

a.bg-alert-notification:focus,
a.bg-alert-notification:hover,
button.bg-alert-notification:focus,
button.bg-alert-notification:hover {
  background-color: #448297 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-alert-notification,
.border-brand-light-blue {
  border-color: #5a9db4 !important;
}

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

.rounded,
.rounded-sm {
  border-radius: 1px !important;
}

.rounded-top {
  border-top-left-radius: 1px !important;
}

.rounded-right,
.rounded-top {
  border-top-right-radius: 1px !important;
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 1px !important;
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 1px !important;
}

.rounded-left {
  border-top-left-radius: 1px !important;
}

.rounded-lg {
  border-radius: 1px !important;
}

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

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

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

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

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

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-top {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-px {
  width: 1px !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-one_sixth {
  width: 16.66667% !important;
}

.w-one_fifth {
  width: 20% !important;
}

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

.w-one_third {
  width: 33.33333% !important;
}

.w-two_fifths {
  width: 40% !important;
}

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

.w-three_fifths {
  width: 60% !important;
}

.w-two_thirds {
  width: 66.66666% !important;
}

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

.w-four_fifths {
  width: 80% !important;
}

.w-five_sixths {
  width: 83.33333% !important;
}

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

.w-screen-height {
  width: 100vh !important;
}

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

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

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

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

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

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

.h-px {
  height: 1px !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-one_sixth {
  height: 16.66667% !important;
}

.h-one_fifth {
  height: 20% !important;
}

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

.h-one_third {
  height: 33.33333% !important;
}

.h-two_fifths {
  height: 40% !important;
}

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

.h-three_fifths {
  height: 60% !important;
}

.h-two_thirds {
  height: 66.66666% !important;
}

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

.h-four_fifths {
  height: 80% !important;
}

.h-five_sixths {
  height: 83.33333% !important;
}

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

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

.h-screen-width {
  height: 100vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.mt-10,
.my-10 {
  margin-top: 8rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 8rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 8rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-4-half {
  padding: 2rem !important;
}

.pt-4-half,
.py-4-half {
  padding-top: 2rem !important;
}

.pr-4-half,
.px-4-half {
  padding-right: 2rem !important;
}

.pb-4-half,
.py-4-half {
  padding-bottom: 2rem !important;
}

.pl-4-half,
.px-4-half {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.pt-10,
.py-10 {
  padding-top: 8rem !important;
}

.pr-10,
.px-10 {
  padding-right: 8rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 8rem !important;
}

.pl-10,
.px-10 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n4-half {
  margin: -2rem !important;
}

.mt-n4-half,
.my-n4-half {
  margin-top: -2rem !important;
}

.mr-n4-half,
.mx-n4-half {
  margin-right: -2rem !important;
}

.mb-n4-half,
.my-n4-half {
  margin-bottom: -2rem !important;
}

.ml-n4-half,
.mx-n4-half {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important;
}

.m-n9 {
  margin: -7rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -7rem !important;
}

.m-n10 {
  margin: -8rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -8rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -8rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -8rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-4-half {
    margin: 2rem !important;
  }

  .mt-sm-4-half,
  .my-sm-4-half {
    margin-top: 2rem !important;
  }

  .mr-sm-4-half,
  .mx-sm-4-half {
    margin-right: 2rem !important;
  }

  .mb-sm-4-half,
  .my-sm-4-half {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4-half,
  .mx-sm-4-half {
    margin-left: 2rem !important;
  }

  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }

  .m-sm-7 {
    margin: 5rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }

  .m-sm-8 {
    margin: 6rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }

  .m-sm-9 {
    margin: 7rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7rem !important;
  }

  .m-sm-10 {
    margin: 8rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 8rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 8rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 8rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-4-half {
    padding: 2rem !important;
  }

  .pt-sm-4-half,
  .py-sm-4-half {
    padding-top: 2rem !important;
  }

  .pr-sm-4-half,
  .px-sm-4-half {
    padding-right: 2rem !important;
  }

  .pb-sm-4-half,
  .py-sm-4-half {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4-half,
  .px-sm-4-half {
    padding-left: 2rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }

  .p-sm-7 {
    padding: 5rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }

  .p-sm-8 {
    padding: 6rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }

  .p-sm-9 {
    padding: 7rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7rem !important;
  }

  .p-sm-10 {
    padding: 8rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 8rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 8rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 8rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n4-half {
    margin: -2rem !important;
  }

  .mt-sm-n4-half,
  .my-sm-n4-half {
    margin-top: -2rem !important;
  }

  .mr-sm-n4-half,
  .mx-sm-n4-half {
    margin-right: -2rem !important;
  }

  .mb-sm-n4-half,
  .my-sm-n4-half {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n4-half,
  .mx-sm-n4-half {
    margin-left: -2rem !important;
  }

  .m-sm-n6 {
    margin: -4rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }

  .m-sm-n7 {
    margin: -5rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }

  .m-sm-n8 {
    margin: -6rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important;
  }

  .m-sm-n9 {
    margin: -7rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7rem !important;
  }

  .m-sm-n10 {
    margin: -8rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -8rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -8rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -8rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-4-half {
    margin: 2rem !important;
  }

  .mt-md-4-half,
  .my-md-4-half {
    margin-top: 2rem !important;
  }

  .mr-md-4-half,
  .mx-md-4-half {
    margin-right: 2rem !important;
  }

  .mb-md-4-half,
  .my-md-4-half {
    margin-bottom: 2rem !important;
  }

  .ml-md-4-half,
  .mx-md-4-half {
    margin-left: 2rem !important;
  }

  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }

  .m-md-7 {
    margin: 5rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }

  .m-md-8 {
    margin: 6rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }

  .m-md-9 {
    margin: 7rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 7rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 7rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 7rem !important;
  }

  .m-md-10 {
    margin: 8rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 8rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 8rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 8rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 8rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-4-half {
    padding: 2rem !important;
  }

  .pt-md-4-half,
  .py-md-4-half {
    padding-top: 2rem !important;
  }

  .pr-md-4-half,
  .px-md-4-half {
    padding-right: 2rem !important;
  }

  .pb-md-4-half,
  .py-md-4-half {
    padding-bottom: 2rem !important;
  }

  .pl-md-4-half,
  .px-md-4-half {
    padding-left: 2rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }

  .p-md-7 {
    padding: 5rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }

  .p-md-8 {
    padding: 6rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }

  .p-md-9 {
    padding: 7rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 7rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 7rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 7rem !important;
  }

  .p-md-10 {
    padding: 8rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 8rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 8rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 8rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 8rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n4-half {
    margin: -2rem !important;
  }

  .mt-md-n4-half,
  .my-md-n4-half {
    margin-top: -2rem !important;
  }

  .mr-md-n4-half,
  .mx-md-n4-half {
    margin-right: -2rem !important;
  }

  .mb-md-n4-half,
  .my-md-n4-half {
    margin-bottom: -2rem !important;
  }

  .ml-md-n4-half,
  .mx-md-n4-half {
    margin-left: -2rem !important;
  }

  .m-md-n6 {
    margin: -4rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }

  .m-md-n7 {
    margin: -5rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }

  .m-md-n8 {
    margin: -6rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important;
  }

  .m-md-n9 {
    margin: -7rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7rem !important;
  }

  .m-md-n10 {
    margin: -8rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -8rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -8rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -8rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-4-half {
    margin: 2rem !important;
  }

  .mt-lg-4-half,
  .my-lg-4-half {
    margin-top: 2rem !important;
  }

  .mr-lg-4-half,
  .mx-lg-4-half {
    margin-right: 2rem !important;
  }

  .mb-lg-4-half,
  .my-lg-4-half {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4-half,
  .mx-lg-4-half {
    margin-left: 2rem !important;
  }

  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }

  .m-lg-7 {
    margin: 5rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }

  .m-lg-8 {
    margin: 6rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }

  .m-lg-9 {
    margin: 7rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7rem !important;
  }

  .m-lg-10 {
    margin: 8rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 8rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 8rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 8rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-4-half {
    padding: 2rem !important;
  }

  .pt-lg-4-half,
  .py-lg-4-half {
    padding-top: 2rem !important;
  }

  .pr-lg-4-half,
  .px-lg-4-half {
    padding-right: 2rem !important;
  }

  .pb-lg-4-half,
  .py-lg-4-half {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4-half,
  .px-lg-4-half {
    padding-left: 2rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }

  .p-lg-7 {
    padding: 5rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }

  .p-lg-8 {
    padding: 6rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }

  .p-lg-9 {
    padding: 7rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7rem !important;
  }

  .p-lg-10 {
    padding: 8rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 8rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 8rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 8rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n4-half {
    margin: -2rem !important;
  }

  .mt-lg-n4-half,
  .my-lg-n4-half {
    margin-top: -2rem !important;
  }

  .mr-lg-n4-half,
  .mx-lg-n4-half {
    margin-right: -2rem !important;
  }

  .mb-lg-n4-half,
  .my-lg-n4-half {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n4-half,
  .mx-lg-n4-half {
    margin-left: -2rem !important;
  }

  .m-lg-n6 {
    margin: -4rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }

  .m-lg-n7 {
    margin: -5rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }

  .m-lg-n8 {
    margin: -6rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important;
  }

  .m-lg-n9 {
    margin: -7rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7rem !important;
  }

  .m-lg-n10 {
    margin: -8rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -8rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -8rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -8rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-4-half {
    margin: 2rem !important;
  }

  .mt-xl-4-half,
  .my-xl-4-half {
    margin-top: 2rem !important;
  }

  .mr-xl-4-half,
  .mx-xl-4-half {
    margin-right: 2rem !important;
  }

  .mb-xl-4-half,
  .my-xl-4-half {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4-half,
  .mx-xl-4-half {
    margin-left: 2rem !important;
  }

  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }

  .m-xl-7 {
    margin: 5rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }

  .m-xl-8 {
    margin: 6rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }

  .m-xl-9 {
    margin: 7rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7rem !important;
  }

  .m-xl-10 {
    margin: 8rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 8rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 8rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 8rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-4-half {
    padding: 2rem !important;
  }

  .pt-xl-4-half,
  .py-xl-4-half {
    padding-top: 2rem !important;
  }

  .pr-xl-4-half,
  .px-xl-4-half {
    padding-right: 2rem !important;
  }

  .pb-xl-4-half,
  .py-xl-4-half {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4-half,
  .px-xl-4-half {
    padding-left: 2rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }

  .p-xl-8 {
    padding: 6rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }

  .p-xl-9 {
    padding: 7rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7rem !important;
  }

  .p-xl-10 {
    padding: 8rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 8rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 8rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 8rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n4-half {
    margin: -2rem !important;
  }

  .mt-xl-n4-half,
  .my-xl-n4-half {
    margin-top: -2rem !important;
  }

  .mr-xl-n4-half,
  .mx-xl-n4-half {
    margin-right: -2rem !important;
  }

  .mb-xl-n4-half,
  .my-xl-n4-half {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n4-half,
  .mx-xl-n4-half {
    margin-left: -2rem !important;
  }

  .m-xl-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }

  .m-xl-n7 {
    margin: -5rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }

  .m-xl-n8 {
    margin: -6rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important;
  }

  .m-xl-n9 {
    margin: -7rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7rem !important;
  }

  .m-xl-n10 {
    margin: -8rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -8rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -8rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -8rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-4-half {
    margin: 2rem !important;
  }

  .mt-xxl-4-half,
  .my-xxl-4-half {
    margin-top: 2rem !important;
  }

  .mr-xxl-4-half,
  .mx-xxl-4-half {
    margin-right: 2rem !important;
  }

  .mb-xxl-4-half,
  .my-xxl-4-half {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-4-half,
  .mx-xxl-4-half {
    margin-left: 2rem !important;
  }

  .m-xxl-6 {
    margin: 4rem !important;
  }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }

  .m-xxl-7 {
    margin: 5rem !important;
  }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 5rem !important;
  }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 5rem !important;
  }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 5rem !important;
  }

  .m-xxl-8 {
    margin: 6rem !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 6rem !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 6rem !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 6rem !important;
  }

  .m-xxl-9 {
    margin: 7rem !important;
  }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 7rem !important;
  }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 7rem !important;
  }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 7rem !important;
  }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 7rem !important;
  }

  .m-xxl-10 {
    margin: 8rem !important;
  }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 8rem !important;
  }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 8rem !important;
  }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 8rem !important;
  }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 8rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-4-half {
    padding: 2rem !important;
  }

  .pt-xxl-4-half,
  .py-xxl-4-half {
    padding-top: 2rem !important;
  }

  .pr-xxl-4-half,
  .px-xxl-4-half {
    padding-right: 2rem !important;
  }

  .pb-xxl-4-half,
  .py-xxl-4-half {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-4-half,
  .px-xxl-4-half {
    padding-left: 2rem !important;
  }

  .p-xxl-6 {
    padding: 4rem !important;
  }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }

  .p-xxl-7 {
    padding: 5rem !important;
  }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 5rem !important;
  }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 5rem !important;
  }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 5rem !important;
  }

  .p-xxl-8 {
    padding: 6rem !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 6rem !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 6rem !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 6rem !important;
  }

  .p-xxl-9 {
    padding: 7rem !important;
  }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 7rem !important;
  }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 7rem !important;
  }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 7rem !important;
  }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 7rem !important;
  }

  .p-xxl-10 {
    padding: 8rem !important;
  }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 8rem !important;
  }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 8rem !important;
  }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 8rem !important;
  }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 8rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n4-half {
    margin: -2rem !important;
  }

  .mt-xxl-n4-half,
  .my-xxl-n4-half {
    margin-top: -2rem !important;
  }

  .mr-xxl-n4-half,
  .mx-xxl-n4-half {
    margin-right: -2rem !important;
  }

  .mb-xxl-n4-half,
  .my-xxl-n4-half {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n4-half,
  .mx-xxl-n4-half {
    margin-left: -2rem !important;
  }

  .m-xxl-n6 {
    margin: -4rem !important;
  }

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important;
  }

  .m-xxl-n7 {
    margin: -5rem !important;
  }

  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -5rem !important;
  }

  .m-xxl-n8 {
    margin: -6rem !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -6rem !important;
  }

  .m-xxl-n9 {
    margin: -7rem !important;
  }

  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -7rem !important;
  }

  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -7rem !important;
  }

  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -7rem !important;
  }

  .m-xxl-n10 {
    margin: -8rem !important;
  }

  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -8rem !important;
  }

  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -8rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

/*.stretched-link:after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}*/

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #e86c00 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #9c4800 !important;
}

.text-secondary {
  color: #415464 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #232d36 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-brand-light-blue {
  color: #5a9db4 !important;
}

a.text-brand-light-blue:focus,
a.text-brand-light-blue:hover {
  color: #3c7285 !important;
}

.text-alert-notification {
  color: #5a9db4 !important;
}

a.text-alert-notification:focus,
a.text-alert-notification:hover {
  color: #3c7285 !important;
}

.text-body {
  color: #525252 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  :after,
  :before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .content-cms table,
  .table {
    border-collapse: collapse !important;
  }

  .content-cms table td,
  .content-cms table th,
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #e2dfdc;
  }

  .content-cms table .thead-dark th,
  .table .thead-dark th {
    border-color: #e2dfdc;
    color: inherit;
  }
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px 35px;
  cursor: pointer;
  height: 36px;
  margin-top: -22px;
  position: absolute;
  top: 0;
  right: 0; 
  width: 36px;
  z-index: 10;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-prev:hover {
  background-color: hsla(30, 9%, 87%, 0.7);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("/wp-content/themes/bnn/assets/img/icons/carousel-arrow-left.svg");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("/wp-content/themes/bnn/assets/img/icons/carousel-arrow-right.svg");
  left: auto;
  right: 10px;
}

.swiper-button-prev.swiper-button-blue,
.swiper-container-rtl .swiper-button-next.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007bff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-blue,
.swiper-container-rtl .swiper-button-prev.swiper-button-blue {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007bff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-indigo,
.swiper-container-rtl .swiper-button-next.swiper-button-indigo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%236610f2'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-indigo,
.swiper-container-rtl .swiper-button-prev.swiper-button-indigo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%236610f2'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-purple,
.swiper-container-rtl .swiper-button-next.swiper-button-purple {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%236f42c1'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-purple,
.swiper-container-rtl .swiper-button-prev.swiper-button-purple {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%236f42c1'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-pink,
.swiper-container-rtl .swiper-button-next.swiper-button-pink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23e83e8c'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-pink,
.swiper-container-rtl .swiper-button-prev.swiper-button-pink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23e83e8c'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-red,
.swiper-container-rtl .swiper-button-next.swiper-button-red {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23dc3545'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-red,
.swiper-container-rtl .swiper-button-prev.swiper-button-red {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23dc3545'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-orange,
.swiper-container-rtl .swiper-button-next.swiper-button-orange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fd7e14'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-orange,
.swiper-container-rtl .swiper-button-prev.swiper-button-orange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fd7e14'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-yellow,
.swiper-container-rtl .swiper-button-next.swiper-button-yellow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ffc107'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-yellow,
.swiper-container-rtl .swiper-button-prev.swiper-button-yellow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ffc107'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-green,
.swiper-container-rtl .swiper-button-next.swiper-button-green {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2328a745'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-green,
.swiper-container-rtl .swiper-button-prev.swiper-button-green {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2328a745'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-teal,
.swiper-container-rtl .swiper-button-next.swiper-button-teal {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2320c997'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-teal,
.swiper-container-rtl .swiper-button-prev.swiper-button-teal {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2320c997'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-cyan,
.swiper-container-rtl .swiper-button-next.swiper-button-cyan {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2317a2b8'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-cyan,
.swiper-container-rtl .swiper-button-prev.swiper-button-cyan {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2317a2b8'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-gray,
.swiper-container-rtl .swiper-button-next.swiper-button-gray {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%236c757d'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-gray,
.swiper-container-rtl .swiper-button-prev.swiper-button-gray {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%236c757d'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-container-rtl .swiper-button-next.swiper-button-gray-dark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23343a40'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-gray-dark,
.swiper-container-rtl .swiper-button-prev.swiper-button-gray-dark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23343a40'/%3E%3C/svg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #525252;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-blue .swiper-pagination-bullet-active {
  background: #007bff;
}

.swiper-pagination-progressbar.swiper-pagination-blue {
  background: rgba(0, 123, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-blue .swiper-pagination-progressbar-fill {
  background: #007bff;
}

.swiper-pagination-indigo .swiper-pagination-bullet-active {
  background: #6610f2;
}

.swiper-pagination-progressbar.swiper-pagination-indigo {
  background: rgba(102, 16, 242, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-indigo .swiper-pagination-progressbar-fill {
  background: #6610f2;
}

.swiper-pagination-purple .swiper-pagination-bullet-active {
  background: #6f42c1;
}

.swiper-pagination-progressbar.swiper-pagination-purple {
  background: rgba(111, 66, 193, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-purple .swiper-pagination-progressbar-fill {
  background: #6f42c1;
}

.swiper-pagination-pink .swiper-pagination-bullet-active {
  background: #e83e8c;
}

.swiper-pagination-progressbar.swiper-pagination-pink {
  background: rgba(232, 62, 140, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-pink .swiper-pagination-progressbar-fill {
  background: #e83e8c;
}

.swiper-pagination-red .swiper-pagination-bullet-active {
  background: #dc3545;
}

.swiper-pagination-progressbar.swiper-pagination-red {
  background: rgba(220, 53, 69, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-red .swiper-pagination-progressbar-fill {
  background: #dc3545;
}

.swiper-pagination-orange .swiper-pagination-bullet-active {
  background: #fd7e14;
}

.swiper-pagination-progressbar.swiper-pagination-orange {
  background: rgba(253, 126, 20, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-orange .swiper-pagination-progressbar-fill {
  background: #fd7e14;
}

.swiper-pagination-yellow .swiper-pagination-bullet-active {
  background: #ffc107;
}

.swiper-pagination-progressbar.swiper-pagination-yellow {
  background: rgba(255, 193, 7, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-yellow .swiper-pagination-progressbar-fill {
  background: #ffc107;
}

.swiper-pagination-green .swiper-pagination-bullet-active {
  background: #28a745;
}

.swiper-pagination-progressbar.swiper-pagination-green {
  background: rgba(40, 167, 69, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-green .swiper-pagination-progressbar-fill {
  background: #28a745;
}

.swiper-pagination-teal .swiper-pagination-bullet-active {
  background: #20c997;
}

.swiper-pagination-progressbar.swiper-pagination-teal {
  background: rgba(32, 201, 151, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-teal .swiper-pagination-progressbar-fill {
  background: #20c997;
}

.swiper-pagination-cyan .swiper-pagination-bullet-active {
  background: #17a2b8;
}

.swiper-pagination-progressbar.swiper-pagination-cyan {
  background: rgba(23, 162, 184, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-cyan .swiper-pagination-progressbar-fill {
  background: #17a2b8;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-gray .swiper-pagination-bullet-active {
  background: #6c757d;
}

.swiper-pagination-progressbar.swiper-pagination-gray {
  background: hsla(208, 7%, 46%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-gray .swiper-pagination-progressbar-fill {
  background: #6c757d;
}

.swiper-pagination-gray-dark .swiper-pagination-bullet-active {
  background: #343a40;
}

.swiper-pagination-progressbar.swiper-pagination-gray-dark {
  background: rgba(52, 58, 64, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-gray-dark .swiper-pagination-progressbar-fill {
  background: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

html {
  font-size: 1rem;
}

::-moz-selection {
  background: #35485f;
  color: #fff;
  text-shadow: none;
}

::-moz-selection,
::selection {
  background: #35485f;
  color: #fff;
  text-shadow: none;
}

body {
  height: 100%;
  width: 100%;
}

q {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

q:after,
q:before {
  display: none;
}

ol,
ul {
  padding-left: 1em;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

strong {
  font-weight: 700;
}

figure {
  max-width: 100%;
}

.color-primary,
.hover-primary:hover {
  color: #e86c00 !important;
}

.color-secondary,
.hover-secondary:hover {
  color: #415464 !important;
}

.color-success,
.hover-success:hover {
  color: #28a745 !important;
}

.color-info,
.hover-info:hover {
  color: #17a2b8 !important;
}

.color-warning,
.hover-warning:hover {
  color: #ffc107 !important;
}

.color-danger,
.hover-danger:hover {
  color: #dc3545 !important;
}

.color-light,
.hover-light:hover {
  color: #f8f9fa !important;
}

.color-dark,
.hover-dark:hover {
  color: #343a40 !important;
}

.color-alert-notification,
.color-brand-light-blue,
.hover-alert-notification:hover,
.hover-brand-light-blue:hover {
  color: #5a9db4 !important;
}

.font-size-larger-x1 {
  font-size: 1.1em;
}

.font-size-larger-x2 {
  font-size: 1.25em;
}

.font-size-larger-x3 {
  font-size: 1.5em;
}

.font-size-larger-x4 {
  font-size: 1.875em;
}

.font-size-smaller-x1 {
  font-size: 0.9em;
}

.font-size-smaller-x2 {
  font-size: 0.75em;
}

.font-size-smaller-x3 {
  font-size: 0.5em;
}

.gutter-at-content-width {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .gutter-at-content-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.clickable {
  cursor: pointer;
}

.page-break {
  display: none;
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  src: local(""), url(../fonts/raleway-v28-latin-600.woff2) format("woff2"),
    url(../fonts/raleway-v28-latin-600.woff) format("woff");
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/raleway-v29-latin-500.woff2) format("woff2"),
    url(../fonts/raleway-v29-latin-500.woff) format("woff");
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/raleway-v28-latin-700.woff2) format("woff2"),
    url(../fonts/raleway-v28-latin-700.woff) format("woff");
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  src: local(""), url(../fonts/raleway-v28-latin-800.woff2) format("woff2"),
    url(../fonts/raleway-v28-latin-800.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(../fonts/roboto-v30-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-regular.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/roboto-v30-latin-500.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-500.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/roboto-v30-latin-700.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-700.woff) format("woff");
}

.layout-site-wrapper {
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  overflow-x: hidden;
}

.layout-wrapper {
  position: relative;
}

.layout-container {
  max-width: 100%;
  width: 1230px;
}

.layout-container:after:after {
  clear: both;
  content: "";
  display: block;
}

.layout-header {
  background: #f7f6f6;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1001;
}

@media (min-width: 992px) {
  .layout-header {
    border-bottom: 0;
  }
}

.layout-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  justify-content: space-between;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

@media (min-width: 992px) {
  .layout-header__inner {
    height: 160px;
  }
}

.layout-header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.layout-header__logo__link {
  display: block;
}

.layout-header__logo__link:focus {
  outline: 2px solid #e86c00;
}

.layout-header__logo__img {
  display: block;
  margin: 0;
  /* max-width: 160px; */
  height: 140px;
  width: auto;
}

@media (min-width: 992px) {
  .layout-header__logo__img {
    max-width: 250px;
    max-height: 110px;
}
}

.layout-header__navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.layout-header__navbar--fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.layout-header__navbar--condensed {
  background: #5ebedf;
}

@media (min-width: 992px) {
  .layout-header__navbar--condensed .layout-navbar__inner {
    height: 90px !important;
  }

  .layout-header__navbar--condensed .layout-navbar__logo__img {
    max-width: 140px;
  }
}

.layout-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: relative;
}

.layout-search__drawer,
.layout-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-search__drawer {
  background-color: #fff;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-out;
  -o-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out;
}

.layout-search__drawer.open {
  max-width: 200px;
}

.layout-search__input {
  background: hsla(0, 0%, 100%, 0.26);
  border: 1px solid #e2dfdc;
  color: #757575;
  font-size: 0.75rem;
  height: 30px;
  margin: 0;
  padding: 0 5px;
}

.layout-search__input:focus {
  border-color: #e86c00;
  outline: none;
}

.layout-search__input::-webkit-input-placeholder {
  color: #757575;
}

.layout-search__input::-moz-placeholder {
  color: #757575;
}

.layout-search__input:-ms-input-placeholder {
  color: #757575;
}

.layout-search__input::-ms-input-placeholder {
  color: #757575;
}

.layout-search__input::placeholder {
  color: #757575;
}

.layout-search .layout-search__btn {
  color: #e86c00;
  font-size: 1rem;
  height: 30px;
  line-height: 1;
  padding: 0.25rem;
  width: 30px;
}

.layout-search__icon {
  display: block;
  height: 20px;
  width: 20px;
}

.layout-search__icon--open {
  height: 20px;
  margin-top: 5px;
  padding: 0 10px;
  width: 40px;
}

.layout-search__icon--open:hover {
  cursor: pointer;
}

.layout-navbar__utility {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 1rem;
}

@media (max-width: 991.98px) {
  .layout-navbar__utility {
    display: none;
  }
}

.layout-navbar__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .layout-navbar__nav {
    display: none !important;
  }
}

.layout-navbar__mobile-actions {
  margin-left: auto;
}

.layout-navbar .layout-navbar__mobile-btn {
  display: block;
  position: relative;
}

.layout-navbar .layout-navbar__mobile-btn--open {
  display: none;
}

@media (min-width: 992px) {
  .layout-navbar .layout-navbar__mobile-btn {
    display: none !important;
  }
}

.layout-breadcrumbs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #415464;
  background-image: url(../img/layout/breadcrumbs-background.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .layout-breadcrumbs {
    display: none;
  }
}

.layout-breadcrumbs__inner {
  z-index: 100;
}

.layout-main {
  background-color: #fff;
}

.layout-footer {
  background-color: #344757;
}

.layout-footer__primary {
  background-color: #415464;
  padding-bottom: 3.125rem;
  padding-top: 1.25rem;
}

@media (min-width: 992px) {
  .layout-footer__primary {
    padding-top: 2.1875rem;
  }
}

.layout-footer__secondary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #344757;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Raleway, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6923076923;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .layout-footer__secondary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.layout-footer__secondary .divider-pipe {
  display: none;
}

@media (min-width: 768px) {
  .layout-footer__secondary .divider-pipe {
    display: inline-block;
    padding: 0 0.75rem;
  }
}

.layout-footer__secondary a {
  color: #fff;
  text-decoration: none;
}

.layout-footer__secondary a:active,
.layout-footer__secondary a:focus,
.layout-footer__secondary a:hover {
  color: #fff;
  text-decoration: underline;
}

.layout-footer__copyright {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .layout-footer__copyright {
    display: block;
    margin-bottom: 0;
  }
}

.layout-footer__copyright a {
  display: inline-block;
}

.layout-footer__subscribe {
  background-color: #344757;
  padding: 2rem 1.5rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .layout-footer__subscribe {
    margin-left: auto;
    max-width: 100%;
    width: 235px;
  }
}

.layout-footer__subscribe-heading {
  color: #fff;
  font-size: 1.125rem;
}

.layout-footer__subscribe-intro {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6923076923;
  text-transform: uppercase;
}

.layout-footer__locations {
  border-bottom: 1px solid #476074;
  font-family: Raleway, sans-serif;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .layout-footer__locations {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #476074;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem 0 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .layout-footer__locations {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.layout-footer__locations-block {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-footer__locations-block {
    width: 40%;
  }
}

.layout-footer__locations-block a:not(.btn) {
  color: #5ebedf;
}

.layout-footer__locations-block a:not(.btn):active,
.layout-footer__locations-block a:not(.btn):focus,
.layout-footer__locations-block a:not(.btn):hover {
  color: #5a9db4;
  text-decoration: underline;
}

.layout-footer__social-icons {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .layout-footer__social-icons {
    margin-left: auto;
    max-width: 100%;
    padding: 0;
    width: 235px;
  }
}

.layout-footer__accolades {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.layout-footer__accolades-image-wrap {
  max-width: 100px;
  min-width: 80px;
}

@media (min-width: 992px) {
  .layout-footer__accolades-image-wrap {
    margin-right: 2rem;
  }
}

.layout-footer__statement {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 0.8125rem;
  padding: 1.75rem 2.25rem;
  text-align: center;
}

@media (min-width: 992px) {
  .layout-footer__statement {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: left;
  }
}

.layout-footer__statement img {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .layout-footer__statement img {
    margin-bottom: 0;
    margin-right: 2rem;
    max-width: 300px;
  }

  .layout-footer__statement p {
    margin-bottom: 0;
    max-width: 375px;
  }

  .layout-footer__plug {
    margin-left: auto;
  }
}

.layout-mobile-nav__search {
  border-bottom: 1px solid #eaeaea;
  padding: 1.25rem;
}

.layout-mobile-nav__search .btn-search-icon {
  line-height: 1;
  padding: 0.375rem 0.75rem;
}

.layout-mobile-nav__search .btn-search-icon svg {
  fill: #e86c00;
  height: 16px;
  width: 16px;
}

.layout-mobile-nav__nav {
  padding-bottom: 2.25rem;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: 50%;
}

.bg-center-top {
  background-position: top;
}

.bg-left {
  background-position: 0;
}

.bg-left-bottom {
  background-position: 0 100%;
}

.bg-left-top {
  background-position: 0 0;
}

.bg-right {
  background-position: 100%;
}

.bg-right-bottom {
  background-position: 100% 100%;
}

.bg-right-top {
  background-position: 100% 0;
}

.bg-top {
  background-position: top;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.section {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.bg-color--brand-orange {
  background-color: #e86c00;
  color: #fff;
}

.bg-color--brand-dark-orange,
.bg-color--brand-dark-orange * {
  background-color: #c35b00;
  color: #fff !important;
}

.bg-color--brand-blue {
  background-color: #415464;
  color: #fff !important;
}

.bg-color--brand-bright-blue {
  background-color: #5ebedf;
  color: #fff;
}

.bg-color--brand-light-blue {
  background-color: #5a9db4;
  color: #fff;
}

.bg-color--brand-dark-blue {
  background-color: #35485f;
}

.bg-color--brand-dark-blue,
.bg-color--brand-dark-blue h2,
.bg-color--brand-dark-blue h3,
.bg-color--brand-dark-blue h4,
.bg-color--brand-dark-blue a {
  color: #fff;
}

.bg-color--brand-green {
  background-color: #b7dd79;
  color: #fff;
}

.bg-color--brand-dark-green {
  background-color: #7fa04a;
}
.bg-color--brand-dark-green,
.bg-color--brand-dark-green h2,
.bg-color--brand-dark-green h3,
.bg-color--brand-dark-green h4,
.bg-color--brand-dark-green a {
  color: #fff;
}

.bg-color--brand-wild-sand {
  background-color: #f7f6f6;
}

.bg-color--brand-gray {
  background-color: #525252;
}
.bg-color--brand-gray,
.bg-color--brand-gray h2,
.bg-color--brand-gray h3,
.bg-color--brand-gray h4,
.bg-color--brand-gray a {
  color: #fff;
}

.bg-color--brand-white {
  background-color: #fff;
}

.bg-texture {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-texture--dark-blue {
  background-image: url(../img/layout/texture-dark-blue.jpg);
}

.bg-texture--light-blue {
  background-image: url(../img/cta-background.jpg);
}

/* .bg-texture--green {
  background-image: url(../img/layout/texture-dark-green.jpg);
} */

.bg-texture--green {
  background-image: url(../img/layout/green-cta-background.jpg);
}

.bg-texture--grey {
  background-image: url(../img/layout/grey-cta-background.jpg);
}

.bg-texture--orange{
  background-image: url(../img/layout/orange-cta-background.jpg);
}

.bg-texture--orange * {
color: #fff;
}

.bg-texture--semi-transparent {
  background-image: url(../img/layout/cta-row-bg-texture-opacity.png);
  background-blend-mode: multiply;
}

.bg-texture--semi-transparent.bg-color--brand-dark-orange * {
  background-color: transparent;
}

.form-sidebar .nf-response-msg a[download] {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.btn[class*="btn-brand-"]:not(:disabled):not(.disabled),
.btn[class*="btn-danger"]:not(:disabled):not(.disabled),
.btn[class*="btn-outline-brand-"]:not(:disabled):not(.disabled),
.btn[class*="btn-primary"]:not(:disabled):not(.disabled),
.btn[class*="btn-secondary"]:not(:disabled):not(.disabled),
.form-sidebar .nf-response-msg a[class*="btn-brand-"][download]:not(:disabled):not(.disabled),
.form-sidebar .nf-response-msg a[class*="btn-danger"][download]:not(:disabled):not(.disabled),
.form-sidebar .nf-response-msg a[class*="btn-outline-brand-"][download]:not(:disabled):not(.disabled),
.form-sidebar .nf-response-msg a[class*="btn-primary"][download]:not(:disabled):not(.disabled),
.form-sidebar .nf-response-msg a[class*="btn-secondary"][download]:not(:disabled):not(.disabled) {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.btn[class*="btn-brand-"]:not(:disabled):not(.disabled):before,
.btn[class*="btn-danger"]:not(:disabled):not(.disabled):before,
.btn[class*="btn-outline-brand-"]:not(:disabled):not(.disabled):before,
.btn[class*="btn-primary"]:not(:disabled):not(.disabled):before,
.btn[class*="btn-secondary"]:not(:disabled):not(.disabled):before,
.form-sidebar .nf-response-msg a[class*="btn-brand-"][download]:not(:disabled):not(.disabled):before,
.form-sidebar .nf-response-msg a[class*="btn-danger"][download]:not(:disabled):not(.disabled):before,
.form-sidebar .nf-response-msg a[class*="btn-outline-brand-"][download]:not(:disabled):not(.disabled):before,
.form-sidebar .nf-response-msg a[class*="btn-primary"][download]:not(:disabled):not(.disabled):before,
.form-sidebar .nf-response-msg a[class*="btn-secondary"][download]:not(:disabled):not(.disabled):before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn[class*="btn-brand-"]:not(:disabled):not(.disabled):active:before,
.btn[class*="btn-brand-"]:not(:disabled):not(.disabled):focus:before,
.btn[class*="btn-brand-"]:not(:disabled):not(.disabled):hover:before,
.btn[class*="btn-danger"]:not(:disabled):not(.disabled):active:before,
.btn[class*="btn-danger"]:not(:disabled):not(.disabled):focus:before,
.btn[class*="btn-danger"]:not(:disabled):not(.disabled):hover:before,
.btn[class*="btn-outline-brand-"]:not(:disabled):not(.disabled):active:before,
.btn[class*="btn-outline-brand-"]:not(:disabled):not(.disabled):focus:before,
.btn[class*="btn-outline-brand-"]:not(:disabled):not(.disabled):hover:before,
.btn[class*="btn-primary"]:not(:disabled):not(.disabled):active:before,
.btn[class*="btn-primary"]:not(:disabled):not(.disabled):focus:before,
.btn[class*="btn-primary"]:not(:disabled):not(.disabled):hover:before,
.btn[class*="btn-secondary"]:not(:disabled):not(.disabled):active:before,
.btn[class*="btn-secondary"]:not(:disabled):not(.disabled):focus:before,
.btn[class*="btn-secondary"]:not(:disabled):not(.disabled):hover:before,
.form-sidebar .nf-response-msg a[class*="btn-brand-"][download]:not(:disabled):not(.disabled):active:before,
.form-sidebar .nf-response-msg a[class*="btn-brand-"][download]:not(:disabled):not(.disabled):focus:before,
.form-sidebar .nf-response-msg a[class*="btn-brand-"][download]:not(:disabled):not(.disabled):hover:before,
.form-sidebar .nf-response-msg a[class*="btn-danger"][download]:not(:disabled):not(.disabled):active:before,
.form-sidebar .nf-response-msg a[class*="btn-danger"][download]:not(:disabled):not(.disabled):focus:before,
.form-sidebar .nf-response-msg a[class*="btn-danger"][download]:not(:disabled):not(.disabled):hover:before,
.form-sidebar .nf-response-msg a[class*="btn-outline-brand-"][download]:not(:disabled):not(.disabled):active:before,
.form-sidebar .nf-response-msg a[class*="btn-outline-brand-"][download]:not(:disabled):not(.disabled):focus:before,
.form-sidebar .nf-response-msg a[class*="btn-outline-brand-"][download]:not(:disabled):not(.disabled):hover:before,
.form-sidebar .nf-response-msg a[class*="btn-primary"][download]:not(:disabled):not(.disabled):active:before,
.form-sidebar .nf-response-msg a[class*="btn-primary"][download]:not(:disabled):not(.disabled):focus:before,
.form-sidebar .nf-response-msg a[class*="btn-primary"][download]:not(:disabled):not(.disabled):hover:before,
.form-sidebar .nf-response-msg a[class*="btn-secondary"][download]:not(:disabled):not(.disabled):active:before,
.form-sidebar .nf-response-msg a[class*="btn-secondary"][download]:not(:disabled):not(.disabled):focus:before,
.form-sidebar .nf-response-msg a[class*="btn-secondary"][download]:not(:disabled):not(.disabled):hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn.btn-danger:before,
.form-sidebar .nf-response-msg a.btn-danger[download]:before {
  background-color: #c82333;
}

.btn-brand-orange,
.nf-form-layout .submit-wrap .ninja-forms-field {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.btn-brand-orange:hover,
.nf-form-layout .submit-wrap .ninja-forms-field:hover {
  border-color: #b55400;
  color: #fff;
}

.btn-brand-orange:before,
.nf-form-layout .submit-wrap .ninja-forms-field:before {
  background-color: #c35b00;
}

.btn-brand-orange.focus,
.btn-brand-orange:focus,
.nf-form-layout .submit-wrap .focus.ninja-forms-field,
.nf-form-layout .submit-wrap .ninja-forms-field:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
}

.btn-brand-orange.disabled,
.btn-brand-orange:disabled,
.nf-form-layout .submit-wrap .disabled.ninja-forms-field,
.nf-form-layout .submit-wrap .ninja-forms-field:disabled {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.btn-brand-orange:not(:disabled):not(.disabled).active,
.btn-brand-orange:not(:disabled):not(.disabled):active,
.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled).active,
.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled):active,
.nf-form-layout .submit-wrap .show>.dropdown-toggle.ninja-forms-field,
.show>.btn-brand-orange.dropdown-toggle {
  background-color: #b55400;
  border-color: #a84e00;
  color: #fff;
}

.btn-brand-orange:not(:disabled):not(.disabled).active:focus,
.btn-brand-orange:not(:disabled):not(.disabled):active:focus,
.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.nf-form-layout .submit-wrap .show>.dropdown-toggle.ninja-forms-field:focus,
.show>.btn-brand-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(235, 130, 38, 0.5);
}

.btn-brand-dark-orange {
  background-color: #c35b00;
  border-color: #c35b00;
  color: #fff;
}

.btn-brand-dark-orange:hover {
  border-color: #904300;
  color: #fff;
}

.btn-brand-dark-orange:before {
  background-color: #9d4900;
}

.btn-brand-dark-orange.focus,
.btn-brand-dark-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 116, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 116, 38, 0.5);
}

.btn-brand-dark-orange.disabled,
.btn-brand-dark-orange:disabled {
  background-color: #c35b00;
  border-color: #c35b00;
  color: #fff;
}

.btn-brand-dark-orange:not(:disabled):not(.disabled).active,
.btn-brand-dark-orange:not(:disabled):not(.disabled):active,
.show>.btn-brand-dark-orange.dropdown-toggle {
  background-color: #904300;
  border-color: #833d00;
  color: #fff;
}

.btn-brand-dark-orange:not(:disabled):not(.disabled).active:focus,
.btn-brand-dark-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand-dark-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 116, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 116, 38, 0.5);
}

.btn-brand-dark-green {
  background-color: #7fa04a;
  border-color: #7fa04a;
  color: #fff;
}

.btn-brand-dark-green:hover {
  border-color: #637d3a;
  color: #fff;
}

.btn-brand-dark-green:before {
  background-color: #6a863e;
}

.btn-brand-dark-green.focus,
.btn-brand-dark-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(83, 31%, 54%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(83, 31%, 54%, 0.5);
}

.btn-brand-dark-green.disabled,
.btn-brand-dark-green:disabled {
  background-color: #7fa04a;
  border-color: #7fa04a;
  color: #fff;
}

.btn-brand-dark-green:not(:disabled):not(.disabled).active,
.btn-brand-dark-green:not(:disabled):not(.disabled):active,
.show>.btn-brand-dark-green.dropdown-toggle {
  background-color: #637d3a;
  border-color: #5c7436;
  color: #fff;
}

.btn-brand-dark-green:not(:disabled):not(.disabled).active:focus,
.btn-brand-dark-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand-dark-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(83, 31%, 54%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(83, 31%, 54%, 0.5);
}

.btn-brand-light-blue,
.flex__component__cta-row .bg-color--brand-dark-blue .btn,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download],
.flex__component__cta-row .bg-color--brand-wild-sand .btn,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download],
.flex__component__cta-row .bg-texture--dark-blue .btn,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download],
.social-icon.social-icon-btn-brand-light-blue {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-brand-light-blue:hover,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:hover,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:hover,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:hover,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:hover,
.flex__component__cta-row .bg-texture--dark-blue .btn:hover,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:hover,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:hover,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:hover,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:hover,
.social-icon.social-icon-btn-brand-light-blue:hover {
  border-color: #448297;
  color: #fff;
}

.btn-brand-light-blue:before,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:before,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:before,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:before,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:before,
.flex__component__cta-row .bg-texture--dark-blue .btn:before,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:before,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:before,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:before,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:before,
.social-icon.social-icon-btn-brand-light-blue:before {
  background-color: #357a92;
}

.btn-brand-light-blue.focus,
.btn-brand-light-blue:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .focus.btn,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a.focus[download],
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .focus.btn,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a.focus[download],
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:focus,
.flex__component__cta-row .bg-texture--dark-blue .btn:focus,
.flex__component__cta-row .bg-texture--dark-blue .focus.btn,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a.focus[download],
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:focus,
.focus.social-icon.social-icon-btn-brand-light-blue,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a.focus[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a.focus[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a.focus[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:focus,
.social-icon.social-icon-btn-brand-light-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
}

.btn-brand-light-blue.disabled,
.btn-brand-light-blue:disabled,
.disabled.social-icon.social-icon-btn-brand-light-blue,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:disabled,
.flex__component__cta-row .bg-color--brand-dark-blue .disabled.btn,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a.disabled[download],
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:disabled,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:disabled,
.flex__component__cta-row .bg-color--brand-wild-sand .disabled.btn,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a.disabled[download],
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:disabled,
.flex__component__cta-row .bg-texture--dark-blue .btn:disabled,
.flex__component__cta-row .bg-texture--dark-blue .disabled.btn,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a.disabled[download],
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:disabled,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a.disabled[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:disabled,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a.disabled[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:disabled,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a.disabled[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:disabled,
.social-icon.social-icon-btn-brand-light-blue:disabled {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-brand-light-blue:not(:disabled):not(.disabled).active,
.btn-brand-light-blue:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:not(:disabled):not(.disabled).active,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg .show>a.dropdown-toggle[download],
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled).active,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-color--brand-dark-blue .show>.dropdown-toggle.btn,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:not(:disabled):not(.disabled).active,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg .show>a.dropdown-toggle[download],
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled).active,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-color--brand-wild-sand .show>.dropdown-toggle.btn,
.flex__component__cta-row .bg-texture--dark-blue .btn:not(:disabled):not(.disabled).active,
.flex__component__cta-row .bg-texture--dark-blue .btn:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg .show>a.dropdown-toggle[download],
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled).active,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled):active,
.flex__component__cta-row .bg-texture--dark-blue .show>.dropdown-toggle.btn,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue .show>a.dropdown-toggle[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:not(:disabled):not(.disabled).active,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:not(:disabled):not(.disabled):active,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand .show>a.dropdown-toggle[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:not(:disabled):not(.disabled).active,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:not(:disabled):not(.disabled):active,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue .show>a.dropdown-toggle[download],
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:not(:disabled):not(.disabled).active,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:not(:disabled):not(.disabled):active,
.show>.btn-brand-light-blue.dropdown-toggle,
.show>.dropdown-toggle.social-icon.social-icon-btn-brand-light-blue,
.social-icon.social-icon-btn-brand-light-blue:not(:disabled):not(.disabled).active,
.social-icon.social-icon-btn-brand-light-blue:not(:disabled):not(.disabled):active {
  background-color: #448297;
  border-color: #407a8e;
  color: #fff;
}

.btn-brand-light-blue:not(:disabled):not(.disabled).active:focus,
.btn-brand-light-blue:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:not(:disabled):not(.disabled).active:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .btn:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg .show>a.dropdown-toggle[download]:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled).active:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-color--brand-dark-blue .show>.dropdown-toggle.btn:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:not(:disabled):not(.disabled).active:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .btn:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg .show>a.dropdown-toggle[download]:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled).active:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-color--brand-wild-sand .show>.dropdown-toggle.btn:focus,
.flex__component__cta-row .bg-texture--dark-blue .btn:not(:disabled):not(.disabled).active:focus,
.flex__component__cta-row .bg-texture--dark-blue .btn:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg .show>a.dropdown-toggle[download]:focus,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled).active:focus,
.flex__component__cta-row .bg-texture--dark-blue .form-sidebar .nf-response-msg a[download]:not(:disabled):not(.disabled):active:focus,
.flex__component__cta-row .bg-texture--dark-blue .show>.dropdown-toggle.btn:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue .show>a.dropdown-toggle[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:not(:disabled):not(.disabled).active:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-dark-blue a[download]:not(:disabled):not(.disabled):active:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand .show>a.dropdown-toggle[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:not(:disabled):not(.disabled).active:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-color--brand-wild-sand a[download]:not(:disabled):not(.disabled):active:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue .show>a.dropdown-toggle[download]:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:not(:disabled):not(.disabled).active:focus,
.form-sidebar .nf-response-msg .flex__component__cta-row .bg-texture--dark-blue a[download]:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand-light-blue.dropdown-toggle:focus,
.show>.dropdown-toggle.social-icon.social-icon-btn-brand-light-blue:focus,
.social-icon.social-icon-btn-brand-light-blue:not(:disabled):not(.disabled).active:focus,
.social-icon.social-icon-btn-brand-light-blue:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
}

.btn-brand-dark-blue {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-brand-dark-blue:hover {
  border-color: #448297;
  color: #fff;
}

.btn-brand-dark-blue:before {
  background-color: #48899f;
}

.btn-brand-dark-blue.focus,
.btn-brand-dark-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
}

.btn-brand-dark-blue.disabled,
.btn-brand-dark-blue:disabled {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-brand-dark-blue:not(:disabled):not(.disabled).active,
.btn-brand-dark-blue:not(:disabled):not(.disabled):active,
.show>.btn-brand-dark-blue.dropdown-toggle {
  background-color: #448297;
  border-color: #407a8e;
  color: #fff;
}

.btn-brand-dark-blue:not(:disabled):not(.disabled).active:focus,
.btn-brand-dark-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand-dark-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(115, 172, 191, 0.5);
}

.btn-outline-brand-orange,
.btn-outline-brand-orange:hover {
  border-color: #e86c00;
  color: #fff;
}

.btn-outline-brand-orange:before {
  background-color: #e86c00;
}

.btn-outline-brand-orange.focus,
.btn-outline-brand-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-orange.disabled,
.btn-outline-brand-orange:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-orange:not(:disabled):not(.disabled).active,
.btn-outline-brand-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-orange.dropdown-toggle {
  background-color: #e86c00;
  border-color: #e86c00;
  color: #fff;
}

.btn-outline-brand-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-dark-orange,
.btn-outline-brand-dark-orange:hover {
  border-color: #c35b00;
  color: #fff;
}

.btn-outline-brand-dark-orange:before {
  background-color: #c35b00;
}

.btn-outline-brand-dark-orange.focus,
.btn-outline-brand-dark-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-dark-orange.disabled,
.btn-outline-brand-dark-orange:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-dark-orange:not(:disabled):not(.disabled).active,
.btn-outline-brand-dark-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-dark-orange.dropdown-toggle {
  background-color: #c35b00;
  border-color: #c35b00;
  color: #fff;
}

.btn-outline-brand-dark-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-dark-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-dark-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-green,
.btn-outline-brand-green:hover {
  border-color: #b7dd79;
  color: #fff;
}

.btn-outline-brand-green:before {
  background-color: #b7dd79;
}

.btn-outline-brand-green.focus,
.btn-outline-brand-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-green.disabled,
.btn-outline-brand-green:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-green:not(:disabled):not(.disabled).active,
.btn-outline-brand-green:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-green.dropdown-toggle {
  background-color: #b7dd79;
  border-color: #b7dd79;
  color: #212529;
}

.btn-outline-brand-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-dark-green,
.btn-outline-brand-dark-green:hover {
  border-color: #7fa04a;
  color: #fff;
}

.btn-outline-brand-dark-green:before {
  background-color: #7fa04a;
}

.btn-outline-brand-dark-green.focus,
.btn-outline-brand-dark-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-dark-green.disabled,
.btn-outline-brand-dark-green:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-dark-green:not(:disabled):not(.disabled).active,
.btn-outline-brand-dark-green:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-dark-green.dropdown-toggle {
  background-color: #7fa04a;
  border-color: #7fa04a;
  color: #fff;
}

.btn-outline-brand-dark-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-dark-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-dark-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-blue,
.btn-outline-brand-blue:hover {
  border-color: #415464;
  color: #fff;
}

.btn-outline-brand-blue:before {
  background-color: #415464;
}

.btn-outline-brand-blue.focus,
.btn-outline-brand-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-blue.disabled,
.btn-outline-brand-blue:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-blue:not(:disabled):not(.disabled).active,
.btn-outline-brand-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-blue.dropdown-toggle {
  background-color: #415464;
  border-color: #415464;
  color: #fff;
}

.btn-outline-brand-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-light-blue,
.btn-outline-brand-light-blue:hover {
  border-color: #5a9db4;
  color: #fff;
}

.btn-outline-brand-light-blue:before {
  background-color: #5a9db4;
}

.btn-outline-brand-light-blue.focus,
.btn-outline-brand-light-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-light-blue.disabled,
.btn-outline-brand-light-blue:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-light-blue:not(:disabled):not(.disabled).active,
.btn-outline-brand-light-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-light-blue.dropdown-toggle {
  background-color: #5a9db4;
  border-color: #5a9db4;
  color: #fff;
}

.btn-outline-brand-light-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-light-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-light-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-bright-blue,
.btn-outline-brand-bright-blue:hover {
  border-color: #5ebedf;
  color: #fff;
}

.btn-outline-brand-bright-blue:before {
  background-color: #5ebedf;
}

.btn-outline-brand-bright-blue.focus,
.btn-outline-brand-bright-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-bright-blue.disabled,
.btn-outline-brand-bright-blue:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-bright-blue:not(:disabled):not(.disabled).active,
.btn-outline-brand-bright-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-bright-blue.dropdown-toggle {
  background-color: #5ebedf;
  border-color: #5ebedf;
  color: #212529;
}

.btn-outline-brand-bright-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-bright-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-bright-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-dark-blue,
.btn-outline-brand-dark-blue:hover {
  border-color: #35485f;
  color: #fff;
}

.btn-outline-brand-dark-blue:before {
  background-color: #35485f;
}

.btn-outline-brand-dark-blue.focus,
.btn-outline-brand-dark-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-brand-dark-blue.disabled,
.btn-outline-brand-dark-blue:disabled {
  background-color: transparent;
  color: #fff;
}

.btn-outline-brand-dark-blue:not(:disabled):not(.disabled).active,
.btn-outline-brand-dark-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand-dark-blue.dropdown-toggle {
  background-color: #35485f;
  border-color: #35485f;
  color: #fff;
}

.btn-outline-brand-dark-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand-dark-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand-dark-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-stripped {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.breadcrumb {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.8333333333;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.breadcrumb svg {
  color: #3397b9;
  height: 22px;
  width: 7px;
}

@media (min-width: 576px) {

  .card-deck.card-deck-responsive .accordion__item,
  .card-deck.card-deck-responsive .card,
  .card-deck.card-deck-responsive .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
  .card-deck.card-deck-responsive .card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-deck.card-deck-responsive .card-grid__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 768px) {

  .card-deck.card-deck-responsive .accordion__item,
  .card-deck.card-deck-responsive .card,
  .card-deck.card-deck-responsive .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
  .card-deck.card-deck-responsive .card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-deck.card-deck-responsive .card-grid__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 30px);
    flex: 0 0 calc(33.33333% - 30px);
  }
}

@media (min-width: 992px) {

  .card-deck.card-deck-responsive .accordion__item,
  .card-deck.card-deck-responsive .card,
  .card-deck.card-deck-responsive .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
  .card-deck.card-deck-responsive .card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-deck.card-deck-responsive .card-grid__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
  }
}

@media (min-width: 1200px) {

  .card-deck.card-deck-responsive .accordion__item,
  .card-deck.card-deck-responsive .card,
  .card-deck.card-deck-responsive .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
  .card-deck.card-deck-responsive .card-grid__card,
  .card-grid .card-grid__card-wrapper.color-sequence .card-deck.card-deck-responsive .card-grid__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 30px);
    flex: 0 0 calc(20% - 30px);
  }
}

.card-grid__card-wrapper {
  margin-bottom: 2.5rem;
}

.card-grid hr {
  margin: 0 0 1rem;
  width: 100%;
}

.card-grid img {
  max-width: 100%;
}

.card-grid__card {
  -webkit-box-shadow: 0 2px 4px 0 hsla(26, 6%, 57%, 0.15);
  box-shadow: 0 2px 4px 0 hsla(26, 6%, 57%, 0.15);
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.card-grid__card:focus-within,
.card-grid__card:hover {
  -webkit-box-shadow: 0 6px 15px 0 hsla(26, 6%, 57%, 0.3);
  box-shadow: 0 6px 15px 0 hsla(26, 6%, 57%, 0.3);
}

.card-grid__footer {
  background: none;
  border: none;
  padding-top: 0.25rem;
}

.card-grid__subtitle h2,
.card-grid__subtitle h3,
.card-grid__subtitle h4,
.card-grid__title h2,
.card-grid__title h3,
.card-grid__title h4 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.card-grid__subtitle h2:after,
.card-grid__subtitle h3:after,
.card-grid__subtitle h4:after,
.card-grid__title h2:after,
.card-grid__title h3:after,
.card-grid__title h4:after {
  background-color: #5a9db4;
  content: "";
  display: block;
  height: 3px;
  margin-top: 6px;
  width: 50px;
}

.card-grid__title {
  color: #415464;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.card-grid__text {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0.625rem;
}

.card-grid__text p:last-child {
  margin-bottom: 0;
}

.card-grid__link {
  line-height: 1.15;
}

/* .card-grid__link:nth-of-type(2) {
  margin-left: 1rem;
}
@media (max-width: 768px) { 
.card-grid__link:nth-of-type(2) {
  margin-left: 0;
  margin-top: 1rem;
}*/

/* } */
.card-grid__link.btn,
.form-sidebar .nf-response-msg a.card-grid__link[download] {
  font-size: 1rem;
}

.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card {
  height: 100%;
  min-height: 260px;
}

.card-grid .card-grid__card-wrapper.color-sequence .card-grid__card.branded-placeholder {
  background-position: 50%;
  background-repeat: no-repeat;
}

.card-grid .card-grid__card-wrapper.color-sequence .card-grid__body {
  color: #fff;
  position: relative;
  z-index: 999;
}

.card-grid .card-grid__card-wrapper.color-sequence .card-grid__category {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
  text-transform: capitalize;
}

.card-grid .card-grid__card-wrapper.color-sequence .card-grid__title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}

.card-grid .card-grid__card-wrapper.color-sequence .card-grid__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.card-grid .card-grid__card-wrapper.color-sequence:nth-of-type(5n + 1) .card-grid__card .card-grid__overlay {
  background-color: rgba(90, 157, 180, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence:hover:nth-of-type(5n + 1) .card-grid__card .card-grid__overlay {
  background-color: #5a9db4;
}

.card-grid .card-grid__card-wrapper.color-sequence:nth-of-type(5n + 2) .card-grid__card .card-grid__overlay {
  background-color: rgba(53, 72, 95, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence:hover:nth-of-type(5n + 2) .card-grid__card .card-grid__overlay {
  background-color: #35485f;
}

.card-grid .card-grid__card-wrapper.color-sequence:nth-of-type(5n + 3) .card-grid__card .card-grid__overlay {
  background-color: rgba(232, 108, 0, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence:hover:nth-of-type(5n + 3) .card-grid__card .card-grid__overlay {
  background-color: #e86c00;
}

.card-grid .card-grid__card-wrapper.color-sequence:nth-of-type(5n + 4) .card-grid__overlay {
  background-color: rgba(127, 160, 74, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence:hover:nth-of-type(5n + 4) .card-grid__overlay {
  background-color: #7fa04a;
}

.card-grid .card-grid__card-wrapper.color-sequence:nth-of-type(5n + 5) .card-grid__overlay {
  background-color: rgba(82, 82, 82, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence:hover:nth-of-type(5n + 5) .card-grid__overlay {
  background-color: #525252;
}

.personnel-card .accordion__item-content,
.personnel-card .card-body,
.personnel-card .card-grid__body {
  background: #fff;
}

.personnel-card .card-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .personnel-card .card-content {
    padding-right: 1.875rem;
    width: calc(100% - 140px);
  }
}

.personnel-card__role {
  color: #5a9db4;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.personnel-card__name {
  line-height: 1.1;
}

.personnel-card__credentials {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
}

.personnel-card .card-grid__text,
.personnel-card .card-text {
  color: #35485f;
  font-size: 1rem;
  margin-top: 1rem;
}

.personnel-card__title {
  color: #35485f;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.personnel-card .card-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  order: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .personnel-card .card-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    height: 10.9375rem;
    margin-bottom: 0;
    order: 2;
    overflow: hidden;
    width: 8.75rem;
  }
}

.personnel-card .card-image img {
  width: 100%;
}

.personnel-card__phone-number-link {
  color: #e86c00;
  font-size: 0.875rem;
  font-weight: 700;
}

.personnel-card .card-footer,
.personnel-card .card-grid__footer {
  background-color: #f7f6f6;
  border-top: none;
  height: 3.75rem;
  padding: 0;
}

.personnel-card .card-footer:last-child,
.personnel-card .card-grid__footer:last-child {
  border-radius: 0;
}

.personnel-card__cta {
  margin-left: 1.875rem;
}

.personnel-card__link {
  color: #e86c00;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.personnel-card__link:focus,
.personnel-card__link:hover {
  color: #c35b00;
  text-decoration: underline;
}

.personnel-card__social-links {
  margin-right: 1.875rem;
}

.form-sidebar .nf-response-msg .personnel-card a[download],
.personnel-card .btn,
.personnel-card .form-sidebar .nf-response-msg a[download] {
  font-size: 1rem;
  height: 3.75rem;
  text-transform: capitalize;
}

.form-group.filters__alpha {
  flex: 0 0 70%;
  max-width: 70%;
}

.form-group.filters__search {
  flex: 0 0 30%
}

/*.content-primary {
  font-size: 1.125rem;
}

.content-cms,
.content-cms a {
  font-weight: 400 !important;
  line-height: 1.65;
}

.content-cms a {
  text-decoration: underline;
}


.content-cms strong a,
.content-cms a.btn-brand-orange.btn {
  font-weight: 700 !important;
}

.content-cms .h1,
.content-cms .h2,
.content-cms .h3,
.content-cms .h4,
.content-cms .h5,
.content-cms .h6,
.content-cms .layout-search-results .search-results-wrapper .post-details .post-type,
.content-cms .post-full .post-content h2,
.content-cms .post-full .post-content h3,
.content-cms .post-full .post-content h4,
.content-cms .post-full .post-content h5,
.content-cms h1,
.content-cms h2,
.content-cms h3,
.content-cms h4,
.content-cms h5,
.content-cms h6,
.layout-search-results .search-results-wrapper .post-details .content-cms .post-type,
.post-full .post-content .content-cms h2,
.post-full .post-content .content-cms h3,
.post-full .post-content .content-cms h4,
.post-full .post-content .content-cms h5 {
  line-height: 1.3;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {

  .content-cms .h1 br,
  .content-cms .h2 br,
  .content-cms .h3 br,
  .content-cms .h4 br,
  .content-cms .h5 br,
  .content-cms .h6 br,
  .content-cms .layout-search-results .search-results-wrapper .post-details .post-type br,
  .content-cms .post-full .post-content h2 br,
  .content-cms .post-full .post-content h3 br,
  .content-cms .post-full .post-content h4 br,
  .content-cms .post-full .post-content h5 br,
  .content-cms h1 br,
  .content-cms h2 br,
  .content-cms h3 br,
  .content-cms h4 br,
  .content-cms h5 br,
  .content-cms h6 br,
  .layout-search-results .search-results-wrapper .post-details .content-cms .post-type br,
  .post-full .post-content .content-cms h2 br,
  .post-full .post-content .content-cms h3 br,
  .post-full .post-content .content-cms h4 br,
  .post-full .post-content .content-cms h5 br {
    display: none;
  }
}

.content-cms h1 {
  line-height: 1.1;
}

.content-cms h2 {
  letter-spacing: -0.45px;
}

.content-cms p {
  margin: 0 0 1.5rem;
}

.content-cms p img {
  margin-bottom: 2rem;
}

.content-cms strong {
  font-weight: 700;
}

.content-cms ol,
.content-cms ul {
  padding-left: 1em;
}

.content-cms li {
  margin-bottom: 1rem;
}

.content-cms img {
  height: auto;
  max-width: 100%;
}

.content-cms iframe {
  display: block;
  max-width: 100% !important;
}

.content-cms ol+h1,
.content-cms ol+h2,
.content-cms ol+h3,
.content-cms ol+h4,
.content-cms ol+h5,
.content-cms ol+h6,
.content-cms p+h1,
.content-cms p+h2,
.content-cms p+h3,
.content-cms p+h4,
.content-cms p+h5,
.content-cms p+h6,
.content-cms ul+h1,
.content-cms ul+h2,
.content-cms ul+h3,
.content-cms ul+h4,
.content-cms ul+h5,
.content-cms ul+h6 {
  margin-top: 2.5rem;
}

.content-cms> :first-child {
  margin-top: 0;
}

.content-cms> :last-child {
  margin-bottom: 0;
} */

.content-cms .media-drop-shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.content--constrained {
  max-width: 100%;
  width: 900px;
}

.content--last-p-no-margin>p:last-child {
  margin-bottom: 0;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.nf-form-cont {
  padding: 0 1.875rem 1.875rem;
}

.nf-form-cont .nf-error-msg {
  color: #ff6239;
  font-size: 1rem;
  font-style: italic;
}

.nf-form p {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.nf-form-layout .field-wrap label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nf-form-layout .submit-wrap {
  text-align: center;
}

.nf-form-layout .submit-wrap .ninja-forms-field {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .nf-form-layout .submit-wrap .ninja-forms-field {
    display: inline-block;
    width: auto;
  }
}

.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled) {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled):before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled):active:before,
.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled):focus:before,
.nf-form-layout .submit-wrap .ninja-forms-field:not(:disabled):not(.disabled):hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nf-form-fields-required {
  display: none;
}

.form-subscribe .nf-form-cont {
  padding-bottom: 0;
  padding-top: 0;
}

.form-subscribe .nf-form-title h3 {
  color: #fff;
  margin-bottom: 2.5rem;
  text-align: center;
}

.form-subscribe .nf-form-title h3:after {
  background-color: #5a9db4;
  content: "";
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 50px;
}

.form-subscribe .nf-form-layout .listcheckbox-wrap .nf-field-element {
  -webkit-columns: 2;
  -moz-columns: 2;
  column-count: 2;
}

.form-subscribe .nf-form-layout .listcheckbox-wrap .nf-field-element li label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  text-transform: none;
}

.form-subscribe .nf-form-layout .submit-container {
  border-top: 1px solid #476074;
  padding-top: 1.875rem;
}

.form-contact-personnel .nf-form-layout .submit-wrap,
.form-subscribe .nf-form-layout .submit-wrap {
  text-align: center;
}

.filter-form .filters__search {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .filter-form .filters__search {
    max-width: 525px;
  }
}

.filter-form .filters__search .control-content-search::-webkit-search-cancel-button,
.filter-form .filters__search .control-content-search::-webkit-search-decoration {
  -webkit-appearance: none;
}

.filter-form .filters__search .control-content-search::-ms-clear,
.filter-form .filters__search .control-content-search::-ms-reveal {
  display: none;
}

.filter-form .filters__search .btn,
.filter-form .filters__search .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .filter-form .filters__search a[download] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-form .filters__search .btn svg,
.filter-form .filters__search .form-sidebar .nf-response-msg a[download] svg,
.form-sidebar .nf-response-msg .filter-form .filters__search a[download] svg {
  height: 16px;
  width: 16px;
}

.filter-form .filters__alpha .btn-group-toggle {
  margin-bottom: 2rem;
  text-align: center;
}

.filter-form .filters__alpha .btn-group-toggle .btn,
.filter-form .filters__alpha .btn-group-toggle .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .filter-form .filters__alpha .btn-group-toggle a[download] {
  color: #fff;
  font-size: 1.125rem;
  padding: 0.25rem 0.75rem;
}

.filter-form .filters__alpha .btn-group-toggle .btn.active,
.filter-form .filters__alpha .btn-group-toggle .btn:active,
.filter-form .filters__alpha .btn-group-toggle .btn:focus,
.filter-form .filters__alpha .btn-group-toggle .btn:hover,
.filter-form .filters__alpha .btn-group-toggle .form-sidebar .nf-response-msg a.active[download],
.filter-form .filters__alpha .btn-group-toggle .form-sidebar .nf-response-msg a[download]:active,
.filter-form .filters__alpha .btn-group-toggle .form-sidebar .nf-response-msg a[download]:focus,
.filter-form .filters__alpha .btn-group-toggle .form-sidebar .nf-response-msg a[download]:hover,
.form-sidebar .nf-response-msg .filter-form .filters__alpha .btn-group-toggle a.active[download],
.form-sidebar .nf-response-msg .filter-form .filters__alpha .btn-group-toggle a[download]:active,
.form-sidebar .nf-response-msg .filter-form .filters__alpha .btn-group-toggle a[download]:focus,
.form-sidebar .nf-response-msg .filter-form .filters__alpha .btn-group-toggle a[download]:hover {
  background-color: #5a9db4;
  border-radius: 1px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 992px) {
  .filter-form .filters__alpha .btn-group-toggle {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.form-pay-invoice {
  max-width: 500px;
}

@media (max-width: 767.98px) {
  .searchform {
    margin-top: 1rem;
  }
}

.searchform .input-group {
  position: relative;
}

.searchform input[type="search"] {
  background: #fff;
  border: 1px solid #e2dfdc;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.25;
  padding: 1rem;
  width: 100%;
}

.searchform input[type="search"]:-webkit-autofill,
.searchform input[type="search"]:-webkit-autofill:focus .searchform input[type="search"]:-webkit-autofill,
.searchform input[type="search"]:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1000px #e86c00;
}

.searchform input[type="search"]::-webkit-input-placeholder {
  color: #757575;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.25;
  opacity: 1;
}

.searchform input[type="search"]::-moz-placeholder {
  color: #757575;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.25;
  opacity: 1;
}

.searchform input[type="search"]:-ms-input-placeholder {
  color: #757575;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.25;
  opacity: 1;
}

.searchform input[type="search"]::-ms-input-placeholder {
  color: #757575;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.25;
  opacity: 1;
}

.searchform input[type="search"]::placeholder {
  color: #757575;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.25;
  opacity: 1;
}

.searchform input[type="search"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchform input[type="search"]:focus+.input-group-append path {
  fill: #ffa14f;
}

.searchform .search-submit {
  background: transparent;
  border-width: 0;
  height: 100%;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.searchform .search-submit:hover {
  background: #e86c00;
}

.searchform .search-submit:hover path {
  fill: #fff;
}

.searchform .search-submit svg {
  height: 16px;
  width: 16px;
}

.searchform .search-submit svg path {
  fill: #e86c00;
}

.form-sidebar .nf-form-cont {
  padding: 1.875rem;
}

.form-sidebar .nf-form-title h3 {
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-sidebar .nf-form-title h3:after {
  background-color: #415464;
  content: "";
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 50px;
}

.form-sidebar .nf-form-layout .field-wrap label {
  color: #fff;
}

.form-sidebar .nf-response-msg {
  text-align: center;
}

.form-sidebar .nf-response-msg p {
  color: #fff;
  margin-bottom: 1.5rem;
}

.form-sidebar .nf-response-msg a[download] {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.form-sidebar .nf-response-msg a[download]:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.form-sidebar .nf-response-msg a[download]:active:before,
.form-sidebar .nf-response-msg a[download]:focus:before,
.form-sidebar .nf-response-msg a[download]:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-select-dark {
  background-color: #343a40;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #fff;
}

.honeypot,
input[name="address3"] {
  display: none;
}

.hero {
  position: relative;
}

@media (min-width: 992px) {
  .hero-full__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}

.hero-full__background-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-full__background-image {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .hero-full__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 1230px;
  }

  .hero-full__content:after:after {
    clear: both;
    content: "";
    display: block;
  }
}

.hero-full__content--block {
  background-color: rgba(90, 157, 180, 0.95);
  color: #fff;
  padding: 0.9375rem;
}

@media (min-width: 992px) {
  .hero-full__content--block {
    max-width: 500px;
    padding: 2.5rem 3.125rem;
  }
}

.hero-full__content--block h1,
.hero-full__content--block h2,
.hero-full__content--block p {
  color: #fff;
}

.hero-full__content--block p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.hero-bar {
  background-color: #4b6174;
}

.hero-bar__content {
  padding-bottom: 0.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .hero-bar__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    justify-content: space-between;
    padding: 0;
  }
}

.hero-bar__title {
  color: #fff;
  margin-bottom: 0; 
}

.two-column-hero {
  background-color: #415464;
  background-image: url(../img/layout/hero_texture_dark_blue.jpg);
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .two-column-hero {
    margin-top: -80px;
    min-height: 28.125rem;
  }
}

.two-column-hero__image-cta {
  bottom: 0;
  color: #fff;
  min-height: 16.875rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 13.75rem;
}

.two-column-hero__image-cta a {
  bottom: 1.5rem;
  color: #fff;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 1.0625rem;
  font-weight: 800;
  max-width: 6.25rem;
  position: absolute;
  right: 2rem;
}

.two-column-hero__image-cta a:after {
  background: url(../img/icons/arrow--white.svg) no-repeat;
  content: "";
  display: block;
  height: 0.5625rem;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 2.125rem;
}

.two-column-hero__image-cta a:focus:after,
.two-column-hero__image-cta a:hover:after {
  margin-left: 1rem;
}

.two-column-hero__image-cta a:focus+.two-column-hero__image-cta-border,
.two-column-hero__image-cta a:hover+.two-column-hero__image-cta-border {
  border-color: transparent transparent #c35b00;
}

.two-column-hero__image-cta-border {
  border-color: transparent transparent #e86c00;
  border-style: solid;
  border-width: 0 0 270px 220px;
  height: 16.875rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 13.75rem;
}

@media (min-width: 992px) {
  .two-column-hero .hero__inner {
    top: 10rem;
  }
}

.two-column-hero .hero__text {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  width: 100%;
}

@media (min-width: 992px) {
  .two-column-hero .hero__text {
    min-height: 28.125rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.two-column-hero .hero__text h1,
.two-column-hero .hero__text h2 {
  color: #fff;
  margin: 0;
}

.two-column-hero .hero__text h1 {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: -0.13px;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .two-column-hero .hero__text h1 {
    font-size: 3.75rem;
    letter-spacing: normal;
  }
}

.two-column-hero .hero__text-inner {
  padding: 1.5rem 0;
  width: 100%;
}

@media (min-width: 992px) {
  .two-column-hero .hero__text-inner {
    padding: 0;
    width: calc(50% - 50px);
  }
}

.two-column-hero .hero__image {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  min-height: 18.75rem;
  position: relative;
}

@media (min-width: 992px) {
  .two-column-hero .hero__image {
    bottom: 0;
    margin-left: 0;
    margin-right: -0.9375rem;
    min-height: 28.125rem;
    padding-left: 3.125rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

.two-column-hero .hero__image--desktop,
.two-column-hero .hero__image--mobile {
  min-height: 18.75rem;
}

@media (min-width: 992px) {

  .two-column-hero .hero__image--desktop,
  .two-column-hero .hero__image--mobile {
    min-height: 28.125rem;
  }
}

.two-column-hero .hero__image-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 18.75rem;
  position: relative;
}

@media (min-width: 992px) {
  .two-column-hero .hero__image-inner {
    min-height: 28.125rem;
    padding-left: 3.125rem;
    width: 100%;
  }
}

.two-column-hero-columns__content {
  padding: 0 0.75rem;
  width: 100%;
}

.two-column-hero-columns__content h1 {
  color: #5a9db4;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.two-column-hero-columns__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.75rem;
  position: relative;
}

@media (min-width: 992px) {
  .two-column-hero-columns__image {
    min-height: 37.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

.two-column-hero-columns__image--desktop,
.two-column-hero-columns__image--mobile {
  min-height: 18.75rem;
}

@media (min-width: 992px) {

  .two-column-hero-columns__image--desktop,
  .two-column-hero-columns__image--mobile {
    min-height: 37.5rem;
  }
}

.two-column-hero-with-image {
  background-color: #f7f6f6;
  background-image: none;
  margin-top: 0;
}

.two-column-hero-with-image .hero__text {
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 992px) {
  .two-column-hero-with-image .hero__text {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.two-column-hero-with-image .hero__text h1 {
  color: #5a9db4;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.two-column-hero-with-image .hero__text h2 {
  color: #35485f;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .two-column-hero-with-image .hero__text h2 {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}

.two-column-hero-with-image .hero__text .hero-text {
  margin-bottom: 1rem;
}

.two-column-hero-with-profile {
  background-color: #f7f6f6;
  background-image: none;
  margin-top: 0;
}

.two-column-hero-with-profile .hero__text {
  min-height: auto;
}

@media (min-width: 992px) {
  .two-column-hero-with-profile .hero__text {
    padding-bottom: 5rem;
    padding-right: 3.125rem;
    padding-top: 5rem;
  }
}

.two-column-hero-with-profile .hero__text h1 {
  color: #5a9db4;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.two-column-hero-with-profile .hero__text h2 {
  color: #35485f;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .two-column-hero-with-profile .hero__text h2 {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}

.two-column-hero-with-profile .hero__text .hero-text {
  margin-bottom: 1rem;
}

.two-column-hero-with-profile .hero__text-inner {
  min-height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .two-column-hero-with-profile .hero__profile {
    padding-bottom: 5rem;
    padding-left: 3.125rem;
    padding-top: 5rem;
  }
}

.nav--utility {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: Raleway, sans-serif;
  justify-content: flex-end;
  line-height: 1;
}

.nav--utility,
.nav--utility .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav--utility .menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav--utility .menu .menu-item:after {
  color: #e2dfdc;
  content: "|";
  display: inline-block;
}

.nav--utility .menu a {
  color: #35485f;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1rem;
  text-decoration: none;
}

.nav--utility .menu a:active,
.nav--utility .menu a:hover {
  color: #5ebedf;
}

.nav--primary {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  justify-content: flex-end;
  line-height: 1;
}

@media (min-width: 1200px) {
  .nav--primary {
    font-size: 1.5rem;
  }
}

.nav--primary .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav--footer {
  padding: 2rem 0.75rem;
}

@media (min-width: 992px) {
  .nav--footer {
    padding: 0;
  }
}

.nav--footer .menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: auto;
  -moz-column-width: auto;
  columns: 2;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .nav--footer .menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.nav--footer .menu .menu-item {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 7px;
  vertical-align: middle;
  width: 100%;
}

.nav--footer .menu .menu-item a {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav--footer .menu .menu-item a:focus,
.nav--footer .menu .menu-item a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .nav--footer .menu .menu-item a {
    font-size: 0.8125rem;
  }
}

.nav--mobile-primary {
  color: #5a9db4;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.nav--mobile-primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav--mobile-primary li {
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav--mobile-primary a {
  color: inherit;
  display: block;
  line-height: inherit;
}

.nav--mobile-primary .indicator {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 28px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 30px;
}

.nav--mobile-primary .indicator:after,
.nav--mobile-primary .indicator:before {
  background-color: #e86c00;
  content: "";
  display: block;
  position: absolute;
}

.nav--mobile-primary .indicator:before {
  height: 4px;
  left: 6px;
  top: 12px;
  width: 20px;
}

.nav--mobile-primary .indicator:after {
  height: 18px;
  left: 14px;
  top: 5px;
  width: 4px;
}

.nav--mobile-primary .sub-menu {
  display: none;
}

.nav--mobile-primary .menu>.menu-item.open {
  background-color: #eeeceb;
  border-bottom: 1px solid #eaeaea;
}

.nav--mobile-primary .menu>.menu-item>a {
  border-bottom: 1px solid #eaeaea;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
}

.nav--mobile-primary .menu>.menu-item>.sub-menu {
  padding-bottom: 0.75rem;
}

.nav--mobile-primary .menu>.menu-item>.sub-menu .menu-item>a {
  font-size: 1.25rem;
  padding: 1rem 2rem;
}

.nav--mobile-primary .menu>.menu-item>.sub-menu .menu-item>.sub-menu>.menu-item>a {
  color: #5a9db4;
  font-size: 1rem;
  font-weight: 300;
  padding: 1rem 20px;
}

.nav--mobile-primary .open>.indicator:after {
  display: none;
}

.nav--mobile-utility {
  color: #35485f;
  font-family: Raleway, sans-serif;
  font-size: 1.0625rem;
}

.nav--mobile-utility ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav--mobile-utility li {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.nav--mobile-utility li:last-child {
  margin-bottom: 0;
}

.nav--mobile-utility a {
  color: inherit;
  display: block;
  font-weight: 600;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
}

.mega-nav__panel {
  display: none;
  left: 50%;
  max-width: 98vw;
  padding-top: 30px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1200;
}

.mega-nav__panel--flow-right {
  left: auto;
  margin-right: 15px;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mega-nav__panel-inner {
  background: #5a9db4;
  border-radius: 1px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mega-nav__level-1 {
  position: relative;
}

.mega-nav__level-2 {
  min-width: 250px;
  padding: 45px 30px;
}

.mega-nav__level-2--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 45px 45px 20px;
}

.mega-nav__level-2--columns>.menu-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 230px;
  padding-left: 25px;
}

@media (min-width: 1200px) {
  .mega-nav__level-2--columns>.menu-item {
    min-width: 275px;
  }
}

.mega-nav__level-2>li:last-child:not(:old-child)>a {
  margin-bottom: 0;
}

.mega-nav__level-3 {
  margin: 0;
  padding: 0;
}

.mega-nav__level-3>li:last-child>a {
  margin-bottom: 0;
}

.mega-nav__nav-item--level-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 1rem;
  position: relative;
}

.mega-nav__nav-item--level-1__link {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #5a9db4;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 4px 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.mega-nav__nav-item--level-1__link:hover {
  color: #35485f;
  text-decoration: none;
}

.mega-nav__nav-item--level-1__link:before {
  background: #35485f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 100%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.mega-nav__nav-item--level-1:focus .mega-nav__nav-item--level-1__link,
.mega-nav__nav-item--level-1:hover .mega-nav__nav-item--level-1__link {
  color: #35485f;
}

.mega-nav__nav-item--level-1:focus .mega-nav__nav-item--level-1__link:before,
.mega-nav__nav-item--level-1:hover .mega-nav__nav-item--level-1__link:before {
  right: 0;
}

.mega-nav__nav-item--level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-nav__nav-item--level-2__link {
  color: #fff;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.1764705882;
  margin-bottom: 20px;
}

.mega-nav__nav-item--level-2__link:focus,
.mega-nav__nav-item--level-2__link:hover {
  color: #293c4c;
  text-decoration: none;
}

.mega-nav__nav-item--level-2__link-heading {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 1;
  padding: 4px 2px;
  position: relative;
  text-transform: uppercase;
}

.mega-nav__nav-item--level-2__link-heading:before {
  background: #293c4c;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 100%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 1;
}

.mega-nav__nav-item--level-2:focus .mega-nav__nav-item--level-2__link-heading,
.mega-nav__nav-item--level-2:hover .mega-nav__nav-item--level-2__link-heading {
  color: #293c4c;
  text-decoration: none;
}

.mega-nav__nav-item--level-2:focus .mega-nav__nav-item--level-2__link-heading:before,
.mega-nav__nav-item--level-2:hover .mega-nav__nav-item--level-2__link-heading:before {
  right: 0;
}

.mega-nav__nav-item--level-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-nav__nav-item--level-3__link {
  color: #fff;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.1764705882;
  margin-bottom: 20px;
}

.mega-nav__nav-item--level-3__link:focus,
.mega-nav__nav-item--level-3__link:hover {
  color: #293c4c;
  text-decoration: none;
}

.mega-nav__nav-item--level-3:last-child a {
  margin-bottom: 0;
}

.mega-nav__nav-item--open .mega-nav__panel {
  display: block !important;
}

.mega-nav__nav-item--open.menu-item-has-children:after {
  border-bottom: 16px solid #5a9db4;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: calc(100% + 14px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.nav-toggler-btn {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px;
  text-transform: none;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.nav-toggler-btn:hover {
  opacity: 0.7;
}

.nav-toggler-box {
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: middle;
  width: 40px;
}

.nav-toggler-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}

.nav-toggler-inner,
.nav-toggler-inner:after,
.nav-toggler-inner:before {
  background-color: #5a9db4;
  border-radius: 0;
  height: 4px;
  position: absolute;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 40px;
}

.nav-toggler-inner:after,
.nav-toggler-inner:before {
  content: "";
  display: block;
}

.nav-toggler-inner:before {
  top: -10px;
}

.nav-toggler-inner:after {
  bottom: -10px;
}

.nav-toggler--slider .nav-toggler-inner {
  top: 2px;
}

.nav-toggler--slider .nav-toggler-inner:before {
  top: 10px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav-toggler--slider .nav-toggler-inner:after {
  top: 20px;
}

.nav-toggler--slider:not(.collapsed) .nav-toggler-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.nav-toggler--slider:not(.collapsed) .nav-toggler-inner:before {
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
}

.nav-toggler--slider:not(.collapsed) .nav-toggler-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.resource-types-nav {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.25rem;
}

.resource-types-nav__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .resource-types-nav__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.resource-types-nav__nav .nav-link {
  border-bottom: 3px solid transparent;
  color: #415464;
  font-family: Raleway, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  padding-bottom: 1.125rem;
}

@media (min-width: 576px) {
  .resource-types-nav__nav .nav-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
  }
}

.resource-types-nav__nav .nav-link.active,
.resource-types-nav__nav .nav-link:focus,
.resource-types-nav__nav .nav-link:hover {
  border-bottom-color: #e86c00;
  color: #e86c00;
}

.layout-notifications {
  background-color: #5a9db4;
  position: relative;
  z-index: 1;
}

.alert-notification {
  background-color: #5a9db4;
  border-color: #5a9db4;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  color: #fff;
  margin-bottom: 0;
  padding: 0.625rem 0;
}

.alert-notification hr {
  border-top-color: #4c91a8;
}

.alert-notification .alert-link {
  color: #e6e6e6;
}

@media (min-width: 576px) {
  .alert-notification {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}

.alert-notification:first-of-type {
  border: none;
}

.alert-notification .notification {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.alert-notification .notification .notification-message {
  padding: 1rem;
}

.alert-notification .notification button {
  color: inherit;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  padding: 0.25rem 1.5rem 0.5rem;
}

.alert-notification p {
  margin-bottom: 0;
}

.alert-notification a {
  color: #fff;
  text-decoration: underline;
}

.alert-notification a:hover {
  text-decoration: none;
}

.pagination .page-link {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0;
}

.pagination .current {
  background-color: #fff;
  border-bottom: 5px inset #5ebedf;
  color: #5ebedf;
  z-index: 1;
}

.pagination .svg-icon {
  color: #525252;
}

.icon-svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  width: 0.625em;
}

.chevron--icon {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #e86c00;
  content: "";
  display: inline-block;
  font-size: 23px;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: top;
  width: 0.45em;
}

.chevron--icon.chevron--icon-right {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chevron--icon.chevron--icon-down {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.protect-img,
.protect-imgs img {
  background-color: #fff;
  border: 1px solid #e9ecef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.sharing-icons {
  background: #5a9db4;
  font-size: 0;
  margin-bottom: 1rem;
  margin-top: 2rem;
  width: 305px;
}

@media (min-width: 768px) {
  .sharing-icons {
    margin-top: 2.5rem;
    width: 360px;
  }
}

.sharing-icons h3 {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin: 0 0 0 1rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sharing-icons h3 {
    margin: 0 0 0 1.5rem;
  }
}

.sharing-icon {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 45px;
}

@media (min-width: 768px) {
  .sharing-icon {
    width: 55px;
  }
}

.sharing-icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sharing-icon:active,
.sharing-icon:focus,
.sharing-icon:hover {
  background-color: #357a92;
  color: #fff;
}

.sharing-icon-pinterest img,
.sharing-icon-pinterest svg {
  height: 24px;
  width: 22px;
}

.sharing-icon-facebook img,
.sharing-icon-facebook svg {
  height: 24px;
  width: 14px;
}

.sharing-icon-linkedin img,
.sharing-icon-linkedin svg,
.sharing-icon-twitter img,
.sharing-icon-twitter svg {
  height: 24px;
  width: 23px;
}

.sharing-icon-email img,
.sharing-icon-email svg {
  height: 24px;
  width: 22px;
}

.sharing-icon-print img,
.sharing-icon-print svg {
  height: 24px;
  width: 26px;
}

.social-icons {
  font-size: 0;
  text-align: left;
}

.social-icons nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .social-icons nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .social-icons nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.social-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  color: #5a9db4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .social-icon {
    margin-right: 1.25rem;
  }

  .social-icon:last-child {
    margin-right: 0;
  }
}

.social-icon img,
.social-icon svg {
  height: 18px;
  width: 100%;
}

.social-icon:active,
.social-icon:focus,
.social-icon:hover {
  color: #415464;
}

.social-icon.social-icon-bordered {
  border: 1px solid #5a9db4;
  color: #fff;
}

.social-icon.social-icon-bordered:focus,
.social-icon.social-icon-bordered:hover {
  background-color: #5a9db4;
}

.social-icon.social-icon-btn-brand-light-blue {
  border: 1px solid transparent;
}

.social-icon.social-icon-btn-brand-light-blue:active,
.social-icon.social-icon-btn-brand-light-blue:focus,
.social-icon.social-icon-btn-brand-light-blue:hover {
  background-color: #357a92;
  color: #fff;
}

@media (min-width: 768px) {
  ul.list-columns {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin-left: 2.5rem;
    padding-left: 0;
  }

  ul.list-columns.three-columns,
  ul.list-columns.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  ul.list-columns>li {
    margin-bottom: 0.75rem;
    padding: 0;
  }
}

ul.square-bullets {
  list-style: none;
  padding-left: 2rem;
}

.content-primary ul.square-bullets a {
  font-weight: 700;
}

.content-primary .bg-color--brand-blue ul.square-bullets a {
	color: #fff;
}

ul.square-bullets--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.square-bullets--horizontal li {
  margin-right: 4rem;
}

ul.square-bullets--horizontal li:last-of-type {
  margin-right: 0;
}

ul.square-bullets li:before {
  background-image: url(../img/icons/square-bullet--orange.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  display: inline-block;
  height: 0.75rem;
  margin-left: -1.6rem;
  width: 1.5rem;
}

/*.h1 a,
.h1 a:focus,
.h1 a:hover,
.h2 a,
.h2 a:focus,
.h2 a:hover,
.h3 a,
.h3 a:focus,
.h3 a:hover,
.h4 a,
.h4 a:focus,
.h4 a:hover,
.h5 a,
.h5 a:focus,
.h5 a:hover,
.h6 a,
.h6 a:focus,
.h6 a:hover,*/
.layout-search-results .search-results-wrapper .post-details .post-type a,
.layout-search-results .search-results-wrapper .post-details .post-type a:focus,
.layout-search-results .search-results-wrapper .post-details .post-type a:hover,
.post-full .post-content h2 a,
.post-full .post-content h2 a:focus,
.post-full .post-content h2 a:hover,
.post-full .post-content h3 a,
.post-full .post-content h3 a:focus,
.post-full .post-content h3 a:hover,
.post-full .post-content h4 a,
.post-full .post-content h4 a:focus,
.post-full .post-content h4 a:hover,
.post-full .post-content h5 a,
.post-full .post-content h5 a:focus,
.post-full .post-content h5 a:hover,
h1 a,
h1 a:focus,
h1 a:hover,
h2 a,
h2 a:focus,
h2 a:hover,
h3 a,
h3 a:focus,
h3 a:hover,
h4 a,
h4 a:focus,
h4 a:hover,
h5 a,
h5 a:focus,
h5 a:hover,
h6 a,
h6 a:focus,
h6 a:hover {
  color: inherit;
}

.h1,
h1 {
  font-size: 2.875rem;
}

@media (min-width: 768px) {

  .h1,
  h1 {
    font-size: 3.75rem;
    line-height: 1.1;
  }

  .h2,
  h2 {
    font-size: 2.8125rem;
    line-height: 1.1777777778;
  }

  .h3,
  .post-full .post-content h2,
  h3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .h4,
  .layout-search-results .search-results-wrapper .post-details .post-type,
  .post-full .post-content h3,
  h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.h5,
.post-full .post-content h4,
h5 {
  font-weight: 700;
}

@media (min-width: 768px) {

  .h5,
  .post-full .post-content h4,
  h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h6,
  .post-full .post-content h5,
  h6 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

p.smaller {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

p.larger {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.0625rem;
}

.alignnone {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 0.5rem auto;
}

.alignleft,
.alignright {
  height: auto;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

.accordion__item {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #eaeaea;
}

.accordion>.accordion__item:last-of-type {
  border-bottom: 1px solid #eaeaea;
}

.accordion__header {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.accordion__heading {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .accordion__heading {
    font-size: 1.25rem;
  }
}

.accordion__heading:focus,
.accordion__heading:hover {
  color: #e86c00;
}

.accordion__activator {
  background: #fff;
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 1.5rem 1.6875rem 1.5rem 3.125rem;
  text-align: left;
  text-transform: inherit;
  width: 100%;
}

.accordion__activator:focus,
.accordion__activator:hover {
  color: inherit;
  text-decoration: inherit;
}

.accordion__activator:after,
.accordion__activator:before {
  background: #e86c00;
  content: "";
  cursor: pointer;
  position: absolute;
}

.accordion__activator:before {
  height: 5px;
  left: 22px;
  opacity: 1;
  top: 37px;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 17px;
}

.accordion__activator:after {
  height: 18px;
  left: 28px;
  top: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 5px;
}

.accordion__activator:not(.collapsed) {
  background: #f7f6f6;
}

.accordion__activator:not(.collapsed):before {
  opacity: 0;
}

.accordion__activator:not(.collapsed):after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__item-body {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.accordion__item-content {
  border-top: none;
  padding-left: 3.125rem;
}

.blockquote,
.content-cms blockquote {
  border-left: 4px solid #5a9db4;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-top: 0.625rem;
}

.blockquote p,
.content-cms blockquote p {
  color: #35485f;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
}

.blockquote p:before,
.content-cms blockquote p:before {
  content: "“";
}

.blockquote p:after,
.content-cms blockquote p:after {
  content: "”";
}

.modal-personnel-contact .modal-body,
.modal-subscribe .modal-body {
  padding-top: 0;
}

.modal-personnel-contact .modal-title {
  color: #fff;
  margin-bottom: 2.5rem;
  text-align: center;
}

.modal-personnel-contact .modal-title:after {
  background-color: #5a9db4;
  content: "";
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 50px;
}

.modal-notification .modal-header {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal-notification .modal-title {
  color: #fff;
  font-size: 2rem;
}

.modal-notification .modal-body {
  padding-top: 0.5rem;
}

.modal-notification .modal-footer {
  border-top: none;
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 0;
  padding-top: 2rem;
  position: relative;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
}

.team-slider h2 {
  margin-bottom: 1.5rem;
}

.team-slider .team-card:focus-within .team-card__image,
.team-slider .team-card:hover .team-card__image {
  opacity: 0.65;
}

.team-slider .team-card__image {
  margin-bottom: 0.75rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  height: 267px;
  object-fit: cover;
}

.modal.modal-personnel-contact {
  width: calc(100% - 1rem);
}

@media (max-width: 767px) {
  .modal-personnel-contact .modal-title {
    margin-bottom: 1.5rem;
  }

  .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px !important;
  }

  .gform_wrapper.gravity-theme .ginput_complex label {
    padding-top: 0;
    margin: 0;
  }

  .modal-personnel-contact .modal-body {
    padding: 1rem;
  }

  .modal-personnel-contact .modal-header {
    padding: 0.5rem 1rem 0rem;
  }

  .modal-personnel-contact .modal-title:after {
    margin-top: 5px;
  }
}

.team-slider .team-card__name {
  margin-top: 0.75em; 
  margin-bottom: 0px; 
  line-height: 1.1em;
}

.team-slider .team-card__title {
  font-size: 16px;
  color: #5A9DB4;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px; 
}

.team-slider .team-card__link {
  font-weight: 700;
}

.team-slider .team-card__link:focus-within,
.team-slider .team-card__link:hover {
  text-decoration: underline;
}

.flex__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.flex__width--default {
  width: 1230px;
}

.flex__width--pinched {
  width: 1080px;
}

.flex__width--medium {
  width: 900px;
}

.flex__width--constrained {
  width: 780px;
}

.flex__content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.flex__component__cta-row .btn,
.flex__component__cta-row .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .flex__component__cta-row a[download] {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.flex__component__cta-row .btn:before,
.flex__component__cta-row .form-sidebar .nf-response-msg a[download]:before,
.form-sidebar .nf-response-msg .flex__component__cta-row a[download]:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.flex__component__cta-row .btn:active:before,
.flex__component__cta-row .btn:focus:before,
.flex__component__cta-row .btn:hover:before,
.flex__component__cta-row .form-sidebar .nf-response-msg a[download]:active:before,
.flex__component__cta-row .form-sidebar .nf-response-msg a[download]:focus:before,
.flex__component__cta-row .form-sidebar .nf-response-msg a[download]:hover:before,
.form-sidebar .nf-response-msg .flex__component__cta-row a[download]:active:before,
.form-sidebar .nf-response-msg .flex__component__cta-row a[download]:focus:before,
.form-sidebar .nf-response-msg .flex__component__cta-row a[download]:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.flex__component__cta-row .bg-color--brand-wild-sand.bordered-content {
  border: 1px solid #eaeaea;
}

.flex__component__cta-row .bg-color--brand-wild-sand h2,
.flex__component__cta-row .bg-color--brand-wild-sand h3,
.flex__component__cta-row .bg-color--brand-wild-sand h4,
.flex__component__cta-row .bg-color--brand-wild-sand p,
.bg-color--brand-wild-sand h2,
.bg-color--brand-wild-sand h3,
.bg-color--brand-wild-sand h4,
.bg-color--brand-wild-sand p {
  color: #415464;
}

.flex__component__related-content .card-grid__card {
  height: 21.875rem;
}

.flex__component__related-content .card-grid__card .card-grid__overlay {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 500;
}

.flex__component__related-content .card-grid__card:focus-within .card-grid__overlay,
.flex__component__related-content .card-grid__card:hover .card-grid__overlay {
  opacity: 1;
}

.flex__component__related-content .card-grid__body {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 501;
}

.flex__component__related-content .card-grid__category,
.flex__component__related-content .card-grid__title {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.flex__component__related-content .card-grid__category {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}

.flex__component__related-content .card-grid__title {
  font-size: 1.375rem;
  line-height: 1.2727272727;
  margin-bottom: 0.75rem;
}

.flex__component__related-content .card-grid__attribution {
  bottom: 1em;
  color: #fff;
  font-size: 0.875rem;
  left: 2rem;
  letter-spacing: 0.25px;
  position: absolute;
}

.flex__component__related-content .card-grid__attribution .author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__component__related-content .card-grid__attribution .author-avatar {
  border: 3px solid #eaeaea;
  border-radius: 50%;
  display: block;
  margin-right: 1rem;
  overflow: hidden;
}

.flex__component__related-content .card-grid__attribution .author-avatar img {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.flex__component__related-content .card-grid__text {
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .flex__component__columns__left:not(.has-bg) {
    padding-right: 3.125rem;
  }

  .flex__component__columns__right:not(.has-bg) {
    padding-left: 3.125rem;
  }
}

.flex__component__narrow-cta-band .narrow-cta-button {
  background-color: #405562;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400 !important;
  margin-left: 30px;
  padding: 7px 34px;
}

.flex__component__narrow-cta-band .narrow-cta-button,
.flex__component__narrow-cta-band .narrow-cta-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Raleway, sans-serif;
}

.flex__component__narrow-cta-band .narrow-cta-text {
  font-size: 1.7em;
}

.flex__component__narrow-cta-band .narrow-cta-band>div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .flex__component__narrow-cta-band .narrow-cta-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .flex__component__narrow-cta-band .narrow-cta-button {
    margin-left: 0;
    margin-top: 20px;
  }

  .flex__component__narrow-cta-band .narrow-cta-band>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex__component__testimonial-slider-band .testimonial-slider-band {
  position: relative;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-item {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  width: 100%;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item>div:nth-child(2) {
  margin-bottom: 70px;
  margin-top: 70px;
  width: 60%;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item>div:nth-child(3) {
  width: 40%;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item div {
  text-align: center;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
  max-width: 600px;
  position: relative;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description {
  font-size: 1em;
  font-weight: 100;
  max-width: 600px;
  position: relative;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description.dark:after,
.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description:after {
  background-image: url(../img/icons/quote.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
  content: " ";
  height: 60px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 60px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description.dark:after {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description.dark:before,
.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description:before {
  background-image: url(../img/icons/quote.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  font-family: Raleway, sans-serif;
  height: 60px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: -30px;
  width: 60px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description.dark:before {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .name-position {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .name-position .name {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  white-space: nowrap;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .name-position .job-title {
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 200;
  text-transform: uppercase;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-prev {
  height: 100px;
  left: 0;
  pointer-events: auto;
  position: absolute;
  width: 30px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-prev:after {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  content: " ";
  height: 100px;
  left: -50px;
  position: absolute;
  top: 0;
  width: 100px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-prev span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-chevron-left fa-w-8 fa-7x'%3E%3Cpath fill='%23fff' d='m238.475 475.535 7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  color: transparent;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-next {
  height: 100px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  width: 30px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-next:after {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  content: " ";
  height: 100px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 100px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-next span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-chevron-right fa-w-8 fa-9x'%3E%3Cpath fill='%23fff' d='m17.525 36.465-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  color: transparent;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0 auto 50px;
  position: absolute;
  width: 60%;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-dots .owl-dot {
  background-color: #8d8c8c;
  border-radius: 50%;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-dots .owl-dot.active {
  background-color: #fd6102;
}

.flex__component__testimonial-slider-band .testimonial-slider-band .owl-dots.reverse-dots {
  left: unset;
  right: 0;
}

@media screen and (max-width: 900px) {
  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    height: unset;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item>div:nth-child(2) {
    margin-bottom: 0;
    margin-top: 0;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item>div:nth-child(3) {
    border-radius: 50%;
    height: 150px !important;
    margin: 30px auto 0;
    width: 150px !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content {
    padding: 20px 10px;
    width: 80% !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description:after,
  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content .description:before {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-content div {
    color: #525252 !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .slider-item .slider-spacer {
    height: 400px;
    width: 100% !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .owl-dots {
    position: relative;
    width: 100%;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-next span {
    margin-left: auto !important;
    width: 50% !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-next:after {
    background-color: #4c5356;
    height: 60px !important;
    right: -30px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-prev span {
    margin-right: auto !important;
    width: 50% !important;
  }

  .flex__component__testimonial-slider-band .testimonial-slider-band .owl-nav .owl-prev:after {
    background-color: #4c5356;
    height: 60px !important;
    left: -30px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px !important;
  }
}

.flex__component__video-image-slider-band .video-image-slider-band {
  padding-left: 8vw;
  padding-right: 8vw;
  position: relative;
}

.flex__component__video-image-slider-band .video-image-slider-band a {
  text-decoration: none !important;
}

.flex__component__video-image-slider-band .video-image-slider-band .video-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14.2vw;
  justify-content: center;
  margin: 15px;
  position: relative;
}

.flex__component__video-image-slider-band .video-image-slider-band .video-image p {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 110%;
  margin: 0;
  position: relative;
  z-index: 2;
}

.flex__component__video-image-slider-band .video-image-slider-band .video-image svg {
  color: #fff;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.7));
  height: 30%;
  width: 30%;
}

.flex__component__video-image-slider-band .video-image-slider-band .item-text {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav .owl-prev {
  height: 100px;
  left: 0;
  position: absolute;
  width: 30px;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav .owl-prev:after {
  background-color: #d7e4e8;
  border-radius: 50%;
  content: " ";
  height: 100px;
  left: -50px;
  position: absolute;
  top: 0;
  width: 100px;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav .owl-prev span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-chevron-left fa-w-8 fa-7x'%3E%3Cpath fill='%23455663' d='m238.475 475.535 7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  color: transparent;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav .owl-next {
  height: 100px;
  position: absolute;
  right: 0;
  width: 30px;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav .owl-next:after {
  background-color: #d7e4e8;
  border-radius: 50%;
  content: " ";
  height: 100px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 100px;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-nav .owl-next span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-chevron-right fa-w-8 fa-9x'%3E%3Cpath fill='%23455663' d='m17.525 36.465-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  color: transparent;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 30px auto;
  width: 100%;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-dots .owl-dot {
  background-color: #8d8c8c;
  border-radius: 50%;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-dots .owl-dot.active {
  background-color: #fd6102;
}

.flex__component__video-image-slider-band .video-image-slider-band .owl-dots.reverse-dots {
  left: unset;
  right: 0;
}

@media screen and (max-width: 990px) {
  .flex__component__video-image-slider-band .video-image-slider-band .video-image {
    height: 170px;
  }

  .flex__component__video-image-slider-band iframe {
    height: 47vw !important;
    width: 100% !important;
  }

  .flex__component__video-image-slider-band .modal__content {
    width: 100% !important;
  }

  .flex__component__video-image-slider-band .modal__container {
    width: 90vw !important;
  }

  .flex__component__video-image-slider-band .owl-nav .owl-next span {
    margin-left: auto !important;
    width: 50% !important;
  }

  .flex__component__video-image-slider-band .owl-nav .owl-next:after {
    height: 60px !important;
    right: -30px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px !important;
  }

  .flex__component__video-image-slider-band .owl-nav .owl-prev span {
    margin-right: auto !important;
    width: 50% !important;
  }

  .flex__component__video-image-slider-band .owl-nav .owl-prev:after {
    height: 60px !important;
    left: -30px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px !important;
  }
}

.modal {
  bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal img,
.modal video {
  max-height: 60vh;
  max-width: 100%;
}

.modal__overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal__container {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 90vh;
  max-width: 90vw;
  overflow-y: auto;
  overflow: hidden;
  padding: 30px;
}

.modal__container video:focus {
  outline: 0.5px solid hsla(0, 0%, 100%, 0.5) !important;
}

.modal__container .embed-responsive-16by9:before {
  content: none;
}

.modal__container .embed-responsive .embed-responsive-item,
.modal__container .embed-responsive embed,
.modal__container .embed-responsive iframe,
.modal__container .embed-responsive object,
.modal__container .embed-responsive video {
  height: 390px;
  max-width: 100%;
  position: relative;
  width: 640px;
}

.modal__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.modal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00449e;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}

.modal__close {
  background: transparent;
  border: 0;
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: -35px;
}

.modal__close:focus {
  outline: none;
}

.modal__close:focus:before {
  outline: 0.5px solid hsla(0, 0%, 100%, 0.5);
}

.modal__header .modal__close:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='times' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-7x'%3E%3Cpath fill='%23fff' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
}

.modal__content {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modal__btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  font-size: 0.875rem;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  padding: 0.5rem 1rem;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.testimonial__heading h3 {
  color: inherit;
  margin-bottom: 1.5rem;
}

.testimonial__blockquote {
  border: none;
  color: inherit;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .testimonial__blockquote {
    font-size: 1.375rem;
    line-height: 2.0454545455;
  }
}

.testimonial__blockquote__content:before {
  left: 0;
  top: 64px;
}

.testimonial__blockquote__content:after,
.testimonial__blockquote__content:before {
  fill: rgba(51, 151, 185, 0.55);
  background-image: url(../img/icons/quotes.svg);
  content: "";
  display: block;
  height: 28px;
  opacity: 0.25;
  position: absolute;
  width: 42px;
}

.testimonial__blockquote__content:after {
  bottom: 45px;
  right: 0;
  -webkit-transform: scale3d(-1, -1, 1);
  transform: scale3d(-1, -1, 1);
}

.testimonial__blockquote__content p {
  display: block;
  position: relative;
  text-align: center;
}

.testimonial__blockquote__citation {
  color: inherit;
  display: block;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.related-content-cards .card-grid__body {
  color: #fff;
  padding: 1.875rem 1.875rem 6.875rem;
  z-index: 999;
}

.related-content-cards .card-grid__category {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

.related-content-cards .card-grid__title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}

.related-content-cards .card-grid__attribution {
  bottom: 2rem;
  font-size: 14px;
  left: 2rem;
  position: absolute;
}

.related-content-cards .card-grid__attribution img {
  border: 3px solid #fff;
  border-radius: 2rem;
  height: 4rem;
  margin-right: 1rem;
  width: 4rem;
}

.related-content-cards .card-grid__overlay {
  bottom: 0;
  left: 0;
  opacity: 0.88;
  position: absolute;
  right: 0;
  top: 0;
}

.component__insights-cards {
  padding: 3.75rem 0 1.875rem;
}

.card-grid .card-grid__card-wrapper.color-sequence .component__insights-cards .card-grid__card,
.component__insights-cards .accordion__item,
.component__insights-cards .card,
.component__insights-cards .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
.component__insights-cards .card-grid__card {
  background: none;
  border: none;
  border-radius: 0;
  height: 21.875rem;
}

.component__insights-cards .accordion__item:first-of-type .home__insight-card-overlay,
.component__insights-cards .card-grid__card:first-of-type .home__insight-card-overlay,
.component__insights-cards .card:first-of-type .home__insight-card-overlay {
  background-color: rgba(90, 157, 180, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence .component__insights-cards .card-grid__card:nth-of-type(2),
.component__insights-cards .accordion__item:nth-of-type(2),
.component__insights-cards .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card:nth-of-type(2),
.component__insights-cards .card-grid__card:nth-of-type(2),
.component__insights-cards .card:nth-of-type(2) {
  display: none;
}

@media (min-width: 768px) {

  .card-grid .card-grid__card-wrapper.color-sequence .component__insights-cards .card-grid__card:nth-of-type(2),
  .component__insights-cards .accordion__item:nth-of-type(2),
  .component__insights-cards .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card:nth-of-type(2),
  .component__insights-cards .card-grid__card:nth-of-type(2),
  .component__insights-cards .card:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.component__insights-cards .accordion__item:nth-of-type(2) .home__insight-card-overlay,
.component__insights-cards .card-grid__card:nth-of-type(2) .home__insight-card-overlay,
.component__insights-cards .card:nth-of-type(2) .home__insight-card-overlay {
  background-color: rgba(53, 72, 95, 0.8);
}

.card-grid .card-grid__card-wrapper.color-sequence .component__insights-cards .card-grid__card:nth-of-type(3),
.component__insights-cards .accordion__item:nth-of-type(3),
.component__insights-cards .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card:nth-of-type(3),
.component__insights-cards .card-grid__card:nth-of-type(3),
.component__insights-cards .card:nth-of-type(3) {
  display: none;
}

@media (min-width: 992px) {

  .card-grid .card-grid__card-wrapper.color-sequence .component__insights-cards .card-grid__card:nth-of-type(3),
  .component__insights-cards .accordion__item:nth-of-type(3),
  .component__insights-cards .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card:nth-of-type(3),
  .component__insights-cards .card-grid__card:nth-of-type(3),
  .component__insights-cards .card:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.component__insights-cards .accordion__item:nth-of-type(3) .home__insight-card-overlay,
.component__insights-cards .card-grid__card:nth-of-type(3) .home__insight-card-overlay,
.component__insights-cards .card:nth-of-type(3) .home__insight-card-overlay {
  background-color: rgba(127, 160, 74, 0.8);
}

.component__insights-cards .accordion__item-content,
.component__insights-cards .card-body,
.component__insights-cards .card-grid__body {
  position: relative;
}

.component__insight-card-content {
  bottom: 0;
  left: 0;
  padding: 2.5rem 2rem 7rem;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 9999;
}

.component__insight-card-attribution,
.component__insight-card-category,
.component__insight-card-text {
  color: #fff;
}

.component__insight-card-category {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

.component__insight-card-text {
  font-size: 1.375rem;
  font-weight: 700;
}

.component__insight-card-attribution {
  bottom: 2rem;
  font-size: 14px;
  left: 2rem;
  position: absolute;
}

.component__insight-card-attribution img {
  border: 3px solid #fff;
  border-radius: 2rem;
  height: 4rem;
  margin-right: 1rem;
  width: 4rem;
}

.component__insight-card-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.cta-callout {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin-left: 5vw;
  margin-right: 5vw; 
}

@media (min-width: 992px) {
  .cta-callout {
    padding-bottom: 2.625rem;
    padding-top: 2.625rem;
  }
}

.cta-callout h2,
.cta-callout h3,
.cta-callout h4,
.cta-callout p {
  /*color: #fff;*/
  margin-bottom: 0;
  text-align: center;
}

.flex__component:has(.bg-texture--grey) p {
  color: #000;
}

@media (min-width: 768px) {

  .cta-callout h2,
  .cta-callout h3,
  .cta-callout h4,
  .cta-callout p {
    text-align: left;
  }
}

.cta-callout .btn,
.cta-callout .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .cta-callout a[download] {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.cta-callout .btn:before,
.cta-callout .form-sidebar .nf-response-msg a[download]:before,
.form-sidebar .nf-response-msg .cta-callout a[download]:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.cta-callout .btn:active:before,
.cta-callout .btn:focus:before,
.cta-callout .btn:hover:before,
.cta-callout .form-sidebar .nf-response-msg a[download]:active:before,
.cta-callout .form-sidebar .nf-response-msg a[download]:focus:before,
.cta-callout .form-sidebar .nf-response-msg a[download]:hover:before,
.form-sidebar .nf-response-msg .cta-callout a[download]:active:before,
.form-sidebar .nf-response-msg .cta-callout a[download]:focus:before,
.form-sidebar .nf-response-msg .cta-callout a[download]:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0 !important;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  width: 80px;
  z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .blog-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.33333333%;
    flex: 0 0 62.33333333%;
    max-width: 62.33333333%;
  }
}

.blog_archive_subhead {
  font-size: 1.25rem;
  margin: -3.5rem 0 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .blog_archive_subhead {
    margin: 0;
  }
}

.posts-list .featured-post,
.posts-list article {
  font-family: Raleway, sans-serif;
}

.posts-list .featured-post {
  background: #f7f6f6;
  -webkit-box-shadow: 0 2px 4px 0 hsla(26, 6%, 57%, 0.15);
  box-shadow: 0 2px 4px 0 hsla(26, 6%, 57%, 0.15);
  margin-bottom: 2rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.posts-list .featured-post:focus-within,
.posts-list .featured-post:hover {
  -webkit-box-shadow: 0 6px 15px 0 hsla(26, 6%, 57%, 0.3);
  box-shadow: 0 6px 15px 0 hsla(26, 6%, 57%, 0.3);
}

.posts-list .featured-post .post-thumbnail {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 39%;
}

.posts-list .featured-post .featured-post__content {
  padding: 2rem 1rem 1rem;
}

@media (min-width: 992px) {
  .posts-list .featured-post .featured-post__content {
    padding: 3rem 1.5rem 1.5rem;
  }
}

.posts-list .featured-post .featured-post__content .featured-post__content-header .featured-post__content-category {
  color: #5a9db4;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  padding-bottom: 0.75rem;
}

.posts-list .featured-post .featured-post__content .featured-post__content-header h2 {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  margin-bottom: 1rem;
}

.form-sidebar .nf-response-msg .posts-list .featured-post .stretched-link:hover a[download]:before,
.posts-list .featured-post .stretched-link:hover .btn:before,
.posts-list .featured-post .stretched-link:hover .form-sidebar .nf-response-msg a[download]:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (min-width: 1200px) {
  .sidebar {
    margin-left: 4.33333333%;
  }
}

.sidebar__widget {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .sidebar__widget {
    margin-bottom: 3rem;
  }
}

.sidebar__widget>h3 {
  color: #415464;
  font-size: 1.0625rem;
  letter-spacing: 0.05625rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.sidebar__sharing {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .sidebar__sharing {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .sidebar__sharing {
    width: 100%;
  }
}

.sidebar__categories {
  margin-bottom: 2rem;
}

.sidebar__categories ul {
  list-style-type: none;
  padding: 0;
}

@media (min-width: 576px) {
  .sidebar__categories ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sidebar__categories ul li {
  border-bottom: 1px solid #e2dfdc;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

@media (min-width: 576px) {
  .sidebar__categories ul li {
    width: 47.5%;
  }
}

.sidebar__categories ul li a {
  color: #5a9db4;
  font-size: 0.875rem;
}

.sidebar__categories ul li a:hover {
  color: #415464;
  text-decoration: underline;
}

.sidebar__newsletter-signup {
  background: #f7f6f6;
  -webkit-box-shadow: 0 2px 4px 0 hsla(26, 6%, 57%, 0.15);
  box-shadow: 0 2px 4px 0 hsla(26, 6%, 57%, 0.15);
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .sidebar__newsletter-signup {
    padding: 2.5rem 1rem 2rem;
  }
}

.sidebar__newsletter-signup img {
  margin-left: -15px;
}

.sidebar__newsletter-signup h3 {
  font-size: 1.375rem;
  letter-spacing: -0.1px;
  line-height: 1.2727272727;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  text-transform: none;
}

.sidebar .sidebar-cta {
  border: 1px solid #5ebedf;
  padding: 1rem;
}

@media (min-width: 768px) {
  .sidebar .sidebar-cta {
    padding: 2rem 1rem;
  }
}

.sidebar .sidebar-cta h3 {
  color: #e86c00;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  text-transform: none;
}

.sidebar .sidebar-cta img {
  height: auto;
  max-width: 100%;
}

.sidebar__form {
  background-color: #5a9db4;
}

.post-full,
.post-full .post-content,
.sidebar__form {
  margin-bottom: 2rem;
}

.post-full .post-content h1 {
  font-size: 2.5rem;
  line-height: 1.175;
}

.post-full .post-feature-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-bottom: 39%;
}

.post-full .post-feature-image.branded-placeholder {
  background-position: contain;
}

.post-full .post-header.post-meta {
  font-size: 1rem;
  margin-bottom: 2rem;

}

.post-full .post-feature-image+header .post-header.post-meta {
  margin-top: -62px;
}

.post-full .post-header.post-meta .author-avatar {
  border: 3px solid #eaeaea;
  border-radius: 50%;
  display: block;
  height: 131px;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  overflow: hidden;
  width: 131px;
}

.post-full .post-header.post-meta .author-avatar img {
  max-width: 100%;
  width: 131px; height: auto;
}

.post-full .post-header.post-meta .author,
.post-full .post-header.post-meta .author-archive,
.post-full .post-header.post-meta .timestamp {
  display: block;
}

.post-full .title-inline {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}

.post-tags.d-md-flex {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .post-full .title-inline {
    margin-right: 1rem;
    width: auto;
  }
}

.post-full .post-tags {
  padding-bottom: 5px;
  padding-top: 5px;
}

.post-full .tags-list {
  margin-bottom: 0;
}

.post-full .tags-list li {
  margin: 10px 15px 10px 0;
}

.post-full .tags-list .badge {
  border: 1px solid #5a9db4;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}

.post-full .tags-list .badge:hover {
  background-color: #5a9db4;
}

.post-full .tags-list .badge:hover a {
  color: #fff;
  text-decoration: none;
}

.post-full .tags-list a {
  color: #5a9db4;
  display: block;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

.careers-why-work-at-bnn {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.careers-why-work-at-bnn__video {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .careers-why-work-at-bnn__video {
    margin-bottom: 0;
  }
}

.careers-job-cta {
  background: #f7f6f6;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.careers-job-cta__text {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
  width: 100%;
}

.careers-job-cta__text h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .careers-job-cta__text h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.careers-job-cta__cards {
  margin: 0 auto;
  max-width: 67.5rem;
  width: 100%;
}

.careers-job-cta__card-outer {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media (max-width: 991.98px) {
  .careers-job-cta__card-outer:first-of-type {
    margin-bottom: 1.5625rem;
  }
}

.careers-job-cta__card-inner {
  background: #5a9db4;
  color: #fff;
  padding: 2rem;
}

.careers-job-cta__card-inner h4 {
  color: #fff;
  letter-spacing: 0.75px;
}

.careers-job-cta__card-inner .btn,
.careers-job-cta__card-inner .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .careers-job-cta__card-inner a[download] {
  font-size: 0.9375rem;
  margin-top: 1rem;
}

.careers-job-cta__card-text {
  font-size: 1rem;
}

.careers-culture {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.careers-culture__intro {
  margin: 0 auto;
  max-width: 62.5rem;
  padding: 0 0.9375rem 3.75rem;
  width: 100%;
}

.careers-culture__grid {
  margin: 0 -0.625rem;
}

.careers-culture__grid-item {
  color: #fff;
  padding: 0.3125rem;
}

.careers-culture__grid-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #415464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 16.875rem;
  justify-content: center;
  padding: 2rem;
  width: 100%;
}

.careers-culture__grid-item-image .careers-culture__grid-item-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.careers-culture__grid-item-quote-citation {
  font-weight: 700;
  margin-top: 1rem;
}

.careers-culture__grid-item-social nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.careers-culture__grid-item-social .careers-culture__grid-item-inner {
  background-color: #5a9db4;
}

.careers-culture__grid-item-social-icons .social-icon {
  border: 1px solid #fff;
  margin: 0 1rem;
}

.careers-culture__grid-item-social-icons .social-icon:hover {
  background-color: #415464;
}

.careers-benefits .layout-container {
  width: 62.5rem;
}

.careers-benefits .accordion {
  margin-top: 3.125rem;
}

.careers-professional-development {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.careers-professional-development .layout-container {
  width: 62.5rem;
}

.careers-testimonial {
  background: #35485f;
  color: #fff;
  height: auto;
}

@media (min-width: 992px) {
  .careers-testimonial {
    height: 28.125rem;
  }
}

.careers-testimonial .container-fluid,
.careers-testimonial .container-lg,
.careers-testimonial .container-md,
.careers-testimonial .container-sm,
.careers-testimonial .container-xl,
.careers-testimonial .container-xxl {
  padding: 0;
}

@media (min-width: 992px) {

  .careers-testimonial .container-fluid,
  .careers-testimonial .container-lg,
  .careers-testimonial .container-md,
  .careers-testimonial .container-sm,
  .careers-testimonial .container-xl,
  .careers-testimonial .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.careers-testimonial__image {
  background-position: 50%;
  background-size: cover;
  display: block;
  height: 28.125rem;
  padding: 0;
}

.careers-testimonial__testimonial-text {
  padding: 2.5rem 1.875rem;
}

@media (min-width: 992px) {
  .careers-testimonial__testimonial-text {
    padding: 0 2.5rem;
  }
}

.careers-testimonial .testimonial {
  width: 100%;
}

.careers-testimonial .testimonial__blockquote__content:before {
  top: 0;
}

.careers-open-positions {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.careers-open-positions .layout-container {
  width: 62.5rem;
}

.careers-open-positions__disclaimer {
  color: #e86c00;
  font-size: 0.875rem;
}

.careers-open-positions__disclaimer p {
  color: inherit;
  font-size: inherit;
}

.page-professional-directory .selected-filters {
  margin-bottom: 1.5rem;
}

.page-professional-directory .selected-filters__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-professional-directory .selected-filters__button {
  background-color: #35485f;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  padding: 0.5rem 1.5rem;
}

.page-professional-directory .selected-filters__clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.75;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
}

.page-professional-directory .selected-filters__clear-button:focus,
.page-professional-directory .selected-filters__clear-button:hover {
  opacity: 1;
}

.page-professional-directory .selected-filters .btn-clear-filters {
  background-color: #adb5bd;
  color: #fff;
  font-size: 1rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
}

.page-professional-directory .selected-filters .btn-clear-filters:focus,
.page-professional-directory .selected-filters .btn-clear-filters:hover {
  background-color: #6c757d;
}

.personnel__hero {
  padding-bottom: 2.625rem;
  padding-top: 2.625rem;
}

@media (min-width: 768px) {
  .personnel__hero {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

.personnel__sidebar {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .personnel__sidebar {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .personnel__sidebar {
    margin-top: 130px;
  }
}

.personnel__sidebar-inner {
  border-bottom: 1px solid #e2dfdc;
  border-left: 1px solid #e2dfdc;
  border-right: 1px solid #e2dfdc;
}

@media (min-width: 768px) {
  .personnel__sidebar-inner {
    border-bottom: 0;
    border-right: 0;
  }
}

.personnel__sidebar-section {
  border-top: 1px solid #e2dfdc;
  padding: 1.5rem;
}

.personnel__sidebar-section:first-of-type {
  border-top: none;
}

@media (min-width: 768px) {
  .personnel__sidebar-section {
    padding: 2.5rem 0 2.5rem 2.25rem;
  }
}

.personnel__sidebar-section h2,
.personnel__sidebar-section h3,
.personnel__sidebar-section h4 {
  color: #415464;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.95px;
  text-transform: uppercase;
}

.personnel__sidebar-section ul {
  list-style: none;
  padding-left: 0;
}

.personnel__sidebar-section li {
  color: #415464;
  margin-bottom: 1rem;
}

.personnel__name {
  font-size: 2.8125rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
}

.personnel__credentials {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.personnel__title {
  color: #415464;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.personnel__contact {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .personnel__contact {
    margin-bottom: 0;
  }
}

.personnel__blockquote p:after,
.personnel__blockquote p:before {
  display: none;
}

.personnel__image {
  text-align: center;
}

@media (min-width: 768px) {
  .personnel__image {
    left: 15px;
    position: absolute;
    text-align: left;
  }
}

.personnel__image img {
  border-left: 1px solid #e2dfdc;
  max-height: 400px;
}

.personnel__phone-number-link {
  color: #e86c00;
  font-weight: 700;
}

.personnel__phone-number-link:focus,
.personnel__phone-number-link:hover {
  color: #c35b00;
  text-decoration: underline;
}

.personnel__bio {
  margin-bottom: 1.875rem;
}

.personnel__articles-link {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.personnel__articles__all-link {
  color: #e86c00;
}

.personnel__articles__all-link:active,
.personnel__articles__all-link:focus,
.personnel__articles__all-link:hover {
  color: #c35b00;
}

.personnel__event {
  margin-bottom: 1.25rem;
}

.personnel__event-link {
  color: #e86c00;
}

.personnel__event-link:active,
.personnel__event-link:focus,
.personnel__event-link:hover {
  color: #c35b00;
}

.layout-homepage .home__hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  overflow: visible;
  position: relative;
}

.layout-homepage .home__hero-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  background-size: cover;
  height: 14.375rem;
  order: 2;
  width: 100%;
}

@media (min-width: 992px) {
  .layout-homepage .home__hero-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    height: 34.0625rem;
    order: 1;
  }
}

.layout-homepage .home__hero-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  background: url(../img/layout/hero_texture_dark_blue.jpg) no-repeat;
  background-size: cover;
  order: 1;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .layout-homepage .home__hero-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    bottom: 0;
    left: 50%;
    max-width: 50rem;
    order: 2;
    padding: 3rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.layout-homepage .home__hero-text h1 {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: -0.13px;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .layout-homepage .home__hero-text h1 {
    font-size: 3.75rem;
    letter-spacing: normal;
  }
}

.layout-homepage .home__hero-cta-button {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  bottom: -1rem;
  order: 3;
  position: absolute;
}

.layout-homepage .home__people {
  padding: 5rem 0;
}

.card-grid .card-grid__card-wrapper.color-sequence .layout-homepage .home__people-cards .card-grid__card,
.layout-homepage .home__people-cards .accordion__item,
.layout-homepage .home__people-cards .card,
.layout-homepage .home__people-cards .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
.layout-homepage .home__people-cards .card-grid__card {
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
}

.layout-homepage .home__people-cards .accordion__item:focus .accordion__item-content,
.layout-homepage .home__people-cards .accordion__item:focus .card-body,
.layout-homepage .home__people-cards .accordion__item:focus .card-grid__body,
.layout-homepage .home__people-cards .accordion__item:hover .accordion__item-content,
.layout-homepage .home__people-cards .accordion__item:hover .card-body,
.layout-homepage .home__people-cards .accordion__item:hover .card-grid__body,
.layout-homepage .home__people-cards .card-grid__card:focus .accordion__item-content,
.layout-homepage .home__people-cards .card-grid__card:focus .card-body,
.layout-homepage .home__people-cards .card-grid__card:focus .card-grid__body,
.layout-homepage .home__people-cards .card-grid__card:hover .accordion__item-content,
.layout-homepage .home__people-cards .card-grid__card:hover .card-body,
.layout-homepage .home__people-cards .card-grid__card:hover .card-grid__body,
.layout-homepage .home__people-cards .card:focus .accordion__item-content,
.layout-homepage .home__people-cards .card:focus .card-body,
.layout-homepage .home__people-cards .card:focus .card-grid__body,
.layout-homepage .home__people-cards .card:hover .accordion__item-content,
.layout-homepage .home__people-cards .card:hover .card-body,
.layout-homepage .home__people-cards .card:hover .card-grid__body {
  min-height: 20rem;
}

.layout-homepage .home__people-cards .accordion__item:nth-of-type(2),
.layout-homepage .home__people-cards .card-grid__card:nth-of-type(2),
.layout-homepage .home__people-cards .card:nth-of-type(2) {
  display: none;
}

@media (min-width: 768px) {

  .layout-homepage .home__people-cards .accordion__item:nth-of-type(2),
  .layout-homepage .home__people-cards .card-grid__card:nth-of-type(2),
  .layout-homepage .home__people-cards .card:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout-homepage .home__people-cards .accordion__item:nth-of-type(3),
.layout-homepage .home__people-cards .card-grid__card:nth-of-type(3),
.layout-homepage .home__people-cards .card:nth-of-type(3) {
  display: none;
}

@media (min-width: 992px) {

  .layout-homepage .home__people-cards .accordion__item:nth-of-type(3),
  .layout-homepage .home__people-cards .card-grid__card:nth-of-type(3),
  .layout-homepage .home__people-cards .card:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout-homepage .home__people-cards .accordion__item-content,
.layout-homepage .home__people-cards .card-body,
.layout-homepage .home__people-cards .card-grid__body {
  background: rgba(90, 157, 180, 0.9);
  bottom: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0 10%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.layout-homepage .home__people-card-inner {
  background-size: cover;
  height: 20rem;
}

.layout-homepage .home__people-card-attribution,
.layout-homepage .home__people-card-quote {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
}

.layout-homepage .home__people-card-attribution {
  font-weight: 700;
  margin-top: 1.25rem;
}

.layout-homepage .home__people-text {
  margin: 0 auto;
  max-width: 56.25rem;
  padding-top: 3.75rem;
}

.layout-homepage .home__people-text-cta {
  margin-top: 1.25rem;
}

.layout-homepage .home__insights {
  background: #f7f6f6;
  padding: 5rem 0;
}

.layout-homepage .home__insights .related-content-cards {
  padding: 3.75rem 0 1.875rem;
}

.layout-homepage .home__testimonial {
  padding: 5rem 0;
}

.layout-homepage .home__testimonial-text {
  background: #5a9db4;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 1.5rem auto 2rem;
  max-width: 62.5rem;
  padding: 2.5rem 4rem;
  position: relative;
  width: 100%;
}

.layout-homepage .home__testimonial-text .testimonial__blockquote__content {
  position: relative;
}

.layout-homepage .home__testimonial-text .testimonial__blockquote__content:before {
  top: 0;
}

.layout-homepage .home__testimonial-text .testimonial__blockquote__content:after {
  bottom: 0;
}

.layout-homepage .home__testimonial-text .testimonial__blockquote__content p {
  display: block;
  margin-left: 12px;
  position: relative;
  text-align: center;
}

.layout-homepage .home__testimonial-cta h4 {
  margin-bottom: 1rem;
}

.layout-homepage .home__testimonial-cta a {
  margin: 0 0.75rem 1rem;
}

@media (min-width: 768px) {
  .layout-homepage .home__testimonial-cta a {
    margin-bottom: 0;
  }
}

.layout-homepage .home__by-the-numbers {
  background: url(../img/layout/background_texture_dark_blue.jpg) no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.layout-homepage .home__by-the-numbers h2 {
  color: #fff;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .layout-homepage .home__by-the-numbers h2 {
    margin-bottom: 0;
  }
}

.layout-homepage .home__by-the-numbers-item {
  border-bottom: 2px solid hsla(0, 6%, 97%, 0.1);
  margin: 0 auto;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .layout-homepage .home__by-the-numbers-item {
    border-bottom: none;
    border-right: 2px solid hsla(0, 6%, 97%, 0.1);
    padding-bottom: 0;
  }
}

.layout-homepage .home__by-the-numbers-item:first-of-type {
  border-top: 2px solid hsla(0, 6%, 97%, 0.1);
}

@media (min-width: 768px) {
  .layout-homepage .home__by-the-numbers-item:first-of-type {
    border-left: 2px solid hsla(0, 6%, 97%, 0.1);
    border-top: none;
  }
}

.layout-homepage .home__by-the-numbers-value {
  color: #5ebedf;
  font-family: Raleway, sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
}

.layout-homepage .home__by-the-numbers-title {
  color: #fff;
}

.layout-homepage .home__employee {
  padding: 5rem 0;
}

.layout-homepage .home__employee-video iframe {
  width: 100%;
}

.layout-homepage .home__employee-cta {
  margin-top: 2rem;
}

/* .content-primary .container-fluid,
.content-primary .container-lg,
.content-primary .container-md,
.content-primary .container-sm,
.content-primary .container-xl,
.content-primary .container-xxl {
  padding-bottom: 5rem;
  padding-top: 5rem;
} */
.about-community,
.about-community h2,
.about-community h3 {
  color: #fff;
}

.about-community__numbers-grid {
  background-image: url(../img/layout/about_community_grid_lines.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 28.125rem;
  min-height: 19.6875rem;
}

@media (min-width: 768px) {
  .about-community__numbers-grid {
    margin: 0;
  }
}

.about-community__numbers-grid-item {
  padding: 1.5rem 0;
}

.about-community__numbers-grid-item-value-wrap {
  margin-bottom: 0.5rem;
}

.about-community__numbers-grid-item-value,
.about-community__numbers-grid-item-value-type {
  font-family: Raleway, sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}

.about-community__numbers-grid-item-label {
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.15;
  max-width: 10.9375rem;
  text-transform: uppercase;
}

.about-newsroom__heading {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.about-newsroom__heading.container-fluid,
.about-newsroom__heading.container-lg,
.about-newsroom__heading.container-md,
.about-newsroom__heading.container-sm,
.about-newsroom__heading.container-xl,
.about-newsroom__heading.container-xxl {
  padding-bottom: 0;
}

.about-newsroom .card-grid .layout-container {
  padding-top: 2rem;
}

div[class^="about-recognition"] a {
  color: #e86c00;
}

div[class^="about-recognition"] a:focus,
div[class^="about-recognition"] a:hover {
  color: #c35b00;
}

@media (min-width: 768px) {
  .contact__form .nf-form-layout .lead-select-container {
    background-color: hsla(30, 9%, 87%, 0.5);
    padding: 1.25rem 3.75rem;
  }

  .contact__form .nf-form-layout .lead-select-container .field-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact__form .nf-form-layout .lead-select-container .nf-field-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    padding-right: 2%;
    text-align: right;
    width: 35%;
  }

  .contact__form .nf-form-layout .lead-select-container .nf-field-element {
    display: inline-block;
    width: 65%;
  }
}

.contact__form .nf-form-layout .submit-wrap {
  text-align: center;
}

.contact__form .nf-form-layout .checkbox-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
}

.contact-locations {
  background-color: #5a9db4;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.contact-locations__title {
  color: #fff;
  margin-bottom: 3.125rem;
  text-transform: uppercase;
}

.card-grid .card-grid__card-wrapper.color-sequence .contact-locations .card-grid__card,
.contact-locations .accordion__item,
.contact-locations .card,
.contact-locations .card-grid .card-grid__card-wrapper.color-sequence .card-grid__card,
.contact-locations .card-grid__card {
  background: none;
  border: none;
  border-radius: none;
}

.contact-locations .card-inner {
  -webkit-box-flex: 1;
  background: #f7f6f6;
  -ms-flex: 1;
  flex: 1;
}

.contact-location-card {
  margin-bottom: 1.875rem;
}

.contact-location-card .card-grid__text,
.contact-location-card .card-text {
  font-size: 1rem;
}

.contact-location-card__fax a,
.contact-location-card__phone a {
  color: #525252;
}

.contact-location-card__phone {
  margin-bottom: 0;
}

.contact-location-card .accordion__header,
.contact-location-card .card-footer,
.contact-location-card .card-grid__footer,
.contact-location-card .card-header {
  padding: 0;
}

.contact-location-card .accordion__header,
.contact-location-card .card-header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8.75rem;
}

.contact-location-card .card-footer .embed-responsive,
.contact-location-card .card-grid__footer .embed-responsive {
  height: 14.0625rem;
}

.layout-search-results .search-results-heading-wrapper {
  padding: 1.875rem 0;
}

@media (min-width: 992px) {
  .layout-search-results .search-results-heading-wrapper {
    padding-top: 3.125rem;
  }
}

.layout-search-results .results-title {
  margin-bottom: 0.5rem;
}

.layout-search-results .search-results-wrapper .post-image-wrapper {
  margin-bottom: 1.25rem;
}

.layout-search-results .search-results-wrapper .post {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}

@media (min-width: 768px) {
  .layout-search-results .search-results-wrapper .post {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}

.layout-search-results .search-results-wrapper .post-details .post-title {
  font-size: 2.25rem;
}

.layout-search-results .search-results-wrapper .post-details p {
  font-size: 1.125rem;
}

.wide-mega-menu .mega-nav__panel {
  left: -57% !important;
}

.mega-nav__nav-item--open.menu-item-has-children:after {
  display: none !important;
}

h1 {
  font-family: Raleway;
  font-size: 60px;
  font-weight: 400;
}

.post-full .post-content h1 {
  font-family: Raleway !important;
  font-family: 2.5rem;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .post-full .post-content h1 {
    font-size: 60px;
  }
}

.homepage-main {
  padding-bottom: 3em;
}

/*.content-primary {
  font-size: 18px;
}

.content-primary p a:hover {
  color: #5a9db4;
}

.content-primary a.btn {
  font-weight: 700 !important
}*/

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px !important;
  position: relative;
  width: 100% !important;
}

.layout-mobile-nav {
  -webkit-overflow-scrolling: touch;
  background: #f7f6f6;
  bottom: 0;
  -webkit-box-shadow: -10px 10px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -10px 10px 5px 0 rgba(0, 0, 0, 0.15);
  display: none !important;
  height: 100vh;
  left: 100%;
  overflow-y: auto;
  position: absolute;
  top: 126px;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  visibility: hidden;
  width: 90%;
  z-index: 500;
}

.state--mobile-nav-open .layout-mobile-nav {
  display: block !important;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
}

body.home {
  background: #fff;
}

body {
  font-size: 18px;
  /*overflow-x: hidden !important;*/
}

.layout-site-wrapper {
  background: #fff;
}

.textured-background {
  background: -o-linear-gradient(hsla(0, 0%, 91%, 0.6), hsla(0, 0%, 91%, 0.6)),
    url(../img/layout/swoosh-texture.jpg);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 91%, 0.6)),
      to(hsla(0, 0%, 91%, 0.6))),
    url(../img/layout/swoosh-texture.jpg);
  background: linear-gradient(hsla(0, 0%, 91%, 0.6), hsla(0, 0%, 91%, 0.6)),
    url(../img/layout/swoosh-texture.jpg);
  background-size: cover;
  padding: 2em 0;
}

.textured-background-blue {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(43, 58, 76, 0.89)),
      to(rgba(43, 58, 76, 0.89))),
    url(../img/layout/bnn-footer-BG.png);
  background: -o-linear-gradient(rgba(43, 58, 76, 0.89), rgba(43, 58, 76, 0.89)),
    url(../img/layout/bnn-footer-BG.png);
  background: linear-gradient(rgba(43, 58, 76, 0.89), rgba(43, 58, 76, 0.89)),
    url(../img/layout/bnn-footer-BG.png);
  background-size: cover;
}

.flex__component__featured-posts-band,
.textured-background-gray {
  background: -o-linear-gradient(hsla(0, 0%, 91%, 0.6), hsla(0, 0%, 91%, 0.6)),
    url(../img/layout/swoosh-texture.jpg);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 91%, 0.6)),
      to(hsla(0, 0%, 91%, 0.6))),
    url(../img/layout/swoosh-texture.jpg);
  background: linear-gradient(hsla(0, 0%, 91%, 0.6), hsla(0, 0%, 91%, 0.6)),
    url(../img/layout/swoosh-texture.jpg);
  background-size: cover;
  padding: 2em 0;
}

.textured-background .container-fluid,
.textured-background .container-lg,
.textured-background .container-md,
.textured-background .container-sm,
.textured-background .container-xl,
.textured-background .container-xxl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home {
  overflow-x: hidden;
}

.hero-subhead {
  color: #415464;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  padding: 3.5em 0.5em 0.5em;
}

@media screen and (min-width: 1250px) {
  .hero-subhead {
    padding: 3.5em 0.5em 0.5em 0;
  }
}

.hero-video {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48vw;
  justify-content: center;
  max-height: 48vw;
  min-height: 48vh;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .hero-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48vw;
    justify-content: center;
    left: -50%;
    max-height: 48vw;
    min-height: 48vh;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 200%;
  }
}

.homepage-hero-title {
  color: #fff;
  margin-top: 140px;
}

@media screen and (min-width: 700px) {
  .homepage-hero-title {
    color: #fff;
    margin-top: 375px;
  }
}


.layout-header-homepage {
  background: none;
  margin: auto;
  min-width: 350px;
  width: 98%;
}

@media screen and (min-width: 1100px) {
  .layout-header-homepage {
    margin: auto;
    max-width: 1230px;
    width: 100%;
  }

  .homepage-hero-title {
    color: #fff;
    margin-top: 0;
    max-width: 17ch;
  }

  .layout-header-homepage {
    background: none;
  }
}

.home-hero-one {
  margin: 2em auto;
}

@-moz-document url-prefix() {
  .home-hero-two {
    background: #fff;
  }
}

.hero-band-one {
  margin-bottom: 1em;
}

.hero-band-two {
  margin-top: 1em;
}

.hero-band-one .hero-cta-block {
  padding: 4em;
  width: 100%;
}

.hero-band-two .hero-cta-block {
  padding: 4em;
}

.hero-band-one .hero-cta-block h3,
.hero-band-two .hero-cta-block h3 {
  color: #fff;
}

.hero-left-img,
.hero-right-img {
  display: none;
}

@media screen and (min-width: 1100px) {

  .hero-left-img,
  .hero-right-img {
    display: block;
  }
}

.color-block-hero .cb-hero-text {
  width: 100%;
}

.color-block-hero .cb-hero-text .cb-cta-wrap {
  width: 100%;
}

.color-block-hero .cb-hero-text .cb-cta-wrap .cb-hero-cta a,
.color-block-hero .cb-hero-text .cb-cta-wrap .cb-hero-cta a:hover {
  color: #35485f;
}

.color-block-hero .cb-hero-text a {
  color: #5ebedf;
}

.layout-breadcrumb-cb {
  max-width: 650px;
}

.cb-hero-text h1 {
  color: #fff !important;
  font-size: 60px;
  font-weight: 600;
  max-width: 17ch;
}

.breadcrumb {
  text-transform: capitalize;
}

.breadcrumb svg {
  color: #fff;
  height: 25px;
}

.cb-hero-text p {
  color: #fff !important;
  max-width: 450px;
  padding: 1em 0;
}

.cb-hero-text strong,
.layout-breadcrumbs-cb li[aria-current="page"] {
  color: #5ebedf;
}

.color-block-hero .cb-cta-wrap,
.color-block-hero .cb-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5em;
  margin: 1em auto;
  max-width: 1200px;
  padding: 2em 0;
  width: 90%;
}

.color-block-hero {
  padding: 2em 0;
}

.cb-cta {
  margin-top: 5em;
}

@media screen and (min-width: 1300px) {
  .layout-breadcrumbs-cb {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }

  .layout-breadcrumbs-cb .layout-breadcrumbs__inner {
    margin-left: -1em;
  }

  .cb-cta {
    margin-top: 1em;
  }

  .color-block-hero .cb-wrap {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: grid;
    gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .content-primary img:not(.alignleft, .alignright, .layout-header__logo__img) {
    float: none;
    max-width: 100%;
	height: auto;
  }

  .content-primary img.alignleft {
    -webkit-margin-end: 16px;
    float: left;
    margin-inline-end: 16px;
  }

  .content-primary img.alignright {
    -webkit-margin-start: 16px;
    float: right;
    margin-inline-start: 16px;
  }

  .color-block-hero .cb-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin: auto;
    max-width: 1200px;
    padding: 0;
    width: 90%;
  }
}

.by-the-numbers-item-width {
  width: calc(100% - 60px);
}

.home__by-the-numbers-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .home__by-the-numbers-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .by-the-numbers-item-width {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.careers-band-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 1rem;
}

@media screen and (min-width: 900px) {
  .careers-band-content {
    grid-gap: 2em;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-rows: minmax(100px, 1fr);
    justify-content: stretch;
    justify-items: stretch;
    margin: 2rem auto;
  }
}

.career-band-heading {
  font-size: 1.4em;
  margin-top: 0.2em;
}

.career-band-heading:after {
  border-bottom: 2px solid #e86c00;
  content: "";
  display: block;
  height: 15px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  width: 100px;
}

.career-cta-block {
  background-color: #415464;
  color: #fff;
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
  padding: 2em;
}

.career-cta-block h3 {
  color: #fff;
}

.career-cta-block .btn,
.career-cta-block .form-sidebar .nf-response-msg a[download],
.form-sidebar .nf-response-msg .career-cta-block a[download] {
  margin-bottom: 2em;
}

.information-panel {
  background-color: #f7f6f6;
  grid-row: 2/2;
  padding: 2em;
}

.adjustable-layout-content a,
.information-panel a,
.news-link,
.news-link a {
  color: #415464;
  font-weight: 500;
  text-decoration: underline;
}

.adjustable-layout-content a:hover,
.news-link a:hover,
.information-panel a:hover {
	color: #5a9db4;
}

.information-panel:first-child {
  grid-column: 1 / span 1;
}

.information-panel:nth-child(2) {
  grid-column: 2 / span 1;
}

.information-panel:nth-child(3) {
  grid-column: 3 / span 1;
}

.swiper {
  height: 100%;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination {
  text-align: left;
}

.testimonials-swiper--pagination-bullet {
  height: 16px;
  width: 16px;
}

.testimonials-swiper--pagination-bullet-active {
  background: #e86c00;
}

.layout-container.container-fluid.testimonials-block {
  padding-top: 1.5em;
}

@media screen and (min-width: 1100px) {
  .testimonial-swiper-container {
    margin-inline: 0;
  }
}

.testimonial-image img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.testimonial-image img {
  height: auto;
  max-width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 900px;
}

.single-testimonial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4em;
  justify-content: space-between;
}

.testimonial-quote {
  width: 90%;
}

.testimonial-quote p {
  font-size: 26px;
  font-weight: 400;
  padding-block: 1em;
  padding-inline: 0;
}

.testimonial-image {
  margin-inline: auto;
  width: 90%;
}

.testimonial-quote {
  -webkit-padding-before: 4em;
  padding-block-start: 4em;
}

.testimonial-image {
  -webkit-padding-before: 2em;
  padding-block-start: 2em;
}

@media screen and (min-width: 1100px) {
  .testimonial-quote {
    width: 90%;
  }

  .testimonial-quote p {
    font-size: 26px;
    font-weight: 400;
  }

  .testimonial-image,
  .testimonial-quote {
    padding-block: 5em;
    width: 45%;
  }

  .testimonials-block {
    -webkit-margin-before: 4rem;
    margin-block-start: 4rem;
  }
}

a.home__insight-cta {
  color: #415464;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.embed-container {
  aspect-ratio: 16/9;
}

.adjustable-layout-right img {
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-img {
  width: 300px;
}

.embed-container img {
  display: none;
}

.adjustable-layout-left .adjustable-layout-content,
.adjustable-layout-right .adjustable-layout-content {
  max-width: 310px;
  min-width: 300px;
  width: 95%;
}

.adjustable-layout-left {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.adjustable-layout-left,
.adjustable-layout-right {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.adjustable-layout-right {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adjustable-layout-left,
.adjustable-layout-right {
  margin: 3rem auto;
}

.img-block-wrapper .embed-container {
  height: auto;
  max-width: 300px;
  overflow: hidden;
  padding-bottom: 2em;
  position: relative;
  width: 90%;
}

.adjustable-layout-image figure {
  scale: 0.8;
}

.embed-container iframe {
  height: 310px !important;
  width: 510px !important;
}

.adjustable-layout-image figure {
  margin: -10px auto;
  scale: 1;
}

@media screen and (min-width: 760px) {
  .embed-container iframe {
    height: 310px !important;
    width: 510px !important;
  }

  .adjustable-layout-image figure {
    margin: -10px auto;
    scale: 1;
  }

  .lr-img {
    width: 400px;
  }

  .adjustable-layout-left .adjustable-layout-content,
  .adjustable-layout-right .adjustable-layout-content {
    min-width: 500px;
    width: 60%;
  }

  .img-block-wrapper .embed-container {
    height: auto;
    max-width: 400px;
    overflow: hidden;
    padding-bottom: 2em;
    position: relative;
  }
}

@media screen and (min-width: 200px) and (max-width: 1300px) {
  .layout-breadcrumbs-cb {
    margin: 0 auto;
    max-width: 650px;
  }
}

@media screen and (min-width: 200px) and (max-width: 1100px) {
  .adjustable-layout-right .cb {
    margin-top: 40px;
  }

  .adjustable-layout-left .adjustable-layout-content,
  .adjustable-layout-right .adjustable-layout-content {
    min-width: 100%;
  }

  .adjustable-layout-right .adjustable-layout-image {
    text-align: center;
  }
}

@media screen and (min-width: 1100px) {
  .adjustable-layout-right .adjustable-layout-image {
    margin-left: 250px;
  }

  .adjustable-layout-left .adjustable-layout-content,
  .adjustable-layout-right .adjustable-layout-content {
    min-width: 600px;
    width: 60%;
  }

  .adjustable-layout-left {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .adjustable-layout-left,
  .adjustable-layout-right {
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }

  .adjustable-layout-right {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .adjustable-layout-content,
  .adjustable-layout-image {
    margin-bottom: 2em;
    width: 50%;
  }

  .adjustable-layout-right .img-block-wrapper .embed-container,
  .adjustable-layout-right .lr-img {
    margin-top: 0;
  }
}

@media screen and (min-width: 1300px) {
  .lr-img {
    width: 450px;
  }

  .home__text_image .adjustable-layout-right .adjustable-layout-image {
    margin-left: 165px;
  }

  .adjustable-layout-right .img-block-wrapper .embed-container,
  .adjustable-layout-right .lr-img {
    margin-left: 0;
    margin-top: 0;
  }

  .adjustable-layout-left .lr-img,
  .img-block-wrapper .embed-container {
    margin-left: 29px;
    margin-right: -20px;
    margin-top: 25px;
  }

  .embed-container {
    height: 340px;
    width: 510px;
  }

  .adjustable-layout-right .adjustable-layout-image {
    margin-left: 117px;
  }
}

#pre-footer {
  background-color: #fff;
  background-image: url(../img/layout/bnn-footer-BG.png);
  background-size: cover;
  border-bottom: none;
  border-top: none;
  /*margin-top: -3em;*/
  padding-bottom: 3em;
  padding-top: 6em;
}

.footer-heading:after {
  border-bottom: 2px solid #e86c00;
  content: "";
  display: block;
  height: 15px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  width: 100px;
}

.footer-one-wrap a {
  color: #415464;
}

.homepage-footer {
  background: #415464;
}

.site-copyright {
  color: #fff;
  padding: 2em 0;
}

.site-copyright a {
  color: #fff;
}

.privacy-links {
  display: inline-block;
  margin-right: 1px solid #fff;
  padding: 0 1em;
}

.footer-logos,
.footer-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-logos li,
.footer-navigation ul li {
  font-weight: 900;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1em !important;
  padding: 0;
}

.bnn-logo-f {
  height: auto !important;
  width: 190px !important;
}

.footer-social-links {
  list-style-type: none !important;
}

.footer-social-links li {
  margin: 0.6em !important;
}

.footer-one-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-one-wrap div:first-child,
.footer-one-wrap div:nth-child(2),
.footer-one-wrap div:nth-child(3) {
  width: 100%;
}

.footer-post-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-post-list li {
  margin: 0.5em 0;
  padding: 0.5em 0;
}

.footer-post-list a:hover {
  color: #5a9db4;
}

.footer-post-list li {
  border-bottom: 1px solid #abb8c3;
}

.footer-post-list li:last-child {
  border-bottom: none;
}

.footer-social-wrapper {
  width: 100%;
}

.footer-heading {
  display: inline-block;
}

.footer-social-media {
  margin-bottom: 3rem;
  margin-top: 3em;
  width: 100%;
}

.footer-social-links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -0.6em;
  max-width: 300px;
  width: 90%;
}

.footer-social-link {
  font-size: 1em;
  margin: 0.6em !important;
}

.footer-social-link a:hover {
  color: #5a9db4;
}

.footer-navigation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3em;
  justify-content: space-between;
}

.footer-navigation .col-one,
.footer-navigation .col-two {
  min-width: 200px;
}

@media screen and (min-width: 800px) {
  .footer-one-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-one-wrap div:nth-child(2) {
    width: 62%;
  }

  .footer-one-wrap div:first-child {
    width: 35%;
  }

  .footer-one-wrap div:nth-child(3) {
    width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .footer-one-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2em;
    justify-content: space-between;
  }

  .footer-one-wrap div:nth-child(2),
  .footer-one-wrap div:nth-child(3) {
    width: 40%;
  }

  .footer-one-wrap div:first-child {
    width: 20%;
  }
}

.footer-logo-gallery {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-logos {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  max-width: 220px;
  min-width: 220px;
  width: auto;
}

.footer-logos li {
  margin: 10px;
}

.footer-locations-wrapper {
  margin-top: 4em;
}

.footer-locations {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: inherit;
  width: 100%;
}

.footer-location {
  min-width: 200px;
}

.hero-band-one {
  gap: 0;
  margin-bottom: 0.3rem;
}

.hero-band-two {
  gap: 0;
}

@media screen and (min-width: 1100px) {
  .hero-band-one {
    gap: 1.5rem;
    margin-bottom: 0.3rem;
  }

  .hero-band-two {
    gap: 1.5rem;
  }
}

.hero-band-one .hero-cta-block h3,
.hero-band-two .hero-cta-block h3 {
  line-height: 45px;
}

@media screen and (min-width: 1100px) {
  .hero-band-one .hero-cta-block h3 {
    width: 70%;
  }
}

.hero-left-img img {
  min-height: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 488px;
}

.form-sidebar .nf-response-msg .hero-cta-block a.home__hero-cta-button.btn-brand-lt-gray[download],
.hero-cta-block .form-sidebar .nf-response-msg a.home__hero-cta-button.btn-brand-lt-gray[download],
.hero-cta-block .home__hero-cta-button.btn.btn-brand-lt-gray {
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 1100px) {
  .hero-band-two-content {
    padding-bottom: 6rem;
  }
}

p.citation {
  font-size: 18px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  line-height: 24px;
}

.featured-title {
  font-family: Raleway;
  line-height: 34px;
  font-weight: 500;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .career-image {
    background-position: bottom;
  }
}

@media screen and (min-width: 550px) {
  .career-image {
    min-height: 500px;
  }
}

.career-image:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.career-image {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.career-cta-block {
  background-color: #35485f;
}

.career-cta-block h3 {
  font-family: Roboto;
  font-size: 26px;
  line-height: 32px;
}

.career-cta-block p {
  line-height: 24px;
}

.career-cta-block a {
  margin-bottom: 0;
  margin-top: 0;
}

.career-band-heading {
  color: #35485f;
  font-family: Roboto;
  font-size: 26px;
  line-height: 34px;
  margin-top: 20px;
}

.information-panel p {
  color: #35485f;
  line-height: 24px;
}

.information-panel img {
  float: none !important;
  height: auto;
  max-width: 120px !important;
  width: 100%;
}

.adjustable-layout-content H2 {
  line-height: 53px;
}

.adjustable-layout-content P {
  color: #35485f;
  line-height: 24px;
}

Footer Section #pre-footer {
  background-position: top;
}

.footer-one-wrap .menu a {
  color: #35485f;
}

ul.footer-social-links {
  padding-left: 0;
}

.footer-social-link a {
  color: #35485f;
  font-size: 17px;
}

.footer-post a {
  color: #757575;
}

.footer-post a:hover {
  color: #5a9db4;
}

.news-link a {
  color: #35485f;
  font-size: 16px;
}

.news-link a:hover {
  color: #5a9db4;
}

.footer-location,
.footer-location a {
  color: #757575;
}

.site-copyright p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 15px;
}

.privacy-links {
  padding: 0;
}

a.privacy-links:before {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.homepage-hero-title {
  font-weight: 600;
  line-height: 70px;
}

.hero-band-one .hero-cta-block h3,
.hero-band-two .hero-cta-block h3 {
  line-height: 53px;
}

/* .hero-band-two .hero-cta-block h3 {
  margin-bottom: 2rem;
} */
.mega-nav__nav-item--level-2__link-heading {
  border-bottom: none !important;
  font-weight: 400;
}

.mega-nav__nav-item--level-2__link-heading:before {
  display: none;
}

.textured-background-blue {
  background-position: bottom;
}

.content-primary ol.breadcrumb li a {
  color: #fff;
}

#pre-footer {
  background-color: #f7f6f6;
}

.careers-band-content {
  grid-gap: 1em;
}

.career-cta-block {
  padding: 1em 2em;
}

@media screen and (max-width: 1100px) {

  .home__text_image .adjustable-layout-left .adjustable-layout-content,
  .home__text_image .adjustable-layout-right .adjustable-layout-content {
    min-width: 100%;
  }
}

.adjustable-layout-left .adjustable-layout-content,
.adjustable-layout-right .adjustable-layout-content {
  min-width: 485px;
}

@media screen and (min-width: 610px) {
  .adjustable-layout-left .img-block-wrapper {
    -webkit-transform: translate(100px);
    -ms-transform: translate(100px);
    transform: translate(100px);
  }

  .adjustable-layout-right.img-block-wrapper {
    -webkit-transform: translate(-70px);
    -ms-transform: translate(-70px);
    transform: translate(-70px);
  }

  .adjustable-layout-content {
    padding: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .adjustable-layout-right .adjustable-layout-image {
    margin-left: 50px;
  }

  .adjustable-layout-left .img-block-wrapper {
    -webkit-transform: translate(30px);
    -ms-transform: translate(30px);
    transform: translate(30px);
  }

  .adjustable-layout-right.img-block-wrapper {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .adjustable-layout-content {
    padding: 0;
  }
}

.adjustable-layout-right .lr-img {
  width: 510px;
}

.menu-item-has-children.mega-nav__nav-item--level-1 a.mega-nav__nav-item--level-1__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.menu-item-has-children.mega-nav__nav-item--level-1 a.mega-nav__nav-item--level-1__link:after {
  content: url(../img/layout/nav-arrow.svg);
  height: 15px;
  left: 5px;
  position: relative;
  top: -5px;
  width: 15px;
}

.menu-item-has-children.mega-nav__nav-item--level-1 a.mega-nav__nav-item--level-1__link:hover:after {
  content: url(../img/layout/nav-arrow.svg);
  -webkit-filter: invert(68%) sepia(11%) saturate(1561%) hue-rotate(149deg) brightness(83%) contrast(85%);
  filter: invert(68%) sepia(11%) saturate(1561%) hue-rotate(149deg) brightness(83%) contrast(85%);
  height: 15px;
  left: -1px;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 15px;
}

.career-image {
  height: 386px;
}

.footer-location a {
  text-decoration: underline;
}

.mega-nav__nav-item--level-2__link-heading:after {
  border-top: 1px solid #757575;
  bottom: 0;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  width: 139px;
}

@media print {
  Header {
    display: none;
  }

  .careers-block {
    page-break-before: always;
  }
}

.information-panel .career-band-heading {
  padding-top: 25px;
}

.information-panel a {
  color: #35485f;
}

H2 {
  font-size: 45px;
  font-weight: 100;
}

a.home__hero-cta-button.btn {
  margin-top: 15px;
}

.form-sidebar .nf-response-msg a.home__hero-cta-button.btn-brand-lt-gray[download],
a.home__hero-cta-button.btn.btn-brand-lt-gray {
  background: #f7f6f6;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2em;
}

.form-sidebar .nf-response-msg a.home__hero-cta-button.btn-brand-lt-gray[download]:hover,
a.home__hero-cta-button.btn.btn-brand-lt-gray:hover {
  color: #5ebedf;
}

.form-sidebar .nf-response-msg a.home__hero-cta-button.btn-brand-lt-gray[download],
a.home__hero-cta-button.btn.btn-brand-lt-gray {
  font-weight: 700;
}

/*.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.layout-search-results .search-results-wrapper .post-details .post-type,
.post-full .post-content h2,
.post-full .post-content h3,
.post-full .post-content h4,
.post-full .post-content h5,
.testimonial,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.citation,
.testimonial {
  color: #35485f;
}

.testimonial-quote {
  color: #35485f;
  font-size: 18px;
  font-weight: 400;
}

H2 {
  font-weight: 500;
}*/

.eyebrow {
  font-weight: 700;
}

.featured-link,
a.home__insight-cta {
  font-weight: 700;
}

.career-band-heading {
  font-weight: 500;
}

.adjustable-layout-content a,
.information-panel a,
.news-link,
.news-link a {
  font-weight: 700;
}

h3.footer-heading {
  font-size: 18px;
  font-weight: 700;
}

.footer-posts h4 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

.footer-posts a {
  color: #757575;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.news-link a {
  color: #415464;
}

.news-link a,
.site-copyright p {
  font-weight: 700;
}

.site-copyright {
  background: #35485f;
}

.nav--utility .menu .menu-item:after {
  display: none;
}

.layout-search .layout-search__btn {
  color: #35485f;
}

.nav--utility .menu a {
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.nav--utility .menu a:hover {
  color: #35485f;
}

a.mega-nav__nav-item--level-1__link {
  color: #35485f;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

a.mega-nav__nav-item--level-1__link:hover {
  color: #5a9db4;
  text-decoration: underline;
}

.mega-nav__panel-inner {
  background: #f7f6f6;
}

.mega-nav__nav-item--level-2__link-heading {
  color: #35485f;
  font-family: Roboto;
  font-family: 400;
  font-size: 16px;
  text-transform: none;
}

.mega-nav__nav-item--level-3__link {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.mega-nav__nav-item--level-3__link:hover {
  color: #35485f;
  text-decoration: underline;
}

.mega-nav__nav-item--level-2__link {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}

.mega-nav__nav-item--level-2__link:hover {
  color: #35485f;
}

.careers-block {
  margin: 3em auto 8em;
}

.breadcrumb {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
}

.form-sidebar .nf-response-msg a.home__hero-cta-button.btn-brand-lt-gray[download],
a.home__hero-cta-button.btn.btn-brand-lt-gray {
  letter-spacing: 0;
}

.hero-left-img img,
.hero-right-img img {
  width: 488px;
}

.content-primary .hero-image-color-block img {
  float: right;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 530px;
}

.home-hero {
  position: relative;
}

@media screen and (min-width: 550px) {
  .career-image {
    background-position: 50%;
  }
}

@media screen and (max-width: 550px) {
  .content-primary .hero-image-color-block img {
    width: 100%;
    height: auto;
  }
}

.home-hero-one {
  color: #fff;
  margin: 6em auto 8em;
  padding: 20px;
}

.home-hero-two {
  background: #fff;
  margin-top: -6em;
}

@-moz-document url-prefix() {
  .home-hero-two {
    background: #fff;
    margin-top: -3em;
  }
}

.hero-band-two {
  margin-top: 1.5em;
}

.hero-band-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -4em;
}

.hero-band-one .hero-cta-block {
  background: #415464;
  color: #fff;
  padding: 2em 3em 3em;
}

.hero-band-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3em;
}

.hero-band-two .hero-cta-block {
  background: #5a9db4;
  color: #fff;
  padding: 2em 3em 3em;
}

.hero-content {
  color: #415464;
  font-size: 18px;
  padding: 2rem;
}

.hero-content h4 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 1rem;
}

.hero-content a {
  color: #415464;
  font-weight: 700;
  text-decoration: underline;
}

.hero-content a:hover {
  color: #5a9db4;
}

@media screen and (min-width: 1100px) {
  .hero-content {
    padding: 1em 2em 2em 0;
  }
}

@media screen and (min-width: 992px) {
  .mega-nav__panel {
    width: 250px;
  }

  .wide-mega-menu .mega-nav__panel {
    width: 781px;
  }

  .mega-nav__level-2--columns>.menu-item {
    min-width: 185px;
  }

  .wide-mega-menu .mega-nav__panel {
    left: 17% !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .adjustable-layout-right .cb {
    margin-left: -7px;
    max-width: 510px;
    width: 88%;
  }

  .img-block-wrapper:has(.embed-video-container) {
    margin-left: -2px;
  }

  .home__text_image .embed-video-container {
    background-color: #fff;
    margin-left: 30px;
  }

  .home__text_image .embed-video-container iframe {
    margin-top: -6rem;
  }

  #footer-nav ul {
    width: 120px;
  }
}

@media screen and (min-width: 700px) {
  .adjustable-layout-right .cb {
    display: inline-block;
    height: 100%;
    max-width: 510px;
    width: 100%;
  }

  .home__text_image .embed-video-container {
    background-color: #000;
    margin-left: 0;
    margin-top: 0;
  }
}

figure.hero-right-img {
  height: 100%;
}

.hero-right-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 700px) and (max-width: 1100px) {
  .home-hero {
    margin-bottom: 5rem;
    position: relative;
  }
}

.hero-band-one .hero-cta-block h3,
.hero-band-two .hero-cta-block h3 {
  font-size: 45px;
}

@media (max-width: 767px) {
  .homepage-hero-title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 100px;
  }

  .hero-band-one .hero-cta-block h3,
  .hero-band-two .hero-cta-block h3 {
    font-size: 38px;
    line-height: 1.2;
  }

  h2,
  .adjustable-layout-content H2 {
    font-size: 39px;
    line-height: 1.3;
  }
}

/* .content-primary a {
  font-weight: 700 !important;
} */
.nav--utility .menu a {
  font-size: 14px;
}

.layout-navbar__utility {
  border-bottom: 0.5px solid #e2dfdc;
}

a.mega-nav__nav-item--level-1__link {
  text-transform: capitalize;
}

.mega-nav__nav-item--level-1__link:before {
  display: none;
}

a.mega-nav__nav-item--level-1__link:hover {
  color: #5a9db4 !important;
}

.mega-nav__nav-item--level-2__link-heading {
  border-bottom: 1px solid #757575;
  padding-bottom: 20px;
}

.mega-nav__nav-item--level-2__link {
  font-family: Roboto;
  font-size: 16px;
}

.mega-nav__nav-item--level-3__link {
  font-family: Roboto;
}

@media screen and (min-width: 1100px) {
  .home-hero-one {
    margin: 6em auto 10em;
  }
}

figure.hero-left-img,
figure.hero-right-img {
  overflow: hidden;
}

figure.hero-right-img img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

figure.hero-right-img img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

figure.hero-left-img img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

figure.hero-left-img img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.lr-img img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.lr-img img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.lr-img {
  overflow: hidden;
}

.page-template-template-complex-page .testimonials-block,
.page-template-template-service-page .testimonials-block {
  padding: 2em 0;
}

.color-block-hero .cb-hero-text .cb-cta-wrap .cb-hero-cta a.home__hero-cta-button:hover {
  color: #5ebedf !important;
}

#cr-widget1162717322 *,
#cr-widget1162717322 :after,
#cr-widget1162717322 :before {
  width: auto;
}

.posts-list .featured-post {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.content-primary .nf-form-layout .submit-wrap a.ninja-forms-field:hover,
.content-primary a.btn-brand-orange:hover,
.nf-form-layout .submit-wrap .content-primary a.ninja-forms-field:hover {
  color: #fff;
}

.mm-stack-columns.mega-nav__nav-item--open .mega-nav__panel .mega-nav__level-2--columns {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 45px 45px 45px 20px;
}

.mm-stack-columns.mega-nav__nav-item--open .mega-nav__panel .mega-nav__level-3 {
  margin-bottom: 20px;
}

@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }

  .blog-sidebar,
  .layout-navbar,
  .layout-utility-bar,
  .nav--mobile,
  .nav--mobile-btn,
  .sharing-icons,
  footer {
    display: none;
  }
}


.pum-container {
  & h2 {
    font-size: 1.5rem;
    color: #fff;
  }

  & .pum-content {
    border: 1px solid #ffffff;
    padding: 1.5rem;
  }

  & .gfield_required,
  & .ginput_complex label {
    color: #fff !important;
  }

  & .gform-footer {
    padding-bottom: 0 !important;
  }

  & .gform_button {
    background: rgb(247, 246, 246);
    text-transform: uppercase;
    white-space: normal;
    text-wrap-style: balance;
  }

  & .gform_button:hover {
    color: rgb(94, 190, 223);
  }

}

@media (max-width: 768px) and (orientation:portrait) {
  .pum-container {
    top: 8rem !important;
  }
}