html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  overflow: auto;
  font-family: monospace, monospace;
  /* 1 */
  font-size: 14px;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: "Arimo", sans-serif;
  font-size: 87.5%;
  line-height: 1.7142857143em;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 28px;
  line-height: 48px;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 24px 0;
}

h2 {
  font-size: 21px;
  line-height: 48px;
  margin: 24px 0;
}

h3 {
  font-size: 16.38px;
  line-height: 24px;
  margin: 24px 0;
}

h4 {
  font-size: 14px;
  line-height: 24px;
  margin: 24px 0;
}

h5 {
  font-size: 11.62px;
  line-height: 24px;
  margin: 24px 0;
}

h6 {
  font-size: 9.38px;
  line-height: 24px;
  margin: 24px 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 24px 40px;
}

dl,
ol,
ul {
  margin: 24px 0;
}

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 24px;
}

ol,
ul {
  padding: 0 0 0 24px;
}

/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 24px 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  margin: 24px 0;
  /* 2 */
  opacity: 0.35;
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 24px 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Arimo", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.7142857143em;
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 24px 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}

menu menu, ol menu, ul menu {
  margin: 0;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("fonts/Gilroy-ExtraBold.woff") format("woff"), url("fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

*,
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 8px;
  width: 8px;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.dark-bg {
  background-color: #cd101e;
  color: #fff;
}

.dark-bg h2, .dark-bg .h2, .dark-bg h3, .dark-bg .h3, .dark-bg h4, .dark-bg .h4, .dark-bg h5, .dark-bg .h5, .dark-bg h6, .dark-bg .h6, .dark-bg p, .dark-bg li, .dark-bg span, .dark-bg a {
  color: #fff;
}

.dark-bg .home-content-default-grid-left {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.dark-bg .home-content-default-grid-right {
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}

.dark-bg .home-content-default-header::before,
.dark-bg .home-content-default-grid-left::before {
  background: #cd101e;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.light-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

#h-dark h2, #h-dark .h2, #h-dark h3, #h-dark .h3, #h-dark h4, #h-dark .h4, #h-dark h5, #h-dark .h5, #h-dark h6, #h-dark .h6, #h-dark p, #h-dark li, #h-dark span, #h-dark a {
  color: #fff;
}

#h-light h2, #h-light .h2, #h-light h3, #h-light .h3, #h-light h4, #h-light .h4, #h-light h5, #h-light .h5, #h-light h6, #h-light .h6, #h-light p, #h-light li, #h-light span, #h-light a {
  color: #070504;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 24px;
}

.mb2 {
  margin-bottom: 48px;
}

.mb3 {
  margin-bottom: 72px;
}

.mb4 {
  margin-bottom: 96px;
}

.mb5 {
  margin-bottom: 120px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 24px;
}

.mt2 {
  margin-top: 48px;
}

.mt3 {
  margin-top: 72px;
}

.mt4 {
  margin-top: 96px;
}

.mt5 {
  margin-top: 120px;
}

body {
  font-family: "Gilroy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  color: #1F1E1D;
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  color: #004481;
  font-weight: 300;
}

h1 {
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: 8px;
  position: relative;
}
/* 
h1::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 32px;
  height: 4px;
  background: #cd101e;
} */

@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

@media print, screen and (min-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 1280px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 15.75px;
}

@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 21px;
  }
}

@media print, screen and (min-width: 1024px) {
  h2 {
    font-size: 23.8px;
  }
}

@media print, screen and (min-width: 1280px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 12.6px;
}

@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 15.4px;
  }
}

@media print, screen and (min-width: 1024px) {
  h3 {
    font-size: 17.5px;
  }
}

@media print, screen and (min-width: 1280px) {
  h3 {
    font-size: 20.3px;
  }
}

p {
  font-size: inherit;
  text-rendering: optimizeLegibility;
  margin-bottom: 24px;
  margin-top: 0;
}

p.lead {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2rem;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 70%;
  line-height: inherit;
}

.caption {
  font-size: 80%;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
}

pre,
code {
  font-family: "Courier New", Courier, monospace;
  background-color: #efefef;
  padding: 0.5rem;
  border-radius: 4px;
  line-height: 1.5;
}

pre {
  overflow-x: auto;
  font-size: 90%;
}

code {
  font-size: 85%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

textarea {
  height: auto;
  min-height: 64px;
  max-height: 100px;
  border-radius: 8px;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 16px;
}

input:-internal-autofill-selected,
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 12px;
  background: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 12px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: #333;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-internal-autofill-selected:focus,
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  opacity: 0.4;
  cursor: not-allowed;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

::-ms-input-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1em;
}

[type=checkbox]+label,
[type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0 0 1em;
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
  cursor: pointer;
}

label>[type=checkbox],
label>[type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
}

fieldset {
  margin: 24px 0;
  padding: 0;
  border: none;
  outline: none;
}

legend {
  max-width: 100%;
  margin-bottom: 48px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 12px 0;
  padding: 12px;
  background: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 12px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: #333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -12px center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 33px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

a.button,
button,
[type=submit],
[type=button],
.button,
.button:visited {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  background-color: #cd101e;
  color: #fefefe;
  border-radius: 12px;
  display: inline-block;
  line-height: 1.1;
  margin: 0;
  padding: 12px 3em;
  border: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

a.button:hover,
a.button:visited:hover,
a.button:visited:focus,
button:hover,
button:visited:hover,
button:visited:focus,
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus,
.button:hover,
.button:focus {
  background-color: #900c16;
  color: #fff;
}

button.disabled, button[disabled],
[type=submit].disabled,
[type=submit][disabled],
[type=button].disabled,
[type=button][disabled],
.button.disabled,
.button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

button.disabled:hover, button.disabled:focus,
[type=submit].disabled:hover,
[type=submit].disabled:focus,
[type=button].disabled:hover,
[type=button].disabled:focus,
.button.disabled:hover,
.button.disabled:focus {
  background: #333;
}

button.hollow,
[type=submit].hollow,
[type=button].hollow,
.button.hollow {
  background: transparent;
  border: 2px solid #cd101e;
  color: #cd101e;
}

button.hollow:hover,
[type=submit].hollow:hover,
[type=button].hollow:hover,
.button.hollow:hover {
  border-color: #900c16;
  color: #900c16;
}

button.hollow.disabled,
[type=submit].hollow.disabled,
[type=button].hollow.disabled,
.button.hollow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

button.hollow.disabled:hover,
[type=submit].hollow.disabled:hover,
[type=button].hollow.disabled:hover,
.button.hollow.disabled:hover {
  background: transparent;
  border-color: #1F1E1D;
  color: #1F1E1D;
}

.alt-button {
  background: transparent;
  margin: 0;
  padding: 12px 0 12px 30px;
  border: none;
  text-align: left;
  position: relative;
}

.alt-button:hover {
  background: transparent;
  opacity: 0.6;
}

.alt-button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}

.alt-button.white {
  color: #fff;
}

.alt-button.white::before {
  background: #fff;
}

.alt-button.black {
  color: #070504;
}

.alt-button.black::before {
  background: #070504;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  position: relative;
}

figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.875em;
  line-height: 1.4;
  text-align: center;
  color: #333;
}

figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

img.rounded {
  border-radius: 12px;
}

img.circle {
  border-radius: 50%;
}

a img {
  border: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.video-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-responsive iframe,
.video-responsive embed,
.video-responsive object,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-responsive-4-3 {
  padding-top: 75%;
}

.video-responsive-1-1 {
  padding-top: 100%;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

img[loading=lazy].loaded {
  opacity: 1;
} */

@media (min-resolution: 192dpi), (min-resolution: 2dppx) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

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

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-responsive table thead tr {
  background-color: #f9f9f9;
}

.table-responsive table thead tr th {
  text-align: left;
  padding: 12px;
  border: 1px solid #ddd;
  font-weight: bold;
}

.table-responsive table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}

.table-responsive table tbody tr td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

@media (max-width: 768px) {
  .table-responsive table tbody tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
  }

  .table-responsive table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
  }
}

@media (max-width: 768px) {
  .table-responsive table thead {
    display: none;
  }

  .table-responsive table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
  }
}

a,
a:visited {
  line-height: inherit;
  color: #cd101e;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: #900c16;
  outline: none;
}

blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}

blockquote p {
  color: #333;
  font-weight: 100;
  font-style: italic;
  line-height: 1.5;
  font-size: 17.5px;
}

@media print, screen and (min-width: 768px) {
  blockquote p {
    font-size: 24.5px;
  }
}

@media print, screen and (min-width: 1024px) {
  blockquote p {
    font-size: 29.75px;
  }
}

@media print, screen and (min-width: 1280px) {
  blockquote p {
    font-size: 35px;
  }
}

blockquote cite {
  font-style: italic;
  display: block;
  color: #cd101e;
}

blockquote cite::before {
  content: "- ";
}

blockquote cite::after {
  content: " -";
}

::marker {
  color: #004481;
}

ul,
ol {
  list-style-position: outside;
  margin-top: 0;
}

ul {
  list-style-type: disc;
}

li {
  font-size: inherit;
}

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

dl {
  padding: 5% 24px;
  border: 1px solid #ccc;
  margin-left: 0;
}

dl {
  font-weight: 700;
}

dd {
  font-weight: 300;
}

dl.dl-group {
  padding: 0;
}

dl.dl-group dt {
  padding: 5% 24px 0 24px;
}

dl.dl-group dd {
  border-bottom: 1px solid #ccc;
  padding: 0 24px 5% 24px;
}

dl.dl-group dd:nth-last-child {
  border-bottom: none;
  margin-bottom: 1em;
}

dl.dl-group.grid {
  padding: 5% 24px;
  gap: 24px;
}

dl.dl-group.grid dt {
  padding: 0;
}

dl.dl-group.grid dd {
  padding: 0;
  border-bottom: 0;
}

body,
html {
  z-index: 0;
}

#ui,
#ui-content,
#f {
  z-index: 1;
}

#h-search {
  z-index: 2;
}

#h {
  z-index: 3;
}

@media print, screen and (min-width: 1024px) {
  #h {
    z-index: 5;
  }
}

#o {
  z-index: 5;
}

#mobile-nav {
  z-index: 6;
}

#ui {
  display: block;
  min-width: 320px;
}

#o {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -500vw;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

#o.active {
  left: 0;
  opacity: 1;
}

.grid {
  display: grid;
}

/* Even Cols */
.s1col {
  grid-template-columns: 1fr;
}

.s2col {
  grid-template-columns: 1fr 1fr;
}

.s3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.s4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.s5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.s6col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media print, screen and (min-width: 768px) {
  .m1col {
    grid-template-columns: 1fr;
  }

  .m2col {
    grid-template-columns: 1fr 1fr;
  }

  .m3col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .m4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .m5col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .m6col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .m7col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .m8col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media print, screen and (min-width: 1024px) {
  .l1col {
    grid-template-columns: 1fr;
  }

  .l2col {
    grid-template-columns: 1fr 1fr;
  }

  .l3col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .l4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .l5col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .l6col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .l7col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .l8col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .l9col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .l10col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .l11col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .l12col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/* Offsets */
.og1-2 {
  grid-template-columns: 1fr 2fr;
}

.og1-3 {
  grid-template-columns: 1fr 3fr;
}

.og2-3 {
  grid-template-columns: 2fr 3fr;
}

.og2-4 {
  grid-template-columns: 2fr 4fr;
}

.og2-1 {
  grid-template-columns: 2fr 1fr;
}

.og3-1 {
  grid-template-columns: 3fr 1fr;
}

.og3-2 {
  grid-template-columns: 3fr 2fr;
}

.og4-2 {
  grid-template-columns: 4fr 2fr;
}

@media print, screen and (min-width: 768px) {
  .mog1-2 {
    grid-template-columns: 1fr 2fr;
  }

  .mog1-3 {
    grid-template-columns: 1fr 3fr;
  }

  .mog2-3 {
    grid-template-columns: 2fr 3fr;
  }

  .mog2-4 {
    grid-template-columns: 2fr 4fr;
  }

  .mog2-1 {
    grid-template-columns: 2fr 1fr;
  }

  .mog3-1 {
    grid-template-columns: 3fr 1fr;
  }

  .mog3-2 {
    grid-template-columns: 3fr 2fr;
  }

  .mog4-2 {
    grid-template-columns: 4fr 2fr;
  }
}

@media print, screen and (min-width: 1024px) {
  .log1-2 {
    grid-template-columns: 1fr 2fr;
  }

  .log1-3 {
    grid-template-columns: 1fr 3fr;
  }

  .log2-3 {
    grid-template-columns: 2fr 3fr;
  }

  .log2-4 {
    grid-template-columns: 2fr 4fr;
  }

  .log2-1 {
    grid-template-columns: 2fr 1fr;
  }

  .log3-1 {
    grid-template-columns: 3fr 1fr;
  }

  .log3-2 {
    grid-template-columns: 3fr 2fr;
  }

  .log4-2 {
    grid-template-columns: 4fr 2fr;
  }
}

/* GAPS */
.gap5px {
  gap: 5px;
}

.gap10px {
  gap: 10px;
}

.gap15px {
  gap: 15px;
}

.gap25px {
  gap: 25px;
}

.gap45px {
  gap: 45px;
}

.gap65px {
  gap: 65px;
}

.gap90px {
  gap: 90px;
}

.gap120px {
  gap: 120px;
}

#h {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #070504;
}

#h-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 180px 46px;
  justify-content: space-between;
  padding: 15px 10px;
}

#h-grid #h-logo {
  width: 180px;
  margin-left: 14px;
}

#h-grid #h-logo-logo-img {
  width: 180px;
  height: auto;
}

@media print, screen and (min-width: 1024px) {
  #h-grid {
    height: 74px;
    padding: 0;
    grid-template-columns: 250px auto;
    gap: 0;
    justify-content: normal;
    align-items: center;
    align-content: center;
  }

  #h-grid #h-nav-icon {
    display: none;
  }

  #h-grid #h-logo {
    width: 250px;
    height: 74px;
    margin-left: 0;
  }

  #h-grid #h-logo a {
    width: 250px;
    padding: 5px 45px;
    height: 74px;
    display: grid;
    align-items: center;
    background-color: #cd101e;
  }

  #h-grid #h-logo a-logo-img {
    width: 160px;
  }

  #h-grid #h-logo a:hover {
    background-color: #900c16;
  }
}

#f {
  text-align: center;
  border-top: 10px solid #900c16;
  display: block;
  position: relative;
  background: #1F1E1D !important;
  color: #fff;
  padding: 36px 3.5%;
}

@media print, screen and (min-width: 768px) {
  #f {
    padding: 46px 5%;
  }
}

@media print, screen and (min-width: 1024px) {
  #f {
    padding: 74px 5%;
  }
}

@media print, screen and (min-width: 1280px) {
  #f {
    padding: 90px 7.5%;
  }
}

#f address {
  margin-top: 12px;
  color: #fff;
}

#f span {
  display: block;
  font-size: calc(14px / 0.9);
}

#f span.copy {
  font-size: calc(14px / 1);
  opacity: 0.75;
}

#f .h4 {
  margin-bottom: 12px;
  color: #fff;
  display: block;
  font-weight: 700;
  opacity: 0.35;
}

#f .h5 {
  margin-bottom: 6px;
  color: #fff;
  display: block;
  font-weight: 300;
}

#f-top {
  display: grid;
  align-items: center;
  text-align: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 48px;
  margin-bottom: 48px;
  margin-top: 24px;
}

#f-top-logo {
  opacity: 0.5;
}

#f-top-certs {
  display: grid;
  align-items: center;
  justify-content: center;
}
#f-top p {
  margin-bottom: 0;
  max-width: 300px;
  margin: 0 auto;
}
#f-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}

@media print, screen and (min-width: 1024px) {
  #f {
    text-align: left;
  }

  #f-top {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-bottom: 24px;
  }

  #f-top-certs {
    justify-content: flex-end;
  }

  #f-top p {
    max-width: none;
  }

  #f-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 45px;
  }
}

#f-nav {
  display: grid;
  gap: 24px;
}

#f-nav ul {
  list-style: none;
  padding-left: 0;
}

#f-nav ul li a {
  padding: 5px 0;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  display: block;
}

#f-nav ul li a:hover {
  opacity: 0.5;
}

#f-nav-menu {
  order: 1;
}

@media print, screen and (min-width: 1024px) {
  #f-nav {
    grid-template-columns: auto auto;
    gap: 90px;
  }
}

#f-social-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#f-social-links a {
  display: block;
  width: 46px;
  height: 46px;
  color: #fff;
  padding: 11px;
}

#f-social-links a:hover {
  color: #efefef;
}

#f-social-links a ion-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
  #f-social-links {
    justify-content: flex-start;
  }
}

#legal-menu {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: center;
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

#legal-menu li a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
}

@media print, screen and (min-width: 1024px) {
  #legal-menu {
    text-align: left;
    justify-content: flex-start;
  }
}

#f-credits {
  display: grid;
  text-align: center;
  gap: 24px;
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.5);
  padding: 48px 5%;
  border-radius: 12px;
  font-size: 0.9rem;
}

#f-credits-top p {
  margin-bottom: 0;
}

#f-credits-certs {
  display: grid;
  grid-template-columns: 104px 52px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media print, screen and (min-width: 1024px) {
  #f-credits {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    padding: 48px;
  }

  #f-credits-certs {
    justify-content: flex-end;
    gap: 48px;
  }
}

.home-block {
  position: relative;
  z-index: 1;
  padding: 36px 3.5%;
}

@media print, screen and (min-width: 768px) {
  .home-block {
    padding: 46px 5%;
  }
}

@media print, screen and (min-width: 1024px) {
  .home-block {
    padding: 74px 5%;
  }
}

@media print, screen and (min-width: 1280px) {
  .home-block {
    padding: 90px 7.5%;
  }
}

.home-block.dark {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.home-block.dark h2, .home-block.dark h3, .home-block.dark p, .home-block.dark .h2, .home-block.dark .h3 {
  color: #fff;
}

.home-block.dark a.button {
  background: #cd101e;
  color: #fff;
  text-shadow: none;
}

.home-block.red {
  background: #cd101e;
  color: #fff;
}

.home-block.red h2, .home-block.red h3, .home-block.red p, .home-block.red .h2, .home-block.red .h3 {
  color: #fff;
}

.home-block.red a.button {
  background: #fff;
  color: #900c16;
  text-shadow: none;
}

.home-block.blue {
  background: #004481;
  color: #fff;
}

.home-block.blue h2, .home-block.blue h3, .home-block.blue p, .home-block.blue .h2, .home-block.blue .h3 {
  color: #fff;
}

.home-block.blue a.button {
  background: #fff;
  color: #1F1E1D;
  text-shadow: none;
}


#home-promo {
  height: 100vh;
  min-height: 420px;
  max-height: 1080px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.home-promo-item {
  height: 100%;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-promo-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
  background-color: rgba(11, 11, 11, 0.65);
}

@media print, screen and (min-width: 768px) {
  .home-promo-item-content {
    text-align: left;
  }
}

.home-promo-item h2 {
  font-size: 0.975rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 3px;
  text-indent: 3px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .home-promo-item h2 {
    font-size: 0.975rem;
    letter-spacing: 6px;
    text-indent: 6px;
  }
}

@media print, screen and (min-width: 1024px) {
  .home-promo-item h2 {
    font-size: 0.975rem;
    letter-spacing: 10px;
    text-indent: 10px;
  }
}

.home-promo-item h3 {
  font-size: 1.975rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .home-promo-item h3 {
    font-size: 2.725rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .home-promo-item h3 {
    font-size: 3.5rem;
  }
}

.home-promo-item p {
  max-width: 640px;
  margin: 0 auto 24px auto;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.home-promo-item .button {
  color: #fff;
  text-shadow: none;
}

#home-intro {
  background-image: url("/wp-content/uploads/2025/04/chuttersnap-Q_KdjKxntH8-unsplash.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-intro-overlay {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.9);
}

#home-intro-content {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid #cd101e;
  margin: 0 auto;
  text-align: center;
  display: grid;
}

#home-intro-content-text {
  padding: 80px 5%;
  order: 2;
}

#home-intro-content-text a.button {
  background: #cd101e;
  color: #fff;
  text-shadow: none;
}

#home-intro-content-image {
  background-image: url("/wp-content/uploads/2025/02/home-landing_v2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  width: 100%;
  order: 1;
}

@media print, screen and (min-width: 1024px) {
  #home-intro-content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  #home-intro-content-text {
    width: 80%;
    max-width: 800px;
    padding: 80px 5%;
    margin: 0 auto;
    text-align: left;
    order: 1;
  }

  #home-intro-content-image {
    height: 100%;
    order: 2;
  }
}

#home-services {
  background-image: url("/wp-content/uploads/2025/02/premium_photo-1661931749081-23d69ddb62d1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 25px solid #cd101e;
}

#home-services-content {
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  color: #fff;
}

#home-services-content-text {
  margin: 0 auto;
  max-width: 800px;
}

#home-services-content-text h2, #home-services-content-text h3, #home-services-content-text p {
  color: #fff;
}

#home-services-content-tabs .services-tabs {
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 2;
}

#home-services-content-tabs .services-tabs .services-tab {
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  border-bottom: none;
  background: #fff;
  color: #1F1E1D;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-indent: 4px;
  font-weight: 300;
  line-height: 1;
}

#home-services-content-tabs .services-tabs .services-tab.active {
  background: transparent;
  font-weight: bold;
  color: #fff;
}

#home-services-content-tabs .services-tab-content {
  display: block;
  color: #fff;
  padding: 90px 5% 48px 5%;
  position: relative;
  z-index: 1;
}

#home-services-content-tabs .services-tab-content h2, #home-services-content-tabs .services-tab-content h3, #home-services-content-tabs .services-tab-content p {
  color: #fff;
}

#home-services-content-tabs .services-tab-content h3 {
  font-size: 1rem;
  letter-spacing: 8px;
  position: relative;
  margin-bottom: 42px;
}

#home-services-content-tabs .services-tab-content h3::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  width: 32px;
  height: 4px;
  background: #cd101e;
}

@media print, screen and (min-width: 1024px) {
  #home-services-content-tabs .services-tabs {
    display: grid;
  }

  #home-services-content-tabs .services-tab-content {
    display: none;
    padding: 140px 10% 90px 10%;
    grid-template-columns: 1fr 1fr;
  }

  #home-services-content-tabs .services-tab-content h3 {
    padding-right: 90px;
  }

  #home-services-content-tabs .services-tab-content p {
    max-width: 420px;
    margin-right: auto;
    font-size: 24px;
  }

  #home-services-content-tabs .services-tab-content.active {
    display: grid;
  }
}

#home-services-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  #home-services-content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 1024px) {
  #home-services-content-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.home-services-item {
  background: rgba(255, 255, 255, 0.9);
  color: #cd101e;
  text-align: left;
}
.home-services-item:hover {
  background: #cd101e;
  color: #fff;
}

.home-services-item h3, 
.home-services-item a {
  color: #cd101e;
  margin-bottom: 0;
}

.home-services-item a {
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  display: grid;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  height: 200px;
}

.home-services-item:hover h3,
.home-services-item:hover a {
  color: #fff;
}

/* .archive #home-services {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media print, screen and (min-width: 1024px) {
  .archive #home-services {
    padding-top: 0;
    padding-bottom: 0;
  }
} */

#industries-cover {
  position: relative;
  background-image: url("https://iavschicago.com/wp-content/uploads/2025/04/musemind-ux-agency-Mgm6aq1UYpI-unsplash.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
  display: block;
}

#industries-cover-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 420px;
  width: 100%;
  display: block;
  /* border-top: 25px solid rgba(255, 255, 255, 0.75); */
  /* border-bottom: 10px solid rgba(255, 255, 255, 0.1); */
}

#home-industries {
  margin-top: -200px;
  position: relative;
}

#home-industries-header {
  text-align: center;
}

#home-industries-header h2 {
  font-size: 3rem;
  font-weight: 300;
}

#home-industries-header p {
  max-width: 700px;
  margin: 0 auto 24px auto;
  font-size: 1.25rem;
}

#home-industries-content {
  background-color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  border-top: 5px solid #cd101e;
}

#home-industries-content .grid {
  gap: 12px;
}

#home-industries-content .home-industries-item {
  color: #fff;
  text-align: center;
  padding: 15px 5%;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  background: #004481;
}

#home-industries-content .home-industries-item h3, #home-industries-content .home-industries-item a {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 300;
}

#home-industries-text {
  text-align: center;
  padding-top: 48px;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#home-industries-text p {
  max-width: 640px;
  margin: 0 auto 24px auto;
}

#home-industries-text a {
  color: #1F1E1D;
}

#home-industries-text .button {
  background: #cd101e;
  color: #fff;
  text-shadow: none;
  margin-bottom: 15px;
}

#home-stats {
  padding: 0 24px 24px 24px;
  border-bottom: 25px solid #cd101e;
}

#home-stats-content {
  text-align: center;
}

#home-stats-content p {
  max-width: 640px;
  margin: 0 auto 48px auto;
}

#impact-top {
  gap: 24px;
  display: grid;
  margin-bottom: 24px;
}

#impact-bottom {
  gap: 24px;
  display: grid;
}

#home-stats h3 {
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
}

#home-stats h4 {
  font-weight: 300;
  font-size: 2.5rem;
  color: #fff;
}

#home-stats p {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {

  #impact-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }

  #home-stats h3 {
    font-size: 4.25rem;
  }

  #home-stats h4 {
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 1024px) {

  #impact-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }

  #home-stats h3 {
    font-size: 6.25rem;
  }

  #home-stats h4 {
    font-size: 2.75rem;
  }
}

#home-partners {
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}

#home-partners-content p {
  max-width: 600px;
  margin: 0 auto;
}

#page-header {
  padding-bottom: 12px;
  padding: 90px 5% 48px 5%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-bottom: 15px solid #cd101e;
}

#page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-top: 15px solid rgba(255, 255, 255, 0.1);
  border-bottom: 25px solid rgba(255, 255, 255, 0.1);
  z-index: 0;
}

#page-header-content {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

#page-header-content h1 {
  color: #fff;
}

#page-header-content p {
  margin-bottom: 0;
  color: #fff;
}

#page-header #crumbs {
  margin-bottom: 0;
  color: #e4e3df;
}

#page-header #crumbs a {
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  #page-header {
    padding: 160px 10% 90px 10%;
  }

  #page-header-content {
    text-align: left;
  }
  #page-header-content h1 {
    padding-right: 25%;
  }

  #page-header-content p {
    margin-bottom: 12px;
    max-width: 440px;
    margin-left: 0;
    margin-right: auto;
  }
}

#page-body {
  padding: 74px 5% 90px 5%;
}

#page-body-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 48px;
  margin: 0 auto;
  max-width: 1200px;
}

@media print, screen and (min-width: 1024px) {
  #page-body {
    padding: 104px 10% 90px 10%;
  }

  /* #page-body-grid {
    gap: 96px;
    grid-template-columns: 500px auto;
  } */
}

#page-body-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media print, screen and (min-width: 1024px) {
  #page-body-content-grid {
    grid-template-columns: 2fr 1fr;
  }
}

#open-more-icon,
#open-nav-icon {
  display: block;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  padding: 13px;
  text-align: center;
}

#open-more-icon ion-icon,
#open-nav-icon ion-icon {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: all 0.3s;
  display: block;
}

#open-more-icon:hover,
#open-nav-icon:hover {
  color: #a77b28;
}

#open-more-icon:hover ion-icon,
#open-nav-icon:hover ion-icon {
  color: #a77b28;
}

#mobile-nav {
  position: fixed;
  top: 0;
  right: auto;
  right: -200vw;
  width: 100vw;
  height: 100vh;
  max-width: 420px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  background: #fff;
  z-index: 10001;
  transition: opacity 0.3s;
  overflow-y: auto;
  padding: 80px 5%;
  opacity: 0;
  text-align: left;
  border-left: 46px solid #cd101e;
}

#mobile-nav.active {
  right: 0;
  opacity: 1;
}

#mobile-nav figure {
  margin-bottom: 48px;
}

#mobile-nav figure img {
  margin-left: 0;
}

#mobile-nav hr {
  margin: 24px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

#mobile-nav #mobile-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 24px;
}

#mobile-nav #mobile-menu li a {
  display: block;
  line-height: 48px;
  color: #070504 !important;
  text-decoration: none;
  transition: all 0.3s;
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  background: transparent !important;
  font-size: 1.5rem;
  font-weight: 300;
}

#mobile-nav #mobile-menu li a:hover {
  opacity: 0.6;
}

#mobile-nav h3 {
  color: #fff;
}

#mobile-nav #close-nav {
  position: absolute;
  right: 0;
  top: 15px;
  width: 46px;
  height: 46px;
  padding: 13px;
  transition: all 0.3s;
  cursor: pointer;
}

#mobile-nav #close-nav ion-icon {
  color: #070504;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

#mobile-nav #close-nav:hover {
  color: #070504;
}

#h-nav {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  #h-nav {
    display: block;
  }
}

#h-nav-links ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

#h-nav-links ul li a {
  display: grid;
  padding: 0 18px;
  color: #fff;
  height: 74px;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  font-style: normal;
  font-size: 0.725rem;
  font-weight: 100;
  letter-spacing: 7px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

#h-nav-links ul li a:hover {
  color: #a77b28;
}

.h-contact a {
  background-color: #fff;
  color: #cd101e !important;
  letter-spacing: 4px !important;
  height: 42px !important;
  font-weight: bold !important;
  line-height: 42px;
  text-indent: 4px;
  border-radius: 6px;
  margin-left: 18px;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  bottom: 0 !important;
  top: auto;
}

.swiper-pagination-bullet {
  height: 2px;
  width: 10%;
  background-color: #e4e3df;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  width: 20%;
  background-color: #004481;
}

#home-services .swiper-slide {
  display: flex;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.875);
  padding: 12px;
  position: relative;
  z-index: 1;
  height: 260px;
  width: 70vw;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

@media print, screen and (min-width: 1024px) {
  #home-services .swiper-slide {
    width: 33vw;
  }
}

#home-services .swiper-slide .service-number {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 28px;
  color: #cd101e;
}

#home-services .swiper-slide .new-service {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 7px;
  background-color: #cd101e;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
}

#home-services .swiper-slide h3 {
  font-size: 12.4444444444px;
  color: #cd101e;
  margin-bottom: 0;
}

#home-services .swiper-slide p {
  font-size: 9.3333333333px;
  margin-bottom: 0;
  margin-top: 0;
  color: #cd101e;
  line-height: 1.4;
  display: none;
  padding-right: 40%;
}

@media print, screen and (min-width: 1024px) {
  #home-services .swiper-slide p {
    display: block;
  }
}

.brands {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 24px;
  height: 102px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.brands .swiper-wrapper {
  height: 46px;
}

.brands .swiper-wrapper .swiper-slide {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 46px;
}

.brands .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 46px;
  object-fit: contain;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.skewed {
  transform: skewY(2deg);
}

.unskewed {
  transform: skewY(-2deg);
}

.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

/*
$breakpoint-xs: 240px;
$breakpoint-small: 420px;
$breakpoint-medium: 768px;
$breakpoint-large: 1024px;
$breakpoint-xlarge: 1280px;
$breakpoint-xxlarge: 1440px;
$breakpoint-xxxlarge: 1600px;
*/
@media print, screen and (max-width: 767px) {
  .small-only {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .small-only {
    display: none;
  }
}

.hide-on-small {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .hide-on-small {
    display: none;
  }
}

.medium-only {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .medium-only {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .medium-only {
    display: none;
  }
}

@media print, screen and (max-width: 1023px) {
  .medium-down {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .medium-up {
    display: block;
  }
}

.hide-on-medium {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .hide-on-medium {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .hide-on-medium {
    display: none;
  }
}

.large-only {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .large-only {
    display: block;
  }
}

.hide-on-large {
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .hide-on-large {
    display: none;
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/* --------------- */

/* CSS ADDON */

/* --------------- */

/* Services */

#all-services-header p {
  max-width: 840px;
  margin: 0 auto 0 auto;
}

.services-image {
  background-size: cover;
  background-position: center;
  height: 300px;
}

.services-image-overlay {
  display: grid;
  height: 300px;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
}

.services-image-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}


.services-image-overlay-content h3 {
  color: #1F1E1D;
  margin-bottom: 0;
  font-weight: 300;
  padding: 15px 5%;
  background: #fff;
}

@media print, screen and (min-width: 1024px) {
  .services-image {
    height: 420px;
  }

  .services-image-overlay {
    height: 420px;
  }
}

#all-services-content-grid #post-59 {
  display: none;
}

#services-vet-content-text p,
#services-cta-content-text p {
  max-width: 840px;
  margin: 0 auto 24px auto;
}

.single #page-body {
  padding-bottom: 74px;
}

#page-links-header {
  background: rgba(0, 0, 0, 0.05);
  padding: 48px 5%;
}

#page-links-header h2,
#page-links-header .h4 {
  margin-bottom: 0;
}

#page-links {
  display: grid;
}

@media print, screen and (min-width: 1024px) {
  #page-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

#page-body-back {
  background-color: #efefef;
  color: #fff;
}

#page-body-back .button {
  background: #fff;
  color: #900c16;
  text-shadow: none;
}

.page-template-page-partners #page-body-grid {
  grid-template-columns: 1fr;
}

.partners-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 5%;
  display: grid;
  align-items: center;
  justify-items: center;
}

.partners-item img {
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 46px;
  object-fit: contain;
}


#about-intro {
  background-image: url('/wp-content/uploads/2025/02/home-landing.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#about-intro-content {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #000000;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  text-align: center;
}

/* #about-intro-content-tabs {} */
#about-intro-content-tabs .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#about-intro-content-tabs .tabs .tab {
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  border-bottom: none;
  background: #fff;
  color: #1F1E1D;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-indent: 4px;
  font-weight: 300;
  line-height: 1;
}

#about-intro-content-tabs .tab.active {
  background: transparent;
  font-weight: bold;
  color: #fff;
}

#about-intro-content-tabs .tab-content {
  display: none;
  color: #fff;
  padding: 90px 5% 48px 5%;
  max-width: 1080px;
  margin: 0 auto;
}

#about-intro-content-tabs .tab-content h2, h3 {
  color: #cd101e;
}

#about-intro-content-tabs .tab-content h2 {
  font-size: 1rem;
  letter-spacing: 8px;
  position: relative;
  margin-bottom: 42px;
  color: #fff;
}

#about-intro-content-tabs .tab-content h2::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 50%;
  width: 32px;
  height: 4px;
  background: #cd101e;
  margin-left: -16px;
}

#about-intro-content-tabs .tab-content p {
  color: #fff;
}

#about-intro-content-tabs .tab-content.active {
  display: block;
}

@media print, screen and (min-width: 1024px) {

  #about-intro-content-tabs .tab-content p {
    font-size: 24px;
  }
}

#about-service {
  border-bottom: 25px solid #cd101e;
}

#about-service-content p {
  max-width: 640px;
  margin: 0 auto 0 auto;
}

#about-who-grid-image {
  background-image: url('/wp-content/uploads/2025/04/aditya-sethia-viY-ACkx2iE-unsplash.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
}

@media print, screen and (min-width: 1024px) {
  #about-who-grid-image {
    height: 100%;
  }
}

#about-benefits-pic {
  background-image: url('/wp-content/uploads/2025/04/benefits1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
}
@media print, screen and (min-width: 1024px) {
  #about-benefits-pic {
    height: 420px;
  }
}

#about-benefits p {
  max-width: 640px;
  margin: 0 auto 48px auto;
}
#about-benefits-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#about-benefits-list li {
  text-align: center;
  padding: 24px;
  background: #fff;
  color: #1F1E1D;
}
#about-benefits-list li strong {
  font-size: 1.5rem;
  color: #cd101e;
}

.service-category-item {
  color: #1F1E1D;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.service-category-item h3, 
.service-category-item a {
  color: #1F1E1D;
  margin-bottom: 0;
  font-weight: 300;
}
.service-category-item a {
  text-decoration: none;
  padding: 15px;
  display: block;
}
.service-category-image {
  background-size: cover;
  background-position: center;
  height: 300px;
}
.service-category-image-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.service-category-image-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}


.services-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.services-item-image {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #1F1E1D;
}
.services-item-image-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
  height: 280px;
}
.services-item-image:hover .services-item-image-overlay {
  background-color: rgba(0, 0, 0, 0.05);
}
.services-item-title {
  color: #1F1E1D;
  text-align: center;
  background: #fff;
  padding: 12px 5%;
}
.services-item-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #1F1E1D;
}

#service-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 12px;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
  #service-list {
      grid-template-columns: 1fr 1fr;
      padding: 24px;
      gap: 24px;
  }
}

#f-contact {
  background: #fafafa;
  border-top: 10px solid #efefef;
  text-align: center;
}

#f-contact-content p {
  max-width: 420px;
  margin: 0 auto 24px 0;
}
#f-contact-image {
  background-image: url('/wp-content/uploads/2025/02/chicago-scaled.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  display: block;
}

#f-contact-quicklinks {
  display: flex;
  gap: 12px;
  margin: 0 auto;
  padding-top: 12px;
  justify-content: center;
  align-items: center;
}
#f-contact-quicklinks a {
  padding: 12px;
  border: 1px solid #8a8a8a;
  text-align: center;
  border-radius: 12px;
}
@media print, screen and (min-width: 1024px) {

  #f-contact {
    text-align: left;
  }
  #f-contact-image {
    height: 100%;
  }
  #f-contact-quicklinks {
    justify-content: flex-start;
  }
}

.page-id-31 #page-body-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin: 0 auto;
  max-width: 1200px;
}

.page-id-31 #page-body-sidebar-block {
  padding: 24px;
  background: #cd101e;
  color: #fff;
  border-radius: 12px;
}

.page-id-31 #page-body-sidebar-block h2,
.page-id-31 #page-body-sidebar-block h3,
.page-id-31 #page-body-sidebar-block p,
.page-id-31 #page-body-sidebar-block .h4,
.page-id-31 #page-body-sidebar-block .h3,
.page-id-31 #page-body-sidebar-block address {
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .page-id-31 #page-body-grid {
    grid-template-columns: 2fr 1fr;
  }
}