/*
Theme Name: Cannock Resprays
Theme URI: https://www.2intents.co.uk/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: Cannock Resprays' website theme
Version: 1.0
License: All work ©2025 Cannock Resprays. Not for public use.
License URI: https://www.2intents.co.uk/
Tags: 
Text Domain: 2intents
*/
/* 
Use: Reset
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  /* be sure to specify a colour here */
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Image Cover / Fit
**************************************************************************/
.image-cover {
  position: relative;
}
.image-cover img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-fit {
  position: relative;
}
.image-fit img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-close {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-even {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.shadow-drop {
  box-shadow: 0 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners,
.rounded-corners-close,
.rounded-corners-tight,
.rounded-corners-full {
  overflow: hidden;
}
.rounded-corners {
  border-radius: 1rem;
}
.rounded-corners-close {
  border-radius: 0.5rem;
}
.rounded-corners-tight {
  border-radius: 0.25rem;
}
.rounded-corners-full {
  border-radius: 100rem;
}
/*************************************************************************
 #Page Turn Corners
**************************************************************************/
.content-corner-link {
  position: relative;
  padding-bottom: 3rem !important;
}
.content-corner-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-corner-link:hover:before {
  padding-left: 0.25rem;
}
.image-corner-link .image {
  position: relative;
}
.image-corner-link .image:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.image-corner-link:hover .image:before {
  padding-left: 0.25rem;
}
/* 
Use: Measurements
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 999px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1300px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 81.81818182%;
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 86.36363636%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 90.90909091%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/* #Greys ------------------------------------------------------------------------ */
/* #Brand Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
.light-section {
  color: #2c2c2c;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section p,
.light-section a {
  color: #2c2c2c;
}
.light-section .pre-heading {
  color: #707070;
}
.light-section .icon-list li a:before {
  color: #163F7F;
}
.light-section .social-links li a:before {
  color: #D7272C;
}
.dark-section {
  color: #FFFFFF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a {
  color: #FFFFFF;
}
.dark-section .breadcrumbs span {
  color: #FFFFFF;
}
.dark-section .breadcrumbs a {
  color: #F5F5F5;
}
.dark-section .pre-heading {
  color: #FFFFFF;
}
.dark-section .pre-heading:before {
  background: #C6C6C6;
}
.dark-section .icon-list li a:before,
.dark-section .social-links li a:before {
  color: #FFFFFF;
}
.dark-section input[type="text"],
.dark-section input[type="password"],
.dark-section input[type="email"],
.dark-section input[type="number"],
.dark-section input[type="tel"],
.dark-section input[type="search"],
.dark-section input[type="checkbox"],
.dark-section input[type="radio"],
.dark-section select,
.dark-section textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.dark-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.white-section {
  background-color: #FFFFFF;
  color: #2c2c2c;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section p,
.white-section a {
  color: #2c2c2c;
}
.white-section .pre-heading {
  color: #707070;
}
.white-section .icon-list li a:before {
  color: #163F7F;
}
.white-section .social-links li a:before {
  color: #D7272C;
}
.blue-section {
  background-color: #163F7F;
  color: #FFFFFF;
}
.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5,
.blue-section h6,
.blue-section p,
.blue-section a {
  color: #FFFFFF;
}
.blue-section .breadcrumbs span {
  color: #FFFFFF;
}
.blue-section .breadcrumbs a {
  color: #F5F5F5;
}
.blue-section .pre-heading {
  color: #FFFFFF;
}
.blue-section .pre-heading:before {
  background: #C6C6C6;
}
.blue-section .icon-list li a:before,
.blue-section .social-links li a:before {
  color: #FFFFFF;
}
.blue-section input[type="text"],
.blue-section input[type="password"],
.blue-section input[type="email"],
.blue-section input[type="number"],
.blue-section input[type="tel"],
.blue-section input[type="search"],
.blue-section input[type="checkbox"],
.blue-section input[type="radio"],
.blue-section select,
.blue-section textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.blue-section nf-field .html-container a {
  color: #FFFFFF;
}
.blue-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.blue-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.blue-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.blue-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.red-section {
  background-color: #D7272C;
  color: #FFFFFF;
}
.red-section h1,
.red-section h2,
.red-section h3,
.red-section h4,
.red-section h5,
.red-section h6,
.red-section p,
.red-section a {
  color: #FFFFFF;
}
.red-section .breadcrumbs span {
  color: #FFFFFF;
}
.red-section .breadcrumbs a {
  color: #F5F5F5;
}
.red-section .pre-heading {
  color: #FFFFFF;
}
.red-section .pre-heading:before {
  background: #C6C6C6;
}
.red-section .icon-list li a:before,
.red-section .social-links li a:before {
  color: #FFFFFF;
}
.red-section input[type="text"],
.red-section input[type="password"],
.red-section input[type="email"],
.red-section input[type="number"],
.red-section input[type="tel"],
.red-section input[type="search"],
.red-section input[type="checkbox"],
.red-section input[type="radio"],
.red-section select,
.red-section textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.red-section nf-field .html-container a {
  color: #FFFFFF;
}
.red-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.red-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.red-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.red-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.red-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.dark-grey-section {
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.dark-grey-section h1,
.dark-grey-section h2,
.dark-grey-section h3,
.dark-grey-section h4,
.dark-grey-section h5,
.dark-grey-section h6,
.dark-grey-section p,
.dark-grey-section a {
  color: #FFFFFF;
}
.dark-grey-section .breadcrumbs span {
  color: #FFFFFF;
}
.dark-grey-section .breadcrumbs a {
  color: #F5F5F5;
}
.dark-grey-section .pre-heading {
  color: #FFFFFF;
}
.dark-grey-section .pre-heading:before {
  background: #C6C6C6;
}
.dark-grey-section .icon-list li a:before,
.dark-grey-section .social-links li a:before {
  color: #FFFFFF;
}
.dark-grey-section input[type="text"],
.dark-grey-section input[type="password"],
.dark-grey-section input[type="email"],
.dark-grey-section input[type="number"],
.dark-grey-section input[type="tel"],
.dark-grey-section input[type="search"],
.dark-grey-section input[type="checkbox"],
.dark-grey-section input[type="radio"],
.dark-grey-section select,
.dark-grey-section textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.dark-grey-section nf-field .html-container a {
  color: #FFFFFF;
}
.dark-grey-section input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.dark-grey-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-grey-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-grey-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.dark-grey-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.light-grey-section {
  background-color: #F5F5F5;
  color: #2c2c2c;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5,
.light-grey-section h6,
.light-grey-section p,
.light-grey-section a {
  color: #2c2c2c;
}
.light-grey-section .pre-heading {
  color: #707070;
}
.light-grey-section .icon-list li a:before {
  color: #163F7F;
}
.light-grey-section .social-links li a:before {
  color: #D7272C;
}
.light-grey-section .statistic-module .icon {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) {
  background-color: #F5F5F5;
  color: #2c2c2c;
}
.influenced-colour-section:has( + .light-grey-section ) h1,
.influenced-colour-section:has( + .light-grey-section ) h2,
.influenced-colour-section:has( + .light-grey-section ) h3,
.influenced-colour-section:has( + .light-grey-section ) h4,
.influenced-colour-section:has( + .light-grey-section ) h5,
.influenced-colour-section:has( + .light-grey-section ) h6,
.influenced-colour-section:has( + .light-grey-section ) p,
.influenced-colour-section:has( + .light-grey-section ) a {
  color: #2c2c2c;
}
.influenced-colour-section:has( + .light-grey-section ) .pre-heading {
  color: #707070;
}
.influenced-colour-section:has( + .light-grey-section ) .icon-list li a:before {
  color: #163F7F;
}
.influenced-colour-section:has( + .light-grey-section ) .social-links li a:before {
  color: #D7272C;
}
.influenced-colour-section:has( + .light-grey-section ) .statistic-module .icon {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .block-grid-listing {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .block-grid-listing:not( :has( .image )):after {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) .block-grid-listing.with-link .image:after {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) .overlay-listing.with-link .image:after {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) .team-member-listing {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .materials-listing {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .process-item {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .process-timeline .process-timeline-item {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .usp-bar .usp .icon {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table {
  color: #2c2c2c;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table h1,
.influenced-colour-section:has( + .light-grey-section ) .data-table h2,
.influenced-colour-section:has( + .light-grey-section ) .data-table h3,
.influenced-colour-section:has( + .light-grey-section ) .data-table h4,
.influenced-colour-section:has( + .light-grey-section ) .data-table h5,
.influenced-colour-section:has( + .light-grey-section ) .data-table h6,
.influenced-colour-section:has( + .light-grey-section ) .data-table p,
.influenced-colour-section:has( + .light-grey-section ) .data-table a {
  color: #2c2c2c;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .pre-heading {
  color: #707070;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .icon-list li a:before {
  color: #163F7F;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table .social-links li a:before {
  color: #D7272C;
}
.influenced-colour-section:has( + .light-grey-section ) .data-table thead tr th {
  background-color: #E8E8E8;
}
.influenced-colour-section:has( + .light-grey-section ) .ti-widget .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  background-color: #FFFFFF !important;
}
.influenced-colour-section:has( + .light-grey-section ) .off-canvas-carousel:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .off-canvas-carousel:after {
  background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .block-carousel .content-module:before {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .process-carousel .content-module:before {
  background-color: #F5F5F5;
}
.influenced-colour-section:has( + .light-grey-section ) .process-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .process-carousel .carousel-slides .carousel-item {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .light-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .light-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.influenced-colour-section:has( + .dark-grey-section ) {
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) h1,
.influenced-colour-section:has( + .dark-grey-section ) h2,
.influenced-colour-section:has( + .dark-grey-section ) h3,
.influenced-colour-section:has( + .dark-grey-section ) h4,
.influenced-colour-section:has( + .dark-grey-section ) h5,
.influenced-colour-section:has( + .dark-grey-section ) h6,
.influenced-colour-section:has( + .dark-grey-section ) p,
.influenced-colour-section:has( + .dark-grey-section ) a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .breadcrumbs span {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .breadcrumbs a {
  color: #F5F5F5;
}
.influenced-colour-section:has( + .dark-grey-section ) .pre-heading {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .pre-heading:before {
  background: #C6C6C6;
}
.influenced-colour-section:has( + .dark-grey-section ) .icon-list li a:before,
.influenced-colour-section:has( + .dark-grey-section ) .social-links li a:before {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) input[type="text"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="password"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="email"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="number"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="tel"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="search"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="checkbox"],
.influenced-colour-section:has( + .dark-grey-section ) input[type="radio"],
.influenced-colour-section:has( + .dark-grey-section ) select,
.influenced-colour-section:has( + .dark-grey-section ) textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.influenced-colour-section:has( + .dark-grey-section ) nf-field .html-container a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.influenced-colour-section:has( + .dark-grey-section ) nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.influenced-colour-section:has( + .dark-grey-section ) .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .block-grid-module.white-section:after {
  background-color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .block-grid-listing .content > * {
  color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .block-grid-listing.with-link .image:after {
  background-color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .overlay-listing.with-link .image:after {
  background-color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .icon-block-grid-module:has( .icon ) h3 {
  border-color: #707070;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table {
  color: #FFFFFF;
  background-color: #2c2c2c;
  border: 1px solid #707070;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table h1,
.influenced-colour-section:has( + .dark-grey-section ) .data-table h2,
.influenced-colour-section:has( + .dark-grey-section ) .data-table h3,
.influenced-colour-section:has( + .dark-grey-section ) .data-table h4,
.influenced-colour-section:has( + .dark-grey-section ) .data-table h5,
.influenced-colour-section:has( + .dark-grey-section ) .data-table h6,
.influenced-colour-section:has( + .dark-grey-section ) .data-table p,
.influenced-colour-section:has( + .dark-grey-section ) .data-table a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table .breadcrumbs span {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table .breadcrumbs a {
  color: #F5F5F5;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table .pre-heading {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table .pre-heading:before {
  background: #C6C6C6;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table .icon-list li a:before,
.influenced-colour-section:has( + .dark-grey-section ) .data-table .social-links li a:before {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="text"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="password"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="email"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="number"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="tel"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="search"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="checkbox"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="radio"],
.influenced-colour-section:has( + .dark-grey-section ) .data-table select,
.influenced-colour-section:has( + .dark-grey-section ) .data-table textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table nf-field .html-container a {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table tr th,
.influenced-colour-section:has( + .dark-grey-section ) .data-table tr td {
  border-right: 1px solid #707070;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table thead tr th {
  background-color: #C6C6C6;
  border-right: 1px solid #707070;
  color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .data-table tbody tr,
.influenced-colour-section:has( + .dark-grey-section ) .data-table tfoot tr {
  border-bottom: 1px solid #707070;
}
.influenced-colour-section:has( + .dark-grey-section ) .off-canvas-carousel:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.influenced-colour-section:has( + .dark-grey-section ) .off-canvas-carousel:after {
  background-image: linear-gradient(270deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.influenced-colour-section:has( + .dark-grey-section ) .block-carousel .content-module:before {
  background-color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.influenced-colour-section:has( + .dark-grey-section ) .process-carousel .content-module:before {
  background-color: #2c2c2c;
}
.influenced-colour-section:has( + .dark-grey-section ) .process-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.influenced-colour-section:has( + .dark-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.influenced-colour-section:has( + .dark-grey-section ) .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.influenced-colour-section:has( + .white-section ) + .outer-container.white-section {
  padding-top: 3rem;
}
.outer-container.dark-grey-section + .outer-container.dark-grey-section,
.outer-container.light-grey-section + .outer-container.light-grey-section,
.outer-container.white-section + .outer-container.white-section {
  padding-top: 0;
}
.outer-container.video-module + .outer-container.video-module.vertical-double-padding {
  padding-top: 6rem;
}
.outer-container.vertical-double-padding-top + .outer-container.vertical-double-padding {
  padding-top: 6rem;
}
/* 
Use: Typography
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Montserrat Regular';
  src: url('fonts/montserrat-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url('fonts/montserrat-medium.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Semibold';
  src: url('fonts/montserrat-semibold.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Regular';
  src: url('fonts/cormorant-600.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mona Sans Regular';
  src: url('fonts/mona-sans-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mona Sans Medium';
  src: url('fonts/mona-sans-500.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mona Sans Semibold';
  src: url('fonts/mona-sans-700.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.montserrat-regular {
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
}
.montserrat-medium {
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
}
.montserrat-semibold {
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
}
.cormorant-regular {
  font-family: 'Cormorant Regular', 'Arial', sans-serif;
}
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: #879FC4;
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: #879FC4;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #879FC4;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1.1rem;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
  color: #2c2c2c;
  line-height: 1.6;
}
h1 {
  font-size: 3rem;
  line-height: 1.1;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.375rem;
}
h6 {
  font-size: 1.25rem;
}
small,
.small,
.small p {
  font-size: 0.75rem;
}
.medium {
  font-size: 0.95rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  color: #2c2c2c;
}
h1 .pre-heading,
h2 .pre-heading,
h3 .pre-heading,
h4 .pre-heading,
h5 .pre-heading,
h6 .pre-heading {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Cormorant Regular', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #707070;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-wrap: nowrap;
  margin-bottom: 1rem;
}
h1 .pre-heading:before,
h2 .pre-heading:before,
h3 .pre-heading:before,
h4 .pre-heading:before,
h5 .pre-heading:before,
h6 .pre-heading:before {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 2.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTFweCIgaGVpZ2h0PSIzM3B4IiB2aWV3Qm94PSIwIDAgOTEgMzMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JhcGhpYzwvdGl0bGU+CiAgICA8ZyBpZD0iR3JhcGhpYyIgc3Ryb2tlPSJub25lIiBmaWxsPSJub25lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjM3NTIsIDAuOTIwOCkiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZSIgZmlsbD0iI0Q3MjcyQyIgcG9pbnRzPSI2NiAwIDkwIDAgNjQgMzIgNDAgMzIiPjwvcG9seWdvbj4KICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMTYzRjdGIiBwb2ludHM9IjI2IDAgNTAgMCAyNCAzMiAwIDMyIj48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
          mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTFweCIgaGVpZ2h0PSIzM3B4IiB2aWV3Qm94PSIwIDAgOTEgMzMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JhcGhpYzwvdGl0bGU+CiAgICA8ZyBpZD0iR3JhcGhpYyIgc3Ryb2tlPSJub25lIiBmaWxsPSJub25lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjM3NTIsIDAuOTIwOCkiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZSIgZmlsbD0iI0Q3MjcyQyIgcG9pbnRzPSI2NiAwIDkwIDAgNjQgMzIgNDAgMzIiPjwvcG9seWdvbj4KICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMTYzRjdGIiBwb2ludHM9IjI2IDAgNTAgMCAyNCAzMiAwIDMyIj48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg== );
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 0.5rem;
  background: linear-gradient(295deg, #D7272C 0%, #D7272C 50%, #163F7F 50%, #163F7F 100%);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #163F7F;
}
.center-text h1 .pre-heading,
.center-text h2 .pre-heading,
.center-text h3 .pre-heading,
.center-text h4 .pre-heading,
.center-text h5 .pre-heading,
.center-text h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.right-text h1 .pre-heading,
.right-text h2 .pre-heading,
.right-text h3 .pre-heading,
.right-text h4 .pre-heading,
.right-text h5 .pre-heading,
.right-text h6 .pre-heading {
  justify-content: flex-end;
}
.right-text h1 .pre-heading:before,
.right-text h2 .pre-heading:before,
.right-text h3 .pre-heading:before,
.right-text h4 .pre-heading:before,
.right-text h5 .pre-heading:before,
.right-text h6 .pre-heading:before {
  content: '';
  position: relative;
  height: 2px;
  width: 33.3%;
  background-color: #707070;
  margin-right: 1rem;
}
.right-text h1 .pre-heading:after,
.right-text h2 .pre-heading:after,
.right-text h3 .pre-heading:after,
.right-text h4 .pre-heading:after,
.right-text h5 .pre-heading:after,
.right-text h6 .pre-heading:after {
  content: unset;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
h6.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
h6.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline,
p.underline,
.content-wrapper.underline {
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C6C6C6;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #2c2c2c;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
}
em {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.2rem;
}
.big-text {
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  line-height: 1.1;
  font-size: 2.5rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.6;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
cite {
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 auto;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.stretch-container {
  align-items: stretch;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
@media screen and (min-width: 46.875em) {
  .right-to-left > * {
    margin-right: 3%;
    margin-left: 0;
  }
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Width modules
**************************************************************************/
.one-third-width {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .one-third-width {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-width {
    width: 33.3%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-double-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.vertical-double-margin-top {
  margin-top: 6rem;
}
.vertical-double-margin-bottom {
  margin-bottom: 6rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-double-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.vertical-double-padding-top {
  padding-top: 6rem;
}
.vertical-double-padding-bottom {
  padding-bottom: 6rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Scroll Padding
**************************************************************************/
.scroll-padding {
  scroll-padding-top: 0;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  position: absolute!important;
  padding: 0.5rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #FFFFFF !important;
  font-size: 0.95rem;
  text-align: center;
  transform-style: preserve-3d;
}
.wp-caption-text h1 .pre-heading,
.wp-caption-text h2 .pre-heading,
.wp-caption-text h3 .pre-heading,
.wp-caption-text h4 .pre-heading,
.wp-caption-text h5 .pre-heading,
.wp-caption-text h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.wp-caption-text:before {
  left: 0.5rem;
}
.wp-caption-text:after {
  content: '';
  position: absolute;
  transform: translateZ(-1px);
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #163F7F;
  opacity: 0.8;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-background-image {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image-fit .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:12 Ratio ------------------------------------------------------------------------ */
.one-by-one-two {
  padding-bottom: 120%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 140%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.button.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.button.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.button.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.button.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.button.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.button.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.button.grey-button:hover {
  background-color: #707070;
}
.button.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon {
  padding-right: 0!important;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.button.search-button {
  padding-right: 0!important;
}
.button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.plus-button {
  padding-right: 0!important;
}
.button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0!important;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #163F7F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow {
  padding-right: 2rem;
}
.text-link.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.text-link.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-arrow:hover:after {
  right: 0;
}
.text-link.with-circle-arrow {
  padding-right: 3.5rem;
}
.text-link.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.text-link.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.text-link:hover:before {
  height: 4px;
  opacity: 1;
}
.inline-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-bottom: 0;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #163F7F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.inline-text-link:hover:before {
  height: 4px;
  opacity: 1;
}
/*************************************************************************
 #Hover Styles
**************************************************************************/
.button-hover {
  position: relative;
}
.button-hover:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.button-hover:hover:after {
  width: 100%;
}
/*************************************************************************
 #Facet WP Module
**************************************************************************/
.facetwp-type-pager {
  float: left;
  width: 100%;
  margin: -3rem auto 3rem !important;
}
.facetwp-type-pager .facetwp-pager {
  position: relative;
  z-index: 1;
  width: 93.996%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .facetwp-type-pager .facetwp-pager {
    width: 61.664%;
  }
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  background-color: #E8E8E8;
  color: #2c2c2c;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  color: #FFFFFF;
  background-color: #3962A1;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: #FFFFFF;
  background-color: #163F7F;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  display: block;
  margin: 0 auto !important;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before,
.facetwp-type-pager .facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more:after {
  z-index: -1;
}
.facetwp-type-pager .facetwp-load-more.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.facetwp-type-pager .facetwp-load-more.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.facetwp-type-pager .facetwp-load-more.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.facetwp-type-pager .facetwp-load-more.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.facetwp-type-pager .facetwp-load-more.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.facetwp-type-pager .facetwp-load-more.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.facetwp-type-pager .facetwp-load-more.grey-button:hover {
  background-color: #707070;
}
.facetwp-type-pager .facetwp-load-more.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.facetwp-type-pager .facetwp-load-more.with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-type-pager .facetwp-load-more.download-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-type-pager .facetwp-load-more.search-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
}
.facetwp-type-pager .facetwp-load-more.plus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.plus-button:after {
  content: '\2b';
}
.facetwp-type-pager .facetwp-load-more.minus-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.facetwp-type-pager .facetwp-load-more.minus-button:after {
  content: '\2d';
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.facetwp-type-pager .facetwp-load-more:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.facetwp-type-pager .facetwp-load-more:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
/* 
Use: Forms
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
}
.icon-list li {
  list-style-type: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #163F7F;
  font-size: 1rem;
}
.icon-list.rows li {
  width: 100%;
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0;
}
.tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
.tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #163F7F;
  font-size: 1rem;
}
.tick-list.rows li {
  width: 100%;
}
.tick-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.tick-list li:before {
  position: absolute;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 2rem;
}
.tick-list.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Tick List
**************************************************************************/
.simple-tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.simple-tick-list li {
  list-style-type: none;
}
.simple-tick-list li ul,
.simple-tick-list li ol {
  margin-top: 0;
}
.simple-tick-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.simple-tick-list li:last-child {
  margin-bottom: 0;
}
.simple-tick-list li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #163F7F;
  font-size: 1rem;
}
.simple-tick-list.rows li {
  width: 100%;
}
.simple-tick-list li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.simple-tick-list li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.75rem;
}
/*************************************************************************
 #Categories
**************************************************************************/
ul.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  margin-left: 0;
}
ul.categories li {
  list-style-type: none;
}
ul.categories li ul,
ul.categories li ol {
  margin-top: 0;
}
ul.categories li {
  margin: 0;
  padding: 0.25rem 1rem;
  border-radius: 3rem;
  background-color: #2c2c2c;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #FFFFFF;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li.tax {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Link List
**************************************************************************/
.link-list {
  margin-left: 0;
}
.link-list li {
  list-style-type: none;
}
.link-list li ul,
.link-list li ol {
  margin-top: 0;
}
.link-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
  text-decoration: none;
}
.link-list li a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  font-size: 0.95rem;
  color: #163F7F;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-list li a:hover {
  color: #163F7F;
}
.link-list li a:hover:before {
  margin-left: 0.25rem;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
.post-details {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.post-details li {
  list-style-type: none;
}
.post-details li ul,
.post-details li ol {
  margin-top: 0;
}
.post-details li {
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #707070;
}
.post-details li.date {
  letter-spacing: 1px;
}
/*************************************************************************
 #Contacts Details
**************************************************************************/
ul.icon-list {
  margin-left: 0;
}
ul.icon-list li {
  list-style-type: none;
}
ul.icon-list li ul,
ul.icon-list li ol {
  margin-top: 0;
}
ul.icon-list li {
  display: inline-flex;
  align-items: center;
}
ul.icon-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
}
ul.icon-list li a:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #163F7F;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-right: 0.75rem;
}
ul.icon-list li.email a:before {
  content: '\f0e0';
}
ul.icon-list li.telephone a:before {
  content: '\f095';
}
ul.icon-list li.whatsapp a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f232';
}
/*************************************************************************
 #Social Links
**************************************************************************/
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
ul.social-links li:before {
  display: none;
}
ul.social-links li a {
  display: block;
  height: 2rem;
  width: 2rem;
  border-bottom: none;
}
ul.social-links li a:before {
  z-index: 2;
  width: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  color: #163F7F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transform: scale(0.9);
  will-change: transform;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.social-links li a:hover {
  text-decoration: none;
}
ul.social-links li a:hover:before {
  color: #163F7F;
  transform: scale(1.1);
}
ul.social-links li.facebook a:before {
  content: '\f09a';
}
ul.social-links li.facebook-alt a:before {
  content: '\f39e';
}
ul.social-links li.twitter a:before {
  content: '\e61b';
}
ul.social-links li.linkedin a:before {
  content: '\f0e1';
}
ul.social-links li.instagram a:before {
  content: '\f16d';
}
ul.social-links li.pinterest a:before {
  content: '\f231';
}
ul.social-links li.youtube a:before {
  content: '\f167';
}
ul.social-links li.mastodon a:before {
  content: '\f4f6';
}
ul.social-links li.threads a:before {
  content: '\e618';
}
ul.social-links li.bluesky a:before {
  content: '\e671';
}
ul.social-links li.email a:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f0e0';
}
/* 
Use: Modular
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero Layouts
**************************************************************************/
.hero-simple {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}
.hero-half {
  position: relative;
  min-height: 40vh;
  overflow: hidden;
}
.hero-image {
  background-color: #000000;
}
.hero-image .pre-heading:before {
  background-color: #FFFFFF;
}
.hero-image .dark-grey-section .pre-heading:before {
  background-color: #C6C6C6;
}
.hero-image .hero-content h1,
.hero-image .hero-content h2,
.hero-image .hero-content h3,
.hero-image .hero-content p {
  color: #FFFFFF;
}
.hero-image.low-opacity img,
.hero-image.low-opacity iframe,
.hero-image.low-opacity object,
.hero-image.low-opacity embed,
.hero-image.low-opacity video {
  opacity: 0.55;
}
.hero-image.low-opacity:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: calc(3.5rem + 2.75rem * 3);
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.333) 0%, rgba(44, 44, 44, 0) 100%);
}
.hero-image.left-gradient .image-container:after,
.hero-image.right-gradient .image-container:after,
.hero-image.left-gradient .video-container:after,
.hero-image.right-gradient .video-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-image.left-gradient .image-container:after,
.hero-image.left-gradient .video-container:after {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
  left: 0;
}
@media screen and (min-width: 46.875em) {
  .hero-image.left-gradient .image-container:after,
  .hero-image.left-gradient .video-container:after {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.hero-image.right-gradient .image-container,
.hero-image.right-gradient .video-container {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
}
@media screen and (min-width: 46.875em) {
  .hero-image.right-gradient .image-container:after,
  .hero-image.right-gradient .video-container:after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
}
@media screen and (max-width: 62.5em) {
  .hero-video .video-container {
    transform: scale(1.5) translateY(-50%);
  }
}
@media screen and (max-width: 46.875em) {
  .hero-video .video-container {
    transform: scale(3.5) translateY(-50%);
  }
}
.hero-boxed {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed {
    flex-wrap: nowrap;
  }
}
.hero-boxed:before {
  background-color: #707070;
}
.hero-boxed .content {
  padding: 3rem;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed .content {
    min-width: 50%;
    align-self: center;
    padding: 4.5rem 3rem;
  }
}
.hero-boxed .image {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.hero-boxed .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 40.625em) {
  .hero-boxed .image {
    min-height: 100%;
    min-width: 50%;
    width: unset;
  }
  .hero-boxed .image img {
    position: absolute;
    inset: 0;
  }
}
.hero-boxed:not( :has( .image )) {
  align-items: center;
}
@media screen and (min-width: 46.875em) {
  .hero-boxed:not( :has( .image )) {
    justify-content: center;
  }
  .hero-boxed:not( :has( .image )) .content {
    width: 61.664%;
  }
}
.hero-boxed.hero-video .video {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.hero-boxed.hero-video .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 46.875em) {
  .hero-boxed.hero-video .video iframe {
    height: 100%;
  }
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs a {
  color: #163F7F;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #707070;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
}
/*************************************************************************
 #Meta Bar
**************************************************************************/
.meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
}
.meta-bar p {
  margin-bottom: 0;
}
.meta-bar .share-module {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #F5F5F5;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #2c2c2c;
}
@media screen and (min-width: 46.875em) {
  .meta-bar .share-module {
    align-self: flex-end;
  }
}
.meta-bar .share-module ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-left: 3rem;
}
.meta-bar .share-module ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  background-color: #E8E8E8;
  text-decoration: none;
}
.meta-bar .share-module ul li a:hover {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Content Module
**************************************************************************/
.content-module p a {
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  letter-spacing: 0.25px;
  padding-bottom: 4px;
  text-decoration: none;
  background-image: linear-gradient(#163F7F, #163F7F);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.content-module p a:hover {
  background-size: 100% 4px;
}
.content-module ul {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul li {
  list-style-type: none;
}
.content-module ul li ul,
.content-module ul li ol {
  margin-top: 0;
}
.content-module ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.content-module ul li:last-child {
  margin-bottom: 0;
}
.content-module ul li:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #163F7F;
  font-size: 1rem;
}
.content-module ul.rows li {
  width: 100%;
}
.content-module ul li {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.content-module ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f058';
  font-size: 1.75rem;
}
.content-module ul:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 46.875em) {
  .content-module.with-pre-heading {
    padding-top: 2.5rem;
  }
}
/*************************************************************************
 #Link Block
**************************************************************************/
.link-block {
  background-color: #F5F5F5;
  margin-top: 3rem;
}
.link-block.with-link {
  position: relative;
  padding-bottom: 3rem !important;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
.link-block.with-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.link-block.with-link:hover:before {
  padding-left: 0.25rem;
}
.link-block:not( .with-link ) {
  padding: 1.5rem 4.5rem 1.5rem 1.5rem !important;
}
/*************************************************************************
 #Block Grid Module
**************************************************************************/
.block-grid-module {
  background-color: #FFFFFF;
}
.block-grid-module .content h3,
.block-grid-module .content p {
  color: #2c2c2c;
}
.block-grid-module.with-link {
  position: relative;
  padding-bottom: 3rem !important;
}
.block-grid-module.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.block-grid-module.with-link:hover .image-container {
  transform: scale(1.1);
}
.block-grid-module.with-link:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-module.with-link:hover:before {
  padding-left: 0.25rem;
}
.block-grid-module.white-section:after {
  background-color: #F5F5F5;
}
.block-grid-module.light-grey-section {
  background-color: #F5F5F5;
}
.block-grid-module.light-grey-section:after {
  background-color: #FFFFFF;
}
.dark-grey-section .block-grid-module.white-section:after {
  background-color: #2c2c2c;
}
/*************************************************************************
 #Block Grid Listing
**************************************************************************/
.block-grid-listing {
  background-color: #F5F5F5;
}
.block-grid-listing .content {
  padding: 1.5rem;
}
.block-grid-listing:not( :has( .image )) {
  position: relative;
  padding-bottom: 3rem !important;
}
.block-grid-listing:not( :has( .image )):before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-listing:not( :has( .image )):hover:before {
  padding-left: 0.25rem;
}
.block-grid-listing.with-link {
  position: relative;
}
.block-grid-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.block-grid-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.block-grid-listing.with-link .image {
  position: relative;
}
.block-grid-listing.with-link .image:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.block-grid-listing.with-link:hover .image:before {
  padding-left: 0.25rem;
}
.block-grid-listing.with-link .content:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.light-grey-section .block-grid-listing {
  background-color: #FFFFFF;
}
.light-grey-section .block-grid-listing:not( :has( .image )):after {
  background-color: #F5F5F5;
}
.light-grey-section .block-grid-listing.with-link .image:after {
  background-color: #F5F5F5;
}
.dark-grey-section .block-grid-listing .content > * {
  color: #2c2c2c;
}
.dark-grey-section .block-grid-listing.with-link .image:after {
  background-color: #2c2c2c;
}
/*************************************************************************
 #Overlay Listing Module
**************************************************************************/
.overlay-listing {
  display: flex;
  aspect-ratio: 3 / 2;
}
.overlay-listing .content {
  align-self: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}
.overlay-listing .content h3 {
  width: 100%;
  font-size: 1.5rem;
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.overlay-listing .content p {
  color: #FFFFFF;
}
.overlay-listing .content:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.overlay-listing.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.overlay-listing.with-link:hover .image-container {
  transform: scale(1.1);
}
.overlay-listing.with-link .image {
  position: relative;
}
.overlay-listing.with-link .image:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.overlay-listing.with-link:hover .image:before {
  padding-left: 0.25rem;
}
.overlay-listing.with-link .responsive-background-image {
  background-color: #000000;
}
.overlay-listing.with-link .responsive-background-image img {
  opacity: 0.8;
}
.overlay-listing.with-link:hover img {
  opacity: 1;
}
.light-grey-section .overlay-listing.with-link .image:after {
  background-color: #F5F5F5;
}
.dark-grey-section .overlay-listing.with-link .image:after {
  background-color: #2c2c2c;
}
/*************************************************************************
 #Team Member Listing
**************************************************************************/
.team-member-listing {
  background-color: #F5F5F5;
}
.team-member-listing .content {
  padding: 2rem 1rem;
}
.team-member-listing .content .heading {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.team-member-listing .content .heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 3rem;
  background-color: #163F7F;
}
.team-member-listing .content .heading h3,
.team-member-listing .content .heading p {
  width: 100%;
}
.team-member-listing .content .heading h3 {
  font-size: 1.375rem;
  margin: 0;
}
.team-member-listing .content .heading h3:has( + .job-title ) {
  margin-bottom: 0.25rem;
}
.team-member-listing .content .heading .job-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.team-member-listing .content p {
  font-size: 1rem;
}
.light-grey-section .team-member-listing {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Materials Listing
**************************************************************************/
.materials-listing {
  background-color: #F5F5F5;
}
.materials-listing .image {
  position: relative;
  display: flex;
  justify-content: center;
}
.materials-listing .image .icon {
  height: 3.5rem;
  aspect-ratio: 1;
  position: absolute;
  z-index: 1;
  bottom: -1rem;
  padding: 0.75rem;
  background-color: #FFFFFF;
  border: 3px solid #163F7F;
}
.materials-listing .image .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.materials-listing .content {
  padding: 2rem 1rem;
  text-align: center;
}
.materials-listing .content h1 .pre-heading,
.materials-listing .content h2 .pre-heading,
.materials-listing .content h3 .pre-heading,
.materials-listing .content h4 .pre-heading,
.materials-listing .content h5 .pre-heading,
.materials-listing .content h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.materials-listing .content h3 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 1.375rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.materials-listing .content h3:has( + p ) {
  margin-bottom: 1rem;
}
.materials-listing .content h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 3rem;
  background-color: #D7272C;
}
.materials-listing .content p {
  font-size: 1rem;
}
.light-grey-section .materials-listing {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Related Insights
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .related-insights {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
}
.related-insights .block-grid-listing {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .related-insights .block-grid-listing {
    width: 50%;
  }
}
/*************************************************************************
 #Vertical Listing Module
**************************************************************************/
.vertical-listing-module {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C6C6C6;
  width: 93.996%;
}
.vertical-listing-module:not( :has( .image )) {
  position: relative;
  padding-bottom: 3rem !important;
  background-color: #F5F5F5;
  padding: 1.5rem;
  border-bottom: none;
}
.vertical-listing-module:not( :has( .image )):before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.vertical-listing-module:not( :has( .image )):hover:before {
  padding-left: 0.25rem;
}
.vertical-listing-module:not( :has( .image )) .content {
  padding: 0;
}
@media screen and (min-width: 40.625em) {
  .vertical-listing-module:has( .image ) {
    border-bottom: none;
  }
}
.vertical-listing-module:has( .image ) .image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .vertical-listing-module:has( .image ) .image {
    order: 2;
    aspect-ratio: 3 / 2;
    height: 100%;
    width: 33.3%;
  }
}
.vertical-listing-module:has( .image ) .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical-listing-module:has( .image ) .content {
  width: 100%;
  padding: 1.5rem 0;
}
@media screen and (min-width: 40.625em) {
  .vertical-listing-module:has( .image ) .content {
    height: 100%;
    width: 66.6%;
    padding: 0 3rem 0 0;
    border-bottom: 1px solid #C6C6C6;
  }
}
.vertical-listing-module:has( .image ) .content h3,
.vertical-listing-module:has( .image ) .content .post-details {
  width: 100%;
}
.vertical-listing-module.with-link .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.vertical-listing-module.with-link:hover .image-container {
  transform: scale(1.1);
}
.vertical-listing-module.with-link .image {
  position: relative;
}
.vertical-listing-module.with-link .image:before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  background-color: #D7272C;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  content: '\f061';
  color: #FFFFFF;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.vertical-listing-module.with-link:hover .image:before {
  padding-left: 0.25rem;
}
/*************************************************************************
 #Icon Block Grid Module
**************************************************************************/
.icon-block-grid-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.icon-block-grid-module .icon:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #163F7F;
}
.icon-block-grid-module:has( .icon ) h3 {
  width: 100%;
}
.icon-block-grid-module.with-link {
  position: relative;
  padding-bottom: 3rem;
}
.icon-block-grid-module.with-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  content: '\f061';
  color: #D7272C;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-block-grid-module.with-link:hover:after {
  left: 0.25rem;
}
.dark-grey-section .icon-block-grid-module:has( .icon ) h3 {
  border-color: #707070;
}
/*************************************************************************
 #Process Grid
**************************************************************************/
.process-item {
  display: flex;
  align-items: center;
  padding: 3rem 3rem 3rem 4.5rem;
  background-color: #F5F5F5;
}
.process-item.with-image {
  padding: 11.5rem 1.5rem 1.5rem;
}
.process-item:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  right: -1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  aspect-ratio: 1;
  background-color: #D7272C;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.process-item figure.image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10rem;
  width: 100%;
}
.process-item figure.image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process-item .content .count {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  aspect-ratio: 1;
  background-color: #163F7F;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  color: #FFFFFF;
}
.process-item .content h3 {
  font-size: 1.375rem;
}
.process-item .content p {
  font-size: 1rem;
}
.light-grey-section .process-item {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Process Timeline
**************************************************************************/
.process-timeline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process-timeline:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  height: calc(100% - 1rem*3);
  width: 4px;
  border-style: dotted;
  border-width: 0 6px 0 0;
  border-color: #D7272C;
}
.process-timeline .process-timeline-item {
  position: relative;
  background-color: #F5F5F5;
  margin-bottom: 5rem;
  width: 100%;
}
.process-timeline .process-timeline-item:last-child {
  margin-bottom: 0;
}
.process-timeline .process-timeline-item:last-child:after {
  content: unset;
}
.process-timeline .process-timeline-item:after {
  content: '\f178';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  left: calc(50% - 1rem*1.25);
  z-index: 3;
  bottom: -6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: rotate(90deg);
  background-color: #D7272C;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.process-timeline .process-timeline-item .count {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  aspect-ratio: 1;
  background-color: #D7272C;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  color: #FFFFFF;
}
.process-timeline .process-timeline-item .content {
  padding: 4rem 2rem;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .process-timeline .process-timeline-item:has( .image ) .content {
    width: 60%;
  }
}
.process-timeline .process-timeline-item:has( .image ) .image {
  height: 16rem;
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  .process-timeline .process-timeline-item:has( .image ) .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
  }
}
.process-timeline .process-timeline-item:has( .image ) .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.light-grey-section .process-timeline .process-timeline-item {
  background-color: #FFFFFF;
}
/*************************************************************************
 #USP Module
**************************************************************************/
.usp-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.75rem 0;
}
@media screen and (min-width: 78.125em) {
  .usp-bar {
    flex-wrap: nowrap;
  }
}
.usp-bar .usp {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 0 auto;
  padding: 0 1rem;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .usp-bar .usp {
    padding: unset;
    width: calc(50% - 1rem*3);
  }
}
@media screen and (min-width: 78.125em) {
  .usp-bar .usp {
    flex: unset;
    width: auto;
  }
}
.usp-bar .usp .icon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  height: 3rem;
  width: 4rem;
  background-color: #F5F5F5;
  transform: skew(-25deg);
  overflow: hidden;
}
.usp-bar .usp .icon:before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -webkit-mask-size: 1.75rem;
          mask-size: 1.75rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #D7272C;
  transform: skew(25deg);
}
.usp-bar .usp .heading {
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
.light-grey-section .usp-bar .usp .icon {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Featured Case Studies
**************************************************************************/
.featured-case-studies .nested .one-third-page.block-grid-listing {
  position: relative;
  z-index: 1;
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .featured-case-studies .nested .one-third-page.block-grid-listing {
    width: 45.498%;
  }
}
.featured-case-studies .nested .half-page.overlay-listing {
  position: relative;
  z-index: 1;
  width: 93.996%;
  aspect-ratio: 16 / 9;
}
/*************************************************************************
 #Featured Services
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .featured-services .half-page {
    width: 21.249%;
    aspect-ratio: 1 / 1.75;
  }
}
/*************************************************************************
 #Form Embed Module
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .form-embed-module .one-quarter-page {
    width: 93.996%;
  }
}
/*************************************************************************
 #Social Block
**************************************************************************/
.social-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #163F7F;
}
.social-block:before {
  content: '';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #D7272C;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.social-block.telephone:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f095';
}
.social-block.email:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f0e0';
}
.social-block.facebook:before {
  content: '\f39e';
}
.social-block.twitter:before {
  content: '\f099';
}
.social-block.linkedin:before {
  content: '\f08c';
}
.social-block.instagram:before {
  content: '\f16d';
}
.social-block.pinterest:before {
  content: '\f231';
}
.social-block.youtube:before {
  content: '\f167';
}
.social-block.mastodon:before {
  content: '\f4f6';
}
.social-block.threads:before {
  content: '\e618';
}
.social-block h4 {
  color: #FFFFFF;
}
.social-block a {
  color: #FFFFFF;
  text-decoration: none;
}
.social-block a:hover {
  text-decoration: underline;
}
/*************************************************************************
 #Logos
**************************************************************************/
.logos .logo {
  padding: 0.75rem 1.5rem;
}
/*************************************************************************
 #Testimonial Card
**************************************************************************/
.testimonial blockquote p {
  color: #2c2c2c;
}
.testimonial .details {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.testimonial .details .image {
  flex-shrink: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.testimonial .details .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .details cite {
  display: block;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
}
.testimonial .details cite .subtitle {
  display: block;
  color: #707070;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
}
/*************************************************************************
 #Social
**************************************************************************/
.social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
/*************************************************************************
 #Side by Side Content and Image
**************************************************************************/
.side-by-side-content-and-image .images {
  display: flex;
  gap: 3rem;
}
.side-by-side-content-and-image .images .image {
  aspect-ratio: 1 / 1.375;
  overflow: hidden;
  width: 50%;
  position: relative;
}
.side-by-side-content-and-image .images .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*************************************************************************
 #Content Over Background Image
**************************************************************************/
.content-over-background-image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 1rem;
  width: 21.249%;
  background-color: #163F7F;
}
.content-over-background-image .hero-content {
  padding: 3rem 0;
}
@media screen and (min-width: 46.875em) {
  .content-over-background-image .hero-content {
    padding: 4.5rem 1.5rem;
  }
}
.content-over-background-image .hero-content h3 {
  font-size: 1.875rem;
}
.content-over-background-image .hero-content h3 .pre-heading {
  color: #FFFFFF;
  opacity: 0.75;
}
.content-over-background-image .hero-content h3 .pre-heading:before,
.content-over-background-image .hero-content h3 .pre-heading:after {
  background-color: #FFFFFF;
  opacity: 0.75;
}
/*************************************************************************
 #Full Width Image with Content
**************************************************************************/
.full-width-image-with-content .left-container .fixed-box {
  padding: 3rem 3rem 3rem 0;
}
.full-width-image-with-content .left-container .fixed-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 101%;
  height: 101%;
  background-color: inherit;
}
.full-width-image-with-content .center-container .fixed-box {
  padding: 3rem;
}
.full-width-image-with-content .right-container .fixed-box {
  padding: 3rem 0 3rem 3rem;
}
.full-width-image-with-content .right-container .fixed-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100%;
  width: 101%;
  height: 101%;
  background-color: inherit;
}
/*************************************************************************
 #Video Module
**************************************************************************/
.video-module .video-container {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-module .placeholder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-module .placeholder:before,
.video-module .placeholder:after {
  position: absolute;
  content: '';
  height: 3.5rem;
  width: 4.5rem;
}
.video-module .placeholder:before {
  z-index: 3;
  content: '\f04b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 2px;
}
.video-module .placeholder:after {
  z-index: 2;
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.video-module .placeholder:hover {
  cursor: pointer;
}
.video-module .placeholder:hover:after {
  background-color: #E44247;
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  width: 100%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 62%;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1.01);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: calc(100% - 1rem*6);
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 62%;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transform: scale(1.01);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-over-image .content {
  width: 93.996%;
  position: relative;
  padding: 3rem;
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 37.415%;
    margin-bottom: 3rem;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
@media screen and (min-width: 78.125em) {
  .content-over-image .content {
    width: 29.332%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
.data-table {
  color: #2c2c2c;
  text-align: center;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
}
.data-table h1,
.data-table h2,
.data-table h3,
.data-table h4,
.data-table h5,
.data-table h6,
.data-table p,
.data-table a {
  color: #2c2c2c;
}
.data-table .pre-heading {
  color: #707070;
}
.data-table .icon-list li a:before {
  color: #163F7F;
}
.data-table .social-links li a:before {
  color: #D7272C;
}
.data-table h1 .pre-heading,
.data-table h2 .pre-heading,
.data-table h3 .pre-heading,
.data-table h4 .pre-heading,
.data-table h5 .pre-heading,
.data-table h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.data-table tr th,
.data-table tr td {
  padding: 1rem;
  border-right: 1px solid #C6C6C6;
}
.data-table tr th:last-child,
.data-table tr td:last-child {
  border-right: none;
}
.data-table thead tr th {
  background-color: #F5F5F5;
  border-right: 1px solid #C6C6C6;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  color: #2c2c2c;
}
.data-table tbody {
  border-top: none;
}
.data-table tbody tr,
.data-table tfoot tr {
  border-bottom: 1px solid #C6C6C6;
}
.data-table tbody tr:last-child,
.data-table tfoot tr:last-child {
  border-bottom: none;
}
.light-grey-section .data-table {
  color: #2c2c2c;
}
.light-grey-section .data-table h1,
.light-grey-section .data-table h2,
.light-grey-section .data-table h3,
.light-grey-section .data-table h4,
.light-grey-section .data-table h5,
.light-grey-section .data-table h6,
.light-grey-section .data-table p,
.light-grey-section .data-table a {
  color: #2c2c2c;
}
.light-grey-section .data-table .pre-heading {
  color: #707070;
}
.light-grey-section .data-table .icon-list li a:before {
  color: #163F7F;
}
.light-grey-section .data-table .social-links li a:before {
  color: #D7272C;
}
.light-grey-section .data-table thead tr th {
  background-color: #E8E8E8;
}
.dark-grey-section .data-table {
  color: #FFFFFF;
  background-color: #2c2c2c;
  border: 1px solid #707070;
}
.dark-grey-section .data-table h1,
.dark-grey-section .data-table h2,
.dark-grey-section .data-table h3,
.dark-grey-section .data-table h4,
.dark-grey-section .data-table h5,
.dark-grey-section .data-table h6,
.dark-grey-section .data-table p,
.dark-grey-section .data-table a {
  color: #FFFFFF;
}
.dark-grey-section .data-table .breadcrumbs span {
  color: #FFFFFF;
}
.dark-grey-section .data-table .breadcrumbs a {
  color: #F5F5F5;
}
.dark-grey-section .data-table .pre-heading {
  color: #FFFFFF;
}
.dark-grey-section .data-table .pre-heading:before {
  background: #C6C6C6;
}
.dark-grey-section .data-table .icon-list li a:before,
.dark-grey-section .data-table .social-links li a:before {
  color: #FFFFFF;
}
.dark-grey-section .data-table input[type="text"],
.dark-grey-section .data-table input[type="password"],
.dark-grey-section .data-table input[type="email"],
.dark-grey-section .data-table input[type="number"],
.dark-grey-section .data-table input[type="tel"],
.dark-grey-section .data-table input[type="search"],
.dark-grey-section .data-table input[type="checkbox"],
.dark-grey-section .data-table input[type="radio"],
.dark-grey-section .data-table select,
.dark-grey-section .data-table textarea {
  box-shadow: inset 0 0 0 1px #707070;
}
.dark-grey-section .data-table nf-field .html-container a {
  color: #FFFFFF;
}
.dark-grey-section .data-table input[type="submit"] {
  color: #FFFFFF;
  background-color: #163F7F;
}
.dark-grey-section .data-table nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-grey-section .data-table nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-grey-section .data-table nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.dark-grey-section .data-table .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.dark-grey-section .data-table tr th,
.dark-grey-section .data-table tr td {
  border-right: 1px solid #707070;
}
.dark-grey-section .data-table thead tr th {
  background-color: #C6C6C6;
  border-right: 1px solid #707070;
  color: #2c2c2c;
}
.dark-grey-section .data-table tbody tr,
.dark-grey-section .data-table tfoot tr {
  border-bottom: 1px solid #707070;
}
/*************************************************************************
 #Google Review Widget
**************************************************************************/
.ti-widget .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  border-radius: 0 !important;
}
.light-grey-section .ti-widget .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  background-color: #FFFFFF !important;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid #C6C6C6;
}
.faq:first-child {
  padding-top: 0;
}
.faq:last-child {
  border-bottom: none;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 3rem;
  font-size: 1.25rem;
  cursor: pointer;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .faq-title p:before {
  position: absolute;
  width: 2rem;
  right: 0.5rem;
  content: '\2b';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #D7272C;
  align-items: center;
  justify-content: flex-end;
}
.faq .faq-title p:hover {
  color: #D7272C;
}
.faq .faq-title.open p:before {
  content: '\f068';
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
.dary-grey-section .faq {
  border-bottom: 1px solid #707070;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  padding-bottom: 3rem;
}
.key-benefit:before {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f00c';
  color: #D7272C;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.key-benefit h3 {
  font-size: 1.5rem;
  width: 100%;
}
/*************************************************************************
 #Statistics
**************************************************************************/
.statistics .statistic-module {
  position: relative;
}
@media screen and (max-width: 46.8125em) {
  .statistics .statistic-module {
    width: 93.996%;
  }
}
.statistics .statistic-module .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  background-color: #E8E8E8;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.statistics .statistic-module .icon:before {
  content: '';
  position: absolute;
  height: calc(100% - 1rem*1.5);
  width: calc(100% - 1rem*1.5);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-icon);
          mask-image: var(--data-icon);
  background-color: #163F7F;
}
.statistics .statistic-module .big-text {
  color: #163F7F;
}
.statistics .statistic-module h3 {
  font-size: 1.375rem;
}
.statistics .statistic-module:nth-child( even ) .big-text {
  color: #D7272C;
}
@media screen and (min-width: 46.875em) {
  .statistics:has( .one-third-page.statistic-module ) .statistic-module:nth-child( 3n + 3 ):after {
    content: unset;
  }
  .statistics:has( .one-quarter-page.statistic-module ) .statistic-module:nth-child( 4n + 4 ):after {
    content: unset;
  }
  .statistics:has( .half-page.statistic-module ) .statistic-module:nth-child( 2n + 2 ):after {
    content: unset;
  }
}
.statistics.dark-grey-section .statistic-module:after {
  background-color: #707070;
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
}
/*************************************************************************
 #Testimonials Grid
**************************************************************************/
.testimonial-grid .testimonial {
  color: #2c2c2c;
  width: 100%;
  padding: 3rem 3rem 4.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial-grid .testimonial h1,
.testimonial-grid .testimonial h2,
.testimonial-grid .testimonial h3,
.testimonial-grid .testimonial h4,
.testimonial-grid .testimonial h5,
.testimonial-grid .testimonial h6,
.testimonial-grid .testimonial p,
.testimonial-grid .testimonial a {
  color: #2c2c2c;
}
.testimonial-grid .testimonial .pre-heading {
  color: #707070;
}
.testimonial-grid .testimonial .icon-list li a:before {
  color: #163F7F;
}
.testimonial-grid .testimonial .social-links li a:before {
  color: #D7272C;
}
.testimonial-grid .testimonial blockquote {
  margin-bottom: 3rem;
}
.testimonial-grid .testimonial .details {
  flex-direction: row-reverse;
  text-align: right;
  width: 100%;
  margin-top: auto;
}
.testimonial-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-1 .testimonial {
    width: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-2 .testimonial:first-child {
    width: 66.6%;
  }
  .testimonial-grid .row.items-2 .testimonial:last-child {
    width: calc(33.3% - 1rem);
  }
}
@media screen and (min-width: 46.875em) {
  .testimonial-grid .row.items-3 .testimonial {
    width: calc(33.3% - 1rem);
  }
}
/*************************************************************************
 #Lightbox Grid
**************************************************************************/
.lightbox-grid .image-module {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lightbox-grid .image-module .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.lightbox-grid .image-module:hover .image-container {
  transform: scale(1.1);
}
@media screen and (min-width: 46.875em) {
  .lightbox-grid .image-module:nth-child( 5n+2 ),
  .lightbox-grid .image-module:nth-child( 5n+1 ) {
    width: 45.498%;
  }
  .lightbox-grid .image-module:nth-child( 5n+2 ) .responsive-image-crop,
  .lightbox-grid .image-module:nth-child( 5n+1 ) .responsive-image-crop {
    padding-bottom: 56.25%;
  }
}
.lightbox-grid .image-module .categories {
  position: absolute;
  z-index: 3;
  top: 1rem;
  left: 1rem;
}
.lightbox-grid .image-module:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(122deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.lightbox-grid .image-module:after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  content: '\f002';
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(44, 44, 44, 0.75);
}
.lightbox-grid .image-module:hover:before {
  opacity: 0;
}
/*************************************************************************
 #Contact Template - Map
**************************************************************************/
.contact-map {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1.5rem;
  min-height: 50vh;
}
.contact-map .address {
  background-color: #FFFFFF;
  color: #2c2c2c;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  position: relative;
  z-index: 2;
  margin-top: 45vh;
  padding: 2.5rem 2.5rem 4.5rem;
  border-bottom-left-radius: 3rem;
  width: 100%;
  overflow: hidden;
}
.contact-map .address h1,
.contact-map .address h2,
.contact-map .address h3,
.contact-map .address h4,
.contact-map .address h5,
.contact-map .address h6,
.contact-map .address p,
.contact-map .address a {
  color: #2c2c2c;
}
.contact-map .address .pre-heading {
  color: #707070;
}
.contact-map .address .icon-list li a:before {
  color: #163F7F;
}
.contact-map .address .social-links li a:before {
  color: #D7272C;
}
@media screen and (min-width: 62.5em) {
  .contact-map .address {
    margin-top: 6rem;
    width: 29.332%;
  }
}
.contact-map .address:after {
  content: unset;
}
.contact-map .map {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg:focus,
.mfp-wrap:focus {
  outline: none;
}
.mfp-bg *:focus,
.mfp-wrap *:focus {
  outline: none;
}
.mfp-bg {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  z-index: 5001;
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container h1 .pre-heading,
.mfp-wrap .mfp-container h2 .pre-heading,
.mfp-wrap .mfp-container h3 .pre-heading,
.mfp-wrap .mfp-container h4 .pre-heading,
.mfp-wrap .mfp-container h5 .pre-heading,
.mfp-wrap .mfp-container h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  position: absolute;
  width: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  top: 0;
  right: 2.025rem;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before,
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.grey-button:hover {
  background-color: #707070;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  font-size: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure {
  margin: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  display: block;
  width: auto;
  max-width: calc(100% - 3rem*1.25);
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  font-size: 0.95rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: absolute;
  width: calc(100% - 3rem*1.25);
  margin-top: -1rem;
  top: 100%;
  left: 2.025rem;
  cursor: auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
  padding-right: 2rem;
  color: #FFFFFF;
  text-align: left;
  word-wrap: break-word;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute!important;
  z-index: 5003 !important;
  top: 50%!important;
  transform: translateY(-50%) !important;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  font-size: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  left: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.grey-button:hover {
  background-color: #707070;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.grey-button:hover {
  background-color: #707070;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button {
  padding-right: 0!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container.mfp-s-error .mfp-content {
  display: none;
}
.mfp-wrap .mfp-container .mfp-preloader {
  position: absolute;
  width: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #163F7F;
  z-index: 5004;
}
.mfp-wrap .mfp-container .mfp-preloader h1 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h2 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h3 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h4 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h5 .pre-heading,
.mfp-wrap .mfp-container .mfp-preloader h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit!important;
}
.map .gm-style > div:first-child button {
  display: none!important;
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #163F7F;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control:after {
  content: '\f065';
}
.map .gm-style-iw {
  color: #2c2c2c;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map .gm-style-iw h1,
.map .gm-style-iw h2,
.map .gm-style-iw h3,
.map .gm-style-iw h4,
.map .gm-style-iw h5,
.map .gm-style-iw h6,
.map .gm-style-iw p,
.map .gm-style-iw a {
  color: #2c2c2c;
}
.map .gm-style-iw .pre-heading {
  color: #707070;
}
.map .gm-style-iw .icon-list li a:before {
  color: #163F7F;
}
.map .gm-style-iw .social-links li a:before {
  color: #D7272C;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden!important;
  max-width: auto!important;
  max-height: auto!important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0!important;
  right: 0!important;
  background-colour: transparent!important;
  box-shadow: none!important;
  opacity: 1!important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.map .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/* 
Use: Carousels
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
/* This sets duration of the transition between slides in milliseconds */
/* This sets the colour of the various ui elements such as dot controls and arrows, change it to your project requirements */
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.js-carousel .js-carousel-controls .direction-left.blue-button,
.js-carousel .js-carousel-controls .direction-right.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.js-carousel .js-carousel-controls .direction-left.blue-button:before,
.js-carousel .js-carousel-controls .direction-right.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left.blue-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.red-button,
.js-carousel .js-carousel-controls .direction-right.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.js-carousel .js-carousel-controls .direction-left.red-button:before,
.js-carousel .js-carousel-controls .direction-right.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.js-carousel .js-carousel-controls .direction-left.red-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.grey-button,
.js-carousel .js-carousel-controls .direction-right.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.js-carousel .js-carousel-controls .direction-left.grey-button:hover,
.js-carousel .js-carousel-controls .direction-right.grey-button:hover {
  background-color: #707070;
}
.js-carousel .js-carousel-controls .direction-left.submit-button,
.js-carousel .js-carousel-controls .direction-right.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.js-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.js-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #163F7F;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem;
  background-color: #E8E8E8;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  transform: scale(0.9);
  will-change: transform;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover {
  background-color: #D7272C;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide {
  transform: scale(1.15);
  background-color: #D7272C;
}
.js-carousel.hero-carousel .js-carousel-slides {
  position: absolute;
  height: 100%;
  z-index: 0;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
/*************************************************************************
 #Flickity Carousels
**************************************************************************/
/* #Shared ------------------------------------------------------------------------ */
.flickity-carousel .carousel-slides {
  position: relative;
}
.flickity-carousel .carousel-slides .flickity-viewport {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}
.flickity-button svg {
  display: none;
}
.flickity-button:before {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  background-color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-button:hover:before {
  background-color: #3962A1;
}
.flickity-button.previous {
  left: 0;
}
.flickity-button.previous:before {
  content: '\f060';
}
.flickity-button.next {
  right: 0;
}
.flickity-button.next:before {
  content: '\f061';
}
.flickity-button .disabled {
  opacity: 0.25;
  cursor: default!important;
}
.carousel-controls {
  z-index: 100;
}
.carousel-controls .carousel-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.carousel-controls .carousel-navigation .flickity-page-dots {
  width: auto;
}
.carousel-controls .carousel-navigation .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Dragable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  color: #2c2c2c;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.5;
}
.flickity-button:disabled,
.flickity-button.disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.flickity-button-icon {
  fill: currentColor;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots li {
  list-style-type: none;
}
.flickity-page-dots li ul,
.flickity-page-dots li ol {
  margin-top: 0;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #E8E8E8;
  cursor: pointer;
  margin: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flickity-page-dots .dot:hover {
  background-color: #163F7F;
  opacity: 0.5;
}
.flickity-page-dots .dot.is-selected {
  background-color: #163F7F;
}
/*************************************************************************
 #Off Canvas Carousel
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .off-canvas-carousel:before,
  .off-canvas-carousel:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 10rem;
    height: 100%;
  }
}
.off-canvas-carousel:before {
  left: 0;
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.off-canvas-carousel:after {
  right: 0;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.off-canvas-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.off-canvas-carousel .carousel-controls {
  margin-bottom: 4.5rem;
}
.off-canvas-carousel .carousel-controls .carousel-navigation {
  justify-content: center;
}
.off-canvas-carousel.image-gallery {
  position: relative;
  padding: 1.5rem 0 0;
}
.off-canvas-carousel.image-gallery .image {
  background-color: #FFFFFF;
}
.off-canvas-carousel.image-gallery .image .responsive-image-crop {
  transform: scale(1);
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  will-change: auto;
}
.off-canvas-carousel.image-gallery .image.is-selected {
  z-index: 10;
}
.off-canvas-carousel.image-gallery .image.is-selected .responsive-image-crop {
  opacity: 1;
  transform: scale(1.1);
}
.off-canvas-carousel.image-gallery .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.off-canvas-carousel.image-gallery .carousel-controls .flickity-button {
  position: relative;
}
.light-grey-section .off-canvas-carousel:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.light-grey-section .off-canvas-carousel:after {
  background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.dark-grey-section .off-canvas-carousel:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.dark-grey-section .off-canvas-carousel:after {
  background-image: linear-gradient(270deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
/*************************************************************************
 #Testimonial Carousel
**************************************************************************/
.testimonial-carousel {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.testimonial-carousel.light-grey-section:before {
  background-color: rgba(198, 198, 198, 0.5);
}
.testimonial-carousel.light-grey-section .testimonials:before {
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-carousel.light-grey-section .testimonials:after {
  background: linear-gradient(-90deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-carousel.light-grey-section .testimonials cite .subtitle {
  color: #707070;
}
.testimonial-carousel.light-grey-section .testimonials .flickity-page-dots .dot:not( .is-selected, :hover ) {
  background-color: #FFFFFF;
}
.testimonial-carousel .testimonials {
  padding: 4.5rem 4.5rem 6rem;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .testimonials {
    padding: 4.5rem;
  }
}
.testimonial-carousel .testimonials:before,
.testimonial-carousel .testimonials:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.5rem;
  pointer-events: none;
}
.testimonial-carousel .testimonials:before {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-carousel .testimonials:after {
  right: 0;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-carousel .testimonials .flickity-slider {
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .testimonials .flickity-slider {
    align-items: center;
  }
}
.testimonial-carousel .testimonials .testimonial {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.testimonial-carousel .testimonials .testimonial.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.testimonial-carousel .flickity-page-dots {
  position: absolute;
  z-index: 3;
  right: 3rem;
  bottom: 3rem;
  width: auto;
}
@media screen and (min-width: 46.875em) {
  .testimonial-carousel .flickity-page-dots {
    right: 4.5rem;
    bottom: 3rem;
  }
}
/*************************************************************************
 #Block Carousel
**************************************************************************/
.block-carousel .flickity-viewport {
  overflow: visible;
}
.block-carousel .content-module {
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .content-module:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -3rem;
    right: -1rem;
    height: calc(100% + 1rem*3);
    width: 100vw;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -3rem;
    width: 3rem;
    height: 100%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.block-carousel .carousel-slides .carousel-item {
  min-height: 100%;
  padding: 2rem 0;
  border-top: 1px solid #C6C6C6;
  width: 100%;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item {
    padding: 2rem;
    border-top: none;
    border-left: 1px solid #C6C6C6;
    width: 50%;
    opacity: 0.5;
  }
}
.block-carousel .carousel-slides .carousel-item h3 {
  padding: 0;
  border: none;
}
.block-carousel .carousel-slides .carousel-item.with-link .content {
  margin-bottom: 1rem;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.with-link:after {
    left: 2rem;
  }
  .block-carousel .carousel-slides .carousel-item.with-link:hover:after {
    left: 2.25rem;
  }
}
.block-carousel .carousel-slides .carousel-item.is-selected {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item.is-selected + .carousel-item {
    opacity: 1;
  }
}
@media screen and (min-width: 46.875em) {
  .block-carousel .carousel-slides .carousel-item:nth-last-child( 2 ):has( + .is-selected ) {
    opacity: 1;
  }
}
.block-carousel .carousel-controls {
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
}
.block-carousel .carousel-controls .flickity-button {
  position: relative;
}
.light-grey-section .block-carousel .content-module:before {
  background-color: #F5F5F5;
}
.light-grey-section .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.dark-grey-section .block-carousel .content-module:before {
  background-color: #2c2c2c;
}
.dark-grey-section .block-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
/*************************************************************************
 #Process Carousel
**************************************************************************/
.process-carousel .flickity-viewport {
  overflow: visible;
}
.process-carousel .content-module {
  z-index: 2;
}
@media screen and (min-width: 46.875em) {
  .process-carousel .content-module:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -3rem;
    right: -1rem;
    height: calc(100% + 1rem*3);
    width: 100vw;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 46.875em) {
  .process-carousel .carousel-slides:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -3rem;
    width: 3rem;
    height: 100%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.process-carousel .carousel-slides .carousel-item {
  min-height: 100%;
  background-color: #F5F5F5;
  padding: 3rem 3rem 4.5rem;
  width: 100%;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  .process-carousel .carousel-slides .carousel-item {
    display: flex;
    align-items: center;
    border-top: none;
    padding: 3rem;
    margin-right: 3rem;
    width: 50%;
    opacity: 0.5;
  }
}
.process-carousel .carousel-slides .carousel-item:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 1.75rem;
  bottom: calc(1rem*1.5 + 2px);
  height: 4px;
  width: 4rem;
  border-style: dotted;
  border-width: 0 0 6px 0;
  border-color: #D7272C;
}
@media screen and (min-width: 46.875em) {
  .process-carousel .carousel-slides .carousel-item:before {
    bottom: unset;
    right: -1.75rem;
    width: 5rem;
  }
}
.process-carousel .carousel-slides .carousel-item:after {
  content: '\f178';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  position: absolute;
  z-index: 3;
  right: -0.75rem;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: #D7272C;
  font-size: 1rem;
  color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .process-carousel .carousel-slides .carousel-item:after {
    height: 2.5rem;
    bottom: unset;
    right: -4.55rem;
    font-size: 1.25rem;
  }
}
.process-carousel .carousel-slides .carousel-item:last-child:before,
.process-carousel .carousel-slides .carousel-item:last-child:after {
  content: unset;
}
.process-carousel .carousel-slides .carousel-item:has( + .is-selected ) {
  opacity: 0;
  z-index: 10;
}
.process-carousel .carousel-slides .carousel-item .count {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  aspect-ratio: 1;
  background-color: #D7272C;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  color: #FFFFFF;
}
.process-carousel .carousel-slides .carousel-item .icon {
  margin-top: 1rem;
}
.process-carousel .carousel-slides .carousel-item h3 {
  padding: 0;
  border: none;
}
.process-carousel .carousel-slides .carousel-item.is-selected {
  opacity: 1;
}
@media screen and (min-width: 46.875em) {
  .process-carousel .carousel-slides .carousel-item.is-selected + .carousel-item {
    opacity: 1;
  }
}
@media screen and (min-width: 46.875em) {
  .process-carousel .carousel-slides .carousel-item:nth-last-child( 2 ):has( + .is-selected ) {
    opacity: 1;
  }
}
.process-carousel .carousel-controls {
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
}
.process-carousel .carousel-controls .flickity-button {
  position: relative;
}
.light-grey-section .process-carousel .content-module:before {
  background-color: #F5F5F5;
}
.light-grey-section .process-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.light-grey-section .process-carousel .carousel-slides .carousel-item {
  background-color: #FFFFFF;
}
.dark-grey-section .process-carousel .content-module:before {
  background-color: #2c2c2c;
}
.dark-grey-section .process-carousel .carousel-slides:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
/*************************************************************************
 #Logo Carousel
**************************************************************************/
.logo-carousel .carousel-slides .flickity-viewport {
  overflow: hidden;
}
.logo-carousel .carousel-slides .flickity-viewport:before,
.logo-carousel .carousel-slides .flickity-viewport:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 2rem;
  height: 100%;
}
.logo-carousel .carousel-slides .flickity-viewport:before {
  left: 0;
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-carousel .carousel-slides .flickity-viewport:after {
  right: 0;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-carousel.with-logos .flickity-viewport {
  margin-bottom: 1.5rem;
}
.logo-carousel.with-logos .carousel-slides .carousel-item {
  padding: 1rem;
  width: 50%;
}
@media screen and (min-width: 25em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 33.3%;
    padding: 2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-carousel.with-logos .carousel-slides .carousel-item {
    width: 25%;
  }
}
.light-grey-section .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.light-grey-section .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.dark-grey-section .logo-carousel .carousel-slides .flickity-viewport:before {
  background-image: linear-gradient(90deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
.dark-grey-section .logo-carousel .carousel-slides .flickity-viewport:after {
  background-image: linear-gradient(270deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 100%);
}
/* 
Use: Animations
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Image Hover
**************************************************************************/
.image-hover .image-container {
  transition: all 750ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
  will-change: transform;
}
.image-hover:hover .image-container {
  transform: scale(1.1);
}
/*************************************************************************
 #Reveal Animations
**************************************************************************/
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .reveal.fade-in {
    opacity: 0;
  }
  .reveal.scale-in {
    transform: scale(0.95) translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-up {
    transform: translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-left {
    transform: translateX(-1rem);
    opacity: 0;
  }
  .reveal.fade-right {
    transform: translateX(1rem);
    opacity: 0;
  }
  .reveal.slide-left {
    transform: translateX(calc(-98%));
    opacity: 0;
  }
  .reveal.slide-right {
    transform: translateX(calc(98%));
    opacity: 0;
  }
  .reveal.slide-up {
    transform: translateY(calc(98%));
    opacity: 0;
  }
  .revealed.fade-in {
    opacity: 1;
  }
  .revealed.scale-in {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  .revealed.fade-up {
    transform: translateY(0);
    opacity: 1;
  }
  .revealed.fade-left,
  .revealed.fade-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-left,
  .revealed.slide-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-up {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 
Use: Forms
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 3rem;
  height: 3rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 3rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px #C6C6C6;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
  color: #707070;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="checkbox"]::-moz-placeholder, input[type="radio"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="checkbox"]::placeholder,
input[type="radio"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #707070;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px #163F7F;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: right center!important;
  background-repeat: no-repeat !important;
  background-size: auto 100%!important;
  padding-right: 3rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.5rem;
  height: 3.75rem;
  margin: 0;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  padding: 0.5rem 1rem;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
input[type="submit"].small:after,
input[type="button"].small:after,
input[type="reset"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
input[type="submit"].medium:after,
input[type="button"].medium:after,
input[type="reset"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
input[type="submit"].large:after,
input[type="button"].large:after,
input[type="reset"].large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
input[type="submit"].blue-button,
input[type="button"].blue-button,
input[type="reset"].blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
input[type="submit"].blue-button:before,
input[type="button"].blue-button:before,
input[type="reset"].blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].blue-button:hover:before,
input[type="button"].blue-button:hover:before,
input[type="reset"].blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
input[type="submit"].red-button,
input[type="button"].red-button,
input[type="reset"].red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
input[type="submit"].red-button:before,
input[type="button"].red-button:before,
input[type="reset"].red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"].red-button:hover:before,
input[type="button"].red-button:hover:before,
input[type="reset"].red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
input[type="submit"].grey-button,
input[type="button"].grey-button,
input[type="reset"].grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
input[type="submit"].grey-button:hover,
input[type="button"].grey-button:hover,
input[type="reset"].grey-button:hover {
  background-color: #707070;
}
input[type="submit"].submit-button,
input[type="button"].submit-button,
input[type="reset"].submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
input[type="submit"].with-icon,
input[type="button"].with-icon,
input[type="reset"].with-icon {
  padding-right: 0!important;
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="submit"].download-button,
input[type="button"].download-button,
input[type="reset"].download-button {
  padding-right: 0!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
input[type="submit"].search-button,
input[type="button"].search-button,
input[type="reset"].search-button {
  padding-right: 0!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].plus-button,
input[type="button"].plus-button,
input[type="reset"].plus-button {
  padding-right: 0!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
input[type="submit"]:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before {
  background-color: #3962A1;
  width: 100%;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap {
  align-items: center;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field .html-container a {
  color: #163F7F;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label,
nf-field .nf-field-label .nf-label-span {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
}
nf-field .ninja-forms-req-symbol {
  color: inherit;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #163F7F;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #FFFFFF;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px #D7272C;
  border: none!important;
}
.submit-container .nf-field-element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  width: auto !important;
}
.submit-container .nf-field-element:last-child {
  margin-bottom: 0;
}
.submit-container .nf-field-element:focus {
  outline: none;
}
.submit-container .nf-field-element:hover {
  border-bottom: none;
}
.submit-container .nf-field-element:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.submit-container .nf-field-element:before,
.submit-container .nf-field-element:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.submit-container .nf-field-element:before {
  z-index: -2;
}
.submit-container .nf-field-element:after {
  z-index: -1;
}
.submit-container .nf-field-element.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.submit-container .nf-field-element.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.submit-container .nf-field-element.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.submit-container .nf-field-element.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.submit-container .nf-field-element.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.submit-container .nf-field-element.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.submit-container .nf-field-element.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.submit-container .nf-field-element.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.submit-container .nf-field-element.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.submit-container .nf-field-element.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.submit-container .nf-field-element.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.submit-container .nf-field-element.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.submit-container .nf-field-element.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.submit-container .nf-field-element.grey-button:hover {
  background-color: #707070;
}
.submit-container .nf-field-element.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.submit-container .nf-field-element.with-icon {
  padding-right: 0!important;
}
.submit-container .nf-field-element.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.text-button-with-icon {
  padding-right: 0!important;
}
.submit-container .nf-field-element.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.submit-container .nf-field-element.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.submit-container .nf-field-element.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-container .nf-field-element.download-button {
  padding-right: 0!important;
}
.submit-container .nf-field-element.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.submit-container .nf-field-element.search-button {
  padding-right: 0!important;
}
.submit-container .nf-field-element.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.submit-container .nf-field-element.arrow-left:after {
  content: '\f053';
}
.submit-container .nf-field-element.arrow-right:after {
  content: '\f054';
}
.submit-container .nf-field-element.plus-button {
  padding-right: 0!important;
}
.submit-container .nf-field-element.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.plus-button:after {
  content: '\2b';
}
.submit-container .nf-field-element.minus-button {
  padding-right: 0!important;
}
.submit-container .nf-field-element.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.submit-container .nf-field-element.minus-button:after {
  content: '\2d';
}
.submit-container .nf-field-element.close:after {
  content: '\f00d';
}
.submit-container .nf-field-element:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.submit-container .nf-field-element:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.submit-container .nf-field-element:hover:before {
  background-color: #E44247;
  width: 100%;
}
.submit-container .nf-field-element input {
  font-size: 1rem !important;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
}
.nf-response-msg h1 .pre-heading,
.nf-response-msg h2 .pre-heading,
.nf-response-msg h3 .pre-heading,
.nf-response-msg h4 .pre-heading,
.nf-response-msg h5 .pre-heading,
.nf-response-msg h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.nf-error-msg {
  background-color: #D7272C;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #FFFFFF !important;
  font-size: 0.95rem;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #163F7F;
}
.dark-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container .filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.filter-container .filter-module .facetwp-facet {
  flex: 100%;
  margin: 0;
}
@media screen and (min-width: 46.875em) {
  .filter-container .filter-module .facetwp-facet {
    flex: 1;
  }
}
.filter-container .filter-module .facetwp-facet select {
  width: 100%;
  font-size: 0.95rem;
}
.filter-container .filter-module .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox {
  background-image: unset;
  height: 2.5rem;
  padding: 0 1.5rem;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox:hover {
  color: #FFFFFF;
  background-color: #3962A1;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.checked {
  color: #FFFFFF;
  background-color: #163F7F;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.filter-container .filter-module .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filter-container .show-all-button {
  height: 2.5rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  background-color: #163F7F;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #FFFFFF;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container:has( .checked ) .show-all-button {
  color: #2c2c2c;
  background-color: #F5F5F5;
}
.filter-container:has( .checked ) .show-all-button:hover {
  color: #FFFFFF;
  background-color: #3962A1;
}
.filter-container .reset-button {
  margin-left: auto;
  height: 1.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 0.95rem;
  color: #2c2c2c;
}
.filter-container .reset-button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #163F7F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button.with-arrow {
  padding-right: 2rem;
}
.filter-container .reset-button.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.filter-container .reset-button.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button.with-arrow:hover:after {
  right: 0;
}
.filter-container .reset-button.with-circle-arrow {
  padding-right: 3.5rem;
}
.filter-container .reset-button.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.filter-container .reset-button.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.filter-container .reset-button:hover:before {
  height: 4px;
  opacity: 1;
}
.filter-container .reset-button:after {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: inline-flex;
  margin-left: 0.5rem;
  content: '\f0e2';
  color: #163F7F;
  opacity: 1;
  transition: all 375ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-container .reset-button:hover {
  background-color: transparent;
}
.filter-container .reset-button:hover:after {
  transform: rotate(-360deg);
}
/*************************************************************************
 #Date Picker
**************************************************************************/
.flatpickr-calendar {
  display: inline-block !important;
  font-size: 0.75rem !important;
  line-height: 1.6 !important;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075) !important;
  border-radius: 0!important;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none!important;
}
.flatpickr-calendar .flatpickr-months {
  height: 2rem;
  box-shadow: 0 0 1px #C6C6C6;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month img,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.grey-button:hover {
  background-color: #707070;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  z-index: 1;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:last-child {
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:focus {
  outline: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  border-bottom: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
  z-index: -2;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  z-index: -1;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.25rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.large:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.blue-button:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.red-button {
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.red-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #D7272C;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.red-button:hover:before {
  background-color: #E44247;
  width: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button {
  color: #FFFFFF !important;
  background-color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.grey-button:hover {
  background-color: #707070;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.submit-button {
  font-size: 0.9rem !important;
  padding: 0 3.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.download-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.search-button:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f002';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-left:after {
  content: '\f053';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.arrow-right:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.plus-button:after {
  content: '\2b';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button {
  padding-right: 0!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.minus-button:after {
  content: '\2d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.close:after {
  content: '\f00d';
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - 1rem);
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover:before {
  background-color: #3962A1;
  width: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  line-height: inherit!important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  position: absolute!important;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:after {
  content: '\f054';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 2rem;
  color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  position: relative;
  width: 100%;
  height: 2rem;
  padding: 0;
  left: auto;
  font-size: 0.95rem;
  display: flex;
  line-height: 1.6;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  width: 100%;
  height: 2rem;
  min-height: 2rem;
  margin: 0;
  padding-left: 0;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px transparent;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  display: inline-flex;
  width: auto;
  padding-right: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year {
  height: auto!important;
  min-height: auto!important;
  padding: 0!important;
  line-height: 1.35 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h1 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h2 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h3 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h4 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h5 .pre-heading,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  opacity: 1 !important;
  border: 0 !important;
  line-height: 0.5 !important;
  right: 0.5rem !important;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  border: 0 !important;
  font-size: 0.75rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:hover {
  background: transparent !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp {
  top: 5%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp:after {
  content: '\f106';
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  top: 40%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown:after {
  content: '\f107';
}
.flatpickr-calendar .flatpickr-innerContainer {
  padding-top: 0.5rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  height: 2rem;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font-size: 0.9rem;
  font-weight: unset;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day {
  height: 2rem;
  line-height: 2rem;
  border: none;
  border-radius: 0;
  font-size: 0.95rem;
  color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #E44247;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  opacity: 0.35;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  background-color: #F5F5F5;
  color: #2c2c2c;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #879FC4;
  color: #2c2c2c;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
.page-template-template-gallery .filter-container {
  text-align: center;
}
.page-template-template-gallery .filter-container h1 .pre-heading,
.page-template-template-gallery .filter-container h2 .pre-heading,
.page-template-template-gallery .filter-container h3 .pre-heading,
.page-template-template-gallery .filter-container h4 .pre-heading,
.page-template-template-gallery .filter-container h5 .pre-heading,
.page-template-template-gallery .filter-container h6 .pre-heading {
  justify-content: center;
  margin: 0 auto 1rem;
}
.page-template-template-gallery .filter-container .filter-module {
  display: inline-flex;
}
/* 
Use: Header
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Navigation Variables
**************************************************************************/
.with-navigation {
  padding-top: 6.25rem;
}
/*************************************************************************
 #Top Bar
**************************************************************************/
.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
  color: #2c2c2c;
  font-size: 0.95rem;
}
@media screen and (min-width: 40.625em) {
  .top-bar {
    justify-content: flex-end;
    gap: 1.5rem;
  }
}
.top-bar .social span {
  display: none;
}
@media screen and (min-width: 40.625em) {
  .top-bar .social span {
    display: inline-block;
  }
}
.top-bar ul {
  margin: 0;
}
.top-bar ul li a {
  height: 3.5rem;
}
.top-bar ul.social-links li a {
  width: 3.5rem;
}
.top-bar ul.icon-list {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  .top-bar ul.icon-list {
    width: unset;
  }
}
@media screen and (min-width: 81.25em) {
  .top-bar ul.icon-list {
    gap: 1.5rem;
  }
}
.top-bar ul.icon-list li {
  margin: 0;
}
.top-bar ul.icon-list li a {
  font-size: 1rem;
  text-indent: -9999em;
  white-space: pre;
  width: 1.75rem;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.top-bar ul.icon-list li a:before {
  text-indent: 0;
  width: 3.5rem;
  justify-content: center;
  margin-right: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #E8E8E8;
}
@media screen and (min-width: 46.875em) {
  .top-bar ul.icon-list li a {
    background-color: unset;
    text-indent: 0;
    white-space: unset;
    width: unset;
  }
  .top-bar ul.icon-list li a:before {
    width: unset;
    margin-right: 0.75rem;
  }
}
.top-bar .top-bar-nav-button {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .top-bar .top-bar-nav-button {
    display: inline-flex;
  }
}
@media screen and (min-width: 81.25em) {
  .top-bar .top-bar-nav-button {
    display: none;
  }
}
.bottom-bar {
  width: 100%;
}
/*************************************************************************
 #Masthead
**************************************************************************/
.logo-and-navigation {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 6.25rem;
  margin: 0;
  z-index: 1001;
}
.logo-and-navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.logo-and-navigation .nav-button {
  display: none;
  padding: 0 0.75rem;
}
@media screen and (min-width: 81.25em) {
  .logo-and-navigation .nav-button {
    display: block;
  }
}
.logo-and-navigation .menu-button {
  display: table;
  position: relative;
  color: #163F7F;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  height: 2.75rem;
  padding-left: 2rem;
  background-color: transparent;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 53.125em) {
  .logo-and-navigation .menu-button {
    display: none;
  }
}
.logo-and-navigation .menu-button:before {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  line-height: 2.75rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0c9';
  color: inherit;
  font-size: 1.25rem;
  text-align: center;
  text-indent: 0;
}
header {
  z-index: 1001;
}
header .logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: calc((3.5rem + 2.75rem) - 1rem);
  max-width: 8.5rem;
  margin-top: 1rem;
  margin-right: 1.5rem;
}
header .logo a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .logo a svg {
  height: auto;
  width: 100%;
}
header .logo a svg path {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
header .logo a svg path:first-child {
  fill: #163F7F;
}
header .logo a svg path:last-child {
  fill: #D7272C;
}
@media screen and (min-width: 62.5em) {
  header .logo {
    position: relative;
    margin-right: 6rem;
  }
}
header.on-light .logo-and-navigation .logo a svg path:first-child {
  fill: #D7272C;
}
header.on-light .logo-and-navigation .logo a svg path:last-child {
  fill: #163F7F;
}
header.on-light .logo-and-navigation .menu-button {
  color: #163F7F;
}
header.on-light .logo-and-navigation .top-bar .icon-list {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 53.125em) {
  header.on-light .logo-and-navigation .top-bar .icon-list {
    border-bottom: unset;
  }
}
header.on-light .logo-and-navigation .top-bar .icon-list a:before {
  color: #D7272C;
}
header.on-light .logo-and-navigation .main-navigation ul li:not( .top-bar-nav-button ) > a,
header.on-light .logo-and-navigation .main-navigation ul li:not( .top-bar-nav-button ) > span.no-link {
  color: #2c2c2c;
}
header.on-dark .logo-and-navigation .logo a svg path {
  fill: #FFFFFF;
}
header.on-dark .logo-and-navigation .menu-button {
  color: #FFFFFF;
}
header.on-dark .logo-and-navigation .top-bar .icon-list a {
  color: #FFFFFF;
}
header.on-dark .logo-and-navigation .main-navigation ul li > a,
header.on-dark .logo-and-navigation .main-navigation ul li span.no-link {
  color: #FFFFFF;
}
header .main-navigation {
  display: flex;
  flex: 1;
}
header .main-navigation nav {
  display: flex;
  flex: 1;
}
header .main-navigation nav .top-bar-nav-button {
  display: block;
  top: -1px;
}
header .main-navigation nav .top-bar-nav-button a {
  height: 2.75rem;
  min-height: 2.75rem;
  max-height: 2.75rem;
  line-height: 2.75rem;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
}
header .main-navigation nav .top-bar-nav-button a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #163F7F;
  transform: skew(-25deg);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
header .main-navigation nav .top-bar-nav-button a:hover:before {
  background-color: #3962A1;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  header .main-navigation nav .top-bar-nav-button {
    display: none;
  }
}
@media screen and (min-width: 81.25em) {
  header .main-navigation nav .top-bar-nav-button {
    display: block;
  }
}
/*************************************************************************
 #Sticky Navigation
**************************************************************************/
.sticky-navigation {
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  top: 0;
  height: 6.25rem;
  z-index: 1001;
}
@media screen and (max-width: 46.875em) {
  .sticky-navigation {
    width: 100%;
    padding: 0 2%;
  }
}
.sticky-navigation:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 325ms cubic-bezier(0.65, 0, 0.35, 1);
}
.sticky-navigation.expanded {
  transform: 0;
  height: 7.25rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
.sticky-navigation.expanded:before {
  opacity: 1;
}
.sticky-navigation.expanded .logo-and-navigation .logo a svg path:first-child {
  fill: #D7272C;
}
.sticky-navigation.expanded .logo-and-navigation .logo a svg path:last-child {
  fill: #163F7F;
}
.sticky-navigation.expanded .logo-and-navigation .menu-button {
  color: #163F7F;
}
.sticky-navigation.expanded .logo-and-navigation .top-bar .icon-list a {
  color: #2c2c2c;
}
.sticky-navigation.expanded .logo-and-navigation .top-bar .icon-list a:before {
  color: #D7272C;
}
.sticky-navigation.expanded .logo-and-navigation .top-bar .open-search {
  color: #2c2c2c;
}
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li:not( .top-bar-nav-button ) > a,
.sticky-navigation.expanded .logo-and-navigation .main-navigation ul li:not( .top-bar-nav-button ) span.no-link {
  color: #2c2c2c;
}
@media screen and (min-width: 31.25em) {
  .sticky-navigation.hidden {
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
  }
}
.sticky-navigation.visible {
  opacity: 1;
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.75rem;
  margin: 0;
}
ul.horizontal-navigation li {
  list-style-type: none;
}
ul.horizontal-navigation li ul,
ul.horizontal-navigation li ol {
  margin-top: 0;
}
@media screen and (min-width: 53.125em) {
  ul.horizontal-navigation {
    display: flex;
  }
}
ul.horizontal-navigation li {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  /* reset back to base styles for custom links that don't link to an actual page */
}
ul.horizontal-navigation li a,
ul.horizontal-navigation li span.no-link {
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #2c2c2c;
  text-decoration: none;
  text-align: left;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li span.no-link {
  position: relative;
  pointer-events: none;
}
ul.horizontal-navigation li:hover a:before {
  background-color: #D7272C;
  width: 50%;
}
ul.horizontal-navigation li.menu-item-has-children a,
ul.horizontal-navigation li.menu-item-has-children span.no-link {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
ul.horizontal-navigation li.menu-item-has-children a:after,
ul.horizontal-navigation li.menu-item-has-children span.no-link:after {
  position: absolute;
  inset: unset;
  right: 0.5rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #D7272C;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(0deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li.menu-item-has-children:hover > a:after,
ul.horizontal-navigation li.menu-item-has-children:hover > span.no-link:after {
  transform: rotate(180deg);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.horizontal-navigation li {
  position: relative;
}
ul.horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: auto;
  min-width: 20rem;
  top: 100%;
  left: 0;
  background-color: #F5F5F5;
  overflow: visible;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
}
ul.horizontal-navigation li ul.sub-menu li ul,
ul.horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
ul.horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.horizontal-navigation li ul.sub-menu li:before {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
}
ul.horizontal-navigation li ul.sub-menu li a {
  display: flex;
  float: none;
  width: 100%;
  height: auto;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  color: #2c2c2c !important;
  text-transform: none;
  line-height: inherit;
  padding: 0.75rem;
  margin: 0;
}
ul.horizontal-navigation li ul.sub-menu li a:before,
ul.horizontal-navigation li ul.sub-menu li a:after {
  content: none;
}
ul.horizontal-navigation li ul.sub-menu li a:hover {
  background-color: #163F7F;
  color: #FFFFFF !important;
}
ul.horizontal-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li:hover a,
ul.horizontal-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li:hover a {
  background-color: #163F7F;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a {
  padding-right: 2rem;
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  inset: unset;
  right: 0.75rem;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #D7272C;
  content: '\f078';
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 1rem;
  width: 1rem;
  transform: rotate(-90deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li.menu-item-has-children > a:hover:after {
  right: 0.5rem;
  color: #FFFFFF;
}
ul.horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: -0.375rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #F5F5F5;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation li ul.sub-menu li ul.sub-menu li:hover:first-of-type:before {
  border-right: 0.5rem solid #163F7F;
}
ul.horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
ul.horizontal-navigation li:hover:before {
  height: 4px;
}
ul.horizontal-navigation > li a {
  position: relative;
}
ul.horizontal-navigation > li a:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #D7272C;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
ul.horizontal-navigation > li:hover a:before {
  height: 5px;
  width: 100%;
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
/* This part can be changed depending on what size you want the close and sub menu buttons to be */
.off-canvas-section {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1002;
  transition: opacity 500ms 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section::-webkit-scrollbar {
  display: none;
}
.off-canvas-section .close-button {
  color: #2c2c2c;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'Mona Sans Semibold', 'Arial', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 125ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #163F7F;
  opacity: 0.8;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow {
  padding-right: 2rem;
}
.off-canvas-section .close-button.with-arrow:before {
  width: calc(100% - 1rem*2);
}
.off-canvas-section .close-button.with-arrow:after {
  position: absolute;
  right: 5px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f061';
  font-size: 1.25rem;
  color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-arrow:hover:after {
  right: 0;
}
.off-canvas-section .close-button.with-circle-arrow {
  padding-right: 3.5rem;
}
.off-canvas-section .close-button.with-circle-arrow:before {
  width: calc(100% - 1rem*3.5);
}
.off-canvas-section .close-button.with-circle-arrow:after {
  position: absolute;
  right: 15px;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f0a9';
  font-size: 1.75rem;
  color: #163F7F;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.off-canvas-section .close-button.with-circle-arrow:hover:after {
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  right: 10px;
}
.off-canvas-section .close-button:hover:before {
  height: 4px;
  opacity: 1;
}
.off-canvas-section .close-button:after {
  display: inline-block;
  content: '\f00d';
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #163F7F;
  font-size: 0.95rem;
  margin-left: 0.5rem;
}
.off-canvas-section .off-canvas-background {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.off-canvas-section .off-canvas-container {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  color: #E8E8E8;
  background-color: #FFFFFF;
  padding: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .off-canvas-section .off-canvas-container {
    width: 75%;
    max-width: 40rem;
  }
}
#off-canvas-navigation {
  left: 0;
}
#off-canvas-navigation .button {
  width: 100%;
}
#off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(-100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 46.875em) {
  #off-canvas-navigation .off-canvas-container {
    max-width: 30rem;
  }
}
#off-canvas-navigation ul.off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0 1.5rem;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  list-style-type: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul,
#off-canvas-navigation ul.off-canvas-navigation li ol {
  margin-top: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li {
  position: relative;
}
#off-canvas-navigation ul.off-canvas-navigation li a,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link {
  display: flex;
  align-items: center;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  font-size: 1.25rem;
  color: #2c2c2c;
  padding: 0.5rem;
  border-bottom: 1px solid #E8E8E8;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li a:hover,
#off-canvas-navigation ul.off-canvas-navigation li span.no-link:hover {
  color: #D7272C;
}
#off-canvas-navigation ul.off-canvas-navigation li.current-menu-item a {
  color: #D7272C;
}
#off-canvas-navigation ul.off-canvas-navigation li:last-child a {
  border-bottom: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > a + .sub-menu,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0 > span.no-link + .sub-menu {
  max-height: inherit;
  height: 0;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu {
  flex-wrap: wrap;
  flex-flow: column;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-0.full-width .sub-menu > li {
  overflow: visible;
  margin: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-level-1 .sub-menu + .sub-menu-button {
  display: none;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li a {
  color: #2c2c2c;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8E8E8;
  padding: 1rem 1rem 1rem 1.75rem;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
  width: 100%;
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  z-index: 1;
  margin: 0;
  padding: 1rem;
  border: 1px solid #E8E8E8;
  border-top: none;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.075);
}
#off-canvas-navigation ul.off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding: 1rem;
  border: none;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-display: swap;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  color: #163F7F;
  font-size: 1.5rem;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:hover,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children .sub-menu-button:active {
  background-color: #E8E8E8;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > a,
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > span.no-link {
  color: #D7272C;
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#off-canvas-navigation ul.off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#off-canvas-search {
  right: 0;
}
#off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(100%);
  transition: transform 175ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container .close-button {
  float: right;
}
#off-canvas-search .off-canvas-container input#keyword {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
  color: #163F7F;
  font-size: 1.75rem !important;
  min-height: auto !important;
  line-height: normal !important;
  padding: 0 0 0.5rem !important;
  width: 100%;
  margin: 3rem 0 1.5rem;
  border-bottom: 2px solid #C6C6C6;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
#off-canvas-search .off-canvas-container input#keyword::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#off-canvas-search .off-canvas-container input#keyword::-moz-placeholder {
  color: #707070;
}
#off-canvas-search .off-canvas-container input#keyword::placeholder {
  color: #707070;
}
#off-canvas-search .off-canvas-container input#keyword:focus {
  border-color: #163F7F;
}
#off-canvas-search .off-canvas-container .results-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container p {
  color: #2c2c2c;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module {
  position: relative;
  width: calc(50% - 1rem);
  border: none;
  background-color: #E8E8E8;
  margin-top: 3.5rem;
}
@media screen and (min-width: 68.75em) {
  #off-canvas-search .off-canvas-container .results-container .search-listing-module {
    width: calc(33.3% - 1rem);
  }
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .image {
  padding: 0 1.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content {
  padding: 1.5rem 0.75rem 2.5rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module .content h2 {
  color: #2c2c2c;
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:after {
  right: 1rem;
  bottom: 1rem;
}
#off-canvas-search .off-canvas-container .results-container .search-listing-module.with-link:hover:after {
  right: 0.75rem;
}
.with-off-canvas-section:before {
  content: '';
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(112, 112, 112, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.with-off-canvas-section.show-menu,
.with-off-canvas-section.show-search {
  overflow-y: hidden;
}
.with-off-canvas-section.show-menu .off-canvas-background,
.with-off-canvas-section.show-search .off-canvas-background {
  opacity: 1;
}
.with-off-canvas-section.show-menu:before,
.with-off-canvas-section.show-search:before {
  opacity: 1;
}
.with-off-canvas-section.show-menu #off-canvas-navigation.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-menu #off-canvas-navigation .off-canvas-container {
  left: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-search #off-canvas-search.off-canvas-section {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.with-off-canvas-section.show-search #off-canvas-search .off-canvas-container {
  right: 0;
  transform: translateX(0%);
  transition: all 250ms 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
/* 
Use: Footer
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
.pre-footer .promo-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .pre-footer .promo-section {
    flex-wrap: nowrap;
  }
}
.pre-footer .promo-section h3 {
  font-size: 1.675rem;
}
.pre-footer .promo-section .text-link:before {
  background-color: #FFFFFF;
}
.pre-footer .promo-section .text-link:after {
  color: #FFFFFF;
}
footer .logo a {
  height: 100%;
  width: 100%;
}
footer .logo a img {
  height: auto;
  max-width: 7rem;
}
footer .footer-menu h4 {
  text-transform: uppercase;
  color: #2c2c2c;
  font-size: 1.125rem;
}
footer ul {
  margin-left: 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li ul,
footer ul li ol {
  margin-top: 0;
}
footer ul li {
  margin-bottom: 1rem;
}
footer ul li a {
  font-family: 'Mona Sans Regular', 'Arial', sans-serif;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .icon-list li {
  width: 100%;
}
footer .social {
  font-family: 'Mona Sans Medium', 'Arial', sans-serif;
  margin-top: 1.5rem;
}
footer .social ul {
  margin-left: -0.5rem;
}
footer .social ul li a {
  height: 2.5rem;
  width: 2.5rem;
}
footer .social ul li a:before {
  font-size: 1.75rem;
}
footer .legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
footer .legal p {
  color: #707070;
  margin: 0;
}
footer .legal ul li {
  display: flex;
  align-items: center;
}
footer .legal ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 1px;
  background-color: #707070;
  margin-right: 0.5rem;
}
footer .legal ul li a {
  color: #707070;
}
/* 
Use: Setup
Scope: All devices
Theme: Cannock Resprays
Copyright 2026, © Cannock Resprays
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-y: hidden;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */