@charset "UTF-8";
/*
 Theme Name:	Colony Tire
 Github Theme URI: https://github.com/tread-partners/colony-tire
 Author:       Kirk A. Sporman w/ the Tread Partners team
 Template:     baseline
 Version:      2.0.0
 Text Domain:  baseline
*/
/* Utilities */
@import "assets/scss/foundation/foundation.min.css";
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: theme("borderColor.DEFAULT", currentColor);
}

::before,
::after {
  --tw-content: "";
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: theme("fontFamily.sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: theme("fontFamily.sans[1].fontFeatureSettings", normal);
  font-variation-settings: theme("fontFamily.sans[1].fontVariationSettings", normal);
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: theme("fontFamily.mono[1].fontFeatureSettings", normal);
  font-variation-settings: theme("fontFamily.mono[1].fontVariationSettings", normal);
  font-size: 1em;
}

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

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: theme("colors.gray.400", #9ca3af);
}

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

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

[hidden]:where(:not([hidden=until-found])) {
  display: none;
}

:root {
  --wp--style--global--content-size: 1200px;
  --color-primary: #003976;
  --color-dark-blue: var(--color-primary);
  --color-primary-hover: #001826;
  --color-secondary: #0d72b9;
  --color-secondary-hover: #46a0e2;
  --color-terciary: #e11d38;
  --color-red: var(--color-terciary);
  --color-terciary-hover: #820013;
  --color-midblue: #005bab;
  --color-light-gray: #ebebeb;
  --color-mid-gray: #cccccc;
  --color-dark-gray: #333333;
  --color-black: #36454F;
  --color-white: rgb(255, 255, 255);
  --color-graient-gray-to-white: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
  --color-graient-white-to-gray: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
  --color-graient-navy-to-blue: linear-gradient(to bottom, rgba(0,25,42,1) 0%,rgba(0,34,69,1) 100%);
  --color-gradient-primary-to-blue: linear-gradient(135deg, rgba(0,57,118,1) 0%,rgba(0,34,69,1) 100%);
  --font-size-hero: 100px;
  --font-size-hero-p: 16px;
  --font-size-1: 50px;
  --font-size-2: 26px;
  --font-size-3: 18px;
  --font-size-4: 18px;
  --font-size-5: 16px;
  --font-size-6: 10px;
  --font-size-p: 18px;
  --font-size-coupon: 34px;
  --font-size-coupon-small: 22px;
  --font-size-fine-print: 12px;
  --font-size-text: 16px;
  --font-size-sm: 28px;
  --font-size-button: 18px;
  --wp--preset--font-size--large: var(--font-size-2);
  --wp--preset--font-size--medium: var(--font-size-3);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 800;
  --text-color: var(--color-black);
  --link-color: var(--color-primary);
  --link-hover-color: var(--color-primary-hover);
  --link-active-color: var(--link-hover-color);
  --link-text-decoration: none;
  --link-visited-color: var(--link-color);
  --link-visited-hover-color: var(--link-hover-color);
  --link-visited-active-color: var(--link-active-color);
  --fa-family: "Font Awesome 6 Pro";
  --fa-family-brands: "Font Awesome 6 Brands";
  --font-family-body: "Open Sans", "Arial", sans-serif;
  --font-family-heading: "Open Sans", "Arial", sans-serif;
}

.spacer.spacer-1 {
  height: 1rem;
}
.spacer.spacer-2 {
  height: 2rem;
}
.spacer.spacer-3 {
  height: 3rem;
}
.spacer.spacer-4 {
  height: 4rem;
}
.spacer.spacer-5 {
  height: 5rem;
}
.spacer.spacer-6 {
  height: 6rem;
}
.spacer.spacer-7 {
  height: 7rem;
}
.spacer.spacer-8 {
  height: 8rem;
}
.spacer.spacer-9 {
  height: 9rem;
}
.spacer.spacer-10 {
  height: 10rem;
}
@media only screen and (min-width: 641px) and (max-width: 1025px) {
  .spacer.spacer-1 {
    height: 0.75rem;
  }
  .spacer.spacer-2 {
    height: 1.5rem;
  }
  .spacer.spacer-3 {
    height: 2.25rem;
  }
  .spacer.spacer-4 {
    height: 3rem;
  }
  .spacer.spacer-5 {
    height: 3.75rem;
  }
  .spacer.spacer-6 {
    height: 4.5rem;
  }
  .spacer.spacer-7 {
    height: 5.25rem;
  }
  .spacer.spacer-8 {
    height: 6rem;
  }
  .spacer.spacer-9 {
    height: 6.75rem;
  }
  .spacer.spacer-10 {
    height: 7.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .spacer.spacer-1 {
    height: 0.5rem;
  }
  .spacer.spacer-2 {
    height: 1rem;
  }
  .spacer.spacer-3 {
    height: 1.5rem;
  }
  .spacer.spacer-4 {
    height: 2rem;
  }
  .spacer.spacer-5 {
    height: 2.5rem;
  }
  .spacer.spacer-6 {
    height: 3rem;
  }
  .spacer.spacer-7 {
    height: 3.5rem;
  }
  .spacer.spacer-8 {
    height: 4rem;
  }
  .spacer.spacer-9 {
    height: 4.5rem;
  }
  .spacer.spacer-10 {
    height: 5rem;
  }
}

ul.split-1 {
  column-count: 1;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ul.split-1 {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  ul.split-1 {
    column-count: 1;
  }
}
ul.split-2 {
  column-count: 2;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ul.split-2 {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  ul.split-2 {
    column-count: 1;
  }
}
ul.split-3 {
  column-count: 3;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ul.split-3 {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  ul.split-3 {
    column-count: 1;
  }
}
ul.split-4 {
  column-count: 4;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ul.split-4 {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  ul.split-4 {
    column-count: 1;
  }
}
ul.split-5 {
  column-count: 5;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ul.split-5 {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  ul.split-5 {
    column-count: 1;
  }
}

.padding-1 {
  padding: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-1 {
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-1 {
    padding: 0.5rem;
  }
}
.padding-2 {
  padding: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-2 {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-2 {
    padding: 1rem;
  }
}
.padding-3 {
  padding: 3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-3 {
    padding: 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-3 {
    padding: 1.5rem;
  }
}
.padding-4 {
  padding: 4rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-4 {
    padding: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-4 {
    padding: 2rem;
  }
}
.padding-5 {
  padding: 5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-5 {
    padding: 3.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-5 {
    padding: 2.5rem;
  }
}
.padding-6 {
  padding: 6rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-6 {
    padding: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-6 {
    padding: 3rem;
  }
}
.padding-7 {
  padding: 7rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-7 {
    padding: 5.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-7 {
    padding: 3.5rem;
  }
}
.padding-8 {
  padding: 8rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-8 {
    padding: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-8 {
    padding: 4rem;
  }
}
.padding-9 {
  padding: 9rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-9 {
    padding: 6.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-9 {
    padding: 4.5rem;
  }
}
.padding-10 {
  padding: 10rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-10 {
    padding: 7.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-10 {
    padding: 5rem;
  }
}

.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-10 {
  z-index: 10;
}

.padding-right-1 {
  padding-right: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-1 {
    padding-right: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-1 {
    padding-right: 0.5rem;
  }
}
.padding-right-2 {
  padding-right: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-2 {
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-2 {
    padding-right: 1rem;
  }
}
.padding-right-3 {
  padding-right: 3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-3 {
    padding-right: 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-3 {
    padding-right: 1.5rem;
  }
}
.padding-right-4 {
  padding-right: 4rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-4 {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-4 {
    padding-right: 2rem;
  }
}
.padding-right-5 {
  padding-right: 5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-5 {
    padding-right: 3.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-5 {
    padding-right: 2.5rem;
  }
}
.padding-right-6 {
  padding-right: 6rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-6 {
    padding-right: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-6 {
    padding-right: 3rem;
  }
}
.padding-right-7 {
  padding-right: 7rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-7 {
    padding-right: 5.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-7 {
    padding-right: 3.5rem;
  }
}
.padding-right-8 {
  padding-right: 8rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-8 {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-8 {
    padding-right: 4rem;
  }
}
.padding-right-9 {
  padding-right: 9rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-9 {
    padding-right: 6.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-9 {
    padding-right: 4.5rem;
  }
}
.padding-right-10 {
  padding-right: 10rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-right-10 {
    padding-right: 7.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-right-10 {
    padding-right: 5rem;
  }
}

.padding-left-1 {
  padding-left: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-1 {
    padding-left: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-1 {
    padding-left: 0.5rem;
  }
}
.padding-left-2 {
  padding-left: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-2 {
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-2 {
    padding-left: 1rem;
  }
}
.padding-left-3 {
  padding-left: 3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-3 {
    padding-left: 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-3 {
    padding-left: 1.5rem;
  }
}
.padding-left-4 {
  padding-left: 4rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-4 {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-4 {
    padding-left: 2rem;
  }
}
.padding-left-5 {
  padding-left: 5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-5 {
    padding-left: 3.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-5 {
    padding-left: 2.5rem;
  }
}
.padding-left-6 {
  padding-left: 6rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-6 {
    padding-left: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-6 {
    padding-left: 3rem;
  }
}
.padding-left-7 {
  padding-left: 7rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-7 {
    padding-left: 5.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-7 {
    padding-left: 3.5rem;
  }
}
.padding-left-8 {
  padding-left: 8rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-8 {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-8 {
    padding-left: 4rem;
  }
}
.padding-left-9 {
  padding-left: 9rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-9 {
    padding-left: 6.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-9 {
    padding-left: 4.5rem;
  }
}
.padding-left-10 {
  padding-left: 10rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-left-10 {
    padding-left: 7.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-left-10 {
    padding-left: 5rem;
  }
}

.padding-top-1 {
  padding-top: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-1 {
    padding-top: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-1 {
    padding-top: 0.5rem;
  }
}
.padding-top-2 {
  padding-top: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-2 {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-2 {
    padding-top: 1rem;
  }
}
.padding-top-3 {
  padding-top: 3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-3 {
    padding-top: 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-3 {
    padding-top: 1.5rem;
  }
}
.padding-top-4 {
  padding-top: 4rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-4 {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-4 {
    padding-top: 2rem;
  }
}
.padding-top-5 {
  padding-top: 5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-5 {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-5 {
    padding-top: 2.5rem;
  }
}
.padding-top-6 {
  padding-top: 6rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-6 {
    padding-top: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-6 {
    padding-top: 3rem;
  }
}
.padding-top-7 {
  padding-top: 7rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-7 {
    padding-top: 5.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-7 {
    padding-top: 3.5rem;
  }
}
.padding-top-8 {
  padding-top: 8rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-8 {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-8 {
    padding-top: 4rem;
  }
}
.padding-top-9 {
  padding-top: 9rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-9 {
    padding-top: 6.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-9 {
    padding-top: 4.5rem;
  }
}
.padding-top-10 {
  padding-top: 10rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-top-10 {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-top-10 {
    padding-top: 5rem;
  }
}

.padding-bottom-1 {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-1 {
    padding-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
}
.padding-bottom-2 {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-2 {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-2 {
    padding-bottom: 1rem;
  }
}
.padding-bottom-3 {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-3 {
    padding-bottom: 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
}
.padding-bottom-4 {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-4 {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-4 {
    padding-bottom: 2rem;
  }
}
.padding-bottom-5 {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-5 {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
}
.padding-bottom-6 {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-6 {
    padding-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-6 {
    padding-bottom: 3rem;
  }
}
.padding-bottom-7 {
  padding-bottom: 7rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-7 {
    padding-bottom: 5.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
}
.padding-bottom-8 {
  padding-bottom: 8rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-8 {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-8 {
    padding-bottom: 4rem;
  }
}
.padding-bottom-9 {
  padding-bottom: 9rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-9 {
    padding-bottom: 6.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
}
.padding-bottom-10 {
  padding-bottom: 10rem;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .padding-bottom-10 {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .padding-bottom-10 {
    padding-bottom: 5rem;
  }
}

/* Position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* Display */
.hidden {
  display: none;
}

.invisible {
  opacity: 0;
}

.text-wrap-balance {
  text-wrap: balance;
}

.bold {
  font-weight: var(--font-weight-bold);
}

.white {
  color: var(--color-white);
}

.black {
  color: var(--color-black);
}

.primary {
  color: var(--color-primary);
}

.secondary {
  color: var(--color-secondary);
}

.terciary {
  color: var(--color-terciary);
}

.gray-6 {
  color: var(--color-gray-6);
}

.popup-video {
  cursor: pointer;
}

#homepage-loader,
#find-location-loader {
  display: none;
  border: 8px solid transparent;
  border-top: 8px solid var(--color-red);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 40px);
}

div#find-location-loader {
  top: 100px;
  bottom: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    width: 100%;
  }
}

.text-wrap {
  text-wrap: balance;
}

.primary-bg {
  background-color: var(--color-primary);
}

.secondary-bg {
  background-color: var(--color-secondary);
}

.terciary-bg {
  background-color: var(--color-terciary);
}

#tcwlw_offers_widget .tcwlw_offer_cell .tcwlw_offer_item > .tcwlw_image_box canvas[style] {
  background-color: var(--color-primary) !important;
}

@media only screen and (max-width: 640px) {
  .wp-block-spacer[style*="height:100px"] {
    height: 50px !important;
  }
}
/* Vendors */
/* Blocks */
#header {
  position: relative;
  padding: 0;
  z-index: 9;
  background: var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 12px;
}
@media only screen and (max-width: 640px) {
  #header {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header .row.header-row {
    align-items: center;
  }
}

.mobile-toggle {
  align-self: center;
}

@media only screen and (min-width: 1024px) {
  .header-logo {
    padding: 32px 0;
  }
}
.header-logo img {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .header-logo img.main-logo {
    max-width: 50%;
    width: 300px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .header-logo img.main-logo {
    padding: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .header-logo img.main-logo {
    padding: 12px;
  }
}
.header-logo img.animated-logo {
  max-width: 40%;
  width: 271px;
  margin-left: 8px;
}
@media only screen and (max-width: 640px) {
  .header-logo img.animated-logo {
    max-width: 80%;
    width: 100%;
  }
}

.internal-header {
  background: var(--color-primary);
  background-image: url("/wp-content/uploads/blue-checker-background.jpg");
  background-size: cover;
  background-position: left center;
  padding-top: 36px;
}
@media only screen and (max-width: 640px) {
  .internal-header {
    padding-top: 60px;
  }
}
.internal-header h1 {
  color: white;
}
.internal-header h1 span.kicker {
  color: white;
}

.int-form-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.int-form-container .card {
  border-radius: 8px;
  max-width: 85%;
  margin: 0 auto 32px;
  border: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.int-form-container .wp-block-button {
  padding: 0px 18px 18px;
}
.int-form-container h2 {
  color: white;
  background: var(--color-dark-blue);
  padding: 18px;
  font-size: 24px;
}

.top-menu-area {
  background: #d2d2d2;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .top-menu-area {
    margin-bottom: 25px;
  }
}
.retail-vs-commercial {
  padding: 0;
}
.retail-vs-commercial a {
  background: white;
  height: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #808080;
  padding: 8px 12px;
  font-family: var(--font-family-body);
}
.retail-vs-commercial a:nth-of-type(2) {
  background-color: #ebebeb;
  margin-left: -4px;
}
@media only screen and (max-width: 640px) {
  .retail-vs-commercial a:nth-of-type(2) {
    margin-left: -4px;
  }
}
.retail-vs-commercial a:nth-of-type(2):hover {
  color: var(--color-terciary-hover);
}
@media only screen and (max-width: 640px) {
  .retail-vs-commercial a {
    width: 49.9%;
    text-align: center;
    padding: 8px 12px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .retail-vs-commercial a {
    width: 49.9%;
    padding: 8px 24px;
    text-align: center;
    line-height: 1;
  }
}

body.page-id-54 .retail-vs-commercial,
body.parent-pageid-54 .retail-vs-commercial {
  padding: 0;
}
body.page-id-54 .retail-vs-commercial a,
body.parent-pageid-54 .retail-vs-commercial a {
  background: #ebebeb;
}
body.page-id-54 .retail-vs-commercial a:hover,
body.parent-pageid-54 .retail-vs-commercial a:hover {
  color: var(--color-terciary-hover);
}
body.page-id-54 .retail-vs-commercial a:nth-of-type(2),
body.parent-pageid-54 .retail-vs-commercial a:nth-of-type(2) {
  background: white;
}
body.page-id-54 .retail-vs-commercial a:nth-of-type(2):hover,
body.parent-pageid-54 .retail-vs-commercial a:nth-of-type(2):hover {
  color: #808080;
}

.wplf-map-wrap {
  z-index: 7;
}

.rank-math-breadcrumb {
  margin-bottom: 36px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rank-math-breadcrumb {
    margin: 0 24px 36px;
  }
}
@media only screen and (max-width: 640px) {
  .rank-math-breadcrumb {
    white-space: nowrap; /* Prevents wrapping */
    overflow: hidden; /* Hides overflow text */
    text-overflow: ellipsis; /* Adds "…" at the end */
    display: block;
    max-width: 100%;
  }
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.rank-math-breadcrumb p .separator {
  font-family: var(--fa-family);
  font-size: 14px;
  margin: 0 12px;
}
.rank-math-breadcrumb p a {
  color: var(--color-white) !important;
}
.rank-math-breadcrumb p a:hover {
  color: var(--color-secondary) !important;
}

body.single-rank_math_locations .rank-math-breadcrumb p {
  color: var(--color-white);
}
body.single-rank_math_locations .rank-math-breadcrumb p a {
  color: var(--color-secondary-hover);
}
body.single-rank_math_locations .rank-math-breadcrumb p a:hover {
  color: var(--color-white);
}

.wp-block-cover.alignfull nav.rank-math-breadcrumb {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.wp-block-cover.alignfull nav.rank-math-breadcrumb p {
  color: white;
}
.wp-block-cover.alignfull nav.rank-math-breadcrumb a {
  color: white;
}
.wp-block-cover.alignfull h1 .kicker {
  color: var(--color-light-gray);
}

div.wp-block-cover, div.wp-block-cover-image {
  min-height: 300px;
}

.calls-to-action .wp-block-column {
  margin-bottom: 24px;
}
.calls-to-action .wp-block-column h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .calls-to-action .wp-block-column figure {
    margin: 0 auto;
  }
}
.calls-to-action .wp-block-column p {
  margin-left: 0;
}

.cta-flip-box {
  perspective: 1000px;
  width: 100%;
  height: 180px; /* Adjust height as needed */
}

.cta-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.cta-inner p {
  font-size: 14px;
}
.cta-inner h4 {
  margin-bottom: 0;
}

.cta-flip-box:hover .cta-inner {
  transform: rotateY(180deg);
}

.cta-front,
.cta-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.cta-front {
  background: #ffffff; /* Front background color */
  display: flex;
  align-items: center;
  border-radius: 12px;
}
@media only screen and (max-width: 640px) {
  .cta-front h3 a {
    font-size: 24px;
  }
}

.cta-back {
  background: var(--color-black); /* Back background color */
  color: #fff;
  transform: rotateY(180deg);
  border-radius: 12px;
}
.cta-back .wp-block-media-text__media {
  margin-bottom: 8px;
}
.cta-back .wp-block-media-text__media img {
  width: 100%;
  max-width: 36px;
  margin-left: 36px;
}
@media only screen and (max-width: 640px) {
  .cta-back .wp-block-media-text__media img {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1400px) {
  .cta-back .wp-block-media-text__media img {
    margin-left: 12px;
  }
  .cta-back p {
    font-size: 12px;
  }
}

.card-container .card p {
  flex-grow: 1;
}

.padded-split-left {
  padding: 32px 32px 32px 15%;
}

.padded-split-right {
  padding: 32px 15% 32px 32px;
}

.copyright {
  background: #002245;
  padding-top: 1rem;
  paddinb-bottom: 2rem;
}
.copyright > .row {
  padding-top: 1rem;
}
.copyright > .row p {
  margin-top: 1rem;
}
.copyright a:hover {
  color: var(--color-medium-blue);
}
.copyright * {
  color: var(--color-light-gray);
  font-size: 14px;
}

.footer-tagline {
  display: block;
  clear: both;
  text-align: center;
  position: relative;
  color: white;
  font-size: 40px;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .footer-tagline {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.footer-tagline span {
  padding: 0 18px;
  background: #00192a;
  text-transform: uppercase;
  font-weight: var(--font-weight-heavy);
}
.footer-tagline::before {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 5px;
  background: var(--color-red);
  content: "";
  top: 50%;
}

.footer-callout {
  background: var(--color-primary-hover);
  padding: 30px 30px 30px 30px;
}
.footer-callout h3 {
  font-size: 26px;
  font-weight: normal;
}
.footer-callout h5 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  ul.social-menu {
    justify-content: center;
  }
}
ul.social-menu li {
  margin-bottom: 32px;
}
ul.social-menu li a {
  padding: 0 19px 0 0;
}

footer ul:not(.social-menu):not(.top-menu) {
  margin-left: 0;
}
footer ul:not(.social-menu):not(.top-menu) li {
  margin-bottom: 0.7rem;
  font-size: 16px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer ul:not(.social-menu):not(.top-menu) li a {
  font-weight: bold;
  font-size: 16px;
  color: var(--color-secondary-hover);
}
footer ul:not(.social-menu):not(.top-menu) li a:hover {
  color: var(--color-white);
}

#gform_wrapper_1.gform-theme--foundation .gform_fields {
  column-gap: 0;
  -moz-column-gap: 0;
}

#input_1_1,
#gform_submit_button_1 {
  border-radius: 0;
  height: 55px;
}

#gform_submit_button_1:hover {
  background-color: var(--color-terciary);
}

#input_1_1::placeholder {
  font-size: 15px;
  color: var(--color-dark-gray);
}

#gform_submit_button_1 {
  background-color: var(--color-secondary);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FFFFFF;
}

footer {
  background: var(--color-graient-navy-to-blue);
  padding-top: 70px;
}
footer .panel {
  margin-top: 40px;
  background: var(--color-primary-hover);
  padding: 30px 30px 30px 30px;
}
footer .panel h4 i {
  color: var(--color-terciary);
}
footer p {
  color: var(--color-white);
}
footer h3 {
  color: var(--color-white);
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  footer .footer-logo {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  footer .footer-logo {
    margin-bottom: 48px;
  }
}

footer .panel a:not(.button) {
  color: var(--color-secondary-hover);
}

@media only screen and (max-width: 640px) {
  footer .gform-theme--foundation .gform_fields {
    row-gap: 4px;
  }
}
.contact-callout {
  background: var(--color-secondary);
  background-image: url("/wp-content/uploads/coupon-background.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0 60px;
}
.contact-callout h2 {
  color: var(--color-white);
  margin-bottom: 8px;
}
.contact-callout h3 {
  color: white;
  font-weight: var(--font-weight-semibold);
  font-size: 28px;
  font-style: italic;
  margin-bottom: 8px;
}
.contact-callout p {
  color: white;
}

@media only screen and (max-width: 640px) {
  #homepage-results {
    margin-top: 32px;
  }
}
.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, var(--color-primary) 50%, var(--color-primary) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto;
  padding-top: 40px;
}
@media only screen and (max-width: 640px) {
  .offcanvas-full-screen {
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  }
}
.offcanvas-full-screen .close-button,
.offcanvas-full-screen .close-button:focus,
.offcanvas-full-screen .close-button:hover {
  color: #397FBA;
}
.offcanvas-full-screen .medium-offset-2 {
  margin-top: 2rem;
}
.offcanvas-full-screen .medium-offset-2 .white {
  color: var(--color-black);
}
.offcanvas-full-screen .wp-block-button {
  margin-top: 32px;
}
.offcanvas-full-screen .wp-block-button a {
  width: 80%;
  margin: 0 10%;
}
.offcanvas-full-screen div.social-icons {
  margin-left: 18px;
  margin-top: 32px;
}
.offcanvas-full-screen .mobile-logo {
  background: white;
  padding-left: 18px;
  margin-bottom: 8px;
}
.offcanvas-full-screen .animated-logo {
  max-width: 220px;
  margin-bottom: 2rem;
  padding-left: 18px;
}
.offcanvas-full-screen ul.menu:not(.inline) li.button {
  width: 100%;
}
.offcanvas-full-screen ul.menu:not(.inline) li.button.primary {
  margin-top: 1rem;
}
.offcanvas-full-screen ul.menu:not(.inline) li.button.primary a {
  color: var(--color-white);
}
.offcanvas-full-screen ul.menu:not(.inline) li.button.secondary a {
  color: var(--color-red);
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) {
  margin: 0;
  border-bottom: 1px solid gray;
  padding: 15px 0;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) > a {
  color: var(--color-black);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).is-accordion-submenu-parent button:after {
  border: 0;
  color: var(--color-primary);
  position: absolute;
  left: 12px;
  top: -16px;
  font-family: var(--fa-family);
  content: "\f107";
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).is-accordion-submenu-parent:not(.opened-sub-menu) {
  top: 0;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).opened-sub-menu > a {
  background: rgba(57, 127, 186, 0.2);
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).opened-sub-menu > button:after {
  content: "\f078";
  top: 12px;
  position: absolute;
  left: 12px;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).has-submenu-toggle {
  position: relative;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).has-submenu-toggle .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).has-submenu-toggle .submenu-toggle .submenu-toggle-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).has-submenu-toggle ul {
  margin-left: 0;
  padding-left: 0;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button).has-submenu-toggle ul li a {
  text-transform: none;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul {
  list-style: none;
  margin-left: 0;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li {
  padding: 8px 0;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li.opened-sub-menu {
  position: relative;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li.opened-sub-menu > button:after {
  content: "\f068";
  color: var(--color-primary);
  top: 12px;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li.opened-sub-menu a {
  font-weight: bold;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li.opened-sub-menu:before {
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  left: 0;
  content: "";
  top: 12px;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li a {
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li ul {
  list-style: none;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li ul:before {
  display: none;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li ul li {
  position: relative;
}
.offcanvas-full-screen ul.menu:not(.inline) > li:not(.button) ul li ul li a {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}
.offcanvas-full-screen ul .submenu-toggle[aria-expanded=true]::after {
  top: 12px !important;
}
.offcanvas-full-screen.is-transition-overlap {
  z-index: 15;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.offcanvas-full-screen .social-icons a {
  padding: 0.7rem 1rem 0.7rem 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .offcanvas-full-screen .social-icons img {
    filter: brightness(0) invert(1);
  }
}
.offcanvas-full-screen .social-icons i.fa-stack-2x {
  color: white;
}
@media only screen and (max-width: 640px) {
  .offcanvas-full-screen .social-icons i {
    color: var(--color-red);
  }
  .offcanvas-full-screen .social-icons strong[style] {
    color: var(--color-primary) !important;
  }
}
.offcanvas-full-screen button.close-button {
  right: calc(50% - 33px);
  bottom: 0;
  top: auto;
  font-size: 2em;
  line-height: 1;
  background: var(--color-terciary);
  padding: 1.15rem 1.15rem 0.75rem;
  border-radius: 500px 500px 0 0;
  color: var(--color-white) !important;
}
@media only screen and (max-width: 640px) {
  .offcanvas-full-screen button.close-button {
    right: 0;
    bottom: auto;
    top: 24px;
    border-radius: 500px 0 0 500px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .offcanvas-full-screen-inner {
    padding: 2rem;
  }
  .mobile-menu-toggle {
    z-index: 999;
    right: 2rem;
    top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .mobile-menu-toggle {
    top: 0;
  }
}
[data-whatinput=mouse] .offcanvas-full-screen {
  outline: 0;
}

.container {
  cursor: pointer;
  display: flex;
  justify-content: right;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .mobile-logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .mobile-logo {
    max-width: 33%;
  }
}

.single-rank_math_locations .reviews-wrapper {
  background: #ebebeb;
  padding: 28px 0;
}
.single-rank_math_locations .rpi-content .rpi-card-inner {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.single-rank_math_locations figure.wp-block-image.aligncenter.size-full.is-resized.icon {
  margin: 0 auto;
}
.single-rank_math_locations .contact-callout p a:not(.button) {
  color: white;
}
.single-rank_math_locations .contact-callout p a:not(.button):hover {
  color: var(--color-light-gray);
}
.single-rank_math_locations .store-image figure {
  padding: 18px 0 18px 18px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .single-rank_math_locations .store-image figure {
    padding: 12px;
  }
}
.single-rank_math_locations .store-image figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-rank_math_locations .set-view {
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  position: relative;
  padding: 32px;
}
.single-rank_math_locations .set-view a {
  position: relative;
  color: var(--color-secondary);
  text-transform: uppercase;
}
.single-rank_math_locations .set-view a.set-my-store::before {
  left: -24px;
  position: absolute;
  font-family: var(--fa-family);
  content: "\f005";
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .single-rank_math_locations .set-view a.set-my-store {
    display: block;
    clear: both;
    margin-left: 24px;
    margin-top: 23px;
  }
}
.single-rank_math_locations .set-view .set-my-store.is-my-store {
  color: var(--color-terciary);
}
.single-rank_math_locations .set-view .set-my-store.is-my-store::before {
  content: "\f004";
  font-weight: 900;
}
.single-rank_math_locations .set-view .view-locations {
  margin-right: 40px;
}
.single-rank_math_locations .set-view .view-locations i {
  font-weight: 400;
}
.single-rank_math_locations h1 {
  position: relative;
  font-size: 50px;
  margin-bottom: 0px;
}
.single-rank_math_locations h1::after {
  height: 1px;
  width: 90%;
  left: 5%;
  background: var(--color-light-blue);
  content: "";
  position: absolute;
  bottom: -15px;
}
.single-rank_math_locations .manager {
  font-size: 18px;
  margin-bottom: 18px;
}
.single-rank_math_locations .manager strong {
  color: var(--color-primary);
  text-transform: uppercase;
}
.single-rank_math_locations .store-details {
  padding: 32px 32px 18px 32px;
  font-size: 22px;
  font-family: var(--font-family-raleway);
}
.single-rank_math_locations .store-details a.phone-number {
  color: var(--color-primary);
  font-weight: 900;
  margin-top: 18px;
  display: block;
  font-size: 32px;
  font-family: Arial, sans-serif;
}
.single-rank_math_locations .store-details a.phone-number:hover {
  color: var(--color-secondary);
}
@media only screen and (max-width: 640px) {
  .single-rank_math_locations .store-details a.button {
    margin-bottom: 9px;
  }
}
.single-rank_math_locations .store-details .email-icon,
.single-rank_math_locations .store-details .phone-icon,
.single-rank_math_locations .store-details address {
  position: relative;
  margin-left: 32px;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-rank_math_locations .store-details .email-icon::before,
.single-rank_math_locations .store-details .phone-icon::before,
.single-rank_math_locations .store-details address::before {
  color: var(--color-terciary);
  font-family: var(--fa-family);
  position: absolute;
  left: -28px;
}
.single-rank_math_locations .store-details address::before {
  content: "\f3c5";
}
.single-rank_math_locations .store-details .phone-icon::before {
  content: "\f095";
}
.single-rank_math_locations .store-details .email-icon::before {
  content: "\f0e0";
}
.single-rank_math_locations .store-details .phone-icon a,
.single-rank_math_locations .store-details .email-icon a {
  color: var(--color-secondary);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.45px;
}
.single-rank_math_locations .photo-of-store {
  padding: 0 32px 32px 32px !important;
}
@media only screen and (min-width: 1024px) {
  .single-rank_math_locations .photo-of-store {
    padding: 32px 32px 32px 0 !important;
  }
}
.single-rank_math_locations .photo-of-store img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.single-rank_math_locations .hours-of-operation {
  background: #f2f2f2;
  padding: 24px 24px 24px 32px;
}
.single-rank_math_locations .hours-of-operation h4 {
  margin-bottom: 8px;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 18px;
  text-transform: uppercase;
}
.single-rank_math_locations .hours-of-operation div {
  font-size: 16px;
}
.single-rank_math_locations .internal-header {
  background-image: url("/wp-content/uploads/blue-checker-background.jpg");
  background-size: cover;
  background-position: center;
}
.single-rank_math_locations .internal-header .panel {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: white;
  margin-bottom: 80px;
}

.accordion-content ul.split-2 {
  margin-bottom: 0;
}

.service-cta h4 {
  display: flex;
  align-items: center;
}
.service-cta h4 a:hover {
  color: var(--color-red);
}
.service-cta h4 figure {
  display: flex;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  background: #074174;
  height: 40px;
  width: 40px;
  padding: 5px;
  border-radius: 500px;
}
.service-cta h4 figure img {
  max-height: 30px;
  height: 30px;
  width: auto;
}

.find-buttons a {
  color: var(--color-white);
  background: var(--color-red);
}
.find-buttons a:hover {
  background: var(--color-shaded-navy);
}

.service-cta .dropdown-pane {
  border: 0;
}

#find-location-results {
  height: calc(100vh - 350px);
}

.find-container {
  background-color: var(--color-primary);
  position: relative;
}

#find-location-results {
  overflow-y: scroll;
}

img.store-logo-marker {
  width: 60px !important;
  height: auto !important;
  object-fit: contain;
}

#find-location-map {
  height: 450px;
  width: 100%;
  z-index: 2;
}

.popup-content {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.popup-content strong {
  font-size: 16px;
}

.popup-content a {
  text-decoration: none;
}

#state-anchors {
  max-width: 60%;
  margin: 0 auto;
}
#state-anchors h4 {
  color: var(--color-light-blue);
  margin-bottom: 14px;
}
#state-anchors h3 {
  margin-bottom: 10px;
}
#state-anchors h3 a {
  color: white;
  font-size: 18px;
}
#state-anchors h3 a:hover {
  color: var(--color-light-blue);
}

.dropdown-pane p {
  margin-bottom: 0;
}

.promise-factors h3 {
  position: relative;
}
.promise-factors h3::before {
  font-family: var(--fa-family);
  content: "\f2f7";
  position: absolute;
  left: -45px;
}
.promise-factors h4 small {
  display: block;
  clear: both;
  line-height: 1.1;
  margin-top: 0.4rem;
}
.promise-factors blockquote {
  margin-bottom: 32px;
  padding-left: 28px;
  position: relative;
  border-left: 0;
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
}
.promise-factors blockquote::before, .promise-factors blockquote::after {
  font-family: var(--fa-family);
  position: absolute;
  color: var(--color-light-blue);
  font-size: 60px;
  z-index: 0;
}
.promise-factors blockquote::before {
  content: "\f10d";
  left: -38px;
  top: -28px;
  right: auto;
}
.promise-factors blockquote::after {
  content: "\f10e";
  left: auto;
  right: -28px;
  bottom: -28px;
}
.promise-factors blockquote p {
  z-index: 2;
  position: relative;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.location-gallery .slick-next,
.location-gallery .slick-prev {
  bottom: 25px;
  top: auto;
  z-index: 2;
}
.location-gallery .slick-next::before,
.location-gallery .slick-prev::before {
  font-family: var(--fa-family);
  font-size: 28px;
  color: var(--color-red);
}
.location-gallery .slick-next {
  right: 25px;
}
.location-gallery .slick-next::before {
  content: "\f138";
}
.location-gallery .slick-prev {
  right: 60px;
  left: auto;
}
.location-gallery .slick-prev::before {
  content: "\f137";
}

.service-cta .wrapper {
  padding: 22px;
  background: #efefef;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
}

@media only screen and (max-width: 640px) {
  .row:not(.expanded) .row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .promise-factors h3::before {
    left: -24px;
  }
}
.why-choose {
  background-image: url(/wp-content/uploads/blue-checker-background.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
.why-choose h2 {
  color: white;
}
.why-choose h2 .kicker {
  color: white;
}
.why-choose .key-diff .wrapper {
  height: 100%;
  padding: 12px 30px;
  background: white;
  position: relative;
}
.why-choose .key-diff .wrapper figure {
  background: var(--color-secondary);
  padding: 0px;
  position: absolute;
  top: -16px;
  left: 30px;
  width: 50px;
}
.why-choose .key-diff .wrapper figure img {
  filter: brightness(0) invert(1);
}
.why-choose .key-diff h3 {
  margin-top: 48px;
  font-size: 26px;
}
.why-choose .icon img {
  background: #001d33;
}

.blog h3 {
  font-size: 21px;
}
.blog article:hover h3 {
  color: var(--color-primary);
}
.blog article img {
  border-radius: 12px;
  margin-bottom: 8px;
}
.blog .column-block {
  margin-bottom: 32px;
}
.blog aside .flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: var(--color-gray-8);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.blog-single .blog-feature img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.single .post-image img {
  border-radius: 8px;
}

#sidebar ul {
  list-style: none;
}

/* Elements */
.main-nav {
  border-top: 1px solid #ddd;
}

.menu.dropdown ul.is-dropdown-submenu.first-sub {
  border: none;
  background: #f4f4f4;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  left: 0;
  right: auto;
  min-width: 325px;
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li {
  position: relative;
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li a {
  padding: 18px 0px;
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li::after {
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #dce3ec;
  content: "";
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li:last-of-type:hover {
  border-radius: 0 0 12px 12px;
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li:last-of-type::after {
  display: none;
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li:hover {
  background: var(--color-light-blue);
}
.menu.dropdown ul.is-dropdown-submenu.first-sub li:hover a {
  text-decoration: underline;
}
.menu.dropdown ul.is-dropdown-submenu.first-sub a {
  text-align: left;
  width: calc(100% - 20px);
  text-transform: none;
  font-weight: var(--font-weight-semibold);
}
.menu.dropdown .is-active > a {
  color: var(--color-primary);
}
.menu.dropdown .menu-item {
  padding: 0 24px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .menu.dropdown .menu-item {
    padding: 0 8px;
  }
}
.menu.dropdown .menu-item a {
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-p);
  color: var(--color-primary);
}
.menu.dropdown .menu-item a:hover {
  color: var(--color-terciary-hover);
}
.menu.dropdown .menu-item.is-dropdown-submenu-parent > a::after {
  border-color: transparent;
  content: "\f107";
  font-family: var(--fa-family);
  margin-top: -13px;
  right: 10px;
}

.dropdown .menu-item.current_page_item a {
  color: var(--color-em-blue);
}
.dropdown > li.menu-item.current_page_item {
  position: relative;
}
.dropdown > li.menu-item.current_page_item::after {
  position: absolute;
  left: 15%;
  bottom: 8px;
  height: 2px;
  background: var(--color-em-blue);
  content: "";
  width: 70%;
}

.top-menu-bar li:not(:first-of-type) {
  position: relative;
}
.top-menu-bar li:not(:first-of-type)::before {
  position: absolute;
  left: 0;
  height: 60%;
  top: 20%;
  background: #999;
  width: 1px;
  content: "";
}
.top-menu-bar li a {
  color: var(--color-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
}
.top-menu-bar li a:hover {
  color: var(--color-terciary-hover);
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .top-menu-bar #menu-item-420 {
    display: none;
  }
  .top-menu-bar #menu-item-421::before {
    display: none !important;
  }
}

#service-menu.dropdown-pane,
#tires-menu.dropdown-pane {
  padding: 24px 0 0 0;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 0;
  border: 0;
  left: 0 !important;
  width: 100%;
  background: var(--color-graient-gray-to-white);
}
#service-menu.dropdown-pane ul.split-2,
#service-menu.dropdown-pane ul.split-3,
#tires-menu.dropdown-pane ul.split-2,
#tires-menu.dropdown-pane ul.split-3 {
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid #b3b3b3;
}
#service-menu.dropdown-pane h3,
#tires-menu.dropdown-pane h3 {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: normal;
}
#service-menu.dropdown-pane h3 img,
#tires-menu.dropdown-pane h3 img {
  width: 52px;
  display: inline-block;
}
#service-menu.dropdown-pane .top-link,
#tires-menu.dropdown-pane .top-link {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}
#service-menu.dropdown-pane .top-link a,
#tires-menu.dropdown-pane .top-link a {
  color: var(--color-secondary-hover);
}
#service-menu.dropdown-pane .top-link:hover,
#tires-menu.dropdown-pane .top-link:hover {
  color: var(--color-secondary);
}
#service-menu.dropdown-pane ul,
#tires-menu.dropdown-pane ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#service-menu.dropdown-pane ul li,
#tires-menu.dropdown-pane ul li {
  margin-left: 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 8px; /* spacing between image and text */
}
#service-menu.dropdown-pane ul li img,
#tires-menu.dropdown-pane ul li img {
  width: 32px;
  height: auto;
  display: block;
  flex-shrink: 0; /* prevent shrinking */
}
#service-menu.dropdown-pane ul li a,
#tires-menu.dropdown-pane ul li a {
  display: inline-block;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
}
#service-menu.dropdown-pane ul li a:Hover,
#tires-menu.dropdown-pane ul li a:Hover {
  color: var(--color-terciary-hover);
}
#service-menu.dropdown-pane .panel.callout,
#tires-menu.dropdown-pane .panel.callout {
  margin-top: 2rem;
  border-radius: 2rem;
  padding: 2rem;
}

#repair-menu {
  padding: 2rem;
}
#repair-menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#repair-menu ul li {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
#repair-menu ul li a::after {
  display: none;
}
#repair-menu ul li:last-of-type a {
  color: var(--color-primary) hover;
}
#repair-menu h3 {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-dark-gray);
  padding-bottom: 1rem;
}

.menu-footer-bar {
  padding: 8px 0;
  background: var(--color-secondary);
}

#menu-item-426.is-active a {
  color: var(--color-terciary-hover);
  position: relative;
}
#menu-item-426.is-active a::before {
  position: absolute;
  background: var(--color-terciary-hover);
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  text-wrap: balance;
  font-family: var(--font-family-body);
  color: var(--color-primary);
  line-height: 1.1;
}

.h1,
h1 {
  font-size: 40px;
}
@media only screen and (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

.h2,
h2 {
  font-weight: var(--font-weight-normal);
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .h2,
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: var(--font-size-3);
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: var(--font-size-p);
  }
}

h4 {
  font-size: var(--font-size-4);
}
@media only screen and (max-width: 640px) {
  h4 {
    font-size: var(--font-size-p);
  }
}

h5 {
  font-size: var(--font-size-5);
}
@media only screen and (max-width: 1024px) {
  h5 {
    font-size: var(--font-size-p);
  }
}

h6 {
  font-size: var(--font-size-6);
}
@media only screen and (max-width: 640px) {
  h6 {
    font-size: var(--font-size-p);
  }
}

.kicker {
  font-style: italic;
  font-size: 28px;
  line-height: 40px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  display: block;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .kicker {
    font-size: 20px;
  }
}

ul,
ol,
p {
  line-height: 28px;
  margin-bottom: 1.5rem;
  color: var(--color-black);
  font-size: var(--font-size-p);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-normal);
}

address {
  font-style: normal;
}

.alignfull .padded-content {
  padding: 0 48px;
}
@media only screen and (max-width: 640px) {
  .alignfull .padded-content {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 1250px) {
  .wp-block-group {
    max-width: 1160px;
    margin: 0 auto;
    width: 98%;
  }
}
p a:not(.button):not(.text-link) {
  font-weight: var(--font-weight-semibold);
  color: var(--color-secondary);
}
p a:not(.button):not(.text-link):hover {
  color: var(--color-primary);
}

.wp-block-button {
  position: relative;
}
.wp-block-button a {
  font-size: var(--font-size-p);
  padding: 17px 50px 17px 40px;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  position: relative;
  transition: all linear 0.1s;
  margin-bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.63px;
}
.wp-block-button a i.fa-arrow-right {
  margin-left: 30px;
}
@media only screen and (max-width: 1025px) {
  .wp-block-button a i.fa-arrow-right {
    margin-left: 12px;
  }
}
.wp-block-button a::after {
  position: absolute;
  right: 20px;
  top: 17px;
  content: "\f061";
  font-family: var(--fa-family);
}
@media only screen and (max-width: 640px) {
  .wp-block-button a {
    padding: 17px 40px 17px 20px;
  }
}
.wp-block-button a.no-icon {
  padding: 17px 30px 17px 40px;
}
.wp-block-button a.no-icon::after {
  display: none;
}
.wp-block-button a.has-terciary-background-color:hover {
  background-color: var(--color-terciary-hover) !important;
}
.wp-block-button.is-style-outline a {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.wp-block-button.is-style-outline:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.wp-block-button.is-style-outline:hover a {
  color: var(--color-white);
}
.wp-block-button a.has-red-background-color:hover {
  background-color: var(--color-shaded-navy) !important;
}
.wp-block-button.is-style-outline a {
  background: transparent;
}

.rpi-content a.rpi-url {
  font-size: 12px;
  padding: 12px 50px 12px 20px !important;
  font-weight: var(--font-weight-bold);
  color: var(--color-white) !important;
  position: relative;
  transition: all linear 0.1s;
  margin-bottom: 0;
  margin-top: 20px !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.63px;
  display: inline-block;
  background: var(--color-terciary) !important;
}
.rpi-content a.rpi-url::after {
  position: absolute;
  right: 20px;
  top: 12px;
  content: "\f061";
  font-family: var(--fa-family);
}
@media only screen and (max-width: 640px) {
  .rpi-content a.rpi-url {
    padding: 17px 40px 17px 20px;
  }
}
.rpi-content a.rpi-url:hover {
  background: var(--color-terciary-hover) !important;
}

.vehicles-we-service {
  margin-bottom: 1.5rem;
}
.vehicles-we-service li {
  margin-bottom: 1rem;
}
.vehicles-we-service li a {
  font-size: var(--font-size-6);
  font-weight: var(--font-weight-bold);
}
.vehicles-we-service li a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

.social a img {
  width: 30px;
}

.grid-cells .wp-block-column {
  padding: 16px 32px;
  position: relative;
}
.grid-cells .wp-block-column::after {
  position: absolute;
  content: "";
}
.grid-cells .wp-block-column::before {
  position: absolute;
  content: "";
}
@media only screen and (min-width: 782px) {
  .grid-cells .desktop-border-left::after {
    left: -1.5em;
    background: var(--color-gray-6);
    width: 1px;
    top: 0.5em;
    height: calc(100% - 2em);
  }
  .grid-cells .desktop-border-right::after {
    right: -0.5em;
    background: var(--color-gray-6);
    width: 1px;
    top: 0.5em;
    height: calc(100% - 2em);
  }
  .grid-cells .desktop-border-bottom::before {
    left: -0.5em;
    background: var(--color-gray-6);
    width: 100%;
    bottom: 0.5em;
    height: 1px;
  }
}

.rounded-box {
  border-radius: 1rem;
  position: relative;
}
.rounded-box p {
  text-wrap: pretty;
}

ul.wp-block-list,
ol.wp-block-list {
  padding-left: 32px;
}
ul.wp-block-list li,
ol.wp-block-list li {
  list-style: initial;
}
ul.angle-list li,
ol.angle-list li {
  list-style: none;
}
ul.wp-block-latest-posts li,
ol.wp-block-latest-posts li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.icon-list {
  margin-bottom: 24px;
}
.icon-list h4 {
  font-size: 21px;
  color: black;
}

.check-list p.indent-me {
  margin-left: 32px;
  margin-bottom: 32px;
}
.check-list h4 {
  margin-left: 38px;
  margin-bottom: 12px;
  position: relative;
}
.check-list h4::before {
  position: absolute;
  left: -42px;
  height: 100%;
  width: 31px;
  content: "";
  background-image: url("https://mainstreetauto.mysites.io/wp-content/uploads/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#gform_3 label {
  font-family: var(--font-family-raleway);
  color: var(--color-black);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0;
  font-size: 14px;
}
#gform_3 label .gfield_required_text {
  font-size: 10px;
  color: var(--color-secondary);
  font-weight: var(--font-weight-semibold);
}
#gform_3 input[type=submit] {
  font-size: var(--font-size-text);
  padding: 1.24rem 3.9rem;
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-family-raleway);
  color: var(--color-white);
  position: relative;
  border-radius: 500px;
  transition: all linear 0.1s;
  background: var(--color-secondary);
}
#gform_3 input[type=submit]:hover {
  background: var(--color-black);
}

#gform_wrapper_4 {
  padding: 32px;
  border: 1px solid #ddd;
}

.has-secondary-background-color:hover {
  background: var(--color-terciary-hover) !important;
}

@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .input-group {
    width: 80%;
  }
}
.mobile-store .need-location i {
  font-size: 32px;
  line-height: 22px;
  color: #999999;
}
.mobile-store .saved-location i {
  font-size: 32px;
  line-height: 22px;
  color: #999999;
  font-weight: normal;
}
.mobile-store.is-active i {
  color: white !important;
}

.my-store-container.mobile-store {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-store-container.mobile-store.is-active {
  background: var(--color-primary);
  color: white;
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .my-store-container.mobile-store a.button {
    font-size: 12px;
  }
}

#my-saved-store.dropdown-pane.is-open[style] {
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
}

#my-saved-store.dropdown-pane.is-open {
  background: var(--color-primary);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 360px;
}
#my-saved-store.dropdown-pane.is-open h3 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 1rem;
}
#my-saved-store.dropdown-pane.is-open h4 i {
  color: var(--color-terciary);
  margin-right: 8px;
}

#my-saved-store.dropdown-pane .panel {
  background: var(--color-primary-hover);
  padding: 24px 24px 1px 24px;
  margin-bottom: 24px;
}
#my-saved-store.dropdown-pane .panel a.button {
  width: 100%;
}
#my-saved-store.dropdown-pane p, #my-saved-store.dropdown-pane address {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

.my-store-hours,
.my-store-details {
  margin-bottom: 20px;
}
.my-store-hours a.button,
.my-store-details a.button {
  margin-bottom: 12px;
}
.my-store-hours h4,
.my-store-details h4 {
  color: white;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
}
.my-store-hours .phone-number,
.my-store-details .phone-number {
  margin-bottom: 12px;
}
.my-store-hours .phone-number a,
.my-store-details .phone-number a {
  color: var(--color-secondary);
}

.my-store-details address {
  margin-bottom: 8px;
}
.my-store-details a:not(.button) {
  color: var(--color-secondary-hover);
  font-weight: var(--font-weight-semibold);
}
.my-store-details .wp-block-button {
  margin-top: 12px;
}

.desktop-store h4 {
  color: var(--color-terciary);
  font-weight: var(--font-weight-semibold);
}
.desktop-store h4 i {
  color: var(--color-terciary);
  font-weight: var(--font-weight-normal);
}
.desktop-store p, .desktop-store address {
  color: var(--color-black);
  font-size: 16px;
}
.desktop-store a:not(.button) {
  font-weight: var(--font-weight-semibold);
}
.desktop-store .mystore-details, .desktop-store .my-store-hours {
  margin-bottom: 0px;
}
.desktop-store .wp-block-button a.phone-number {
  margin-top: 8px;
  padding: 11px 18px 10px 18px;
}

.tabs {
  background: #e6e6e6;
  border-bottom: 0;
  border-color: #e6e6e6;
}
.tabs .tabs-title.is-active a {
  background: #fff;
}
.tabs .tabs-title:hover a {
  background: #ccc;
  color: var(--color-terciary-hover);
}
.tabs .tabs-title a {
  font-size: 18px;
  color: #003760;
  padding: 21px 48px;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}

.tabs-content {
  border: 0 1px 1px 1px;
  border-color: #a4b2cd;
  padding: 50px;
}
.tabs-content .wp-block-button a {
  width: 100%;
  margin-bottom: 8px;
}

.accordion .accordion-item .accordion-title {
  font-size: 24px;
  color: #003760;
  padding: 16px 32px 16px 16px;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}

.card-container .card {
  padding: 32px;
}

@media only screen and (max-width: 640px) {
  .accordion-content a.button {
    margin-bottom: 18px;
    width: 100%;
  }
}

/* Modifiers */
.is-vertically-aligned-stretch figure {
  display: flex;
  height: 100%;
}
.is-vertically-aligned-stretch figure img {
  object-fit: cover;
}

.has-tire-background {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f2f4+100&0+0,1+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(241, 242, 244) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/uploads/tire-shop-background.png");
}

.radius-image img {
  border-radius: 32px;
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img), .is-style-rounded img {
  border-radius: 20px !important;
}

.left-image,
.right-image {
  position: relative;
}
.left-image::before,
.right-image::before {
  position: absolute;
  width: 230px;
  height: 223px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .left-image::before,
  .right-image::before {
    width: 115px;
    height: 111.5px;
  }
}
@media only screen and (max-width: 640px) {
  .left-image .wp-block-cover[style],
  .right-image .wp-block-cover[style] {
    min-height: 400px !important;
  }
}

figure.icon {
  margin-bottom: 1rem;
}
figure.icon img {
  background: var(--color-light-gray);
}

.left-image::before {
  background-image: url("/wp-content/uploads/check_UpperRightImageOveraly.svg");
  right: 0;
  top: 0;
}

.right-image::before {
  background-image: url("/wp-content/uploads/check_LowerLeftImageOveraly.svg");
  left: 0;
  bottom: 0;
}

.super-large {
  font-size: 50px;
}
@media only screen and (max-width: 1025px) {
  .super-large {
    font-size: 40px;
  }
}

.padded-content h3 {
  font-size: 21px;
  font-weight: var(--font-weight-semibold);
}

.full-size-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.overhang-button .wp-block-button__link {
  margin-bottom: -32px;
}

.wp-block-separator {
  margin: 0 auto;
}

:root :where(.wp-block-separator.is-style-dots):before {
  color: var(--color-secondary);
}

.angle-list {
  margin-left: 12px;
}
.angle-list li {
  position: relative;
  padding-left: 24px;
}
.angle-list li::before {
  position: absolute;
  left: 0px;
  top: 0;
  font-weight: var(--font-weight-bold);
  content: "\f105";
  font-family: var(--fa-family);
  color: var(--color-primary);
}

.page-id-2537 .special-offers {
  background: linear-gradient(to bottom, #ecf0f5 0%, #c6d2e0 100%);
}
.page-id-2537 .special-offers h2:not(.keep-me) {
  display: none;
}
.page-id-2537 .special-offers .coupon-offer {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#header .my-store-details {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .careers-reorder {
    display: flex;
    flex-direction: column;
  }
}

/* Slick Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//assets/imgs/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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