/* Media Queries */
/* Hover/focus states */
/* Misc. */
/* Colors for fonts and backgrounds */
/* Font Families */
/* Screen width breakpoints */
/* Font sizes */
/* Line heights */
/* Spacing */
*:where(:not(html, iframe, canvas, img, svg, video, audio, input[type=radio]):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

* > *:last-child {
  margin-bottom: 0;
}

* > p:last-child, * > li:last-child, .col > *:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 30px;
}
p + ul, p + ol {
  margin-top: -7.5px;
}
@media screen and (max-width: 782px) {
  p {
    margin-bottom: 22.5px;
  }
}

a {
  color: #231F20;
  text-decoration: underline;
}
a:hover, a:focus-visible {
  color: #F68D3D;
  text-decoration: none;
}
a:hover img, a:focus-visible img {
  filter: brightness(105%);
}
a:focus-visible {
  outline: 1px solid #231F20;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gform_title {
  margin: 0 0 22.5px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25em;
}
h1 + ul, h1 + ol, h2 + ul, h2 + ol, h3 + ul, h3 + ol, h4 + ul, h4 + ol, h5 + ul, h5 + ol, h6 + ul, h6 + ol, .h1 + ul, .h1 + ol, .h2 + ul, .h2 + ol, .h3 + ul, .h3 + ol, .h4 + ul, .h4 + ol, .h5 + ul, .h5 + ol, .h6 + ul, .h6 + ol, .gform_title + ul, .gform_title + ol {
  margin-top: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, .gform_title strong {
  font-weight: 700;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, .h1.upper, .h2.upper, .h3.upper, .h4.upper, .h5.upper, .h6.upper, .gform_title.upper {
  letter-spacing: 1.5px;
}

h1, .h1, .has-x-large-font-size {
  font-size: min(max(1.8rem, 4.5vw), 40px) !important;
  font-weight: 600;
}

h2, .h2 {
  font-size: min(max(1.6rem, 4vw), 34px);
}

h3, .h3 {
  font-size: min(max(1.4rem, 3.5vw), 28px);
}

h4, .h4 {
  font-size: min(max(1.2rem, 3vw), 24px);
}

h5, .h5 {
  font-size: min(max(1.1rem, 2.5vw), 22px);
}

h6, .h6 {
  font-size: min(max(1rem, 2vw), 18px);
  letter-spacing: normal;
}

ul, ol {
  margin-bottom: 22.5px;
}
ul li, ol li {
  margin-bottom: 7.5px;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0 !important;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 7.5px 0;
}
@media screen and (max-width: 782px) {
  ul, ol {
    margin-bottom: 22.5px;
  }
}

a, button, .button, .btn, input, select, textarea, svg, .fab, .fa, a:hover img, .gform_button, .wp-block-button a, .faq-question .fas, figcaption, .indicator, .navbar-nav .menu-item a:after, .transition-ease, input[type=file]::file-selector-button, .btn:after, .svg-arrow, .svg-circle, .red-button {
  transition: all 0.25s ease-in-out;
}

input, select, textarea {
  padding: 7.5px;
  border-radius: 0;
  color: #231F20 !important;
}

input:focus-visible, select:focus-visible, button:focus-visible, textarea:focus-visible, .wp-block-button a:focus-visible .form-control:focus-visible, .form-control:focus {
  box-shadow: inset 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
}

video {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media screen and (min-width: 1082px) {
  a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover {
    cursor: default !important;
    text-decoration: none !important;
  }
}
img.aligncenter, figure.aligncenter {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, figure.alignleft {
  float: left;
  margin: 0 45px 15px 0 !important;
}

img.alignright, figure.alignright {
  float: right;
  margin: 0 0 15px 45px !important;
}

img.alignleft, img.alignright, figure.alignleft, figure.alignright {
  max-width: 50%;
}
@media screen and (max-width: 782px) {
  img.alignleft, img.alignright, figure.alignleft, figure.alignright {
    float: none;
    margin: 0 0 30px;
  }
}

.hidden {
  display: none !important;
}

.inline-list, .inline-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-list li, .inline-list li li {
  display: inline-block;
  margin: 0;
}
.inline-list li:before, .inline-list li li:before {
  content: " | ";
  display: inline-block;
  margin-left: 7.5px;
  padding-right: 7.5px;
}

.loader {
  display: block;
  width: 60px;
  height: 60px;
  margin: 60px auto;
  border: 8px solid #C4C4C4;
  border-radius: 50%;
  border-top: 8px solid #EC1C24;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile-show {
  display: block;
}

.no-bullets {
  list-style: none;
  padding: 0;
}

a.no-underline {
  color: #231F20 !important;
  text-decoration: none !important;
}
a.no-underline:hover, a.no-underline:focus-visible {
  color: #447E83 !important;
  text-decoration: underline !important;
}

.normal-case {
  text-transform: none !important;
}

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

.phone-shortcode .phone-svg {
  display: inline-block;
  margin-right: 3.75px;
  transform: rotate(0);
}
.phone-shortcode .phone-svg svg {
  fill: #447E83 !important;
  transform: scale(0.75);
}

.entry-content .phone-shortcode {
  color: #231F20;
  text-decoration: none;
}
.entry-content .phone-shortcode:hover, .entry-content .phone-shortcode:focus-visible {
  color: #447E83;
  text-decoration: underline;
}

.show-tablet, .show-phone, .show-small {
  display: none !important;
}

.svg-icon svg {
  fill: #2D2D2E;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
}
.svg-icon .svg-phone {
  position: relative;
  top: -1.5px;
}

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

@media screen and (max-width: 1081px) {
  .show-tablet {
    display: block !important;
  }
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 782px) {
  .show-phone {
    display: block !important;
  }
  .hide-phone {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .show-small {
    display: block !important;
  }
  .hide-small {
    display: none !important;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: $widthS;
  --bs-breakpoint-md: $widthM;
  --bs-breakpoint-lg: $widthL;
  --bs-breakpoint-xl: $widthXL;
  --bs-breakpoint-xxl: $widthXXL;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 782px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 782px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}
@media screen and (max-width: 782px) {
  html {
    scroll-padding-top: 2rem;
  }
}
@media screen and (max-width: 641px) {
  html #wpadminbar {
    position: fixed !important;
  }
}

body {
  background-color: #575859;
  color: #231F20;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: min(max(1rem, 2vw), 1.05rem);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.admin-bar {
  padding-top: 32px;
}
body.admin-bar #main-header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
  body.admin-bar #main-header {
    margin-top: 46px;
  }
}

.container, .container-fluid {
  position: relative;
  max-width: 100%;
  padding: 60px 120px;
}
@media screen and (max-width: 1440px) {
  .container, .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .container, .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 992px) {
  .container, .container-fluid {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 782px) {
  .container, .container-fluid {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 420px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  flex-direction: row;
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.row + .row {
  margin-top: 45px;
}
@media screen and (max-width: 782px) {
  .row + .row {
    margin-top: 30px;
  }
}

.col, .col-12 {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media screen and (max-width: 782px) {
  #content .row [class*=col-12], #content .flex-column-reverse [class*=col-12]:first-child, .row + .row {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #content .flex-column-reverse [class*=col-12]:last-child {
    margin-bottom: 30px;
  }
  #content .row [class*=col-]:first-child, #content .flex-column-reverse [class*=col-]:last-child {
    margin-top: 0;
  }
}
#page {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  #page {
    overflow-x: hidden;
  }
}

#skip-to-content {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15px;
  opacity: 0;
}
#skip-to-content:focus, #skip-to-content:focus-visible {
  z-index: 999;
  opacity: 1;
}

#content {
  margin-top: 90px; /* Fixed header offset, fallback in case Javascript is disabled */
  background-color: #FFFFFF;
}
@media screen and (max-width: 1081px) {
  #content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 782px) {
  #content {
    margin-top: 60px;
  }
}

#main-container {
  padding-bottom: 60px;
  padding-top: 30px;
}
@media screen and (max-width: 782px) {
  #main-container {
    padding-bottom: 45px;
  }
}
#main-container:after {
  content: "";
  display: table;
  clear: both;
}
#main-container .entry-content .acf-custom-block:last-child {
  margin-bottom: 0 !important;
}

#main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  transition: all 0.2s ease;
}
#main-header.nav-down {
  top: 0 !important;
  box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
}
#main-header .container {
  max-width: 1920px;
  padding-bottom: 22.5px;
  padding-top: 22.5px;
}
@media screen and (max-width: 782px) {
  #main-header .container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
#main-header .container .row {
  align-items: center;
}
#main-header #logo, #main-header #logo img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 992px) {
  #main-header #logo, #main-header #logo img {
    height: 60px;
  }
}
@media screen and (max-width: 782px) {
  #main-header #logo, #main-header #logo img {
    height: 50px;
  }
}

.locked {
  overflow: hidden !important;
}
.locked #main-header {
  top: 0 !important;
}

#main-nav {
  align-items: center;
  /* Desktop dropdown menus */
  /* Mobile nav */
}
#main-nav > div {
  height: 100%;
}
#main-nav .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
#main-nav .navbar-nav .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 1200px) {
  #main-nav .navbar-nav .menu-item {
    margin-left: 22.5px;
  }
}
#main-nav .navbar-nav .menu-item:first-child, #main-nav .navbar-nav .menu-item#menu-item-3538 {
  margin-left: 0;
}
#main-nav .navbar-nav .menu-item.mobile-only {
  display: none;
}
@media screen and (max-width: 1081px) {
  #main-nav .navbar-nav .menu-item.mobile-only {
    display: block;
  }
}
#main-nav .navbar-nav .menu-item a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #000000;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}
#main-nav .navbar-nav .menu-item a:hover, #main-nav .navbar-nav .menu-item a:focus-visible {
  color: #447E83;
}
@media screen and (max-width: 1440px) {
  #main-nav .navbar-nav .menu-item a {
    font-size: 1rem !important;
  }
}
#main-nav .navbar-nav .menu-item.nav-btn a {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1200px) {
  #main-nav .navbar-nav .menu-item.nav-btn a {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#main-nav .navbar-nav .menu-item:hover .indicator, #main-nav .navbar-nav .menu-item:focus-visible .indicator {
  transform: rotate(-180deg);
}
#main-nav .navbar-nav .menu-item:hover .indicator svg, #main-nav .navbar-nav .menu-item:focus-visible .indicator svg {
  fill: #000000;
}
#main-nav .navbar-nav .menu-item.menu-item-has-children a:first-child:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: -0.75px;
  margin-left: 7.5px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23000000"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1em;
}
#main-nav .navbar-nav .menu-item.menu-item-has-children:hover a:first-child:after, #main-nav .navbar-nav .menu-item.menu-item-has-children:focus-visible a:first-child:after {
  transform: rotate(-180deg);
}
#main-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 150px;
  height: auto;
  top: 100%;
  left: -15px;
  padding: 0;
  margin: 0;
  background: #447E83;
  border-radius: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  #main-nav .sub-menu {
    padding-top: 21px;
  }
}
#main-nav .sub-menu li {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  border: none;
  text-align: left;
}
#main-nav .sub-menu li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px !important;
  background-color: #447E83;
  color: #FFFFFF !important;
  font-size: 95% !important;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
#main-nav .sub-menu li a:after {
  display: none !important;
}
#main-nav .sub-menu li.current-menu-item a, #main-nav .sub-menu li a:hover, #main-nav .sub-menu li a:focus-visible {
  background-color: #3A6B6f !important;
  color: #FFFFFF !important;
  outline: none;
  text-decoration: none;
}
@media screen and (min-width: 1081px) {
  #main-nav li:hover .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1081px) {
  #main-nav {
    position: absolute;
    display: block !important;
    z-index: -1;
    width: 100%;
    height: 100vh !important;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: none;
    opacity: 0;
    overflow-y: auto;
    transition: all 0.1s ease-in;
    visibility: hidden;
  }
  #main-nav .navbar-nav {
    position: relative;
    right: -90px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  #main-nav.show {
    z-index: 2000;
    opacity: 1;
    visibility: visible;
  }
  #main-nav.show #menu-wrapper {
    display: block !important;
    padding: 60px 0 15px;
    background: rgba(68, 126, 131, 0.75);
    color: #FFFFFF;
  }
  #main-nav.show .navbar-nav {
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
    max-height: calc(100vh - 90px);
    margin: 0;
    right: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #main-nav.show .navbar-nav li, #main-nav.show .navbar-nav li a {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    color: #FFFFFF !important;
    font-size: 1.5rem !important;
    text-decoration: none !important;
    text-transform: none;
  }
  #main-nav.show .navbar-nav li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 45px 0 22.5px;
    margin: 30px 0 0;
    text-transform: none;
  }
}
@media screen and (max-width: 1081px) and (max-width: 576px) {
  #main-nav.show .navbar-nav li {
    margin-top: 22.5px !important;
  }
}
@media screen and (max-width: 1081px) {
  #main-nav.show .navbar-nav li.menu-item-has-children {
    padding-right: 22.5px;
  }
  #main-nav.show .navbar-nav li.menu-item-has-children a:first-child:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>') !important;
    transform: rotate(0) !important;
  }
  #main-nav.show .navbar-nav li.menu-item-has-children.selected a {
    color: #FFFFFF !important;
  }
  #main-nav.show .navbar-nav li.menu-item-has-children.selected a:first-child:after {
    transform: rotate(-180deg) !important;
  }
  #main-nav.show .navbar-nav li.menu-item-has-children.selected ul li a {
    color: #FFFFFF !important;
  }
  #main-nav.show .navbar-nav li.nav-btn {
    margin-top: 45px !important;
    text-align: center;
  }
  #main-nav.show .navbar-nav li.nav-btn a {
    display: inline-block !important;
    width: auto !important;
    padding: 15px 22.5px !important;
  }
  #main-nav.show .navbar-nav li:before, #main-nav.show .navbar-nav li:after {
    display: none !important;
  }
  #main-nav.show .navbar-nav li a {
    justify-content: flex-end;
  }
  #main-nav.show .navbar-nav li.current-menu-item a, #main-nav.show .navbar-nav li a:hover, #main-nav.show .navbar-nav li a:focus-visible {
    color: #FFFFFF !important;
  }
  #main-nav.show .navbar-nav li li a, #main-nav.show .navbar-nav li.current-menu-item li a {
    color: #FFFFFF !important;
  }
  #main-nav.show .navbar-nav li .current-menu-item a, #main-nav.show .navbar-nav li li a:hover, #main-nav.show .navbar-nav li li a:focus-visible {
    background: none !important;
    color: #FFFFFF !important;
    text-decoration: underline !important;
  }
  #main-nav.show .navbar-nav li .indicator {
    transform: rotate(0deg) !important;
  }
  #main-nav.show .navbar-nav li .indicator svg {
    position: relative;
    top: 3px;
    fill: #FFFFFF !important;
  }
  #main-nav.show .navbar-nav li.selected .indicator {
    transform: rotate(-180deg) !important;
  }
  #main-nav.show .navbar-nav li.selected .indicator svg {
    top: 0;
  }
  #main-nav.show .navbar-nav .sub-menu {
    display: block;
    position: relative !important;
    width: 100% !important;
    min-width: 1px !important;
    height: 0;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    margin: 0;
    background: none !important;
    box-shadow: none !important;
    overflow: hidden;
    transform: none !important;
    transition: all 0.25s ease-in-out;
  }
  #main-nav.show .navbar-nav .sub-menu li {
    padding: 0 22.5px 0 0 !important;
    margin: 0 !important;
  }
  #main-nav.show .navbar-nav .sub-menu li + li {
    margin-top: 15px !important;
  }
  #main-nav.show .navbar-nav .sub-menu li a {
    padding: 0 !important;
    background: none !important;
    font-size: 1rem !important;
  }
}
#main-nav .selected .sub-menu {
  height: auto !important;
  margin-top: 30px !important;
  overflow: visible !important;
}
@media screen and (max-width: 576px) {
  #main-nav .selected .sub-menu {
    margin-top: 15px !important;
  }
}

#mobile-toggler {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  box-shadow: none;
  text-align: center;
}
#mobile-toggler svg {
  fill: #000000;
  margin: 0 auto;
  transform: scale(1.2);
}
#mobile-toggler span {
  position: relative;
  z-index: 3000;
}
#mobile-toggler .expanded svg, #mobile-toggler.clicked .collapsed svg {
  display: none;
}
#mobile-toggler.clicked .expanded svg {
  display: block;
  fill: #FFFFFF;
}
@media screen and (max-width: 1081px) {
  #mobile-toggler {
    display: block !important;
  }
}

.nav-up #main-nav .sub-menu {
  display: none !important;
}
@media screen and (max-width: 1081px) {
  .nav-up #main-nav .selected .sub-menu {
    display: block !important;
  }
}

#main-footer {
  background-color: #FFFFFF;
  font-size: 1rem;
}
#main-footer #footer-menus {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #345071;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  #main-footer #footer-menus {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 782px) {
  #main-footer #footer-menus {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #main-footer #footer-menus .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  #main-footer #footer-menus .col + .col {
    margin-top: 30px;
  }
}
#main-footer #footer-menus a {
  color: #FFFFFF;
}
#main-footer #footer-menus a:hover, #main-footer #footer-menus a:focus-visible {
  color: #C4C4C4;
}
#main-footer .footer-logo img {
  max-width: 100px;
}
#main-footer .footer-logo .turn-white {
  filter: brightness(0) invert(1);
}
#main-footer .footer-header {
  margin-bottom: 15px;
  font-weight: 600;
}
#main-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-footer .footer-menu.stay-visible {
  display: block !important;
}
#main-footer .footer-menu li {
  margin-bottom: 0;
  line-height: 1.25em;
}
#main-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
#main-footer .footer-menu li:last-child ul, #main-footer .footer-menu li:last-child li:not(.menu-item-has-children) a {
  margin-bottom: 0;
}
#main-footer .footer-menu li a {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}
#main-footer .footer-menu li a:hover, #main-footer .footer-menu li a:focus-visible {
  text-decoration: none !important;
}
#main-footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px;
}
#main-footer .footer-menu ul li {
  margin-top: 7.5px;
}
#main-footer .footer-menu ul li a {
  margin-bottom: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.35em;
  text-decoration: underline;
}
@media screen and (max-width: 782px) {
  #main-footer .footer-menu.contact-menu li:last-child {
    margin-bottom: 0 !important;
  }
}
#main-footer .footer-meta {
  margin-top: 15px;
  font-size: 0.875rem;
}
#main-footer .footer-meta p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#main-footer .footer-meta .svg {
  width: 30px;
  margin-right: 7.5px;
}
#main-footer .footer-meta .svg svg {
  fill: #FFFFFF;
}
#main-footer .footer-meta .label-phone {
  font-weight: bold;
}
#main-footer .footer-meta .label-custom a {
  cursor: pointer !important;
  text-decoration: underline !important;
}
#main-footer .footer-meta .label-custom a:hover, #main-footer .footer-meta .label-custom a:focus-visible {
  cursor: pointer !important;
  text-decoration: none !important;
}
#main-footer .footer-sm-icons {
  margin-bottom: 0 !important;
  margin-top: 30px;
}
#main-footer .footer-sm-icons a svg {
  fill: #FFFFFF;
  transform: scale(1);
}
#main-footer .footer-sm-icons a:hover svg, #main-footer .footer-sm-icons a:focus-visible svg {
  fill: #C4C4C4;
}
#main-footer #copyright-content {
  padding-bottom: 22.5px;
  padding-top: 22.5px;
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
}
#main-footer #copyright-content > * {
  font-size: 80%;
}
#main-footer #copyright-content p {
  margin-bottom: 0;
}
#main-footer #copyright-content a {
  color: #FFFFFF;
}
#main-footer #copyright-content a:hover, #main-footer #copyright-content a:focus-visible {
  color: #C4C4C4;
}
#main-footer #copyright-content .inline-list li:first-child:before {
  display: none;
}
#main-footer #copyright-content .designed-by, #main-footer #copyright-content .recaptcha-legal {
  margin-top: 7.5px;
  line-height: 1.25em;
}
#main-footer #copyright-content .recaptcha-legal {
  font-size: 90%;
}
@media screen and (max-width: 782px) {
  #main-footer #copyright-content {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }
  #main-footer #copyright-content .inline-list {
    display: block;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
  }
  #main-footer #copyright-content .inline-list li {
    display: block;
    margin: 0 !important;
    line-height: 1.6em;
    text-align: center;
  }
  #main-footer #copyright-content .inline-list li:before {
    display: none !important;
  }
  #main-footer #copyright-content .inline-list li a {
    line-height: 1.35em;
  }
}

.button, .btn, .wp-block-button a, input[type=file]::file-selector-button, .nav-btn a {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 15px 30px;
  background: #447E83;
  border: none !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  overflow: hidden;
  text-decoration: none !important;
}
.button:hover, .button:active, .button:focus-visible, .btn:hover, .btn:active, .btn:focus-visible, .wp-block-button a:hover, .wp-block-button a:active, .wp-block-button a:focus-visible, input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:active, input[type=file]::file-selector-button:focus-visible, .nav-btn a:hover, .nav-btn a:active, .nav-btn a:focus-visible {
  background: #3A6B6f !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.button svg, .btn svg, .wp-block-button a svg, input[type=file]::file-selector-button svg, .nav-btn a svg {
  position: relative;
  top: -1.5px !important;
  left: -3.75px !important;
  fill: #231F20 !important;
  transform: scale(0.75) !important;
  -webkit-transform: scale(0.75) !important;
}
.button + .btn, .btn + .btn, .wp-block-button a + .btn, input[type=file]::file-selector-button + .btn, .nav-btn a + .btn {
  margin-left: 30px;
}
.button:focus, .btn:focus, .wp-block-button a:focus, input[type=file]::file-selector-button:focus, .nav-btn a:focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
}
@media screen and (max-width: 992px) {
  .button, .btn, .wp-block-button a, input[type=file]::file-selector-button, .nav-btn a {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .button + .btn, .btn + .btn, .wp-block-button a + .btn, input[type=file]::file-selector-button + .btn, .nav-btn a + .btn {
    margin-left: 15px;
  }
  .button svg, .btn svg, .wp-block-button a svg, input[type=file]::file-selector-button svg, .nav-btn a svg {
    transform: scale(0.65) !important;
    -webkit-transform: scale(0.65) !important;
  }
}
@media screen and (max-width: 782px) {
  .button, .btn, .wp-block-button a, input[type=file]::file-selector-button, .nav-btn a {
    padding: 15px 22.5px;
    font-size: 1rem;
  }
  .button svg, .btn svg, .wp-block-button a svg, input[type=file]::file-selector-button svg, .nav-btn a svg {
    top: -0.66px !important;
  }
}

.btn-secondary {
  background-color: #FFFFFF !important;
  color: #231F20 !important;
}
.btn-secondary:hover, .btn-secondary:focus-visible {
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
}

.btn-inverted {
  background-color: #FFFFFF !important;
  border: 2px solid #345071 !important;
  color: #345071 !important;
}
.btn-inverted.color-body {
  color: #231F20 !important;
}
.btn-inverted.color-body:hover, .btn-inverted.color-body:focus-visible {
  color: #FFFFFF !important;
}
.btn-inverted:hover, .btn-inverted:focus-visible {
  background-color: #4F7199 !important;
  border-color: #4F7199 !important;
  color: #FFFFFF !important;
}

.fancybox {
  position: relative;
  display: inline-block;
}
.fancybox picture {
  filter: brightness(25%);
}
.fancybox.play-button:after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background: url(../img/play.svg) center no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 782px) {
  .fancybox.play-button:after {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.fancybox:hover img, .fancybox:focus-visible img {
  filter: brightness(105%);
  transition: all 0.25s ease-in-out;
}

.no-arrow .fancybox:before, .no-arrow .fancybox:after {
  display: none !important;
}

.fancybox-content {
  padding: 30px !important;
}
.fancybox-content .gform_wrapper {
  width: 700px;
  margin-bottom: 0;
}

.gform_wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.gform_wrapper + div {
  margin-top: 60px;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_required_legend {
  margin-bottom: 22.5px;
}
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gfield {
  margin: 7.5px 0 0 !important;
}
.gform_wrapper .gfield label, .gform_wrapper .gfield .gfield_label {
  margin-bottom: 7.5px !important;
  font-weight: bold !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
  margin-top: 0 !important;
  padding: 7.5px 15px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #BDBDBD !important;
  border-radius: none;
  color: #231F20 !important;
  font-size: 1rem !important;
}
.gform_wrapper .gfield input.disabled-field, .gform_wrapper .gfield select.disabled-field, .gform_wrapper .gfield textarea.disabled-field {
  background-color: #C4C4C4 !important;
}
.gform_wrapper .gfield input.iti__tel-input, .gform_wrapper .gfield select.iti__tel-input, .gform_wrapper .gfield textarea.iti__tel-input {
  padding-left: 48px !important;
}
.gform_wrapper .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px !important;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.gform_wrapper .gfield input[type=file], .gform_wrapper .gfield input[type=checkbox] {
  height: auto;
  border: none !important;
}
.gform_wrapper .gfield input[type=file] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield input[type=file]::file-selector-button {
  margin-right: 15px;
  padding: 15px 22.5px !important;
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
  font-size: 1rem !important;
  line-height: 1em !important;
}
.gform_wrapper .gfield input[type=file]::file-selector-button:hover, .gform_wrapper .gfield input[type=file]::file-selector-button:focus-visible {
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
}
.gform_wrapper .gfield .gform_fileupload_rules {
  display: none !important;
}
.gform_wrapper .gfield .ginput_container_fileupload input {
  width: auto !important;
  border: none;
}
.gform_wrapper .gchoice + .gchoice {
  margin-top: 7.5px;
}
.gform_wrapper .gchoice label {
  margin-bottom: 0 !important;
  line-height: 1.45em;
}
.gform_wrapper .gchoice .gfield-choice-input {
  position: relative;
  top: 0.7 7.5px !important;
  width: 22.5px;
  height: 22.5px;
  margin-right: 7.5px;
}
.gform_wrapper .gf_list_inline .gchoice + .gchoice {
  margin-top: 0 !important;
}
.gform_wrapper .ginput_container_consent {
  display: flex;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-top: 7.5px !important;
}
.gform_wrapper .ginput_container_consent .gfield_consent_label {
  margin: 0 !important;
  padding-left: 7.5px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.gform_wrapper .gfield_required {
  color: #c02b0a !important;
  line-height: 0;
}
.gform_wrapper .gfield_required .gfield_required_text {
  position: relative;
  font-size: 0 !important;
  font-style: normal !important;
}
.gform_wrapper .gfield_error {
  background: none !important;
  border: none !important;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #EC1C24 !important;
}
.gform_wrapper .gfield_error.gfield_contains_required, .gform_wrapper .gfield_error.gfield_creditcard_warning {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_error.gfield_contains_required .ginput_container, .gform_wrapper .gfield_error.gfield_contains_required .gfield_label, .gform_wrapper .gfield_error.gfield_creditcard_warning .ginput_container, .gform_wrapper .gfield_error.gfield_creditcard_warning .gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper .validation_message {
  padding-top: 7.5px !important;
  color: #c00 !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  padding: 7.5px !important;
  background: none !important;
  border: none !important;
}
.gform_wrapper .gfield_checkbox li input {
  vertical-align: top !important;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 30px 0 0 !important;
  justify-content: center;
  text-align: center;
}
.gform_wrapper .gform_footer .button {
  padding: 15px 30px !important;
  margin-bottom: 0 !important;
  font-size: 110% !important;
}
.gform_wrapper .gfield_description {
  margin-top: -7.5px;
  padding-top: 0 !important;
}
.gform_wrapper .grecaptcha-badge {
  display: none;
  opacity: 0;
}
.gform_wrapper .gform_validation_error form {
  opacity: 1 !important;
  transform: translate(0);
}
.gform_wrapper small {
  display: block;
  margin-top: 3.75px;
  font-size: 13px !important;
  font-style: italic;
  line-height: 19px !important;
}
@media screen and (max-width: 782px) {
  .gform_wrapper .gfield {
    margin-top: 7.5px !important;
  }
  .gform_wrapper .gfield label {
    margin-bottom: 7.5px !important;
    font-size: 0.95rem !important;
  }
}
@media screen and (max-width: 641px) {
  .gform_wrapper {
    padding: 0 !important;
  }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
  }
  .gform_wrapper .gform_body .gform_fields {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gform_wrapper .gform_body .gform_fields .gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gform_wrapper .gform_footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .gform_wrapper .ginput_container_consent input[type=checkbox] {
    margin-top: 7.5px !important;
  }
  .gform_wrapper .ginput_container_checkbox {
    margin-top: 15px !important;
  }
  .gform_wrapper .gfield-choice-input + label {
    max-width: calc(100% - 42px) !important;
  }
}

.wp-block-column .gravity-form {
  max-width: 100% !important;
}

.scrollmagic {
  /* Defaults for ScrollMagic effects */
  opacity: 0;
  transition: all 0.2s ease;
  /* Speeds */
  /* Directions */
}
.scrollmagic.speed1 {
  transition-delay: 0.1s;
  transition-duration: 0.4s;
}
.scrollmagic.speed2 {
  transition-delay: 0.1s;
  transition-duration: 0.6s;
}
.scrollmagic.speed3 {
  transition-delay: 0.2s;
  transition-duration: 0.8s;
}
.scrollmagic.speed4 {
  transition-delay: 0.2s;
  transition-duration: 1s;
}
.scrollmagic.speed5 {
  transition-delay: 0.3s;
  transition-duration: 1.2s;
}
.scrollmagic.speed6 {
  transition-delay: 0.3s;
  transition-duration: 1.4s;
}
.scrollmagic.speed7 {
  transition-delay: 0.4s;
  transition-duration: 1.6s;
}
.scrollmagic.speed8 {
  transition-delay: 0.4s;
  transition-duration: 1.8s;
}
.scrollmagic.speed9 {
  transition-delay: 0.5s;
  transition-duration: 2s;
}
@media screen and (max-width: 782px) {
  .scrollmagic.speed1 {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
  }
  .scrollmagic.speed2 {
    transition-delay: 0.1s;
    transition-duration: 0.4s;
  }
  .scrollmagic.speed3 {
    transition-delay: 0.2s;
    transition-duration: 0.6s;
  }
  .scrollmagic.speed4 {
    transition-delay: 0.2s;
    transition-duration: 0.8s;
  }
  .scrollmagic.speed5 {
    transition-delay: 0.3s;
    transition-duration: 1s;
  }
  .scrollmagic.speed6 {
    transition-delay: 0.3s;
    transition-duration: 1.2s;
  }
  .scrollmagic.speed7 {
    transition-delay: 0.4s;
    transition-duration: 1.4s;
  }
  .scrollmagic.speed8 {
    transition-delay: 0.4s;
    transition-duration: 1.6s;
  }
  .scrollmagic.speed9 {
    transition-delay: 0.5s;
    transition-duration: 1.8s;
  }
}
@media screen and (min-width: 782px) {
  .scrollmagic.from-bottom {
    transform: translateY(60px);
  }
  .scrollmagic.from-left {
    transform: translateX(-60px);
  }
  .scrollmagic.from-right {
    transform: translateX(60px);
  }
  .scrollmagic.from-top {
    transform: translateY(-60px);
  }
}
@media screen and (max-width: 782px) {
  .scrollmagic.from-bottom, .scrollmagic.from-left, .scrollmagic.from-right, .scrollmagic.from-top {
    transform: translateY(30px);
  }
}
.scrollmagic.visible {
  opacity: 1;
  transform: none !important;
}

.search-form {
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-width: 500px;
  margin: 30px auto;
}
@media screen and (max-width: 782px) {
  .search-form {
    min-width: auto;
    width: 300px;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.search-form .search-input {
  padding: 7.5px 15px;
  border: 1px solid #E4E4E4;
  border-right: none !important;
}
@media screen and (max-width: 782px) {
  .search-form .search-input {
    width: 65%;
  }
}
.search-form .search-input::-moz-placeholder {
  color: #000000;
}
.search-form .search-input::placeholder {
  color: #000000;
}
.search-form .search-submit {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .search-form .search-submit {
    width: 35%;
  }
}
.search-form .search-message {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 15px;
}
@media screen and (max-width: 782px) {
  .search-form .search-message {
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.col .slick-slider:first-child {
  margin-top: 0;
}

.slider-wrapper {
  position: relative;
}

.slick-slider {
  height: 30px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  transition: opacity 1s;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .slick-slider {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 782px) {
  .slick-slider {
    padding: 0;
  }
}
.slick-slider.slick-initialized {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}
.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 576px) {
  .slick-slider.has-multiple {
    padding-bottom: 60px;
  }
  .slick-slider.has-multiple .slider-prev, .slick-slider.has-multiple .slider-next {
    margin-top: -30px;
  }
}

.slider-prev, .slider-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  margin-top: -22.5px;
  background: none !important;
  border: none;
  cursor: pointer;
  text-align: center;
}
.slider-prev svg, .slider-next svg {
  fill: #9F9F9F;
  transform: scale(1.25);
}
.slider-prev svg:hover, .slider-prev svg:focus-visible, .slider-next svg:hover, .slider-next svg:focus-visible {
  fill: #383838;
}

.slider-prev {
  left: -60px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1440px) {
  .slider-prev {
    left: -15px;
  }
}

.slider-next {
  right: -60px;
}
@media screen and (max-width: 1440px) {
  .slider-next {
    right: -15px;
  }
}

.slider-arrows {
  margin-top: 15px;
  text-align: center;
}
.slider-arrows .slider-prev, .slider-arrows .slider-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.slider-arrows button {
  display: inline-block;
  width: 22.5px;
  height: 22.5px;
  margin: 0 15px;
  background-color: #447E83 !important;
  border-radius: 100%;
}
.slider-arrows button svg {
  fill: #FFFFFF !important;
  transform: scale(1.75);
}

.sm-icons {
  display: block;
  margin-bottom: -15px;
}
.sm-icons svg {
  fill: #231F20;
}
.sm-icons a {
  display: inline-block;
  margin: 0 0 15px 22.5px;
  font-size: 1.5rem;
  line-height: 1em;
}
.sm-icons a:first-child {
  margin-left: 0;
}
.sm-icons a:hover svg, .sm-icons a:focus-visible svg {
  fill: #F68D3D;
}
@media screen and (max-width: 1200px) {
  .sm-icons a {
    margin-left: 15px;
  }
}

.bents-form-outter {
  max-width: 700px !important;
  margin: 0 auto;
}
.bents-form-outter #bents_calc_form {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 210px;
}
.bents-form-outter #bents_calc_form .bents-form-in-left, .bents-form-outter #bents_calc_form .bents-form-in-right {
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.bents-form-outter #bents_calc_form .bents-form-in-left label, .bents-form-outter #bents_calc_form .bents-form-in-right label {
  display: block;
  margin-bottom: 7.5px;
}
.bents-form-outter #bents_calc_form .bents-form-in-left label + span, .bents-form-outter #bents_calc_form .bents-form-in-right label + span {
  display: block;
  margin-bottom: 7.5px;
  margin-top: -7.5px;
  font-size: 0.875rem;
  line-height: 1.2em;
}
.bents-form-outter #bents_calc_form .bents-form-in-left input, .bents-form-outter #bents_calc_form .bents-form-in-left select, .bents-form-outter #bents_calc_form .bents-form-in-left textarea, .bents-form-outter #bents_calc_form .bents-form-in-right input, .bents-form-outter #bents_calc_form .bents-form-in-right select, .bents-form-outter #bents_calc_form .bents-form-in-right textarea {
  display: block;
  width: 100%;
  margin-bottom: 22.5px;
  margin-top: 0 !important;
  padding: 7.5px 15px !important;
  background-color: #E1E1DE !important;
  border: none;
  border-radius: 4px;
  color: #231F20 !important;
  font-size: 1rem !important;
}
.bents-form-outter #bents_calc_form .bents-form-btn-outter {
  position: absolute;
  width: 100%;
  bottom: 135px;
  left: 0;
  text-align: center;
}
.bents-form-outter #bents_calc_form .bents-form-btn-outter #formsubmit {
  display: inline-block;
  background-color: #D12229;
  padding: 15px 45px;
  color: #ffffff !important;
  font-size: 2.25rem;
  cursor: pointer;
  text-decoration: none;
  font-family: League Gothic, sans-serif;
}
.bents-form-outter #bents_calc_form .bents-form-btn-outter #formsubmit:hover, .bents-form-outter #bents_calc_form .bents-form-btn-outter #formsubmit:focus-visible {
  background-color: #F2272F !important;
}
.bents-form-outter #bents_calc_form .bents-copy {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
  line-height: 1.25em;
  text-align: center;
}
.bents-form-outter #bents_calc_form .bents-copy img {
  display: inline-block;
  width: auto;
  max-height: 60px;
  margin-bottom: 15px;
}

.bents-message {
  margin-bottom: 22.5px;
  color: #D12229;
  font-weight: 600;
  text-align: center;
}

.rank-math-breadcrumb {
  margin-bottom: 45px;
  margin-top: -30px;
  font-size: 90%;
}
.rank-math-breadcrumb.post-bottom {
  clear: both !important;
  margin-top: 45px;
}
@media screen and (max-width: 782px) {
  .rank-math-breadcrumb {
    margin-top: -15px;
  }
}

.entry-content .rank-math-breadcrumb.post-bottom:last-child {
  margin-bottom: 0 !important;
}

.post-categories {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .post-categories {
    margin-bottom: 30px;
  }
}
.post-categories ul {
  list-style: none;
  padding: 0;
}
.post-categories li {
  display: inline-block;
  margin: 7.5px 22.5px;
}
@media screen and (max-width: 992px) {
  .post-categories li {
    margin: 7.5px;
  }
}
@media screen and (max-width: 782px) {
  .post-categories li {
    margin: 7.5px;
    font-size: 90%;
  }
}
@media screen and (max-width: 576px) {
  .post-categories li {
    margin: 3.75px 7.5px;
  }
}
.post-categories li a {
  color: #4F7199;
}
.post-categories li a:hover, .post-categories li a:focus-visible {
  color: #231F20;
}
.post-categories li a.current-cat {
  color: #231F20 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.post-categories + .search-form {
  margin-top: 45px;
}
@media screen and (max-width: 782px) {
  .post-categories + .search-form {
    margin-top: 30px;
  }
}

.post-row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  padding: 30px;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 782px) {
  .post-row {
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 782px) {
  .post-row {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.post-row .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-row .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-category .btn {
  padding: 10px 15px;
  font-size: 0.925rem;
  line-height: 1em;
}
@media screen and (max-width: 782px) {
  .post-category .btn {
    padding: 7.5px;
    font-size: 0.8rem;
  }
}

.post-category, .post-title, .post-excerpt {
  margin-bottom: 15px;
}

@media screen and (max-width: 782px) {
  .col-blog-featured {
    margin-bottom: 30px;
  }
}

.post-featured {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.post-featured img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .post-featured {
    height: 210px;
  }
}
@media screen and (max-width: 782px) {
  .post-featured {
    height: auto;
  }
  .post-featured img {
    position: relative;
  }
}

.post-sharing {
  margin-bottom: 60px;
}
.post-sharing .sharing-title {
  margin-bottom: 15px;
}
.post-sharing .sharing-buttons {
  margin-bottom: -7.5px !important;
}
.post-sharing .sharing-buttons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 2.5px;
  margin: 0 15px 7.5px 0;
  background-color: #0071CE;
  border-radius: 7.5px;
  color: #FFFFFF;
  text-align: center;
}
.post-sharing .sharing-buttons a:hover, .post-sharing .sharing-buttons a:focus-visible {
  background-color: #231F20 !important;
}
.post-sharing .sharing-buttons a:hover svg, .post-sharing .sharing-buttons a:focus-visible svg {
  fill: #FFFFFF;
}
@media screen and (max-width: 782px) {
  .post-sharing .sharing-buttons a {
    width: 40px;
    height: 40px;
  }
}
.post-sharing .sharing-buttons .button-facebook {
  background-color: #4267B2;
}
.post-sharing .sharing-buttons .button-twitter {
  background-color: #1DA1F2;
}
.post-sharing .sharing-buttons .button-linkedin {
  background-color: #0E76A8;
}
.post-sharing .sharing-buttons .button-email {
  background-color: #9C777C;
}
@media screen and (max-width: 782px) {
  .post-sharing .sharing-buttons svg {
    width: 26px;
    height: 26px;
    top: 4px;
  }
}
@media screen and (max-width: 782px) {
  .post-sharing {
    margin-bottom: 45px;
  }
}

.single-post .rank-math-breadcrumb {
  margin-bottom: 45px;
}
.single-post .rank-math-breadcrumb.post-bottom {
  margin-bottom: 0;
  margin-top: 45px;
}
.single-post .rank-math-breadcrumb a {
  color: #345071;
  text-decoration: none;
}
.single-post .rank-math-breadcrumb a:hover, .single-post .rank-math-breadcrumb a:focus-visible {
  color: #231F20;
  text-decoration: underline;
}
.single-post .featured-image {
  display: block;
  margin: 0 auto 45px;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3, .single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5, .single-post .entry-content h6, .single-post .entry-content .h6 {
  color: #231F20;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3 {
  font-size: min(max(1.4rem, 3.5vw), 28px);
  font-weight: 600;
  line-height: 1.25em;
}
.single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5, .single-post .entry-content h6, .single-post .entry-content .h6 {
  font-size: min(max(1.2rem, 3vw), 24px);
  line-height: 1.25em;
}
.single-post .entry-content a {
  color: #345071;
}
.single-post .entry-content a:hover, .single-post .entry-content a:focus-visible {
  color: #231F20;
}
.single-post .entry-content .wp-block-image figure {
  padding: 7.5px;
  background-color: #E4E4E4;
  border: 1px solid #C4C4C4;
}
.single-post .entry-content .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: -3.75px;
  padding: 15px;
  background-color: #E4E4E4;
  border: 1px solid #C4C4C4;
  border-top: none;
  color: #383838;
  font-size: 85%;
  line-height: 1.35em;
  text-align: center;
}
.single-post .post-search-categories {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin-top: 30px;
}
.single-post .post-search-categories .post-categories + .search-form {
  margin-bottom: 45px;
  margin-top: 22.5px;
}
.single-post .block-related-resources {
  margin-bottom: 0;
}

.post-pagination {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .post-pagination {
    margin-top: 45px;
  }
}
.post-pagination a, .post-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 7.5px;
  font-size: 115%;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}
@media screen and (max-width: 782px) {
  .post-pagination a, .post-pagination span {
    width: 30px;
    height: 30px;
    margin: 2.5px;
  }
}
.post-pagination a:hover, .post-pagination a:focus-visible {
  color: #447E83;
}
.post-pagination .current {
  background-color: #447E83;
  border-radius: 7.5px;
  color: #FFFFFF !important;
}
.post-pagination svg {
  fill: #4F7199;
}
.post-pagination svg:hover, .post-pagination svg:focus-visible {
  fill: #231F20;
}
.post-pagination .prev svg {
  transform: scaleX(-1);
}

@media screen and (max-width: 782px) {
  .page-template-landing #main-header {
    height: 207px;
  }
  .page-template-landing #main-header .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-template-landing #main-header + #content {
    margin-top: 207px;
  }
}
@media screen and (max-width: 782px) {
  .page-template-landing #main-header #logo {
    height: 65px !important;
    padding: 0 !important;
  }
  .page-template-landing #main-header #logo img {
    height: 65px !important;
  }
}
.page-template-landing #main-header .col-tagline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 782px) {
  .page-template-landing #main-header .col-tagline {
    flex-direction: column;
    justify-content: center;
    margin-top: 22.5px;
  }
}
.page-template-landing #main-header .col-tagline .header-tagline {
  margin-bottom: 0;
  font-weight: 600;
}
.page-template-landing #main-header .col-tagline .red-button {
  margin-left: 22.5px;
}
@media screen and (max-width: 782px) {
  .page-template-landing #main-header .col-tagline .red-button {
    margin: 7.5px 0 0 0 !important;
    padding: 10px 20px !important;
    font-size: 1.75em !important;
  }
}

.page-template-landing-vets #main-header .menu-item img, .post-type-archive-veteran-resources #main-header .menu-item img, .single-veteran-resources #main-header .menu-item img {
  display: inline-block;
  width: auto;
  max-height: 100%;
  margin-right: 7.5px;
}
@media screen and (max-width: 1081px) {
  .page-template-landing-vets #main-header .menu-item img, .post-type-archive-veteran-resources #main-header .menu-item img, .single-veteran-resources #main-header .menu-item img {
    display: none;
  }
}
.page-template-landing-vets #main-header .menu-item.underline-text a, .post-type-archive-veteran-resources #main-header .menu-item.underline-text a, .single-veteran-resources #main-header .menu-item.underline-text a {
  text-decoration: underline !important;
}
.page-template-landing-vets #main-header .menu-item.underline-text a:hover, .page-template-landing-vets #main-header .menu-item.underline-text a:focus-visible, .post-type-archive-veteran-resources #main-header .menu-item.underline-text a:hover, .post-type-archive-veteran-resources #main-header .menu-item.underline-text a:focus-visible, .single-veteran-resources #main-header .menu-item.underline-text a:hover, .single-veteran-resources #main-header .menu-item.underline-text a:focus-visible {
  text-decoration: none !important;
}

.page-template-landing-vets #content .wp-block-heading.has-large-font-size {
  font-size: min(max(28px, 3vw), 36px) !important;
  font-weight: 600;
  line-height: 1.4em;
}
.page-template-landing-vets #content .gradient-angle-right-bg {
  position: relative;
}
.page-template-landing-vets #content .gradient-angle-right-bg > * {
  position: relative;
  z-index: 5;
}
.page-template-landing-vets #content .gradient-angle-right-bg:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 626px;
  height: 500px;
  bottom: 0;
  right: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="626" height="500" viewBox="0 0 626 500" fill="none"><path d="M626 0L0 500H626V0Z" fill="url(%23paint0_linear_1644_19657)"/><defs><linearGradient id="paint0_linear_1644_19657" x1="243" y1="268" x2="755.374" y2="337.293" gradientUnits="userSpaceOnUse"><stop stop-color="%231D538E"/><stop offset="1" stop-color="%23D12229"/></linearGradient></defs></svg>') no-repeat;
  background-size: contain;
}
.page-template-landing-vets #content .img-height-45 {
  padding-bottom: 0;
  padding-top: 30px;
}
.page-template-landing-vets #content .img-height-45 img {
  max-height: 45px;
}
@media screen and (max-width: 782px) {
  .page-template-landing-vets #content .two-cols-mobile .wp-block-column {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .page-template-landing-vets #content .two-cols-mobile .wp-block-column img {
    width: auto;
    max-height: 90px;
  }
}
.page-template-landing-vets #content .mt-0 {
  margin-top: 0;
}
.page-template-landing-vets #content .pb-0 {
  padding-bottom: 0 !important;
}
.page-template-landing-vets #content .numbers-columns {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-landing-vets #content .numbers-columns .blue-text {
  margin-bottom: 15px;
  color: #FFFFFF !important;
  line-height: 1em;
  white-space: nowrap;
}
.page-template-landing-vets #content .numbers-columns .number-col {
  flex: 0 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-landing-vets #content .numbers-columns .number-col:last-child {
  flex-grow: 1;
  flex-shrink: 0;
}
.page-template-landing-vets #content .block-testimonial.dark-grey .quote {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: min(max(18px, 2.5vw), 22px);
  line-height: 1.35em;
}
@media screen and (max-width: 782px) {
  .page-template-landing-vets #content .block-testimonial.dark-grey .quote {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.page-template-landing-vets #content .block-testimonial.dark-grey .quote:before {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 782px) {
  .page-template-landing-vets #content .block-testimonial.dark-grey .quote-box {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-landing-vets #content .block-testimonial.dark-grey .quote-box {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 782px) {
  .page-template-landing-vets #content .block-testimonial.dark-grey .testimonial-image {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -45px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 782px) {
  .page-template-landing-vets #content .block-testimonial.dark-grey .quote-name {
    position: relative;
    right: 0;
    max-width: 100% !important;
    margin-top: 22.5px;
    text-align: center !important;
  }
}
.page-template-landing-vets #content .btn-secondary {
  border-color: #00346d !important;
  color: #00346d !important;
}
.page-template-landing-vets #content .btn-secondary:hover, .page-template-landing-vets #content .btn-secondary:focus-visible {
  background-color: #00346d !important;
  color: #FFFFFF !important;
}
.page-template-landing-vets #content .gform_wrapper label {
  font-weight: 600 !important;
}
.page-template-landing-vets #content .gform_wrapper .gfield_html {
  max-width: 695px;
  margin-bottom: 0 !important;
  margin-top: 22.5px !important;
}
.page-template-landing-vets #content .gform_wrapper small {
  font-size: 1.05rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.page-template-landing-vets #content .talk-text {
  margin-top: 45px;
}
.page-template-landing-vets #content .map-selector div:nth-child(3) {
  background-color: #5A77A0;
}
.page-template-landing-vets #content .map-selector div:nth-child(3):hover, .page-template-landing-vets #content .map-selector div:nth-child(3):focus-visible {
  background-color: #6a8cbd;
}
.page-template-landing-vets .home-info-boxes .h3 {
  color: #D12229;
  font-family: League Gothic;
  font-size: clamp(2.25rem, 1.5rem + 2vw, 3rem) !important; /* min: 36px, max: 48px */
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.width-1020 {
  display: block;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.veteran-resources-hero {
  min-height: 400px;
  margin-bottom: 60px !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 782px) {
  .veteran-resources-hero {
    min-height: auto;
    margin-bottom: 45px !important;
    padding-bottom: 22.5px !important;
    padding-top: 22.5px !important;
  }
  .veteran-resources-hero .headline {
    min-height: 125px;
  }
}
.veteran-resources-hero .inner {
  max-width: 920px;
  width: 100%;
  padding: 60px 22.5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1081px) {
  .veteran-resources-hero .inner {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }
}
@media screen and (max-width: 782px) {
  .veteran-resources-hero .inner {
    padding: 15px 0;
  }
}
.veteran-resources-hero .inner .headline {
  display: flex;
  align-items: center;
  margin: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 782px) {
  .veteran-resources-hero .inner .headline {
    justify-content: center;
  }
}
.veteran-resources-hero .inner .headline .icon {
  display: flex;
  align-items: center;
  height: 140px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 5px solid #FFFFFF;
}
@media screen and (max-width: 1081px) {
  .veteran-resources-hero .inner .headline .icon {
    height: 120px;
  }
}
@media screen and (max-width: 782px) {
  .veteran-resources-hero .inner .headline .icon {
    height: 100px;
    padding-right: 15px;
    margin-right: 15px;
    border-right-width: 3px;
  }
}
@media screen and (max-width: 576px) {
  .veteran-resources-hero .inner .headline .icon {
    height: 80px;
  }
}
.veteran-resources-hero .inner .headline .text {
  line-height: 1.1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 782px) {
  .veteran-resources-hero .inner .headline .text {
    max-width: 250px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 576px) {
  .veteran-resources-hero .inner .headline .text {
    max-width: 235px;
    font-size: 2.5rem !important;
  }
}

.purovet-categories-row {
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 782px) {
  .purovet-categories-row {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 45px !important;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -30px !important;
  }
}
.purovet-categories-row .col-category {
  margin-top: 45px !important;
  text-align: center;
}
@media screen and (max-width: 1081px) {
  .purovet-categories-row .col-category {
    margin-top: 22.5px !important;
  }
}
@media screen and (max-width: 782px) {
  .purovet-categories-row .col-category {
    flex: 0 0 50% !important;
    margin-top: 22.5px !important;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .purovet-categories-row .col-category a .icon {
    flex: 0 0 80px;
    background-color: #1D538E !important;
  }
  .purovet-categories-row .col-category a .icon:hover, .purovet-categories-row .col-category a .icon:focus-visible {
    background-color: #00346D !important;
  }
  .purovet-categories-row .col-category a .name {
    color: #000;
    text-shadow: none;
  }
}
.purovet-categories-row .col-category a {
  color: #FFFFFF;
  text-decoration: none;
}
.purovet-categories-row .col-category a:hover, .purovet-categories-row .col-category a:focus-visible {
  color: #E4E4E4;
}
.purovet-categories-row .col-category a:hover .icon, .purovet-categories-row .col-category a:focus-visible .icon {
  background-color: #E4E4E4;
  transform: scale(1.05);
}
.purovet-categories-row .col-category .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 22.5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1081px) {
  .purovet-categories-row .col-category .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 782px) {
  .purovet-categories-row .col-category .icon {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
}
@media screen and (max-width: 420px) {
  .purovet-categories-row .col-category .icon {
    width: 65px;
    height: 65px;
    padding: 10px;
  }
}
.purovet-categories-row .col-category .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.25s ease-in-out;
}
.purovet-categories-row .col-category .icon + .name {
  margin-top: 15px;
}
@media screen and (max-width: 782px) {
  .purovet-categories-row .col-category .icon + .name {
    margin-top: 7.5px;
  }
}
.purovet-categories-row .col-category .name {
  display: block;
  font-size: clamp(1.15rem, 1.018rem + 1.143vw, 1.875rem);
  font-weight: 700;
  line-height: 1.3em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 782px) {
  .purovet-categories-row .col-category .name {
    font-weight: 600;
    text-shadow: none;
  }
}

.purovet-badges {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .purovet-badges {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 782px) {
  .purovet-badges {
    margin-bottom: 30px;
  }
}

.resources-feed-title {
  margin-bottom: 45px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1081px) {
  .resources-feed-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 782px) {
  .resources-feed-title {
    margin-bottom: 22.5px;
  }
}

@media screen and (max-width: 1510px) {
  .post-type-archive-veteran-resources #main-header .menu-item, .single-veteran-resources #main-header .menu-item, .page-template-landing-vets #main-header .menu-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .post-type-archive-veteran-resources #main-header #logo, .post-type-archive-veteran-resources #main-header #logo img, .single-veteran-resources #main-header #logo, .single-veteran-resources #main-header #logo img, .page-template-landing-vets #main-header #logo, .page-template-landing-vets #main-header #logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1081px) {
  .post-type-archive-veteran-resources #main-header #logo, .post-type-archive-veteran-resources #main-header #logo img, .single-veteran-resources #main-header #logo, .single-veteran-resources #main-header #logo img, .page-template-landing-vets #main-header #logo, .page-template-landing-vets #main-header #logo img {
    height: 45px;
  }
}
@media screen and (max-width: 540px) {
  .post-type-archive-veteran-resources #main-header #logo, .post-type-archive-veteran-resources #main-header #logo img, .single-veteran-resources #main-header #logo, .single-veteran-resources #main-header #logo img, .page-template-landing-vets #main-header #logo, .page-template-landing-vets #main-header #logo img {
    height: 28px;
  }
}

.post-type-archive-veteran-resources #main-container .no-next, .single-veteran-resources #main-container .no-next {
  margin: 0 !important;
}
.post-type-archive-veteran-resources #main-container .block-hero-area.acf-custom-block, .single-veteran-resources #main-container .block-hero-area.acf-custom-block {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 782px) {
  .post-type-archive-veteran-resources #main-container .block-hero-area.acf-custom-block, .single-veteran-resources #main-container .block-hero-area.acf-custom-block {
    margin-bottom: 45px !important;
  }
}
.post-type-archive-veteran-resources #main-container .veteran-post-form, .single-veteran-resources #main-container .veteran-post-form {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .inner, .single-veteran-resources #main-container .veteran-post-form .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 22.5px 0;
}
@media screen and (max-width: 1081px) {
  .post-type-archive-veteran-resources #main-container .veteran-post-form .inner, .single-veteran-resources #main-container .veteran-post-form .inner {
    padding: 15px 0;
  }
}
@media screen and (max-width: 782px) {
  .post-type-archive-veteran-resources #main-container .veteran-post-form .inner, .single-veteran-resources #main-container .veteran-post-form .inner {
    padding: 0;
  }
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .form-title, .post-type-archive-veteran-resources #main-container .veteran-post-form .form-excerpt, .post-type-archive-veteran-resources #main-container .veteran-post-form .gfield_label, .post-type-archive-veteran-resources #main-container .veteran-post-form .gfield--type-html, .single-veteran-resources #main-container .veteran-post-form .form-title, .single-veteran-resources #main-container .veteran-post-form .form-excerpt, .single-veteran-resources #main-container .veteran-post-form .gfield_label, .single-veteran-resources #main-container .veteran-post-form .gfield--type-html {
  color: #FFFFFF !important;
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .form-title, .single-veteran-resources #main-container .veteran-post-form .form-title {
  margin-bottom: 30px;
  font-size: clamp(1.625rem, 1.179rem + 1.429vw, 2.25rem);
  line-height: 1.1em;
  text-align: center;
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .form-excerpt, .single-veteran-resources #main-container .veteran-post-form .form-excerpt {
  font-size: clamp(1.125rem, 0.946rem + 0.571vw, 1.375rem);
  font-weight: 600;
  line-height: 1.35em;
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .gfield_label, .post-type-archive-veteran-resources #main-container .veteran-post-form .gfield--type-html, .single-veteran-resources #main-container .veteran-post-form .gfield_label, .single-veteran-resources #main-container .veteran-post-form .gfield--type-html {
  font-weight: 600 !important;
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .gfield--type-html, .single-veteran-resources #main-container .veteran-post-form .gfield--type-html {
  max-width: 860px;
}
.post-type-archive-veteran-resources #main-container .veteran-post-form .gfield--type-html small, .single-veteran-resources #main-container .veteran-post-form .gfield--type-html small {
  display: block;
  margin-top: 15px;
  font-size: clamp(1.125rem, 0.946rem + 0.571vw, 1.375rem) !important;
  font-style: normal;
  line-height: 1.35em !important;
}
.post-type-archive-veteran-resources #main-container .feed-post, .single-veteran-resources #main-container .feed-post {
  align-items: center;
}
.post-type-archive-veteran-resources #main-container .feed-post .col-image img, .single-veteran-resources #main-container .feed-post .col-image img {
  display: block;
}
@media screen and (max-width: 782px) {
  .post-type-archive-veteran-resources #main-container .feed-post .col-content, .single-veteran-resources #main-container .feed-post .col-content {
    padding-right: 0 !important;
  }
}
.post-type-archive-veteran-resources #main-container .feed-post .more-link, .single-veteran-resources #main-container .feed-post .more-link {
  margin-top: 22.5px;
  line-height: 1em;
}

.post-type-archive-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .single-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .page-template-landing-vets #main-container .block-hero-area.acf-custom-block:not(.has-background) {
  background: linear-gradient(150deg, #00346D 78%, #fff 78%, #fff 80%, rgb(209, 34, 41) 80%, #00346D 100%);
}
@media screen and (max-width: 1440px) {
  .post-type-archive-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .single-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .page-template-landing-vets #main-container .block-hero-area.acf-custom-block:not(.has-background) {
    background: linear-gradient(150deg, #00346D 68%, #fff 68%, #fff 70%, rgb(209, 34, 41) 70%, #00346D 100%);
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .single-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .page-template-landing-vets #main-container .block-hero-area.acf-custom-block:not(.has-background) {
    background: linear-gradient(140deg, #00346D 68%, #fff 68%, #fff 70%, rgb(209, 34, 41) 70%, #00346D 100%);
  }
}
@media screen and (max-width: 640px) {
  .post-type-archive-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .single-veteran-resources #main-container .block-hero-area.acf-custom-block:not(.has-background), .page-template-landing-vets #main-container .block-hero-area.acf-custom-block:not(.has-background) {
    background: linear-gradient(130deg, #00346D 73%, #fff 73%, #fff 75%, rgb(209, 34, 41) 75%, #00346D 100%);
  }
}

.veteran-resources-cta {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1081px) {
  .veteran-resources-cta {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 782px) {
  .veteran-resources-cta {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}
.veteran-resources-cta .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: rgba(234, 234, 234, 0.5);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.veteran-resources-cta .inner .col-image {
  flex: 0 0 50%;
  padding-right: 45px;
}
@media screen and (max-width: 1081px) {
  .veteran-resources-cta .inner .col-image {
    padding-right: 30px;
  }
}
@media screen and (max-width: 782px) {
  .veteran-resources-cta .inner .col-image {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 22.5px;
  }
}
.veteran-resources-cta .inner .col-content {
  text-align: center;
}
@media screen and (max-width: 782px) {
  .veteran-resources-cta .inner .col-content {
    padding: 0;
  }
}
.veteran-resources-cta .inner .col-content .headline {
  margin-bottom: 22.5px;
  font-size: clamp(1.625rem, 1.179rem + 1.429vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2em;
}
.veteran-resources-cta .inner .col-content .button-links {
  margin-top: -15px;
}
.veteran-resources-cta .inner .col-content .button-links .red-button {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1em;
}

.veteran-resources-featured .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.veteran-resources-featured .inner .headline {
  margin-bottom: 45px;
  font-size: clamp(1.625rem, 1.179rem + 1.429vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .veteran-resources-featured .inner .headline {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 782px) {
  .veteran-resources-featured .inner .col-post {
    flex: 0 0 100%;
  }
  .veteran-resources-featured .inner .col-post + .col-post {
    margin-top: 30px;
  }
}
.veteran-resources-featured .inner .post-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 40px;
  background-color: #FCFCFC;
  border-radius: 4px;
  border: 2px solid #E1E1DE;
}
@media screen and (max-width: 782px) {
  .veteran-resources-featured .inner .post-wrapper {
    padding: 22.5px;
  }
}
.veteran-resources-featured .inner .post-wrapper .image, .veteran-resources-featured .inner .post-wrapper img {
  display: block;
}
.veteran-resources-featured .inner .post-wrapper .image {
  margin-bottom: 22.5px;
}
.veteran-resources-featured .inner .post-wrapper .post-content {
  margin-bottom: 22.5px;
}
.veteran-resources-featured .inner .post-wrapper .post-content .title {
  margin-bottom: 15px;
  font-size: clamp(1.625rem, 1.268rem + 1.143vw, 2.125rem);
  font-weight: 600;
  line-height: 1.2em;
}
.veteran-resources-featured .inner .post-wrapper .post-content .title a {
  text-decoration: none;
}
.veteran-resources-featured .inner .post-wrapper .post-content .title a:hover, .veteran-resources-featured .inner .post-wrapper .post-content .title a:focus-visible {
  color: #E4E4E4;
}
.veteran-resources-featured .inner .post-wrapper .more-link {
  margin-top: auto;
}
.veteran-resources-featured .inner .post-wrapper .more-link .red-button {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1em;
}

@media screen and (max-width: 1081px) {
  .veterans-blue-footer .wp-block-columns .wp-block-column:last-child {
    flex-basis: 40% !important;
  }
}
.veterans-blue-footer .h2 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 782px) {
  .veterans-blue-footer .h2 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
}
.veterans-blue-footer .block-cta-button {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 1em;
}
.veterans-blue-footer .block-cta-button p {
  display: flex;
  align-items: center;
  line-height: 1em;
}
@media screen and (max-width: 782px) {
  .veterans-blue-footer .block-cta-button p {
    justify-content: center;
    margin-bottom: 15px !important;
  }
}
.veterans-blue-footer .red-button {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1em;
  white-space: nowrap;
}

.resources-slider-headline {
  margin-bottom: -30px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .resources-slider-headline {
    margin-top: 45px;
  }
}

.veterans-footer-row {
  max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 782px) {
  .veterans-footer-row .footer-col5 p {
    margin-bottom: 0 !important;
  }
}

.single-veteran-resources article {
  padding-top: 0 !important;
}
.single-veteran-resources .article-inner {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.single-veteran-resources .article-inner .entry-title {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources .article-inner .entry-title {
    line-height: 1em !important;
  }
}
.single-veteran-resources .article-inner .featured-image {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-veteran-resources #content .veteran-blog-cta {
  height: 80px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 45px;
  margin-top: 45px;
  background-color: #00346D;
  color: #FFF;
  overflow: visible;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources #content .veteran-blog-cta {
    height: auto;
  }
}
.single-veteran-resources #content .veteran-blog-cta h2, .single-veteran-resources #content .veteran-blog-cta .h2 {
  font-size: clamp(1.25rem, 1.071rem + 0.571vw, 1.5rem) !important;
  line-height: 1.15em !important;
}
.single-veteran-resources #content .veteran-blog-cta h2, .single-veteran-resources #content .veteran-blog-cta .h2, .single-veteran-resources #content .veteran-blog-cta .block-cta-button a {
  color: #FFF !important;
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-bottom: 22.5px !important;
  padding-top: 22.5px !important;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns {
    text-align: center !important;
  }
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column {
    margin-bottom: 0 !important;
  }
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 22.5px !important;
  }
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column .block-cta-button {
    margin: 0 !important;
  }
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column:first-child {
  flex: 0 0 250px;
}
@media screen and (max-width: 1081px) {
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column:first-child {
    flex: 0 0 180px;
  }
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .headline-col {
  flex: 1 1 auto;
  width: 100%;
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column:last-child {
  flex: 0 0 195px;
}
@media screen and (max-width: 1081px) {
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .wp-block-column:last-child {
    flex: 0 0 180px;
  }
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .cta-van {
  margin: 0;
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .cta-van img {
  display: block;
  width: auto;
  max-width: none;
  height: 115px;
}
@media screen and (max-width: 1081px) {
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .cta-van img {
    width: calc(100% + 22.5px);
    height: auto;
  }
}
@media screen and (max-width: 782px) {
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .cta-van img {
    width: auto;
    height: 115px;
    margin: 0 auto;
  }
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .block-cta-button {
  text-align: center;
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .block-cta-button p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1em;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources #content .veteran-blog-cta .wp-block-columns .block-cta-button p {
    justify-content: center;
    text-align: center;
  }
}
.single-veteran-resources #content .veteran-blog-cta .wp-block-columns .block-cta-button a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1em;
  white-space: nowrap;
}
.single-veteran-resources .back-sharing {
  align-items: center;
  margin-top: 45px;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources .back-sharing {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .single-veteran-resources .back-sharing .col {
    flex: 0 0 100%;
  }
}
.single-veteran-resources .back-sharing .col-back a {
  display: inline-block;
  padding-left: 60px;
  background: url('data:image/svg+xml,<svg width="16" height="23" viewBox="0 0 16 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.317 19.9961L3.7849 11.4979L12.317 2.99979" stroke="black" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>') left center no-repeat;
  background-size: 15px 21px;
  color: #000 !important;
  font-size: clamp(1.125rem, 0.768rem + 1.143vw, 1.625rem);
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}
@media screen and (max-width: 1081px) {
  .single-veteran-resources .back-sharing .col-back a {
    padding-left: 45px;
  }
}
@media screen and (max-width: 782px) {
  .single-veteran-resources .back-sharing .col-back a {
    padding-left: 30px;
  }
}
.single-veteran-resources .back-sharing .col-back a:hover, .single-veteran-resources .back-sharing .col-back a:focus-visible {
  color: #00346D !important;
}
.single-veteran-resources .back-sharing .col-sharing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources .back-sharing .col-sharing {
    display: block !important;
    margin-bottom: 45px;
  }
}
.single-veteran-resources .back-sharing .col-sharing .sharing-title {
  margin: 0;
  font-size: clamp(1.125rem, 0.768rem + 1.143vw, 1.625rem);
  font-weight: 600;
}
@media screen and (max-width: 782px) {
  .single-veteran-resources .back-sharing .col-sharing .sharing-title {
    margin-bottom: 15px;
  }
}
.single-veteran-resources .back-sharing .col-sharing .sharing-buttons a {
  margin-left: 30px;
}
@media screen and (max-width: 1081px) {
  .single-veteran-resources .back-sharing .col-sharing .sharing-buttons a {
    margin-left: 22.5px;
  }
}
@media screen and (max-width: 782px) {
  .single-veteran-resources .back-sharing .col-sharing .sharing-buttons a {
    margin-left: 0;
    margin-right: 22.5px;
  }
}
.single-veteran-resources .back-sharing .col-sharing .sharing-buttons svg {
  margin: 0;
}

#main-nav #menu-wrapper .icon-phone a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7.5px;
  background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.2578 1.47656C20.6875 1.59375 21 1.94531 21 2.375C21 12.4141 12.875 20.5 2.875 20.5C2.40625 20.5 2.05469 20.2266 1.9375 19.7969L1 15.7344C0.921875 15.3047 1.11719 14.8359 1.54688 14.6406L5.92188 12.7656C6.3125 12.6094 6.74219 12.7266 7.01562 13.0391L8.96875 15.4219C12.0156 13.9766 14.4766 11.4766 15.8828 8.50781L13.5 6.55469C13.1875 6.28125 13.0703 5.85156 13.2266 5.46094L15.1016 1.08594C15.2969 0.65625 15.7656 0.421875 16.1953 0.539062L20.2578 1.47656Z" fill="%232B2A2A"/></svg>') no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1081px) {
  #main-nav #menu-wrapper .icon-phone a:before {
    display: none !important;
  }
}

#main-footer .addl-logo {
  max-width: 100px;
  height: auto;
}

/* Classes and styles applied by the Wordpress block editor */
/* Text and background colors */
.has-black-color, .has-black-color > * {
  color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-blue-color, .has-blue-color > * {
  color: #345071 !important;
}

.has-blue-background-color {
  background-color: #345071 !important;
}

.has-body-color, .has-body-color > * {
  color: #231F20 !important;
}

.has-body-background-color {
  background-color: #231F20 !important;
}

.has-gray-color, .has-gray-color > * {
  color: #9F9F9F !important;
}

.has-gray-background-color {
  background-color: #9F9F9F !important;
}

.has-light-blue-color, .has-light-blue-color > * {
  color: #4F7199 !important;
}

.has-light-blue-background-color {
  background-color: #4F7199 !important;
}

.has-light-gray-color, .has-light-gray-color > * {
  color: #C4C4C4 !important;
}

.has-light-gray-background-color {
  background-color: #C4C4C4 !important;
}

.has-medium-gray-color, .has-medium-gray-color > * {
  color: #575859 !important;
}

.has-medium-gray-background-color {
  background-color: #575859 !important;
}

.has-orange-color, .has-orange-color > * {
  color: #F68D3D !important;
}

.has-orange-background-color {
  background-color: #F68D3D !important;
}

.has-red-color, .has-red-color > * {
  color: #EC1C24 !important;
}

.has-red-background-color {
  background-color: #EC1C24 !important;
}

.has-teal-color, .has-teal-color > * {
  color: #447E83 !important;
}

.has-teal-background-color {
  background-color: #447E83 !important;
}

.has-white-color, .has-white-color > * {
  color: #FFFFFF !important;
}

.has-white-background-color {
  background-color: #FFFFFF !important;
}

/* Text sizes */
.has-large-font-size {
  font-size: 1.5rem !important;
  line-height: 1.35em;
}

.has-medium-font-size {
  font-size: 1.25rem !important;
  line-height: 1.5em;
}

.has-small-font-size {
  font-size: 0.875rem !important;
  line-height: 1.35em;
}

@media screen and (max-width: 782px) {
  .has-large-font-size {
    font-size: 1.25rem !important;
  }
  .has-medium-font-size {
    font-size: 1.1rem !important;
  }
  .has-small-font-size {
    font-size: 0.75rem !important;
  }
}
/* Margins */
.m-1 {
  margin: 3.75px !important;
}

.m-2 {
  margin: 15px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 45px !important;
}

.m-5 {
  margin: 60px !important;
}

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

.mb-1 {
  margin-bottom: 3.75px !important;
}

.mb-2 {
  margin-bottom: 15px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 45px !important;
}

.mb-5 {
  margin-bottom: 60px !important;
}

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

.ml-1 {
  margin-left: 3.75px !important;
}

.ml-2 {
  margin-left: 15px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 45px !important;
}

.ml-5 {
  margin-left: 60px !important;
}

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

.mr-1 {
  margin-right: 3.75px !important;
}

.mr-2 {
  margin-right: 15px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 45px !important;
}

.mr-5 {
  margin-right: 60px !important;
}

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

.mt-1 {
  margin-top: 3.75px !important;
}

.mt-2 {
  margin-top: 15px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 45px !important;
}

.mt-5 {
  margin-top: 60px !important;
}

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

@media screen and (max-width: 1081px) {
  .m-1 {
    margin: 3.75px !important;
  }
  .m-2 {
    margin: 7.5px !important;
  }
  .m-3 {
    margin: 22.5px !important;
  }
  .m-4 {
    margin: 30px !important;
  }
  .m-5 {
    margin: 45px !important;
  }
  .mb-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-3 {
    margin-bottom: 22.5px !important;
  }
  .mb-4 {
    margin-bottom: 30px !important;
  }
  .mb-5 {
    margin-bottom: 45px !important;
  }
  .ml-1 {
    margin-left: 3.75px !important;
  }
  .ml-2 {
    margin-left: 7.5px !important;
  }
  .ml-3 {
    margin-left: 22.5px !important;
  }
  .ml-4 {
    margin-left: 30px !important;
  }
  .ml-5 {
    margin-left: 45px !important;
  }
  .mr-1 {
    margin-right: 3.75px !important;
  }
  .mr-2 {
    margin-right: 7.5px !important;
  }
  .mr-3 {
    margin-right: 22.5px !important;
  }
  .mr-4 {
    margin-right: 30px !important;
  }
  .mr-5 {
    margin-right: 45px !important;
  }
  .mt-1 {
    margin-top: 3.75px !important;
  }
  .mt-2 {
    margin-top: 7.5px !important;
  }
  .mt-3 {
    margin-top: 22.5px !important;
  }
  .mt-4 {
    margin-top: 30px !important;
  }
  .mt-5 {
    margin-top: 45px !important;
  }
  .mb-m-0 {
    margin-bottom: 0 !important;
  }
  .ml-m-0 {
    margin-left: 0 !important;
  }
  .mr-m-0 {
    margin-right: 0 !important;
  }
  .mt-m-0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 782px) {
  .m-1 {
    margin: 3.75px !important;
  }
  .m-2 {
    margin: 7.5px !important;
  }
  .m-3 {
    margin: 15px !important;
  }
  .m-4 {
    margin: 22.5px !important;
  }
  .m-5 {
    margin: 30px !important;
  }
  .mb-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-3 {
    margin-bottom: 15px !important;
  }
  .mb-4 {
    margin-bottom: 22.5px !important;
  }
  .mb-5 {
    margin-bottom: 30px !important;
  }
  .ml-1 {
    margin-left: 3.75px !important;
  }
  .ml-2 {
    margin-left: 7.5px !important;
  }
  .ml-3 {
    margin-left: 15px !important;
  }
  .ml-4 {
    margin-left: 22.5px !important;
  }
  .ml-5 {
    margin-left: 30px !important;
  }
  .mr-1 {
    margin-right: 3.75px !important;
  }
  .mr-2 {
    margin-right: 7.5px !important;
  }
  .mr-3 {
    margin-right: 15px !important;
  }
  .mr-4 {
    margin-right: 22.5px !important;
  }
  .mr-5 {
    margin-right: 30px !important;
  }
  .mt-1 {
    margin-top: 3.75px !important;
  }
  .mt-2 {
    margin-top: 7.5px !important;
  }
  .mt-3 {
    margin-top: 15px !important;
  }
  .mt-4 {
    margin-top: 22.5px !important;
  }
  .mt-5 {
    margin-top: 30px !important;
  }
  .mb-m-0 {
    margin-bottom: 0 !important;
  }
  .ml-m-0 {
    margin-left: 0 !important;
  }
  .mr-m-0 {
    margin-right: 0 !important;
  }
  .mt-m-0 {
    margin-top: 0 !important;
  }
}
/* Padding */
.p-1 {
  padding: 3.75px !important;
}

.p-2 {
  padding: 15px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 45px !important;
}

.p-5 {
  padding: 60px !important;
}

.pb-1 {
  padding-bottom: 3.75px !important;
}

.pb-2 {
  padding-bottom: 15px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 45px !important;
}

.pb-5 {
  padding-bottom: 60px !important;
}

.pl-1 {
  padding-left: 3.75px !important;
}

.pl-2 {
  padding-left: 15px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 45px !important;
}

.pl-5 {
  padding-left: 60px !important;
}

.pr-1 {
  padding-right: 3.75px !important;
}

.pr-2 {
  padding-right: 15px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 45px !important;
}

.pr-5 {
  padding-right: 60px !important;
}

.pt-1 {
  padding-top: 3.75px !important;
}

.pt-2 {
  padding-top: 15px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 45px !important;
}

.pt-5 {
  padding-top: 60px !important;
}

@media screen and (max-width: 1081px) {
  .p-1 {
    padding: 3.75px !important;
  }
  .p-2 {
    padding: 7.5px !important;
  }
  .p-3 {
    padding: 22.5px !important;
  }
  .p-4 {
    padding: 30px !important;
  }
  .p-5 {
    padding: 45px !important;
  }
  .pb-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-3 {
    padding-bottom: 22.5px !important;
  }
  .pb-4 {
    padding-bottom: 30px !important;
  }
  .pb-5 {
    padding-bottom: 45px !important;
  }
  .pl-1 {
    padding-left: 3.75px !important;
  }
  .pl-2 {
    padding-left: 7.5px !important;
  }
  .pl-3 {
    padding-left: 22.5px !important;
  }
  .pl-4 {
    padding-left: 30px !important;
  }
  .pl-5 {
    padding-left: 45px !important;
  }
  .pr-1 {
    padding-right: 3.75px !important;
  }
  .pr-2 {
    padding-right: 7.5px !important;
  }
  .pr-3 {
    padding-right: 22.5px !important;
  }
  .pr-4 {
    padding-right: 30px !important;
  }
  .pr-5 {
    padding-right: 45px !important;
  }
  .pt-1 {
    padding-top: 3.75px !important;
  }
  .pt-2 {
    padding-top: 7.5px !important;
  }
  .pt-3 {
    padding-top: 22.5px !important;
  }
  .pt-4 {
    padding-top: 30px !important;
  }
  .pt-5 {
    padding-top: 45px !important;
  }
  .p-l-0 {
    padding: 0 !important;
  }
  .pb-l-0 {
    padding-bottom: 0 !important;
  }
  .pl-l-0 {
    padding-left: 0 !important;
  }
  .pr-l-0 {
    padding-right: 0 !important;
  }
  .pt-l-0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 782px) {
  .p-1 {
    padding: 3.75px !important;
  }
  .p-2 {
    padding: 7.5px !important;
  }
  .p-3 {
    padding: 15px !important;
  }
  .p-4 {
    padding: 22.5px !important;
  }
  .p-5 {
    padding: 30px !important;
  }
  .pb-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-3 {
    padding-bottom: 15px !important;
  }
  .pb-4 {
    padding-bottom: 22.5px !important;
  }
  .pb-5 {
    padding-bottom: 30px !important;
  }
  .pl-1 {
    padding-left: 3.75px !important;
  }
  .pl-2 {
    padding-left: 7.5px !important;
  }
  .pl-3 {
    padding-left: 15px !important;
  }
  .pl-4 {
    padding-left: 22.5px !important;
  }
  .pl-5 {
    padding-left: 30px !important;
  }
  .pr-1 {
    padding-right: 3.75px !important;
  }
  .pr-2 {
    padding-right: 7.5px !important;
  }
  .pr-3 {
    padding-right: 15px !important;
  }
  .pr-4 {
    padding-right: 22.5px !important;
  }
  .pr-5 {
    padding-right: 30px !important;
  }
  .pt-1 {
    padding-top: 3.75px !important;
  }
  .pt-2 {
    padding-top: 7.5px !important;
  }
  .pt-3 {
    padding-top: 15px !important;
  }
  .pt-4 {
    padding-top: 22.5px !important;
  }
  .pt-5 {
    padding-top: 30px !important;
  }
  .p-m-0 {
    padding: 0 !important;
  }
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
  .pl-m-0 {
    padding-left: 0 !important;
  }
  .pr-m-0 {
    padding-right: 0 !important;
  }
  .pt-m-0 {
    padding-top: 0 !important;
  }
}
/* WP Blocks */
hr, .wp-block-separator {
  width: calc(100% + 90px) !important;
  max-width: none !important;
  height: 1px;
  margin-bottom: 45px;
  margin-top: 45px;
  margin-left: -90px !important;
  margin-right: 0 !important;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 76.36%, rgba(217, 217, 217, 0) 100%);
  border: none;
}
@media screen and (max-width: 782px) {
  hr, .wp-block-separator {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  hr, .wp-block-separator {
    margin-bottom: 22.5px;
    margin-top: 22.5px;
  }
}
hr.is-style-wide, .wp-block-separator.is-style-wide {
  width: calc(100% + 240px) !important;
  margin-bottom: 0 !important;
  margin-left: -120px !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  background-color: #9F9F9F;
}
@media screen and (max-width: 782px) {
  hr.is-style-wide, .wp-block-separator.is-style-wide {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
}
hr.indented, .wp-block-separator.indented {
  width: 100% !important;
  margin-bottom: 45px !important;
  margin-left: 0 !important;
  margin-top: 15px !important;
  background: linear-gradient(-270deg, rgba(0, 0, 0, 0.25) 76.36%, rgba(217, 217, 217, 0) 100%);
}
@media screen and (max-width: 782px) {
  hr.indented, .wp-block-separator.indented {
    margin-bottom: 30px !important;
  }
}

.wp-block-columns {
  clear: both !important;
  gap: unset !important;
  margin-bottom: 0;
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.wp-block-columns.hover-blue .wp-block-column img {
  transition: all 0.25s ease-in-out;
}
.wp-block-columns.hover-blue .wp-block-column:hover, .wp-block-columns.hover-blue .wp-block-column:focus-visible {
  color: #345071 !important;
}
.wp-block-columns.hover-blue .wp-block-column:hover svg, .wp-block-columns.hover-blue .wp-block-column:focus-visible svg {
  fill: #345071 !important;
}
.wp-block-columns.hover-blue .wp-block-column:hover img, .wp-block-columns.hover-blue .wp-block-column:focus-visible img {
  filter: invert(27%) sepia(61%) saturate(367%) hue-rotate(172deg) brightness(96%) contrast(96%);
}

@media screen and (max-width: 782px) {
  #content .wp-block-columns {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.entry-content .wp-block-columns:last-child {
  margin-bottom: -30px;
}

p + .wp-block-columns, p + #services-area {
  margin-top: 30px;
}

.wp-block-column {
  padding: 0 22.5px;
  margin: 0 0 60px;
}
@media screen and (max-width: 782px) {
  .wp-block-column {
    padding: 0 15px !important;
  }
}
.wp-block-column.pl-0 {
  padding-left: 0 !important;
}
.wp-block-column.pr-0 {
  padding-right: 0 !important;
}
.wp-block-column .wp-block-columns:not(.map-selector) {
  height: 100%;
  margin: 0 !important;
}
.wp-block-column .wp-block-columns:not(.map-selector) .wp-block-column {
  padding: 22.5px !important;
}
.wp-block-column .wp-block-columns:not(.map-selector) .wp-block-column ul {
  list-style: disc;
  padding-left: 22.5px !important;
}
.wp-block-column .full-height {
  position: relative;
  height: 100%;
}
.wp-block-column .full-height img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 782px) {
  .wp-block-column .full-height img {
    position: relative;
  }
}

@media screen and (max-width: 782px) {
  #content .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 45px !important;
  }
  #content .wp-block-column:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  #content .wp-block-column {
    margin-bottom: 30px !important;
  }
}

.wp-block-pullquote {
  max-width: 900px !important;
  padding: 0 15px !important;
  margin: 45px auto !important;
}
.wp-block-pullquote p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.45em;
}

.svg-circle {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  border-radius: 100%;
}
.svg-circle img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto !important;
}
.svg-circle.fill-white img {
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

a:hover .svg-circle, a:focus-visible .svg-circle {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.wp-block-button__link:active, .wp-block-button__link:visited, .wp-block-button__link:hover, .wp-block-button__link:focus-visible {
  color: initial;
}

.wp-block-embed {
  margin-bottom: 30px;
}
.wp-block-embed.mb-0 {
  margin-bottom: 0;
}
.wp-block-embed.responsive .wp-block-embed__wrapper, .wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper, .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.wp-block-embed.responsive iframe, .wp-block-embed.wp-block-embed-vimeo iframe, .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-block-embed.aspect-100 .wp-block-embed__wrapper {
  padding-bottom: 100%;
}
@media screen and (max-width: 782px) {
  .wp-block-embed.aspect-100 .wp-block-embed__wrapper {
    padding-bottom: 56.25%;
  }
}

.wp-block-image {
  position: relative;
  margin-bottom: 30px;
}
.wp-block-image.drop-shadow figure {
  position: relative;
}
.wp-block-image.drop-shadow figure img {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 782px) {
  .wp-block-image.drop-shadow figure img {
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}
.wp-block-image.drop-shadow figure figcaption {
  position: relative;
  z-index: 50;
  margin-top: 30px;
  text-align: center;
}
.wp-block-image.drop-shadow figure figcaption a {
  color: #345071;
  font-size: 85%;
  font-weight: bold;
}
.wp-block-image.drop-shadow figure figcaption a:hover, .wp-block-image.drop-shadow figure figcaption a:focus-visible {
  color: #4F7199;
}
.wp-block-image.no-rectangle figure:before {
  display: none !important;
}
.wp-block-image figure {
  position: relative;
  margin-bottom: 15px;
}
.wp-block-image figcaption {
  margin: 0;
  padding: 15px;
  color: #231F20;
  text-align: center;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0 90px 15px 0 !important;
}
.wp-block-image .alignright {
  float: right;
  margin: 0 0 15px 90px !important;
}
.wp-block-image .alignleft, .wp-block-image .alignright {
  max-width: 50%;
}
@media screen and (max-width: 782px) {
  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto 30px !important;
  }
}
@media screen and (max-width: 782px) {
  .wp-block-image:last-child {
    margin-bottom: 0;
  }
}

.aligncenter figcaption {
  text-align: center;
}

figure.drop-shadow {
  position: relative;
}
figure.drop-shadow img {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 782px) {
  figure.drop-shadow img {
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}

.wp-block-media-text {
  margin-bottom: 60px;
}
@media screen and (max-width: 782px) {
  .wp-block-media-text {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text {
    margin-bottom: 30px;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 60px !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    margin-top: 30px;
    padding-left: 0 !important;
  }
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-left: 60px !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 992px) {
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 782px) {
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 0 !important;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
@media screen and (max-width: 992px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 782px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0 !important;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 782px) {
  .wp-block-media-text .wp-block-media-text__media {
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}
.wp-block-media-text.no-shadow .wp-block-media-text__media {
  filter: none !important;
}

.wp-block-separator + .wp-block-media-text {
  margin-top: 60px;
}
@media screen and (max-width: 782px) {
  .wp-block-separator + .wp-block-media-text {
    margin-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-separator + .wp-block-media-text {
    margin-top: 30px;
  }
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 15px;
  font-size: 0.85rem;
}

.wp-block-buttons {
  margin: 45px 0;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 782px) {
  .wp-block-buttons {
    margin: 30px 0;
  }
}

.container + .wp-block-separator {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 782px) {
  .center-mobile {
    text-align: center;
  }
}

.wp-block-gallery.columns-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: unset;
}
.wp-block-gallery.columns-5 .wp-block-image {
  max-width: 50% !important;
  padding: 15px !important;
  margin-top: auto !important;
}

.block-accordion-content {
  margin-bottom: 45px;
}
@media screen and (max-width: 782px) {
  .block-accordion-content {
    margin-bottom: 30px;
  }
}
.block-accordion-content .accordion-item {
  border: none !important;
}
.block-accordion-content .accordion-item + .accordion-item {
  margin-top: 30px;
}
.block-accordion-content .accordion-item .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 15px 60px 15px 30px;
  background-color: #447E83;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 782px) {
  .block-accordion-content .accordion-item .accordion-title {
    padding-left: 15px;
    padding-right: 45px;
    font-size: 1.05rem;
  }
}
.block-accordion-content .accordion-item .accordion-title:hover, .block-accordion-content .accordion-item .accordion-title:focus-visible {
  text-decoration: none;
}
.block-accordion-content .accordion-item .accordion-title:before {
  content: "+";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12.5px;
  right: 30px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1em;
}
@media screen and (max-width: 782px) {
  .block-accordion-content .accordion-item .accordion-title:before {
    right: 15px;
    top: 11px;
  }
}
.block-accordion-content .accordion-item .accordion-title.expanded:before {
  content: "-";
  top: 10px;
  right: 35px;
}
@media screen and (max-width: 782px) {
  .block-accordion-content .accordion-item .accordion-title.expanded:before {
    right: 17.5px;
    top: 7.5px;
  }
}
.block-accordion-content .accordion-item .accordion-content {
  display: none;
  padding: 30px;
  background-color: #C4C4C4;
}
@media screen and (max-width: 782px) {
  .block-accordion-content .accordion-item .accordion-content {
    padding: 15px;
  }
}

.block-cta-button {
  margin-bottom: 30px;
  margin-top: 30px;
}

.btn-svg {
  position: relative;
  top: -1.5px;
}
.btn-svg svg {
  fill: #FFFFFF;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

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

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

.entry-content .block-full-width:last-child {
  margin-bottom: -60px !important;
}
@media screen and (max-width: 782px) {
  .entry-content .block-full-width:last-child {
    margin-bottom: -45px !important;
  }
}

.block-full-width {
  width: calc(100% + 240px);
  margin-bottom: 60px;
  margin-left: -120px;
  padding: 60px 120px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .block-full-width {
    width: calc(100% + 180px);
    margin-left: -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .block-full-width {
    width: calc(100% + 120px);
    margin-left: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .block-full-width {
    width: calc(100% + 60px);
    margin-left: -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 782px) {
  .block-full-width {
    width: calc(100% + 45px);
    margin-bottom: 45px;
    margin-left: -30px;
    padding: 45px 30px 45px 30px;
  }
}
@media screen and (max-width: 420px) {
  .block-full-width {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 45px 15px;
  }
}
.block-full-width + .block-full-width {
  margin-top: 0 !important;
}
.block-full-width.position-bg {
  position: relative;
}
.block-full-width.position-bg > *:not(.bg-image) {
  position: relative;
  z-index: 5;
}
.block-full-width.position-bg .bg-image {
  z-index: 1 !important;
}

.block-full-width-content {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 782px) {
  .block-full-width-content {
    margin-top: 45px;
  }
  .block-full-width-content .wp-block-columns:last-child .wp-block-column:last-child {
    margin-bottom: 0 !important;
  }
}
.block-full-width-content .bg-image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-full-width-content .wp-block-columns {
  margin-bottom: 0 !important;
}
.block-full-width-content * + .wp-block-columns {
  margin-top: 45px;
}
.block-full-width-content .wp-block-column {
  margin-bottom: 0 !important;
}

.block-hero-area {
  position: relative;
  margin-bottom: 60px;
  /* Default colors */
}
@media screen and (max-width: 782px) {
  .block-hero-area {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .block-hero-area {
    margin-bottom: 30px;
  }
}
.block-hero-area:not(.has-background) {
  background-color: #345071;
}
.block-hero-area:not(.has-text-color) > * {
  color: #FFFFFF;
}
.block-hero-area .hero-image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-hero-area .page-title {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 50;
  height: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  .block-hero-area .page-title {
    padding: 15px 0;
  }
}
@media screen and (max-width: 782px) {
  .block-hero-area .page-title {
    padding: 0;
  }
}
.block-hero-area .page-title .h1 {
  margin-bottom: 0;
}
.block-hero-area.has-subtitle .page-title {
  padding-bottom: 15px;
  padding-top: 0;
}
.block-hero-area.has-image {
  height: 465px;
}
@media screen and (max-width: 1200px) {
  .block-hero-area.has-image {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .block-hero-area.has-image {
    height: 350px;
  }
}
@media screen and (max-width: 782px) {
  .block-hero-area.has-image {
    height: 300px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .block-hero-area.has-image {
    height: 250px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .block-hero-area.has-image {
    height: 200px;
  }
}

.entry-content .block-hero-area:first-child, .single #main-container .block-hero-area:first-child {
  margin-top: -45px;
}

@media screen and (max-width: 782px) {
  .no-next {
    margin-bottom: -45px !important;
  }
  .no-next + .shift {
    top: 0 !important;
    padding-top: 60px !important;
  }
  .no-next + .shift .veteran-content {
    margin-top: 22.5px !important;
  }
}
@media screen and (max-width: 782px) and (max-width: 640px) {
  .no-next + .shift .veteran-content {
    margin-top: 0 !important;
  }
}

.block-lander-hero {
  position: relative;
}
.block-lander-hero .hero-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.block-lander-hero .page-title {
  position: relative;
  z-index: 15;
}
.block-lander-hero .page-title .h1, .block-lander-hero .page-title .h2, .block-lander-hero .page-title .h3, .block-lander-hero .page-title .h4, .block-lander-hero .page-title .h5, .block-lander-hero .page-title .h6 {
  margin-bottom: 45px;
  font-family: League Gothic;
  font-weight: 400;
  line-height: 1.1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 782px) {
  .block-lander-hero .page-title .h1, .block-lander-hero .page-title .h2, .block-lander-hero .page-title .h3, .block-lander-hero .page-title .h4, .block-lander-hero .page-title .h5, .block-lander-hero .page-title .h6 {
    margin-bottom: 30px;
  }
  .block-lander-hero .page-title .h1 br, .block-lander-hero .page-title .h2 br, .block-lander-hero .page-title .h3 br, .block-lander-hero .page-title .h4 br, .block-lander-hero .page-title .h5 br, .block-lander-hero .page-title .h6 br {
    display: none;
  }
}
.block-lander-hero .page-title .h1 {
  font-size: min(max(40px, 7vw), 78px) !important;
}
.block-lander-hero .page-title .h2 {
  font-size: clamp(2.25rem, 1.5rem + 2vw, 3rem) !important; /* min: 36px, max: 48px */
}
.block-lander-hero .page-title .icon {
  margin-bottom: -30px;
  margin-top: 60px;
}
@media screen and (max-width: 782px) {
  .block-lander-hero .page-title .icon {
    margin-top: 30px;
  }
}
.block-lander-hero .page-title .icon img {
  width: auto;
  max-height: 200px;
}
@media screen and (max-width: 1200px) {
  .block-lander-hero .page-title .icon img {
    max-height: 120px;
  }
}
@media screen and (max-width: 782px) {
  .block-lander-hero .page-title .icon img {
    max-height: 60px;
  }
}

.block-image-marquee {
  margin-bottom: 30px !important;
  margin-top: 60px !important;
  padding: 22.5px 0 !important;
}
.block-image-marquee .marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 7.5px;
}
.block-image-marquee .marquee .marquee-content {
  list-style: none !important;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 7.5px;
  padding: 0;
  margin: 0;
  animation: marquee-scroll 30s linear infinite;
}
.block-image-marquee .marquee .marquee-content li {
  max-width: 450px;
  margin: 0;
  padding: 0 3.75px;
}
.block-image-marquee .marquee .marquee-content li img {
  width: auto;
  max-width: none;
  height: 400px;
}
@media screen and (max-width: 782px) {
  .block-image-marquee .marquee .marquee-content li img {
    height: 350px;
  }
}
@media screen and (max-width: 420px) {
  .block-image-marquee .marquee .marquee-content li img {
    height: 300px;
  }
}
.block-image-marquee .marquee .marquee-content li .caption {
  display: block;
  padding: 3.75px 7.5px;
  font-size: min(max(14px, 2.5vw), 16px);
  line-height: 1.35em;
}
.block-image-marquee .marquee.state-paused .marquee-content {
  animation-play-state: paused;
}
.block-image-marquee .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 30px auto 0 auto;
  border-radius: 15px 0;
  cursor: pointer;
}
.block-image-marquee .toggle svg {
  position: relative;
  fill: #000000;
  width: 45px;
  height: 30px;
  top: 3.5px;
  transform: scale(1.5);
}
.block-image-marquee .toggle:hover svg, .block-image-marquee .toggle:focus-visible svg {
  fill: #000000;
}
.block-image-marquee .toggle .pause {
  display: block;
}
.block-image-marquee .toggle .play {
  display: none;
}
.block-image-marquee .toggle.state-paused .pause {
  display: none;
}
.block-image-marquee .toggle.state-paused .play {
  display: block;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 7.5px));
  }
}
.editor-styles-wrapper .marquee-content {
  animation: none !important;
}
.editor-styles-wrapper .marquee-content + .marquee-content {
  display: none !important;
}
.editor-styles-wrapper .marquee-content img {
  width: auto !important;
  max-width: none !important;
  height: 300px !important;
}

.block-logos-slider {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
.block-logos-slider + .wp-block-columns {
  margin-top: 60px;
}
.block-logos-slider .slick-track {
  display: flex;
  align-items: center;
}
.block-logos-slider .slick-slide div {
  padding: 0 22.5px;
  text-align: center;
}
.block-logos-slider .slick-slide div div {
  padding-left: 0;
  padding-right: 0;
}
.block-logos-slider img {
  display: block;
  width: auto;
  max-height: 105px;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .block-logos-slider {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .block-logos-slider .h1 {
    margin-bottom: 7.5px;
  }
  .block-logos-slider .logos-slider {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .block-logos-slider .logos-slider .slick-slide div {
    padding: 0 15px;
  }
}
.block-logos-slider .slider-controls {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
}
.block-logos-slider .slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #eee;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}
.block-logos-slider .slider-controls span svg {
  position: relative;
  fill: #383838;
  transform: scale(1.75);
}
@media screen and (max-width: 782px) {
  .block-logos-slider .slider-controls span svg {
    transform: scale(1.5);
  }
}
.block-logos-slider .slider-controls span:hover svg, .block-logos-slider .slider-controls span:focus-visible svg {
  fill: #575859;
}
@media screen and (max-width: 782px) {
  .block-logos-slider .slider-controls span {
    width: 30px;
    height: 30px;
  }
}
.block-logos-slider .slider-controls.state-paused .pause, .block-logos-slider .slider-controls .play {
  display: none;
}
.block-logos-slider .slider-controls.state-paused .play {
  display: flex;
}

.block-video-thumbnail {
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 782px) {
  .block-video-thumbnail {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
.block-video-thumbnail .desktop-image {
  filter: brightness(90%);
}
.block-video-thumbnail .mobile-image {
  filter: brightness(70%);
}
.block-video-thumbnail .overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  color: #FFFFFF;
  text-decoration: none !important;
}
@media screen and (max-width: 782px) {
  .block-video-thumbnail .overlay {
    height: auto;
    bottom: 0;
    top: auto;
    padding: 22.5px;
  }
}
.block-video-thumbnail .overlay .caption {
  display: block;
  max-width: 525px;
  padding: 0 22.5px;
  margin-bottom: 0;
  border-left: 7px solid #FFFFFF;
  font-size: min(max(23px, 3vw), 26px);
  font-weight: 600;
  line-height: 1.25em;
}
@media screen and (max-width: 782px) {
  .block-video-thumbnail .overlay .caption {
    padding-right: 0;
  }
}
.block-video-thumbnail .overlay .play-video {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  background: url('data:image/svg+xml,<svg width="71" height="71" viewBox="0 0 71 71" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.85" d="M35.6369 0.000126137C16.1066 -0.0516284 0.0742063 15.8296 0.000255976 35.2894C-0.0736943 54.9487 15.8848 71 35.5038 71C55.0119 71 70.9704 55.0744 70.9999 35.5629C71.0369 16.0514 55.1154 0.0444872 35.6369 0.000126137ZM27.8451 51.1617C25.8481 52.1977 23.4636 50.7485 23.4636 48.4988V23.6565C23.4636 21.4079 25.8459 19.9586 27.8428 20.9923L51.8116 33.4002C53.9716 34.5184 53.9729 37.6073 51.8139 38.7274L27.8451 51.1617Z" fill="white"/></svg>') no-repeat;
  background-size: contain;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.25s ease-in-out;
}
.block-video-thumbnail .overlay .play-video:hover, .block-video-thumbnail .overlay .play-video:focus-visible {
  transform: scale(1.1);
}
@media screen and (max-width: 782px) {
  .block-video-thumbnail .overlay .play-video {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin: 22.5px auto 7.5px auto;
  }
}

@media print {
  *, #page, #content, #content > *, .post-content > *, .entry-content > * {
    background: #FFFFFF !important;
    color: #231F20 !important;
  }
  .container {
    padding: 0 !important;
    margin: 0 !important;
  }
  #content {
    margin: 0 !important;
  }
  #main-header, #hero, .post-featured-image, .post-image, .result-categories, .post-sharing, .entry-content .col-md-3, .entry-content img, .entry-content iframe, .entry-content video, .entry-content embed, hr, .post-pagination, .next-prev-posts {
    display: none !important;
  }
  .post-content .col-md-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */