@charset "UTF-8";
/*!
Do not edit theme.css directly. Add custom styles to style.css
*/
/**
 *
 * Normalize.css
 *
 * Resets for cross-browser consistency and compatibility
 *
 * @link https://necolas.github.io/normalize.css/
 *
 */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 *
 * B2B Reset
 *
 */
* {
  box-sizing: border-box;
}
body {
  line-height: 1.46;
  background-color: white;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  color: #010101;
}
@media  all and (max-width: 459px ) {
  body {
    font-size: 14px;
  }
}
body.b2bdev:before {
  content: 'DEV';
  font-size: 56px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  font-weight: bold;
  color: rgba(255, 0, 255, 0.9);
}
a {
  color: #235789;
}
a:hover {
  color: #193d60;
}
a:visited {
  color: #522c85;
}
a:visited:hover {
  color: #193d60;
}
a:focus-visible {
  outline: none;
}
a.hover-underline-off:hover {
  text-decoration: none !important;
}
p {
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.67em 0;
}
h1 {
  font-weight: 600;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}
h3 {
  font-size: 1.28rem;
  line-height: 1.2;
}
h4 {
  font-size: 1.024rem;
}
h5 {
  font-size: 0.8192rem;
}
h6 {
  font-size: 0.65536rem;
}
iframe {
  max-width: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
main,
article,
.entry-content {
  width: 100%;
}
.entry-meta {
  margin-bottom: 12px;
  font-size: 0.8em;
}
ul[id^='menu'] {
  padding: 0;
  list-style: none;
}
ul[id^='menu'] .sub-menu {
  list-style: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
blockquote {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 1em;
  margin-inline-end: 1em;
}
hr,
.wp-block-separator {
  width: 65%;
  margin: 24px auto;
  height: 1px;
  border: 0;
  background-color: #f0f0f0;
}
@media  all and (max-width: 767px ) {
  hr,
  .wp-block-separator {
    margin: 12px auto;
  }
}
iframe {
  max-width: 100%;
}
/**
 *
 * Sidebar Styles ( function included in inc/extras.php to add has-sidebar class to body tag on any page that calls the get_sidebar function )
 *
 */
body:not(.has-sidebar) .content-area {
  display: flex;
  flex-wrap: wrap;
}
@media  all and (max-width: 957px ) {
  body:not(.has-sidebar) .content-area > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-content {
  min-height: 70vh;
}
.has-sidebar .site-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 24px;
  width: 1300px;
}
@media  all and (max-width: 957px ) {
  .has-sidebar .site-content > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media  all and (max-width: 1299px ) {
  .has-sidebar .site-content {
    width: 1129px;
  }
}
@media  all and (max-width: 1128px ) {
  .has-sidebar .site-content {
    width: 958px;
  }
}
@media  all and (max-width: 957px ) {
  .has-sidebar .site-content {
    width: 768px;
  }
}
@media  all and (max-width: 767px ) {
  .has-sidebar .site-content {
    width: 100vw;
    padding: 0 12px;
  }
}
.has-sidebar .content-area {
  width: calc(100% - 344px);
}
@media  all and (max-width: 1128px ) {
  .has-sidebar .content-area {
    width: calc(100% - 280px);
  }
}
@media  all and (max-width: 957px ) {
  .has-sidebar .content-area {
    width: 100%;
    padding-left: 0;
  }
}
.has-sidebar .sidebar {
  width: 344px;
}
@media  all and (max-width: 1128px ) {
  .has-sidebar .sidebar {
    width: 280px;
  }
}
@media  all and (max-width: 957px ) {
  .has-sidebar .sidebar {
    width: 100%;
    padding-left: 0;
  }
}
@media  all and (max-width: 957px ) {
  .has-sidebar #primary {
    margin-bottom: 24px;
  }
}
.has-sidebar #primary .container {
  padding: 0;
  width: auto;
}
.has-sidebar.admin-bar #primary .container {
  background: chartreuse;
}
.has-sidebar-left #primary {
  padding-left: 24px;
  order: 2;
}
@media  all and (max-width: 957px ) {
  .has-sidebar-left #primary {
    order: 1;
  }
}
.has-sidebar-left #secondary {
  order: 1;
}
@media  all and (max-width: 957px ) {
  .has-sidebar-left #secondary {
    order: 2;
  }
}
.has-sidebar-right #primary {
  padding-right: 24px;
  order: 1;
}
.has-sidebar-right #secondary {
  order: 2;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
@media  all and (max-width: 459px ) {
  .hidden-xxs {
    display: none !important;
  }
}
@media  all and (max-width: 767px ) {
  .hidden-xs {
    display: none !important;
  }
}
@media  all and (max-width: 957px ) {
  .hidden-sm {
    display: none !important;
  }
}
@media  all and (max-width: 1128px ) {
  .hidden-md {
    display: none !important;
  }
}
@media  all and (min-width: 768px ) {
  .only-xs {
    display: none !important;
  }
}
@media  all and (min-width: 958px ) {
  .only-sm {
    display: none !important;
  }
}
.entry-content p:first-child {
  margin-top: 0;
}
.entry-footer {
  padding: 12px 0;
  clear: both;
}
.widget {
  padding: 12px;
}
.widget ul {
  padding-left: 18px;
}
.widget h2 {
  margin-top: 0;
}
.widget:not(:last-child) {
  margin-bottom: 12px;
}
@media  all and (max-width: 767px ) {
  .widget {
    padding: 0;
  }
}
.small-text {
  font-size: 10px;
}
/**
 *
 * Printing Styles
 *
 */
@media  print {
  body {
    font-size: 12px;
  }
  .container {
    width: 100%;
  }
  .site-header,
  .site-footer,
  .sidebar,
  nav {
    display: none;
  }
}
/**
 * Breadcrumbs
 */
#breadcrumbs {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  overflow: hidden;
}
@media  all and (max-width: 767px ) {
  #breadcrumbs {
    font-size: 14px;
    margin: 6px 0;
  }
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
}
.breadcrumbs-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 12px);
}
/**
 * Thomasnet Webtraxs code
 * Hide Thomasnet image to not interfere with layout
 */
img[src*='webtraxs'] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
/**
 *
 * WordPress Core Classes
 *
 * @link https://codex.wordpress.org/CSS
 *
 */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 6px auto 6px auto;
}
.alignright {
  float: right;
  margin: 6px 0 24px 24px;
}
.alignleft {
  float: left;
  margin: 6px 24px 24px 0;
}
a img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
a img.alignleft {
  float: left;
  margin: 5px 24px 24px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: transparent;
  border: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignleft {
  margin: 5px 24px 24px 0;
}
.wp-caption.alignright {
  margin: 5px 0 24px 24px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption,
p.wp-caption-text {
  text-align: left;
}
figcaption.wp-caption-text {
  padding: 6px 0;
  color: #1b1b1b;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.post-edit-link {
  display: block;
  margin: 12px 0;
}
.cat-links,
.tags-links {
  display: block;
  width: 100%;
}
.read-more {
  display: block;
  margin-top: 12px;
}
.nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 36px 0;
  flex-wrap: wrap;
}
.nav-previous,
.nav-next {
  width: calc(50% -  24px );
}
@media  all and (max-width: 459px ) {
  .nav-previous,
  .nav-next {
    width: 100%;
    margin-bottom: 24px;
  }
}
.nav-next {
  text-align: right;
  margin-left: auto;
}
@media  all and (max-width: 459px ) {
  .nav-next {
    text-align: left;
  }
}
.previous-heading,
.next-heading {
  color: #0e0e0e;
  font-size: 0.8em;
  margin-bottom: 4px;
}
/*--------------------------------------------------------------
# Blog Grid / Card Layout
--------------------------------------------------------------*/
.posts-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media  all and (max-width: 1128px ) {
  .posts-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media  all and (max-width: 767px ) {
  .posts-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-grid-container .grid-post {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  transition: 250ms all;
}
.posts-grid-container .grid-post:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: 250ms all;
}
.posts-grid-container .grid-post-title {
  font-size: 1.1rem;
  font-weight: bold;
  max-width: 100%;
  height: auto;
  padding: 0 24px;
  margin: 24px 0;
}
@media  all and (max-width: 767px ) {
  .posts-grid-container .grid-post-title {
    height: auto;
  }
}
.posts-grid-container .grid-post-title a {
  max-width: 100%;
  color: #010101;
  text-decoration: none;
}
.posts-grid-container .grid-post-featured-img-container {
  display: flex;
  background: white;
  width: 100%;
}
.posts-grid-container .grid-post-featured-img-container img {
  aspect-ratio: 3 / 2;
  object-position: center;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
.posts-grid-container .grid-post-content {
  padding: 0 24px 24px;
}
.posts-grid-container .read-more-link {
  text-decoration: none;
}
.posts-grid-container .read-more-link:hover {
  text-decoration: underline;
}
/**
 *
 * Custom Icons
 * @link http://www.fontastic.com
 *
 * Custom classes and icons created with fontastic to minimize the size of css
 *
 */
@font-face {
  font-family: "b2b-font";
  src: url("icons/b2b-font.eot");
  src: url("icons/b2b-font.eot?#iefix") format("embedded-opentype"), url("icons/b2b-font.woff") format("woff"), url("icons/b2b-font.ttf") format("truetype"), url("icons/b2b-font.svg#b2b-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-b2bicon]:before {
  font-family: "b2b-font" !important;
  content: attr(data-b2bicon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "b2b-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone-square:before {
  content: "\61";
}
.icon-phone:before {
  content: "\62";
}
.icon-search-1:before {
  content: "\64";
}
.icon-envelope-o:before {
  content: "\63";
}
.icon-envelope:before {
  content: "\65";
}
.icon-envelope-square:before {
  content: "\66";
}
.icon-mail:before {
  content: "\67";
}
.icon-mail-1:before {
  content: "\68";
}
.icon-facebook:before {
  content: "\69";
}
.icon-facebook-official:before {
  content: "\6a";
}
.icon-facebook-square:before {
  content: "\6b";
}
.icon-twitter-square:before {
  content: "\6c";
}
.icon-twitter:before {
  content: "\6d";
}
.icon-google-plus-square:before {
  content: "\6e";
}
.icon-google-plus:before {
  content: "\6f";
}
.icon-social-google-plus:before {
  content: "\70";
}
.icon-youtube:before {
  content: "\71";
}
.icon-youtube-play:before {
  content: "\72";
}
.icon-youtube-square:before {
  content: "\73";
}
.icon-linkedin:before {
  content: "\74";
}
.icon-linkedin-square:before {
  content: "\75";
}
.icon-linkedin-alt:before {
  content: "\76";
}
.icon-file-text:before {
  content: "\77";
}
.icon-file-text-o:before {
  content: "\78";
}
.icon-angle-down:before {
  content: "\7a";
}
.icon-angle-left:before {
  content: "\41";
}
.icon-angle-right:before {
  content: "\42";
}
.icon-angle-up:before {
  content: "\43";
}
.icon-arrow-circle-down:before {
  content: "\44";
}
.icon-arrow-circle-left:before {
  content: "\45";
}
.icon-arrow-circle-o-down:before {
  content: "\46";
}
.icon-arrow-circle-o-left:before {
  content: "\47";
}
.icon-arrow-circle-o-up:before {
  content: "\48";
}
.icon-arrow-circle-o-right:before {
  content: "\49";
}
.icon-arrow-circle-right:before {
  content: "\4a";
}
.icon-arrow-circle-up:before {
  content: "\4b";
}
.icon-arrow-down:before {
  content: "\4c";
}
.icon-arrow-left:before {
  content: "\4d";
}
.icon-arrow-right:before {
  content: "\4e";
}
.icon-arrow-up:before {
  content: "\4f";
}
.icon-chevron-circle-down:before {
  content: "\50";
}
.icon-chevron-circle-left:before {
  content: "\51";
}
.icon-chevron-circle-right:before {
  content: "\52";
}
.icon-chevron-circle-up:before {
  content: "\53";
}
.icon-chevron-down:before {
  content: "\54";
}
.icon-chevron-left:before {
  content: "\55";
}
.icon-chevron-right:before {
  content: "\56";
}
.icon-chevron-up:before {
  content: "\57";
}
.icon-check-square:before {
  content: "\58";
}
.icon-check-circle-o:before {
  content: "\59";
}
.icon-check-circle:before {
  content: "\5a";
}
.icon-check:before {
  content: "\30";
}
.icon-search-minus:before {
  content: "\31";
}
.icon-search-plus:before {
  content: "\32";
}
.icon-cancel-circled:before {
  content: "\35";
}
.icon-cancel-squared:before {
  content: "\36";
}
.icon-times:before {
  content: "\37";
}
.icon-stop:before {
  content: "\33";
}
.icon-trashcan:before {
  content: "\34";
}
.icon-widget:before {
  content: "\38";
}
.icon-plus:before {
  content: "\21";
}
.icon-plus-circle:before {
  content: "\22";
}
.icon-plus-square:before {
  content: "\23";
}
.icon-plus-square-o:before {
  content: "\24";
}
.icon-minus:before {
  content: "\25";
}
.icon-minus-circle:before {
  content: "\26";
}
.icon-minus-square:before {
  content: "\27";
}
.icon-minus-square-o:before {
  content: "\28";
}
.icon-photo:before {
  content: "\29";
}
.icon-print:before {
  content: "\2a";
}
.icon-print-1:before {
  content: "\2b";
}
.icon-print-2:before {
  content: "\2c";
}
.icon-grid:before {
  content: "\2d";
}
.icon-thumbnails:before {
  content: "\2e";
}
.icon-list:before {
  content: "\2f";
}
.icon-list-ul:before {
  content: "\3a";
}
.icon-th:before {
  content: "\3b";
}
.icon-th-large:before {
  content: "\3c";
}
.icon-th-list:before {
  content: "\3d";
}
.icon-arrows-expand:before {
  content: "\3e";
}
.icon-arrows-compress:before {
  content: "\3f";
}
.icon-arrows-in:before {
  content: "\40";
}
.icon-arrows-out:before {
  content: "\5b";
}
.icon-arrow-up-1:before {
  content: "\5e";
}
.icon-arrow-down-1:before {
  content: "\5f";
}
.icon-arrow-left-1:before {
  content: "\60";
}
.icon-arrow-right-1:before {
  content: "\7b";
}
.icon-archive:before {
  content: "\7c";
}
.icon-bookmark:before {
  content: "\7d";
}
.icon-book-bookmark:before {
  content: "\7e";
}
.icon-checkbox:before {
  content: "\5c";
}
.icon-map:before {
  content: "\e000";
}
.icon-shield:before {
  content: "\e001";
}
.icon-up-dir:before {
  content: "\e002";
}
.icon-share:before {
  content: "\e003";
}
.icon-share-alt:before {
  content: "\e004";
}
.icon-share-square:before {
  content: "\e005";
}
.icon-share-alt-square:before {
  content: "\e006";
}
.icon-share-square-o:before {
  content: "\e007";
}
.icon-list-1:before {
  content: "\e009";
}
.icon-menu:before {
  content: "\e00a";
}
.icon-bars:before {
  content: "\e008";
}
.icon-dropbox:before {
  content: "\e00b";
}
.icon-basket:before {
  content: "\79";
}
.icon-phone-1:before {
  content: "\e00d";
}
.icon-home:before {
  content: "\e00e";
}
.icon-instagram:before {
  content: "\e00c";
}
.icon-instagram-alt:before {
  content: "\e00f";
}
.icon-sign-out:before {
  content: "\39";
}
.icon-logout:before {
  content: "\5d";
}
.icon-times-circle:before {
  content: "\e010";
}
.icon-times-circle-o:before {
  content: "\e011";
}
.icon-link-external:before {
  content: "\e012";
}
.icon-link:before {
  content: "\e013";
}
.icon-info:before {
  content: "\e014";
}
.icon-issue-opened:before {
  content: "\e015";
}
.icon-question:before {
  content: "\e016";
}
.icon-info-1:before {
  content: "\e017";
}
.icon-loop:before {
  content: "\e018";
}
.icon-shopping-cart:before {
  content: "\e019";
}
.icon-cart-plus:before {
  content: "\e01a";
}
.icon-checklist:before {
  content: "\e01b";
}
.icon-clipboard-notes:before {
  content: "\e01c";
}
.icon-clipboard:before {
  content: "\e01d";
}
.icon-user:before {
  content: "\e01e";
}
.icon-user-1:before {
  content: "\e01f";
}
.icon-user-2:before {
  content: "\e020";
}
.icon-users:before {
  content: "\e021";
}
.icon-map-1:before {
  content: "\e022";
}
.icon-map-marker:before {
  content: "\e023";
}
.icon-map-o:before {
  content: "\e024";
}
.icon-map-pin:before {
  content: "\e025";
}
.icon-marker:before {
  content: "\e026";
}
.icon-pin:before {
  content: "\e027";
}
.icon-location:before {
  content: "\e028";
}
.icon-location-1:before {
  content: "\e029";
}
.icon-flag:before {
  content: "\e02a";
}
.icon-map-2:before {
  content: "\e02b";
}
.icon-map-pin-streamline:before {
  content: "\e02c";
}
.icon-globe:before {
  content: "\e02d";
}
.icon-caddie-shopping-streamline:before {
  content: "\e02e";
}
.icon-exclamation-triangle:before {
  content: "\e02f";
}
.icon-exclamation-circle:before {
  content: "\e030";
}
.icon-exclamation:before {
  content: "\e031";
}
.icon-info-circle:before {
  content: "\e032";
}
.icon-info-2:before {
  content: "\e033";
}
.icon-list-ol:before {
  content: "\e034";
}
.icon-search:before {
  content: "\e035";
}
.icon-trash:before {
  content: "\e036";
}
.icon-trash-o:before {
  content: "\e037";
}
.icon-wordpress:before {
  content: "\e038";
}
.icon-alert:before {
  content: "\e039";
}
.icon-heart:before {
  content: "\e03a";
}
.icon-location-2:before {
  content: "\e03b";
}
.icon-search-2:before {
  content: "\e03c";
}
.icon-alert-1:before {
  content: "\e03d";
}
.icon-clipboard-pencil:before {
  content: "\e03e";
}
.icon-x-circle:before {
  content: "\e03f";
}
.icon-x:before {
  content: "\e040";
}
.icon-trash-1:before {
  content: "\e041";
}
.icon-torso:before {
  content: "\e042";
}
.icon-torso-female:before {
  content: "\e043";
}
.icon-alert-2:before {
  content: "\e044";
}
.icon-attention:before {
  content: "\e045";
}
.icon-user-outline:before {
  content: "\e046";
}
.icon-user-3:before {
  content: "\e047";
}
.icon-man-people-streamline-user:before {
  content: "\e048";
}
.icon-external-link:before {
  content: "\e049";
}
.icon-external-link-square:before {
  content: "\e04a";
}
.icon-calendar:before {
  content: "\e04b";
}
.icon-calendar-check-o:before {
  content: "\e04c";
}
.icon-calendar-1:before {
  content: "\e04d";
}
.icon-calendar-2:before {
  content: "\e04e";
}
.icon-calendar-3:before {
  content: "\e04f";
}
.icon-phone-2:before {
  content: "\e050";
}
.icon-phone-3:before {
  content: "\e051";
}
.icon-globe-1:before {
  content: "\e052";
}
.icon-globe-2:before {
  content: "\e053";
}
.icon-earth-globe-streamline:before {
  content: "\e054";
}
.icon-world:before {
  content: "\e055";
}
.icon-arrows:before {
  content: "\e056";
}
.icon-nature:before {
  content: "\e057";
}
.icon-chemistry:before {
  content: "\e058";
}
.icon-city:before {
  content: "\e059";
}
.icon-buildings:before {
  content: "\e05a";
}
.icon-oil:before {
  content: "\e05b";
}
.icon-silhouette:before {
  content: "\e05c";
}
.icon-angle-double-down:before {
  content: "\e05d";
}
.icon-angle-double-up:before {
  content: "\e05e";
}
.icon-angle-double-right:before {
  content: "\e05f";
}
.icon-angle-double-left:before {
  content: "\e060";
}
.icon-arrows-1:before {
  content: "\e061";
}
.icon-arrows-alt:before {
  content: "\e062";
}
.icon-asterisk:before {
  content: "\e063";
}
.icon-at:before {
  content: "\e064";
}
.icon-ban:before {
  content: "\e065";
}
.icon-bookmark-1:before {
  content: "\e066";
}
.icon-bookmark-o:before {
  content: "\e067";
}
.icon-cloud-download:before {
  content: "\e068";
}
.icon-cloud-upload:before {
  content: "\e069";
}
.icon-heart-o:before {
  content: "\e06a";
}
.icon-heart-1:before {
  content: "\e06b";
}
.icon-play:before {
  content: "\e06c";
}
.icon-play-circle:before {
  content: "\e06d";
}
.icon-play-circle-o:before {
  content: "\e06e";
}
.icon-paperclip:before {
  content: "\e06f";
}
.icon-file-pdf:before {
  content: "\e070";
}
.icon-cloud-download-1:before {
  content: "\e071";
}
.icon-mention:before {
  content: "\e072";
}
.icon-rss:before {
  content: "\e073";
}
.icon-x-1:before {
  content: "\e074";
}
.icon-zap:before {
  content: "\e075";
}
.icon-like-love-streamline:before {
  content: "\e076";
}
.icon-edit-modify-streamline:before {
  content: "\e077";
}
.icon-email-mail-streamline:before {
  content: "\e078";
}
.icon-lock-locker-streamline:before {
  content: "\e079";
}
.icon-locker-streamline-unlock:before {
  content: "\e07a";
}
.icon-link-streamline:before {
  content: "\e07b";
}
.icon-settings-streamline-1:before {
  content: "\e07c";
}
.icon-at-sign:before {
  content: "\e07d";
}
.icon-asterisk-1:before {
  content: "\e07e";
}
.icon-link-1:before {
  content: "\e07f";
}
.icon-minus-circle-1:before {
  content: "\e080";
}
.icon-list-thumbnails:before {
  content: "\e081";
}
.icon-list-number:before {
  content: "\e082";
}
.icon-list-bullet:before {
  content: "\e083";
}
.icon-play-circle-1:before {
  content: "\e084";
}
.icon-play-video:before {
  content: "\e085";
}
.icon-play-1:before {
  content: "\e086";
}
.icon-pencil:before {
  content: "\e087";
}
.icon-paperclip-1:before {
  content: "\e088";
}
.icon-prohibited:before {
  content: "\e089";
}
.icon-quote:before {
  content: "\e08a";
}
.icon-social-dropbox:before {
  content: "\e08b";
}
.icon-torso-business:before {
  content: "\e08c";
}
.icon-upload:before {
  content: "\e08d";
}
.icon-upload-cloud:before {
  content: "\e08e";
}
.icon-zoom-in:before {
  content: "\e08f";
}
.icon-zoom-out:before {
  content: "\e090";
}
.icon-attach:before {
  content: "\e091";
}
.icon-bookmark-2:before {
  content: "\e092";
}
.icon-box:before {
  content: "\e093";
}
.icon-briefcase:before {
  content: "\e094";
}
.icon-calendar-4:before {
  content: "\e095";
}
.icon-doc-text:before {
  content: "\e096";
}
.icon-doc-text-inv:before {
  content: "\e097";
}
.icon-droplet:before {
  content: "\e098";
}
.icon-floppy:before {
  content: "\e099";
}
.icon-folder:before {
  content: "\e09a";
}
.icon-forward:before {
  content: "\e09b";
}
.icon-heart-2:before {
  content: "\e09c";
}
.icon-heart-empty:before {
  content: "\e09d";
}
.icon-help-circled:before {
  content: "\e09e";
}
.icon-info-3:before {
  content: "\e09f";
}
.icon-info-circled:before {
  content: "\e0a0";
}
.icon-help:before {
  content: "\e0a1";
}
.icon-key:before {
  content: "\e0a2";
}
.icon-checkbox-checked:before {
  content: "\e0a3";
}
.icon-checkmark:before {
  content: "\e0a4";
}
.icon-bookmark-3:before {
  content: "\e0a5";
}
.icon-arrow-down-2:before {
  content: "\e0a6";
}
.icon-arrow-left-2:before {
  content: "\e0a7";
}
.icon-arrow-right-2:before {
  content: "\e0a8";
}
.icon-arrow-up-2:before {
  content: "\e0a9";
}
.icon-clock:before {
  content: "\e0aa";
}
.icon-download:before {
  content: "\e0ab";
}
.icon-email:before {
  content: "\e0ac";
}
.icon-enter:before {
  content: "\e0ad";
}
.icon-share-1:before {
  content: "\e0ae";
}
.icon-share-outline:before {
  content: "\e0af";
}
.icon-trash-2:before {
  content: "\e0b0";
}
.icon-star:before {
  content: "\e0b1";
}
.icon-paperclip-2:before {
  content: "\e0b2";
}
.icon-pencil-1:before {
  content: "\e0b3";
}
.icon-phone-4:before {
  content: "\e0b4";
}
.icon-pill:before {
  content: "\e0b5";
}
.icon-wordpress-1:before {
  content: "\e0b6";
}
.icon-wordpress-alt:before {
  content: "\e0b7";
}
.icon-twitter-x:before {
  content: "\e0b8";
}
.icon-twitter-x-square:before {
  content: "\e0b9";
}
.icon-instagram-1:before {
  content: "\e0ba";
}
.icon-pinterest:before {
  content: "\e0bb";
}
.icon-pinterest-p:before {
  content: "\e0bc";
}
.icon-reddit:before {
  content: "\e0bd";
}
.icon-reddit-alien:before {
  content: "\e0be";
}
.icon-x-twitter:before {
  content: "\e0bf";
}
.icon-wordpress-2:before {
  content: "\e0c0";
}
.icon-wordpress-simple:before {
  content: "\e0c1";
}
.icon-amazon-pay:before {
  content: "\e0c2";
}
.icon-chrome:before {
  content: "\e0c3";
}
/*
##          ###    ##    ##  #######  ##     ## ########
##         ## ##    ##  ##  ##     ## ##     ##    ##
##        ##   ##    ####   ##     ## ##     ##    ##
##       ##     ##    ##    ##     ## ##     ##    ##
##       #########    ##    ##     ## ##     ##    ##
##       ##     ##    ##    ##     ## ##     ##    ##
######## ##     ##    ##     #######   #######     ##


Uses a layout based on flex box. Read more about flexbox at:

Css Tricks: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Mozilla Developer Network: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes

Usage: 	In this LESS files, add .flex; to the class that you want to use flexbox.
		This will make a basic flex container. If all you use is flex, you should specify specific widths for the children.

		You can combine the basic flex with other helpers to make the flex behave differently:
			.flex-equal; gives all the children equal widths, no need to declare widths in the css. If you want to make just
				one child a different width, declare it in the css, along with flex:none; This will make the other elements
				take up the remaining space equally.
			.flex-column; changes the flex from standard horizontal to vertical.
			.flex-responsive; makes all the children expand to full width at the xs screen size, you can use this with or
				without .flex-equal;
			.flex-centered; makes the children centered vertically on rows or horizontally on columns, helpful for centering
				one child flex elements

		Other Tips:
			Check the Flexbox links above for more, you can change direction, alignment, order, sizes, and more with just
				one or two classes.

HTML: Use .flex-row class on parent, use .w-## for percentage width of child, screen size modifiers are available as well, i.e. w-100-md, w-76-sm, w-40-xs, w-25-xxs
*/
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
/*

	Media Queries - Queries for different situations, choosing only one size, min width, max width, etc.
	Usage:
	@media @xs {
		font-size: 12px;
	}

*/
.container {
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 24px;
  width: 1300px;
}
@media  all and (max-width: 1299px ) {
  .container {
    width: 1129px;
  }
}
@media  all and (max-width: 1128px ) {
  .container {
    width: 958px;
  }
}
@media  all and (max-width: 957px ) {
  .container {
    width: 768px;
  }
}
@media  all and (max-width: 767px ) {
  .container {
    width: 100vw;
    padding: 0 12px;
  }
}
.half-container {
  width: 650px;
}
@media  all and (max-width: 1299px ) {
  .half-container {
    width: 564.5px;
  }
}
@media  all and (max-width: 1128px ) {
  .half-container {
    width: 479px;
  }
}
@media  all and (max-width: 957px ) {
  .half-container {
    width: 384px;
  }
}
@media  all and (max-width: 767px ) {
  .half-container {
    width: 100vw;
    max-width: 100%;
  }
}
.left-nav-body {
  width: calc(100% -  300px );
}
.left-nav-body .container {
  width: 100%;
  padding: 0 24px;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.flex-row-center {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.flex-row-space-around {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.w-1 {
  width: calc( 1% -  12px );
}
.w-2 {
  width: calc( 2% -  12px );
}
.w-3 {
  width: calc( 3% -  12px );
}
.w-4 {
  width: calc( 4% -  12px );
}
.w-5 {
  width: calc( 5% -  12px );
}
.w-6 {
  width: calc( 6% -  12px );
}
.w-7 {
  width: calc( 7% -  12px );
}
.w-8 {
  width: calc( 8% -  12px );
}
.w-9 {
  width: calc( 9% -  12px );
}
.w-10 {
  width: calc( 10% -  12px );
}
.w-11 {
  width: calc( 11% -  12px );
}
.w-12 {
  width: calc( 12% -  12px );
}
.w-13 {
  width: calc( 13% -  12px );
}
.w-14 {
  width: calc( 14% -  12px );
}
.w-15 {
  width: calc( 15% -  12px );
}
.w-16 {
  width: calc( 16% -  12px );
}
.w-17 {
  width: calc( 17% -  12px );
}
.w-18 {
  width: calc( 18% -  12px );
}
.w-19 {
  width: calc( 19% -  12px );
}
.w-20 {
  width: calc( 20% -  12px );
}
.w-21 {
  width: calc( 21% -  12px );
}
.w-22 {
  width: calc( 22% -  12px );
}
.w-23 {
  width: calc( 23% -  12px );
}
.w-24 {
  width: calc( 24% -  12px );
}
.w-25 {
  width: calc( 25% -  12px );
}
.w-26 {
  width: calc( 26% -  12px );
}
.w-27 {
  width: calc( 27% -  12px );
}
.w-28 {
  width: calc( 28% -  12px );
}
.w-29 {
  width: calc( 29% -  12px );
}
.w-30 {
  width: calc( 30% -  12px );
}
.w-31 {
  width: calc( 31% -  12px );
}
.w-32 {
  width: calc( 32% -  12px );
}
.w-33 {
  width: calc( 33% -  12px );
}
.w-34 {
  width: calc( 34% -  12px );
}
.w-35 {
  width: calc( 35% -  12px );
}
.w-36 {
  width: calc( 36% -  12px );
}
.w-37 {
  width: calc( 37% -  12px );
}
.w-38 {
  width: calc( 38% -  12px );
}
.w-39 {
  width: calc( 39% -  12px );
}
.w-40 {
  width: calc( 40% -  12px );
}
.w-41 {
  width: calc( 41% -  12px );
}
.w-42 {
  width: calc( 42% -  12px );
}
.w-43 {
  width: calc( 43% -  12px );
}
.w-44 {
  width: calc( 44% -  12px );
}
.w-45 {
  width: calc( 45% -  12px );
}
.w-46 {
  width: calc( 46% -  12px );
}
.w-47 {
  width: calc( 47% -  12px );
}
.w-48 {
  width: calc( 48% -  12px );
}
.w-49 {
  width: calc( 49% -  12px );
}
.w-50 {
  width: calc( 50% -  12px );
}
.w-51 {
  width: calc( 51% -  12px );
}
.w-52 {
  width: calc( 52% -  12px );
}
.w-53 {
  width: calc( 53% -  12px );
}
.w-54 {
  width: calc( 54% -  12px );
}
.w-55 {
  width: calc( 55% -  12px );
}
.w-56 {
  width: calc( 56% -  12px );
}
.w-57 {
  width: calc( 57% -  12px );
}
.w-58 {
  width: calc( 58% -  12px );
}
.w-59 {
  width: calc( 59% -  12px );
}
.w-60 {
  width: calc( 60% -  12px );
}
.w-61 {
  width: calc( 61% -  12px );
}
.w-62 {
  width: calc( 62% -  12px );
}
.w-63 {
  width: calc( 63% -  12px );
}
.w-64 {
  width: calc( 64% -  12px );
}
.w-65 {
  width: calc( 65% -  12px );
}
.w-66 {
  width: calc( 66% -  12px );
}
.w-67 {
  width: calc( 67% -  12px );
}
.w-68 {
  width: calc( 68% -  12px );
}
.w-69 {
  width: calc( 69% -  12px );
}
.w-70 {
  width: calc( 70% -  12px );
}
.w-71 {
  width: calc( 71% -  12px );
}
.w-72 {
  width: calc( 72% -  12px );
}
.w-73 {
  width: calc( 73% -  12px );
}
.w-74 {
  width: calc( 74% -  12px );
}
.w-75 {
  width: calc( 75% -  12px );
}
.w-76 {
  width: calc( 76% -  12px );
}
.w-77 {
  width: calc( 77% -  12px );
}
.w-78 {
  width: calc( 78% -  12px );
}
.w-79 {
  width: calc( 79% -  12px );
}
.w-80 {
  width: calc( 80% -  12px );
}
.w-81 {
  width: calc( 81% -  12px );
}
.w-82 {
  width: calc( 82% -  12px );
}
.w-83 {
  width: calc( 83% -  12px );
}
.w-84 {
  width: calc( 84% -  12px );
}
.w-85 {
  width: calc( 85% -  12px );
}
.w-86 {
  width: calc( 86% -  12px );
}
.w-87 {
  width: calc( 87% -  12px );
}
.w-88 {
  width: calc( 88% -  12px );
}
.w-89 {
  width: calc( 89% -  12px );
}
.w-90 {
  width: calc( 90% -  12px );
}
.w-91 {
  width: calc( 91% -  12px );
}
.w-92 {
  width: calc( 92% -  12px );
}
.w-93 {
  width: calc( 93% -  12px );
}
.w-94 {
  width: calc( 94% -  12px );
}
.w-95 {
  width: calc( 95% -  12px );
}
.w-96 {
  width: calc( 96% -  12px );
}
.w-97 {
  width: calc( 97% -  12px );
}
.w-98 {
  width: calc( 98% -  12px );
}
.w-99 {
  width: calc( 99% -  12px );
}
@media  all and (max-width: 1128px ) {
  .w-1-md {
    width: calc( 1% -  12px );
  }
  .w-2-md {
    width: calc( 2% -  12px );
  }
  .w-3-md {
    width: calc( 3% -  12px );
  }
  .w-4-md {
    width: calc( 4% -  12px );
  }
  .w-5-md {
    width: calc( 5% -  12px );
  }
  .w-6-md {
    width: calc( 6% -  12px );
  }
  .w-7-md {
    width: calc( 7% -  12px );
  }
  .w-8-md {
    width: calc( 8% -  12px );
  }
  .w-9-md {
    width: calc( 9% -  12px );
  }
  .w-10-md {
    width: calc( 10% -  12px );
  }
  .w-11-md {
    width: calc( 11% -  12px );
  }
  .w-12-md {
    width: calc( 12% -  12px );
  }
  .w-13-md {
    width: calc( 13% -  12px );
  }
  .w-14-md {
    width: calc( 14% -  12px );
  }
  .w-15-md {
    width: calc( 15% -  12px );
  }
  .w-16-md {
    width: calc( 16% -  12px );
  }
  .w-17-md {
    width: calc( 17% -  12px );
  }
  .w-18-md {
    width: calc( 18% -  12px );
  }
  .w-19-md {
    width: calc( 19% -  12px );
  }
  .w-20-md {
    width: calc( 20% -  12px );
  }
  .w-21-md {
    width: calc( 21% -  12px );
  }
  .w-22-md {
    width: calc( 22% -  12px );
  }
  .w-23-md {
    width: calc( 23% -  12px );
  }
  .w-24-md {
    width: calc( 24% -  12px );
  }
  .w-25-md {
    width: calc( 25% -  12px );
  }
  .w-26-md {
    width: calc( 26% -  12px );
  }
  .w-27-md {
    width: calc( 27% -  12px );
  }
  .w-28-md {
    width: calc( 28% -  12px );
  }
  .w-29-md {
    width: calc( 29% -  12px );
  }
  .w-30-md {
    width: calc( 30% -  12px );
  }
  .w-31-md {
    width: calc( 31% -  12px );
  }
  .w-32-md {
    width: calc( 32% -  12px );
  }
  .w-33-md {
    width: calc( 33% -  12px );
  }
  .w-34-md {
    width: calc( 34% -  12px );
  }
  .w-35-md {
    width: calc( 35% -  12px );
  }
  .w-36-md {
    width: calc( 36% -  12px );
  }
  .w-37-md {
    width: calc( 37% -  12px );
  }
  .w-38-md {
    width: calc( 38% -  12px );
  }
  .w-39-md {
    width: calc( 39% -  12px );
  }
  .w-40-md {
    width: calc( 40% -  12px );
  }
  .w-41-md {
    width: calc( 41% -  12px );
  }
  .w-42-md {
    width: calc( 42% -  12px );
  }
  .w-43-md {
    width: calc( 43% -  12px );
  }
  .w-44-md {
    width: calc( 44% -  12px );
  }
  .w-45-md {
    width: calc( 45% -  12px );
  }
  .w-46-md {
    width: calc( 46% -  12px );
  }
  .w-47-md {
    width: calc( 47% -  12px );
  }
  .w-48-md {
    width: calc( 48% -  12px );
  }
  .w-49-md {
    width: calc( 49% -  12px );
  }
  .w-50-md {
    width: calc( 50% -  12px );
  }
  .w-51-md {
    width: calc( 51% -  12px );
  }
  .w-52-md {
    width: calc( 52% -  12px );
  }
  .w-53-md {
    width: calc( 53% -  12px );
  }
  .w-54-md {
    width: calc( 54% -  12px );
  }
  .w-55-md {
    width: calc( 55% -  12px );
  }
  .w-56-md {
    width: calc( 56% -  12px );
  }
  .w-57-md {
    width: calc( 57% -  12px );
  }
  .w-58-md {
    width: calc( 58% -  12px );
  }
  .w-59-md {
    width: calc( 59% -  12px );
  }
  .w-60-md {
    width: calc( 60% -  12px );
  }
  .w-61-md {
    width: calc( 61% -  12px );
  }
  .w-62-md {
    width: calc( 62% -  12px );
  }
  .w-63-md {
    width: calc( 63% -  12px );
  }
  .w-64-md {
    width: calc( 64% -  12px );
  }
  .w-65-md {
    width: calc( 65% -  12px );
  }
  .w-66-md {
    width: calc( 66% -  12px );
  }
  .w-67-md {
    width: calc( 67% -  12px );
  }
  .w-68-md {
    width: calc( 68% -  12px );
  }
  .w-69-md {
    width: calc( 69% -  12px );
  }
  .w-70-md {
    width: calc( 70% -  12px );
  }
  .w-71-md {
    width: calc( 71% -  12px );
  }
  .w-72-md {
    width: calc( 72% -  12px );
  }
  .w-73-md {
    width: calc( 73% -  12px );
  }
  .w-74-md {
    width: calc( 74% -  12px );
  }
  .w-75-md {
    width: calc( 75% -  12px );
  }
  .w-76-md {
    width: calc( 76% -  12px );
  }
  .w-77-md {
    width: calc( 77% -  12px );
  }
  .w-78-md {
    width: calc( 78% -  12px );
  }
  .w-79-md {
    width: calc( 79% -  12px );
  }
  .w-80-md {
    width: calc( 80% -  12px );
  }
  .w-81-md {
    width: calc( 81% -  12px );
  }
  .w-82-md {
    width: calc( 82% -  12px );
  }
  .w-83-md {
    width: calc( 83% -  12px );
  }
  .w-84-md {
    width: calc( 84% -  12px );
  }
  .w-85-md {
    width: calc( 85% -  12px );
  }
  .w-86-md {
    width: calc( 86% -  12px );
  }
  .w-87-md {
    width: calc( 87% -  12px );
  }
  .w-88-md {
    width: calc( 88% -  12px );
  }
  .w-89-md {
    width: calc( 89% -  12px );
  }
  .w-90-md {
    width: calc( 90% -  12px );
  }
  .w-91-md {
    width: calc( 91% -  12px );
  }
  .w-92-md {
    width: calc( 92% -  12px );
  }
  .w-93-md {
    width: calc( 93% -  12px );
  }
  .w-94-md {
    width: calc( 94% -  12px );
  }
  .w-95-md {
    width: calc( 95% -  12px );
  }
  .w-96-md {
    width: calc( 96% -  12px );
  }
  .w-97-md {
    width: calc( 97% -  12px );
  }
  .w-98-md {
    width: calc( 98% -  12px );
  }
  .w-99-md {
    width: calc( 99% -  12px );
  }
}
@media  all and (max-width: 957px ) {
  .w-1-sm {
    width: calc( 1% -  12px );
  }
  .w-2-sm {
    width: calc( 2% -  12px );
  }
  .w-3-sm {
    width: calc( 3% -  12px );
  }
  .w-4-sm {
    width: calc( 4% -  12px );
  }
  .w-5-sm {
    width: calc( 5% -  12px );
  }
  .w-6-sm {
    width: calc( 6% -  12px );
  }
  .w-7-sm {
    width: calc( 7% -  12px );
  }
  .w-8-sm {
    width: calc( 8% -  12px );
  }
  .w-9-sm {
    width: calc( 9% -  12px );
  }
  .w-10-sm {
    width: calc( 10% -  12px );
  }
  .w-11-sm {
    width: calc( 11% -  12px );
  }
  .w-12-sm {
    width: calc( 12% -  12px );
  }
  .w-13-sm {
    width: calc( 13% -  12px );
  }
  .w-14-sm {
    width: calc( 14% -  12px );
  }
  .w-15-sm {
    width: calc( 15% -  12px );
  }
  .w-16-sm {
    width: calc( 16% -  12px );
  }
  .w-17-sm {
    width: calc( 17% -  12px );
  }
  .w-18-sm {
    width: calc( 18% -  12px );
  }
  .w-19-sm {
    width: calc( 19% -  12px );
  }
  .w-20-sm {
    width: calc( 20% -  12px );
  }
  .w-21-sm {
    width: calc( 21% -  12px );
  }
  .w-22-sm {
    width: calc( 22% -  12px );
  }
  .w-23-sm {
    width: calc( 23% -  12px );
  }
  .w-24-sm {
    width: calc( 24% -  12px );
  }
  .w-25-sm {
    width: calc( 25% -  12px );
  }
  .w-26-sm {
    width: calc( 26% -  12px );
  }
  .w-27-sm {
    width: calc( 27% -  12px );
  }
  .w-28-sm {
    width: calc( 28% -  12px );
  }
  .w-29-sm {
    width: calc( 29% -  12px );
  }
  .w-30-sm {
    width: calc( 30% -  12px );
  }
  .w-31-sm {
    width: calc( 31% -  12px );
  }
  .w-32-sm {
    width: calc( 32% -  12px );
  }
  .w-33-sm {
    width: calc( 33% -  12px );
  }
  .w-34-sm {
    width: calc( 34% -  12px );
  }
  .w-35-sm {
    width: calc( 35% -  12px );
  }
  .w-36-sm {
    width: calc( 36% -  12px );
  }
  .w-37-sm {
    width: calc( 37% -  12px );
  }
  .w-38-sm {
    width: calc( 38% -  12px );
  }
  .w-39-sm {
    width: calc( 39% -  12px );
  }
  .w-40-sm {
    width: calc( 40% -  12px );
  }
  .w-41-sm {
    width: calc( 41% -  12px );
  }
  .w-42-sm {
    width: calc( 42% -  12px );
  }
  .w-43-sm {
    width: calc( 43% -  12px );
  }
  .w-44-sm {
    width: calc( 44% -  12px );
  }
  .w-45-sm {
    width: calc( 45% -  12px );
  }
  .w-46-sm {
    width: calc( 46% -  12px );
  }
  .w-47-sm {
    width: calc( 47% -  12px );
  }
  .w-48-sm {
    width: calc( 48% -  12px );
  }
  .w-49-sm {
    width: calc( 49% -  12px );
  }
  .w-50-sm {
    width: calc( 50% -  12px );
  }
  .w-51-sm {
    width: calc( 51% -  12px );
  }
  .w-52-sm {
    width: calc( 52% -  12px );
  }
  .w-53-sm {
    width: calc( 53% -  12px );
  }
  .w-54-sm {
    width: calc( 54% -  12px );
  }
  .w-55-sm {
    width: calc( 55% -  12px );
  }
  .w-56-sm {
    width: calc( 56% -  12px );
  }
  .w-57-sm {
    width: calc( 57% -  12px );
  }
  .w-58-sm {
    width: calc( 58% -  12px );
  }
  .w-59-sm {
    width: calc( 59% -  12px );
  }
  .w-60-sm {
    width: calc( 60% -  12px );
  }
  .w-61-sm {
    width: calc( 61% -  12px );
  }
  .w-62-sm {
    width: calc( 62% -  12px );
  }
  .w-63-sm {
    width: calc( 63% -  12px );
  }
  .w-64-sm {
    width: calc( 64% -  12px );
  }
  .w-65-sm {
    width: calc( 65% -  12px );
  }
  .w-66-sm {
    width: calc( 66% -  12px );
  }
  .w-67-sm {
    width: calc( 67% -  12px );
  }
  .w-68-sm {
    width: calc( 68% -  12px );
  }
  .w-69-sm {
    width: calc( 69% -  12px );
  }
  .w-70-sm {
    width: calc( 70% -  12px );
  }
  .w-71-sm {
    width: calc( 71% -  12px );
  }
  .w-72-sm {
    width: calc( 72% -  12px );
  }
  .w-73-sm {
    width: calc( 73% -  12px );
  }
  .w-74-sm {
    width: calc( 74% -  12px );
  }
  .w-75-sm {
    width: calc( 75% -  12px );
  }
  .w-76-sm {
    width: calc( 76% -  12px );
  }
  .w-77-sm {
    width: calc( 77% -  12px );
  }
  .w-78-sm {
    width: calc( 78% -  12px );
  }
  .w-79-sm {
    width: calc( 79% -  12px );
  }
  .w-80-sm {
    width: calc( 80% -  12px );
  }
  .w-81-sm {
    width: calc( 81% -  12px );
  }
  .w-82-sm {
    width: calc( 82% -  12px );
  }
  .w-83-sm {
    width: calc( 83% -  12px );
  }
  .w-84-sm {
    width: calc( 84% -  12px );
  }
  .w-85-sm {
    width: calc( 85% -  12px );
  }
  .w-86-sm {
    width: calc( 86% -  12px );
  }
  .w-87-sm {
    width: calc( 87% -  12px );
  }
  .w-88-sm {
    width: calc( 88% -  12px );
  }
  .w-89-sm {
    width: calc( 89% -  12px );
  }
  .w-90-sm {
    width: calc( 90% -  12px );
  }
  .w-91-sm {
    width: calc( 91% -  12px );
  }
  .w-92-sm {
    width: calc( 92% -  12px );
  }
  .w-93-sm {
    width: calc( 93% -  12px );
  }
  .w-94-sm {
    width: calc( 94% -  12px );
  }
  .w-95-sm {
    width: calc( 95% -  12px );
  }
  .w-96-sm {
    width: calc( 96% -  12px );
  }
  .w-97-sm {
    width: calc( 97% -  12px );
  }
  .w-98-sm {
    width: calc( 98% -  12px );
  }
  .w-99-sm {
    width: calc( 99% -  12px );
  }
}
@media  all and (max-width: 767px ) {
  .w-1-xs {
    width: calc( 1% -  12px );
  }
  .w-2-xs {
    width: calc( 2% -  12px );
  }
  .w-3-xs {
    width: calc( 3% -  12px );
  }
  .w-4-xs {
    width: calc( 4% -  12px );
  }
  .w-5-xs {
    width: calc( 5% -  12px );
  }
  .w-6-xs {
    width: calc( 6% -  12px );
  }
  .w-7-xs {
    width: calc( 7% -  12px );
  }
  .w-8-xs {
    width: calc( 8% -  12px );
  }
  .w-9-xs {
    width: calc( 9% -  12px );
  }
  .w-10-xs {
    width: calc( 10% -  12px );
  }
  .w-11-xs {
    width: calc( 11% -  12px );
  }
  .w-12-xs {
    width: calc( 12% -  12px );
  }
  .w-13-xs {
    width: calc( 13% -  12px );
  }
  .w-14-xs {
    width: calc( 14% -  12px );
  }
  .w-15-xs {
    width: calc( 15% -  12px );
  }
  .w-16-xs {
    width: calc( 16% -  12px );
  }
  .w-17-xs {
    width: calc( 17% -  12px );
  }
  .w-18-xs {
    width: calc( 18% -  12px );
  }
  .w-19-xs {
    width: calc( 19% -  12px );
  }
  .w-20-xs {
    width: calc( 20% -  12px );
  }
  .w-21-xs {
    width: calc( 21% -  12px );
  }
  .w-22-xs {
    width: calc( 22% -  12px );
  }
  .w-23-xs {
    width: calc( 23% -  12px );
  }
  .w-24-xs {
    width: calc( 24% -  12px );
  }
  .w-25-xs {
    width: calc( 25% -  12px );
  }
  .w-26-xs {
    width: calc( 26% -  12px );
  }
  .w-27-xs {
    width: calc( 27% -  12px );
  }
  .w-28-xs {
    width: calc( 28% -  12px );
  }
  .w-29-xs {
    width: calc( 29% -  12px );
  }
  .w-30-xs {
    width: calc( 30% -  12px );
  }
  .w-31-xs {
    width: calc( 31% -  12px );
  }
  .w-32-xs {
    width: calc( 32% -  12px );
  }
  .w-33-xs {
    width: calc( 33% -  12px );
  }
  .w-34-xs {
    width: calc( 34% -  12px );
  }
  .w-35-xs {
    width: calc( 35% -  12px );
  }
  .w-36-xs {
    width: calc( 36% -  12px );
  }
  .w-37-xs {
    width: calc( 37% -  12px );
  }
  .w-38-xs {
    width: calc( 38% -  12px );
  }
  .w-39-xs {
    width: calc( 39% -  12px );
  }
  .w-40-xs {
    width: calc( 40% -  12px );
  }
  .w-41-xs {
    width: calc( 41% -  12px );
  }
  .w-42-xs {
    width: calc( 42% -  12px );
  }
  .w-43-xs {
    width: calc( 43% -  12px );
  }
  .w-44-xs {
    width: calc( 44% -  12px );
  }
  .w-45-xs {
    width: calc( 45% -  12px );
  }
  .w-46-xs {
    width: calc( 46% -  12px );
  }
  .w-47-xs {
    width: calc( 47% -  12px );
  }
  .w-48-xs {
    width: calc( 48% -  12px );
  }
  .w-49-xs {
    width: calc( 49% -  12px );
  }
  .w-50-xs {
    width: calc( 50% -  12px );
  }
  .w-51-xs {
    width: calc( 51% -  12px );
  }
  .w-52-xs {
    width: calc( 52% -  12px );
  }
  .w-53-xs {
    width: calc( 53% -  12px );
  }
  .w-54-xs {
    width: calc( 54% -  12px );
  }
  .w-55-xs {
    width: calc( 55% -  12px );
  }
  .w-56-xs {
    width: calc( 56% -  12px );
  }
  .w-57-xs {
    width: calc( 57% -  12px );
  }
  .w-58-xs {
    width: calc( 58% -  12px );
  }
  .w-59-xs {
    width: calc( 59% -  12px );
  }
  .w-60-xs {
    width: calc( 60% -  12px );
  }
  .w-61-xs {
    width: calc( 61% -  12px );
  }
  .w-62-xs {
    width: calc( 62% -  12px );
  }
  .w-63-xs {
    width: calc( 63% -  12px );
  }
  .w-64-xs {
    width: calc( 64% -  12px );
  }
  .w-65-xs {
    width: calc( 65% -  12px );
  }
  .w-66-xs {
    width: calc( 66% -  12px );
  }
  .w-67-xs {
    width: calc( 67% -  12px );
  }
  .w-68-xs {
    width: calc( 68% -  12px );
  }
  .w-69-xs {
    width: calc( 69% -  12px );
  }
  .w-70-xs {
    width: calc( 70% -  12px );
  }
  .w-71-xs {
    width: calc( 71% -  12px );
  }
  .w-72-xs {
    width: calc( 72% -  12px );
  }
  .w-73-xs {
    width: calc( 73% -  12px );
  }
  .w-74-xs {
    width: calc( 74% -  12px );
  }
  .w-75-xs {
    width: calc( 75% -  12px );
  }
  .w-76-xs {
    width: calc( 76% -  12px );
  }
  .w-77-xs {
    width: calc( 77% -  12px );
  }
  .w-78-xs {
    width: calc( 78% -  12px );
  }
  .w-79-xs {
    width: calc( 79% -  12px );
  }
  .w-80-xs {
    width: calc( 80% -  12px );
  }
  .w-81-xs {
    width: calc( 81% -  12px );
  }
  .w-82-xs {
    width: calc( 82% -  12px );
  }
  .w-83-xs {
    width: calc( 83% -  12px );
  }
  .w-84-xs {
    width: calc( 84% -  12px );
  }
  .w-85-xs {
    width: calc( 85% -  12px );
  }
  .w-86-xs {
    width: calc( 86% -  12px );
  }
  .w-87-xs {
    width: calc( 87% -  12px );
  }
  .w-88-xs {
    width: calc( 88% -  12px );
  }
  .w-89-xs {
    width: calc( 89% -  12px );
  }
  .w-90-xs {
    width: calc( 90% -  12px );
  }
  .w-91-xs {
    width: calc( 91% -  12px );
  }
  .w-92-xs {
    width: calc( 92% -  12px );
  }
  .w-93-xs {
    width: calc( 93% -  12px );
  }
  .w-94-xs {
    width: calc( 94% -  12px );
  }
  .w-95-xs {
    width: calc( 95% -  12px );
  }
  .w-96-xs {
    width: calc( 96% -  12px );
  }
  .w-97-xs {
    width: calc( 97% -  12px );
  }
  .w-98-xs {
    width: calc( 98% -  12px );
  }
  .w-99-xs {
    width: calc( 99% -  12px );
  }
}
@media  all and (max-width: 459px ) {
  .w-1-xxs {
    width: calc( 1% -  12px );
  }
  .w-2-xxs {
    width: calc( 2% -  12px );
  }
  .w-3-xxs {
    width: calc( 3% -  12px );
  }
  .w-4-xxs {
    width: calc( 4% -  12px );
  }
  .w-5-xxs {
    width: calc( 5% -  12px );
  }
  .w-6-xxs {
    width: calc( 6% -  12px );
  }
  .w-7-xxs {
    width: calc( 7% -  12px );
  }
  .w-8-xxs {
    width: calc( 8% -  12px );
  }
  .w-9-xxs {
    width: calc( 9% -  12px );
  }
  .w-10-xxs {
    width: calc( 10% -  12px );
  }
  .w-11-xxs {
    width: calc( 11% -  12px );
  }
  .w-12-xxs {
    width: calc( 12% -  12px );
  }
  .w-13-xxs {
    width: calc( 13% -  12px );
  }
  .w-14-xxs {
    width: calc( 14% -  12px );
  }
  .w-15-xxs {
    width: calc( 15% -  12px );
  }
  .w-16-xxs {
    width: calc( 16% -  12px );
  }
  .w-17-xxs {
    width: calc( 17% -  12px );
  }
  .w-18-xxs {
    width: calc( 18% -  12px );
  }
  .w-19-xxs {
    width: calc( 19% -  12px );
  }
  .w-20-xxs {
    width: calc( 20% -  12px );
  }
  .w-21-xxs {
    width: calc( 21% -  12px );
  }
  .w-22-xxs {
    width: calc( 22% -  12px );
  }
  .w-23-xxs {
    width: calc( 23% -  12px );
  }
  .w-24-xxs {
    width: calc( 24% -  12px );
  }
  .w-25-xxs {
    width: calc( 25% -  12px );
  }
  .w-26-xxs {
    width: calc( 26% -  12px );
  }
  .w-27-xxs {
    width: calc( 27% -  12px );
  }
  .w-28-xxs {
    width: calc( 28% -  12px );
  }
  .w-29-xxs {
    width: calc( 29% -  12px );
  }
  .w-30-xxs {
    width: calc( 30% -  12px );
  }
  .w-31-xxs {
    width: calc( 31% -  12px );
  }
  .w-32-xxs {
    width: calc( 32% -  12px );
  }
  .w-33-xxs {
    width: calc( 33% -  12px );
  }
  .w-34-xxs {
    width: calc( 34% -  12px );
  }
  .w-35-xxs {
    width: calc( 35% -  12px );
  }
  .w-36-xxs {
    width: calc( 36% -  12px );
  }
  .w-37-xxs {
    width: calc( 37% -  12px );
  }
  .w-38-xxs {
    width: calc( 38% -  12px );
  }
  .w-39-xxs {
    width: calc( 39% -  12px );
  }
  .w-40-xxs {
    width: calc( 40% -  12px );
  }
  .w-41-xxs {
    width: calc( 41% -  12px );
  }
  .w-42-xxs {
    width: calc( 42% -  12px );
  }
  .w-43-xxs {
    width: calc( 43% -  12px );
  }
  .w-44-xxs {
    width: calc( 44% -  12px );
  }
  .w-45-xxs {
    width: calc( 45% -  12px );
  }
  .w-46-xxs {
    width: calc( 46% -  12px );
  }
  .w-47-xxs {
    width: calc( 47% -  12px );
  }
  .w-48-xxs {
    width: calc( 48% -  12px );
  }
  .w-49-xxs {
    width: calc( 49% -  12px );
  }
  .w-50-xxs {
    width: calc( 50% -  12px );
  }
  .w-51-xxs {
    width: calc( 51% -  12px );
  }
  .w-52-xxs {
    width: calc( 52% -  12px );
  }
  .w-53-xxs {
    width: calc( 53% -  12px );
  }
  .w-54-xxs {
    width: calc( 54% -  12px );
  }
  .w-55-xxs {
    width: calc( 55% -  12px );
  }
  .w-56-xxs {
    width: calc( 56% -  12px );
  }
  .w-57-xxs {
    width: calc( 57% -  12px );
  }
  .w-58-xxs {
    width: calc( 58% -  12px );
  }
  .w-59-xxs {
    width: calc( 59% -  12px );
  }
  .w-60-xxs {
    width: calc( 60% -  12px );
  }
  .w-61-xxs {
    width: calc( 61% -  12px );
  }
  .w-62-xxs {
    width: calc( 62% -  12px );
  }
  .w-63-xxs {
    width: calc( 63% -  12px );
  }
  .w-64-xxs {
    width: calc( 64% -  12px );
  }
  .w-65-xxs {
    width: calc( 65% -  12px );
  }
  .w-66-xxs {
    width: calc( 66% -  12px );
  }
  .w-67-xxs {
    width: calc( 67% -  12px );
  }
  .w-68-xxs {
    width: calc( 68% -  12px );
  }
  .w-69-xxs {
    width: calc( 69% -  12px );
  }
  .w-70-xxs {
    width: calc( 70% -  12px );
  }
  .w-71-xxs {
    width: calc( 71% -  12px );
  }
  .w-72-xxs {
    width: calc( 72% -  12px );
  }
  .w-73-xxs {
    width: calc( 73% -  12px );
  }
  .w-74-xxs {
    width: calc( 74% -  12px );
  }
  .w-75-xxs {
    width: calc( 75% -  12px );
  }
  .w-76-xxs {
    width: calc( 76% -  12px );
  }
  .w-77-xxs {
    width: calc( 77% -  12px );
  }
  .w-78-xxs {
    width: calc( 78% -  12px );
  }
  .w-79-xxs {
    width: calc( 79% -  12px );
  }
  .w-80-xxs {
    width: calc( 80% -  12px );
  }
  .w-81-xxs {
    width: calc( 81% -  12px );
  }
  .w-82-xxs {
    width: calc( 82% -  12px );
  }
  .w-83-xxs {
    width: calc( 83% -  12px );
  }
  .w-84-xxs {
    width: calc( 84% -  12px );
  }
  .w-85-xxs {
    width: calc( 85% -  12px );
  }
  .w-86-xxs {
    width: calc( 86% -  12px );
  }
  .w-87-xxs {
    width: calc( 87% -  12px );
  }
  .w-88-xxs {
    width: calc( 88% -  12px );
  }
  .w-89-xxs {
    width: calc( 89% -  12px );
  }
  .w-90-xxs {
    width: calc( 90% -  12px );
  }
  .w-91-xxs {
    width: calc( 91% -  12px );
  }
  .w-92-xxs {
    width: calc( 92% -  12px );
  }
  .w-93-xxs {
    width: calc( 93% -  12px );
  }
  .w-94-xxs {
    width: calc( 94% -  12px );
  }
  .w-95-xxs {
    width: calc( 95% -  12px );
  }
  .w-96-xxs {
    width: calc( 96% -  12px );
  }
  .w-97-xxs {
    width: calc( 97% -  12px );
  }
  .w-98-xxs {
    width: calc( 98% -  12px );
  }
  .w-99-xxs {
    width: calc( 99% -  12px );
  }
}
.w-100,
.full-width {
  width: 100%;
}
@media  all and (max-width: 1128px ) {
  .full-width-md,
  .w-100-md {
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .full-width-sm,
  .w-100-sm {
    width: 100%;
  }
}
@media  all and (max-width: 767px ) {
  .full-width-xs,
  .w-100-xs {
    width: 100%;
  }
}
@media  all and (max-width: 459px ) {
  .full-width-xxs,
  .w-100-xxs {
    width: 100%;
  }
}
.column-2 {
  width: calc( 50% -  24px );
}
.column-3 {
  width: calc( 33.33333333% -  24px );
}
.column-4 {
  width: calc( 25% -  24px );
}
.column-5 {
  width: calc( 20% -  24px );
}
.column-6 {
  width: calc( 16.66666667% -  24px );
}
.column-7 {
  width: calc( 14.28571429% -  24px );
}
.column-8 {
  width: calc( 12.5% -  24px );
}
.column-9 {
  width: calc( 11.11111111% -  24px );
}
.column-10 {
  width: calc( 10% -  24px );
}
.column-11 {
  width: calc( 9.09090909% -  24px );
}
.column-12 {
  width: calc( 8.33333333% -  24px );
}
.column-13 {
  width: calc( 7.69230769% -  24px );
}
.column-14 {
  width: calc( 7.14285714% -  24px );
}
.column-15 {
  width: calc( 6.66666667% -  24px );
}
.column-16 {
  width: calc( 6.25% -  24px );
}
.column-17 {
  width: calc( 5.88235294% -  24px );
}
.column-18 {
  width: calc( 5.55555556% -  24px );
}
.column-19 {
  width: calc( 5.26315789% -  24px );
}
.column-20 {
  width: calc( 5% -  24px );
}
@media  all and (max-width: 1128px ) {
  .column-2-md {
    width: calc( 50% -  24px );
  }
  .column-3-md {
    width: calc( 33.33333333% -  24px );
  }
  .column-4-md {
    width: calc( 25% -  24px );
  }
  .column-5-md {
    width: calc( 20% -  24px );
  }
  .column-6-md {
    width: calc( 16.66666667% -  24px );
  }
  .column-7-md {
    width: calc( 14.28571429% -  24px );
  }
  .column-8-md {
    width: calc( 12.5% -  24px );
  }
  .column-9-md {
    width: calc( 11.11111111% -  24px );
  }
  .column-10-md {
    width: calc( 10% -  24px );
  }
  .column-11-md {
    width: calc( 9.09090909% -  24px );
  }
  .column-12-md {
    width: calc( 8.33333333% -  24px );
  }
  .column-13-md {
    width: calc( 7.69230769% -  24px );
  }
  .column-14-md {
    width: calc( 7.14285714% -  24px );
  }
  .column-15-md {
    width: calc( 6.66666667% -  24px );
  }
  .column-16-md {
    width: calc( 6.25% -  24px );
  }
  .column-17-md {
    width: calc( 5.88235294% -  24px );
  }
  .column-18-md {
    width: calc( 5.55555556% -  24px );
  }
  .column-19-md {
    width: calc( 5.26315789% -  24px );
  }
  .column-20-md {
    width: calc( 5% -  24px );
  }
}
@media  all and (max-width: 957px ) {
  .column-2-sm {
    width: calc( 50% -  24px );
  }
  .column-3-sm {
    width: calc( 33.33333333% -  24px );
  }
  .column-4-sm {
    width: calc( 25% -  24px );
  }
  .column-5-sm {
    width: calc( 20% -  24px );
  }
  .column-6-sm {
    width: calc( 16.66666667% -  24px );
  }
  .column-7-sm {
    width: calc( 14.28571429% -  24px );
  }
  .column-8-sm {
    width: calc( 12.5% -  24px );
  }
  .column-9-sm {
    width: calc( 11.11111111% -  24px );
  }
  .column-10-sm {
    width: calc( 10% -  24px );
  }
  .column-11-sm {
    width: calc( 9.09090909% -  24px );
  }
  .column-12-sm {
    width: calc( 8.33333333% -  24px );
  }
  .column-13-sm {
    width: calc( 7.69230769% -  24px );
  }
  .column-14-sm {
    width: calc( 7.14285714% -  24px );
  }
  .column-15-sm {
    width: calc( 6.66666667% -  24px );
  }
  .column-16-sm {
    width: calc( 6.25% -  24px );
  }
  .column-17-sm {
    width: calc( 5.88235294% -  24px );
  }
  .column-18-sm {
    width: calc( 5.55555556% -  24px );
  }
  .column-19-sm {
    width: calc( 5.26315789% -  24px );
  }
  .column-20-sm {
    width: calc( 5% -  24px );
  }
}
@media  all and (max-width: 767px ) {
  .column-2-xs {
    width: calc( 50% -  24px );
  }
  .column-3-xs {
    width: calc( 33.33333333% -  24px );
  }
  .column-4-xs {
    width: calc( 25% -  24px );
  }
  .column-5-xs {
    width: calc( 20% -  24px );
  }
  .column-6-xs {
    width: calc( 16.66666667% -  24px );
  }
  .column-7-xs {
    width: calc( 14.28571429% -  24px );
  }
  .column-8-xs {
    width: calc( 12.5% -  24px );
  }
  .column-9-xs {
    width: calc( 11.11111111% -  24px );
  }
  .column-10-xs {
    width: calc( 10% -  24px );
  }
  .column-11-xs {
    width: calc( 9.09090909% -  24px );
  }
  .column-12-xs {
    width: calc( 8.33333333% -  24px );
  }
  .column-13-xs {
    width: calc( 7.69230769% -  24px );
  }
  .column-14-xs {
    width: calc( 7.14285714% -  24px );
  }
  .column-15-xs {
    width: calc( 6.66666667% -  24px );
  }
  .column-16-xs {
    width: calc( 6.25% -  24px );
  }
  .column-17-xs {
    width: calc( 5.88235294% -  24px );
  }
  .column-18-xs {
    width: calc( 5.55555556% -  24px );
  }
  .column-19-xs {
    width: calc( 5.26315789% -  24px );
  }
  .column-20-xs {
    width: calc( 5% -  24px );
  }
}
/*
 ######   #######  ##        #######  ########   ######
##    ## ##     ## ##       ##     ## ##     ## ##    ##
##       ##     ## ##       ##     ## ##     ## ##
##       ##     ## ##       ##     ## ########   ######
##       ##     ## ##       ##     ## ##   ##         ##
##    ## ##     ## ##       ##     ## ##    ##  ##    ##
 ######   #######  ########  #######  ##     ##  ######

Color Variables

@todo remove link color options and variables if not needed
*/
.primary-background {
  width: 100%;
  background-color: red;
  color: white;
}
.secondary-background {
  width: 100%;
  background-color: #ac151b;
  color: white;
}
.tertiary-background {
  width: 100%;
  background-color: yellow;
  color: black;
}
.quaternary-background {
  width: 100%;
  background-color: #235789;
  color: white;
}
.black-background {
  width: 100%;
  background-color: black;
  color: white;
}
.white-background {
  width: 100%;
  background-color: white;
  color: black;
}
.gray-background {
  width: 100%;
  background-color: #dddddd;
  color: #010101;
}
.light-gray-background {
  width: 100%;
  background-color: #f0f0f0;
  color: #010101;
}
.dark-gray-background {
  width: 100%;
  background-color: #3f3f3f;
  color: #010101;
}
.primary-radial-gradient {
  background-color: red;
  background: radial-gradient(red, #b30000);
}
.secondary-radial-gradient {
  background-color: #ac151b;
  background: radial-gradient(#ac151b, #680d10);
}
.tertiary-radial-gradient {
  background-color: yellow;
  background: radial-gradient(yellow, #b2b300);
}
.quaternary-radial-gradient {
  background-color: #235789;
  background: radial-gradient(#235789, #13304c);
}
.link-color-radial-gradient {
  background-color: #235789;
  background: radial-gradient(#235789, #13304c);
}
.black-radial-gradient {
  background-color: black;
  background: radial-gradient(#262626, black);
}
.white-radial-gradient {
  background-color: white;
  background: radial-gradient(white, #d9d9d9);
}
.faded-background-primary {
  background-color: rgba(255, 0, 0, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-secondary {
  background-color: rgba(172, 21, 27, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-link-color {
  background-color: rgba(35, 87, 137, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-black {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px;
  margin: 0;
}
.faded-background-white {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 12px;
  margin: 0;
}
.color-black-plain-link {
  color: black !important;
}
.color-black-plain-link a {
  color: black;
  text-decoration: none;
}
.color-black-plain-link a:hover {
  color: black;
  text-decoration: underline;
}
.color-black-plain-link a:visited {
  color: black;
}
.color-black-plain-link a:visited:hover {
  color: black;
  text-decoration: underline;
}
.color-white-plain-link {
  color: white !important;
}
.color-white-plain-link a {
  color: white;
  text-decoration: none;
}
.color-white-plain-link a:hover {
  color: white;
  text-decoration: underline;
}
.color-white-plain-link a:visited {
  color: white;
}
.color-white-plain-link a:visited:hover {
  color: white;
  text-decoration: underline;
}
.color-primary-plain-link {
  color: red !important;
}
.color-primary-plain-link a {
  color: red;
  text-decoration: none;
}
.color-primary-plain-link a:hover {
  color: red;
  text-decoration: underline;
}
.color-primary-plain-link a:visited {
  color: red;
}
.color-primary-plain-link a:visited:hover {
  color: red;
  text-decoration: underline;
}
.color-secondary-plain-link {
  color: #ac151b !important;
}
.color-secondary-plain-link a {
  color: #ac151b;
  text-decoration: none;
}
.color-secondary-plain-link a:hover {
  color: #ac151b;
  text-decoration: underline;
}
.color-secondary-plain-link a:visited {
  color: #ac151b;
}
.color-secondary-plain-link a:visited:hover {
  color: #ac151b;
  text-decoration: underline;
}
.color-tertiary-plain-link {
  color: yellow !important;
}
.color-tertiary-plain-link a {
  color: yellow;
  text-decoration: none;
}
.color-tertiary-plain-link a:hover {
  color: yellow;
  text-decoration: underline;
}
.color-tertiary-plain-link a:visited {
  color: yellow;
}
.color-tertiary-plain-link a:visited:hover {
  color: yellow;
  text-decoration: underline;
}
.color-quaternary-plain-link {
  color: #235789 !important;
}
.color-quaternary-plain-link a {
  color: #235789;
  text-decoration: none;
}
.color-quaternary-plain-link a:hover {
  color: #235789;
  text-decoration: underline;
}
.color-quaternary-plain-link a:visited {
  color: #235789;
}
.color-quaternary-plain-link a:visited:hover {
  color: #235789;
  text-decoration: underline;
}
/**
 *
 * B2BDD Theme - Table Styles
 *
 */
.table,
table {
  display: table;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  margin: 12px 0;
}
.table .table-row,
table .table-row {
  display: table-row;
}
.table .table-cell-heading,
table .table-cell-heading,
.table .table-cell-heading-row,
table .table-cell-heading-row,
.table th,
table th {
  font-weight: 600;
}
.table .table-cell,
table .table-cell,
.table th,
table th,
.table td,
table td {
  padding: 6px 12px;
  display: table-cell;
}
.small-table {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.table-notes {
  margin-bottom: 12px;
}
.table-alternating .table-cell-heading,
.table-alternating th {
  background-color: red;
  color: white;
}
.table-alternating thead tr {
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.table-alternating .table-row-head {
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.table-alternating tbody tr:nth-child(2n-1) {
  background-color: #ffffff;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.table-alternating tbody tr:nth-child(2n) {
  background-color: #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.table-alternating tbody tr:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.table-alternating .table-row-body:nth-child(2n-1) {
  background-color: #ffffff;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.table-alternating .table-row-body:nth-child(2n) {
  background-color: #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.table-alternating .table-row-body:last-child {
  border-bottom: 1px solid #d0d0d0;
}
/* 
B2BDD Theme
Elements - Styles for the element page that displays examples of fonts, colors, etc.

 */
.color-box {
  display: flex;
  flex-wrap: wrap;
}
.color-box > * {
  flex: 1;
}
.color-box > * {
  min-height: 250px;
}
.color-box .main-color-1 {
  background-color: red;
}
.color-box .main-color-1 .small-color-box-1 {
  background-color: #990000;
}
.color-box .main-color-1 .small-color-box-2 {
  background-color: #cc0000;
}
.color-box .main-color-1 .small-color-box-3 {
  background-color: #ff3333;
}
.color-box .main-color-1 .small-color-box-4 {
  background-color: #ff6666;
}
.color-box .secondary-color-1 {
  background-color: #ac151b;
}
.color-box .secondary-color-1 .small-color-box-1 {
  background-color: #510a0d;
}
.color-box .secondary-color-1 .small-color-box-2 {
  background-color: #7f0f14;
}
.color-box .secondary-color-1 .small-color-box-3 {
  background-color: #d91b22;
}
.color-box .secondary-color-1 .small-color-box-4 {
  background-color: #e83f46;
}
.color-box .tertiary-color {
  background-color: yellow;
}
.color-box .tertiary-color .small-color-box-1 {
  background-color: #999900;
}
.color-box .tertiary-color .small-color-box-2 {
  background-color: #cccc00;
}
.color-box .tertiary-color .small-color-box-3 {
  background-color: #ffff33;
}
.color-box .tertiary-color .small-color-box-4 {
  background-color: #ffff66;
}
.color-box .quaternary-color {
  background-color: #235789;
}
.color-box .quaternary-color .small-color-box-1 {
  background-color: #0e2338;
}
.color-box .quaternary-color .small-color-box-2 {
  background-color: #193d60;
}
.color-box .quaternary-color .small-color-box-3 {
  background-color: #2d71b2;
}
.color-box .quaternary-color .small-color-box-4 {
  background-color: #438acf;
}
.color-box .black-box {
  background-color: black;
  padding-top: 10px;
  text-align: center;
}
.color-box .black-box > div {
  margin-left: 10px;
  margin-bottom: 5px;
}
.color-box .white-box {
  background-color: white;
  padding-top: 10px;
  text-align: center;
  border: 1px solid red;
}
.color-box .white-box > div {
  margin-left: 10px;
  margin-bottom: 5px;
}
.color-box .black-text {
  color: black;
  margin-left: 10px;
  margin-bottom: 10px;
}
.color-box .white-text {
  color: white;
  margin-left: 10px;
  margin-bottom: 10px;
}
.color-box .primary-text {
  color: red;
}
.color-box .primary-text-lighter {
  color: #ff6666;
}
.color-box .primary-text-darker {
  color: #990000;
}
.color-box .secondary-text {
  color: #ac151b;
}
.color-box .secondary-text-lighter {
  color: #e83f46;
}
.color-box .secondary-text-darker {
  color: darker(#ac151b, 20%);
}
.color-box .complement-text-1 {
  color: yellow;
}
.color-box .complement-text-1-lighter {
  color: #ffff66;
}
.color-box .complement-text-1-darker {
  color: #999900;
}
.color-box .complement-text-2 {
  color: #235789;
}
.color-box .complement-text-2-lighter {
  color: #438acf;
}
.color-box .complement-text-2-darker {
  color: #0e2338;
}
.color-box .color-ranges {
  display: flex;
  flex-wrap: wrap;
}
.color-box .color-ranges > * {
  padding-left: 12px;
  padding-right: 12px;
}
.color-box .color-ranges > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.color-box .color-ranges > * {
  flex: 1;
}
.color-box .color-ranges > * {
  height: 50px;
  margin: 10px;
}
/*
Headers
*/
header {
  cursor: default;
}
.site-header {
  background: transparent;
  position: relative;
}
.top-solid-line,
.pace .pace-progress {
  height: 5px;
  width: 100%;
  background: red;
}
.site-branding {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  justify-content: left;
  align-items: center;
}
.site-branding > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.site-branding .custom-logo {
  height: 57px;
  width: auto;
}
@media  all and (max-width: 1128px ) {
  .site-branding .custom-logo {
    height: 42px;
  }
}
@media  all and (max-width: 957px ) {
  .site-branding .custom-logo {
    height: 40px;
  }
}
@media  all and (max-width: 767px ) {
  .site-branding .custom-logo {
    height: 32px;
  }
}
@media  all and (max-width: 1128px ) {
  .site-branding {
    width: 25%;
  }
}
@media  all and (max-width: 957px ) {
  .site-branding {
    width: auto;
  }
}
@media  all and (max-width: 767px ) {
  .site-branding {
    width: auto;
  }
}
@media  all and (max-width: 459px ) {
  .site-branding {
    width: auto;
  }
}
.header-first-row {
  background: black;
  color: white;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.header-first-row a,
.header-first-row a:visited {
  color: white;
  text-decoration: underline;
}
.header-first-row a:hover,
.header-first-row a:visited:hover {
  color: white;
  text-decoration: none;
}
@media  all and (max-width: 1128px ) {
  .header-first-row {
    font-size: 13px;
  }
}
@media  all and (max-width: 957px ) {
  .header-first-row {
    font-size: 14px;
  }
}
.header-first-row-content {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0;
  justify-content: space-between;
}
@media  all and (max-width: 1128px ) {
  .header-first-row-content {
    padding: 4px 0;
  }
}
@media  all and (max-width: 957px ) {
  .header-first-row-content {
    padding: 6px 12px;
  }
}
@media  all and (max-width: 767px ) {
  .header-first-row-content {
    padding: 6px 12px;
  }
}
@media  all and (max-width: 459px ) {
  .header-first-row-content {
    padding: 6px 12px;
  }
}
.header-second-row {
  background: #efefef;
  color: black;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}
.header-second-row a,
.header-second-row a:visited {
  color: black;
  text-decoration: none;
}
.header-second-row a:hover,
.header-second-row a:visited:hover {
  color: black;
  text-decoration: underline;
}
@media  all and (max-width: 1128px ) {
  .header-second-row {
    font-size: 1rem;
  }
}
@media  all and (max-width: 957px ) {
  .header-second-row {
    font-size: 1rem;
  }
}
.header-second-row-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
@media  all and (max-width: 1128px ) {
  .header-second-row-content {
    padding: 0 0;
    justify-content: center;
  }
}
@media  all and (max-width: 957px ) {
  .header-second-row-content {
    padding: 0;
    justify-content: center;
  }
}
.header-first-row-widgets,
.header-second-row-widgets {
  display: flex;
  flex-wrap: wrap;
}
.header-first-row-widgets div[class^='header-widget-'] ul,
.header-second-row-widgets div[class^='header-widget-'] ul {
  display: flex;
  margin: 0;
}
.header-first-row-widgets {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .header-first-row-widgets {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
@media  all and (max-width: 767px ) {
  .header-first-row-widgets {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
@media  all and (max-width: 459px ) {
  .header-first-row-widgets {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
.header-second-row-widgets {
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.header-first-row-widgets-left {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}
.header-first-row-widgets-right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}
.split-row {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.split-row-top {
  padding: 0;
}
@media  all and (max-width: 1128px ) {
  .split-row-top {
    padding: 0;
  }
}
@media  all and (max-width: 957px ) {
  .split-row-top {
    padding: 0;
  }
}
.split-row-bottom {
  padding: 0;
}
@media  all and (max-width: 1128px ) {
  .split-row-bottom {
    padding: 0;
  }
}
@media  all and (max-width: 957px ) {
  .split-row-bottom {
    padding: 0;
  }
}
.main-navigation {
  display: flex;
  align-items: center;
  width: 42%;
}
@media  all and (max-width: 1128px ) {
  .main-navigation {
    width: 47%;
  }
}
@media  all and (max-width: 957px ) {
  .main-navigation {
    display: none;
  }
}
.primary-menu-container {
  width: 100%;
}
.primary-menu,
.primary-menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media  all and (max-width: 1299px ) {
  .primary-menu,
  .primary-menu > ul {
    font-size: 14px;
  }
}
@media  all and (max-width: 1128px ) {
  .primary-menu,
  .primary-menu > ul {
    font-size: 13px;
  }
}
.primary-menu > li,
.primary-menu > ul > li {
  height: 100%;
  position: relative;
  text-align: center;
}
.primary-menu > li > a,
.primary-menu > ul > li > a,
.primary-menu > li a:visited,
.primary-menu > ul > li a:visited {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: #010101;
  height: 100%;
  justify-content: center;
  padding: 24px 0;
  text-decoration: none;
}
.primary-menu > li > a:hover,
.primary-menu > ul > li > a:hover,
.primary-menu > li a:visited:hover,
.primary-menu > ul > li a:visited:hover {
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: red;
  text-decoration: none;
}
@media  all and (max-width: 1299px ) {
  .primary-menu > li > a,
  .primary-menu > ul > li > a,
  .primary-menu > li a:visited,
  .primary-menu > ul > li a:visited {
    padding: 24px 0;
  }
}
@media  all and (max-width: 1128px ) {
  .primary-menu > li > a,
  .primary-menu > ul > li > a,
  .primary-menu > li a:visited,
  .primary-menu > ul > li a:visited {
    padding: 24px 0;
  }
}
@media  all and (max-width: 957px ) {
  .primary-menu > li > a,
  .primary-menu > ul > li > a,
  .primary-menu > li a:visited,
  .primary-menu > ul > li a:visited {
    padding: 12px 0;
  }
}
.primary-menu > li > .sub-menu,
.primary-menu > ul > li > .sub-menu,
.primary-menu > li > .children,
.primary-menu > ul > li > .children {
  pointer-events: none;
  opacity: 0;
  transition: all 250ms;
  transform: translateY(25%);
  top: 100%;
  padding: 0;
  border: 0 solid red;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: white;
  display: block;
  position: absolute;
  min-width: 250px;
  list-style: none;
  z-index: 100;
}
.primary-menu > li > .sub-menu > li:first-child > a,
.primary-menu > ul > li > .sub-menu > li:first-child > a,
.primary-menu > li > .children > li:first-child > a,
.primary-menu > ul > li > .children > li:first-child > a {
  border-radius: 6px 6px 6px 6px 6px 6px 6px 6px 0 0;
}
.primary-menu > li > .sub-menu > li:last-child > a,
.primary-menu > ul > li > .sub-menu > li:last-child > a,
.primary-menu > li > .children > li:last-child > a,
.primary-menu > ul > li > .children > li:last-child > a {
  border-radius: 0 0 6px 6px 6px 6px 6px 6px 6px 6px;
}
.primary-menu > li > .sub-menu > li:only-child > a,
.primary-menu > ul > li > .sub-menu > li:only-child > a,
.primary-menu > li > .children > li:only-child > a,
.primary-menu > ul > li > .children > li:only-child > a {
  border-radius: 6px 6px 6px 6px;
}
.primary-menu > li > .sub-menu > li:only-child.page_item_has_children > a,
.primary-menu > ul > li > .sub-menu > li:only-child.page_item_has_children > a,
.primary-menu > li > .children > li:only-child.page_item_has_children > a,
.primary-menu > ul > li > .children > li:only-child.page_item_has_children > a {
  border-radius: 6px 6px 6px 6px 6px 6px 6px 6px 0 0;
}
.primary-menu > li > .sub-menu > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > ul > li > .sub-menu > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > li > .children > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > ul > li > .children > li:only-child.page_item_has_children .sub-menu > li:last-child > a,
.primary-menu > li > .sub-menu > li:only-child.page_item_has_children .children > li:last-child > a,
.primary-menu > ul > li > .sub-menu > li:only-child.page_item_has_children .children > li:last-child > a,
.primary-menu > li > .children > li:only-child.page_item_has_children .children > li:last-child > a,
.primary-menu > ul > li > .children > li:only-child.page_item_has_children .children > li:last-child > a {
  border-radius: 0 0 6px 6px 6px 6px 6px 6px 6px 6px;
}
.primary-menu > li > .sub-menu li a,
.primary-menu > ul > li > .sub-menu li a,
.primary-menu > li > .children li a,
.primary-menu > ul > li > .children li a,
.primary-menu > li > .sub-menu li a:visited,
.primary-menu > ul > li > .sub-menu li a:visited,
.primary-menu > li > .children li a:visited,
.primary-menu > ul > li > .children li a:visited {
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  color: red;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  padding: 6px 12px;
  text-align: left;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu li a:hover,
.primary-menu > ul > li > .sub-menu li a:hover,
.primary-menu > li > .children li a:hover,
.primary-menu > ul > li > .children li a:hover,
.primary-menu > li > .sub-menu li a:visited:hover,
.primary-menu > ul > li > .sub-menu li a:visited:hover,
.primary-menu > li > .children li a:visited:hover,
.primary-menu > ul > li > .children li a:visited:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu li > .sub-menu,
.primary-menu > ul > li > .sub-menu li > .sub-menu,
.primary-menu > li > .children li > .sub-menu,
.primary-menu > ul > li > .children li > .sub-menu,
.primary-menu > li > .sub-menu li .children,
.primary-menu > ul > li > .sub-menu li .children,
.primary-menu > li > .children li .children,
.primary-menu > ul > li > .children li .children {
  padding: 0;
  list-style: none;
}
.primary-menu > li > .sub-menu li > .sub-menu li a,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a,
.primary-menu > li > .children li > .sub-menu li a,
.primary-menu > ul > li > .children li > .sub-menu li a,
.primary-menu > li > .sub-menu li .children li a,
.primary-menu > ul > li > .sub-menu li .children li a,
.primary-menu > li > .children li .children li a,
.primary-menu > ul > li > .children li .children li a,
.primary-menu > li > .sub-menu li > .sub-menu li a:visited,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a:visited,
.primary-menu > li > .children li > .sub-menu li a:visited,
.primary-menu > ul > li > .children li > .sub-menu li a:visited,
.primary-menu > li > .sub-menu li .children li a:visited,
.primary-menu > ul > li > .sub-menu li .children li a:visited,
.primary-menu > li > .children li .children li a:visited,
.primary-menu > ul > li > .children li .children li a:visited {
  color: red;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  padding: 6px 24px;
  text-align: left;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu li > .sub-menu li a:hover,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a:hover,
.primary-menu > li > .children li > .sub-menu li a:hover,
.primary-menu > ul > li > .children li > .sub-menu li a:hover,
.primary-menu > li > .sub-menu li .children li a:hover,
.primary-menu > ul > li > .sub-menu li .children li a:hover,
.primary-menu > li > .children li .children li a:hover,
.primary-menu > ul > li > .children li .children li a:hover,
.primary-menu > li > .sub-menu li > .sub-menu li a:visited:hover,
.primary-menu > ul > li > .sub-menu li > .sub-menu li a:visited:hover,
.primary-menu > li > .children li > .sub-menu li a:visited:hover,
.primary-menu > ul > li > .children li > .sub-menu li a:visited:hover,
.primary-menu > li > .sub-menu li .children li a:visited:hover,
.primary-menu > ul > li > .sub-menu li .children li a:visited:hover,
.primary-menu > li > .children li .children li a:visited:hover,
.primary-menu > ul > li > .children li .children li a:visited:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
  transition: 200ms all;
}
.primary-menu > li > .sub-menu .current_page_item > a,
.primary-menu > ul > li > .sub-menu .current_page_item > a,
.primary-menu > li > .children .current_page_item > a,
.primary-menu > ul > li > .children .current_page_item > a,
.primary-menu > li > .sub-menu .current_page_item > a:visited,
.primary-menu > ul > li > .sub-menu .current_page_item > a:visited,
.primary-menu > li > .children .current_page_item > a:visited,
.primary-menu > ul > li > .children .current_page_item > a:visited {
  color: inherit;
  background-color: inherit;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  font-weight: 700;
}
.primary-menu > li.menu-item-has-children > a:after,
.primary-menu > ul > li.menu-item-has-children > a:after,
.primary-menu > li.page_item_has_children > a:after,
.primary-menu > ul > li.page_item_has_children > a:after {
  content: '▼';
  margin-left: 3px;
  font-size: 0.6em;
}
.primary-menu > li:hover > a,
.primary-menu > ul > li:hover > a,
.primary-menu > li:hover a:visited,
.primary-menu > ul > li:hover a:visited {
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: red;
  text-decoration: none;
}
.primary-menu > li:hover > .sub-menu,
.primary-menu > ul > li:hover > .sub-menu,
.primary-menu > li:hover > .children,
.primary-menu > ul > li:hover > .children {
  transition: all 250ms;
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.primary-menu .current_page_item > a,
.primary-menu > ul .current_page_item > a,
.primary-menu .current_page_item > a:visited,
.primary-menu > ul .current_page_item > a:visited {
  color: inherit;
  background-color: inherit;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  font-weight: inherit;
}
.primary-menu .current_page_item:hover > a,
.primary-menu > ul .current_page_item:hover > a,
.primary-menu .current_page_item:hover > a:visited,
.primary-menu > ul .current_page_item:hover > a:visited {
  cursor: unset;
  color: inherit;
  background-color: inherit;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  font-weight: inherit;
}
/***
 *  Left Navigation
 *  @todo - update styles or lose this option
**/
.header-left-navigation-primary {
  width: 300px;
  background-color: red;
  color: white;
  overflow: hidden;
  position: fixed;
  height: 100%;
  z-index: 2;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.45);
}
.header-left-navigation-primary .left-nav-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -17px;
  bottom: 0;
  overflow-y: scroll;
}
.header-left-navigation-primary .left-nav-inner::-webkit-scrollbar {
  display: none;
}
.header-left-navigation-primary a {
  color: white;
}
.header-left-navigation-primary a:hover {
  color: white;
}
.header-left-navigation-primary a:visited {
  color: white;
}
.header-left-navigation-primary a:visited:hover {
  color: white;
}
.header-left-navigation-primary .site-branding a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header-left-navigation-primary .site-branding a > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media  all and (max-width: 957px ) {
  .header-left-navigation-primary .primary-menu-container {
    display: none;
  }
}
.header-left-navigation-primary .primary-menu {
  list-style: none;
  margin: 0;
}
.header-left-navigation-primary .primary-menu > li {
  position: relative;
  transition: all 250ms;
}
.header-left-navigation-primary .primary-menu > li > a {
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-weight: 400;
  font-size: 1.25em;
}
.header-left-navigation-primary .primary-menu > li > a:hover {
  color: yellow;
}
.header-left-navigation-primary .primary-menu > li > .sub-menu {
  display: none;
}
.header-left-navigation-primary .primary-menu > li:hover {
  transition: all 250ms;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu {
  min-width: 250px;
  padding-left: 0;
  background-color: red;
  display: block;
  position: absolute;
  top: 100%;
  list-style: none;
  z-index: 5;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.37);
  border: 1px solid red;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: white;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a:hover {
  background: white;
  color: red;
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a:visited {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > a:visited:hover {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children {
  list-style: none;
  padding-left: 0;
  color: #3f3f3f;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a {
  display: block;
  padding: 3px 24px;
  color: white;
  transition: 200ms all;
  font-size: 0.8em;
  text-decoration: none;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a span,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a span {
  font-size: 0.9em;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a:hover,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a:hover {
  background: white;
  color: red;
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a:visited,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a:visited {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li > .sub-menu > li > a:visited:hover,
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu > li .children > li > a:visited:hover {
  text-decoration: none;
  transition: 200ms all;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu .current_page_item {
  background: white;
  color: red;
}
.header-left-navigation-primary .primary-menu > li:hover > .sub-menu .current_page_item:visited {
  color: red;
}
.header-left-navigation-primary .primary-menu .current_page_item {
  background: red;
}
.header-left-navigation-primary .site-header-contact-info {
  padding: 12px;
}
.header-left-navigation-primary .contact-info-title {
  font-weight: 400;
  font-size: 1.2em;
}
.left-navigation-primary-body-container {
  position: fixed;
  left: 300px;
  z-index: 1;
  overflow-y: auto;
  height: 100%;
}
.left-navigation-primary-body-container .top-bar {
  background-color: #3f3f3f;
  height: 50px;
  color: white;
  font-size: 1.25em;
}
.left-navigation-primary-body-container .top-bar span {
  margin-right: 0.4em;
}
.left-navigation-primary-body-container .top-bar .icon {
  position: relative;
  font-size: 1.45em;
}
.left-navigation-primary-body-container .top-bar .icon-phone {
  top: 8px;
  margin-right: 5px;
}
.left-navigation-primary-body-container .top-bar .icon-envelope-o {
  top: 6px;
  margin: 0 5px;
}
.left-navigation-primary-body-container .top-bar a {
  color: white;
  text-decoration: none;
}
.left-navigation-primary-body-container .top-bar a:hover {
  color: white;
  text-decoration: underline;
}
.left-navigation-primary-body-container .top-bar a:visited {
  color: white;
}
.left-navigation-primary-body-container .top-bar a:visited:hover {
  color: white;
  text-decoration: underline;
}
.header-widget-one {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-one {
    width: 28%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-one {
    display: initial;
    padding: 0;
    margin: 0 auto 0 0;
    width: auto;
    justify-content: flex-start;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-one {
    width: auto;
  }
}
.header-widget-two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-two {
    width: 45%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-two {
    display: flex;
    padding: 0;
    margin: 0 0 0 auto;
    width: auto;
    justify-content: flex-end;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-two {
    width: auto;
  }
}
.header-widget-three {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-three {
    width: 27%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-three {
    display: initial;
    padding: 0;
    margin: 0;
    width: auto;
    justify-content: flex-end;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-three {
    width: auto;
  }
}
.header-widget-four {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 28%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-four {
    width: 28%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-four {
    display: initial;
    padding: 0;
    margin: 0;
    width: auto;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-four {
    width: auto;
  }
}
.header-widget-five {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-five {
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-five {
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-five {
    width: 100%;
  }
}
.header-widget-six {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .header-widget-six {
    width: 100%;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-six {
    display: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-six {
    width: 100%;
  }
}
/*

Footers

########  #######   #######  ######## ######## ########   ######
##       ##     ## ##     ##    ##    ##       ##     ## ##    ##
##       ##     ## ##     ##    ##    ##       ##     ## ##
######   ##     ## ##     ##    ##    ######   ########   ######
##       ##     ## ##     ##    ##    ##       ##   ##         ##
##       ##     ## ##     ##    ##    ##       ##    ##  ##    ##
##        #######   #######     ##    ######## ##     ##  ######

*/
.site-footer {
  background: #efefef;
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 14px;
}
.footer-first-row {
  background: transparent;
}
.footer-first-row-content {
  display: flex;
  flex-wrap: wrap;
  color: #010101;
  font-size: 1rem;
  font-weight: 400;
  padding: 24px 0 24px 0;
  margin: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.footer-first-row-content a,
.footer-first-row-content a:visited {
  color: #010101;
  text-decoration: none;
}
.footer-first-row-content a:hover,
.footer-first-row-content a:visited:hover {
  color: #235789;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-first-row-content {
    font-size: 1rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media  all and (max-width: 767px ) {
  .footer-first-row-content {
    justify-content: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-first-row-content {
    justify-content: center;
  }
}
.footer-second-row {
  background: black;
}
.footer-second-row-content {
  display: flex;
  flex-wrap: wrap;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-second-row-content a,
.footer-second-row-content a:visited {
  color: white;
  text-decoration: none;
}
.footer-second-row-content a:hover,
.footer-second-row-content a:visited:hover {
  color: #337ec6;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-second-row-content {
    font-size: 1rem;
    justify-content: center;
    flex-direction: row;
  }
}
@media  all and (max-width: 459px ) {
  .footer-second-row-content {
    justify-content: center;
  }
}
.footer-third-row {
  background: transparent;
}
.footer-third-row-content {
  display: flex;
  flex-wrap: wrap;
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-third-row-content a,
.footer-third-row-content a:visited {
  color: black;
  text-decoration: none;
}
.footer-third-row-content a:hover,
.footer-third-row-content a:visited:hover {
  color: #235789;
  text-decoration: underline;
}
@media  all and (max-width: 957px ) {
  .footer-third-row-content {
    flex-direction: row;
    justify-content: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-third-row-content {
    justify-content: center;
  }
}
.footer-fourth-row {
  background: transparent;
}
.footer-fourth-row-content {
  display: flex;
  flex-wrap: wrap;
  color: black;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-fourth-row-content a,
.footer-fourth-row-content a:visited {
  color: black;
  text-decoration: underline;
}
.footer-fourth-row-content a:hover,
.footer-fourth-row-content a:visited:hover {
  color: #ff0000;
  text-decoration: none;
}
@media  all and (max-width: 957px ) {
  .footer-fourth-row-content {
    flex-direction: row;
    justify-content: center;
  }
}
@media  all and (max-width: 459px ) {
  .footer-fourth-row-content {
    justify-content: center;
  }
}
.footer-widget-title {
  width: 100%;
  color: red;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.footer-widget-one {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-one {
    width: 35%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-one {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding: 0;
  margin: 6px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-two {
    width: 55%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-two {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-three {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 0;
  margin: 6px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-three {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-three {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-four {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 6px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-four {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-four {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-five {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-five {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-five {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-six {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-six {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-six {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.footer-widget-seven {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
@media  all and (max-width: 957px ) {
  .footer-widget-seven {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media  all and (max-width: 767px ) {
  .footer-widget-seven {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
/**
 * Footer - Left Navigation Simple
 * @todo - Update or lose the left navigation option
**/
.footer-left-navigation-simple {
  background-color: #3f3f3f;
  color: white;
}
.footer-left-navigation-simple a {
  color: white;
  text-decoration: none;
}
.footer-left-navigation-simple a:hover {
  color: white;
  text-decoration: underline;
}
.footer-left-navigation-simple a:visited {
  color: white;
}
.footer-left-navigation-simple a:visited:hover {
  color: white;
  text-decoration: underline;
}
.footer-left-navigation-simple .site-footer-content {
  height: 50px;
  font-size: 1.25em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-left-navigation-simple .legal-info {
  text-align: right;
}
form > p {
  width: 100%;
}
.form-container,
.gform_body,
.gform_footer {
  max-width: 800px;
  width: 100%;
}
.form-row > p,
.gform_fields > p {
  width: 100%;
}
.form-row input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
.gform_fields input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']) {
  height: 36px;
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 6px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #4c4c4c;
  background-color: white;
  box-shadow: 0 0 0 0 #3f3f3f;
  transition: all 200ms;
}
.form-row input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):active,
.gform_fields input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):active,
.form-row input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):focus,
.gform_fields input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):focus,
.form-row input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):focus-visible,
.gform_fields input:not([type='button']):not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):focus-visible {
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
  transition: all 200ms;
  outline: none;
}
.form-row select,
.gform_fields select {
  height: 36px;
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 6px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #4c4c4c;
  background-color: white;
  box-shadow: 0 0 0 0 #3f3f3f;
  transition: all 200ms;
}
.form-row select:active,
.gform_fields select:active,
.form-row select:focus,
.gform_fields select:focus,
.form-row select:focus-visible,
.gform_fields select:focus-visible {
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
  transition: all 200ms;
  outline: none;
}
.form-row textarea,
.gform_fields textarea {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 6px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #4c4c4c;
  background-color: white;
  box-shadow: 0 0 0 0 #3f3f3f;
  transition: all 200ms;
}
.form-row textarea:active,
.gform_fields textarea:active,
.form-row textarea:focus,
.gform_fields textarea:focus,
.form-row textarea:focus-visible,
.gform_fields textarea:focus-visible {
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
  transition: all 200ms;
  outline: none;
}
.form-group {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 0.5em;
}
.required {
  color: red;
}
label {
  display: inline-block;
  max-width: 100%;
}
.form-control {
  height: 36px;
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 6px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #4c4c4c;
  background-color: white;
  box-shadow: 0 0 0 0 #3f3f3f;
  transition: all 200ms;
}
.form-control:active,
.form-control:focus,
.form-control:focus-visible {
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
  transition: all 200ms;
  outline: none;
}
.form-control-file {
  display: block;
  font-size: 1em;
  width: 100%;
  height: 36px;
  padding: 6px 12px 6px 0;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #0e0e0e;
}
.form-control-textarea {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 6px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #4c4c4c;
  background-color: white;
  box-shadow: 0 0 0 0 #3f3f3f;
  transition: all 200ms;
}
.form-control-textarea:active,
.form-control-textarea:focus,
.form-control-textarea:focus-visible {
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
  transition: all 200ms;
  outline: none;
}
.form-control-radio {
  display: inline-block;
  margin: 9px 12px;
}
.g-recaptcha {
  margin: 12px 0;
}
/*
 * Login Form for password-protected pages
 */
#wp-submit {
  margin: 0;
}
.login-username label,
.login-password label {
  width: 100%;
}
.login-username,
.login-password {
  margin: 3px 0;
}
.logout-container {
  position: relative;
}
.logout-button {
  position: absolute;
  top: 0;
  right: 0;
}
.logout-button .button {
  margin: 0;
}
/**
 *
 * Ninja Forms Styles
 *
**/
*[id^='nf-form'] {
  max-width: 800px;
}
*[id^='nf-form'] .nf-multi-cell .nf-cell {
  padding: 0 6px 0 0;
}
*[id^='nf-form'] .nf-before-form-content {
  margin-bottom: 12px;
}
*[id^='nf-form'] .ninja-forms-field {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 6px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #4c4c4c;
  background-color: white;
  box-shadow: 0 0 0 0 #3f3f3f;
  transition: all 200ms;
}
*[id^='nf-form'] .ninja-forms-field:active,
*[id^='nf-form'] .ninja-forms-field:focus,
*[id^='nf-form'] .ninja-forms-field:focus-visible {
  border-color: #ff0000;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
  transition: all 200ms;
  outline: none;
}
*[id^='nf-form'] .ninja-forms-form-wrap *,
*[id^='nf-form'] .ninja-forms-form-wrap ::after,
*[id^='nf-form'] .ninja-forms-form-wrap ::before {
  width: 100%;
}
*[id^='nf-form'] .field-wrap {
  flex-wrap: wrap;
}
*[id^='nf-form'] .nf-after-form-content {
  width: auto !important;
}
*[id^='nf-form'] .nf-after-form-content * {
  width: auto !important;
  max-width: 50vw !important;
}
*[id^='nf-form'] .nf-fu-fileinput-button {
  width: auto !important;
}
*[id^='nf-form'] .nf-fu-button-cancel {
  width: auto !important;
}
*[id^='nf-form'] .nf-fu-progress-bar {
  width: 0;
}
*[id^='nf-form'] .nf-field-element input:not([type='button']):not([type='submit']),
*[id^='nf-form'] .nf-field-element select {
  height: 36px;
}
*[id^='nf-form'] .list-multiselect-wrap .nf-field-element select {
  height: auto;
  padding: 3px;
}
*[id^='nf-form'] .list-multiselect-wrap .nf-field-element select option {
  padding: 3px;
}
*[id^='nf-form'] .label-above .nf-field-label {
  margin-bottom: 6px;
}
*[id^='nf-form'] .list-container .nf-field-element li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0 !important;
}
*[id^='nf-form'] .list-container .nf-field-element input {
  float: none;
  margin: 0;
}
*[id^='nf-form'] .list-container .nf-field-element label {
  float: none;
  margin: 0 0 0 12px;
}
*[id^='nf-form'] .list-container.horizontal-align ul {
  display: flex;
  flex-wrap: nowrap;
}
*[id^='nf-form'] .list-container.horizontal-align li {
  width: auto;
  margin-right: 24px !important;
}
*[id^='nf-form'] #ninja_forms_required_items,
*[id^='nf-form'] .nf-field-container {
  margin-bottom: 12px;
}
*[id^='nf-form'] .nf-field-description {
  margin-bottom: 6px;
}
*[id^='nf-form'] .nf-fu-progress {
  height: 12px !important;
  max-width: 300px;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button {
  margin: 12px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1rem;
  border-width: 0;
  border-radius: 6px;
  text-align: center;
  background: red;
  border-color: red;
  color: white;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:hover,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:hover {
  text-decoration: none;
  transition: all 200ms;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:hover,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:hover,
*[id^='nf-form'] .submit-wrap .ninja-forms-field:active,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:visited,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:visited {
  color: white;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:visited:hover,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:visited:hover {
  color: white;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:hover,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:hover,
*[id^='nf-form'] .submit-wrap .ninja-forms-field:active,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:visited,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:visited {
  color: white;
}
*[id^='nf-form'] .submit-wrap .ninja-forms-field:visited:hover,
*[id^='nf-form'] .file_upload-wrap .nf-fu-fileinput-button:visited:hover {
  color: white;
}
*[id^='nf-form'] .nf-error.field-wrap .nf-field-element:after {
  height: 34px;
  width: 36px;
  line-height: 34px;
}
.mobile-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 64px;
  justify-content: flex-end;
  width: 60px;
  z-index: 9;
}
@media  all and (min-width: 958px ) {
  .mobile-button-container {
    display: none;
  }
}
.mobile-button-container button {
  background: none;
  border: none;
  position: relative;
  padding: 0;
}
.mobile-button-container .icon {
  color: black;
  display: inline-block;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: -15px;
}
@media  all and (max-width: 767px ) {
  .mobile-button-container {
    width: 60px;
  }
}
@media  all and (max-width: 459px ) {
  .mobile-button-container {
    width: 50px;
  }
}
.mobile-menu-opened {
  left: 0 !important;
  position: absolute !important;
  transition: left 300ms;
  visibility: visible !important;
}
.mobile-menu {
  background-color: #3f3f3f;
  border-bottom: 1px solid black;
  border-top: 2px solid black;
  font-size: 1rem;
  left: 150vw;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding-left: 0;
  position: fixed;
  right: 0;
  transition: left 300ms;
  width: 100vw;
  visibility: hidden;
  z-index: 10000;
}
@media  all and (min-width: 958px ) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu > li {
  position: relative;
}
.mobile-menu > li > a,
.mobile-menu > li a:visited {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  color: white;
  display: block;
  padding: 7.2px 12px;
  text-decoration: none;
}
.mobile-menu > li > a:hover,
.mobile-menu > li a:visited:hover {
  color: red;
}
.mobile-menu > li .icon {
  font-size: 1.6rem;
  position: absolute;
  right: 12px;
  top: 10px;
}
.mobile-menu > li > ul {
  font-size: 0.9rem;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 250ms;
}
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li a:visited {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: red;
  display: block;
  padding: 6px 21px;
  text-decoration: none;
}
.mobile-menu > li > ul > li > a:hover,
.mobile-menu > li > ul > li a:visited:hover {
  color: red;
}
.mobile-menu > li > ul > li.menu-item-has-children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.mobile-menu > li > ul > li.menu-item-has-children > a {
  border-bottom-color: transparent;
}
.mobile-menu > li > ul > li.menu-item-has-children > ul {
  padding: 0;
  background-color: white;
}
.mobile-menu > li > ul > li.menu-item-has-children > ul > li > a,
.mobile-menu > li > ul > li.menu-item-has-children > ul > li a:visited {
  display: block;
  color: red;
  padding: 6px 30px;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
}
.mobile-menu > li > ul > li.menu-item-has-children > ul > li > a:hover,
.mobile-menu > li > ul > li.menu-item-has-children > ul > li a:visited:hover {
  color: red;
}
.mobile-menu .mobile-submenu-opened ul {
  max-height: 1070px;
  transition: max-height 250ms;
}
.header-one-row-simple .mobile-menu {
  border-bottom: 2px solid #3f3f3f;
  border-top: 0 solid red;
  background-color: white;
}
.header-one-row-simple .mobile-menu > li {
  background-color: white;
}
.header-one-row-simple .mobile-menu > li > a {
  border-bottom: 1px solid rgba(63, 63, 63, 0.25);
  color: #3f3f3f;
}
.header-one-row-simple .mobile-menu > li > ul > li > a {
  background-color: #dddddd;
  border-bottom: 1px solid rgba(63, 63, 63, 0.25);
  color: #3f3f3f;
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children {
  border-bottom: 1px solid rgba(63, 63, 63, 0.25);
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children > a {
  border-bottom-color: transparent;
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children > ul {
  padding: 0;
  background-color: #dddddd;
}
.header-one-row-simple .mobile-menu > li > ul > li.menu-item-has-children > ul > li > a {
  background-color: #dddddd;
  color: #3f3f3f;
  border-top: 1px solid rgba(63, 63, 63, 0.15);
}
.header-four .mobile-menu {
  border-top: 0 solid red;
  border-bottom: 2px solid #3f3f3f;
  background-color: white;
}
.header-four .mobile-menu li {
  background-color: white;
}
.header-four .mobile-menu li > a {
  color: #3f3f3f;
  border-bottom: 1px solid rgba(63, 63, 63, 0.25);
}
.header-four .mobile-menu li ul li > a {
  background-color: yellow;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.header-two-rows-contact-top .mobile-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-top: 0 solid red;
  border-bottom: 2px solid red;
  background-color: white;
}
.header-two-rows-contact-top .mobile-menu li {
  background-color: white;
}
.header-two-rows-contact-top .mobile-menu li > a {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.header-two-rows-contact-top .mobile-menu li ul li > a {
  background-color: #f0f0f0;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.button,
.button-small,
.button-large,
.button-x-large {
  margin: 12px 0;
}
.button,
.button-default {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1rem;
  border-width: 0;
  border-radius: 6px;
  text-align: center;
}
.button:hover,
.button-default:hover {
  text-decoration: none;
  transition: all 200ms;
}
.button-small {
  padding: 6px 12px;
  font-size: 0.9rem;
  border-width: 0;
  border-radius: 6px;
}
.button-large,
.button-x-large {
  padding: 18px 30px;
  font-size: 1.2rem;
  border-width: 0;
  border-radius: 6px;
}
.button-widget {
  width: 100%;
  text-align: center;
}
.button,
.button-default,
.button-primary,
.btn {
  background: red;
  border-color: red;
  color: white;
}
.button:hover,
.button-default:hover,
.button-primary:hover,
.btn:hover,
.button:active,
.button-default:active,
.button-primary:active,
.btn:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
.button:visited,
.button-default:visited,
.button-primary:visited,
.btn:visited {
  color: white;
}
.button:visited:hover,
.button-default:visited:hover,
.button-primary:visited:hover,
.btn:visited:hover {
  color: white;
}
.button-alt,
.btn-alt {
  background: red;
  border-color: red;
  color: white;
}
.button-alt:hover,
.btn-alt:hover,
.button-alt:active,
.btn-alt:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white;
}
.button-alt:visited,
.btn-alt:visited {
  color: white;
}
.button-alt:visited:hover,
.btn-alt:visited:hover {
  color: white;
}
.list-no-indent {
  padding-left: 0;
  list-style-position: inside;
}
.list-2-columns {
  columns: 2;
  page-break-inside: avoid;
  break-inside: avoid;
}
.list-2-columns li {
  page-break-inside: avoid;
  break-inside: avoid;
}
.list-3-columns {
  columns: 3;
  page-break-inside: avoid;
  break-inside: avoid;
}
.pdf-list li,
.file-list li {
  list-style: none;
  margin-bottom: 12px;
}
.pdf-list li::before,
.file-list li::before {
  content: '';
  display: inline-block;
  height: 33px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -33px;
  position: relative;
  margin-right: -16px;
  top: 10px;
}
@media  all and (max-width: 767px ) {
  .pdf-list li::before,
  .file-list li::before {
    height: 24px;
    width: 19px;
  }
}
@media  all and (max-width: 459px ) {
  .pdf-list li::before,
  .file-list li::before {
    height: 20px;
    width: 16px;
  }
}
.pdf-list li.file-pdf:before,
.file-list li.file-pdf:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-pdf-icon.png);
}
.pdf-list li.file-pdf-alt:before,
.file-list li.file-pdf-alt:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/pdf-icon.png);
}
.pdf-list li.file-doc:before,
.file-list li.file-doc:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-doc-icon.png);
}
.pdf-list li.file-docx:before,
.file-list li.file-docx:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-docx-icon.png);
}
.pdf-list li.file-dxf:before,
.file-list li.file-dxf:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-dxf-icon.png);
}
.pdf-list li.file-avi:before,
.file-list li.file-avi:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-avi-icon.png);
}
.pdf-list li.file-eps:before,
.file-list li.file-eps:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-eps-icon.png);
}
.pdf-list li.file-jpg:before,
.file-list li.file-jpg:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-jpg-icon.png);
}
.pdf-list li.file-png:before,
.file-list li.file-png:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-png-icon.png);
}
.pdf-list li.file-ppt:before,
.file-list li.file-ppt:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-ppt-icon.png);
}
.pdf-list li.file-rar:before,
.file-list li.file-rar:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-rar-icon.png);
}
.pdf-list li.file-stp:before,
.file-list li.file-stp:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-stp-icon.png);
}
.pdf-list li.file-step:before,
.file-list li.file-step:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-step-icon.png);
}
.pdf-list li.file-txt:before,
.file-list li.file-txt:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-txt-icon.png);
}
.pdf-list li.file-xls:before,
.file-list li.file-xls:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-xls-icon.png);
}
.pdf-list li.file-zip:before,
.file-list li.file-zip:before {
  background-image: url(/wp-content/themes/b2bdd/img/icons/file-zip-icon.png);
}
/**
 *
 * Image Gallery
 * Light Gallery Plugin custom styles, see /image-gallery folder
 *
 */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.image-gallery > a {
  text-decoration: none;
  margin-right: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.image-gallery > h3 {
  width: 100%;
}
.image-gallery-thumbnail {
  transform: scale3d(1, 1, 1);
  transition: all 400ms;
}
.image-gallery-thumbnail:hover {
  transform: scale3d(1.03, 1.03, 1.03);
  transition: all 400ms;
}
/**
  *
  * Modal Styles
  *
  */
.lg-backdrop.in {
  opacity: 0.8 !important;
}
.acf-image-gallery-modal .lg-inner {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.acf-image-gallery-modal .lg-sub-html {
  position: absolute !important;
}
.acf-image-gallery-modal .lg-toolbar {
  background-color: transparent !important;
  height: 0 !important;
}
.acf-image-gallery-modal .lg-toolbar .lg-icon {
  color: white !important;
}
.acf-image-gallery-modal .lg-img-wrap {
  padding: 15px !important;
}
.acf-image-gallery-modal .lg-actions .lg-next:hover,
.acf-image-gallery-modal .lg-actions .lg-prev:hover {
  color: red !important;
}
.acf-image-gallery-modal .lg-thumb-item.active,
.acf-image-gallery-modal .lg-thumb-item:hover {
  border-color: red !important;
}
.acf-image-gallery-modal .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: pointer !important;
}
.acf-image-gallery-modal .lg-toolbar .lg-icon {
  color: #ac151b !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) !important;
}
.acf-image-gallery-modal .lg-thumb-outer {
  padding: 0px 10px !important;
}
/**
 *
 * Search and Forms
 *
 */
.search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.sidebar .search-form {
  justify-content: center;
}
.search-input {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-radius: 3px 0px 0px 3px;
  padding: 0px 12px;
  height: 2.4rem;
}
.search-submit {
  height: 2.4rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-radius: 0px 3px 3px 0px;
  padding: 6px 10px;
}
.search-submit .icon {
  font-size: 1.3em;
}
.search-field-default {
  background-color: white;
  color: #010101;
  border-color: #010101;
  -webkit-appearance: none;
}
.button-search-default {
  border-color: #010101;
  background-color: white;
  color: #010101;
}
.button-search-default:hover,
.button-search-default:active {
  background-color: red;
  color: white;
  cursor: pointer;
}
.button-search-default:visited {
  color: white;
}
.button-search-default:visited:hover {
  color: white;
}
.search-field-primary {
  background-color: transparent;
  color: red;
  border-color: red;
}
.button-search-primary {
  border-color: red;
  background-color: transparent;
  color: red;
}
.button-search-primary:hover,
.button-search-primary:active {
  background-color: red;
  color: white;
  cursor: pointer;
}
.button-search-primary:visited {
  color: white;
}
.button-search-primary:visited:hover {
  color: white;
}
.search-field-secondary {
  background-color: transparent;
  color: #ac151b;
  border-color: #ac151b;
}
.button-search-secondary {
  border-color: #ac151b;
  background-color: transparent;
  color: #ac151b;
}
.button-search-secondary:hover,
.button-search-secondary:active {
  background-color: #ac151b;
  color: white;
  cursor: pointer;
}
.button-search-secondary:visited {
  color: white;
}
.button-search-secondary:visited:hover {
  color: white;
}
.search-field-tertiary {
  background-color: transparent;
  color: yellow;
  border-color: yellow;
}
.button-search-tertiary {
  border-color: yellow;
  background-color: transparent;
  color: yellow;
}
.button-search-tertiary:hover,
.button-search-tertiary:active {
  background-color: yellow;
  color: black;
  cursor: pointer;
}
.button-search-tertiary:visited {
  color: black;
}
.button-search-tertiary:visited:hover {
  color: black;
}
.search-field-quaternary {
  background-color: transparent;
  color: #235789;
  border-color: #235789;
}
.button-search-quaternary {
  border-color: #235789;
  background-color: transparent;
  color: #235789;
}
.button-search-quaternary:hover,
.button-search-quaternary:active {
  background-color: #235789;
  color: white;
  cursor: pointer;
}
.button-search-quaternary:visited {
  color: white;
}
.button-search-quaternary:visited:hover {
  color: white;
}
input.input-default {
  border-width: 2px;
  border-style: solid;
  border-color: #010101;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: white;
  color: #010101;
}
input.input-default::placeholder {
  color: #f0f0f0;
}
input.input-primary {
  border-width: 2px;
  border-style: solid;
  border-color: red;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: red;
}
input.input-primary::placeholder {
  color: #cc0000;
}
input.input-secondary {
  border-width: 2px;
  border-style: solid;
  border-color: #ac151b;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: #ac151b;
}
input.input-secondary::placeholder {
  color: #7f0f14;
}
input.input-tertiary {
  border-width: 2px;
  border-style: solid;
  border-color: yellow;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: yellow;
}
input.input-tertiary::placeholder {
  color: #cccc00;
}
input.input-quaternary {
  border-width: 2px;
  border-style: solid;
  border-color: #235789;
  border-radius: 5px;
  padding: 0px 12px;
  height: 2.4rem;
  min-width: 230px;
  background-color: transparent;
  color: #235789;
}
input.input-quaternary::placeholder {
  color: #193d60;
}
/*
 * Google Search Results
**/
.search-top {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1em;
  color: gray;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.sort-options a {
  color: #235789;
  text-decoration: none;
}
.sort-options a:hover {
  color: #193d60;
  text-decoration: underline;
}
.result-box {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1em;
  color: #151515;
}
@media  all and (max-width: 957px ) {
  .result-box {
    font-size: 0.9em;
  }
}
.result-box-title {
  font-size: 1.3em;
  color: #235789;
  margin-right: 6px;
}
@media  all and (max-width: 957px ) {
  .result-box-title {
    font-size: 1.2em;
  }
}
.result-box-title:hover {
  color: #193d60;
}
.result-box-display-url {
  color: #3f3f3f;
  width: 100%;
  display: block;
  font-style: italic;
}
.result-snippet,
.snippet-with-thumbnail {
  width: 100%;
  padding: 5px 0px;
}
.snippet-with-thumbnail {
  display: flex;
}
.snippet-img-container {
  max-width: 75px;
  height: auto;
  display: flex;
  align-items: center;
}
.snippet-img {
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.additional-results-page-links {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  margin: 24px 0;
}
.current-results-page,
.more-results-link {
  font-size: 1.15em;
  padding: 5px;
}
.current-results-page {
  padding: 5px 10px;
  background-color: red;
  color: white;
}
.more-results-link {
  color: black;
  text-decoration: none;
}
.more-results-link:hover {
  text-decoration: underline;
}
.no-results-found {
  background-color: yellow;
  font-size: 1.1em;
  padding: 8px;
  border: 1px solid #ffcc33;
  background-color: #fff4c2;
}
.video-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.video-gallery > img {
  text-decoration: none;
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #ac151b;
  overflow: hidden;
  cursor: pointer;
}
.video-gallery-thumbnail {
  transform: scale3d(1, 1, 1);
  transition: all 400ms;
}
.video-gallery-thumbnail:hover {
  transform: scale3d(1.03, 1.03, 1.03);
  transition: all 400ms;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 999;
  text-align: center;
}
.video-modal .video-title {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  color: white;
  height: 80px;
  line-height: 80px;
  text-transform: capitalize;
}
.video-modal .close-window-button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  cursor: pointer;
  color: white;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.video-modal .close-window-button:hover {
  color: #767070;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.video-modal iframe {
  display: inline-block;
  width: 70vw;
  height: 39.5vw;
}
/**
 *	Custom Field Elements
 *
 */
.sidebar-image-caption {
  font-size: 0.9em;
  color: gray;
}
.acf-single-billboard .acf-single-billboard-background {
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acf-single-billboard .acf-single-billboard-background .container {
  position: relative;
}
.acf-single-billboard .acf-single-billboard-background .billboard-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.acf-single-billboard .acf-single-billboard-background h1 {
  font-size: 2.6em;
  margin-top: 0;
  margin-bottom: 12px;
}
.acf-single-billboard .acf-single-billboard-background h2 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 24px;
}
.acf-single-billboard .acf-single-billboard-background .billboard-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media  all and (max-width: 1299px ) {
  .acf-single-billboard .acf-single-billboard-background h1 {
    font-size: 2.3em;
  }
  .acf-single-billboard .acf-single-billboard-background h2 {
    font-size: 1.4em;
  }
}
@media  all and (max-width: 1128px ) {
  .acf-single-billboard .acf-single-billboard-background h1 {
    font-size: 1.6em;
  }
  .acf-single-billboard .acf-single-billboard-background h2 {
    font-size: 1.1em;
    margin-bottom: 12px;
  }
}
.acf-single-button-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.acf-single-button-left {
  justify-content: flex-start;
}
.acf-single-button-center {
  justify-content: center;
}
.acf-single-button-right {
  justify-content: flex-end;
}
.acf-page-product-section .product-section-top,
.acf-page-product-section .product-section-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.acf-page-product-section .product-section-image {
  width: calc( 20% - 6px );
}
.acf-page-product-section .product-section-image .product-section-thumbnail {
  width: 100%;
}
.acf-page-product-section .product-section-description {
  width: calc( 80% - 6px );
}
.acf-bucket-container {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .acf-bucket-container > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-bucket-container-type-circular .bucket {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.acf-bucket-container-type-circular .bucket .bucket-icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
  border-radius: 50%;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.38);
  justify-content: center;
}
.acf-bucket-container-type-circular .bucket .bucket-icon-container .bucket-icon {
  max-width: 60%;
  max-height: 60%;
}
.acf-bucket-container-type-simple .bucket {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
}
@media  all and (max-width: 957px ) {
  .acf-bucket-container-type-simple .bucket {
    margin-bottom: 12px;
  }
}
.acf-bucket-container-type-variable .bucket .button-secondary {
  width: 100%;
  text-align: center;
  margin: 0 0 12px;
  font-weight: 600;
}
.acf-bucket-container-type-variable .variable-bucket-recent-posts {
  padding-left: 18px;
}
.acf-bucket-container-type-variable .fluid-width-video-wrapper {
  margin-bottom: 12px;
}
.acf-page-cta-bar {
  padding: 12px 0;
  margin: 0;
  font-size: 1.5em;
  text-align: center;
}
.acf-page-cta-bar > :last-child {
  margin-bottom: 0;
}
.acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media  all and (max-width: 957px ) {
  .acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.acf-image-grid-vscroll .vscroll-slider .acf-image-grid-vscroll-slider-row .acf-image-grid-vscroll-img {
  object-fit: contain;
}
.acf-image-grid-vscroll .acf-image-grid-vscroll-static-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media  all and (max-width: 957px ) {
  .acf-image-grid-vscroll .acf-image-grid-vscroll-static-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-image-grid-vscroll .acf-image-grid-vscroll-static-row > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.acf-image-grid-vscroll .acf-image-grid-vscroll-static-row .acf-image-grid-vscroll-img {
  object-fit: contain;
}
.acf-image-grid-vscroll .grid-img-caption {
  font-size: 0.9em;
  line-height: 1.25;
  font-style: italic;
  color: #3f3f3f;
  margin-top: 6px;
}
.bucket-square-bordered {
  width: calc(100% / 3 -  12px );
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bucket-square-bordered .bucket-title {
  padding: 12px;
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  background-color: #ac151b;
  color: white;
  width: 100%;
}
.bucket-square-bordered .bucket-description {
  padding: 12px;
  border-width: 0 2px 2px 2px;
  border-color: #ac151b;
  border-style: solid;
  margin: 0;
  flex: 1;
}
.bucket-bordered {
  padding: 12px;
}
.bucket-bordered-primary {
  border-style: solid;
  border-color: red;
  border-width: 1px;
}
.bucket-bordered-secondary {
  border-style: solid;
  border-color: #ac151b;
  border-width: 1px;
}
.bucket-bordered-tertiary {
  border-style: solid;
  border-color: yellow;
  border-width: 1px;
}
.bucket-bordered-quaternary {
  border-style: solid;
  border-color: #235789;
  border-width: 1px;
}
.bucket-bordered-link-color {
  border-style: solid;
  border-color: #235789;
  border-width: 1px;
}
.bucket-bordered-light-gray {
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px;
}
.bucket-bordered-gray {
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
}
.bucket-bordered-dark-gray {
  border-style: solid;
  border-color: #3f3f3f;
  border-width: 1px;
}
.bucket-bordered-black {
  border-style: solid;
  border-color: black;
  border-width: 1px;
}
.bucket-bordered-white {
  border-style: solid;
  border-color: white;
  border-width: 1px;
}
/**
 *
 * Heading Fields
 *
 */
.acf-page-heading-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.acf-page-heading-image .entry-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.acf-page-heading-image .entry-header h1 {
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acf-page-heading-image .entry-header h2 {
  margin: 0;
}
@media  all and (max-width: 767px ) {
  .acf-page-heading-image h1 {
    font-size: 1.3em;
  }
  .acf-page-heading-image h2 {
    font-size: 1em;
  }
}
.acf-page-element-default-content {
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .acf-page-element-default-content img:not(.aligncenter) {
    max-width: 35%;
  }
  .acf-page-element-default-content figure:not(.aligncenter) {
    max-width: 35% !important;
  }
  .acf-page-element-default-content figure:not(.aligncenter) img {
    max-width: 100%;
  }
}
.acf-page-list {
  padding-left: 0;
  list-style: none;
}
.acf-featured-row {
  width: 100%;
  margin: 24px 0;
}
.acf-featured-row .featured-row-content {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  .acf-featured-row .featured-row-content {
    flex-wrap: wrap;
  }
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 12px;
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] img {
  z-index: 2;
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] .lightbox-image {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.acf-featured-row .featured-row-content [class^='featured-row-image-container'] .lightbox-image-message {
  font-size: 0.75em;
  margin: 0.67em auto;
}
@media  all and (max-width: 767px ) {
  .acf-featured-row .featured-row-content [class^='featured-row-image-container'] {
    width: 100%;
    margin: 0 0 24px 0px;
  }
  .acf-featured-row .featured-row-content [class^='featured-row-image-container'] img {
    width: 65%;
  }
}
@media  all and (max-width: 459px ) {
  .acf-featured-row .featured-row-content [class^='featured-row-image-container'] img {
    width: 95%;
  }
}
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h1,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h2,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h3,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h4,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h5,
.acf-featured-row .featured-row-content [class^='featured-row-text-container'] h6 {
  margin: 0 0 0.67em;
}
@media  all and (max-width: 767px ) {
  .acf-featured-row .featured-row-content [class^='featured-row-text-container'] {
    width: 100%;
    margin: 0 0 24px 0px;
  }
}
.acf-featured-row .featured-row-image-caption {
  margin: 6px 0;
  font-size: 0.85em;
  text-align: center;
}
.acf-split-grid-billboard .split-grid-billboard-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acf-split-grid-billboard .split-grid-billboard-container .text-section {
  width: calc( 50% -  12px  );
  padding-right: 48px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.acf-split-grid-billboard .split-grid-billboard-container .text-section h1 {
  text-align: right;
}
.acf-split-grid-billboard .split-grid-billboard-container .grid-section {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acf-split-grid-billboard .split-grid-billboard-container .grid-section img {
  width: 50%;
  object-fit: contain;
}
@media  all and (max-width: 767px ) {
  .acf-split-grid-billboard .split-grid-billboard-container {
    flex-direction: column-reverse;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .text-section {
    width: 100%;
    padding-right: 0;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .text-section h1 {
    text-align: center;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .text-section .button-container {
    display: block;
    margin: 0 auto;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .grid-section {
    width: 100%;
  }
  .acf-split-grid-billboard .split-grid-billboard-container .grid-section img {
    width: 25%;
  }
}
.multi-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multi-button-container a {
  width: calc(100% / 3 -  12px );
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  background-position: 100% 100%;
  transition: all 250ms;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
}
.multi-button-container a:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: all 300ms;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
.multi-button-container a:hover,
.multi-button-container a :visited:hover {
  transition: all 250ms;
  color: yellow;
}
.multi-button-container a:hover:before,
.multi-button-container a :visited:hover:before {
  opacity: 1;
  transition: all 300ms;
}
.buckets-semi-transparent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket {
  height: 220px;
  border: 2px solid #ac151b;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.5);
  width: calc(100%/4 -  12px );
  color: white;
  position: relative;
  display: flex;
  padding: 12px;
  align-items: flex-end;
  text-decoration: none;
  background-color: #ac151b;
  margin-bottom: 12px;
  background-position: center center;
  background-size: cover;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  transition: all 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket:hover {
  color: yellow;
  transition: all 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket:hover:before {
  opacity: 0.1;
  transition: opacity 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ac151b;
  opacity: 0.45;
  transition: opacity 300ms;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket a:hover {
  text-decoration: none;
}
.buckets-semi-transparent .buckets-semi-transparent-bucket .buckets-semi-transparent-title {
  font-weight: 300;
  font-size: 2.1rem;
  z-index: 1;
}
/**
 *
 * Glossary List
 *
 */
.glossary-item-description {
  transition: color 750ms !important;
}
.glossary-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.glossary-items-list li {
  padding: 0 6px;
}
.notice-text {
  color: #ff0000 !important;
  transition: all 750ms !important;
}
.notice-text * {
  color: #ff0000 !important;
  transition: all 750ms !important;
}
.acf-image-buckets-container {
  display: flex;
  flex-wrap: wrap;
}
.acf-image-buckets-container .image-bucket {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 155px;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.acf-image-buckets-container .image-bucket .image-container {
  width: 100%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.acf-image-buckets-container .image-bucket img {
  max-width: 75%;
  max-height: 75%;
}
/**
 * Sidebar Page Menu
 * todo - needs standard styles set
 */
.widget-acf-page-menu .widget-title {
  margin-bottom: 4px;
}
.widget-acf-page-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  justify-content: space-between;
  list-style: none;
}
.widget-acf-page-menu ul li {
  width: 100%;
  padding: 6px;
}
.widget-acf-page-menu ul li:not(:last-child) {
  border-bottom: 1px solid #010101;
}
/**
 * Equal Columns
**/
.acf-equal-columns-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media  all and (max-width: 957px ) {
  .acf-equal-columns-row > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-equal-columns-row .acf-equal-columns-1 {
  width: 100%;
}
.acf-equal-columns-row .acf-equal-columns-2 {
  width: calc(50% -  24px );
}
.acf-equal-columns-row .acf-equal-columns-3 {
  width: calc(100% / 3 -  24px );
}
.acf-equal-columns-row .acf-equal-columns-4 {
  width: calc(25% -  24px );
}
.acf-equal-columns-row .acf-equal-columns-5 {
  width: calc(20% -  24px );
}
.acf-equal-columns-row .acf-equal-columns-6 {
  width: calc(100%/6 -  24px );
}
@media  all and (max-width: 957px ) {
  .acf-equal-columns-row img:not(.aligncenter) {
    max-width: 35%;
  }
  .acf-equal-columns-row figure:not(.aligncenter) {
    max-width: 35% !important;
  }
  .acf-equal-columns-row figure:not(.aligncenter) img {
    max-width: 100%;
  }
  .acf-equal-columns-row figure.aligncenter img {
    max-width: 100%;
  }
}
.acf-equal-columns-vertical-center {
  align-items: center;
}
.acf-columns-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media  all and (max-width: 957px ) {
  .acf-columns-flex > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.acf-flex-type-flex-start {
  justify-content: flex-start;
}
.acf-flex-type-flex-end {
  justify-content: flex-end;
}
.acf-flex-type-center {
  justify-content: center;
}
.acf-flex-type-space-between {
  justify-content: space-between;
}
.acf-flex-type-space-around {
  justify-content: space-around;
}
.acf-pdf-list-files {
  display: flex;
  flex-wrap: wrap;
}
.acf-pdf-list-files .file-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  width: 100%;
  align-items: center;
}
.acf-pdf-list-files .row-icon {
  margin-right: 12px;
}
.acf-pdf-list-files .size-display {
  margin-left: 6px;
}
.acf-pdf-list-files .pdf-description {
  width: 100%;
  margin-left: 39px;
  font-size: 0.9em;
}
.acf-pdf-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.acf-pdf-grid > h1,
.acf-pdf-grid h2,
.acf-pdf-grid h3,
.acf-pdf-grid h4,
.acf-pdf-grid h5,
.acf-pdf-grid h6 {
  padding-left: 12px;
}
.pdf-grid-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.pdf-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px;
  justify-content: center;
}
.pdf-grid-image-container {
  width: 100%;
  max-height: 100%;
}
.pdf-grid-title-container {
  width: 100%;
  max-height: 100%;
  text-align: center;
}
.pdf-grid-item-title {
  display: block;
  height: 3em;
}
.acf-employee-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acf-employee-list > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.employee-list-person {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(25% -  12px );
}
.variable-grid {
  display: flex;
  flex-wrap: wrap;
}
.variable-grid > * {
  padding: 12px;
  text-decoration: none;
}
.variable-grid > *:hover .grid-description {
  opacity: 1;
  transition: all 400ms;
}
.variable-grid > *:hover:not(.grid-tssc) .grid-background {
  opacity: 0.2;
  transition: all 400ms;
}
@media  all and (max-width: 957px ) {
  .variable-grid {
    padding: 6px;
  }
}
[class^=grid-item-] {
  position: relative;
}
.grid-item-title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media  all and (max-width: 957px ) {
  .grid-item-title {
    font-size: 1.1rem;
  }
}
.grid-description:not(.grid-content-news) {
  transition: all 400ms;
  opacity: 0;
  font-size: 1.2rem;
}
@media  all and (max-width: 1128px ) {
  .grid-description:not(.grid-content-news) {
    font-size: 1rem;
  }
}
@media  all and (max-width: 957px ) {
  .grid-description:not(.grid-content-news) {
    display: none;
  }
}
.grid-background {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 400ms;
}
.grid-background img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  margin-top: 0;
  width: auto;
}
.news-items {
  padding-left: 10px;
  list-style: none;
}
.news-items > li {
  margin-bottom: 12px;
}
.news-items > li > a {
  font-size: 1.1rem;
}
@media  all and (max-width: 1128px ) {
  .news-items > li {
    margin-bottom: 6px;
  }
  .news-items > li > a {
    font-size: 1rem;
  }
}
.grid-background-primary {
  background: linear-gradient(135deg, #ff4000, red);
}
.grid-background-secondary {
  background: linear-gradient(135deg, #ac3515, #ac151b);
}
.grid-background-tertiary {
  background: linear-gradient(135deg, #bfff00, yellow);
}
.grid-background-quaternary {
  background: linear-gradient(135deg, #233d89, #235789);
}
.grid-background-black {
  background: linear-gradient(135deg, black, #3f3f3f);
}
.grid-background-white {
  background: linear-gradient(135deg, #bfbfbf, white);
}
.grid-background-gray {
  background: linear-gradient(135deg, #dddddd, #ffffff);
}
/**
 *
 * Top Button
 * Button that displays on all pages to go back to top of page 
 *
 */
.toTopButton {
  display: none;
  position: fixed;
  opacity: 0.5;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  line-height: 32px;
  font-size: 40px;
  font-weight: 800;
  outline: 0;
  z-index: 10000;
}
.toTopButton:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  outline: 0;
}
.toTopButton:visited {
  color: white;
}
.toTopButton:visited:hover {
  color: white;
}
.top-button-primary {
  background-color: red;
}
.top-button-secondary {
  background-color: #ac151b;
}
.top-button-tertiary {
  background-color: yellow;
}
.top-button-quaternary {
  background-color: #235789;
}
.top-button-link-color {
  background-color: #235789;
}
.top-button-black {
  background-color: black;
}
.top-button-white {
  background-color: white;
  border: 2px solid #000;
  color: #000;
}
.top-button-white:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.9;
  outline: 0;
}
.top-button-white:visited {
  color: black;
}
.top-button-white:visited:hover {
  color: black;
}
.top-button-right {
  right: 18px;
  bottom: 18px;
}
.top-button-left {
  left: 18px;
  bottom: 18px;
}
/**
 *
 * Google Translate Dropdown Styles
 *
 * Comment Out to Remove
 */
/**
 *
 * B2B Woocommerce Styles
 *
**/
.breadcrumb {
  margin-bottom: 24px;
  margin-top: 12px;
}
.star-rating {
  color: gold;
}
.stars a,
.stars a:visited {
  color: gold;
}
.woocommerce-page #content div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page #content div.product div.images {
  width: 400px;
}
.woocommerce-page #content div.product div.images img {
  max-height: 300px;
}
.woocommerce-page #content div.product div.images .flex-control-thumbs {
  margin-top: 24px;
}
.woocommerce-page #content div.product div.images .flex-control-thumbs li {
  width: calc(25% -  12px );
  margin-right: 12px;
  margin-bottom: 12px;
}
@media  all and (max-width: 1128px ) {
  .woocommerce-page #content div.product div.images {
    width: 300px;
  }
  .woocommerce-page #content div.product div.images img {
    max-height: 225px;
  }
}
@media  all and (max-width: 459px ) {
  .woocommerce-page #content div.product div.images {
    width: auto;
  }
  .woocommerce-page #content div.product div.images img {
    max-height: none;
  }
}
.woocommerce-page #content div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  border: 3px solid #f0f0f0;
}
@media  all and (max-width: 767px ) {
  .woocommerce-page #content div.product .woocommerce-product-gallery {
    margin: 0 auto 24px;
  }
}
.woocommerce-page #content div.product .woocommerce-product-gallery > .flex-viewport {
  border: 3px solid #f0f0f0;
}
.woocommerce-page #content div.product .woocommerce-product-details__short-description {
  width: 100%;
  margin-bottom: 12px;
}
.woocommerce-page #content div.product div.summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.woocommerce-page #content div.product .woocommerce-tabs {
  width: 100%;
}
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 6px;
}
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  margin: 0 0;
}
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price {
  color: #1f6188;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 24px;
}
.woocommerce-page #content div.product .qty-text {
  font-size: 21px;
  margin-right: 12px;
}
.woocommerce-page #content div.product .quantity {
  display: flex;
  justify-content: space-around;
  margin-right: 24px;
  margin-bottom: 24px;
}
.woocommerce-page #content div.product .quantity .qty {
  width: 80px;
  font-size: 21px;
  height: 40px;
  padding: 0;
  -moz-appearance: textfield;
  /* Firefox */
}
.woocommerce-page #content div.product .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page #content div.product .quantity .qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.woocommerce-page #content div.product .quantity .qty-minus,
.woocommerce-page #content div.product .quantity .qty-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid ThreeDShadow;
  font-size: 20px;
  cursor: pointer;
  background-color: white;
}
.woocommerce-page #content div.product .quantity .qty-minus:hover,
.woocommerce-page #content div.product .quantity .qty-plus:hover {
  color: white;
  background-color: red;
  transition: all 200ms;
}
.woocommerce-page #content div.product .quantity .qty-minus ::selection,
.woocommerce-page #content div.product .quantity .qty-plus ::selection {
  background: transparent;
}
.woocommerce-page #content div.product .quantity .qty-plus {
  margin-left: 6px;
}
.woocommerce-page #content div.product .quantity .qty-minus {
  margin-right: 6px;
}
.woocommerce-page #content div.product .quantity .icon {
  position: relative;
  top: 2px;
}
.woocommerce-page #content div.product form.cart {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.woocommerce-page #content div.product form.cart .single_add_to_cart_button {
  font-size: 18px;
  padding: 0 36px;
  margin-bottom: 24px;
  margin-top: 0;
  height: 40px;
}
.woocommerce-page #content div.product .description {
  width: 100%;
  margin: 0 0 24px;
}
.woocommerce-page #content div.product .description p:first-child {
  margin-top: 0;
}
.woocommerce-page #content div.product .specs {
  width: 100%;
}
.woocommerce-page #content div.product .specs h2 {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 6px;
}
.woocommerce-page #content div.product .product-page-left-sidebar {
  width: 400px;
}
@media  all and (max-width: 1128px ) {
  .woocommerce-page #content div.product .product-page-left-sidebar {
    width: 300px;
  }
}
@media  all and (max-width: 767px ) {
  .woocommerce-page #content div.product .product-page-left-sidebar {
    width: 100%;
  }
}
.woocommerce-page #content div.product .product-page-right-primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% -  400px  -  36px );
}
@media  all and (max-width: 1128px ) {
  .woocommerce-page #content div.product .product-page-right-primary {
    width: calc(100% -  300px  -  36px );
  }
}
@media  all and (max-width: 767px ) {
  .woocommerce-page #content div.product .product-page-right-primary {
    width: 100%;
  }
}
.woocommerce-page #content ul.products li.product > a:not(.button) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.woocommerce-page #content ul.products li.product > a:not(.button) .woocommerce-loop-product__title,
.woocommerce-page #content ul.products li.product > a:not(.button) .woocommerce-loop-category__title {
  color: auto;
}
.woocommerce-page #content ul.products li.product > a:not(.button) .product-img-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 250px;
  max-width: 100%;
}
.woocommerce-page #content ul.products li.product > a:not(.button) .product-img-container img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 0;
}
.woocommerce-page #content ul.products li.product > a:not(.button) h2 {
  width: 100%;
}
.woocommerce-page #content ul.products li.product > a:not(.button) .price {
  align-self: flex-start;
  font-size: auto;
  color: #1f6188;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  line-height: inherit;
  margin: 12px 0;
  font-weight: initial;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  color: white;
  background-color: red;
  background: red;
  border-style: solid;
  border-color: red;
  border-width: 0;
}
@media  all and (max-width: 1128px ) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 0.9rem;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-position: 0 0;
  background-color: #b30000;
  background: #b30000;
  color: white;
  border-color: white !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: white;
  background-color: red;
  background: red;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-position: 0 0;
  background-color: #b30000;
  background: #b30000;
  color: white;
  border-color: white;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  color: white;
  background-color: red;
  background: red;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: white;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: white;
  background-color: #b30000;
  background: #b30000;
}
.woocommerce-message {
  border-top-color: red;
}
.woocommerce-message::before {
  color: red;
}
.woocommerce-message .button {
  margin-left: 12px;
}
.woocommerce-shipping-calculator {
  display: block;
}
.woocommerce-form-login__rememberme {
  width: 100%;
}
.product-page-additional-info {
  width: 100%;
}
input#coupon_code {
  min-width: 200px;
}
@media  all and (max-width: 767px ) {
  input#coupon_code {
    min-width: unset;
  }
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 9px;
}
.woocommerce form .form-row .woocommerce-input-wrapper,
.woocommerce-page form .form-row .woocommerce-input-wrapper {
  width: 100%;
}
@media  all and (max-width: 459px ) {
  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    width: 100%;
  }
}
.select2-container--default .select2-selection--single {
  border: 1px solid #010101;
  border-radius: 6px;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #010101;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.select2-container .select2-selection--single {
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.woocommerce ul.order_details {
  margin: 36px 0;
  padding: 0;
}
@media  all and (min-width: 460px ) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
  }
}
@media  all and (min-width: 768px ) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    float: left;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  margin: 12px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1rem;
  border-width: 0;
  border-radius: 6px;
  background: red;
  border-color: red;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0 0 12px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  transition: all 200ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited {
  color: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited:hover {
  color: white;
}
@media  all and (max-width: 767px ) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 0;
  }
}
@media  all and (min-width: 460px ) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(75% - 12px*2);
    float: right;
  }
}
@media  all and (min-width: 768px ) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(80% - 12px*2);
    float: right;
  }
}
.woocommerce-cart-form .actions .button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 24px;
  margin-bottom: 36px;
}
@media  all and (max-width: 1128px ) {
  .checkout.woocommerce-checkout {
    grid-template-columns: 50% 50%;
  }
}
@media  all and (max-width: 767px ) {
  .checkout.woocommerce-checkout {
    width: 100%;
    display: flex;
  }
}
.checkout.woocommerce-checkout #customer_details {
  grid-column: 1;
  width: 100%;
}
.checkout.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  width: 100%;
}
.checkout.woocommerce-checkout #order_review {
  grid-column: 2;
  width: 100%;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  display: revert;
}
/**
 *
 * VARIABLES
 * Before changing this stylesheet, make a child theme and copy everything below this comment to a file called
 * style.less in the child theme directory and import this stylesheet (which will get all of its imports ) using this
 * line:
 * @import '../../b2bdd/css/theme.less';
 * @link https://codex.wordpress.org/Child_Themes
 *
 * In the new file, change the variables as you see fit, and add any specific CSS there.
 *
 * You should only edit the parent theme LESS files if you intend to change the CSS for all sites using this theme
 *
 */
/*

	Sizes - Controls the width of the main container of site content

*/
/*

Color Variables

*/
/* Table Options */
/* Forms */
/* Box Shadow */
/* Elements */
/* Buttons */
/*
Font Variables

Custom Fonts from Google Fonts, Adobe Typekit, or fonts.com
are retrieved using webfontloader - https://github.com/typekit/webfontloader

Declare them in b2bdd.js for usage

*/
.slider-container {
  position: relative;
}
.slider-container img {
  width: 100%;
}
.slider-control-prev,
.slider-control-next {
  position: absolute;
  top: 0px;
  background-color: transparent;
  height: 100%;
  width: 5%;
  display: flex;
  font-size: 50px;
  color: white;
  align-content: center;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  z-index: 5;
  cursor: pointer;
  transition: opacity 300ms;
}
@media  all and (max-width: 767px ) {
  .slider-control-prev,
  .slider-control-next {
    font-size: 30px;
  }
}
.slider-control-prev {
  left: 15px;
}
.slider-control-next {
  right: 15px;
}
.slider-control-prev:hover,
.slider-control-next:hover {
  opacity: 1;
  transition: opacity 300ms;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 5;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px #000000, 0 0 10px gray;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 20px;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  width: 20px;
  height: 20px;
  background-color: red;
  box-shadow: 1px 1px 2px #000000, 0 0 10px gray;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 20px;
}
/*

	Sizes - Controls the width of the main container of site content

*/
/*

Color Variables

*/
/* Table Options */
/* Forms */
/* Box Shadow */
/* Elements */
/* Buttons */
/*
Font Variables

Custom Fonts from Google Fonts, Adobe Typekit, or fonts.com
are retrieved using webfontloader - https://github.com/typekit/webfontloader

Declare them in b2bdd.js for usage

*/
body {
  font-size: 14px;
}
#main {
  margin: 12px 0;
  padding: 12px 24px;
  border: 1px solid rgba(95, 95, 95, 0.6);
  border-radius: 10px;
  box-shadow: inset 3px -3px 5px rgba(100, 100, 100, 0.4), inset -3px 3px 5px rgba(85, 85, 85, 0.8);
  height: calc(100% - 12px * 2);
}
.site-branding {
  margin-right: auto;
}
@media  all and (max-width: 957px ) {
  .has-sidebar #primary {
    padding-left: 0;
  }
}
.has-sidebar #secondary {
  padding: 0 12px 12px 12px;
  display: flex;
  flex-direction: column;
  border-right: 2px solid black;
}
@media  all and (max-width: 957px ) {
  .has-sidebar #secondary {
    padding: 0;
    border: none;
    margin-bottom: 24px;
  }
}
.has-sidebar #secondary .sidebar-top {
  margin-left: -12px;
  margin-right: -12px;
}
@media  all and (max-width: 957px ) {
  .has-sidebar #secondary .sidebar-top {
    display: none;
  }
}
.has-sidebar #secondary .widget-area {
  margin-top: 12px;
  border: 2px solid #202020;
  padding: 12px;
  border-radius: 5px;
  background: linear-gradient(120deg, #fafafa, #e0e0e0);
  flex-grow: 1;
}
.has-sidebar .content-area {
  padding-left: 12px;
}
@media  all and (max-width: 957px ) {
  .has-sidebar .content-area {
    padding-left: 0;
  }
}
@media  all and (max-width: 767px ) {
  .has-sidebar #primary {
    order: 1;
  }
  .has-sidebar #secondary {
    order: 2;
    padding: 0 12px;
  }
}
body:not(.home) .sidebar-top {
  border-left: 2px solid black;
  border-bottom: 8px solid black;
}
body:not(.home) .sidebar-top > img {
  object-fit: cover;
  aspect-ratio: 2 / 1;
  width: 100%;
}
@media  all and (max-width: 957px ) {
  body:not(.home) .sidebar-top {
    display: none;
  }
}
.woo-sidebar-image {
  aspect-ratio: 2 / 1;
  background: url('/wp-content/uploads/sae-sidebar-bg-gradient2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  padding: 12px;
}
.sidebar-background-image {
  aspect-ratio: 2 / 1;
  background: url('/wp-content/uploads/sae-sidebar-bg-gradient2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.sidebar-background-image img {
  width: 100%;
  object-fit: cover;
}
.sidebar-heading {
  background: linear-gradient(to bottom, #d5d5d5, #a2a2a2);
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #a2a2a2;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: -12px -12px 0;
  padding: 12px;
}
.sidebar-heading .one-source {
  color: red;
}
@media  all and (max-width: 1128px ) {
  .sidebar-heading {
    font-size: 20px;
  }
}
.entry-content {
  padding-bottom: 24px;
}
.widget {
  padding: 0;
}
.home-carousel {
  height: 178px;
  overflow: hidden;
}
@media  all and (max-width: 1128px ) {
  .home-carousel {
    height: 147px;
  }
}
.slide-text {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #231f20;
  color: white;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 14px;
}
.header-first-row-content {
  font-style: italic;
}
.header-widget-one .custom-html-widget {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media  all and (max-width: 957px ) {
  .header-widget-one .custom-html-widget {
    width: 100%;
  }
}
@media  all and (max-width: 459px ) {
  .header-widget-one .custom-html-widget {
    font-size: 11px;
  }
}
.header-widget-two {
  text-align: right;
}
@media  all and (max-width: 957px ) {
  .header-acct {
    display: none;
  }
}
.header-acct .acct-link {
  text-decoration: none !important;
  margin-right: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media  all and (max-width: 767px ) {
  .header-acct .acct-link {
    margin-right: 12px;
  }
}
.header-acct .acct-link:hover .acct-link-text {
  text-decoration: underline !important;
}
@media  all and (max-width: 1128px ) {
  .header-acct .acct-link-text {
    display: none;
  }
}
.header-acct .icon.icon-user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
@media  all and (max-width: 957px ) {
  .header-acct .icon.icon-user {
    font-size: 18px;
  }
}
@media  all and (max-width: 459px ) {
  .header-acct .icon.icon-user {
    font-size: 14px;
  }
}
.widget-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media  all and (max-width: 957px ) {
  .widget-cart {
    margin-right: 24px;
  }
}
@media  all and (max-width: 767px ) {
  .widget-cart {
    margin-right: 12px;
  }
}
@media  all and (max-width: 459px ) {
  .widget-cart {
    margin-right: 0;
  }
}
.widget-cart .widget-cart-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
@media  all and (max-width: 957px ) {
  .widget-cart .widget-cart-icon {
    font-size: 30px;
  }
}
@media  all and (max-width: 459px ) {
  .widget-cart .widget-cart-icon {
    font-size: 24px;
  }
}
.widget-cart .cart-contents {
  text-decoration: none !important;
}
@media  all and (max-width: 957px ) {
  .widget-cart .cart-contents {
    font-size: 12px;
  }
}
.widget-cart .cart-contents:hover {
  text-decoration: underline !important;
}
@media  all and (max-width: 767px ) {
  .widget-cart .cart-contents .cart-items,
  .widget-cart .cart-contents .cart-sep {
    display: none;
  }
}
@media  all and (max-width: 459px ) {
  .widget-cart .cart-message {
    display: none;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-two .custom-html-widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
  }
  .header-widget-two .custom-html-widget a {
    text-decoration: none;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-two .custom-html-widget {
    gap: 12px;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-two .widget-email-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
}
@media  all and (max-width: 459px ) {
  .header-widget-two .widget-email-icon {
    font-size: 14px;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-two .widget-phone-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
}
@media  all and (max-width: 459px ) {
  .header-widget-two .widget-phone-icon {
    font-size: 14px;
  }
}
@media  all and (max-width: 957px ) {
  .header-widget-three {
    display: none;
  }
}
.header-widget-three .search-form {
  margin: revert;
  justify-content: flex-end;
}
.header-widget-three .search-form label {
  width: calc(90% - 2.4em);
  display: flex;
  justify-content: flex-end;
}
.header-widget-three .search-form label .search-input {
  width: 90%;
  border-color: #ffffff;
}
.header-widget-three .search-form .button-search-default {
  border-color: #ffffff;
}
@media  all and (max-width: 957px ) {
}
.primary-menu-container,
.primary-menu {
  height: 100%;
}
.header-second-row {
  border: 0 solid black;
  border-bottom-width: 14px;
  border-image: url('../img/headBG.jpg') 0 0 14 0 stretch;
}
.primary-menu > li,
.primary-menu > ul > li {
  flex: 1 1 auto;
  text-transform: uppercase;
  border-left: 2px solid black;
  text-align: center;
}
.primary-menu > li:last-child,
.primary-menu > ul > li:last-child {
  border-right: 2px solid black;
}
.mobile-search-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  z-index: 9;
}
.mobile-search-button .icon {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media  all and (min-width: 958px ) {
  .mobile-search-button {
    display: none;
  }
}
@media  all and (max-width: 459px ) {
  .mobile-search-button {
    width: 10%;
  }
}
.mobile-button-container .icon {
  right: 12px;
}
.button-search-default {
  border-color: #010101;
  background-color: black;
  color: #ffffff;
  padding: 8px 10px;
}
.button-search-default:hover {
  background-color: #3f3f3f;
}
.site-footer {
  border: 0 solid black;
  border-top-width: 14px;
  border-image: url('../img/footer-border-top-bg.jpg') 14 0 0 0 stretch;
}
@media  all and (max-width: 767px ) {
  [class^='footer-widget-'] {
    padding: 0 12px;
    text-align: center;
  }
}
.address-label,
.phone-label,
.fax-label {
  font-size: 18px;
  font-weight: 600;
}
.address-container,
.phone-container,
.fax-container {
  margin-bottom: 6px;
}
.address-link {
  font-size: 13px;
}
.language-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media  all and (max-width: 1128px ) {
  .language-menu {
    flex-wrap: wrap;
  }
}
.language-menu img {
  height: 20px;
  aspect-ratio: 3 / 2;
  margin: 0 12px;
}
.language-menu li {
  padding: 0;
  margin: 0 0 12px 0;
}
.language-menu li a {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#menu-footer-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media  all and (max-width: 767px ) {
  #menu-footer-menu {
    flex-direction: column;
  }
}
#menu-footer-menu li {
  padding: 0 6px;
}
#menu-footer-menu li:not(:last-child):after {
  content: '|';
  margin-left: 12px;
}
@media  all and (max-width: 767px ) {
  #menu-footer-menu li:not(:last-child):after {
    display: none;
  }
}
@media  all and (max-width: 767px ) {
  #menu-footer-menu li {
    padding: 0;
  }
}
@media  all and (max-width: 957px ) {
  .footer-widget-three {
    text-align: center;
  }
}
.footer-widget-four {
  text-align: center;
}
.copyright {
  display: inline-block;
  margin-right: 12px;
}
#menu-featured-products-footer {
  column-count: 2;
  list-style: none;
  padding: 0;
}
#menu-featured-products-footer li {
  margin-bottom: 6px;
}
.entry-header,
.page-header,
.woocommerce-products-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.entry-header h1,
.page-header h1,
.woocommerce-products-header h1 {
  flex-grow: 1;
  margin-right: 12px;
  width: auto;
  color: red;
}
.entry-header:after,
.page-header:after,
.woocommerce-products-header:after {
  background: linear-gradient(to right, white, #fcb54b, #ff0400, #ac0300, black);
  box-shadow: 1px 1px 1px #8a8a8a;
  content: ' ';
  flex-grow: 50;
  height: 10px;
  width: auto;
}
h1.entry-title,
h1.page-title {
  color: red;
}
.acf-equal-columns.company-intro {
  font-size: 18px;
}
.text-black {
  color: black;
}
/************
 * Sidebar
 */
.youtube-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
}
.youtube-link img {
  width: 100px;
}
.credit-card-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px;
}
.credit-card-logos img {
  max-width: 100% !important;
}
.credit-card-msg {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.67em;
}
/***
account cart checkout buttons
 */
.woo-button-section {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  width: 100%;
}
.woo-button-section a {
  margin: 0;
  text-decoration: none;
  background: #3f3f3f;
  display: block;
  padding: 1px 16px;
  color: white;
  border-radius: 6px;
  width: calc(100% / 3 - 12px);
  text-align: center;
}
/***
Single Product Page
*/
.product-page-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-page-top-left {
  width: 400px;
}
@media  all and (max-width: 1128px ) {
  .product-page-top-left {
    width: 300px;
  }
}
@media  all and (max-width: 767px ) {
  .product-page-top-left {
    width: 100%;
  }
}
.product-page-top-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% -  400px  -  36px );
}
@media  all and (max-width: 1128px ) {
  .product-page-top-right {
    width: calc(100% -  300px  -  36px );
  }
}
@media  all and (max-width: 767px ) {
  .product-page-top-right {
    width: 100%;
  }
}
.wc-block-product-categories-list--depth-1 {
  display: none;
}
.wc-block-product-categories-list-item a {
  display: flex;
  align-items: center;
  height: 45px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .weight-wrapper {
  display: block;
  margin-bottom: 6px;
}
.wc-block-mini-cart {
  visibility: visible !important;
}
.product-description-table {
  margin-top: 20px;
}
.product-description-table td {
  border: 1px solid #e8e8e8;
}
/** REVIEWS **/
#reply-title {
  font-size: 1.5rem;
  margin-bottom: 0.67em;
}
.comment-form-rating label {
  margin-bottom: 6px;
}
.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 0;
}
form.checkout.woocommerce-checkout {
  display: revert;
}
.woocommerce .button.checkout-button {
  background-color: green !important;
}
.woocommerce .button.checkout-button:hover {
  background-color: #003400 !important;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 12px 0;
  font-size: 0.9em;
}
/**
Update Amazon Pay box on mobile
 */
@media  all and (max-width: 767px ) {
  .amazon-box-text {
    order: 1;
    margin-bottom: 12px;
  }
  #pay_with_amazon {
    width: 320px !important;
    max-width: 100% !important;
    order: 2;
  }
  .woocommerce-info.info.wc-amazon-payments-advanced-info {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 1.5em;
  }
  .woocommerce-info.info.wc-amazon-payments-advanced-info:before {
    display: none;
    padding: 0;
  }
}
.privacy-policy-list > li,
.terms-conditions-list > li {
  margin-bottom: 24px;
}
.video-container {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0;
}
.product-video {
  margin: 36px auto;
}
.item-not-purchasable {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.grease-fitting-kits-note {
  margin-bottom: 24px;
}
/*Mobile Search*/
@media  all and (max-width: 957px ) {
  .header-widget-three {
    display: none;
  }
  .search-form {
    width: 100%;
    align-items: center;
  }
  .search-form-input {
    max-width: 100%;
    width: 250px;
    height: 40px;
    font-size: 16px;
  }
  .search-form-input:focus-visible {
    outline: none !important;
    box-shadow: 0 0 3px #fff0a0;
  }
  .header-widget-three.visible {
    position: absolute;
    top: 96px;
    left: 0;
    background: #3f3f3f;
    width: 100%;
    z-index: 10;
    padding: 4px;
    height: auto;
  }
  .header-widget-three.visible .search-form {
    justify-content: center;
    width: 768px;
    margin: 0 auto;
  }
  .header-widget-three.visible .search-form label .search-input {
    width: 100%;
  }
  .header-widget-three.visible .custom-html-widget {
    display: grid;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
  }
  .search-form-submit {
    background-color: #353535;
    border: 1px solid #000000;
    height: 40px;
  }
  .search-form-submit .icon {
    color: white;
    font-size: 30px;
  }
}
@media  all and (max-width: 767px ) {
  .header-widget-three.visible {
    position: absolute;
    top: 96px;
    background: #3f3f3f;
    width: 100%;
    z-index: 10;
    padding: 4px;
    height: auto;
  }
  .header-widget-three.visible .search-form {
    justify-content: center;
    width: 100%;
  }
}
.cleanpage .ginput_container {
  margin: 0 !important;
  max-width: 450px !important;
}
/**
Mailchimp signup form sidebar
 */
#mc_embed_shell {
  width: 100%;
  padding: 10px;
  margin: 0;
  color: black;
  box-sizing: border-box;
}
#mc_embed_shell .indicates-required {
  display: none;
}
#mc-embedded-subscribe-form {
  margin: 0 !important;
}
#mc_embed_signup h2 {
  font-size: 16px !important;
  margin: 0 !important;
}
.shop_attributes a[rel='tag'] {
  pointer-events: none;
  cursor: default;
  color: #010101;
  text-decoration: none;
}
.home-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media  all and (max-width: 1128px ) {
  .home-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media  all and (max-width: 767px ) {
  .home-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-product {
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #000000;
  background: linear-gradient(to top, #ffffff, #444444);
  transition: all 150ms;
}
.home-product:hover {
  transition: all 150ms;
  background: linear-gradient(to top, #ffffff, #cccccc);
}
.home-product:hover a {
  color: black;
}
.home-product:hover .img-container img {
  transition: all 150ms;
  transform: scale3d(1.1, 1.1, 1.1);
}
.home-product a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: black;
}
.home-product .img-container {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-product .img-container img {
  transition: all 150ms;
  max-width: 90%;
  max-height: 80%;
}
.home-product h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  margin: 0;
}
@media  all and (max-width: 459px ) {
  .home-product h2 {
    height: revert;
    font-size: 14px;
  }
}
.button-container-home {
  display: flex;
  margin: 12px 0;
  justify-content: center;
}
.woocommerce-shop .products,
.tax-product_cat.term-grease-fittings .products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media  all and (max-width: 1128px ) {
  .woocommerce-shop .products,
  .tax-product_cat.term-grease-fittings .products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media  all and (max-width: 767px ) {
  .woocommerce-shop .products,
  .tax-product_cat.term-grease-fittings .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media  all and (max-width: 459px ) {
  .woocommerce-shop .products,
  .tax-product_cat.term-grease-fittings .products {
    grid-template-columns: 1fr !important;
  }
}
.woocommerce-shop .products:before,
.tax-product_cat.term-grease-fittings .products:before,
.woocommerce-shop .products:after,
.tax-product_cat.term-grease-fittings .products:after {
  display: none !important;
}
.woocommerce-shop .products .product-category,
.tax-product_cat.term-grease-fittings .products .product-category {
  width: 100% !important;
  margin: 0 !important;
  min-width: 0;
}
.woocommerce-shop .products .product-category:before,
.tax-product_cat.term-grease-fittings .products .product-category:before,
.woocommerce-shop .products .product-category:after,
.tax-product_cat.term-grease-fittings .products .product-category:after {
  display: none !important;
}
.woocommerce-shop .products .product-category a,
.tax-product_cat.term-grease-fittings .products .product-category a {
  height: 100% !important;
}
.woocommerce-shop .products .product-category a .woocommerce-loop-category__title,
.tax-product_cat.term-grease-fittings .products .product-category a .woocommerce-loop-category__title {
  height: auto !important;
}
.products .product-category a {
  padding: 10px !important;
  border-radius: 8px;
  border: 2px solid #000000;
  background: linear-gradient(to top, #ffffff, #cccccc);
  transition: all 150ms;
}
.products .product-category a:hover {
  border: 2px solid #000000;
  transition: all 150ms;
  background: linear-gradient(to top, #ffffff, #444444);
}
.products .product-category a:hover .product-img-container img {
  transition: all 150ms;
  transform: scale3d(1.1, 1.1, 1.1);
}
.products .product-category a:hover .woocommerce-loop-category__title {
  color: #193d60;
}
.products .product-category a .product-img-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.products .product-category a .product-img-container img {
  transition: all 150ms;
  max-width: 85% !important;
  max-height: 80% !important;
}
.products .product-category a .woocommerce-loop-category__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 0 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  height: 44px !important;
  margin: 0 !important;
  color: black;
}
body.term-grease-fittings .products .product .product-img-container img {
  mix-blend-mode: multiply;
}
.home-latest-news h2 {
  text-align: center;
  margin-top: 48px;
  color: red;
  font-weight: bold;
  font-size: 24px;
}
.recent-posts-container,
.posts-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media  all and (max-width: 1128px ) {
  .recent-posts-container,
  .posts-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recent-posts-container .recent-post,
.posts-grid-container .recent-post,
.recent-posts-container .grid-post,
.posts-grid-container .grid-post {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: 250ms all;
}
.recent-posts-container .recent-post:hover,
.posts-grid-container .recent-post:hover,
.recent-posts-container .grid-post:hover,
.posts-grid-container .grid-post:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: 250ms all;
  border: 1px solid red;
}
.recent-posts-container .recent-post:hover .recent-post-featured-img-container,
.posts-grid-container .recent-post:hover .recent-post-featured-img-container,
.recent-posts-container .grid-post:hover .recent-post-featured-img-container,
.posts-grid-container .grid-post:hover .recent-post-featured-img-container,
.recent-posts-container .recent-post:hover .grid-post-featured-img-container,
.posts-grid-container .recent-post:hover .grid-post-featured-img-container,
.recent-posts-container .grid-post:hover .grid-post-featured-img-container,
.posts-grid-container .grid-post:hover .grid-post-featured-img-container {
  transform: scale(0.95, 0.95);
  transition: all 250ms;
}
.recent-posts-container .recent-post-title,
.posts-grid-container .recent-post-title,
.recent-posts-container .grid-post-title,
.posts-grid-container .grid-post-title {
  font-size: 1rem;
  font-weight: bold;
  max-width: 100%;
  height: auto;
  padding: 0 24px;
  margin: 24px 0;
}
@media  all and (max-width: 767px ) {
  .recent-posts-container .recent-post-title,
  .posts-grid-container .recent-post-title,
  .recent-posts-container .grid-post-title,
  .posts-grid-container .grid-post-title {
    height: auto;
  }
}
.recent-posts-container .recent-post-title a,
.posts-grid-container .recent-post-title a,
.recent-posts-container .grid-post-title a,
.posts-grid-container .grid-post-title a {
  max-width: 100%;
  color: #010101;
  text-decoration: none;
}
.recent-posts-container .recent-post-featured-img-container,
.posts-grid-container .recent-post-featured-img-container,
.recent-posts-container .grid-post-featured-img-container,
.posts-grid-container .grid-post-featured-img-container {
  display: flex;
  transition: all 250ms;
  background: white;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.recent-posts-container .recent-post-featured-img-container img,
.posts-grid-container .recent-post-featured-img-container img,
.recent-posts-container .grid-post-featured-img-container img,
.posts-grid-container .grid-post-featured-img-container img {
  aspect-ratio: 3 / 2;
  object-position: center;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.recent-posts-container .recent-post-content,
.posts-grid-container .recent-post-content {
  padding: 0 24px 24px;
}
.recent-posts-container .read-more-link,
.posts-grid-container .read-more-link {
  text-decoration: none;
}
.recent-posts-container .read-more-link:hover,
.posts-grid-container .read-more-link:hover {
  text-decoration: underline;
}
.sidebar-cats {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin-top: 0;
}
.sidebar-cat {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3px;
  margin-left: -12px;
  width: calc(100% + 24px);
  box-sizing: border-box;
  position: relative;
}
.sidebar-cat:before {
  content: '▶';
  position: absolute;
  right: 24px;
  color: black;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 150ms all;
}
.sidebar-cat:hover:before {
  right: 12px;
  opacity: 1;
  transition: 150ms all;
}
.sidebar-cat a {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: black;
  width: 100%;
}
.sidebar-cat a:hover {
  color: red;
}
.sidebar-cat a .img-container {
  width: 50px;
  margin-right: 12px;
  height: 30px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media  all and (max-width: 1128px ) {
  .sidebar-cat a .img-container {
    margin-right: 4px;
    width: 40px;
    height: 24px;
  }
}
.sidebar-cat a .img-container img {
  display: block;
  max-height: 80%;
  max-width: 80%;
}
.sidebar-cat .sidebar-cat-title {
  display: flex;
  align-items: center;
}
@media  all and (max-width: 1128px ) {
  .sidebar-cat .sidebar-cat-title {
    font-size: 13px;
  }
}
.sidebar-blog-cat-heading {
  font-weight: bold;
  padding-left: 12px;
}
.sidebar-blog-cats {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin-top: 0;
}
.sidebar-blog-cat {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3px;
  padding-left: 12px;
  padding-bottom: 6px;
  width: calc(100% + 24px);
  box-sizing: border-box;
  position: relative;
}
.sidebar-blog-cat:before {
  content: '▶';
  position: absolute;
  right: 36px;
  color: black;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 150ms all;
}
.sidebar-blog-cat:hover:before {
  right: 24px;
  opacity: 1;
  transition: 150ms all;
}
.sidebar-blog-cat a {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: black;
  width: 100%;
}
.sidebar-blog-cat a:hover {
  color: red;
}
.sidebar-blog-cat .sidebar-cat-title {
  display: flex;
  align-items: center;
}
@media  all and (max-width: 1128px ) {
  .sidebar-blog-cat .sidebar-cat-title {
    font-size: 13px;
  }
}
.certificate-download-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
}
.certificate-download-text {
  margin: 12px 0;
  font-size: 18px;
}
.nav-links {
  border-top: 2px solid black;
  padding-top: 12px;
}
.contact-us-content {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 24px;
}
@media  all and (max-width: 1128px ) {
  .contact-us-content {
    grid-template-columns: 1fr;
  }
}
.form-container {
  order: 1;
}
@media  all and (max-width: 1128px ) {
  .form-container {
    order: 2;
  }
}
.contact-details {
  order: 2;
}
@media  all and (max-width: 1128px ) {
  .contact-details {
    order: 1;
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media  all and (max-width: 1128px ) {
  .contact-item {
    width: 50%;
  }
}
@media  all and (max-width: 459px ) {
  .contact-item {
    width: 100%;
  }
}
.icon-container {
  margin-right: 12px;
}
.icon-container .icon {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-label {
  font-weight: bold;
  margin-bottom: 4px;
}
.contact-info {
  line-height: 1.4;
}
.multi-card-container {
  position: relative;
}
.card-anchor-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3px;
  margin-bottom: 24px;
  padding: 0;
}
.card-anchor-nav ul.button-half li {
  width: calc(50% - 3px);
}
.card-anchor-nav ul.button-third li {
  width: calc((100% / 3) - 3px);
}
.card-anchor-nav ul.button-quarter li {
  width: calc(25% - 3px);
}
.card-anchor-nav ul li a,
.card-anchor-nav ul li a:visited {
  background-color: #dddddd;
  border: 1px solid black;
  border-radius: 6px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 6px 3.996px;
  text-align: center;
  text-decoration: none;
  transition: all 200ms;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.card-anchor-nav ul li a:hover,
.card-anchor-nav ul li a:visited:hover,
.card-anchor-nav ul li a:active,
.card-anchor-nav ul li a:visited:active {
  text-decoration: none;
  transition: all 200ms;
  background-position: 0 0;
  background: red;
  color: white;
  border-color: white !important;
}
/* ──────────── Child Category Card ──────────── */
.cat-card {
  background: #ffffff;
  border: 2px solid black;
  border-bottom-width: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 48px;
  display: grid;
  position: relative;
  grid-template-columns: auto 300px;
  grid-template-rows: auto;
  grid-template-areas: 'title       title      ' 'description image' 'bonus bonus' 'table       table      ' ' notice notice';
}
@media  all and (max-width: 767px ) {
  .cat-card {
    grid-template-areas: 'title       title      ' 'description description' 'image image' 'bonus bonus' 'table       table      ' ' notice notice';
  }
}
.cat-card.card-layout-title-image {
  grid-template-areas: 'title image' 'table table' 'notice notice';
}
@media  all and (max-width: 767px ) {
  .cat-card.card-layout-title-image {
    grid-template-areas: 'title title' 'image image' 'table table' 'notice notice';
  }
}
.cat-card.card-layout-title-image .cat-card-image {
  border-bottom: 2px solid black;
}
.cat-card.card-layout-full-image {
  grid-template-areas: 'title        title' 'image        image' 'description  description' 'bonus        bonus' 'table        table' 'notice       notice';
}
.cat-card.card-layout-full-image-black {
  grid-template-areas: 'title        title' 'image        image' 'description  description' 'bonus        bonus' 'table        table' 'notice       notice';
}
.cat-card.card-layout-full-image-black .cat-card-image {
  background: black;
  color: white;
}
.single-card {
  border-top-width: 8px;
  grid-template-areas: 'image image' 'table       table      ' ' notice notice';
}
.single-card .cat-card-image img {
  max-height: 250px;
}
/* Header */
.cat-card-title {
  font-size: 1.4rem;
  position: relative;
  grid-area: title;
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: black;
  color: white;
  margin: 0;
}
.edit-child-cat-link,
.edit-product-link {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
}
.cat-card-image {
  grid-area: image;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cat-card-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
/* Description & Bonus */
.cat-card-description {
  padding: 12px;
  grid-area: description;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.cat-card-bonus {
  padding: 12px;
  grid-area: bonus;
  background: black;
  color: white;
}
.cat-card-notice {
  padding: 12px;
  grid-area: notice;
  text-align: center;
}
#cat-group-1-junction-blocks,
#cat-group-2-junction-blocks,
#cat-tube-connectors,
#cat-bulkhead-connectors,
#cat-feed-line-swivels,
#cat-grease-fitting-adapters,
#cat-grease-fitting-elbows {
  grid-template-areas: 'title       title      ' 'image image' 'description description' 'bonus bonus' 'table       table      ' ' notice notice';
}
#cat-group-1-junction-blocks .cat-card-image,
#cat-group-2-junction-blocks .cat-card-image,
#cat-tube-connectors .cat-card-image,
#cat-bulkhead-connectors .cat-card-image,
#cat-feed-line-swivels .cat-card-image,
#cat-grease-fitting-adapters .cat-card-image,
#cat-grease-fitting-elbows .cat-card-image {
  background: black;
  color: white;
}
#cat-bspp-grease-fittings-flush-type,
#cat-bspp-giant-button-head-grease-fittings,
#cat-bspp-button-head-grease-fittings,
#cat-bsf-grease-fittings,
#cat-bsp-grease-fittings,
#cat-1-4-28-stainless-steel-grease-fitting,
#cat-1-8-ptf-stainless-steel-grease-fittings,
#cat-1-4-ptf-stainless-steel-grease-fittings,
#cat-3-8-18-npt-stainless-steel-grease-fittings-ss-grease-fittings,
#cat-1-2-npt-grease-fittings-ss-grease-fittings,
#cat-5mm-grease-fittings-ss-grease-fittings,
#cat-6mm-grease-fittings-ss-grease-fittings,
#cat-8mm-grease-fittings-ss-grease-fittings,
#cat-10mm-grease-fittings-ss-grease-fittings,
#cat-12mm-grease-fittings-ss-grease-fittings,
#cat-imperial-thread-forming-grease-fittings,
#cat-metric-thread-forming-grease-fittings,
#cat-3-8-18-npt-carbon-steel-grease-fittings,
#cat-3-8-18-npt-stainless-steel-grease-fittings,
#cat-1-4-28-straight-thread-grease-fittings,
#cat-5mm-grease-fittings,
#cat-6mm-grease-fittings,
#cat-6mm-thread-forming-grease-fitting,
#cat-7mm-grease-fittings,
#cat-8mm-grease-fittings,
#cat-8mm-thread-forming,
#cat-10mm-thread-forming,
#cat-10mm-grease-fittings,
#cat-12mm-grease-fittings,
#cat-16mm-grease-fittings {
  grid-template-areas: 'title       title      ' 'image image' 'description description' 'bonus bonus' 'table       table      ' ' notice notice';
}
#cat-1-4-drive-stainless-steel-grease-fittings,
#cat-3-16-drive-stainless-steel-grease-fittings,
#cat-metric-flush-type-grease-fittings-ss-grease-fittings,
#cat-metric-standard-button-head-grease-fittings-ss-grease-fittings,
#cat-metric-drive-type-grease-fittings,
#cat-metric-standard-button-head-grease-fittings-metric-grease-fittings,
#cat-metric-giant-button-head-grease-fittings,
#cat-metric-drive-type-grease-fittings,
#cat-metric-flush-type-grease-fittings-metric-grease-fittings,
#cat-metric-thread-forming-flush-type-grease-fittings-metric-grease-fittings,
#cat-metric-plugs {
  grid-template-areas: 'title image' 'table table' 'notice notice';
}
@media  all and (max-width: 767px ) {
  #cat-1-4-drive-stainless-steel-grease-fittings,
  #cat-3-16-drive-stainless-steel-grease-fittings,
  #cat-metric-flush-type-grease-fittings-ss-grease-fittings,
  #cat-metric-standard-button-head-grease-fittings-ss-grease-fittings,
  #cat-metric-drive-type-grease-fittings,
  #cat-metric-standard-button-head-grease-fittings-metric-grease-fittings,
  #cat-metric-giant-button-head-grease-fittings,
  #cat-metric-drive-type-grease-fittings,
  #cat-metric-flush-type-grease-fittings-metric-grease-fittings,
  #cat-metric-thread-forming-flush-type-grease-fittings-metric-grease-fittings,
  #cat-metric-plugs {
    grid-template-areas: 'title title' 'image image' 'table table' 'notice notice';
  }
}
#cat-1-4-drive-stainless-steel-grease-fittings .cat-card-image,
#cat-3-16-drive-stainless-steel-grease-fittings .cat-card-image,
#cat-metric-flush-type-grease-fittings-ss-grease-fittings .cat-card-image,
#cat-metric-standard-button-head-grease-fittings-ss-grease-fittings .cat-card-image,
#cat-metric-drive-type-grease-fittings .cat-card-image,
#cat-metric-standard-button-head-grease-fittings-metric-grease-fittings .cat-card-image,
#cat-metric-giant-button-head-grease-fittings .cat-card-image,
#cat-metric-drive-type-grease-fittings .cat-card-image,
#cat-metric-flush-type-grease-fittings-metric-grease-fittings .cat-card-image,
#cat-metric-thread-forming-flush-type-grease-fittings-metric-grease-fittings .cat-card-image,
#cat-metric-plugs .cat-card-image {
  border-bottom: 2px solid black;
}
/* ──────────── Products Table ──────────── */
.cat-card-table-wrapper {
  padding: 12px;
  grid-area: table;
  overflow-x: auto;
}
.cat-card-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  text-align: center;
}
.cat-card-table thead {
  background: red;
}
.cat-card-table thead th {
  color: white;
  font-weight: bold;
  padding: 6px 6px;
  border: 1px solid #101010;
}
.cat-card-table thead th:first-child {
  word-break: keep-all;
}
.cat-card-table tbody tr {
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.cat-card-table tbody tr:nth-of-type(odd) {
  background: #ffffff;
}
.cat-card-table tbody tr:nth-of-type(even) {
  background: #d0d0d0;
}
.cat-card-table tbody tr:hover {
  transition: background-color 0.25s ease;
  background: #aaaaaa;
}
.cat-card-table tbody tr td {
  padding: 6px 6px;
  border: 1px solid #101010;
}
.cat-card-table tbody tr td:first-child {
  word-break: keep-all;
}
.view-product-btn,
.view-product-btn:visited {
  display: block;
  padding: 2px 6px !important;
  margin: 0 !important;
  font-size: 14px !important;
  background-color: #3f3f3f;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.view-product-btn:hover,
.view-product-btn:visited:hover {
  color: white;
  background-color: black;
}
.cat-card-button-column {
  width: 140px;
}
.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.infographic-banner,
.infographic-banner:visited {
  width: 100%;
  text-decoration: none;
  font-size: 22px;
  display: flex;
  flex-wrap: nowrap;
  background: #464646;
  color: white;
  align-items: center;
}
.infographic-banner:hover,
.infographic-banner:visited:hover {
  text-decoration: none;
  background: black;
  color: white;
}
.infographic-banner-red,
.infographic-banner-red:visited {
  background: #e80000;
}
.banner-left {
  width: 80%;
  padding: 20px;
}
.banner-right {
  width: 20%;
  padding: 10px;
}
.banner-right img {
  max-width: 100%;
}
.infographic-container {
  padding: 40px;
}
.infographic-container img {
  max-width: 100%;
  height: auto;
  border: 1px solid #b6b6b6;
}
.retaining-rings-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 36px;
}
.retaining-rings-table thead {
  background: red;
}
.retaining-rings-table thead th {
  color: white;
  font-weight: bold;
  padding: 6px 6px;
  border: 1px solid #101010;
}
.retaining-rings-table tbody tr {
  transition: background-color 0.25s ease;
}
.retaining-rings-table tbody tr td {
  padding: 6px 6px;
  border: 1px solid #101010;
}
.rr-td-image {
  width: 130px;
}
.rr-td-image img {
  margin: 0 auto;
}
.rr-td-chart {
  width: 230px;
}
.rr-td-chart table tr:nth-of-type(odd) {
  background: #ffffff;
}
.rr-td-chart table tr:nth-of-type(even) {
  background: #d0d0d0;
}
.product-btn-container {
  margin: 12px 0;
}
.related-resource {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 24px 0;
}
#cat-spouts td[data-value='Purple'] {
  background-color: #553187;
  color: white;
}
#cat-spouts td[data-value='Blue'] {
  background-color: #304ac5;
  color: white;
}
#cat-spouts td[data-value='Mid Green'] {
  background-color: #31863e;
  color: white;
}
#cat-spouts td[data-value='Yellow'] {
  background-color: #f5bb00;
}
#cat-gfca-series-grease-fitting-caps td[data-value='Red'],
#cat-gfca-1-series-grease-fitting-caps td[data-value='Red'],
#cat-gfca-2-series-grease-fitting-caps td[data-value='Red'],
#cat-gfca-3-series-grease-fitting-caps td[data-value='Red'],
#cat-gfca-4-series-grease-fitting-caps td[data-value='Red'],
#cat-gfca-5-series-grease-fitting-caps td[data-value='Red'] {
  background-color: #b42216;
  color: white;
}
#cat-gfca-series-grease-fitting-caps td[data-value='Blue'],
#cat-gfca-1-series-grease-fitting-caps td[data-value='Blue'],
#cat-gfca-2-series-grease-fitting-caps td[data-value='Blue'],
#cat-gfca-3-series-grease-fitting-caps td[data-value='Blue'],
#cat-gfca-4-series-grease-fitting-caps td[data-value='Blue'],
#cat-gfca-5-series-grease-fitting-caps td[data-value='Blue'] {
  background-color: #357cdf;
  color: white;
}
#cat-gfca-series-grease-fitting-caps td[data-value='Green'],
#cat-gfca-1-series-grease-fitting-caps td[data-value='Green'],
#cat-gfca-2-series-grease-fitting-caps td[data-value='Green'],
#cat-gfca-3-series-grease-fitting-caps td[data-value='Green'],
#cat-gfca-4-series-grease-fitting-caps td[data-value='Green'],
#cat-gfca-5-series-grease-fitting-caps td[data-value='Green'] {
  background-color: #44ab58;
  color: white;
}
#cat-gfca-series-grease-fitting-caps td[data-value='Yellow'],
#cat-gfca-1-series-grease-fitting-caps td[data-value='Yellow'],
#cat-gfca-2-series-grease-fitting-caps td[data-value='Yellow'],
#cat-gfca-3-series-grease-fitting-caps td[data-value='Yellow'],
#cat-gfca-4-series-grease-fitting-caps td[data-value='Yellow'],
#cat-gfca-5-series-grease-fitting-caps td[data-value='Yellow'] {
  background-color: #cbbe47;
}
#cat-gfca-series-grease-fitting-caps td[data-value='Black'],
#cat-gfca-1-series-grease-fitting-caps td[data-value='Black'],
#cat-gfca-2-series-grease-fitting-caps td[data-value='Black'],
#cat-gfca-3-series-grease-fitting-caps td[data-value='Black'],
#cat-gfca-4-series-grease-fitting-caps td[data-value='Black'],
#cat-gfca-5-series-grease-fitting-caps td[data-value='Black'] {
  background-color: #242424;
  color: white;
}
#cat-gfca-series-grease-fitting-caps td[data-value='Clear'],
#cat-gfca-1-series-grease-fitting-caps td[data-value='Clear'],
#cat-gfca-2-series-grease-fitting-caps td[data-value='Clear'],
#cat-gfca-3-series-grease-fitting-caps td[data-value='Clear'],
#cat-gfca-4-series-grease-fitting-caps td[data-value='Clear'],
#cat-gfca-5-series-grease-fitting-caps td[data-value='Clear'] {
  background-color: #ffffff;
  /* 45° stripes: light gray on white */
  background-image: repeating-linear-gradient(45deg, #efefef 0, #efefef 8px, transparent 8px, transparent 16px);
}
#cat-rubber-button-head-fitting-cap td[data-value='Red'] {
  background-color: #b42216;
  color: white;
}
#cat-rubber-button-head-fitting-cap td[data-value='Blue'] {
  background-color: #1d49c8;
  color: white;
}
#cat-rubber-button-head-fitting-cap td[data-value='Green'] {
  background-color: #23bd9c;
}
#cat-rubber-button-head-fitting-cap td[data-value='Purple'] {
  background-color: #7252b6;
  color: white;
}
#cat-lever-action-clear td[data-value='Red'],
#cat-pistol-grip-clear td[data-value='Red'],
#cat-clear-gun-tubes td[data-value='Red'] {
  background: linear-gradient(135deg, red, #ff6666, #990000);
  color: transparent;
}
#cat-lever-action-clear td[data-value='Green'],
#cat-pistol-grip-clear td[data-value='Green'],
#cat-clear-gun-tubes td[data-value='Green'] {
  background: linear-gradient(135deg, #00cc33, #33ff66, #00661a);
  color: transparent;
}
#cat-lever-action-clear td[data-value='Yellow'],
#cat-pistol-grip-clear td[data-value='Yellow'],
#cat-clear-gun-tubes td[data-value='Yellow'] {
  background: linear-gradient(135deg, yellow, #ffff66, #999900);
  color: transparent;
}
#cat-lever-action-clear td[data-value='Blue'],
#cat-pistol-grip-clear td[data-value='Blue'],
#cat-clear-gun-tubes td[data-value='Blue'] {
  background: linear-gradient(135deg, blue, #6666ff, #000099);
  color: transparent;
}
#cat-lever-action-clear td[data-value='Black'],
#cat-pistol-grip-clear td[data-value='Black'],
#cat-clear-gun-tubes td[data-value='Black'] {
  background: linear-gradient(135deg, #1a1a1a, #404040, black);
  color: transparent;
}
#cat-lever-action-clear td[data-value='White'],
#cat-pistol-grip-clear td[data-value='White'],
#cat-clear-gun-tubes td[data-value='White'] {
  background: white;
  color: transparent;
}
#cat-lever-action-clear td[data-value='Purple'],
#cat-pistol-grip-clear td[data-value='Purple'],
#cat-clear-gun-tubes td[data-value='Purple'] {
  background: linear-gradient(135deg, purple, #e600e6, #1a001a);
  color: transparent;
}
#cat-lever-action-clear td[data-value='Silver'],
#cat-pistol-grip-clear td[data-value='Silver'],
#cat-clear-gun-tubes td[data-value='Silver'] {
  background: linear-gradient(135deg, silver, #f3f3f3, #8d8d8d);
  color: transparent;
}
.info-request {
  border: 1px solid #cccccc;
  padding: 12px;
  display: flex;
  align-items: center;
}
.referrer-thumbnail {
  margin-right: 22px;
}
/***
SORTER style (admin only)
 */
/* Spinner for Save buttons */
.product-sort-controls {
  z-index: 10;
  position: absolute;
  right: 0;
  padding-right: 12px;
}
button.saving {
  position: relative;
  opacity: 0.75;
  cursor: default;
}
button.saving::after {
  content: '';
  display: inline-block;
  margin-left: 0.5em;
  width: 0.75em;
  height: 0.75em;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: b2bds-spin 0.8s linear infinite;
}
@keyframes b2bds-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
END of Sorter styles
 */
/**
Product Specifications Table (single product page)
 */
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.woocommerce-product-attributes {
  width: auto;
  margin: 0;
  text-align: left;
  border: 2px solid #ffffff !important;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) td,
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) td,
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) th,
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) th {
  padding: 6px 12px 6px 6px;
  border: 1px solid #ffffff !important;
  min-width: 200px;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) td p,
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) td p,
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) th p,
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) th p {
  padding: 0;
  margin: 0;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) th,
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) th {
  font-weight: bold;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) th {
  background-color: #ffffff;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(odd) td {
  background-color: #ffffff;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) th {
  background-color: #d0d0d0;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) td {
  background-color: #d0d0d0;
}
.intl-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media  all and (max-width: 1299px ) {
  .intl-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media  all and (max-width: 767px ) {
  .intl-products-grid {
    grid-template-columns: 1fr;
  }
}
.intl-products-grid .product-section {
  border: 5px solid black;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.intl-products-grid .product-section .image-container {
  height: 200px;
  margin: 12px 0;
  background: linear-gradient(to top, #ffffff, #cccccc);
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
}
.intl-products-grid .buy-now-link {
  margin: 12px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1rem;
  border-width: 0;
  border-radius: 6px;
  text-align: center;
  background: red;
  border-color: red;
  color: white;
}
.intl-products-grid .buy-now-link:hover {
  text-decoration: none;
  transition: all 200ms;
}
.intl-products-grid .buy-now-link:hover,
.intl-products-grid .buy-now-link:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
.intl-products-grid .buy-now-link:visited {
  color: white;
}
.intl-products-grid .buy-now-link:visited:hover {
  color: white;
}
.intl-products-grid .buy-now-link:hover,
.intl-products-grid .buy-now-link:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
.intl-products-grid .buy-now-link:visited {
  color: white;
}
.intl-products-grid .buy-now-link:visited:hover {
  color: white;
}
.intl-products-grid .product-section-links {
  list-style: none;
  padding: 0;
  height: 280px;
}
.intl-products-grid .product-section-links li {
  margin-bottom: 6px;
}
.intl-products-grid .product-section-links .main-section-link {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.woocommerce-page #content div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  aspect-ratio: 4 / 3;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-product-gallery__image {
  width: 394px !important;
  height: 294px !important;
  display: flex !important;
  float: none;
  aspect-ratio: 4 / 3;
  justify-content: center;
  align-items: center;
}
.woocommerce-product-gallery__image img {
  width: auto !important;
  height: auto !important;
}
.review-separator {
  margin: 36px auto;
  width: 100%;
}
.navigation.blog-nav .nav-links a {
  margin: 12px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  transition: all 200ms;
  padding: 12px 24px;
  font-size: 1rem;
  border-width: 0;
  border-radius: 6px;
  text-align: center;
  background: red;
  border-color: red;
  color: white;
}
.navigation.blog-nav .nav-links a:hover {
  text-decoration: none;
  transition: all 200ms;
}
.navigation.blog-nav .nav-links a:hover,
.navigation.blog-nav .nav-links a:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white !important;
}
.navigation.blog-nav .nav-links a:visited {
  color: white;
}
.navigation.blog-nav .nav-links a:visited:hover {
  color: white;
}
.navigation.blog-nav .nav-links a:hover,
.navigation.blog-nav .nav-links a:active {
  background-position: 0 0;
  background: #b30000;
  color: white;
  border-color: white;
}
.navigation.blog-nav .nav-links a:visited {
  color: white;
}
.navigation.blog-nav .nav-links a:visited:hover {
  color: white;
}
hr,
.wp-block-separator {
  background-color: #dddddd;
  width: 100%;
}
hr.quality {
  margin: 48px auto;
}
@media  all and (max-width: 767px ) {
  hr.quality {
    margin: 36px auto;
  }
}
.table-decimal-chart {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.table-grease-fitting-tech-info th {
  background: black;
  border: 1px solid #d0d0d0;
}
.crossref-menu-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 6px;
}
article#post-2608 .entry-header,
article#post-2608 .entry-content {
  direction: rtl;
}
/* Modal overlay */
.infographic-banner {
  cursor: pointer;
}
.infographic-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.infographic-modal .close {
  position: fixed;
  top: 40px;
  right: 40px;
  color: #ffffff;
  font-size: 53px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.infographic-modal .close:hover {
  color: red;
}
@media  all and (max-width: 767px ) {
  .infographic-modal .close {
    top: 30px;
    right: 10px;
    font-size: 40px;
  }
}
/* Modal content */
.infographic-modal-content {
  margin: 60px auto;
  max-width: 1000px;
  width: 85%;
  display: block;
}
@media  all and (max-width: 459px ) {
  .infographic-modal-content {
    width: 90%;
  }
}
.infographic-modal-content img {
  width: 100%;
  height: auto;
  display: block;
}
.homepage-hero-banner-container {
  margin: 24px 0 60px;
  width: 100%;
  position: relative;
}
.homepage-hero-banner-container .slick-dots {
  bottom: -48px;
}
.thin-banner-container {
  margin-bottom: 24px;
  width: 100%;
}
.thin-banner-container .banner-mobile {
  display: none;
}
@media  all and (max-width: 459px ) {
  .thin-banner-container .banner-mobile {
    display: revert;
  }
}
@media  all and (max-width: 459px ) {
  .thin-banner-container .banner-desktop {
    display: none;
  }
}
.cat-cards-alemite-cross-reference .cat-card-image img {
  max-width: 120px;
}
.product-oem-refs {
  margin-bottom: 6px;
}
/*# sourceMappingURL=theme.css.map */