@charset "UTF-8";
/*
Usage:
@include screen(768px,991px) {
...
}
@include min-screen(992px) {
...
}
*/
/*
Usage:
@include placeholder {
...
}
*/
.before, .page-header.v2 .content-wrappper:before, .page-header.bg-darkblue.mix .row-top:before, .page-header:before,
.after,
.page-header.bg-darkblue:after,
.bg-lightgrey .social a span:after,
.bg-white .social a span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.before-center,
.after-center {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.pseudo-absolute {
  display: block;
  position: absolute;
  content: "";
}

.transform-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transform-v-center {
  transform: translate(0, -50%);
}

.transform-h-center {
  transform: translate(-50%, 0);
}

.hide-font, .page-header button:not(.fnc-go):not(.fnc-skills-reset), #sticky-btns button, .social a span {
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -99999px !important;
}

.outviewport {
  position: absolute !important;
  top: -99999px !important;
  left: -99999px !important;
}

.default-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.object-fit-cover, .call-to-action.v2 figure img, .call-to-action.v1 figure img, .hero figure img, .text .featured-thumb img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.object-fit-contain {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: 50% 50%;
}

.absolute, .search-locations .form-wrap form .search button, .search-locations .form-wrap form .search input, #masthead .bottom-nav form button, #masthead .bottom-nav form input, .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.absolute-hard-code {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.absolute-square {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.transition, .search-locations .form-wrap form .radio label span:after, .featured-pages-with-icons .icon-wrap span, .call-to-action .inner .desc a:not(.btn), .stories-slider .card .text h3 a, .hero p a:after, .hero p a, .side-navigation ul a, .page-header a.backlink span, #sticky-btns a, #sticky-btns button, .bg-lightgrey .social a span:after,
.bg-white .social a span:after, .social a, .link-row a, #footer a font,
#footer a span, #footer a, #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a, #masthead #menu-primary > li > .sub-menu > li > a, .text p a:not(.btn),
.text li a:not(.btn),
.text address a:not(.btn) {
  transition: all 0.2s ease-in-out;
}

.reset-ul, .side-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.reset-ele, .search-locations .form-wrap form .search button, .search-locations .form-wrap form .search input, .page-header button:not(.fnc-go):not(.fnc-skills-reset), #sticky-btns button, #footer #searchform-2 input, #masthead .searchform input, #masthead .search-wrapper .fnc-search-form, #masthead .bottom-nav form button, #masthead .menu-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: none !important;
  background: none;
}

.placeholder-start {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
}

.placeholder-square {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.db {
  display: block;
  position: relative;
}

.dt {
  display: table;
  position: relative;
}

.dib {
  display: inline-block;
  position: relative;
}

.dt {
  display: table;
  position: relative;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.inline-flex-row {
  display: inline-flex;
  flex-direction: row;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.inline-flex-row-wrap {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-row-wrap-space {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.flex-row-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inline-flex-row-start {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
}

.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.inline-flex-row-end {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
}

.flex-row-space, #masthead .col-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inline-flex-row-space {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-row-wrap-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.inline-flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inline-flex-column-center {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.flex-column-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.inline-flex-column-start {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.inline-flex-column-end {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bg-cover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #6DBD51;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #6DBD51;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #6DBD51;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(109, 189, 81, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #6DBD51;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236DBD51' d='M2.3 6.73L.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-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #6DBD51;
  box-shadow: 0 0 0 0.2rem rgba(109, 189, 81, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #6DBD51;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236DBD51' d='M2.3 6.73L.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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #6DBD51;
  box-shadow: 0 0 0 0.2rem rgba(109, 189, 81, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6DBD51;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #6DBD51;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6DBD51;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(140.025, 203.025, 117.975);
  background-color: rgb(140.025, 203.025, 117.975);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(109, 189, 81, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6DBD51;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6DBD51;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6DBD51;
  box-shadow: 0 0 0 0.2rem rgba(109, 189, 81, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-success {
  color: #212529;
  background-color: #6DBD51;
  border-color: #6DBD51;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(90.76875, 168.01875, 63.73125);
  border-color: rgb(85.775, 158.775, 60.225);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6DBD51;
  border-color: #6DBD51;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(85.775, 158.775, 60.225);
  border-color: rgb(80.78125, 149.53125, 56.71875);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-success {
  color: #6DBD51;
  border-color: #6DBD51;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #6DBD51;
  border-color: #6DBD51;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6DBD51;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #6DBD51;
  border-color: #6DBD51;
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #6DBD51 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(85.775, 158.775, 60.225) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #6DBD51 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #6DBD51 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(75.7875, 140.2875, 53.2125) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html {
  font-size: 100%;
}

body {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  letter-spacing: -0.34px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  body {
    font-size: 1.3768115942vw;
    line-height: 2.7536231884vw;
  }
}
@media screen and (min-width: 1381px) {
  body {
    font-size: 19px;
    line-height: 38px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #6DBD51;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p {
  overflow-wrap: initial;
}
h1.Light,
h2.Light,
h3.Light,
h4.Light,
h5.Light,
h6.Light,
ol.Light,
ul.Light,
li.Light,
p.Light {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
h1.SemiBold,
h2.SemiBold,
h3.SemiBold,
h4.SemiBold,
h5.SemiBold,
h6.SemiBold,
ol.SemiBold,
ul.SemiBold,
li.SemiBold,
p.SemiBold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}
h1.Regular,
h2.Regular,
h3.Regular,
h4.Regular,
h5.Regular,
h6.Regular,
ol.Regular,
ul.Regular,
li.Regular,
p.Regular {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1.text-transform-none,
h2.text-transform-none,
h3.text-transform-none,
h4.text-transform-none,
h5.text-transform-none,
h6.text-transform-none,
ol.text-transform-none,
ul.text-transform-none,
li.text-transform-none,
p.text-transform-none {
  text-transform: none !important;
}
h1.letter-0,
h2.letter-0,
h3.letter-0,
h4.letter-0,
h5.letter-0,
h6.letter-0,
ol.letter-0,
ul.letter-0,
li.letter-0,
p.letter-0 {
  letter-spacing: 0 !important;
}
h1 *.Light,
h2 *.Light,
h3 *.Light,
h4 *.Light,
h5 *.Light,
h6 *.Light,
ol *.Light,
ul *.Light,
li *.Light,
p *.Light {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
h1 *.SemiBold,
h2 *.SemiBold,
h3 *.SemiBold,
h4 *.SemiBold,
h5 *.SemiBold,
h6 *.SemiBold,
ol *.SemiBold,
ul *.SemiBold,
li *.SemiBold,
p *.SemiBold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}
h1 *.Regular,
h2 *.Regular,
h3 *.Regular,
h4 *.Regular,
h5 *.Regular,
h6 *.Regular,
ol *.Regular,
ul *.Regular,
li *.Regular,
p *.Regular {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 *.text-transform-none,
h2 *.text-transform-none,
h3 *.text-transform-none,
h4 *.text-transform-none,
h5 *.text-transform-none,
h6 *.text-transform-none,
ol *.text-transform-none,
ul *.text-transform-none,
li *.text-transform-none,
p *.text-transform-none {
  text-transform: none !important;
}

h1,
h2 {
  letter-spacing: -1.18px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  h1,
  h2 {
    font-size: 4.2753623188vw;
    line-height: 4.5652173913vw;
    letter-spacing: -0.0855072464vw;
  }
}
@media screen and (min-width: 1381px) {
  h1,
  h2 {
    font-size: 59px;
    line-height: 63px;
    letter-spacing: -1.18px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  h3 {
    font-size: 2.6811594203vw;
    line-height: 3.0434782609vw;
  }
}
@media screen and (min-width: 1381px) {
  h3 {
    font-size: 37px;
    line-height: 42px;
  }
}

h4 {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h4 {
    line-height: 1.5;
    letter-spacing: 1.7px;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  h4 {
    font-size: 1.8115942029vw;
    line-height: 2.4637681159vw;
    padding-bottom: 1.0144927536vw;
    letter-spacing: 0.0525362319vw;
  }
}
@media screen and (min-width: 1381px) {
  h4 {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 14px;
    letter-spacing: 0.725px;
  }
}

h5 {
  letter-spacing: 0.08px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  h5 {
    font-size: 1.4492753623vw;
    line-height: 1.9565217391vw;
    padding-bottom: 1.0144927536vw;
  }
}
@media screen and (min-width: 1381px) {
  h5 {
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 27px;
  }
}

h6 {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.646px;
}

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

p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  p {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  p {
    padding-bottom: 1.7391304348vw;
  }
}
@media screen and (min-width: 1381px) {
  p {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  p.date {
    padding-bottom: 1.4492753623vw;
  }
}
@media screen and (min-width: 1381px) {
  p.date {
    padding-bottom: 20px;
  }
}
p:last-child, p.btn-wrap {
  padding: 0;
}

.text p a:not(.btn),
.text li a:not(.btn),
.text address a:not(.btn) {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0A5596;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.text p a:not(.btn):hover,
.text li a:not(.btn):hover,
.text address a:not(.btn):hover {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.text p b,
.text p strong,
.text li b,
.text li strong,
.text address b,
.text address strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.text p i,
.text p em,
.text li i,
.text li em,
.text address i,
.text address em {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.text ol,
.text ul:not(.btn-row):not(.blue-color) {
  padding-left: 18px;
}
.text ul.blue-color {
  color: #0A5596;
  padding-left: 18px;
}
.text p + h1,
.text p + h2,
.text p + h3,
.text p + h4,
.text p + h5,
.text p + h6,
.text ol + h1,
.text ol + h2,
.text ol + h3,
.text ol + h4,
.text ol + h5,
.text ol + h6,
.text ul + h1,
.text ul + h2,
.text ul + h3,
.text ul + h4,
.text ul + h5,
.text ul + h6,
.text figure + h1,
.text figure + h2,
.text figure + h3,
.text figure + h4,
.text figure + h5,
.text figure + h6,
.text address + h1,
.text address + h2,
.text address + h3,
.text address + h4,
.text address + h5,
.text address + h6,
.text blockquote + h1,
.text blockquote + h2,
.text blockquote + h3,
.text blockquote + h4,
.text blockquote + h5,
.text blockquote + h6,
.text h1 + h1,
.text h1 + h2,
.text h1 + h3,
.text h1 + h4,
.text h1 + h5,
.text h1 + h6,
.text h2 + h1,
.text h2 + h2,
.text h2 + h3,
.text h2 + h4,
.text h2 + h5,
.text h2 + h6,
.text h3 + h1,
.text h3 + h2,
.text h3 + h3,
.text h3 + h4,
.text h3 + h5,
.text h3 + h6,
.text h4 + h1,
.text h4 + h2,
.text h4 + h3,
.text h4 + h4,
.text h4 + h5,
.text h4 + h6,
.text h5 + h1,
.text h5 + h2,
.text h5 + h3,
.text h5 + h4,
.text h5 + h5,
.text h5 + h6,
.text h6 + h1,
.text h6 + h2,
.text h6 + h3,
.text h6 + h4,
.text h6 + h5,
.text h6 + h6 {
  padding-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .text p + h1,
  .text p + h2,
  .text p + h3,
  .text p + h4,
  .text p + h5,
  .text p + h6,
  .text ol + h1,
  .text ol + h2,
  .text ol + h3,
  .text ol + h4,
  .text ol + h5,
  .text ol + h6,
  .text ul + h1,
  .text ul + h2,
  .text ul + h3,
  .text ul + h4,
  .text ul + h5,
  .text ul + h6,
  .text figure + h1,
  .text figure + h2,
  .text figure + h3,
  .text figure + h4,
  .text figure + h5,
  .text figure + h6,
  .text address + h1,
  .text address + h2,
  .text address + h3,
  .text address + h4,
  .text address + h5,
  .text address + h6,
  .text blockquote + h1,
  .text blockquote + h2,
  .text blockquote + h3,
  .text blockquote + h4,
  .text blockquote + h5,
  .text blockquote + h6,
  .text h1 + h1,
  .text h1 + h2,
  .text h1 + h3,
  .text h1 + h4,
  .text h1 + h5,
  .text h1 + h6,
  .text h2 + h1,
  .text h2 + h2,
  .text h2 + h3,
  .text h2 + h4,
  .text h2 + h5,
  .text h2 + h6,
  .text h3 + h1,
  .text h3 + h2,
  .text h3 + h3,
  .text h3 + h4,
  .text h3 + h5,
  .text h3 + h6,
  .text h4 + h1,
  .text h4 + h2,
  .text h4 + h3,
  .text h4 + h4,
  .text h4 + h5,
  .text h4 + h6,
  .text h5 + h1,
  .text h5 + h2,
  .text h5 + h3,
  .text h5 + h4,
  .text h5 + h5,
  .text h5 + h6,
  .text h6 + h1,
  .text h6 + h2,
  .text h6 + h3,
  .text h6 + h4,
  .text h6 + h5,
  .text h6 + h6 {
    padding-top: 1.3043478261vw;
  }
}
@media screen and (min-width: 1381px) {
  .text p + h1,
  .text p + h2,
  .text p + h3,
  .text p + h4,
  .text p + h5,
  .text p + h6,
  .text ol + h1,
  .text ol + h2,
  .text ol + h3,
  .text ol + h4,
  .text ol + h5,
  .text ol + h6,
  .text ul + h1,
  .text ul + h2,
  .text ul + h3,
  .text ul + h4,
  .text ul + h5,
  .text ul + h6,
  .text figure + h1,
  .text figure + h2,
  .text figure + h3,
  .text figure + h4,
  .text figure + h5,
  .text figure + h6,
  .text address + h1,
  .text address + h2,
  .text address + h3,
  .text address + h4,
  .text address + h5,
  .text address + h6,
  .text blockquote + h1,
  .text blockquote + h2,
  .text blockquote + h3,
  .text blockquote + h4,
  .text blockquote + h5,
  .text blockquote + h6,
  .text h1 + h1,
  .text h1 + h2,
  .text h1 + h3,
  .text h1 + h4,
  .text h1 + h5,
  .text h1 + h6,
  .text h2 + h1,
  .text h2 + h2,
  .text h2 + h3,
  .text h2 + h4,
  .text h2 + h5,
  .text h2 + h6,
  .text h3 + h1,
  .text h3 + h2,
  .text h3 + h3,
  .text h3 + h4,
  .text h3 + h5,
  .text h3 + h6,
  .text h4 + h1,
  .text h4 + h2,
  .text h4 + h3,
  .text h4 + h4,
  .text h4 + h5,
  .text h4 + h6,
  .text h5 + h1,
  .text h5 + h2,
  .text h5 + h3,
  .text h5 + h4,
  .text h5 + h5,
  .text h5 + h6,
  .text h6 + h1,
  .text h6 + h2,
  .text h6 + h3,
  .text h6 + h4,
  .text h6 + h5,
  .text h6 + h6 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .text h1.show-for-mobile + h1,
  .text h1.show-for-mobile + h2,
  .text h1.show-for-mobile + h3,
  .text h1.show-for-mobile + h4,
  .text h1.show-for-mobile + h5,
  .text h1.show-for-mobile + h6,
  .text h2.show-for-mobile + h1,
  .text h2.show-for-mobile + h2,
  .text h2.show-for-mobile + h3,
  .text h2.show-for-mobile + h4,
  .text h2.show-for-mobile + h5,
  .text h2.show-for-mobile + h6,
  .text h3.show-for-mobile + h1,
  .text h3.show-for-mobile + h2,
  .text h3.show-for-mobile + h3,
  .text h3.show-for-mobile + h4,
  .text h3.show-for-mobile + h5,
  .text h3.show-for-mobile + h6,
  .text h4.show-for-mobile + h1,
  .text h4.show-for-mobile + h2,
  .text h4.show-for-mobile + h3,
  .text h4.show-for-mobile + h4,
  .text h4.show-for-mobile + h5,
  .text h4.show-for-mobile + h6,
  .text h5.show-for-mobile + h1,
  .text h5.show-for-mobile + h2,
  .text h5.show-for-mobile + h3,
  .text h5.show-for-mobile + h4,
  .text h5.show-for-mobile + h5,
  .text h5.show-for-mobile + h6,
  .text h6.show-for-mobile + h1,
  .text h6.show-for-mobile + h2,
  .text h6.show-for-mobile + h3,
  .text h6.show-for-mobile + h4,
  .text h6.show-for-mobile + h5,
  .text h6.show-for-mobile + h6 {
    padding-top: 0 !important;
  }
}
.text .featured-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 66.6666666667%;
  border-radius: 0 0 58px 0;
}
@media screen and (max-width: 767px) {
  .text .featured-thumb {
    width: calc(100% + 20px);
    left: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .text .featured-thumb {
    border-radius: 0 0 4.2028985507vw 0;
  }
}
@media screen and (min-width: 1381px) {
  .text .featured-thumb {
    border-radius: 0 0 58px 0;
  }
}
.text .featured-thumb + p {
  padding-top: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .text .featured-thumb + p {
    padding-top: 2.7536231884vw;
  }
}
@media screen and (min-width: 1381px) {
  .text .featured-thumb + p {
    padding-top: 38px;
  }
}
nav ul {
  list-style: none;
  margin: 0;
}

.content a + h1,
.content a + h2,
.content a + h3,
.content a + h4,
.content a + h5,
.content a + h6,
.content p + h1,
.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5,
.content p + h6,
.content ol + h1,
.content ol + h2,
.content ol + h3,
.content ol + h4,
.content ol + h5,
.content ol + h6,
.content ul + h1,
.content ul + h2,
.content ul + h3,
.content ul + h4,
.content ul + h5,
.content ul + h6,
.content blockquote + h1,
.content blockquote + h2,
.content blockquote + h3,
.content blockquote + h4,
.content blockquote + h5,
.content blockquote + h6,
.content .wp-video + h1,
.content .wp-video + h2,
.content .wp-video + h3,
.content .wp-video + h4,
.content .wp-video + h5,
.content .wp-video + h6 {
  padding-top: 16px;
}
.content p:not(.img-wrap) a:not(.btn):not(.link),
.content li a:not(.btn):not(.link) {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.content p:not(.img-wrap) a:not(.btn):not(.link):hover,
.content li a:not(.btn):not(.link):hover {
  text-decoration: underline;
  text-decoration-color: transparent;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-lightgrey h1,
.bg-lightgrey h2,
.bg-lightgrey h3,
.bg-lightgrey h4,
.bg-lightgrey h5,
.bg-lightgrey h6,
.bg-lightgrey.text h1,
.bg-lightgrey.text h2,
.bg-lightgrey.text h3,
.bg-lightgrey.text h4,
.bg-lightgrey.text h5,
.bg-lightgrey.text h6,
.bg-white.text h1,
.bg-white.text h2,
.bg-white.text h3,
.bg-white.text h4,
.bg-white.text h5,
.bg-white.text h6,
.bg-lightgrey .text h1,
.bg-lightgrey .text h2,
.bg-lightgrey .text h3,
.bg-lightgrey .text h4,
.bg-lightgrey .text h5,
.bg-lightgrey .text h6,
.bg-white .text h1,
.bg-white .text h2,
.bg-white .text h3,
.bg-white .text h4,
.bg-white .text h5,
.bg-white .text h6 {
  color: #0A5596;
}

.bg-lightblue h1,
.bg-lightblue h2,
.bg-lightblue h3,
.bg-lightblue h4,
.bg-lightblue h5,
.bg-lightblue h6,
.bg-darkblue h1,
.bg-darkblue h2,
.bg-darkblue h3,
.bg-darkblue h4,
.bg-darkblue h5,
.bg-darkblue h6 {
  color: #fff;
}

.bg-lightblue.text h1,
.bg-lightblue.text h2,
.bg-lightblue.text h3,
.bg-lightblue.text h4,
.bg-lightblue.text h5,
.bg-lightblue.text h6,
.bg-darkblue.text h1,
.bg-darkblue.text h2,
.bg-darkblue.text h3,
.bg-darkblue.text h4,
.bg-darkblue.text h5,
.bg-darkblue.text h6,
.bg-lightblue .text h1,
.bg-lightblue .text h2,
.bg-lightblue .text h3,
.bg-lightblue .text h4,
.bg-lightblue .text h5,
.bg-lightblue .text h6,
.bg-darkblue .text h1,
.bg-darkblue .text h2,
.bg-darkblue .text h3,
.bg-darkblue .text h4,
.bg-darkblue .text h5,
.bg-darkblue .text h6 {
  color: #FFF;
}
.bg-lightblue.text p a:not(.btn):not(.link),
.bg-lightblue.text li a:not(.btn):not(.link),
.bg-lightblue.text address a:not(.btn):not(.link),
.bg-darkblue.text p a:not(.btn):not(.link),
.bg-darkblue.text li a:not(.btn):not(.link),
.bg-darkblue.text address a:not(.btn):not(.link),
.bg-lightblue .text p a:not(.btn):not(.link),
.bg-lightblue .text li a:not(.btn):not(.link),
.bg-lightblue .text address a:not(.btn):not(.link),
.bg-darkblue .text p a:not(.btn):not(.link),
.bg-darkblue .text li a:not(.btn):not(.link),
.bg-darkblue .text address a:not(.btn):not(.link) {
  color: #FFF;
}

.bg-darkblue .sidebar-content a:not(.btn) {
  color: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 782px) {
  html .logged-in {
    margin-top: -46px !important;
    padding-top: 46px !important;
  }
}
@media screen and (min-width: 783px) {
  html .logged-in {
    margin-top: -32px !important;
    padding-top: 32px !important;
  }
}
a:focus, a:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active {
  outline: 0;
}

#content {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding-left: 12px;
  padding-right: 12px;
}
.container .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container .row.align-left {
  justify-content: flex-start;
}
.container .row.align-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.container .row.align-right {
  justify-content: flex-end;
}
.container .row-intro {
  padding-bottom: 0;
}
.container .row-intro .text > *:last-child {
  padding-bottom: 0;
}
.container .row-intro .text h1,
.container .row-intro .text h2 {
  margin-top: -9px;
}
.container .row-cta {
  padding-top: 0;
}
.container .row-cta a.link {
  color: inherit;
}
.container.list-view .row-main-content .col-12 + .col-12:not(.post-container) {
  margin-top: 30px;
}
.container:not(.grid-view):not(.list-view) .row-main-content .col-12 ~ .col-12:not(.post-container) {
  margin-top: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1380px) {
  #content .container {
    padding-left: 58px;
    padding-right: 58px;
    max-width: 100%;
  }
}

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

html :where(img[class*=wp-image-]) {
  max-width: none;
}

img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .hide-for-small {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-for-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .show-for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hide-for-small {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hide-for-large {
    display: none !important;
  }
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
}

.bg-darkblue {
  background: #05396C;
  color: #fff;
}

.bg-lightblue {
  background: #0A529C;
  color: #fff;
}

.bg-lightgrey {
  background: #F2F2F2;
}

.wp-video,
p.iframe-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 0 !important;
  max-width: none !important;
  padding-top: 56.25%;
  padding-bottom: 0 !important;
  margin-bottom: 16px;
}

p.iframe-wrap iframe,
.wp-video .mejs-container {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.container {
  position: relative;
}

#content > div {
  position: relative;
}

.container .content {
  position: relative;
}
.container .content:after {
  display: table;
  position: relative;
  content: "";
  clear: both;
  overflow: hidden;
}

.card {
  height: 100%;
}
.card .text {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 16px;
}

figure.wp-caption,
p.img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  figure.wp-caption,
  p.img-wrap {
    padding-top: 3.9130434783vw;
    padding-bottom: 3.9130434783vw;
  }
}
@media screen and (min-width: 1381px) {
  figure.wp-caption,
  p.img-wrap {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  figure.wp-caption + figure.wp-caption,
  figure.wp-caption + p.img-wrap,
  p.img-wrap + figure.wp-caption,
  p.img-wrap + p.img-wrap {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1381px) and (min-width: 768px) and (max-width: 1380px) {
  figure.wp-caption + figure.wp-caption,
  figure.wp-caption + p.img-wrap,
  p.img-wrap + figure.wp-caption,
  p.img-wrap + p.img-wrap {
    margin-top: -3.9130434783vw;
  }
}
@media screen and (min-width: 1381px) and (min-width: 1381px) {
  figure.wp-caption + figure.wp-caption,
  figure.wp-caption + p.img-wrap,
  p.img-wrap + figure.wp-caption,
  p.img-wrap + p.img-wrap {
    margin-top: -54px;
  }
}
figure.wp-caption img,
p.img-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  figure.wp-caption img,
  p.img-wrap img {
    border-radius: 0 0 58px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  figure.wp-caption img,
  p.img-wrap img {
    border-radius: 0 0 4.2028985507vw 0;
  }
}
@media screen and (min-width: 1381px) {
  figure.wp-caption img,
  p.img-wrap img {
    border-radius: 0 0 58px 0;
  }
}
figure.wp-caption a,
p.img-wrap a {
  display: table;
  position: relative;
  cursor: pointer;
  border: 0 !important;
}
figure.wp-caption a img,
p.img-wrap a img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
figure.wp-caption a:hover,
p.img-wrap a:hover {
  border: 0;
}
figure.wp-caption a:hover img,
p.img-wrap a:hover img {
  opacity: 0.9;
}
figure.wp-caption.size-full.aligncenter img,
p.img-wrap.size-full.aligncenter img {
  margin: 0 auto;
  width: 100%;
  max-width: none;
}
figure.wp-caption.alignleft,
p.img-wrap.alignleft {
  float: left;
  position: relative;
  margin-right: 16px;
}
figure.wp-caption.alignright,
p.img-wrap.alignright {
  float: right;
  position: relative;
  margin-left: 16px;
}
figure.wp-caption.aligncenter img,
p.img-wrap.aligncenter img {
  margin: 0 auto;
}

figure.wp-caption .wp-caption-text {
  color: #1E1E1E;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  figure.wp-caption .wp-caption-text {
    padding-top: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  figure.wp-caption .wp-caption-text {
    padding-top: 0.652173913vw;
  }
}
@media screen and (min-width: 1381px) {
  figure.wp-caption .wp-caption-text {
    padding-top: 9px;
  }
}

.bg-lightgrey figure.wp-caption .wp-caption-text {
  color: #05396C;
}

.bg-lightblue figure.wp-caption .wp-caption-text,
.bg-darkblue figure.wp-caption .wp-caption-text {
  color: #fff;
}

.no-results .search-form {
  display: inline-flex;
  position: relative;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}
.no-results .search-form label {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  margin: 0;
}
.no-results .search-form label span {
  display: none;
}
.no-results .search-form .search-field {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  padding: 10px 60px 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
  color: inherit;
}
.no-results .search-form .search-field:focus {
  outline: 0;
}
.no-results .search-form .search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  width: 35px;
  height: 100%;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M18.125,15.804l-4.038-4.037c0.675-1.079,1.012-2.308,1.01-3.534C15.089,4.62,12.199,1.75,8.584,1.75C4.815,1.75,1.982,4.726,2,8.286c0.021,3.577,2.908,6.549,6.578,6.549c1.241,0,2.417-0.347,3.44-0.985l4.032,4.026c0.167,0.166,0.43,0.166,0.596,0l1.479-1.478C18.292,16.234,18.292,15.968,18.125,15.804 M8.578,13.99c-3.198,0-5.716-2.593-5.733-5.71c-0.017-3.084,2.438-5.686,5.74-5.686c3.197,0,5.625,2.493,5.64,5.624C14.242,11.548,11.621,13.99,8.578,13.99 M16.349,16.981l-3.637-3.635c0.131-0.11,0.721-0.695,0.876-0.884l3.642,3.639L16.349,16.981z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: 20px auto;
}

.bg-white + .bg-white .content-with-sidebar.form-fix {
  padding-top: 20px;
}

.archive-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .archive-title {
    padding-top: 2.8260869565vw;
    padding-bottom: 2.8985507246vw;
  }
}
@media screen and (min-width: 1381px) {
  .archive-title {
    padding-top: 39px;
    padding-bottom: 40px;
  }
}
.archive-title h4 {
  padding-bottom: 0;
}

.row-archive-title h4 .divider,
.row-archive-title h4 .fnc-subtitle {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.row-archive-title .target.donation-active ~ span {
  display: none;
}

#masthead {
  position: relative;
  z-index: 100;
}

#masthead .container {
  max-width: 1350px;
}

@media screen and (max-width: 991px) {
  #masthead .col-12 {
    padding-top: 26px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  #masthead .col-12 {
    padding-top: 2.1739130435vw;
    padding-bottom: 2.1739130435vw;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .col-12 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#masthead .custom-logo-link {
  display: inline-block;
  position: relative;
  max-width: 100%;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  #masthead .custom-logo-link {
    width: 230px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  #masthead .custom-logo-link {
    width: 28.4057971014vw;
    margin-top: 2.1739130435vw;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .custom-logo-link {
    width: 392px;
    margin-top: 30px;
  }
}

#masthead .main-navigation {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  #masthead .main-navigation {
    justify-content: flex-end;
    width: calc(100% - 28.4057971014vw);
  }
}
@media screen and (min-width: 1381px) {
  #masthead .main-navigation {
    justify-content: flex-end;
    width: calc(100% - 392px);
  }
}

@media screen and (max-width: 991px) {
  #masthead .dropdown {
    display: none;
    position: absolute;
    width: calc(100% + 30px);
    top: 100%;
    left: -15px;
    padding: 0 0 30px;
    background: #FFF;
  }
}
@media screen and (min-width: 992px) {
  #masthead .dropdown {
    display: block;
    position: initial;
  }
}

@media screen and (max-width: 991px) {
  .menu-open {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
  }
  .menu-open #masthead .dropdown {
    display: block;
    height: calc(100vh - 101px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  #masthead .menu-btn {
    width: 24px;
    height: 20px;
    transform-origin: center center;
    position: relative;
    margin-top: 0;
  }
  #masthead .menu-btn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    border-radius: 4px;
    background: #000;
  }
  #masthead .menu-btn span:nth-child(1) {
    top: 0;
  }
  #masthead .menu-btn span:nth-child(2) {
    top: 8px;
  }
  #masthead .menu-btn span:nth-child(3) {
    top: 16px;
  }
}
@media screen and (min-width: 992px) {
  #masthead .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-open #masthead .menu-btn {
    transform: rotate(45deg);
    position: relative;
    z-index: 30;
    margin-right: -4px;
  }
  .menu-open #masthead .menu-btn span {
    background: #000;
  }
  .menu-open #masthead .menu-btn span:nth-child(1) {
    display: none;
  }
  .menu-open #masthead .menu-btn span:nth-child(2) {
    width: 24px;
    height: 4px;
    top: 10px;
    left: 0;
  }
  .menu-open #masthead .menu-btn span:nth-child(3) {
    width: 4px;
    height: 24px;
    top: 0;
    left: 10px;
  }
}
@media screen and (min-width: 992px) {
  #masthead .menu-primary-navigation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead .menu-primary-navigation-container {
    top: -0.5072463768vw;
    right: 0;
  }
}
@media screen and (min-width: 1351px) {
  #masthead .menu-primary-navigation-container {
    top: -7px;
    right: -11px;
  }
}

#masthead #menu-primary {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li {
    display: inline-flex;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1350px) {
  #masthead #menu-primary > li {
    margin-left: 3.4782608696vw;
  }
}
@media screen and (min-width: 992px) and (min-width: 1351px) {
  #masthead #menu-primary > li {
    margin-left: 48px;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li:first-child {
    margin-left: 0;
  }
}
#masthead #menu-primary > li > a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0A529C;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.088px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li > a {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 30px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li > a {
    display: inline-block;
    padding-right: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead #menu-primary > li > a {
    font-size: 1.5942028986vw;
    line-height: 2.1739130435vw;
  }
}
#masthead #menu-primary > li > a .arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 30px;
  width: 16px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath data-name='Polygon 2' d='M7.963,0l7.963,10.493H0Z' transform='translate(15.927 10.493) rotate(180)' fill='%23e5e5e5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: contain;
  transform: rotate(0);
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li > a .arrow {
    transition: transform 0.2s ease-in-out;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead #menu-primary > li > a .arrow {
    top: 0.7246376812vw;
    width: 1.1594202899vw;
    height: 0.7971014493vw;
    right: 0;
  }
}
@media screen and (min-width: 1351px) {
  #masthead #menu-primary > li > a .arrow {
    top: 10px;
    right: 0;
  }
}
#masthead #menu-primary > li > a .arrow:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath data-name='Polygon 2' d='M7.963,0l7.963,10.493H0Z' transform='translate(15.927 10.493) rotate(180)' fill='%230A529C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: contain;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li > a .arrow:after {
    transition: opacity 0.2s ease-in-out;
  }
}
#masthead #menu-primary > li.active > a .arrow {
  transform: rotate(-180deg);
}
#masthead #menu-primary > li.active > a .arrow:after {
  opacity: 1;
}
#masthead #menu-primary > li > .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li > .sub-menu {
    flex-direction: column;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li > .sub-menu {
    left: 0;
    top: 100%;
    min-width: 300px;
    min-height: 238px;
    padding-top: 62px;
    padding-bottom: 96px;
    position: absolute;
  }
  #masthead #menu-primary > li > .sub-menu:before {
    display: block;
    position: absolute;
    content: "";
    width: 300vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #FFF;
  }
}
#masthead #menu-primary > li > .sub-menu > li {
  position: relative;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li > .sub-menu > li {
    border-top: 1px solid #E5E5E5 !important;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li > .sub-menu > li {
    padding-left: 12px;
    border-left: 2px solid #D6D5D5;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li > .sub-menu > li + li {
    padding-top: 20px;
  }
}
#masthead #menu-primary > li > .sub-menu > li > a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #0A5596;
  font-size: 21px;
  line-height: 1.25;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li > .sub-menu > li > a {
    padding: 0 30px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead #menu-primary > li > .sub-menu > li > a {
    font-size: 1.5217391304vw;
  }
}
#masthead #menu-primary > li > .sub-menu > li > a:hover {
  color: #6DBD51;
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li:nth-child(1) > .sub-menu, #masthead #menu-primary > li:nth-child(2) > .sub-menu, #masthead #menu-primary > li:nth-child(3) > .sub-menu {
    padding-top: 101px;
  }
}
@media screen and (max-width: 991px) {
  #masthead #menu-primary > li.menu-item-has-children.active > .sub-menu {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-primary > li.menu-item-has-children.active > .sub-menu {
    display: block;
  }
}

#masthead .bottom-nav .menu-primary-navigation-container {
  position: relative;
}
#masthead .bottom-nav .second-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #masthead .bottom-nav .second-dropdown {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #masthead .bottom-nav .second-dropdown {
    top: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead .bottom-nav .second-dropdown {
    width: calc(28.4057971014vw - 43px);
    padding-top: 16px;
    left: 51px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1430px) {
  #masthead .bottom-nav .second-dropdown {
    width: 340px;
    padding-top: 16px;
    left: 49px;
  }
}
@media screen and (min-width: 1431px) {
  #masthead .bottom-nav .second-dropdown {
    width: 392px;
    padding-top: 16px;
    left: 8px;
  }
}
#masthead .bottom-nav .second-dropdown ul {
  display: block;
  position: relative;
  width: 392px;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  #masthead .bottom-nav .second-dropdown ul {
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #E5E5E5 !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead .bottom-nav .second-dropdown ul {
    width: calc(28.4057971014vw - 43px);
  }
}
@media screen and (min-width: 1351px) and (max-width: 1430px) {
  #masthead .bottom-nav .second-dropdown ul {
    width: 349px;
  }
}
@media screen and (min-width: 1431px) {
  #masthead .bottom-nav .second-dropdown ul {
    width: 392px;
  }
}
#masthead .bottom-nav .second-dropdown ul p {
  color: #888;
  line-height: 1.2;
  padding-bottom: 10px;
}
#masthead .bottom-nav .second-dropdown ul li {
  display: none;
}
#masthead .bottom-nav.active .second-dropdown {
  display: block;
}
#masthead .bottom-nav.active-1 .second-dropdown ul li:nth-child(1) {
  display: block;
}
#masthead .bottom-nav.active-2 .second-dropdown ul li:nth-child(2) {
  display: block;
}
#masthead .bottom-nav.active-3 .second-dropdown ul li:nth-child(3) {
  display: block;
}
@media screen and (max-width: 991px) {
  #masthead .bottom-nav.active-1 .second-dropdown {
    top: 60px;
  }
  #masthead .bottom-nav.active-2 .second-dropdown {
    top: 120px;
  }
  #masthead .bottom-nav.active-3 .second-dropdown {
    top: 180px;
  }
}
#masthead .bottom-nav form {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
}
#masthead .bottom-nav form input {
  border: 2px solid #D7D7D7;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  padding: 0 58px 0 15px;
}
#masthead .bottom-nav form button {
  z-index: 2;
  width: 48px;
  left: auto;
  right: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.389' height='37.35' viewBox='0 0 26.389 37.35'%3E%3Cpath id='Path_375' data-name='Path 375' d='M1105.389,221.04a13.195,13.195,0,1,0-23.356,8.323h-.063l10.226,15.833,10.225-15.833h-.063A13.078,13.078,0,0,0,1105.389,221.04Zm-13.194,5.278a5.278,5.278,0,1,1,5.277-5.278A5.278,5.278,0,0,1,1092.195,226.318Z' transform='translate(-1079 -207.846)' fill='%236DBD51'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: 18px auto;
}

html[lang=es] #masthead #menu-primary > li > a {
  line-height: 26px;
}

@media screen and (min-width: 992px) {
  html[lang=es] #masthead .menu-primary-navigation-container #menu-primary {
    max-width: 95%;
    margin-left: 5%;
  }
  html[lang=es] #masthead .menu-primary-navigation-container #menu-primary > li:nth-child(1) {
    width: 28%;
  }
  html[lang=es] #masthead .menu-primary-navigation-container #menu-primary > li:nth-child(2) {
    width: 23%;
  }
  html[lang=es] #masthead #menu-primary > li {
    justify-content: flex-end;
  }
  html[lang=es] #masthead #menu-primary > li > a {
    padding-right: 0;
  }
  html[lang=es] #masthead #menu-primary > li > a > font {
    display: inline;
    padding-right: 8px;
  }
  html[lang=es] #masthead #menu-primary > li > a > .arrow {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 430px) {
  html[lang=es] #masthead #menu-primary > li:nth-child(2) > .sub-menu {
    padding-top: 121px;
  }
}
@media screen and (max-width: 428px) {
  html[lang=es] #masthead #menu-primary > li:nth-child(3) > .sub-menu {
    padding-top: 121px;
  }
}
@media screen and (max-width: 991px) {
  #masthead .top-nav {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  #masthead .top-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead .top-nav {
    top: 2.8260869565vw;
    right: 30px;
  }
}
@media screen and (min-width: 1351px) {
  #masthead .top-nav {
    top: 39px;
    right: 11px;
  }
}

#masthead .menu-secondary-navigation-container {
  width: 100%;
}

#masthead #menu-secondary {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 991px) {
  #masthead #menu-secondary {
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-secondary {
    flex-direction: row;
    justify-content: flex-end;
  }
}
#masthead #menu-secondary > li:not(.menu-item-gtranslate) {
  position: relative;
}
@media screen and (max-width: 991px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #DEDEDE;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 21px 0 18px;
    height: 30px;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) + li:not(.menu-item-gtranslate) {
    border-left: 2px solid #DEDEDE;
    padding: 0 19px 0 18px;
  }
}
@media screen and (max-width: 991px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0A529C;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.088px;
    position: relative;
    text-decoration: none;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 30px;
    width: 100%;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a .arrow {
    display: block;
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 30px;
    width: 16px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath data-name='Polygon 2' d='M7.963,0l7.963,10.493H0Z' transform='translate(15.927 10.493) rotate(180)' fill='%23e5e5e5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: contain;
    transform: rotate(0);
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a .arrow:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath data-name='Polygon 2' d='M7.963,0l7.963,10.493H0Z' transform='translate(15.927 10.493) rotate(180)' fill='%230A529C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: contain;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.1px;
    text-decoration: none;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a:hover {
    color: #6DBD51;
  }
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > a {
    font-size: 1.4492753623vw;
    line-height: 1.9565217391vw;
  }
}
@media screen and (max-width: 991px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate).active > a .arrow {
    transform: rotate(-180deg);
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate).active > a .arrow:after {
    opacity: 1;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > .sub-menu li {
    position: relative;
    line-height: 1.25;
    border-top: 1px solid #E5E5E5 !important;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > .sub-menu a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    color: #0A5596;
    font-size: 21px;
    line-height: 1.25;
    text-decoration: none;
    padding: 0 30px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > .sub-menu a:hover {
    color: #6DBD51;
  }
  #masthead #menu-secondary > li:not(.menu-item-gtranslate).menu-item-has-children.active > .sub-menu {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-secondary > li:not(.menu-item-gtranslate) > .sub-menu {
    display: none;
  }
}

#masthead .search-wrapper {
  display: block;
  position: relative;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #masthead .search-wrapper {
    padding: 20px;
    background: #05396C;
  }
}
@media screen and (min-width: 992px) {
  #masthead .search-wrapper {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    height: 60px;
  }
}
#masthead .search-wrapper .fnc-search-form {
  display: none;
}
@media screen and (min-width: 992px) {
  #masthead .search-wrapper .fnc-search-form {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg id='Component_71_1' data-name='Component 71 – 1' xmlns='http://www.w3.org/2000/svg' width='35.768' height='35.768' viewBox='0 0 35.768 35.768'%3E%3Cg id='Group_460' data-name='Group 460' transform='translate(-764)'%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(764)' fill='none' stroke='%23000' stroke-width='5'%3E%3Cellipse cx='15.167' cy='15.167' rx='15.167' ry='15.167' stroke='none'/%3E%3Cellipse cx='15.167' cy='15.167' rx='12.667' ry='12.667' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' x2='8.194' y2='8.194' transform='translate(789.806 25.806)' fill='none' stroke='%23000' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: contain;
    top: -2px;
  }
}
@media screen and (max-width: 991px) {
  #masthead .search-dropdown {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  #masthead .search-dropdown {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-height: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  #masthead .search-dropdown {
    height: 9.4202898551vw;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .search-dropdown {
    height: 130px;
  }
}
#masthead .search-dropdown .inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  #masthead .search-dropdown .inner {
    height: 5.0724637681vw;
    padding-top: 2.1739130435vw;
    padding-bottom: 2.1739130435vw;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .search-dropdown .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  #masthead .searchform {
    display: block;
    position: relative;
    width: 100%;
    height: 68px;
  }
}
@media screen and (min-width: 992px) {
  #masthead .searchform {
    display: block;
    position: absolute;
    z-index: 5;
    right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  #masthead .searchform {
    height: 5.0724637681vw;
    width: 59.4202898551vw;
    top: 2.1739130435vw;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .searchform {
    height: 70px;
    width: 820px;
    top: 30px;
  }
}
#masthead .searchform label {
  display: none;
}
#masthead .searchform input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 78px 0 15px;
  top: 0;
}
#masthead .searchform input[type=text] {
  width: 100%;
  padding-left: 15px !important;
  padding-right: 60px !important;
  background: #FFF;
  color: #190808;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #masthead .searchform input[type=text] {
    font-size: 2.0289855072vw;
    letter-spacing: -0.0628985507vw;
    padding-left: 1.8115942029vw;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .searchform input[type=text] {
    font-size: 28px;
    letter-spacing: -0.868px;
    padding-left: 25px !important;
  }
}
#masthead .searchform input[type=text]::-webkit-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#masthead .searchform input[type=text]:-moz-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#masthead .searchform input[type=text]::-moz-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#masthead .searchform input[type=text]:-ms-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#masthead .searchform input[type=submit] {
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  right: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='Component_71_1' data-name='Component 71 – 1' xmlns='http://www.w3.org/2000/svg' width='35.768' height='35.768' viewBox='0 0 35.768 35.768'%3E%3Cg id='Group_460' data-name='Group 460' transform='translate(-764)'%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(764)' fill='none' stroke='%230A529C' stroke-width='5'%3E%3Cellipse cx='15.167' cy='15.167' rx='15.167' ry='15.167' stroke='none'/%3E%3Cellipse cx='15.167' cy='15.167' rx='12.667' ry='12.667' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' x2='8.194' y2='8.194' transform='translate(789.806 25.806)' fill='none' stroke='%230A529C' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  width: 50px;
  background-size: 34px auto;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #masthead .searchform input[type=submit] {
    width: 5.0724637681vw;
    background-size: 2.4637681159vw auto;
  }
}
@media screen and (min-width: 1381px) {
  #masthead .searchform input[type=submit] {
    width: 70px;
    background-size: 34px auto;
  }
}

@media screen and (min-width: 992px) {
  .search-open #masthead .search-dropdown {
    max-height: 9.4202898551vw;
    visibility: visible;
  }
}
@media screen and (min-width: 1381px) {
  .search-open #masthead .search-dropdown {
    max-height: 130px;
  }
}

@media screen and (max-width: 991px) {
  #masthead #menu-secondary > li.menu-item-gtranslate {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 30px;
    border-top: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 992px) {
  #masthead #menu-secondary > li.menu-item-gtranslate {
    display: inline-block;
    width: 81px;
    height: 30px;
    position: relative;
    margin-left: 20px;
  }
}
#masthead #menu-secondary > li.menu-item-gtranslate .gtranslate_wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid red;
}
#masthead #menu-secondary > li.menu-item-gtranslate > a {
  display: none;
}
#masthead #menu-secondary > li.menu-item-gtranslate ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 81px;
  height: 39px;
}
@media screen and (min-width: 992px) {
  #masthead #menu-secondary > li.menu-item-gtranslate ul {
    top: -5px;
  }
}
#masthead #menu-secondary > li.menu-item-gtranslate ul li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#masthead #menu-secondary > li.menu-item-gtranslate ul li a {
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#masthead #menu-secondary > li.menu-item-gtranslate ul a[data-gt-lang=en] {
  background: url(../images/eng.png) no-repeat 50% 50%;
  background-attachment: scroll;
  background-size: contain;
}
#masthead #menu-secondary > li.menu-item-gtranslate ul a[data-gt-lang=es] {
  background: url(../images/esp.png) no-repeat 50% 50%;
  background-attachment: scroll;
  background-size: contain;
}

html[lang=es] #masthead #menu-secondary > li.menu-item-gtranslate ul > li a[data-gt-lang=en] {
  z-index: 10;
}

html[lang=auto] #masthead #menu-secondary > li.menu-item-gtranslate ul > li a[data-gt-lang=es],
html[lang=en-US] #masthead #menu-secondary > li.menu-item-gtranslate ul > li a[data-gt-lang=es] {
  z-index: 10;
}

#footer {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .has-social .item:first-child {
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .has-social .item:first-child {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .has-social .item:first-child .social {
    margin-top: 0.5333333333vw !important;
  }
}
@media screen and (min-width: 1381px) {
  #footer .has-social .item:first-child .social {
    margin-top: 8px !important;
  }
}
#footer .first-container {
  background: #0A529C;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #footer .first-container h5 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .first-container {
    padding-top: 7.2463768116vw;
    padding-bottom: 3.768115942vw;
  }
  #footer .first-container .form-wrap {
    display: flex;
    justify-content: flex-end;
  }
  #footer .first-container .form-wrap .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1381px) {
  #footer .first-container {
    padding-top: 100px;
    padding-bottom: 52px;
  }
  #footer .first-container .form-wrap {
    display: flex;
    justify-content: flex-end;
  }
  #footer .first-container .form-wrap .inner {
    width: 100%;
  }
}
#footer .first-container .row + .row {
  padding-top: 24px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .first-container .row + .row {
    padding-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .first-container .row + .row {
    padding-top: 50px;
  }
}
#footer .first-container .row + .row .col-12 {
  display: inline-flex;
  flex-direction: column;
}
#footer .first-container .row + .row .spec-col {
  justify-content: space-between;
}
#footer .first-container .row + .row .spec-col p {
  padding-bottom: 11px;
  line-height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .first-container .row + .row .spec-col p {
    padding-bottom: 1.3333333333vw;
    line-height: 1.9565217391vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .first-container .row + .row .spec-col p {
    padding-bottom: 20px;
    line-height: 27px;
  }
}
#footer .first-container .row + .row .spec-col p a {
  font-size: 20px;
  line-height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .first-container .row + .row .spec-col p a {
    font-size: 1.4492753623vw;
    line-height: 1.9565217391vw;
  }
}
#footer .second-container {
  background: #0A529C;
}
#footer .second-container .row {
  position: relative;
  padding-top: 40px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .second-container .row {
    padding-top: 4.2028985507vw;
    padding-bottom: 4.9275362319vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .second-container .row {
    padding-top: 58px;
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 768px) {
  #footer .second-container .row:before {
    display: block;
    position: absolute;
    content: "";
    width: calc(100% - 16px);
    height: 2px;
    top: 0;
    left: 8px;
    background: #05396C;
  }
}
@media screen and (max-width: 767px) {
  #footer .second-container .menu-primary-navigation-container:before {
    display: block;
    position: absolute;
    content: "";
    width: calc(100% - 16px);
    height: 2px;
    top: -40px;
    left: 8px;
    background: #05396C;
  }
}
#footer .third-container {
  background: #05396C;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .third-container {
    padding-top: 4.2028985507vw;
    padding-bottom: 5.0724637681vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .third-container {
    padding-top: 58px;
    padding-bottom: 70px;
  }
}
#footer *,
#footer a {
  color: #fff;
}
#footer a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
#footer a:hover {
  color: #6DBD51;
  text-decoration-color: currentColor;
}
#footer a:hover font,
#footer a:hover span {
  color: #6DBD51;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-logo {
  display: inline-block;
  width: 273px;
}
@media screen and (max-width: 767px) {
  #footer .footer-logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .footer-logo {
    width: 28.4057971014vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .footer-logo {
    width: 392px;
  }
}
#footer .menu:not(#menu-about-footer) > li > a,
#footer .menu:not(#menu-about-footer) > li > .main-link > a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #footer .menu:not(#menu-about-footer) > li > a,
  #footer .menu:not(#menu-about-footer) > li > .main-link > a {
    line-height: 1.5;
    letter-spacing: 1.7px;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .menu:not(#menu-about-footer) > li > a,
  #footer .menu:not(#menu-about-footer) > li > .main-link > a {
    font-size: 1.8115942029vw;
    line-height: 2.4637681159vw;
    padding-bottom: 1.0144927536vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .menu:not(#menu-about-footer) > li > a,
  #footer .menu:not(#menu-about-footer) > li > .main-link > a {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 14px;
  }
}
#footer h4,
#footer .menu:not(#menu-about-footer) > li > a,
#footer .menu:not(#menu-about-footer) > li > .main-link {
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer h4,
  #footer .menu:not(#menu-about-footer) > li > a,
  #footer .menu:not(#menu-about-footer) > li > .main-link {
    margin-bottom: 2.0289855072vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer h4,
  #footer .menu:not(#menu-about-footer) > li > a,
  #footer .menu:not(#menu-about-footer) > li > .main-link {
    margin-bottom: 28px;
  }
}
#footer .menu {
  display: flex;
  margin-left: -8px;
  width: calc(100% + 16px);
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer .menu {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .menu {
    flex-wrap: wrap;
  }
}
#footer .menu > li {
  display: inline-flex;
  flex-direction: column;
  padding: 0 8px 28px;
}
@media screen and (min-width: 768px) {
  #footer .menu > li {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  #footer .menu > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#footer .menu > li > button,
#footer .menu > li > .main-link > button {
  display: none;
}
#footer .menu ul li {
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .menu ul li {
    display: inline-flex;
    width: 100%;
    padding-bottom: 1.231884058vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .menu ul li {
    display: inline-flex;
    width: 100%;
    padding-bottom: 17px;
  }
}
#footer .menu ul a {
  font-size: 20px;
  line-height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .menu ul a {
    font-size: 1.4492753623vw;
    line-height: 1.9565217391vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .menu:not(#menu-about-footer) ul li {
    padding-bottom: 13px;
  }
}
#footer #menu-about-footer.menu {
  margin-left: -8px;
  width: calc(100% + 16px);
  display: flex;
  flex-direction: column;
}
#footer #menu-about-footer.menu > li {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 0 8px 20px;
  line-height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer #menu-about-footer.menu > li {
    line-height: 1.9565217391vw;
  }
}
#footer #menu-about-footer.menu > li > a,
#footer #menu-about-footer.menu > li > .main-link > a {
  width: 100%;
}
#footer .address {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer .address {
    flex-direction: row;
  }
}
#footer .address address {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #footer .address address {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #footer .address address {
    display: inline-block;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  #footer .address .links {
    display: inline-block;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
  }
}
#footer .address .links p {
  padding-bottom: 0;
}
#footer .address p {
  line-height: 27px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .address p {
    line-height: 3.4782608696vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .address p {
    line-height: 48px;
  }
}
#footer .address p a[href*=mailto] {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #footer .address p a[href*=mailto] {
    display: table;
    margin-top: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .row-copy {
    padding-top: 5.7971014493vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer .row-copy {
    padding-top: 80px;
  }
}
#footer .row-copy .col-12 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer .row-copy .col-12 {
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .row-copy .col-12 p {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  #footer .row-copy .col-12 p {
    padding-top: 40px;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer .row-copy .col-12 p {
    font-size: 1.3043478261vw;
    line-height: 1.9565217391vw;
  }
}
#footer ul.links {
  display: inline-flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #footer ul.links {
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #footer ul.links {
    justify-content: flex-end;
  }
}
#footer ul.links li {
  font-size: 18px;
  line-height: 27px;
  padding: 0 15px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer ul.links li {
    font-size: 1.3043478261vw;
    line-height: 1.9565217391vw;
    padding: 0 1.0869565217vw 0 0;
  }
}
@media screen and (min-width: 1381px) {
  #footer ul.links li {
    font-size: 18px;
    line-height: 27px;
    padding: 0 15px 0 0;
  }
}
#footer ul.links li + li {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer ul.links li + li {
    padding: 0 0 0 1.0869565217vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer ul.links li + li {
    padding: 0 0 0 15px;
  }
}
#footer ul.links li + li:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer ul.links li + li:before {
    height: 1.4492753623vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer ul.links li + li:before {
    height: 20px;
  }
}
#footer #searchform-2 {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer #searchform-2 {
    margin-top: 0.6666666667vw;
    height: 4.6666666667vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer #searchform-2 {
    margin-top: 10px;
    height: 70px;
  }
}
#footer #searchform-2 label {
  display: none;
}
#footer #searchform-2 input {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #FFF;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer #searchform-2 input {
    height: 5.0724637681vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer #searchform-2 input {
    height: 70px;
  }
}
#footer #searchform-2 input#s-2 {
  width: 100%;
  padding-left: 15px !important;
  padding-right: 60px !important;
  color: #190808;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer #searchform-2 input#s-2 {
    font-size: 2.0289855072vw;
    letter-spacing: -0.0628985507vw;
    padding-left: 1.8115942029vw;
  }
}
@media screen and (min-width: 1381px) {
  #footer #searchform-2 input#s-2 {
    font-size: 28px;
    letter-spacing: -0.868px;
    padding-left: 25px !important;
  }
}
#footer #searchform-2 input#s-2::-webkit-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#footer #searchform-2 input#s-2:-moz-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#footer #searchform-2 input#s-2::-moz-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#footer #searchform-2 input#s-2:-ms-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
#footer #searchform-2 input#searchsubmit-2 {
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  right: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='Component_71_1' data-name='Component 71 – 1' xmlns='http://www.w3.org/2000/svg' width='35.768' height='35.768' viewBox='0 0 35.768 35.768'%3E%3Cg id='Group_460' data-name='Group 460' transform='translate(-764)'%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(764)' fill='none' stroke='%230A529C' stroke-width='5'%3E%3Cellipse cx='15.167' cy='15.167' rx='15.167' ry='15.167' stroke='none'/%3E%3Cellipse cx='15.167' cy='15.167' rx='12.667' ry='12.667' fill='none'/%3E%3C/g%3E%3Cline id='Line_1' data-name='Line 1' x2='8.194' y2='8.194' transform='translate(789.806 25.806)' fill='none' stroke='%230A529C' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  width: 50px;
  background-size: 24px auto;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #footer #searchform-2 input#searchsubmit-2 {
    width: 5.0724637681vw;
    background-size: 2.4637681159vw auto;
  }
}
@media screen and (min-width: 1381px) {
  #footer #searchform-2 input#searchsubmit-2 {
    width: 70px;
    background-size: 34px auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .revert-row {
    display: flex;
    flex-direction: column;
  }
  #footer .revert-row .m-order-1 {
    order: 1;
  }
  #footer .revert-row .m-order-2 {
    order: 2;
  }
  #footer .revert-row .m-order-3 {
    order: 3;
  }
  #footer .revert-row .m-order-3 h4 {
    padding-top: 20px;
  }
}

#footer #menu-footer.menu > li > a {
  pointer-events: none !important;
  color: #FFF;
}
#footer #menu-footer.menu > li > a * {
  color: #FFF;
}
#footer #menu-footer.menu > li > a:hover {
  color: #FFF;
}
#footer #menu-footer.menu > li > a:hover * {
  color: #FFF;
}

#footer .menu ul li.residential-pickups > a {
  border-top: 1px solid white;
  padding: 25px 0 0 50px;
  display: table;
  position: relative;
}
#footer .menu ul li.residential-pickups > a:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 95%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 202 162'%3E%3Cpath fill='%23ffffff' d='M199.8,76l-32.9-27.7c-3.6-6.7-19-7.9-19.2-7.9h-4.1V15.9c0-8.7-7.2-15.9-15.9-15.9H15.9C7.2,0,0,7.2,0,15.9v96.9c0,8.7,7.2,15.9,15.9,15.9h7v3.6c0,16.1,13.2,29.3,29.3,29.3s29.3-13.2,29.3-29.3,0-2.4,0-3.6h46.4c1,0,1.7,0,2.6-.2.5,0,1.2.2,1.9.2h2.6v3.6c0,16.1,13.2,29.3,29.3,29.3s29.3-13.2,29.3-29.3,0-2.6-.2-3.8c4.8-1.2,8.4-5.5,8.4-10.6v-37.8c0-1.7-.7-3.1-1.9-4.1h-.2ZM143.6,51.5s0-.5.5-.5h3.6c1.9,0,7.7,1.4,9.9,2.6.2.7.7,1.4,1.4,1.9l23.6,19.7h-39s0-23.8,0-23.8ZM51.9,151c-10.3,0-18.8-8.4-18.8-18.8s8.4-18.8,18.8-18.8,18.8,8.4,18.8,18.8-8.4,18.8-18.8,18.8ZM133,51.5v61.3c0,2.9-2.4,5.3-5.3,5.3h-49.8c-5-9.1-14.7-15.4-25.7-15.4s-20.9,6.3-25.7,15.4h-10.3c-2.9,0-5.3-2.4-5.3-5.3V15.9c0-2.9,2.4-5.3,5.3-5.3h111.8c2.9,0,5.3,2.4,5.3,5.3v35.6h-.2ZM164,151c-10.3,0-18.8-8.4-18.8-18.8s8.4-18.8,18.8-18.8,18.8,8.4,18.8,18.8-8.4,18.8-18.8,18.8ZM164,102.7c-7.9,0-15.2,3.1-20.4,8.4v-25.2h47.6v31.7s0,.5-.5.5h-.7c-5-9.1-14.7-15.4-25.7-15.4h-.2Z'/%3E%3C/svg%3E");
}

.btn.align-left {
  margin-right: auto;
}

.btn.align-center {
  margin-right: auto;
  margin-left: auto;
}

.btn.align-right {
  margin-left: auto;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-transform: lowercase;
  letter-spacing: -0.115px;
  min-height: 51px;
  padding: 8px 22px 12px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .btn {
    font-size: 1.6666666667vw;
    line-height: 1.9565217391vw;
    min-height: 3.6956521739vw;
    padding: 0.5797101449vw 1.5942028986vw 0.8695652174vw;
  }
}
@media screen and (min-width: 1381px) {
  .btn {
    font-size: 23px;
    line-height: 27px;
  }
}
.btn.btn-outlined {
  background: transparent;
  color: #0A5596 !important;
  border: 2px solid #0A5596;
}
.btn.btn-outlined:hover {
  background: #6DBD51;
  color: #fff !important;
  border: 2px solid #6DBD51;
}

.btn-row {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btn-row {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .btn-row {
    margin: 0 0 1.7391304348vw;
  }
}
@media screen and (min-width: 1381px) {
  .btn-row {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-row li {
    display: block;
    width: 100%;
    margin: 0 0px 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .btn-row li {
    display: inline-block;
    margin: 0 0.7246376812vw 0.7246376812vw 0;
  }
}
@media screen and (min-width: 1381px) {
  .btn-row li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}

.link-row {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .link-row {
    margin: 0 0 1.4492753623vw;
  }
}
@media screen and (min-width: 1381px) {
  .link-row {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .link-row li {
    display: block;
    width: 100%;
    padding-left: 3.125vw;
    border-left: 1px solid #707070;
  }
  .link-row li + li {
    padding-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .link-row li {
    padding: 0 1.7391304348vw 1.9565217391vw 0;
    height: 1.4492753623vw;
    line-height: 1.4492753623vw;
  }
  .link-row li + li {
    padding-left: 1.3768115942vw !important;
    border-left: 1px solid #707070;
  }
}
@media screen and (min-width: 1381px) {
  .link-row li {
    display: inline-block;
    padding: 0 30px 0 0;
    height: 27px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1381px) and (min-width: 768px) {
  .link-row li + li {
    padding-left: 30px;
    border-left: 1px solid #707070;
  }
}
.link-row a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: transparent !important;
  text-transform: lowercase;
  color: #0A5596;
  border-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .link-row a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .link-row a {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1381px) {
  .link-row a {
    font-size: 23px;
  }
}
.link-row a:hover {
  color: #6DBD51;
  text-decoration-color: currentColor !important;
  border-bottom: 0 !important;
}

.bg-lightblue .btn.btn-outlined,
.bg-darkblue .btn.btn-outlined {
  background: transparent;
  color: #FFF !important;
  border: 2px solid #fff;
}
.bg-lightblue .btn.btn-outlined:hover,
.bg-darkblue .btn.btn-outlined:hover {
  background: #6DBD51;
  color: #fff !important;
  border: 2px solid #6DBD51;
}

a.resupplyapp {
  max-width: 260px;
  margin-top: -30px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  a.resupplyapp {
    margin-top: -3.9130434783vw;
  }
}
@media screen and (min-width: 1381px) {
  a.resupplyapp {
    margin-top: -54px;
  }
}
a.resupplyapp img {
  width: 260px !important;
  max-width: 260px !important;
  height: auto;
  border-radius: 0 !important;
}

.social {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0 !important;
  margin: -7px 3px 47px !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .social {
    margin: 0 0 0 -0.3623188406vw !important;
    width: calc(100% + 0.7246376812vw);
  }
}
@media screen and (min-width: 1381px) {
  .social {
    margin: 0 0 0 -5px !important;
    width: calc(100% + 10px);
  }
}
.social li {
  display: inline-block;
  padding: 0 5px;
  width: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .social li {
    width: 5.2898550725vw;
    padding: 0 0.3623188406vw;
  }
}
@media screen and (min-width: 1381px) {
  .social li {
    width: 73px;
    padding: 0 5px;
  }
}
.social a {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .social a {
    width: 4.5652173913vw;
    height: 4.5652173913vw;
  }
}
@media screen and (min-width: 1381px) {
  .social a {
    border: 4px solid #fff;
    width: 63px;
    height: 63px;
  }
}
.social a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: 24px auto;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .social a span {
    background-size: 2.0289855072vw auto;
  }
}
@media screen and (min-width: 1381px) {
  .social a span {
    background-size: 28px auto;
  }
}
.social a span.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M23.738.214v4.714h-2.804c-1.023 0-1.714.214-2.071.643s-.536 1.071-.536 1.929v3.375h5.232l-.696 5.286h-4.536v13.554h-5.464V16.161H8.309v-5.286h4.554V6.982c0-2.214.62-3.932 1.857-5.152S17.607 0 19.666 0c1.75 0 3.107.071 4.071.214z'/%3E%3C/svg%3E");
}
.social a span.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M8.518 11.161v17.696H2.625V11.161h5.893zm.375-5.465Q8.911 7 7.991 7.875t-2.42.875h-.036q-1.464 0-2.357-.875t-.893-2.179q0-1.321.92-2.188t2.402-.866 2.375.866.911 2.188zm20.821 13.018v10.143h-5.875v-9.464q0-1.875-.723-2.938t-2.259-1.063q-1.125 0-1.884.616t-1.134 1.527q-.196.536-.196 1.446v9.875h-5.875q.036-7.125.036-11.554t-.018-5.286l-.018-.857h5.875v2.571h-.036q.357-.571.732-1t1.009-.929 1.554-.777 2.045-.277q3.054 0 4.911 2.027t1.857 5.938z'/%3E%3C/svg%3E");
}
.social a span.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M29.448 15.936c0 2.661-.029 4.502-.087 5.525-.116 2.416-.836 4.288-2.161 5.613s-3.195 2.045-5.613 2.161c-1.023.057-2.864.087-5.525.087s-4.502-.029-5.525-.087c-2.416-.116-4.287-.836-5.612-2.161s-2.045-3.195-2.161-5.613c-.059-1.021-.087-2.864-.087-5.525s.029-4.502.087-5.525c.116-2.416.836-4.287 2.161-5.612s3.195-2.045 5.612-2.161c1.021-.057 2.864-.087 5.525-.087s4.502.029 5.525.087c2.416.116 4.288.836 5.613 2.161s2.045 3.195 2.161 5.612c.059 1.023.087 2.864.087 5.525zM17.396 4.948c-.807.005-1.252.009-1.334.009s-.525-.004-1.334-.009c-.807-.005-1.42-.005-1.839 0-.418.005-.979.023-1.682.052s-1.302.088-1.795.175c-.495.088-.909.195-1.246.323-.58.232-1.093.57-1.534 1.011s-.779.954-1.011 1.534c-.129.338-.236.752-.323 1.246s-.145 1.093-.175 1.795c-.029.704-.046 1.264-.052 1.682s-.005 1.032 0 1.839c.005.807.009 1.252.009 1.334s-.004.525-.009 1.334c-.005.807-.005 1.42 0 1.839.005.418.023.979.052 1.682s.088 1.302.175 1.795c.088.495.195.909.323 1.246.232.58.57 1.093 1.011 1.534s.952.779 1.534 1.011c.338.129.752.236 1.246.323.493.087 1.093.145 1.795.175.704.029 1.264.046 1.682.052s1.03.005 1.839 0c.807-.005 1.252-.009 1.334-.009.08 0 .525.004 1.334.009.807.005 1.42.005 1.839 0 .418-.005.979-.023 1.682-.052s1.302-.087 1.795-.175c.493-.087.909-.195 1.246-.323.58-.232 1.093-.57 1.534-1.011s.779-.952 1.011-1.534c.129-.337.236-.752.323-1.246.087-.493.145-1.093.175-1.795.029-.704.046-1.264.052-1.682s.005-1.03 0-1.839c-.005-.807-.009-1.252-.009-1.334 0-.08.004-.525.009-1.334.005-.807.005-1.42 0-1.839-.005-.418-.023-.979-.052-1.682s-.087-1.302-.175-1.795c-.087-.493-.195-.909-.323-1.246-.232-.58-.57-1.093-1.011-1.534s-.954-.779-1.534-1.011c-.337-.129-.752-.236-1.246-.323S21.619 5.03 20.917 5c-.704-.029-1.264-.046-1.682-.052-.418-.007-1.03-.007-1.839 0zm3.531 6.125c1.336 1.336 2.004 2.957 2.004 4.862s-.668 3.527-2.004 4.863c-1.336 1.336-2.957 2.004-4.863 2.004s-3.527-.668-4.863-2.004c-1.338-1.336-2.005-2.957-2.005-4.863s.668-3.527 2.004-4.863c1.336-1.336 2.957-2.004 4.863-2.004 1.907 0 3.527.668 4.864 2.004zm-1.709 8.018c.871-.871 1.307-1.923 1.307-3.155s-.436-2.284-1.307-3.155-1.923-1.307-3.155-1.307-2.284.436-3.155 1.307-1.307 1.923-1.307 3.155.436 2.284 1.307 3.155 1.923 1.307 3.155 1.307 2.284-.436 3.155-1.307zm5.125-11.434c.314.314.471.691.471 1.132s-.157.82-.471 1.132c-.314.314-.691.471-1.132.471s-.82-.157-1.132-.471c-.314-.314-.471-.691-.471-1.132s.157-.82.471-1.132c.314-.314.691-.471 1.132-.471.441.002.818.159 1.132.471z'/%3E%3C/svg%3E");
}
.social a span.youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M29.7 10.3s-.3-2-1.1-2.8c-1.1-1.1-2.3-1.1-2.8-1.2C21.9 6 16 6 16 6s-5.9 0-9.8.3c-.6.1-1.7.1-2.8 1.2-.8.9-1.1 2.8-1.1 2.8S2 12.6 2 14.9v2.2c0 2.3.3 4.6.3 4.6s.3 2 1.1 2.8c1.1 1.1 2.5 1.1 3.1 1.2 2.2.2 9.5.3 9.5.3s5.9 0 9.8-.3c.5-.1 1.7-.1 2.8-1.2.8-.9 1.1-2.8 1.1-2.8s.3-2.3.3-4.6v-2.2c0-2.3-.3-4.6-.3-4.6zm-16.6 9.4v-8l7.6 4-7.6 4z'/%3E%3C/svg%3E");
}
.social a span.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 72 72' viewBox='0 0 72 72'%3E%3Cswitch%3E%3Cg%3E%3Cpath fill='%23FFF' d='M42.5,31.2L66,6h-6L39.8,27.6L24,6H4l24.6,33.6L4,66 h6l21.3-22.8L48,66h20L42.5,31.2z M12.9,10h8l38.1,52h-8L12.9,10z'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
}
.social a span.pinterest {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M4.571 10.661q0-1.929.67-3.634t1.848-2.973 2.714-2.196T13.107.465t3.607-.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375.688q-1.214 0-2.411-.571t-1.714-1.571q-.179.696-.5 2.009t-.42 1.696-.366 1.268-.464 1.268-.571 1.116-.821 1.384-1.107 1.545l-.25.089-.161-.179q-.268-2.804-.268-3.357 0-1.643.384-3.688t1.188-5.134.929-3.625q-.571-1.161-.571-3.018 0-1.482.929-2.786t2.357-1.304q1.089 0 1.696.723t.607 1.83q0 1.179-.786 3.411t-.786 3.339q0 1.125.804 1.866t1.946.741q.982 0 1.821-.446t1.402-1.214 1-1.696.679-1.973.357-1.982.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 .786.223 1.518t.482 1.161.482.813.223.545q0 .5-.268 1.304t-.661.804q-.036 0-.304-.054-.911-.268-1.616-1t-1.089-1.688-.58-1.929-.196-1.902z' /%3E%3C/svg%3E");
}
.social a span.vimeo {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M30.518 9.25q-.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-.321 0-2.268 1.357l-1.375-1.75q.429-.375 1.929-1.723T5.713 6.41q2.786-2.464 4.304-2.607 1.696-.161 2.732.991t1.446 3.634q.786 5.125 1.179 6.661.982 4.446 2.143 4.446.911 0 2.75-2.875 1.804-2.875 1.946-4.393.232-2.482-1.946-2.482-1.018 0-2.161.464 2.143-7.018 8.196-6.821 4.482.143 4.214 5.821z' /%3E%3C/svg%3E");
}
.social a span.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.076' height='18.604' viewBox='0 0 25.076 18.604'%3E%3Cpath id='Subtraction_19' data-name='Subtraction 19' d='M20.075,18.6H5a5.006,5.006,0,0,1-5-5V5A4.961,4.961,0,0,1,.976,2.032l11.562,9.131L24.1,2.032A4.96,4.96,0,0,1,25.076,5v8.6A5.006,5.006,0,0,1,20.075,18.6ZM12.538,9.273h0L2.032.976A4.96,4.96,0,0,1,5,0H20.075a4.96,4.96,0,0,1,2.968.976l-10.505,8.3Z' fill='%23fff'/%3E%3C/svg%3E");
}
.social a span.tiktok {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M22.42 7.39a7.52 7.52 0 0 1-4.56-1.52v10.8a7.9 7.9 0 1 1-7.9-7.9c.23 0 .45.02.67.04v3.88c-.22-.03-.44-.06-.67-.06a4.04 4.04 0 1 0 0 8.08 4.12 4.12 0 0 0 4.2-3.97l.04-18.13h3.71a7.52 7.52 0 0 0 4.51 6.7v2.08z'/%3E%3C/svg%3E");
  background-position: calc(50% + 2px) calc(50% + 2px) !important;
}
.social a:hover {
  background: #6DBD51;
  border: 2px solid #6DBD51;
}
@media screen and (min-width: 1381px) {
  .social a:hover {
    border: 4px solid #6DBD51;
  }
}

.bg-lightgrey .social li,
.bg-white .social li {
  display: inline-block;
  width: 54px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .bg-lightgrey .social li,
  .bg-white .social li {
    width: 5.2898550725vw;
    padding: 0 0.3623188406vw;
  }
}
@media screen and (min-width: 1381px) {
  .bg-lightgrey .social li,
  .bg-white .social li {
    width: 73px;
    padding: 0 5px;
  }
}
.bg-lightgrey .social a,
.bg-white .social a {
  border: 2px solid #B5B5B5;
}
.bg-lightgrey .social a span:after,
.bg-white .social a span:after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .bg-lightgrey .social a span:after,
  .bg-white .social a span:after {
    background-size: 2.0289855072vw auto;
  }
}
@media screen and (min-width: 1381px) {
  .bg-lightgrey .social a span:after,
  .bg-white .social a span:after {
    background-size: 28px auto;
  }
}
.bg-lightgrey .social a span.facebook,
.bg-white .social a span.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M23.738.214v4.714h-2.804c-1.023 0-1.714.214-2.071.643s-.536 1.071-.536 1.929v3.375h5.232l-.696 5.286h-4.536v13.554h-5.464V16.161H8.309v-5.286h4.554V6.982c0-2.214.62-3.932 1.857-5.152S17.607 0 19.666 0c1.75 0 3.107.071 4.071.214z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.facebook:after,
.bg-white .social a span.facebook:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M23.738.214v4.714h-2.804c-1.023 0-1.714.214-2.071.643s-.536 1.071-.536 1.929v3.375h5.232l-.696 5.286h-4.536v13.554h-5.464V16.161H8.309v-5.286h4.554V6.982c0-2.214.62-3.932 1.857-5.152S17.607 0 19.666 0c1.75 0 3.107.071 4.071.214z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.linkedin,
.bg-white .social a span.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M8.518 11.161v17.696H2.625V11.161h5.893zm.375-5.465Q8.911 7 7.991 7.875t-2.42.875h-.036q-1.464 0-2.357-.875t-.893-2.179q0-1.321.92-2.188t2.402-.866 2.375.866.911 2.188zm20.821 13.018v10.143h-5.875v-9.464q0-1.875-.723-2.938t-2.259-1.063q-1.125 0-1.884.616t-1.134 1.527q-.196.536-.196 1.446v9.875h-5.875q.036-7.125.036-11.554t-.018-5.286l-.018-.857h5.875v2.571h-.036q.357-.571.732-1t1.009-.929 1.554-.777 2.045-.277q3.054 0 4.911 2.027t1.857 5.938z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.linkedin:after,
.bg-white .social a span.linkedin:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M8.518 11.161v17.696H2.625V11.161h5.893zm.375-5.465Q8.911 7 7.991 7.875t-2.42.875h-.036q-1.464 0-2.357-.875t-.893-2.179q0-1.321.92-2.188t2.402-.866 2.375.866.911 2.188zm20.821 13.018v10.143h-5.875v-9.464q0-1.875-.723-2.938t-2.259-1.063q-1.125 0-1.884.616t-1.134 1.527q-.196.536-.196 1.446v9.875h-5.875q.036-7.125.036-11.554t-.018-5.286l-.018-.857h5.875v2.571h-.036q.357-.571.732-1t1.009-.929 1.554-.777 2.045-.277q3.054 0 4.911 2.027t1.857 5.938z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.instagram,
.bg-white .social a span.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M29.448 15.936c0 2.661-.029 4.502-.087 5.525-.116 2.416-.836 4.288-2.161 5.613s-3.195 2.045-5.613 2.161c-1.023.057-2.864.087-5.525.087s-4.502-.029-5.525-.087c-2.416-.116-4.287-.836-5.612-2.161s-2.045-3.195-2.161-5.613c-.059-1.021-.087-2.864-.087-5.525s.029-4.502.087-5.525c.116-2.416.836-4.287 2.161-5.612s3.195-2.045 5.612-2.161c1.021-.057 2.864-.087 5.525-.087s4.502.029 5.525.087c2.416.116 4.288.836 5.613 2.161s2.045 3.195 2.161 5.612c.059 1.023.087 2.864.087 5.525zM17.396 4.948c-.807.005-1.252.009-1.334.009s-.525-.004-1.334-.009c-.807-.005-1.42-.005-1.839 0-.418.005-.979.023-1.682.052s-1.302.088-1.795.175c-.495.088-.909.195-1.246.323-.58.232-1.093.57-1.534 1.011s-.779.954-1.011 1.534c-.129.338-.236.752-.323 1.246s-.145 1.093-.175 1.795c-.029.704-.046 1.264-.052 1.682s-.005 1.032 0 1.839c.005.807.009 1.252.009 1.334s-.004.525-.009 1.334c-.005.807-.005 1.42 0 1.839.005.418.023.979.052 1.682s.088 1.302.175 1.795c.088.495.195.909.323 1.246.232.58.57 1.093 1.011 1.534s.952.779 1.534 1.011c.338.129.752.236 1.246.323.493.087 1.093.145 1.795.175.704.029 1.264.046 1.682.052s1.03.005 1.839 0c.807-.005 1.252-.009 1.334-.009.08 0 .525.004 1.334.009.807.005 1.42.005 1.839 0 .418-.005.979-.023 1.682-.052s1.302-.087 1.795-.175c.493-.087.909-.195 1.246-.323.58-.232 1.093-.57 1.534-1.011s.779-.952 1.011-1.534c.129-.337.236-.752.323-1.246.087-.493.145-1.093.175-1.795.029-.704.046-1.264.052-1.682s.005-1.03 0-1.839c-.005-.807-.009-1.252-.009-1.334 0-.08.004-.525.009-1.334.005-.807.005-1.42 0-1.839-.005-.418-.023-.979-.052-1.682s-.087-1.302-.175-1.795c-.087-.493-.195-.909-.323-1.246-.232-.58-.57-1.093-1.011-1.534s-.954-.779-1.534-1.011c-.337-.129-.752-.236-1.246-.323S21.619 5.03 20.917 5c-.704-.029-1.264-.046-1.682-.052-.418-.007-1.03-.007-1.839 0zm3.531 6.125c1.336 1.336 2.004 2.957 2.004 4.862s-.668 3.527-2.004 4.863c-1.336 1.336-2.957 2.004-4.863 2.004s-3.527-.668-4.863-2.004c-1.338-1.336-2.005-2.957-2.005-4.863s.668-3.527 2.004-4.863c1.336-1.336 2.957-2.004 4.863-2.004 1.907 0 3.527.668 4.864 2.004zm-1.709 8.018c.871-.871 1.307-1.923 1.307-3.155s-.436-2.284-1.307-3.155-1.923-1.307-3.155-1.307-2.284.436-3.155 1.307-1.307 1.923-1.307 3.155.436 2.284 1.307 3.155 1.923 1.307 3.155 1.307 2.284-.436 3.155-1.307zm5.125-11.434c.314.314.471.691.471 1.132s-.157.82-.471 1.132c-.314.314-.691.471-1.132.471s-.82-.157-1.132-.471c-.314-.314-.471-.691-.471-1.132s.157-.82.471-1.132c.314-.314.691-.471 1.132-.471.441.002.818.159 1.132.471z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.instagram:after,
.bg-white .social a span.instagram:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M29.448 15.936c0 2.661-.029 4.502-.087 5.525-.116 2.416-.836 4.288-2.161 5.613s-3.195 2.045-5.613 2.161c-1.023.057-2.864.087-5.525.087s-4.502-.029-5.525-.087c-2.416-.116-4.287-.836-5.612-2.161s-2.045-3.195-2.161-5.613c-.059-1.021-.087-2.864-.087-5.525s.029-4.502.087-5.525c.116-2.416.836-4.287 2.161-5.612s3.195-2.045 5.612-2.161c1.021-.057 2.864-.087 5.525-.087s4.502.029 5.525.087c2.416.116 4.288.836 5.613 2.161s2.045 3.195 2.161 5.612c.059 1.023.087 2.864.087 5.525zM17.396 4.948c-.807.005-1.252.009-1.334.009s-.525-.004-1.334-.009c-.807-.005-1.42-.005-1.839 0-.418.005-.979.023-1.682.052s-1.302.088-1.795.175c-.495.088-.909.195-1.246.323-.58.232-1.093.57-1.534 1.011s-.779.954-1.011 1.534c-.129.338-.236.752-.323 1.246s-.145 1.093-.175 1.795c-.029.704-.046 1.264-.052 1.682s-.005 1.032 0 1.839c.005.807.009 1.252.009 1.334s-.004.525-.009 1.334c-.005.807-.005 1.42 0 1.839.005.418.023.979.052 1.682s.088 1.302.175 1.795c.088.495.195.909.323 1.246.232.58.57 1.093 1.011 1.534s.952.779 1.534 1.011c.338.129.752.236 1.246.323.493.087 1.093.145 1.795.175.704.029 1.264.046 1.682.052s1.03.005 1.839 0c.807-.005 1.252-.009 1.334-.009.08 0 .525.004 1.334.009.807.005 1.42.005 1.839 0 .418-.005.979-.023 1.682-.052s1.302-.087 1.795-.175c.493-.087.909-.195 1.246-.323.58-.232 1.093-.57 1.534-1.011s.779-.952 1.011-1.534c.129-.337.236-.752.323-1.246.087-.493.145-1.093.175-1.795.029-.704.046-1.264.052-1.682s.005-1.03 0-1.839c-.005-.807-.009-1.252-.009-1.334 0-.08.004-.525.009-1.334.005-.807.005-1.42 0-1.839-.005-.418-.023-.979-.052-1.682s-.087-1.302-.175-1.795c-.087-.493-.195-.909-.323-1.246-.232-.58-.57-1.093-1.011-1.534s-.954-.779-1.534-1.011c-.337-.129-.752-.236-1.246-.323S21.619 5.03 20.917 5c-.704-.029-1.264-.046-1.682-.052-.418-.007-1.03-.007-1.839 0zm3.531 6.125c1.336 1.336 2.004 2.957 2.004 4.862s-.668 3.527-2.004 4.863c-1.336 1.336-2.957 2.004-4.863 2.004s-3.527-.668-4.863-2.004c-1.338-1.336-2.005-2.957-2.005-4.863s.668-3.527 2.004-4.863c1.336-1.336 2.957-2.004 4.863-2.004 1.907 0 3.527.668 4.864 2.004zm-1.709 8.018c.871-.871 1.307-1.923 1.307-3.155s-.436-2.284-1.307-3.155-1.923-1.307-3.155-1.307-2.284.436-3.155 1.307-1.307 1.923-1.307 3.155.436 2.284 1.307 3.155 1.923 1.307 3.155 1.307 2.284-.436 3.155-1.307zm5.125-11.434c.314.314.471.691.471 1.132s-.157.82-.471 1.132c-.314.314-.691.471-1.132.471s-.82-.157-1.132-.471c-.314-.314-.471-.691-.471-1.132s.157-.82.471-1.132c.314-.314.691-.471 1.132-.471.441.002.818.159 1.132.471z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.youtube,
.bg-white .social a span.youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M29.7 10.3s-.3-2-1.1-2.8c-1.1-1.1-2.3-1.1-2.8-1.2C21.9 6 16 6 16 6s-5.9 0-9.8.3c-.6.1-1.7.1-2.8 1.2-.8.9-1.1 2.8-1.1 2.8S2 12.6 2 14.9v2.2c0 2.3.3 4.6.3 4.6s.3 2 1.1 2.8c1.1 1.1 2.5 1.1 3.1 1.2 2.2.2 9.5.3 9.5.3s5.9 0 9.8-.3c.5-.1 1.7-.1 2.8-1.2.8-.9 1.1-2.8 1.1-2.8s.3-2.3.3-4.6v-2.2c0-2.3-.3-4.6-.3-4.6zm-16.6 9.4v-8l7.6 4-7.6 4z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.youtube:after,
.bg-white .social a span.youtube:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M29.7 10.3s-.3-2-1.1-2.8c-1.1-1.1-2.3-1.1-2.8-1.2C21.9 6 16 6 16 6s-5.9 0-9.8.3c-.6.1-1.7.1-2.8 1.2-.8.9-1.1 2.8-1.1 2.8S2 12.6 2 14.9v2.2c0 2.3.3 4.6.3 4.6s.3 2 1.1 2.8c1.1 1.1 2.5 1.1 3.1 1.2 2.2.2 9.5.3 9.5.3s5.9 0 9.8-.3c.5-.1 1.7-.1 2.8-1.2.8-.9 1.1-2.8 1.1-2.8s.3-2.3.3-4.6v-2.2c0-2.3-.3-4.6-.3-4.6zm-16.6 9.4v-8l7.6 4-7.6 4z'/%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.twitter,
.bg-white .social a span.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 72 72' viewBox='0 0 72 72'%3E%3Cswitch%3E%3Cg%3E%3Cpath fill='%23B5B5B5' d='M42.5,31.2L66,6h-6L39.8,27.6L24,6H4l24.6,33.6L4,66 h6l21.3-22.8L48,66h20L42.5,31.2z M12.9,10h8l38.1,52h-8L12.9,10z'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.twitter:after,
.bg-white .social a span.twitter:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 72 72' viewBox='0 0 72 72'%3E%3Cswitch%3E%3Cg%3E%3Cpath fill='%23FFF' d='M42.5,31.2L66,6h-6L39.8,27.6L24,6H4l24.6,33.6L4,66 h6l21.3-22.8L48,66h20L42.5,31.2z M12.9,10h8l38.1,52h-8L12.9,10z'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.pinterest,
.bg-white .social a span.pinterest {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M4.571 10.661q0-1.929.67-3.634t1.848-2.973 2.714-2.196T13.107.465t3.607-.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375.688q-1.214 0-2.411-.571t-1.714-1.571q-.179.696-.5 2.009t-.42 1.696-.366 1.268-.464 1.268-.571 1.116-.821 1.384-1.107 1.545l-.25.089-.161-.179q-.268-2.804-.268-3.357 0-1.643.384-3.688t1.188-5.134.929-3.625q-.571-1.161-.571-3.018 0-1.482.929-2.786t2.357-1.304q1.089 0 1.696.723t.607 1.83q0 1.179-.786 3.411t-.786 3.339q0 1.125.804 1.866t1.946.741q.982 0 1.821-.446t1.402-1.214 1-1.696.679-1.973.357-1.982.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 .786.223 1.518t.482 1.161.482.813.223.545q0 .5-.268 1.304t-.661.804q-.036 0-.304-.054-.911-.268-1.616-1t-1.089-1.688-.58-1.929-.196-1.902z' /%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.pinterest:after,
.bg-white .social a span.pinterest:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M4.571 10.661q0-1.929.67-3.634t1.848-2.973 2.714-2.196T13.107.465t3.607-.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375.688q-1.214 0-2.411-.571t-1.714-1.571q-.179.696-.5 2.009t-.42 1.696-.366 1.268-.464 1.268-.571 1.116-.821 1.384-1.107 1.545l-.25.089-.161-.179q-.268-2.804-.268-3.357 0-1.643.384-3.688t1.188-5.134.929-3.625q-.571-1.161-.571-3.018 0-1.482.929-2.786t2.357-1.304q1.089 0 1.696.723t.607 1.83q0 1.179-.786 3.411t-.786 3.339q0 1.125.804 1.866t1.946.741q.982 0 1.821-.446t1.402-1.214 1-1.696.679-1.973.357-1.982.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 .786.223 1.518t.482 1.161.482.813.223.545q0 .5-.268 1.304t-.661.804q-.036 0-.304-.054-.911-.268-1.616-1t-1.089-1.688-.58-1.929-.196-1.902z' /%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.vimeo,
.bg-white .social a span.vimeo {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M30.518 9.25q-.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-.321 0-2.268 1.357l-1.375-1.75q.429-.375 1.929-1.723T5.713 6.41q2.786-2.464 4.304-2.607 1.696-.161 2.732.991t1.446 3.634q.786 5.125 1.179 6.661.982 4.446 2.143 4.446.911 0 2.75-2.875 1.804-2.875 1.946-4.393.232-2.482-1.946-2.482-1.018 0-2.161.464 2.143-7.018 8.196-6.821 4.482.143 4.214 5.821z' /%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.vimeo:after,
.bg-white .social a span.vimeo:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M30.518 9.25q-.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-.321 0-2.268 1.357l-1.375-1.75q.429-.375 1.929-1.723T5.713 6.41q2.786-2.464 4.304-2.607 1.696-.161 2.732.991t1.446 3.634q.786 5.125 1.179 6.661.982 4.446 2.143 4.446.911 0 2.75-2.875 1.804-2.875 1.946-4.393.232-2.482-1.946-2.482-1.018 0-2.161.464 2.143-7.018 8.196-6.821 4.482.143 4.214 5.821z' /%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.email,
.bg-white .social a span.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.076 18.604'%3E%3Cpath fill='%23B5B5B5' d='M20.075,18.6H5a5.006,5.006,0,0,1-5-5V5A4.961,4.961,0,0,1,.976,2.032l11.562,9.131L24.1,2.032A4.96,4.96,0,0,1,25.076,5v8.6A5.006,5.006,0,0,1,20.075,18.6ZM12.538,9.273h0L2.032.976A4.96,4.96,0,0,1,5,0H20.075a4.96,4.96,0,0,1,2.968.976l-10.505,8.3Z' /%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.email:after,
.bg-white .social a span.email:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.076 18.604'%3E%3Cpath fill='%23FFF' d='M20.075,18.6H5a5.006,5.006,0,0,1-5-5V5A4.961,4.961,0,0,1,.976,2.032l11.562,9.131L24.1,2.032A4.96,4.96,0,0,1,25.076,5v8.6A5.006,5.006,0,0,1,20.075,18.6ZM12.538,9.273h0L2.032.976A4.96,4.96,0,0,1,5,0H20.075a4.96,4.96,0,0,1,2.968.976l-10.505,8.3Z' /%3E%3C/svg%3E");
}
.bg-lightgrey .social a span.tiktok,
.bg-white .social a span.tiktok {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23B5B5B5' d='M22.42 7.39a7.52 7.52 0 0 1-4.56-1.52v10.8a7.9 7.9 0 1 1-7.9-7.9c.23 0 .45.02.67.04v3.88c-.22-.03-.44-.06-.67-.06a4.04 4.04 0 1 0 0 8.08 4.12 4.12 0 0 0 4.2-3.97l.04-18.13h3.71a7.52 7.52 0 0 0 4.51 6.7v2.08z'/%3E%3C/svg%3E");
  background-position: calc(50% + 2px) calc(50% + 2px) !important;
}
.bg-lightgrey .social a span.tiktok:after,
.bg-white .social a span.tiktok:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M22.42 7.39a7.52 7.52 0 0 1-4.56-1.52v10.8a7.9 7.9 0 1 1-7.9-7.9c.23 0 .45.02.67.04v3.88c-.22-.03-.44-.06-.67-.06a4.04 4.04 0 1 0 0 8.08 4.12 4.12 0 0 0 4.2-3.97l.04-18.13h3.71a7.52 7.52 0 0 0 4.51 6.7v2.08z'/%3E%3C/svg%3E");
  background-position: calc(50% + 2px) calc(50% + 2px) !important;
}
.bg-lightgrey .social a:hover,
.bg-white .social a:hover {
  border: 2px solid #6DBD51;
  background: #6DBD51;
}
.bg-lightgrey .social a:hover span:after,
.bg-white .social a:hover span:after {
  opacity: 1;
}

.social-share .social a {
  border-width: 2px;
}
.social-share .social a:hover {
  border-width: 2px;
}

@media screen and (max-width: 767px) {
  #sticky-btns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sticky-btns {
    display: block;
    position: fixed;
    z-index: 10;
    width: 4.347826087vw;
    left: 0;
    background-color: #0A529C;
    border-radius: 0 0 1.4492753623vw 0 !important;
    top: 92px;
  }
}
@media screen and (min-width: 992px) {
  #sticky-btns {
    top: 12.8985507246vw;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns {
    top: 178px;
    width: 60px;
    border-radius: 0 0 20px 0 !important;
  }
}
#sticky-btns button {
  background-color: #6DBD51;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.389' height='37.35' viewBox='0 0 26.389 37.35'%3E%3Cpath id='Path_375' data-name='Path 375' d='M1105.389,221.04a13.195,13.195,0,1,0-23.356,8.323h-.063l10.226,15.833,10.225-15.833h-.063A13.078,13.078,0,0,0,1105.389,221.04Zm-13.194,5.278a5.278,5.278,0,1,1,5.277-5.278A5.278,5.278,0,0,1,1092.195,226.318Z' transform='translate(-1079 -207.846)' fill='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns button {
    width: 4.347826087vw;
    height: 3.9855072464vw;
    border-radius: 0 0 1.4492753623vw 0 !important;
    background-size: 2.0289855072vw auto;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns button {
    width: 60px;
    height: 55px;
    border-radius: 0 0 20px 0 !important;
    background-size: 28px auto;
  }
}
#sticky-btns .btns {
  display: none;
  position: relative;
  overflow: hidden;
  background: #0A529C;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns .btns {
    width: 4.347826087vw;
    border-radius: 0 0 1.4492753623vw 0 !important;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns .btns {
    width: 60px;
    border-radius: 0 0 20px 0 !important;
  }
}
#sticky-btns a {
  display: block;
  position: relative;
  background-color: #0A529C;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a {
    width: 4.347826087vw;
    height: 5.4347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a {
    width: 60px;
    height: 75px;
  }
}
#sticky-btns a:hover {
  background-color: #6DBD51;
}
#sticky-btns a:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a:after {
    height: 3.9855072464vw;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a:after {
    height: 55px;
  }
}
#sticky-btns a.shop:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.264' height='33.739' viewBox='0 0 37.264 33.739'%3E%3Cpath id='Path_350' data-name='Path 350' d='M157.255,377.969a3.192,3.192,0,1,0,3.192,3.192A3.2,3.2,0,0,0,157.255,377.969Zm0,5.22a2.029,2.029,0,1,1,2.029-2.029A2.031,2.031,0,0,1,157.255,383.19Zm12.442-5.133a3.191,3.191,0,1,0,3.192,3.191A3.2,3.2,0,0,0,169.7,378.056Zm0,5.22a2.029,2.029,0,1,1,2.029-2.029A2.031,2.031,0,0,1,169.7,383.277Zm6.979-25.716a2.431,2.431,0,0,0-2.007-.663H147.975l-1.022-4.737a.581.581,0,0,0-.568-.459H141.67a.581.581,0,1,0,0,1.162h4.246l2.535,11.757c0,.01,0,.02,0,.03a.575.575,0,0,0,.066.265l1.5,6.936a.576.576,0,0,0,.048.22l.3,1.37c.05.248.624,2.57,4.374,2.57H173.3a.581.581,0,0,0,0-1.163h-18.57c-2.859,0-3.22-1.569-3.232-1.627,0-.007,0-.015,0-.022l-.168-.779h20.107a3.533,3.533,0,0,0,3.851-3.089c.089-.359.807-3.26,1.085-4.473a.566.566,0,0,0,.014-.129l.768-3.53C177.532,359.521,177.374,358.3,176.675,357.56Zm-18.506.5h8.411v6.009H158.17Zm-9.944,0h8.782v6.009h-7.486Zm2.846,13.2-1.3-6.027h7.235v5.827a.579.579,0,0,0,.037.2Zm7.061,0a.578.578,0,0,0,.037-.2V365.23h8.411V370.9a.577.577,0,0,0,.124.355Zm16.011-2.169a.63.63,0,0,0-.016.1c-.016.212-.225,2.068-2.7,2.068h-3.81a.576.576,0,0,0,.124-.355V365.23h7.34C174.735,366.7,174.15,369.06,174.143,369.088Zm1.869-8.143-.679,3.123h-7.59v-6.009h6.963a.644.644,0,0,0,.1-.008,1.286,1.286,0,0,1,1.035.315C176.24,358.8,176.3,359.688,176.013,360.945Z' transform='translate(-140.589 -351.2)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a.shop:after {
    background-size: 2.6086956522vw auto;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a.shop:after {
    background-size: 36px auto;
  }
}
#sticky-btns a.donate:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.281' height='33.461' viewBox='0 0 40.281 33.461'%3E%3Cpath id='Path_376' data-name='Path 376' d='M475.495,370.394l-4.427-2.383,4.427-2.383a.584.584,0,0,0,0-1.027l-13.611-7.4a.584.584,0,0,0-.556,0l-5.168,2.783-5.168-2.783a.584.584,0,0,0-.556,0l-13.611,7.4a.584.584,0,0,0,0,1.027l4.427,2.383-4.427,2.383a.584.584,0,0,0,0,1.027l5.077,2.759v7.4a.584.584,0,0,0,.305.513l13.675,7.42.01,0a.587.587,0,0,0,.122.048l.015,0a.59.59,0,0,0,.127.016h0a.579.579,0,0,0,.136-.017l.01,0a.581.581,0,0,0,.125-.049l.008,0,13.675-7.42a.584.584,0,0,0,.305-.513v-7.4l5.077-2.759a.584.584,0,0,0,0-1.027Zm-13.89-12.014,12.385,6.73-4.154,2.237-12.443-6.7Zm7,9.63-12.443,6.7-12.443-6.7,12.443-6.7Zm-30.272-2.9,12.385-6.73,4.212,2.268-12.443,6.7Zm4.154,3.563,12.443,6.7-4.212,2.268-12.385-6.73Zm.584,6.141,7.367,4a.584.584,0,0,0,.556,0l4.585-2.468v11.668l-12.507-6.786Zm26.182,6.418-12.507,6.787V376.351l4.585,2.468a.584.584,0,0,0,.556,0l7.367-4Zm-7.647-3.592-4.212-2.268,12.443-6.7,4.154,2.237Z' transform='translate(-436.021 -356.624)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a.donate:after {
    background-size: 2.8260869565vw auto;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a.donate:after {
    background-size: 39px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a.career {
    border-radius: 0 0 1.4492753623vw 0 !important;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a.career {
    border-radius: 0 0 20px 0 !important;
  }
}
#sticky-btns a.career:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.974' height='33.63' viewBox='0 0 34.974 33.63'%3E%3Cpath id='Path_377' data-name='Path 377' d='M785.8,362.394h-4.781v-2.9a4.432,4.432,0,0,0-4.217-4.61h-7.583A4.432,4.432,0,0,0,765,359.49v2.9h-4.78a4.2,4.2,0,0,0-4.2,4.2v16.719a4.2,4.2,0,0,0,4.2,4.2H785.8a4.2,4.2,0,0,0,4.2-4.2V366.592A4.2,4.2,0,0,0,785.8,362.394Zm-19.58-2.9a3.219,3.219,0,0,1,3-3.394H776.8a3.219,3.219,0,0,1,3,3.394v2.9h-1.884v-2.9c0-.818-.511-1.509-1.116-1.509h-7.583c-.6,0-1.116.691-1.116,1.509v2.9h-1.884Zm10.483,0v2.9h-7.382v-2.9a.647.647,0,0,1,.063-.293h7.256A.647.647,0,0,1,776.7,359.49Zm12.08,23.822a2.985,2.985,0,0,1-2.982,2.982H760.221a2.985,2.985,0,0,1-2.982-2.982v-6.832h12.392v.272a1.526,1.526,0,0,0,1.524,1.524h3.709a1.526,1.526,0,0,0,1.524-1.524v-.272h12.391Zm-17.933-6.56v-1.8a.308.308,0,0,1,.308-.308h3.709a.308.308,0,0,1,.308.308v1.8a.308.308,0,0,1-.308.308h-3.709A.308.308,0,0,1,770.847,376.751Zm17.933-1.489H776.389v-.314a1.526,1.526,0,0,0-1.524-1.524h-3.709a1.526,1.526,0,0,0-1.524,1.524v.314H757.24v-8.671a2.985,2.985,0,0,1,2.982-2.982H785.8a2.985,2.985,0,0,1,2.982,2.982Z' transform='translate(-755.523 -354.38)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a.career:after {
    background-size: 2.3188405797vw auto;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a.career:after {
    background-size: 32px auto;
  }
}
#sticky-btns a span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  color: #FFF;
  font-weight: 700;
  text-transform: lowercase;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #sticky-btns a span {
    height: 1.4492753623vw;
    bottom: 0.7246376812vw;
    letter-spacing: -0.0144927536vw;
    font-size: 0.9420289855vw;
    line-height: 1.4492753623vw;
  }
}
@media screen and (min-width: 1381px) {
  #sticky-btns a span {
    height: 20px;
    bottom: 10px;
    letter-spacing: -0.2px;
    font-size: 13px;
    line-height: 20px;
  }
}
#sticky-btns.active button {
  background-color: #0A529C;
}
#sticky-btns.active .btns {
  display: block;
}

@media screen and (min-width: 992px) {
  .logged-in #sticky-btns {
    top: calc(32px + 12.8985507246vw);
  }
}
@media screen and (min-width: 1381px) {
  .logged-in #sticky-btns {
    top: 210px;
  }
}

body:not(.home) #content .call-to-action,
body:not(.home) #content .number-list-container,
body:not(.home) #content .search-locations,
body:not(.home) #content .stories-slider,
body:not(.home) #content .content-with-sidebar.has-image,
body:not(.home) #content .content-with-sidebar.bg-lightblue,
body:not(.home) #content .content-with-sidebar.bg-darkblue,
body:not(.home) #content .media-gallery-wrapper,
body:not(.home) #content .accordion-container,
body:not(.home) #content .testimonials-container,
body:not(.home) #content .featured-stories,
body:not(.home) #content .featured {
  z-index: 20;
}

body.home #content .call-to-action,
body.home #content .search-locations {
  z-index: 20;
}

.single-locations #sticky-btns,
.post-type-archive-locations #sticky-btns {
  display: none !important;
}

.page-header-fix {
  display: none;
}

.page-header {
  background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header {
    border-radius: 0 0 4.2028985507vw;
  }
  .page-header .col-md-8.offset-md-1 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1381px) {
  .page-header {
    border-radius: 0 0 58px;
  }
}
.page-header:before {
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .page-header:before {
    width: 100vw;
    height: 100%;
    top: 0;
    transform: translate(-100%, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header:before {
    left: calc(100% - 1.4492753623vw);
    border-radius: 0 0 4.2028985507vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header:before {
    left: calc(100% + 42px);
    border-radius: 0 0 58px;
  }
}
.page-header .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-header .inner {
    right: -4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header .inner {
    right: -60px;
  }
}
.page-header.bg-lightgrey:before {
  background: #F2F2F2;
}
.page-header.bg-lightblue:before {
  background: #0A529C;
}
.page-header.bg-darkblue:before {
  background: #05396C;
}
.page-header.bg-darkblue .row-top .col-12 {
  position: relative;
  z-index: 2;
}
.page-header.bg-darkblue .row-top {
  position: relative;
}
.page-header.bg-darkblue.mix .row-top:before {
  background: #0A529C;
}
@media screen and (max-width: 767px) {
  .page-header.bg-darkblue.mix .row-top:before {
    width: 100vw;
    height: 100%;
    top: auto;
    right: 10px;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-header.bg-darkblue.mix .row-top:before {
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header.bg-darkblue.mix .row-top:before {
    left: 50%;
    width: 300vw;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1381px) {
  .page-header.bg-darkblue.mix .row-top:before {
    width: 100vw;
    transform: translate(-100%, 0);
    left: calc(100% + 53px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header.bg-darkblue:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: calc(100% - 1.4492753623vw);
    background: #fff;
  }
}
.page-header.bg-darkblue .col-12 {
  position: relative;
  z-index: 3;
}
.page-header + .bg-darkblue ~ .page-header-fix {
  display: block;
  position: absolute !important;
  width: 100vw;
  top: 0;
  left: 0;
  background: #05396C;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header + .bg-darkblue ~ .page-header-fix {
    height: 36.231884058vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header + .bg-darkblue ~ .page-header-fix {
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header .col-12 {
    padding-top: 3.4782608696vw;
    padding-bottom: 2.7536231884vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header .col-12 {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .page-header h1 {
    display: none;
  }
  .page-header h1.show-for-mobile, .page-header h1.always-show {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    max-width: calc(100% - 20px);
  }
  .page-header h1.show-for-mobile {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header h1 {
    padding-top: 2.3188405797vw;
    padding-bottom: 1.7391304348vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header h1 {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.page-header.bg-lightblue h1 {
  border-top: 2px solid #05396C;
}
.page-header.bg-lightgrey h1 {
  border-top: 2px solid rgba(181, 181, 181, 0.75);
}
.page-header p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 1381px) {
  .page-header p {
    max-width: 91%;
  }
}
.page-header p a {
  color: #FFF;
  text-decoration: underline;
  text-decoration-color: #fff !important;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.page-header p a:hover {
  text-decoration-color: transparent !important;
}
.page-header a.backlink {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header a.backlink {
    display: block;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    padding: 20px 20px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-header a.backlink {
    display: table;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header a.backlink {
    padding-left: 16px;
    margin-top: 4.4927536232vw;
    font-size: 1.5217391304vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header a.backlink {
    padding-left: 16px;
    margin-top: 62px;
    font-size: 21px;
  }
}
.page-header a.backlink:before {
  display: block;
  position: absolute;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #B5B5B5;
  top: 54%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .page-header a.backlink:before {
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-header a.backlink:before {
    left: 0;
  }
}
.page-header a.backlink span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.page-header a.backlink span:hover {
  text-decoration-color: currentColor;
}
.page-header.bg-lightblue a.backlink span {
  color: #FFF;
}
.page-header.bg-lightgrey a.backlink span {
  color: #0A5596;
}
.page-header .social {
  margin: -7px 3px 0 !important;
}
@media screen and (max-width: 767px) {
  .page-header .social {
    margin: -7px 0 30px -5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header .social {
    margin: 0 0 0 -0.3623188406vw !important;
  }
}
@media screen and (min-width: 1381px) {
  .page-header .social {
    margin: 0 0 0 -5px !important;
  }
}
.page-header .social li {
  width: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header .social li {
    width: 4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header .social li {
    width: 60px;
  }
}
.page-header .social a {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header .social a {
    width: 3.6231884058vw;
    height: 3.6231884058vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header .social a {
    width: 50px;
    height: 50px;
  }
}
.page-header .social a span {
  background-size: 24px auto;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header .social a span {
    background-size: 2.0289855072vw auto;
  }
}
@media screen and (min-width: 1381px) {
  .page-header .social a span {
    background-size: 28px auto;
  }
}
.page-header.bg-lightblue .social a {
  border: 2px solid #fff;
}
@media screen and (min-width: 992px) {
  .page-header.bg-lightblue .social a {
    border: 2px solid #fff;
  }
}
.page-header.bg-lightgrey .social a {
  border: 2px solid #B5B5B5;
}
@media screen and (min-width: 992px) {
  .page-header.bg-lightgrey .social a {
    border: 2px solid #B5B5B5;
  }
}
.page-header.bg-lightgrey .text .date {
  color: #B5B5B5;
}

.page-header.v2 .content-wrappper {
  position: relative;
  background: #FFF;
}
.page-header.v2 .content-wrappper:before {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .page-header.v2 .content-wrappper:before {
    background: #05396C;
  }
}
.page-header.v2 .content-wrappper .inner {
  position: relative;
  z-index: 2;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .page-header.v2 .content-wrappper .inner {
    border-radius: 0 0 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header.v2 .content-wrappper .inner {
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header.v2 .content-wrappper .inner {
    border-radius: 0 0 6.5217391304vw 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  .page-header.v2 .content-wrappper .inner {
    margin-left: -3.3333333333vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header.v2 .content-wrappper .inner {
    margin-left: -46px;
    border-radius: 0 0 90px 0;
  }
}
.page-header.v2 .content {
  max-width: 91%;
}
@media screen and (max-width: 767px) {
  .page-header.v2 .content {
    padding: 42px 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header.v2 .content {
    padding: 4.0579710145vw 16px 4.347826087vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  .page-header.v2 .content {
    padding: 4.0579710145vw 3.3333333333vw 4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .page-header.v2 .content {
    padding: 56px 46px 60px;
  }
}
.page-header.v2 figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header.v2 figure {
    border-radius: 0 0 32px 0;
    width: calc(100% + 30px);
    left: -30px;
    height: 0;
    padding-top: 73.2876712329%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header.v2 figure {
    width: 21.1594202899vw;
    height: 15.5072463768vw;
    border-radius: 0 0 2.3188405797vw 0;
  }
}
@media screen and (min-width: 1381px) {
  .page-header.v2 figure {
    width: 292px;
    height: 214px;
    border-radius: 0 0 32px 0;
  }
}
.page-header.v2 figure img {
  object-position: 50% 0;
}
.page-header.v2 h2 {
  color: #0A529C;
  border-top: 1px solid #DEDEDE;
  padding-bottom: 18px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .page-header.v2 h2 {
    padding-top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-header.v2 h2 {
    padding-top: 2.8985507246vw !important;
    padding-bottom: 1.3043478261vw !important;
  }
}
@media screen and (min-width: 1381px) {
  .page-header.v2 h2 {
    padding-top: 40px;
    padding-bottom: 18px;
  }
}

.side-navigation {
  position: relative;
}
.side-navigation h4 {
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .side-navigation h4 {
    width: 120%;
    margin-left: -20%;
    margin-top: -0.4347826087vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1381px) {
  .side-navigation h4 {
    width: 120%;
    margin-left: -20%;
    margin-top: -6px;
    margin-bottom: 0;
  }
}
.side-navigation ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .side-navigation ul {
    text-align: right;
  }
}
.side-navigation ul li {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .side-navigation ul li {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1381px) {
  .side-navigation ul li {
    padding-bottom: 0;
  }
}
.side-navigation ul a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.42px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .side-navigation ul a {
    font-size: 1.5217391304vw;
    letter-spacing: -0.0304347826vw;
  }
}
@media screen and (min-width: 1381px) {
  .side-navigation ul a {
    font-size: 21px;
    letter-spacing: -0.42px;
  }
}
.side-navigation ul a:hover {
  color: #6DBD51;
}
.side-navigation ul .current-menu-item a,
.side-navigation ul .current_page_item a {
  color: #6DBD51;
}
@media screen and (max-width: 767px) {
  .side-navigation h4 {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    width: calc(100% + 20px);
    height: 63px;
    left: -20px;
    padding-bottom: 0;
    padding-left: 20px;
    background: #0A529C;
    line-height: 63px;
    text-align: left;
  }
  .side-navigation h4 span {
    display: inline-block;
    position: relative;
  }
  .side-navigation h4 button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 63px;
    z-index: 10;
  }
  .side-navigation h4 button:before {
    display: block;
    position: absolute;
    content: "";
    width: 200vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .side-navigation h4 button:after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 11px solid #E5E5E5 !important;
    transform-origin: center center;
  }
  .side-navigation .menu-locations-container,
  .side-navigation .menu-about-container,
  .side-navigation .menu-primary-navigation-container,
  .side-navigation .menu-helpful-links-container {
    display: none;
    position: relative;
    width: calc(100% + 20px);
    left: -20px;
    padding: 20px 20px 10px;
    background: #F2F2F2;
  }
  .side-navigation .menu-locations-container ul a,
  .side-navigation .menu-about-container ul a,
  .side-navigation .menu-primary-navigation-container ul a,
  .side-navigation .menu-helpful-links-container ul a {
    color: #09316C !important;
  }
  .side-navigation .menu-locations-container ul .current-menu-item a,
  .side-navigation .menu-locations-container ul .current_page_item a,
  .side-navigation .menu-about-container ul .current-menu-item a,
  .side-navigation .menu-about-container ul .current_page_item a,
  .side-navigation .menu-primary-navigation-container ul .current-menu-item a,
  .side-navigation .menu-primary-navigation-container ul .current_page_item a,
  .side-navigation .menu-helpful-links-container ul .current-menu-item a,
  .side-navigation .menu-helpful-links-container ul .current_page_item a {
    color: #6DBD51 !important;
  }
  .side-navigation h4.active button:after {
    transform: rotate(180deg);
    border-top: 11px solid #fff !important;
    margin-top: -5px;
    margin-left: -8px;
  }
  .side-navigation h4.active + .menu-locations-container,
  .side-navigation h4.active + .menu-about-container,
  .side-navigation h4.active + .menu-primary-navigation-container,
  .side-navigation h4.active + .menu-helpful-links-container {
    display: block;
  }
}

.bg-lightgrey .page-header:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .bg-lightgrey .side-navigation h4 {
    color: #848484;
  }
  .bg-lightgrey .side-navigation ul a {
    color: #0A5596;
  }
  .bg-lightgrey .side-navigation ul a:hover {
    color: #6DBD51;
  }
  .bg-lightgrey .side-navigation ul .current_page_item a {
    color: #6DBD51;
  }
  .bg-lightgrey .text h1,
  .bg-lightgrey .text h2,
  .bg-lightgrey .text h3,
  .bg-lightgrey .text h4,
  .bg-lightgrey .text h5,
  .bg-lightgrey .text h6 {
    color: #0A5596;
  }
  .bg-lightgrey .text p,
  .bg-lightgrey .text li,
  .bg-lightgrey .text address {
    color: #000;
  }
  .bg-lightgrey .text p a:not(.btn),
  .bg-lightgrey .text li a:not(.btn),
  .bg-lightgrey .text address a:not(.btn) {
    color: #0A5596;
  }
}

#side-menu-primary > li {
  display: none;
}
#side-menu-primary > li > a {
  display: none;
}

.shop-nav #side-menu-primary > li:nth-child(1),
.donate-nav #side-menu-primary > li:nth-child(2),
.career-services-nav #side-menu-primary > li:nth-child(3),
.work-at-goodwill-nav #side-menu-primary > li:nth-child(4) {
  display: block;
}

.side-navigation.donate-nav ul .residential-pickups a,
.side-navigation.donate-nav ul .current-menu-item.residential-pickups a {
  color: #fff;
}
.side-navigation.donate-nav ul .residential-pickups a:hover,
.side-navigation.donate-nav ul .current-menu-item.residential-pickups a:hover {
  color: #6dbd51;
}

/**
 * Image Skeleton Shimmer
 * 
 * Provides a subtle shimmer placeholder for images while they load.
 * Applied automatically via JS to images with placeholder src or lazy-load classes.
 */
.img-skeleton {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.img-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  animation: shimmer 1.2s infinite;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  opacity: 0.35;
  z-index: 1;
}
.img-skeleton.is-loaded::after {
  display: none;
}
.img-skeleton img {
  opacity: 1 !important;
  visibility: visible !important;
  transition: filter 0.3s ease-in-out;
  position: relative;
  z-index: 0;
  filter: blur(2px);
}
.img-skeleton img[src=""], .img-skeleton img[src*="data:image/gif"] {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.img-skeleton img[src=""]::before, .img-skeleton img[src*="data:image/gif"]::before {
  display: none !important;
}
.img-skeleton.is-loaded img {
  filter: blur(0);
  transition: filter 0.3s ease-in-out;
}

img[src=""],
img[src*="data:image/gif"],
img.owl-lazy[src*="data:image/gif"] {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
}
img[src=""]::before, img[src=""]::after,
img[src*="data:image/gif"]::before,
img[src*="data:image/gif"]::after,
img.owl-lazy[src*="data:image/gif"]::before,
img.owl-lazy[src*="data:image/gif"]::after {
  display: none !important;
}
img[src=""],
img[src*="data:image/gif"],
img.owl-lazy[src*="data:image/gif"] {
  object-fit: none;
  image-rendering: auto;
}

.owl-carousel .owl-item img.owl-lazy[src*="data:image/gif"],
.owl-carousel .owl-item img[src*="data:image/gif"] {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
}
.owl-carousel .owl-item img.owl-lazy[src*="data:image/gif"]::before, .owl-carousel .owl-item img.owl-lazy[src*="data:image/gif"]::after,
.owl-carousel .owl-item img[src*="data:image/gif"]::before,
.owl-carousel .owl-item img[src*="data:image/gif"]::after {
  display: none !important;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
  display: flex;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  max-height: 100%;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .item {
  overflow: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next,
button.owl-dot {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0 !important;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

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

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-item.active {
  transition: 0;
}

.owl-item.active.hovered {
  transition: 0;
}

.owl-stage {
  display: block;
}
.owl-stage .items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.owl-stage .items .mkdf-testimonial-content,
.owl-stage .items .mkdf-testimonial-content-inner {
  height: 100%;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

.owl-carousel .owl-nav {
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 62px;
    background: #FFF;
    padding: 0 20px 20px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    width: calc(100vw - 100px);
    height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .owl-nav {
    top: 100%;
    height: 48px;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.owl-carousel .owl-nav:after {
  display: table;
  position: relative;
  overflow: hidden;
  clear: both;
  content: "";
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  overflow: hidden;
  border: 0;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  background-color: rgba(123, 123, 123, 0.5);
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 66px;
    height: 66px;
    display: block;
    position: absolute;
    top: -33px;
    transform: translate(0, -55%);
  }
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: table;
  position: relative;
  font-size: 0px;
  line-height: 0;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-attachment: scroll;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.459' height='15.81' viewBox='0 0 10.459 15.81'%3E%3Cpath fill='%23fff' d='M15.81,10.459H0L7.874,0Z' transform='translate(10.459) rotate(90)'/%3E%3C/svg%3E");
  width: 11px;
  height: 16px;
  margin: 0 0 0 18px;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    margin: 0 0 0 31px;
  }
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #6DBD51;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev span {
  transform: rotate(180deg);
  margin: 0 0 0 14px;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev span {
    margin: 0 0 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 7px;
  padding: 30px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-dots {
    z-index: 20;
  }
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 100%;
  width: 7px;
  height: 7px;
  border: 0;
  margin: 0 5px;
  background: rgba(188, 187, 186, 0.5);
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #BCBBBA;
}

.slider.synced .owl-carousel .owl-nav .owl-prev.disabled,
.slider.synced .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.hero {
  position: relative;
}
.hero .container {
  max-width: none;
  background: #F2F2F2;
  padding: 0 !important;
}
.hero .row {
  position: relative;
}
.hero .row .col-12 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hero .row .col-12 + .col-12 {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  .hero .row .col-12 + .col-12 {
    padding: 0 15px 0 15px;
    flex: 0 0 42%;
    max-width: 42%;
  }
}
.hero figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 67.9207920792%;
  margin: 0;
  border-radius: 0 0 20% 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}
.hero figure img {
  object-position: 50% 50% !important;
}
.hero .item.is-first figure {
  opacity: 1;
  visibility: visible;
}
.hero .hero-slider:not(.owl-loaded) .item:not(.is-first) figure {
  visibility: hidden;
  opacity: 0;
}
.hero .owl-loaded figure {
  opacity: 1;
  visibility: visible;
}
.hero .content {
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hero .content {
    margin: 0 auto 8.15vw;
  }
}
@media screen and (min-width: 768px) {
  .hero .content {
    min-height: 38.5333333333vw;
  }
}
.hero .text {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hero .text {
    padding-top: 16.1333333333vw;
  }
}
.hero h1,
.hero h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: table;
  color: #000 !important;
  line-height: 1.1;
  text-align: right;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .hero h1,
  .hero h2 {
    line-height: 1;
    font-size: 9.6vw;
    padding-bottom: 7.225vw;
    padding-top: 2.5vw;
    margin-bottom: 3.6vw;
    border-bottom: 1px solid #AFADAD;
  }
}
@media screen and (min-width: 768px) {
  .hero h1,
  .hero h2 {
    border-top: 1px solid #AFADAD;
    font-size: 3.9333333333vw;
    padding-bottom: 1.8666666667vw;
    padding-top: 0.4666666667vw;
    letter-spacing: -0.04vw;
  }
}
.hero h1 strong,
.hero h2 strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #0B5A96 !important;
}
.hero h1 em,
.hero h2 em {
  font-style: normal;
  font-size: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero h1 em,
  .hero h2 em {
    letter-spacing: -0.481vw;
  }
}
@media screen and (min-width: 768px) {
  .hero h1 em,
  .hero h2 em {
    letter-spacing: -0.0866666667vw;
    right: -0.6vw;
  }
}
.hero p {
  color: #000;
  text-align: right;
  position: relative;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hero p {
    letter-spacing: -0.1875vw;
    font-size: 5.9375vw;
  }
}
@media screen and (min-width: 768px) {
  .hero p {
    right: 0;
    font-size: 1.5333333333vw;
  }
}
.hero p a {
  display: inline;
  position: relative;
  font-weight: 400 !important;
  border-bottom: 0 !important;
  text-decoration-color: transparent !important;
}
.hero p a:after {
  display: inline-block;
  position: relative;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .hero p a:after {
    margin: 0 -4.375vw 0 1.25vw;
    width: 2.5vw;
    height: 3.75vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.493' height='15.927' viewBox='0 0 10.493 15.927'%3E%3Cpath id='Polygon_6' data-name='Polygon 6' d='M7.963,0l7.963,10.493H0Z' transform='translate(10.493) rotate(90)' fill='%236DBD51'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (min-width: 768px) {
  .hero p a:after {
    margin: 0 -1.4666666667vw 0 0.5333333333vw;
    width: 0.7333333333vw;
    height: 1.0666666667vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.493' height='15.927' viewBox='0 0 10.493 15.927'%3E%3Cpath id='Polygon_6' data-name='Polygon 6' d='M7.963,0l7.963,10.493H0Z' transform='translate(10.493) rotate(90)' fill='%230a5596'/%3E%3C/svg%3E%0A");
  }
}
.hero p a:hover {
  border-bottom: 0 !important;
  text-decoration: underline !important;
  text-decoration-color: currentColor;
}
.hero p a:hover:after {
  right: -3px;
}

/* ------------------------------------------------------------
   100 Year Anniversary Badge
   Shown on the Main 100th-anniversary page hero (or when the
   ACF field `show_anniversary_badge` is enabled).
   ------------------------------------------------------------ */
.hero--anniversary .anniversary-badge {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .hero--anniversary .anniversary-badge {
    top: 3vw;
    right: 3vw;
    width: 20vw;
    max-width: 320px;
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .hero--anniversary .anniversary-badge {
    top: 4vw;
    right: 4vw;
    width: 28vw;
    min-width: 120px;
  }
}
.hero--anniversary .anniversary-badge img,
.hero--anniversary .anniversary-badge svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

.stories-slider {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider {
    padding-top: 9.4202898551vw;
    padding-bottom: 7.2463768116vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider .btn-row {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider .dots-placeholder {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .dots-placeholder {
    height: 21.0144927536vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .dots-placeholder {
    height: 290px;
  }
}
.stories-slider h4 {
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .stories-slider h4 {
    padding-bottom: 0;
  }
}
.stories-slider h2 {
  padding-top: 16px;
  padding-bottom: 13px;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider h2 {
    padding-top: 2.1739130435vw;
    padding-bottom: 2.1739130435vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider h2 {
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider .col-md-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider .col-md-7 {
    flex: 0 0 53.6%;
    max-width: 53.6%;
    margin-left: 6.4%;
  }
}
.stories-slider .col-md-5 .text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .stories-slider .col-md-5 .text {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider .col-md-5 .text .desc {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .col-md-5 .text .desc {
    margin: 0 0 4.6376811594vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .col-md-5 .text .desc {
    margin: 0 0 64px;
  }
}
.stories-slider .col-md-5 .text .desc p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .col-md-5 .text .desc p {
    font-size: 1.3768115942vw;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .col-md-5 .text .desc p {
    font-size: 19px;
    line-height: 1.95;
  }
}
.stories-slider .col-md-5 .text .btn-row {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .stories-slider .owl-carousel {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .owl-carousel {
    margin-top: 0.3623188406vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .owl-carousel {
    margin-top: 5px;
  }
}
.stories-slider .owl-carousel .owl-item .item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .stories-slider .owl-carousel .owl-stage-outer {
    order: 2;
    margin-bottom: 50px;
  }
}
.stories-slider .owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  counter-reset: line-number;
}
@media screen and (max-width: 767px) {
  .stories-slider .owl-carousel .owl-dots {
    font-size: 0;
    line-height: 0;
    order: 1;
    position: relative;
    width: 100%;
    margin-bottom: -24px;
    height: auto;
    justify-content: center;
    padding: 28px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider .owl-carousel .owl-dots {
    justify-content: flex-start;
    padding: 0;
    z-index: 10;
    position: absolute;
    transform: translate(-100%, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .owl-carousel .owl-dots {
    top: 2.4637681159vw;
    height: 21.0144927536vw;
    width: 68%;
    left: -21%;
    padding-top: 3.9130434783vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .owl-carousel .owl-dots {
    top: 34px;
    height: 290px;
    width: 58%;
    left: -31%;
    padding-top: 54px;
  }
}
.stories-slider .owl-carousel .owl-dots .owl-dot {
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  align-self: center;
  counter-increment: line-number;
  background: transparent;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot {
    background: #D6D5D5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot {
    width: 4.7826086957vw;
    height: 4.7826086957vw;
    margin: 0 1.884057971vw 1.8115942029vw 0;
    margin: 0 1.7391304348vw 0.7246376812vw 0;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot {
    width: 66px;
    height: 66px;
    margin: 0 24px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot:before {
    color: #F2F2F2;
    font-size: 0;
    line-height: 0;
    width: 100%;
    text-align: center;
    content: counter(line-number);
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot:before {
    font-size: 2.6086956522vw;
    line-height: 4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot:before {
    font-size: 36px;
    line-height: 60px;
  }
}
.stories-slider .owl-carousel .owl-dots .owl-dot.active {
  background: #6DBD51;
}
@media screen and (min-width: 768px) {
  .stories-slider .owl-carousel .owl-dots .owl-dot.active {
    background: #F2F2F2;
    border: 2px solid #F2F2F2;
  }
}
.stories-slider .card {
  border: 0;
  padding: 45px 25px 25px;
  border-radius: 0 0 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .card {
    padding: 2.7536231884vw 2.7536231884vw 0.1449275362vw;
    border-radius: 0 0 2.1739130435vw 0;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .card {
    padding: 38px 38px 2px;
    border-radius: 0 0 30px 0;
  }
}
.stories-slider .card figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 90%;
  margin: 0;
  border-radius: 0 0 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .card figure {
    border-radius: 0 0 2.7536231884vw 0;
    padding-top: 64%;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .card figure {
    border-radius: 0 0 38px 0;
    padding-top: 64%;
  }
}
.stories-slider .card figure img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
.stories-slider .card .text {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .card .text {
    padding: 1.5942028986vw 0 0;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .card .text {
    padding: 22px 0 0;
  }
}
.stories-slider .card .text h3 {
  color: #0A529C;
  font-weight: 400;
  text-transform: none;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .card .text h3 {
    font-size: 2.6086956522vw;
    line-height: 1.5;
    padding-bottom: 0.5797101449vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .card .text h3 {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
}
.stories-slider .card .text h3 a {
  color: inherit;
}
.stories-slider .card .text h3 a:hover {
  color: #6DBD51;
}
.stories-slider .card .text p.excerpt {
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  color: #190808;
  font-size: 18px;
  padding-bottom: 0;
  letter-spacing: -0.646px;
  height: 178px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider .card .text p.excerpt {
    font-size: 1.3768115942vw;
    line-height: 2;
    height: 11.5942028986vw;
    margin-bottom: 1.4492753623vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider .card .text p.excerpt {
    font-size: 19px;
    line-height: 2;
    height: 160px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider .card .text .link-row-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 1 auto;
  }
}
.stories-slider .item.is-first figure {
  opacity: 1;
  visibility: visible;
}
.stories-slider .stories-carousel:not(.owl-loaded) .item:not(.is-first) figure {
  visibility: hidden;
  opacity: 0;
}
.stories-slider .owl-loaded figure {
  opacity: 1;
  visibility: visible;
}
.stories-slider .stories-carousel figure {
  margin: 0;
}
.stories-slider.locations-single-slider .col-md-5 .text .desc {
  border-top: 2px solid #0A529C;
}
@media screen and (max-width: 767px) {
  .stories-slider.locations-single-slider .col-md-5 .text .desc {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider.locations-single-slider .col-md-5 .text .desc {
    padding-top: 2.1739130435vw;
    margin: 0;
    height: 20.2898550725vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider.locations-single-slider .col-md-5 .text .desc {
    padding-top: 30px;
    margin: 0;
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider.locations-single-slider .dots-placeholder {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider.locations-single-slider .dots-placeholder {
    height: 21.0144927536vw;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider.locations-single-slider .dots-placeholder {
    height: 290px;
  }
}

.stories-slider.bg-lightblue h2 {
  border-top: 2px solid #05396C;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider.bg-lightblue .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #05396C;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider.bg-lightblue .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #05396C;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider.bg-lightblue .owl-carousel .owl-dots .owl-dot.active:before {
    color: #05396C;
  }
}

.stories-slider.bg-darkblue h2 {
  border-top: 2px solid #0A529C;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider.bg-darkblue .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #0A529C;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider.bg-darkblue .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #0A529C;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider.bg-darkblue .owl-carousel .owl-dots .owl-dot.active:before {
    color: #0A529C;
  }
}

.stories-slider.bg-lightgrey h2 {
  border-top: 2px solid #0A529C;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #AFADAD;
  }
}
@media screen and (min-width: 1381px) {
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #AFADAD;
  }
}
@media screen and (min-width: 768px) {
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot:before {
    color: #0A529C;
  }
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot:hover {
    border: 2px solid #6DBD51;
    background-color: #6DBD51;
  }
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot:hover:before {
    color: #fff;
  }
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #0A529C;
    background-color: #0A529C;
  }
  .stories-slider.bg-lightgrey .owl-carousel .owl-dots .owl-dot.active:before {
    color: #fff;
  }
}

@media screen and (min-width: 1381px) {
  .home .stories-slider h2 {
    max-width: 95%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@media screen and (max-width: 767px) {
  .call-to-action {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action {
    padding-top: 5.7971014493vw;
    padding-bottom: 2.8985507246vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.call-to-action .text {
  display: flex;
  flex-direction: column;
  position: relative;
}
.call-to-action .col-12 {
  position: relative;
}
.call-to-action figure {
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .call-to-action figure {
    max-height: 54.6376811594vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action figure {
    max-height: 754px;
  }
}
.call-to-action h4 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .call-to-action h4 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .call-to-action .inner {
    max-width: 85%;
  }
}
.call-to-action .inner > h2 {
  border-top: 2px solid #0B5A96;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .call-to-action .inner > h2 {
    padding-top: 28px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .call-to-action .inner > h2 {
    padding: 30px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .call-to-action .inner .desc {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action .inner .desc {
    padding-bottom: 5.5072463768vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action .inner .desc {
    padding-bottom: 76px;
  }
}
.call-to-action .inner .desc h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 23px;
  line-height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action .inner .desc h3 {
    font-size: 2.6086956522vw;
    line-height: 3.9855072464vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action .inner .desc h3 {
    font-size: 36px;
    line-height: 55px;
  }
}
.call-to-action .inner .desc h3 a {
  color: inherit;
  text-decoration-color: transparent;
  transition: all 0.2s ease-in-out;
}
.call-to-action .inner .desc h3 a:hover {
  text-decoration-color: currentColor;
}
.call-to-action .inner .desc a:not(.btn) {
  border-bottom: 0;
}
.call-to-action .inner .desc a:not(.btn):hover {
  border-bottom: 0;
}
.call-to-action .inner .desc p {
  line-height: 1.4;
  letter-spacing: -0.612px;
}
@media screen and (min-width: 1381px) {
  .call-to-action .inner .desc p {
    line-height: 2;
    letter-spacing: -0.646px;
  }
}
@media screen and (max-width: 767px) {
  .call-to-action.v1 {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action.v1 {
    padding-top: 9.4202898551vw;
    padding-bottom: 4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action.v1 {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .call-to-action.v1 figure {
    position: relative;
    width: calc(100% + 20px);
    height: 0;
    padding-top: 73%;
    margin: 0 0 30px -20px;
    border-radius: 0 0 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .call-to-action.v1 figure {
    position: absolute;
    height: calc(100% - 40px);
    top: 0;
    left: -5.652173913vw;
    transform: translate(-100%, 0);
    border-radius: 0 0 21.7391304348vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .call-to-action.v1 figure {
    width: 29.5vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  .call-to-action.v1 figure {
    width: 30.5vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action.v1 figure {
    width: calc(50vw - 480px + 163px);
    left: -122px;
    border-radius: 0 0 300px 0;
  }
}
.call-to-action.v1 .inner {
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action.v1 .inner {
    padding-top: 10.3623188406vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action.v1 .inner {
    padding-top: 143px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action.v1 .btn-row {
    margin: -0.5797101449vw 0 4.6376811594vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action.v1 .btn-row {
    margin: -8px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .call-to-action.v2 {
    padding-bottom: 30px;
  }
}
.call-to-action.v2 figure {
  overflow: hidden;
  margin: 0;
  background: transparent !important;
}
.call-to-action.v2 figure::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .call-to-action.v2 figure {
    border-radius: 0 0 40px 0;
    position: relative;
    width: calc(100% + 20px);
    height: 53.75vw;
    margin-bottom: 50px;
    left: -20px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .call-to-action.v2 figure {
    position: absolute;
    height: calc(100% - 12.3913043478vw);
    min-height: 400px;
    max-height: calc(100% - 12.3913043478vw);
    top: 9.347826087vw;
    left: calc(100% - 8px);
    transform: translate(-100%, 0);
    border-radius: 0 0 4.347826087vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .call-to-action.v2 figure {
    width: 32.8vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  .call-to-action.v2 figure {
    width: 27.3vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action.v2 figure {
    width: calc(50vw - 480px + 163px);
    height: calc(100% - 171px);
    min-height: 400px;
    max-height: calc(100% - 171px);
    top: 129px;
    border-radius: 0 0 60px 0;
  }
}
.call-to-action.v2 figure img {
  object-position: 50% 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .call-to-action.v2 h4 {
    text-align: right;
    margin-top: 8px;
  }
}
.call-to-action.v2.bg-lightblue a:not(.btn), .call-to-action.v2.bg-darkblue a:not(.btn) {
  color: #FFF;
}
.call-to-action.v2.bg-white h4,
.call-to-action.v2.bg-white .text {
  color: #0A5596;
}
.call-to-action.v2.bg-white a:not(.btn) {
  color: #0A5596;
}
.call-to-action.v3 figure {
  overflow: hidden;
  margin: 0;
  background: transparent !important;
}
.call-to-action.v3 figure::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .call-to-action.v3 figure {
    position: relative;
    width: calc(100% + 20px);
    left: -20px;
    position: relative;
    height: 53.75vw;
    margin-bottom: 50px;
  }
  .call-to-action.v3 figure img {
    object-fit: contain;
    object-position: -20% 0;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .call-to-action.v3 figure {
    position: absolute;
    width: 140%;
    border-radius: 0;
    height: 100%;
    right: 8px;
  }
  .call-to-action.v3 figure img {
    object-fit: contain;
    object-position: 0 0;
    opacity: 1 !important;
  }
}
.call-to-action.v3 h4 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .call-to-action.v3 h4 {
    padding-bottom: 4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .call-to-action.v3 h4 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .numbers {
    padding-top: 38px;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .numbers {
    padding-top: 9.4202898551vw;
    padding-bottom: 7.2463768116vw;
  }
}
@media screen and (min-width: 1381px) {
  .numbers {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.numbers h4 {
  color: #05396C;
}
@media screen and (max-width: 767px) {
  .numbers h4 {
    padding-bottom: 32px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .numbers h4 {
    padding-bottom: 3.2608695652vw;
  }
}
@media screen and (min-width: 1381px) {
  .numbers h4 {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .numbers .number-wrap {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .numbers .number-wrap {
    padding-top: 5.4347826087vw;
    padding-bottom: 5.4347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  .numbers .number-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.numbers .number-wrap .number {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  display: block;
  position: relative;
  color: #05396C;
  letter-spacing: -0.47px;
}
@media screen and (max-width: 767px) {
  .numbers .number-wrap .number {
    font-size: 80px;
    line-height: 1;
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .numbers .number-wrap .number {
    font-size: 7.2463768116vw;
    line-height: 6.3768115942vw;
    height: 6.3768115942vw;
  }
}
@media screen and (min-width: 1381px) {
  .numbers .number-wrap .number {
    font-size: 100px;
    line-height: 88px;
    height: 88px;
  }
}
.numbers .number-wrap:nth-child(2n+2) .number {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .numbers .number-wrap:nth-child(2n+2) .number {
    font-size: 7.8260869565vw;
    top: 0;
  }
}
@media screen and (min-width: 1381px) {
  .numbers .number-wrap:nth-child(2n+2) .number {
    font-size: 108px;
    top: 0;
  }
}
.numbers .number-wrap .description {
  font-size: 18px;
  line-height: 25px;
  padding-top: 12px;
  color: #000;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  .numbers .number-wrap .description {
    padding-top: 1.884057971vw;
    font-size: 1.5217391304vw;
    line-height: 2.2463768116vw;
  }
}
@media screen and (min-width: 1381px) {
  .numbers .number-wrap .description {
    padding-top: 26px;
    font-size: 21px;
    line-height: 31px;
  }
}

@media screen and (max-width: 767px) {
  html.translated-ltr .numbers .number-wrap .number,
  html[lang=es] .numbers .number-wrap .number {
    font-size: 40px;
    line-height: 1;
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  html.translated-ltr .numbers .number-wrap .number,
  html[lang=es] .numbers .number-wrap .number {
    font-size: 4.5652173913vw;
    line-height: 4.347826087vw;
    height: 4.347826087vw;
  }
}
@media screen and (min-width: 1381px) {
  html.translated-ltr .numbers .number-wrap .number,
  html[lang=es] .numbers .number-wrap .number {
    font-size: 63px;
    line-height: 60px;
    height: 60px;
  }
}
html.translated-ltr .numbers .number-wrap:nth-child(2n+2) .number,
html[lang=es] .numbers .number-wrap:nth-child(2n+2) .number {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  html.translated-ltr .numbers .number-wrap:nth-child(2n+2) .number,
  html[lang=es] .numbers .number-wrap:nth-child(2n+2) .number {
    font-size: 4.7101449275vw;
    top: 0;
  }
}
@media screen and (min-width: 1381px) {
  html.translated-ltr .numbers .number-wrap:nth-child(2n+2) .number,
  html[lang=es] .numbers .number-wrap:nth-child(2n+2) .number {
    font-size: 65px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .featured-pages-with-icons {
    padding-top: 37px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .featured-pages-with-icons {
    padding-top: 8.6956521739vw;
    padding-bottom: 8.6956521739vw;
  }
}
@media screen and (min-width: 1381px) {
  .featured-pages-with-icons {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .featured-pages-with-icons .row-cards {
    padding-top: 12px;
  }
  .featured-pages-with-icons .row-cards .col-6:nth-child(1n+3) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .featured-pages-with-icons .row-cards {
    padding-top: 3.1884057971vw;
  }
}
@media screen and (min-width: 1381px) {
  .featured-pages-with-icons .row-cards {
    padding-top: 44px;
  }
}
.featured-pages-with-icons .icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 0;
  background: #05396C;
  height: 100%;
  transition: all 0.3s ease-in;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .featured-pages-with-icons .icon-wrap {
    padding: 117.39% 20px 8px;
  }
}
@media screen and (min-width: 768px) {
  .featured-pages-with-icons .icon-wrap {
    padding: 117.4216027875% 24px 20px;
  }
}
.featured-pages-with-icons .icon-wrap .circle {
  display: block;
  position: absolute;
  height: 0;
  left: -21%;
}
@media screen and (max-width: 767px) {
  .featured-pages-with-icons .icon-wrap .circle {
    width: 103.453%;
    padding-top: 103.453%;
    top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .featured-pages-with-icons .icon-wrap .circle {
    top: 10px;
    width: 110.4529616725%;
    padding-top: 110.4529616725%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .featured-pages-with-icons .icon-wrap .circle {
    top: 1.5942028986vw;
  }
}
@media screen and (min-width: 1381px) {
  .featured-pages-with-icons .icon-wrap .circle {
    top: 22px;
  }
}
.featured-pages-with-icons .icon-wrap .circle:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310.04 309.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230a5596;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecircle%3C/title%3E%3Cg id='Mask_Group_30' data-name='Mask Group 30'%3E%3Cpath id='Path_262' data-name='Path 262' class='cls-1' d='M37.74,55.19a.91.91,0,0,0,.16.11.94.94,0,0,0,.57.13l11.31-.84a1,1,0,1,0-.14-2l-9,.67C91.28-3.79,176.81-14.71,240.35,28a153,153,0,0,1,41.58,212.35,1,1,0,0,0,.27,1.39h0l.06,0a1,1,0,0,0,1.33-.31A155,155,0,0,0,241.47,26.36C177.12-16.92,90.51-5.87,39.21,51.87L38.56,43a1,1,0,0,0-1.07-.92h0a1,1,0,0,0-.93,1.07l.84,11.32A1,1,0,0,0,37.74,55.19ZM273.37,266.73l-.84-11.31a1,1,0,0,0-1.07-.92h0l-11.31.83a1,1,0,0,0,.14,2l9-.67c-50.63,57.1-136.16,68-199.74,25.29C-.44,234.87-19.09,139.61,28,69.6a1,1,0,0,0-1.65-1.13h0c-47.69,70.93-28.8,167.43,42.13,215.13q4.47,3,9.06,5.66c63.24,36.51,144.27,23.9,193.2-31.18l.65,8.79a1,1,0,0,0,.5.8,1,1,0,0,0,.57.13,1,1,0,0,0,.93-1.07Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: contain;
  transform: rotate(0);
  transition: all 0.3s ease-in;
}
.featured-pages-with-icons .icon-wrap .icon {
  display: block;
  position: absolute;
  width: 74%;
  height: 74%;
  top: 13%;
  left: 13%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: contain;
}
.featured-pages-with-icons .icon-wrap .icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.featured-pages-with-icons .icon-wrap .icon.cart {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 218.35 197.13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecart%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Mask_Group_37' data-name='Mask Group 37'%3E%3Cpath id='Path_266' data-name='Path 266' class='cls-3' d='M97.34,158.17a19.22,19.22,0,1,0,19.22,19.22A19.25,19.25,0,0,0,97.34,158.17Zm0,31.44a12.22,12.22,0,1,1,12.22-12.22A12.24,12.24,0,0,1,97.34,189.61Zm74.92-30.91a19.22,19.22,0,1,0,19.21,19.22,19.24,19.24,0,0,0-19.21-19.22Zm0,31.43a12.22,12.22,0,1,1,12.21-12.21,12.23,12.23,0,0,1-12.21,12.21Zm42-154.84c-4.36-4.59-10.52-4.19-12.09-4H41.46L35.31,2.76A3.5,3.5,0,0,0,31.89,0H3.5a3.5,3.5,0,0,0,0,7H29.06L44.33,77.79c0,.06,0,.12,0,.18a3.38,3.38,0,0,0,.4,1.59l9,41.77a3.36,3.36,0,0,0,.28,1.32l1.78,8.25c.3,1.5,3.76,15.48,26.34,15.48H193.93a3.5,3.5,0,0,0,0-7H82.12c-17.21,0-19.39-9.45-19.47-9.8a.59.59,0,0,0,0-.13l-1-4.69H182.69c20,0,22.85-15.81,23.19-18.6.53-2.16,4.85-19.63,6.53-26.94a2.84,2.84,0,0,0,.08-.77l4.63-21.26c2.32-10.1,1.36-17.47-2.84-21.9Zm-111.43,3H153.5V74.47H102.85ZM43,38.29H95.85V74.47H50.77Zm17.14,79.47L52.28,81.47H95.85v35.09a3.54,3.54,0,0,0,.22,1.2Zm42.51,0a3.32,3.32,0,0,0,.23-1.2V81.47H153.5v34.15a3.46,3.46,0,0,0,.75,2.14ZM199,104.69a4.31,4.31,0,0,0-.1.61c-.1,1.28-1.36,12.46-16.25,12.46H159.74a3.42,3.42,0,0,0,.75-2.14V81.47h44.2c-2.1,8.86-5.62,23.06-5.66,23.23Zm11.26-49-4.09,18.8H160.5V38.29h41.93a5.48,5.48,0,0,0,.57,0s3.93-.58,6.23,1.89,2.79,8,1.06,15.54Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.cart:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 218.35 197.13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%2305396c;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecart%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Mask_Group_37' data-name='Mask Group 37'%3E%3Cpath id='Path_266' data-name='Path 266' class='cls-3' d='M97.34,158.17a19.22,19.22,0,1,0,19.22,19.22A19.25,19.25,0,0,0,97.34,158.17Zm0,31.44a12.22,12.22,0,1,1,12.22-12.22A12.24,12.24,0,0,1,97.34,189.61Zm74.92-30.91a19.22,19.22,0,1,0,19.21,19.22,19.24,19.24,0,0,0-19.21-19.22Zm0,31.43a12.22,12.22,0,1,1,12.21-12.21,12.23,12.23,0,0,1-12.21,12.21Zm42-154.84c-4.36-4.59-10.52-4.19-12.09-4H41.46L35.31,2.76A3.5,3.5,0,0,0,31.89,0H3.5a3.5,3.5,0,0,0,0,7H29.06L44.33,77.79c0,.06,0,.12,0,.18a3.38,3.38,0,0,0,.4,1.59l9,41.77a3.36,3.36,0,0,0,.28,1.32l1.78,8.25c.3,1.5,3.76,15.48,26.34,15.48H193.93a3.5,3.5,0,0,0,0-7H82.12c-17.21,0-19.39-9.45-19.47-9.8a.59.59,0,0,0,0-.13l-1-4.69H182.69c20,0,22.85-15.81,23.19-18.6.53-2.16,4.85-19.63,6.53-26.94a2.84,2.84,0,0,0,.08-.77l4.63-21.26c2.32-10.1,1.36-17.47-2.84-21.9Zm-111.43,3H153.5V74.47H102.85ZM43,38.29H95.85V74.47H50.77Zm17.14,79.47L52.28,81.47H95.85v35.09a3.54,3.54,0,0,0,.22,1.2Zm42.51,0a3.32,3.32,0,0,0,.23-1.2V81.47H153.5v34.15a3.46,3.46,0,0,0,.75,2.14ZM199,104.69a4.31,4.31,0,0,0-.1.61c-.1,1.28-1.36,12.46-16.25,12.46H159.74a3.42,3.42,0,0,0,.75-2.14V81.47h44.2c-2.1,8.86-5.62,23.06-5.66,23.23Zm11.26-49-4.09,18.8H160.5V38.29h41.93a5.48,5.48,0,0,0,.57,0s3.93-.58,6.23,1.89,2.79,8,1.06,15.54Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.donate {
  left: 8%;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 197.21 234'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebox%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Mask_Group_36' data-name='Mask Group 36'%3E%3Cpath id='Path_265' data-name='Path 265' class='cls-3' d='M196.71,115.73C195.65,114,170.66,72,162.41,59.6c-9-13.48-13.26-18.14-36.08-18.14h-21.9V36c0-.87.2-1.29,2.22-2A17.49,17.49,0,1,0,83.44,17.49a3.5,3.5,0,0,0,7,0,10.5,10.5,0,1,1,13.87,9.94C99.75,29,97.43,31.9,97.43,36v5.44H70.87c-22.82,0-27.09,4.66-36.08,18.14C26.55,72,1.55,114,.49,115.73a3.49,3.49,0,0,0,1.38,4.88l22.5,11.88L5.44,143a3.5,3.5,0,0,0-1.37,4.76h0a3.49,3.49,0,0,0,2.64,1.78L34.2,164.34v33.51c0,.05,0,.11,0,.16s0,.25,0,.37l.06.33c0,.1.06.21.1.32s.08.21.13.31.1.2.16.3l.18.28.22.26a2.72,2.72,0,0,0,.24.24,2.52,2.52,0,0,0,.25.21l.31.21.14.09,60.63,32.65a3.44,3.44,0,0,0,1.66.42,3.4,3.4,0,0,1,1,0,3.44,3.44,0,0,0,1.66-.42l59-31.76a3.46,3.46,0,0,0,2.51-1.56,3.5,3.5,0,0,0,.57-4.07h0v-31a4,4,0,0,0-.12-.85l27.51-14.85a3.5,3.5,0,0,0,1.25-6.55l-19.1-10.35,22.7-12a3.49,3.49,0,0,0,1.37-4.89Zm-78.1-67.27a19.28,19.28,0,0,1-38.46,0ZM14.68,145.84l17.08-9.44L91.1,167.72,73,177.3Zm80.68,79.08L41.2,195.76V168.11l30.08,16.24a3.51,3.51,0,0,0,3.3,0l20.78-11ZM156.09,196l-53.73,28.93V173.66l20.26,10.7a3.49,3.49,0,0,0,3.3,0l30.17-16.29Zm26.37-50.11L124.24,177.3l-18.14-9.58,59.09-31.2Zm-18.73-16.5-.3.16L149,137.16V85.9a3.5,3.5,0,0,0-7,0v54.95l-43.4,22.91-43.4-22.91h0V85.9a3.5,3.5,0,0,0-7,0v51.25l-39.8-21c6.11-10.24,25.37-42.38,32.22-52.66,7.9-11.84,10-15,30.26-15h2.24a26.3,26.3,0,0,0,52.52,0h.69c20.24,0,22.36,3.18,30.26,15,6.85,10.28,26.1,42.42,32.22,52.66Zm-51.91-47c-4,0-8,2.08-11.89,6.06-3-3.26-7.25-6.57-12.47-6.57a18.51,18.51,0,0,0-15.11,29.23,3.73,3.73,0,0,0,.61,1.27c5.31,7,18.53,23.14,26.52,23.14,5.27,0,13.56-7,24.63-20.74A18.52,18.52,0,0,0,111.82,82.4Zm7.48,27.29a4.08,4.08,0,0,0-.46.47c-10.73,13.38-17.57,18.37-19.36,18.37-2.76,0-11.9-8.79-20-19.1a3.42,3.42,0,0,0-.76-1.46,11.52,11.52,0,0,1,8.7-19.08c2.89,0,6.44,2.64,9.49,7.07a3.53,3.53,0,0,0,2.8,1.51,3.46,3.46,0,0,0,2.87-1.39c3.25-4.3,6.51-6.67,9.19-6.67a11.52,11.52,0,0,1,7.49,20.28Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.donate:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 197.21 234'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%2305396c;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebox%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Mask_Group_36' data-name='Mask Group 36'%3E%3Cpath id='Path_265' data-name='Path 265' class='cls-3' d='M196.71,115.73C195.65,114,170.66,72,162.41,59.6c-9-13.48-13.26-18.14-36.08-18.14h-21.9V36c0-.87.2-1.29,2.22-2A17.49,17.49,0,1,0,83.44,17.49a3.5,3.5,0,0,0,7,0,10.5,10.5,0,1,1,13.87,9.94C99.75,29,97.43,31.9,97.43,36v5.44H70.87c-22.82,0-27.09,4.66-36.08,18.14C26.55,72,1.55,114,.49,115.73a3.49,3.49,0,0,0,1.38,4.88l22.5,11.88L5.44,143a3.5,3.5,0,0,0-1.37,4.76h0a3.49,3.49,0,0,0,2.64,1.78L34.2,164.34v33.51c0,.05,0,.11,0,.16s0,.25,0,.37l.06.33c0,.1.06.21.1.32s.08.21.13.31.1.2.16.3l.18.28.22.26a2.72,2.72,0,0,0,.24.24,2.52,2.52,0,0,0,.25.21l.31.21.14.09,60.63,32.65a3.44,3.44,0,0,0,1.66.42,3.4,3.4,0,0,1,1,0,3.44,3.44,0,0,0,1.66-.42l59-31.76a3.46,3.46,0,0,0,2.51-1.56,3.5,3.5,0,0,0,.57-4.07h0v-31a4,4,0,0,0-.12-.85l27.51-14.85a3.5,3.5,0,0,0,1.25-6.55l-19.1-10.35,22.7-12a3.49,3.49,0,0,0,1.37-4.89Zm-78.1-67.27a19.28,19.28,0,0,1-38.46,0ZM14.68,145.84l17.08-9.44L91.1,167.72,73,177.3Zm80.68,79.08L41.2,195.76V168.11l30.08,16.24a3.51,3.51,0,0,0,3.3,0l20.78-11ZM156.09,196l-53.73,28.93V173.66l20.26,10.7a3.49,3.49,0,0,0,3.3,0l30.17-16.29Zm26.37-50.11L124.24,177.3l-18.14-9.58,59.09-31.2Zm-18.73-16.5-.3.16L149,137.16V85.9a3.5,3.5,0,0,0-7,0v54.95l-43.4,22.91-43.4-22.91h0V85.9a3.5,3.5,0,0,0-7,0v51.25l-39.8-21c6.11-10.24,25.37-42.38,32.22-52.66,7.9-11.84,10-15,30.26-15h2.24a26.3,26.3,0,0,0,52.52,0h.69c20.24,0,22.36,3.18,30.26,15,6.85,10.28,26.1,42.42,32.22,52.66Zm-51.91-47c-4,0-8,2.08-11.89,6.06-3-3.26-7.25-6.57-12.47-6.57a18.51,18.51,0,0,0-15.11,29.23,3.73,3.73,0,0,0,.61,1.27c5.31,7,18.53,23.14,26.52,23.14,5.27,0,13.56-7,24.63-20.74A18.52,18.52,0,0,0,111.82,82.4Zm7.48,27.29a4.08,4.08,0,0,0-.46.47c-10.73,13.38-17.57,18.37-19.36,18.37-2.76,0-11.9-8.79-20-19.1a3.42,3.42,0,0,0-.76-1.46,11.52,11.52,0,0,1,8.7-19.08c2.89,0,6.44,2.64,9.49,7.07a3.53,3.53,0,0,0,2.8,1.51,3.46,3.46,0,0,0,2.87-1.39c3.25-4.3,6.51-6.67,9.19-6.67a11.52,11.52,0,0,1,7.49,20.28Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.briefcase {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 10%;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 195.51 187.78'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebriefcase%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Group_35' data-name='Group 35'%3E%3Cpath id='Path_267' data-name='Path 267' class='cls-3' d='M171.35,43.24H143.84V26.53C143.84,11.9,133,0,119.57,0H75.94C62.56,0,51.67,11.9,51.67,26.53V43.24H24.16A24.18,24.18,0,0,0,0,67.4v96.22a24.19,24.19,0,0,0,24.16,24.16H171.35a24.19,24.19,0,0,0,24.16-24.16V67.4A24.18,24.18,0,0,0,171.35,43.24ZM58.67,26.53C58.67,15.76,66.42,7,75.94,7h43.63c9.52,0,17.27,8.76,17.27,19.53V43.24H126V26.53c0-4.71-3-8.69-6.43-8.69H75.94c-3.48,0-6.43,4-6.43,8.69V43.24H58.67Zm60.33,0V43.24H76.51V26.53a3.82,3.82,0,0,1,.37-1.69h41.75A3.82,3.82,0,0,1,119,26.53Zm69.51,137.09a17.18,17.18,0,0,1-17.16,17.16H24.16A17.19,17.19,0,0,1,7,163.62V124.3H78.31v1.56a8.79,8.79,0,0,0,8.77,8.78h21.35a8.78,8.78,0,0,0,8.77-8.78V124.3h71.31ZM85.31,119.44v-4a1.77,1.77,0,0,1,1.77-1.77h21.35a1.77,1.77,0,0,1,1.77,1.77v3.72a3.34,3.34,0,0,0,0,3.17v3.48a1.78,1.78,0,0,1-1.77,1.78H87.08a1.78,1.78,0,0,1-1.77-1.78v-3.7a3.37,3.37,0,0,0,.27-1.36,3.51,3.51,0,0,0-.27-1.36Zm103.2-2.14H117.2v-1.81a8.77,8.77,0,0,0-8.77-8.77H87.08a8.78,8.78,0,0,0-8.77,8.77v1.81H7V67.4A17.18,17.18,0,0,1,24.16,50.24H171.35A17.18,17.18,0,0,1,188.51,67.4Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.briefcase:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 195.51 187.78'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%2305396c;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebriefcase%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Group_35' data-name='Group 35'%3E%3Cpath id='Path_267' data-name='Path 267' class='cls-3' d='M171.35,43.24H143.84V26.53C143.84,11.9,133,0,119.57,0H75.94C62.56,0,51.67,11.9,51.67,26.53V43.24H24.16A24.18,24.18,0,0,0,0,67.4v96.22a24.19,24.19,0,0,0,24.16,24.16H171.35a24.19,24.19,0,0,0,24.16-24.16V67.4A24.18,24.18,0,0,0,171.35,43.24ZM58.67,26.53C58.67,15.76,66.42,7,75.94,7h43.63c9.52,0,17.27,8.76,17.27,19.53V43.24H126V26.53c0-4.71-3-8.69-6.43-8.69H75.94c-3.48,0-6.43,4-6.43,8.69V43.24H58.67Zm60.33,0V43.24H76.51V26.53a3.82,3.82,0,0,1,.37-1.69h41.75A3.82,3.82,0,0,1,119,26.53Zm69.51,137.09a17.18,17.18,0,0,1-17.16,17.16H24.16A17.19,17.19,0,0,1,7,163.62V124.3H78.31v1.56a8.79,8.79,0,0,0,8.77,8.78h21.35a8.78,8.78,0,0,0,8.77-8.78V124.3h71.31ZM85.31,119.44v-4a1.77,1.77,0,0,1,1.77-1.77h21.35a1.77,1.77,0,0,1,1.77,1.77v3.72a3.34,3.34,0,0,0,0,3.17v3.48a1.78,1.78,0,0,1-1.77,1.78H87.08a1.78,1.78,0,0,1-1.77-1.78v-3.7a3.37,3.37,0,0,0,.27-1.36,3.51,3.51,0,0,0-.27-1.36Zm103.2-2.14H117.2v-1.81a8.77,8.77,0,0,0-8.77-8.77H87.08a8.78,8.78,0,0,0-8.77,8.77v1.81H7V67.4A17.18,17.18,0,0,1,24.16,50.24H171.35A17.18,17.18,0,0,1,188.51,67.4Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.gear {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 217.99 223.08'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Egear%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Mask_Group_34' data-name='Mask Group 34'%3E%3Cpath id='Path_264' data-name='Path 264' class='cls-3' d='M109,75.59A39.43,39.43,0,1,0,148.43,115,39.46,39.46,0,0,0,109,75.59Zm0,71.85A32.43,32.43,0,1,1,141.43,115,32.46,32.46,0,0,1,109,147.44Zm108.94-32.58-6.27-35.55a3.49,3.49,0,0,0-4-2.84h0L183,80.81a81.84,81.84,0,0,0-6.71-11.76l16-19.08a3.49,3.49,0,0,0-.43-4.93h0l-27.65-23.2a3.51,3.51,0,0,0-4.93.43L143.46,41.15A88.74,88.74,0,0,0,130,36.28V3.5a3.5,3.5,0,0,0-3.5-3.5H90.81a3.5,3.5,0,0,0-3.5,3.51l.13,32.87a81.23,81.23,0,0,0-12.91,4.76L58.7,22.27a3.5,3.5,0,0,0-4.93-.44L26.11,45A3.49,3.49,0,0,0,25.68,50h0L41.68,69A81.78,81.78,0,0,0,35,80.8l-24.6-4.33A3.5,3.5,0,0,0,6.32,79.3h0L.05,114.86a3.5,3.5,0,0,0,2.84,4h0l25,4.41a80.58,80.58,0,0,0,2.39,13L8.21,149a3.53,3.53,0,0,0-1.63,2.13,3.46,3.46,0,0,0,.35,2.65L25,185.09a3.5,3.5,0,0,0,4.78,1.28l22.42-12.94a83.56,83.56,0,0,0,9.89,8.22L53.2,206a3.48,3.48,0,0,0,2.09,4.48l33.92,12.35a3.46,3.46,0,0,0,2.68-.12,3.5,3.5,0,0,0,1.81-2l8.91-24.48a80.19,80.19,0,0,0,12.78,0l8.91,24.48a3.47,3.47,0,0,0,1.81,2,3.41,3.41,0,0,0,1.48.33,3.57,3.57,0,0,0,1.2-.21l33.92-12.35A3.48,3.48,0,0,0,164.8,206l-8.87-24.39a83.56,83.56,0,0,0,9.89-8.22l22.42,12.94a3.5,3.5,0,0,0,4.78-1.28h0l18-31.27a3.46,3.46,0,0,0,.35-2.65,3.53,3.53,0,0,0-1.63-2.13L187.72,136.3a80.58,80.58,0,0,0,2.39-13l25-4.41a3.5,3.5,0,0,0,2.83-4Zm-31.7,2a3.5,3.5,0,0,0-2.89,3.21,74.09,74.09,0,0,1-3.1,16.83,3.51,3.51,0,0,0,1.6,4.06l21.41,12.36-14.55,25.2L167,166a3.5,3.5,0,0,0-4.28.6,74.82,74.82,0,0,1-12.93,10.75,3.49,3.49,0,0,0-1.36,4.12L157,205.14l-27.35,10L121,191.36a3.49,3.49,0,0,0-3.68-2.28,73,73,0,0,1-16.72,0A3.49,3.49,0,0,0,97,191.36L88.32,215.1,61,205.14l8.61-23.65a3.49,3.49,0,0,0-1.36-4.12,74.82,74.82,0,0,1-12.93-10.75A3.49,3.49,0,0,0,51,166L29.29,178.56l-14.55-25.2L36.15,141a3.5,3.5,0,0,0,1.6-4.06,74.09,74.09,0,0,1-3.1-16.83,3.5,3.5,0,0,0-2.89-3.21l-24.2-4.27L12.62,84l23.84,4.21a3.52,3.52,0,0,0,3.84-2.09,74.46,74.46,0,0,1,8.63-15.15,3.5,3.5,0,0,0-.14-4.32L33.3,48.15l22.29-18.7L70.93,47.74a3.5,3.5,0,0,0,4.28.86,74.41,74.41,0,0,1,16.55-6.1,3.51,3.51,0,0,0,2.69-3.42L94.32,7H123V39a3.49,3.49,0,0,0,2.69,3.4,79.11,79.11,0,0,1,17.14,6.2,3.52,3.52,0,0,0,4.28-.86l15.34-18.29,22.29,18.7L169.21,66.62a3.5,3.5,0,0,0-.14,4.32,74.46,74.46,0,0,1,8.63,15.15,3.52,3.52,0,0,0,3.84,2.09L205.38,84l5.06,28.66Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap .icon.gear:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 217.99 223.08'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%2305396c;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Egear%3C/title%3E%3Cg class='cls-2'%3E%3Cg id='Mask_Group_34' data-name='Mask Group 34'%3E%3Cpath id='Path_264' data-name='Path 264' class='cls-3' d='M109,75.59A39.43,39.43,0,1,0,148.43,115,39.46,39.46,0,0,0,109,75.59Zm0,71.85A32.43,32.43,0,1,1,141.43,115,32.46,32.46,0,0,1,109,147.44Zm108.94-32.58-6.27-35.55a3.49,3.49,0,0,0-4-2.84h0L183,80.81a81.84,81.84,0,0,0-6.71-11.76l16-19.08a3.49,3.49,0,0,0-.43-4.93h0l-27.65-23.2a3.51,3.51,0,0,0-4.93.43L143.46,41.15A88.74,88.74,0,0,0,130,36.28V3.5a3.5,3.5,0,0,0-3.5-3.5H90.81a3.5,3.5,0,0,0-3.5,3.51l.13,32.87a81.23,81.23,0,0,0-12.91,4.76L58.7,22.27a3.5,3.5,0,0,0-4.93-.44L26.11,45A3.49,3.49,0,0,0,25.68,50h0L41.68,69A81.78,81.78,0,0,0,35,80.8l-24.6-4.33A3.5,3.5,0,0,0,6.32,79.3h0L.05,114.86a3.5,3.5,0,0,0,2.84,4h0l25,4.41a80.58,80.58,0,0,0,2.39,13L8.21,149a3.53,3.53,0,0,0-1.63,2.13,3.46,3.46,0,0,0,.35,2.65L25,185.09a3.5,3.5,0,0,0,4.78,1.28l22.42-12.94a83.56,83.56,0,0,0,9.89,8.22L53.2,206a3.48,3.48,0,0,0,2.09,4.48l33.92,12.35a3.46,3.46,0,0,0,2.68-.12,3.5,3.5,0,0,0,1.81-2l8.91-24.48a80.19,80.19,0,0,0,12.78,0l8.91,24.48a3.47,3.47,0,0,0,1.81,2,3.41,3.41,0,0,0,1.48.33,3.57,3.57,0,0,0,1.2-.21l33.92-12.35A3.48,3.48,0,0,0,164.8,206l-8.87-24.39a83.56,83.56,0,0,0,9.89-8.22l22.42,12.94a3.5,3.5,0,0,0,4.78-1.28h0l18-31.27a3.46,3.46,0,0,0,.35-2.65,3.53,3.53,0,0,0-1.63-2.13L187.72,136.3a80.58,80.58,0,0,0,2.39-13l25-4.41a3.5,3.5,0,0,0,2.83-4Zm-31.7,2a3.5,3.5,0,0,0-2.89,3.21,74.09,74.09,0,0,1-3.1,16.83,3.51,3.51,0,0,0,1.6,4.06l21.41,12.36-14.55,25.2L167,166a3.5,3.5,0,0,0-4.28.6,74.82,74.82,0,0,1-12.93,10.75,3.49,3.49,0,0,0-1.36,4.12L157,205.14l-27.35,10L121,191.36a3.49,3.49,0,0,0-3.68-2.28,73,73,0,0,1-16.72,0A3.49,3.49,0,0,0,97,191.36L88.32,215.1,61,205.14l8.61-23.65a3.49,3.49,0,0,0-1.36-4.12,74.82,74.82,0,0,1-12.93-10.75A3.49,3.49,0,0,0,51,166L29.29,178.56l-14.55-25.2L36.15,141a3.5,3.5,0,0,0,1.6-4.06,74.09,74.09,0,0,1-3.1-16.83,3.5,3.5,0,0,0-2.89-3.21l-24.2-4.27L12.62,84l23.84,4.21a3.52,3.52,0,0,0,3.84-2.09,74.46,74.46,0,0,1,8.63-15.15,3.5,3.5,0,0,0-.14-4.32L33.3,48.15l22.29-18.7L70.93,47.74a3.5,3.5,0,0,0,4.28.86,74.41,74.41,0,0,1,16.55-6.1,3.51,3.51,0,0,0,2.69-3.42L94.32,7H123V39a3.49,3.49,0,0,0,2.69,3.4,79.11,79.11,0,0,1,17.14,6.2,3.52,3.52,0,0,0,4.28-.86l15.34-18.29,22.29,18.7L169.21,66.62a3.5,3.5,0,0,0-.14,4.32,74.46,74.46,0,0,1,8.63,15.15,3.52,3.52,0,0,0,3.84,2.09L205.38,84l5.06,28.66Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.featured-pages-with-icons .icon-wrap span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  text-transform: lowercase;
  text-align: right;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.78px;
  padding-left: 10%;
}
@media screen and (min-width: 992px) and (max-width: 1380px) {
  .featured-pages-with-icons .icon-wrap span {
    font-size: 2.8260869565vw;
    line-height: 2.6811594203vw;
  }
}
@media screen and (min-width: 1381px) {
  .featured-pages-with-icons .icon-wrap span {
    font-size: 39px;
    line-height: 37px;
  }
}
.featured-pages-with-icons .icon-wrap:hover {
  background: #FFF;
  text-decoration: none !important;
}
.featured-pages-with-icons .icon-wrap:hover .circle:before {
  transform: rotate(-26deg);
}
.featured-pages-with-icons .icon-wrap:hover .icon:after {
  opacity: 1;
}
.featured-pages-with-icons .icon-wrap:hover span {
  color: #05396C;
}

@media screen and (max-width: 767px) {
  .search-locations {
    padding-top: 36px;
    padding-bottom: 50px;
  }
  .search-locations .col-lg-4 {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations {
    padding-top: 9.4202898551vw;
    padding-bottom: 6.5217391304vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
.search-locations .text {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.search-locations h2 span {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-locations h2 span {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations h2 span {
    font-size: 2.1014492754vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations h2 span {
    font-size: 29px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .search-locations h4 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .search-locations h4 {
    padding-bottom: 22px;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .search-locations .inner {
    margin-top: -0.9375vw;
  }
}
.search-locations .inner > h2 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .search-locations .inner > h2 {
    border-top: 2px solid #fff;
    padding-top: 19px;
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 768px) {
  .search-locations .inner > h2 {
    border-top: 2px solid #0B5A96;
    padding: 30px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .search-locations .inner .desc {
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .inner .desc {
    padding-bottom: 3.9130434783vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .inner .desc {
    padding-bottom: 54px;
  }
}
.search-locations .btn-row {
  margin-bottom: 0;
}
.search-locations .btn-row li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .search-locations .btn-row li {
    margin-right: auto;
  }
}
.search-locations figure.img-skeleton {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .search-locations figure {
    width: 178.4375vw;
    height: 76.25vw;
    margin: 10.625vw 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations figure {
    width: 112.4637681159vw;
    height: 47.7536231884vw;
    margin: -4.347826087vw 0 0 -16.6667%;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations figure {
    margin: -60px 0 0 -16.6667%;
    width: 1552px;
    height: 659px;
  }
}
.search-locations .form-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .search-locations .form-wrap {
    padding-top: 5.3125vw;
  }
}
@media screen and (min-width: 768px) {
  .search-locations .form-wrap {
    margin: -10.7971014493vw 0 0;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap {
    margin: -149px 0 0;
  }
}
.search-locations .form-wrap p {
  color: #fff;
  line-height: 1.2;
  padding-bottom: 26px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap p {
    padding-bottom: 2.6086956522vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap p {
    padding-bottom: 36px;
  }
}
.search-locations .form-wrap form {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.search-locations .form-wrap form .radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-locations .form-wrap form .radio label {
  display: block;
  position: relative;
  margin: 0 0 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-locations .form-wrap form .radio label {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .radio label {
    display: inline-block;
    margin: 0 1.884057971vw 1.884057971vw 0;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .radio label {
    display: inline-block;
    margin: 0 26px 26px 0;
  }
}
.search-locations .form-wrap form .radio label span {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 800;
  line-height: 1.2;
  text-transform: lowercase;
  font-size: 20px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .radio label span {
    font-size: 1.7391304348vw;
    padding-left: 2.1739130435vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .radio label span {
    font-size: 24px;
    padding-left: 30px;
  }
}
.search-locations .form-wrap form .radio label:last-child {
  margin-right: 0;
}
.search-locations .form-wrap form .radio label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.search-locations .form-wrap form .radio label span:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 8px;
  left: 0;
  background: #FFF;
  border-radius: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .radio label span:before {
    top: 0.5797101449vw;
    width: 1.0144927536vw;
    height: 1.0144927536vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .radio label span:before {
    top: 8px;
    width: 14px;
    height: 14px;
  }
}
.search-locations .form-wrap form .radio label span:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 11px;
  left: 3px;
  opacity: 0;
  background: #6DBD51;
  border-radius: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .radio label span:after {
    width: 0.5797101449vw;
    height: 0.5797101449vw;
    top: 0.7971014493vw;
    left: 0.2173913043vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .radio label span:after {
    top: 11px;
    left: 3px;
  }
}
.search-locations .form-wrap form .radio label input:checked + span:after, .search-locations .form-wrap form .radio label:hover input:checked + span:after {
  opacity: 1;
}
.search-locations .form-wrap form .search {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .search-locations .form-wrap form .search {
    margin-top: 5.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .search {
    height: 5.0724637681vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .search {
    height: 70px;
  }
}
.search-locations .form-wrap form .search input {
  border: 2px solid #888;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  color: #190808;
  height: 50px;
  padding: 0 60px 0 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .search input {
    padding: 0 5.7971014493vw 0 1.8115942029vw !important;
    height: 5.0724637681vw;
    font-size: 2.0289855072vw;
    line-height: 2.7536231884vw;
    letter-spacing: -0.0628985507vw;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .search input {
    padding: 0 80px 0 25px !important;
    height: 70px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.868px;
  }
}
.search-locations .form-wrap form .search input::-webkit-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
.search-locations .form-wrap form .search input:-moz-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
.search-locations .form-wrap form .search input::-moz-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
.search-locations .form-wrap form .search input:-ms-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
}
.search-locations .form-wrap form .search button {
  z-index: 2;
  left: auto;
  right: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.389' height='37.35' viewBox='0 0 26.389 37.35'%3E%3Cpath id='Path_375' data-name='Path 375' d='M1105.389,221.04a13.195,13.195,0,1,0-23.356,8.323h-.063l10.226,15.833,10.225-15.833h-.063A13.078,13.078,0,0,0,1105.389,221.04Zm-13.194,5.278a5.278,5.278,0,1,1,5.277-5.278A5.278,5.278,0,0,1,1092.195,226.318Z' transform='translate(-1079 -207.846)' fill='%236DBD51'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: 18px auto;
  width: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .search-locations .form-wrap form .search button {
    background-size: 2.0289855072vw auto;
  }
}
@media screen and (min-width: 1381px) {
  .search-locations .form-wrap form .search button {
    background-size: 28px auto;
  }
}

html *:focus-visible {
  outline: 1px dotted #212121 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

@media screen and (min-width: 768px) {
  html .page-header .side-navigation h4 button:focus-visible {
    outline: 0 !important;
  }
}
html input[type=radio]:focus-visible + span:before,
html input[type=checkbox]:focus-visible + span:before {
  outline: 1px dotted #212121 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

/* --- footer-v2 (hand-compiled; recompile with CodeKit before final deploy) --- */
/* v2.1 — Source: assets/src/scss/layout/_footer.scss, "FOOTER v2.1" section (imported by
   main.scss, home.scss and locations.scss — this block is appended to all three
   compiled bundles). The next CodeKit build replaces it with canonical output. */
#footer.ft {
  letter-spacing: normal;
}
#footer.ft .ft-light {
  background: #3D5FA9;
}
#footer.ft .ft-light > .container {
  padding: 36px 48px 32px;
}
@media screen and (max-width: 1023px) {
  #footer.ft .ft-light > .container {
    padding: 32px 28px 28px;
  }
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-light > .container {
    padding: 28px 20px 26px;
  }
}
#footer.ft .ft-dark {
  background: #05396C;
}
#footer.ft .ft-dark > .container {
  padding: 16px 48px;
}
@media screen and (max-width: 1023px) {
  #footer.ft .ft-dark > .container {
    padding: 16px 28px;
  }
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-dark > .container {
    padding: 16px 20px 20px;
  }
}
#footer.ft .ft-grid {
  display: grid;
  grid-template-columns: 260px repeat(5, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}
@media screen and (max-width: 1100px) {
  #footer.ft .ft-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
  }
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }
}
#footer.ft .ft-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  #footer.ft .ft-brand {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
  }
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-brand {
    gap: 12px 16px;
  }
  #footer.ft .ft-brand .ft-logo {
    flex: 0 0 160px;
    width: 160px;
  }
  #footer.ft .ft-brand .ft-tools {
    flex: 1 1 260px;
    gap: 10px 14px;
  }
  #footer.ft .ft-brand .ft-tools #searchform-2 {
    flex: 1 1 180px;
    max-width: 260px;
  }
}
#footer.ft .ft-logo {
  display: block;
  width: 200px;
  max-width: 100%;
  text-decoration: none;
}
#footer.ft .ft-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #footer.ft .ft-logo {
    flex: 0 0 200px;
  }
}
#footer.ft .ft-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #footer.ft .ft-tools {
    flex: 1 1 320px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    width: auto;
  }
}
#footer.ft .ft-tools #searchform-2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 36px;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #footer.ft .ft-tools #searchform-2 {
    flex: 1 1 240px;
    max-width: 320px;
  }
}
#footer.ft .ft-tools #searchform-2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#footer.ft .ft-tools #searchform-2 input {
  position: absolute;
  top: 0;
  height: 36px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
#footer.ft .ft-tools #searchform-2 input#s-2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  left: 0;
  width: 100%;
  padding: 0 40px 0 12px !important;
  font-size: 13.5px;
  line-height: 36px;
  letter-spacing: normal;
  color: #190808;
}
#footer.ft .ft-tools #searchform-2 input#searchsubmit-2 {
  right: 0;
  width: 36px;
  background-color: transparent;
  background-size: 17px auto;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  cursor: pointer;
}
#footer.ft .ft-brand .social {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px;
  row-gap: 8px;
}
#footer.ft .ft-brand .social li {
  display: block;
  width: auto;
  padding: 0;
}
#footer.ft .ft-brand .social a {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}
#footer.ft .ft-brand .social a span {
  background-size: 13px auto;
}
#footer.ft .ft-brand .social a:hover,
#footer.ft .ft-brand .social a:focus-visible {
  border-color: #6DBD51;
}
#footer.ft .ft-menu--primary {
  display: contents;
}
#footer.ft .ft-col,
#footer.ft .ft-menu--primary > li {
  display: block;
  min-width: 0;
  padding: 0;
}
#footer.ft .ft-heading,
#footer.ft .ft-menu--primary > li > a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
#footer.ft .ft-menu--primary > li > a[href="#"] {
  pointer-events: none;
  text-decoration: none;
}
#footer.ft .ft-menu--primary > li > a[href="#"]:hover {
  color: #fff;
}
#footer.ft .ft-menu--primary > li > a .arrow {
  display: none;
}
#footer.ft .ft-menu--about,
#footer.ft .ft-menu--primary > li > .sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer.ft .ft-menu--about li,
#footer.ft .ft-menu--primary > li > .sub-menu li {
  display: block;
  padding: 0 0 9px;
  margin: 0;
  line-height: 1.35;
}
#footer.ft .ft-menu--about li:last-child,
#footer.ft .ft-menu--primary > li > .sub-menu li:last-child {
  padding-bottom: 0;
}
#footer.ft .ft-menu--about a,
#footer.ft .ft-menu--primary > li > .sub-menu a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
}
#footer.ft .ft-menu--about a:hover,
#footer.ft .ft-menu--about a:focus-visible,
#footer.ft .ft-menu--primary > li > .sub-menu a:hover,
#footer.ft .ft-menu--primary > li > .sub-menu a:focus-visible {
  color: #6DBD51;
  text-decoration-color: currentColor;
}
#footer.ft .ft-menu--primary li.residential-pickups > a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
#footer.ft .ft-menu--primary li.residential-pickups > a:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 16px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 202 162'%3E%3Cpath fill='%23ffffff' d='M199.8,76l-32.9-27.7c-3.6-6.7-19-7.9-19.2-7.9h-4.1V15.9c0-8.7-7.2-15.9-15.9-15.9H15.9C7.2,0,0,7.2,0,15.9v96.9c0,8.7,7.2,15.9,15.9,15.9h7v3.6c0,16.1,13.2,29.3,29.3,29.3s29.3-13.2,29.3-29.3,0-2.4,0-3.6h46.4c1,0,1.7,0,2.6-.2.5,0,1.2.2,1.9.2h2.6v3.6c0,16.1,13.2,29.3,29.3,29.3s29.3-13.2,29.3-29.3,0-2.6-.2-3.8c4.8-1.2,8.4-5.5,8.4-10.6v-37.8c0-1.7-.7-3.1-1.9-4.1h-.2ZM143.6,51.5s0-.5.5-.5h3.6c1.9,0,7.7,1.4,9.9,2.6.2.7.7,1.4,1.4,1.9l23.6,19.7h-39s0-23.8,0-23.8ZM51.9,151c-10.3,0-18.8-8.4-18.8-18.8s8.4-18.8,18.8-18.8,18.8,8.4,18.8,18.8-8.4,18.8-18.8,18.8ZM133,51.5v61.3c0,2.9-2.4,5.3-5.3,5.3h-49.8c-5-9.1-14.7-15.4-25.7-15.4s-20.9,6.3-25.7,15.4h-10.3c-2.9,0-5.3-2.4-5.3-5.3V15.9c0-2.9,2.4-5.3,5.3-5.3h111.8c2.9,0,5.3,2.4,5.3,5.3v35.6h-.2ZM164,151c-10.3,0-18.8-8.4-18.8-18.8s8.4-18.8,18.8-18.8,18.8,8.4,18.8,18.8-8.4,18.8-18.8,18.8ZM164,102.7c-7.9,0-15.2,3.1-20.4,8.4v-25.2h47.6v31.7s0,.5-.5.5h-.7c-5-9.1-14.7-15.4-25.7-15.4h-.2Z'/%3E%3C/svg%3E");
}
#footer.ft .ft-contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px 32px;
  padding: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
}
#footer.ft .ft-contact p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
#footer.ft .ft-contact .ft-contact-org {
  flex: 1 1 auto;
  min-width: 0;
}
#footer.ft .ft-contact .ft-contact-links {
  flex: 0 1 auto;
}
#footer.ft .ft-contact .ft-part {
  white-space: nowrap;
}
#footer.ft .ft-contact .ft-dot {
  padding: 0 8px;
  opacity: 0.6;
}
#footer.ft .ft-contact a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
}
#footer.ft .ft-contact a:hover,
#footer.ft .ft-contact a:focus-visible {
  color: #6DBD51;
  text-decoration-color: currentColor;
}
#footer.ft .ft-contact a[href^="mailto"] {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  #footer.ft .ft-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  #footer.ft .ft-contact .ft-part {
    white-space: normal;
  }
}
#footer.ft .ft-dark .row-copy {
  padding-top: 12px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-dark .row-copy {
    padding-top: 12px;
  }
}
#footer.ft .ft-dark .row-copy .col-12 p {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-dark .row-copy .col-12 p {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer.ft .ft-dark .row-copy ul.links {
    padding-top: 8px;
  }
}
#footer.ft .ft-dark .row-copy ul.links li {
  font-size: 13px;
  line-height: 1.5;
}
/* --- /footer-v2 hand-compiled block --- */


/* --- anniversary-strip (hand-compiled; recompile with CodeKit before final deploy) --- */
/* Source: assets/src/scss/components/_call-to-action.scss (100-Year ANNIVERSARY STRIP section);
   appended to main.css and home.css. */
@keyframes coin-settle {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes coin-glint {
  0%, 86% {
    transform: translateX(-140%) rotate(20deg);
  }
  100% {
    transform: translateX(160%) rotate(20deg);
  }
}
.anniversary-strip {
  position: relative;
  z-index: 20;
  margin: 24px 0 0;
  background: #05396C;
  color: #fff;
  letter-spacing: normal;
}
.anniversary-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 60px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}
.anniversary-strip__coin {
  position: relative;
  z-index: 2;
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  margin: -22px 0;
  border-radius: 50%;
  animation: coin-settle 0.6s ease-out both;
  overflow: visible;
}
.anniversary-strip__coin img {
  display: block;
  width: 104px;
  height: 104px;
}
.anniversary-strip__coin-glint {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}
.anniversary-strip__coin-glint::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  width: 45%;
  height: 160%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-140%) rotate(20deg);
  animation: coin-glint 7s ease-in-out 1.2s infinite;
}
.anniversary-strip__text {
  min-width: 0;
  flex: 0 1 auto;
}
.anniversary-strip__line1 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.25;
  color: #fff;
  white-space: nowrap;
}
.anniversary-strip__years {
  color: #6DBD51;
  white-space: nowrap;
}
.anniversary-strip__line2 {
  margin: 2px 0 0;
  padding: 0;
  font-size: 13.5px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anniversary-strip__cta {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  flex: 0 0 auto;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  background: #6DBD51;
  color: #05396C !important;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.anniversary-strip__cta:hover,
.anniversary-strip__cta:focus-visible {
  background: #fff;
  color: #05396C !important;
}
.anniversary-strip__link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  flex: 0 0 auto;
  font-size: 13.5px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.anniversary-strip__link .anniversary-strip__arrow {
  color: #6DBD51;
}
.anniversary-strip__link:hover,
.anniversary-strip__link:focus-visible {
  color: #6DBD51;
}
@media screen and (max-width: 1023px) {
  .anniversary-strip__line1 {
    white-space: normal;
  }
  .anniversary-strip__link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .anniversary-strip__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    min-height: 52px;
    padding: 0 12px;
  }
  .anniversary-strip__coin {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
    margin: -12px 0;
  }
  .anniversary-strip__coin img {
    width: 64px;
    height: 64px;
  }
  .anniversary-strip__coin-glint {
    inset: 5px;
  }
  .anniversary-strip__text {
    flex: 1 1 auto;
    min-width: 0;
  }
  .anniversary-strip__line1 {
    font-size: 15px;
    line-height: 1.2;
    white-space: normal;
  }
  .anniversary-strip__line2,
  .anniversary-strip__link {
    display: none;
  }
  .anniversary-strip__cta {
    max-width: 128px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .anniversary-strip__coin,
  .anniversary-strip__coin-glint::before {
    animation: none;
  }
}
/* --- /anniversary-strip hand-compiled block --- */
/* --- locations-compact (hand-compiled; recompile with CodeKit before final deploy) --- */
/* Source: assets/src/scss/components/_search-locations.scss (LOCATIONS BLOCK — compact section);
   appended to main.css and home.css. */
.locations-compact {
  position: relative;
  padding: 48px 64px;
  background: #05396C;
  color: #fff;
  letter-spacing: normal;
}
@media screen and (max-width: 1023px) {
  .locations-compact {
    padding: 44px 32px;
  }
}
@media screen and (max-width: 767px) {
  .locations-compact {
    padding: 36px 20px 40px;
  }
}
.locations-compact .lc-inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 56px;
  align-items: center;
  max-width: 1236px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .locations-compact .lc-inner {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .locations-compact .lc-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.locations-compact .lc-eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6DBD51;
}
.locations-compact .lc-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 14px;
  padding: 14px 0 0;
  border-top: 2px solid #6DBD51;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: normal;
  color: #fff;
}
.locations-compact .lc-title span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .locations-compact .lc-title {
    font-size: 28px;
  }
}
.locations-compact .lc-desc {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}
.locations-compact .lc-desc p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.locations-compact .lc-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.locations-compact .lc-search {
  order: 1;
  display: flex;
  align-items: stretch;
  height: 48px;
  max-width: 480px;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}
.locations-compact .lc-search input[type=text] {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: normal;
  color: #190808;
}
.locations-compact .lc-search input[type=text]::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
.locations-compact .lc-search input[type=text]:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.locations-compact .lc-search input[type=text]::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.locations-compact .lc-search input[type=text]:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.locations-compact .lc-search input[type=text]:focus {
  outline: none;
}
.locations-compact .lc-search button {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  flex: 0 0 auto;
  height: 48px;
  margin: 0;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: #6DBD51;
  color: #05396C;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.locations-compact .lc-search button:hover,
.locations-compact .lc-search button:focus-visible {
  background: #5CAA42;
}
.locations-compact .lc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.locations-compact .lc-filters {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.locations-compact .lc-filter {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
}
.locations-compact .lc-filter input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.locations-compact .lc-filter span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}
.locations-compact .lc-filter span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background: transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.locations-compact .lc-filter input:checked + span::before {
  border-color: #6DBD51;
  background: #6DBD51 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2305396C' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3.2 3L13 4.5'/%3E%3C/svg%3E") 50% 50%/12px 12px no-repeat;
}
.locations-compact .lc-filter input:focus-visible + span::before {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.locations-compact .lc-links {
  margin: 18px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}
.locations-compact .lc-links a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 0.2s ease;
}
.locations-compact .lc-links a span {
  color: #6DBD51;
}
.locations-compact .lc-links a:hover,
.locations-compact .lc-links a:focus-visible {
  color: #6DBD51;
  text-decoration-color: currentColor;
}
.locations-compact .lc-map {
  display: flex;
  justify-content: center;
}
.locations-compact .lc-map img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .locations-compact .lc-map img {
    width: 60%;
    max-width: 320px;
  }
}
/* --- /locations-compact hand-compiled block --- */


/* --- sticky-btns-100-strip (hand-compiled; recompile with CodeKit before final deploy) --- */
/* Source: assets/src/scss/library/_sticky-button.scss (100-Year strip offset section); appended to main.css and home.css. */
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.has-100-strip #sticky-btns {
    top: 184px;
  }
  body:has(#anniversary-strip) #sticky-btns {
    top: 184px;
  }
}
@media screen and (min-width: 992px) {
  body.has-100-strip #sticky-btns {
    top: calc(12.8985507246vw + 92px);
  }
  body:has(#anniversary-strip) #sticky-btns {
    top: calc(12.8985507246vw + 92px);
  }
}
@media screen and (min-width: 1381px) {
  body.has-100-strip #sticky-btns {
    top: calc(178px + 92px);
  }
  body:has(#anniversary-strip) #sticky-btns {
    top: calc(178px + 92px);
  }
}
@media screen and (min-width: 768px) and (max-width: 782px) {
  body.logged-in.has-100-strip #sticky-btns {
    top: 230px;
  }
  body.logged-in:has(#anniversary-strip) #sticky-btns {
    top: 230px;
  }
}
@media screen and (min-width: 783px) and (max-width: 991px) {
  body.logged-in.has-100-strip #sticky-btns {
    top: 216px;
  }
  body.logged-in:has(#anniversary-strip) #sticky-btns {
    top: 216px;
  }
}
@media screen and (min-width: 992px) {
  body.logged-in.has-100-strip #sticky-btns {
    top: calc(32px + 12.8985507246vw + 92px);
  }
  body.logged-in:has(#anniversary-strip) #sticky-btns {
    top: calc(32px + 12.8985507246vw + 92px);
  }
}
@media screen and (min-width: 1381px) {
  body.logged-in.has-100-strip #sticky-btns {
    top: calc(32px + 178px + 92px);
  }
  body.logged-in:has(#anniversary-strip) #sticky-btns {
    top: calc(32px + 178px + 92px);
  }
}
/* --- /sticky-btns-100-strip hand-compiled block --- */

/* --- mobile-lang toggle (hand-compiled from layout/_header_translate.scss, Aug 2026 — HOMEPAGE-PLAN §4; recompile with CodeKit to regenerate) --- */
@media screen and (min-width: 992px) {
  #masthead .mobile-lang {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #masthead .mobile-lang {
    display: block;
    position: relative;
    flex: 0 0 auto;
    align-self: center;
    width: 56px;
    height: 27px;
    margin: 0 auto 0 14px;
    z-index: 20;
  }
  #masthead .mobile-lang a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: contain;
  }
  #masthead .mobile-lang a[data-gt-lang=en] {
    background-image: url(../images/eng.png);
  }
  #masthead .mobile-lang a[data-gt-lang=es] {
    background-image: url(../images/esp.png);
  }
}
@media screen and (max-width: 374px) {
  #masthead .mobile-lang {
    width: 44px;
    height: 22px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  #masthead #menu-secondary > li.menu-item-gtranslate {
    display: none;
  }
}
html[lang=es] #masthead .mobile-lang a[data-gt-lang=en] {
  z-index: 10;
}
html[lang=auto] #masthead .mobile-lang a[data-gt-lang=es],
html[lang=en-US] #masthead .mobile-lang a[data-gt-lang=es] {
  z-index: 10;
}
/* --- /mobile-lang toggle --- */

/* --- site-alert (hand-compiled; recompile with CodeKit before final deploy) --- */
/* Source: assets/src/scss/components/_site-alert.scss (imported by main.scss,
   home.scss and locations.scss - the banner renders on every page). This block
   was written by hand because no CodeKit build was available; the next CodeKit
   build replaces it with canonical compiler output. */
.gwnc-site-alert {
  position: relative;
  background: #FBF1D3;
  border-bottom: 1px solid #EBDCAA;
  color: #453A14;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
  letter-spacing: normal;
  padding: 10px 36px 11px 14px;
}

.gwnc-site-alert__head {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  color: #3B3000;
}

.gwnc-site-alert__icon {
  flex: none;
}

.gwnc-site-alert__title {
  color: #3B3000;
  font-weight: inherit;
}

.gwnc-site-alert__colon {
  display: none;
}

.gwnc-site-alert__body {
  display: block;
  margin-top: 3px;
}

.gwnc-site-alert__link {
  color: #0A529C;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.gwnc-site-alert__link:hover, .gwnc-site-alert__link:focus {
  color: #0A529C;
  text-decoration: underline;
}

.gwnc-site-alert__close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  color: #8D7B3E;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .gwnc-site-alert {
    padding: 10px 72px;
    text-align: center;
    font-size: 13.5px;
    line-height: 1.5;
  }
  .gwnc-site-alert__head {
    display: inline;
    font-weight: 700;
  }
  .gwnc-site-alert__icon {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 6px;
  }
  .gwnc-site-alert__colon {
    display: inline;
  }
  .gwnc-site-alert__body {
    display: inline;
    margin-top: 0;
  }
  .gwnc-site-alert__close {
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    font-size: 17px;
  }
}
/* --- /site-alert hand-compiled block --- */
