@charset "UTF-8";
@font-face {
  font-family: euclid;
  font-weight: 300;
  font-style: normal;
  src: url(/wp-content/themes/deflecto/assets/build/library/fonts/EuclidSquare-Lt.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: euclid;
  font-weight: normal;
  font-style: normal;
  src: url(/wp-content/themes/deflecto/assets/build/library/fonts/EuclidSquare-Med.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: euclid;
  font-weight: 600;
  font-style: normal;
  src: url(/wp-content/themes/deflecto/assets/build/library/fonts/EuclidSquare-Reg.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: fontello;
  font-weight: normal;
  font-style: normal;
  src: url(/wp-content/themes/deflecto/assets/build/library/fonts/fontello.woff) format("woff"); }

[class^='icon-']:before,
[class*=' icon-']:before,
.resultsTools-mobileFilterDrawerToggle:before, .truncateList-toggle a:before, .tabs--accordion > li > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

[class^='icon-'],
[class*=' icon-'],
.resultsTools-mobileFilterDrawerToggle {
  /*
	* There is a small script that checks to see if there is any text in elements with
	* the icon classes in Script Library/frontEnd.js
	* If there is no text then the script adds the class .icon--empty so we
	* can remove the right margin. Works great on buttons with only an icon, etc.
	*/ }
  [class^='icon-']:before,
  [class*=' icon-']:before,
  .resultsTools-mobileFilterDrawerToggle:before {
    text-decoration: none; }
  [class^='icon-'].icon--empty:before,
  [class*=' icon-'].icon--empty:before,
  .resultsTools-mobileFilterDrawerToggle.icon--empty:before {
    margin-right: 0; }

i[class^='icon'],
i[class*=' icon'] {
  text-decoration: none !important; }
  i[class^='icon'].animate-spin,
  i[class*=' icon'].animate-spin {
    line-height: 1; }
  i[class^='icon']:before,
  i[class*=' icon']:before {
    margin: 0; }
  i[class^='icon']:hover,
  i[class*=' icon']:hover {
    text-decoration: none; }

/*
  * Alignment tweaks
  * Sometimes icon fonts don't align horizontally as nice as we'd like so tweak their
  * vertical-align property up or down here
  */
.icon-mail:before, .icon-mail-alt:before {
  vertical-align: .15em; }

.icon-search:before {
  content: '\e835'; }

/* '' */
.icon-facebook:before {
  content: '\e8f1'; }

/* '' */
.icon-twitter:before {
  content: '\e8f2'; }

/* '' */
.icon-pinterest:before {
  content: '\e8f3'; }

/* '' */
.icon-instagram:before {
  content: '\e8f8'; }

/* '' */
.icon-linkedin:before {
  content: '\e8fb'; }

/* '' */
.icon-youtube:before {
  content: '\e901'; }

.X-twitter-icon {
  fill: #ffffff;
  width: auto;
  height: 15px;
}

.X-twitter-icon:hover {
  fill: #FF0D00;
}

.X-twitter-icon {
  fill: #ffffff;
  width: auto;
  height: 18px;
}

.site-footer .footer-container .social-icons li.instagram a:before {
  transform: translateY(1px);
}

.site-footer .footer-container .social-icons li.youtube a:before {
  transform: translateY(1px);
}

.site-footer .footer-container .social-icons li.twitter svg {
  transform: translateY(3px);
}
/* '' */
/* Color */
/*
* Text elements
*/
/*
* Generic border color for consistency
*/
/* Font */
/* buttons */
/*default buttons*/
/*secondary buttons*/
h1, .h-h1 {
  font-family: "euclid", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.73333;
  line-height: 1.2; }

h2, .h-h2 {
  font-family: "euclid", Helvetica, sans-serif;
  font-size: 27px;
  line-height: 1.92593; }

h3, .h-h3 {
  font-family: "euclid", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.08333; }

h4, .h-h4 {
  font-family: "euclid", Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2381; }

h5, .h-h5 {
  font-family: "euclid", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.44444; }

h6, .h-h6 {
  font-family: "euclid", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.73333; }

.u-block {
  display: block; }

.u-inline-block {
  display: inline-block; }

.u-inline {
  display: inline; }

.u-flex {
  display: flex; }

.u-grid {
  display: grid; }

.u-inline-flex {
  display: inline-flex; }

.u-inline-grid {
  display: inline-grid; }

.u-table {
  display: table; }

.u-inline-table {
  display: inline-table; }

.u-list-item {
  display: list-item; }

.u-none {
  display: none; }

.u-contents {
  display: contents; }

.u-justify-content-center {
  justify-content: center; }

.u-align-items-center {
  align-items: center; }

.u-justify-items-center {
  justify-items: center; }

.u-content-center {
  align-content: center; }

.u-justify-content-stretch {
  justify-content: stretch; }

.u-align-items-stretch {
  align-items: stretch; }

.u-justify-items-stretch {
  justify-items: stretch; }

.u-content-stretch {
  align-content: stretch; }

.u-justify-content-space-between {
  justify-content: space-between; }

.u-align-items-space-between {
  align-items: space-between; }

.u-justify-items-space-between {
  justify-items: space-between; }

.u-content-space-between {
  align-content: space-between; }

.u-justify-content-space-around {
  justify-content: space-around; }

.u-align-items-space-around {
  align-items: space-around; }

.u-justify-items-space-around {
  justify-items: space-around; }

.u-content-space-around {
  align-content: space-around; }

.u-justify-content-space-evenly {
  justify-content: space-evenly; }

.u-align-items-space-evenly {
  align-items: space-evenly; }

.u-justify-items-space-evenly {
  justify-items: space-evenly; }

.u-content-space-evenly {
  align-content: space-evenly; }

.u-justify-content-flex-start {
  justify-content: flex-start; }

.u-align-items-flex-start {
  align-items: flex-start; }

.u-justify-items-flex-start {
  justify-items: flex-start; }

.u-content-flex-start {
  align-content: flex-start; }

.u-justify-content-flex-end {
  justify-content: flex-end; }

.u-align-items-flex-end {
  align-items: flex-end; }

.u-justify-items-flex-end {
  justify-items: flex-end; }

.u-content-flex-end {
  align-content: flex-end; }

.u-flex-wrap-wrap {
  flex-wrap: wrap; }

.u-flex-direction-wrap {
  flex-direction: wrap; }

.u-flex-wrap-nowrap {
  flex-wrap: nowrap; }

.u-flex-direction-nowrap {
  flex-direction: nowrap; }

.u-flex-wrap-column {
  flex-wrap: column; }

.u-flex-direction-column {
  flex-direction: column; }

.u-flex-wrap-column-reverse {
  flex-wrap: column-reverse; }

.u-flex-direction-column-reverse {
  flex-direction: column-reverse; }

.u-flex-wrap-row {
  flex-wrap: row; }

.u-flex-direction-row {
  flex-direction: row; }

.u-flex-wrap-row-reverse {
  flex-wrap: row-reverse; }

.u-flex-direction-row-reverse {
  flex-direction: row-reverse; }

.u-text-center {
  text-align: center; }

.u-flex-columns {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
  gap: 20px; }

.u-flex-basis-auto {
  flex-basis: auto; }

.u-flex-basis-1 {
  flex-basis: 10%; }

.u-flex-basis-2 {
  flex-basis: 20%; }

.u-flex-basis-3 {
  flex-basis: 30%; }

.u-flex-basis-4 {
  flex-basis: 40%; }

.u-flex-basis-5 {
  flex-basis: 50%; }

.u-flex-basis-6 {
  flex-basis: 60%; }

.u-flex-basis-7 {
  flex-basis: 70%; }

.u-flex-basis-8 {
  flex-basis: 80%; }

.u-flex-basis-9 {
  flex-basis: 90%; }

.u-flex-basis-10 {
  flex-basis: 100%; }

@media (max-width: 1023px) {
  .u-flex-columns\@tablet-max {
    flex-grow: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0; } }

@media (max-width: 1023px) {
  .u-flex-basis-7\@tablet-max {
    flex-basis: 100%;
    width: 100%; } }

@media (max-width: 1023px) {
  .u-flex-basis-3\@tablet-max {
    flex-basis: 100%;
    width: 100%; } }

@media (max-width: 1023px) {
  .u-flex-basis-6\@tablet-max {
    flex-basis: 70%; } }

@media (max-width: 1023px) {
  .u-flex-basis-4\@tablet-max {
    flex-basis: 30%; } }

@media (max-width: 640px) {
  .u-flex-columns\@mobile-max {
    flex-grow: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0; } }

@media (max-width: 640px) {
  .u-flex-basis-full\@mobile-max {
    flex-basis: 100%;
    width: 100%; } }

.u-bg-white {
  background-color: #fff; }

.u-bg-gray {
  background-color: #545859; }

.u-bg-lightgray {
  background-color: #dddede; }

.u-white-text-color {
  color: #fff; }

.u-link-text-color {
  color: #FF0D00; }

.u-primary-text-color {
  color: #262828; }

/**
* Padding utility classes
*/
.u-padding-a0 {
  padding: 0px; }

.u-padding-lr0 {
  padding-left: 0px;
  padding-right: 0px; }

.u-padding-tb0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.u-padding-l0 {
  padding-left: 0px; }

.u-padding-r0 {
  padding-right: 0px; }

.u-padding-b0 {
  padding-bottom: 0px; }

.u-padding-t0 {
  padding-top: 0px; }

.u-padding-a5 {
  padding: 5px; }

.u-padding-lr5 {
  padding-left: 5px;
  padding-right: 5px; }

.u-padding-tb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.u-padding-l5 {
  padding-left: 5px; }

.u-padding-r5 {
  padding-right: 5px; }

.u-padding-b5 {
  padding-bottom: 5px; }

.u-padding-t5 {
  padding-top: 5px; }

.u-padding-a10 {
  padding: 10px; }

.u-padding-lr10 {
  padding-left: 10px;
  padding-right: 10px; }

.u-padding-tb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.u-padding-l10 {
  padding-left: 10px; }

.u-padding-r10 {
  padding-right: 10px; }

.u-padding-b10 {
  padding-bottom: 10px; }

.u-padding-t10 {
  padding-top: 10px; }

.u-padding-a15 {
  padding: 15px; }

.u-padding-lr15 {
  padding-left: 15px;
  padding-right: 15px; }

.u-padding-tb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.u-padding-l15 {
  padding-left: 15px; }

.u-padding-r15 {
  padding-right: 15px; }

.u-padding-b15 {
  padding-bottom: 15px; }

.u-padding-t15 {
  padding-top: 15px; }

.u-padding-a20 {
  padding: 20px; }

.u-padding-lr20 {
  padding-left: 20px;
  padding-right: 20px; }

.u-padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.u-padding-l20 {
  padding-left: 20px; }

.u-padding-r20 {
  padding-right: 20px; }

.u-padding-b20 {
  padding-bottom: 20px; }

.u-padding-t20 {
  padding-top: 20px; }

.u-padding-a25 {
  padding: 25px; }

.u-padding-lr25 {
  padding-left: 25px;
  padding-right: 25px; }

.u-padding-tb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.u-padding-l25 {
  padding-left: 25px; }

.u-padding-r25 {
  padding-right: 25px; }

.u-padding-b25 {
  padding-bottom: 25px; }

.u-padding-t25 {
  padding-top: 25px; }

.u-padding-a30 {
  padding: 30px; }

.u-padding-lr30 {
  padding-left: 30px;
  padding-right: 30px; }

.u-padding-tb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.u-padding-l30 {
  padding-left: 30px; }

.u-padding-r30 {
  padding-right: 30px; }

.u-padding-b30 {
  padding-bottom: 30px; }

.u-padding-t30 {
  padding-top: 30px; }

.u-padding-a35 {
  padding: 35px; }

.u-padding-lr35 {
  padding-left: 35px;
  padding-right: 35px; }

.u-padding-tb35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.u-padding-l35 {
  padding-left: 35px; }

.u-padding-r35 {
  padding-right: 35px; }

.u-padding-b35 {
  padding-bottom: 35px; }

.u-padding-t35 {
  padding-top: 35px; }

.u-padding-a40 {
  padding: 40px; }

.u-padding-lr40 {
  padding-left: 40px;
  padding-right: 40px; }

.u-padding-tb40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.u-padding-l40 {
  padding-left: 40px; }

.u-padding-r40 {
  padding-right: 40px; }

.u-padding-b40 {
  padding-bottom: 40px; }

.u-padding-t40 {
  padding-top: 40px; }

.u-padding-a45 {
  padding: 45px; }

.u-padding-lr45 {
  padding-left: 45px;
  padding-right: 45px; }

.u-padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.u-padding-l45 {
  padding-left: 45px; }

.u-padding-r45 {
  padding-right: 45px; }

.u-padding-b45 {
  padding-bottom: 45px; }

.u-padding-t45 {
  padding-top: 45px; }

.u-padding-a50 {
  padding: 50px; }

.u-padding-lr50 {
  padding-left: 50px;
  padding-right: 50px; }

.u-padding-tb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.u-padding-l50 {
  padding-left: 50px; }

.u-padding-r50 {
  padding-right: 50px; }

.u-padding-b50 {
  padding-bottom: 50px; }

.u-padding-t50 {
  padding-top: 50px; }

.u-padding-a55 {
  padding: 55px; }

.u-padding-lr55 {
  padding-left: 55px;
  padding-right: 55px; }

.u-padding-tb55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.u-padding-l55 {
  padding-left: 55px; }

.u-padding-r55 {
  padding-right: 55px; }

.u-padding-b55 {
  padding-bottom: 55px; }

.u-padding-t55 {
  padding-top: 55px; }

.u-padding-a60 {
  padding: 60px; }

.u-padding-lr60 {
  padding-left: 60px;
  padding-right: 60px; }

.u-padding-tb60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.u-padding-l60 {
  padding-left: 60px; }

.u-padding-r60 {
  padding-right: 60px; }

.u-padding-b60 {
  padding-bottom: 60px; }

.u-padding-t60 {
  padding-top: 60px; }

.u-padding-a65 {
  padding: 65px; }

.u-padding-lr65 {
  padding-left: 65px;
  padding-right: 65px; }

.u-padding-tb65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.u-padding-l65 {
  padding-left: 65px; }

.u-padding-r65 {
  padding-right: 65px; }

.u-padding-b65 {
  padding-bottom: 65px; }

.u-padding-t65 {
  padding-top: 65px; }

.u-padding-a70 {
  padding: 70px; }

.u-padding-lr70 {
  padding-left: 70px;
  padding-right: 70px; }

.u-padding-tb70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.u-padding-l70 {
  padding-left: 70px; }

.u-padding-r70 {
  padding-right: 70px; }

.u-padding-b70 {
  padding-bottom: 70px; }

.u-padding-t70 {
  padding-top: 70px; }

.u-padding-a75 {
  padding: 75px; }

.u-padding-lr75 {
  padding-left: 75px;
  padding-right: 75px; }

.u-padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.u-padding-l75 {
  padding-left: 75px; }

.u-padding-r75 {
  padding-right: 75px; }

.u-padding-b75 {
  padding-bottom: 75px; }

.u-padding-t75 {
  padding-top: 75px; }

.u-padding-a80 {
  padding: 80px; }

.u-padding-lr80 {
  padding-left: 80px;
  padding-right: 80px; }

.u-padding-tb80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.u-padding-l80 {
  padding-left: 80px; }

.u-padding-r80 {
  padding-right: 80px; }

.u-padding-b80 {
  padding-bottom: 80px; }

.u-padding-t80 {
  padding-top: 80px; }

/**
* Margin utility classes
*/
.u-margin-a0 {
  margin: 0px; }

.u-margin-lr0 {
  margin-left: 0px;
  margin-right: 0px; }

.u-margin-tb0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.u-margin-l0 {
  margin-left: 0px; }

.u-margin-r0 {
  margin-right: 0px; }

.u-margin-b0 {
  margin-bottom: 0px; }

.u-margin-t0 {
  margin-top: 0px; }

.u-margin-a5 {
  margin: 5px; }

.u-margin-lr5 {
  margin-left: 5px;
  margin-right: 5px; }

.u-margin-tb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.u-margin-l5 {
  margin-left: 5px; }

.u-margin-r5 {
  margin-right: 5px; }

.u-margin-b5 {
  margin-bottom: 5px; }

.u-margin-t5 {
  margin-top: 5px; }

.u-margin-a10 {
  margin: 10px; }

.u-margin-lr10 {
  margin-left: 10px;
  margin-right: 10px; }

.u-margin-tb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.u-margin-l10 {
  margin-left: 10px; }

.u-margin-r10 {
  margin-right: 10px; }

.u-margin-b10 {
  margin-bottom: 10px; }

.u-margin-t10 {
  margin-top: 10px; }

.u-margin-a15 {
  margin: 15px; }

.u-margin-lr15 {
  margin-left: 15px;
  margin-right: 15px; }

.u-margin-tb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.u-margin-l15 {
  margin-left: 15px; }

.u-margin-r15 {
  margin-right: 15px; }

.u-margin-b15 {
  margin-bottom: 15px; }

.u-margin-t15 {
  margin-top: 15px; }

.u-margin-a20 {
  margin: 20px; }

.u-margin-lr20 {
  margin-left: 20px;
  margin-right: 20px; }

.u-margin-tb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.u-margin-l20 {
  margin-left: 20px; }

.u-margin-r20 {
  margin-right: 20px; }

.u-margin-b20 {
  margin-bottom: 20px; }

.u-margin-t20 {
  margin-top: 20px; }

.u-margin-a25 {
  margin: 25px; }

.u-margin-lr25 {
  margin-left: 25px;
  margin-right: 25px; }

.u-margin-tb25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.u-margin-l25 {
  margin-left: 25px; }

.u-margin-r25 {
  margin-right: 25px; }

.u-margin-b25 {
  margin-bottom: 25px; }

.u-margin-t25 {
  margin-top: 25px; }

.u-margin-a30 {
  margin: 30px; }

.u-margin-lr30 {
  margin-left: 30px;
  margin-right: 30px; }

.u-margin-tb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.u-margin-l30 {
  margin-left: 30px; }

.u-margin-r30 {
  margin-right: 30px; }

.u-margin-b30 {
  margin-bottom: 30px; }

.u-margin-t30 {
  margin-top: 30px; }

.u-margin-a35 {
  margin: 35px; }

.u-margin-lr35 {
  margin-left: 35px;
  margin-right: 35px; }

.u-margin-tb35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.u-margin-l35 {
  margin-left: 35px; }

.u-margin-r35 {
  margin-right: 35px; }

.u-margin-b35 {
  margin-bottom: 35px; }

.u-margin-t35 {
  margin-top: 35px; }

.u-margin-a40 {
  margin: 40px; }

.u-margin-lr40 {
  margin-left: 40px;
  margin-right: 40px; }

.u-margin-tb40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.u-margin-l40 {
  margin-left: 40px; }

.u-margin-r40 {
  margin-right: 40px; }

.u-margin-b40 {
  margin-bottom: 40px; }

.u-margin-t40 {
  margin-top: 40px; }

.u-margin-a45 {
  margin: 45px; }

.u-margin-lr45 {
  margin-left: 45px;
  margin-right: 45px; }

.u-margin-tb45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.u-margin-l45 {
  margin-left: 45px; }

.u-margin-r45 {
  margin-right: 45px; }

.u-margin-b45 {
  margin-bottom: 45px; }

.u-margin-t45 {
  margin-top: 45px; }

.u-margin-a50 {
  margin: 50px; }

.u-margin-lr50 {
  margin-left: 50px;
  margin-right: 50px; }

.u-margin-tb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.u-margin-l50 {
  margin-left: 50px; }

.u-margin-r50 {
  margin-right: 50px; }

.u-margin-b50 {
  margin-bottom: 50px; }

.u-margin-t50 {
  margin-top: 50px; }

.u-margin-0 {
  margin: 0; }

.u-margin-lr-auto {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 640px) {
  .u-margin-t50\@tablet-max {
    margin-top: 25px; } }

@media (max-width: 640px) {
  .u-margin-b50\@tablet-max {
    margin-bottom: 25px; } }

.container,
.wp-block-contact-form-7-contact-form-selector,
article .entry-content > *:not(div[class^="wp-block"]) {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

article .entry-content > hr.is-style-default {
  max-width: calc(100% - 30px) !important;
  width: 1260px !important; }

article .entry-content > hr.is-style-default {
  border-bottom-width: 1px; }

article .entry-content > hr.is-style-wide {
  width: 100% !important;
  max-width: 100% !important; }

/* WEBKIT SCROLLBAR
========================================================================== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #dddede; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #545859; }

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3); }

/* SELECTION
========================================================================== */
/* styles when user selects elements */
::-moz-selection {
  background: #545859;
  text-shadow: none;
  color: #fff; }

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

/* BUTTONS
========================================================================== */
/*
* We usually like to keep away from nesting/over specificity, but since we are including input types here
* as well as classes we need to so all styles are available to those input types as well
*/
.btn,
.woocommerce button.button,
input[type='submit']:not(.search-submit):not(.button-primary.save),
input[type='button'],
input[type='reset'] {
  color: #fff !important; }
.btn,
.woocommerce button.button,
input[type='submit']:not(.search-submit):not(.button-primary.save),
input[type='button'],
input[type='reset'] {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #e60c00;
  border-bottom-width: 4px;
  background: #FF0D00;
  font-size: 15px;
  line-height: 1.73333;
  padding: 3.25px 26px 3.9px;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: relative;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  /* VARIANTS
  ========================================================================== */
  /*
   * These buttons will fill the width of their container.
   */
  /*
  * This button inherits font and other aspects of it's parent naturally
  */ }
  .btn:hover,
  .woocommerce button.button:hover,
  input[type='submit']:not(.search-submit):not(.button-primary.save):hover,
  input[type='button']:hover,
  input[type='reset']:hover {
    color: #e60c00;
    border-color: #cc0a00;
    background: #e60c00;
    text-decoration: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-font-smoothing: antialiased; }
  .btn:active, .btn:focus,
  .woocommerce button.button:active,
  .woocommerce button.button:focus,
  input[type='submit']:not(.search-submit):not(.button-primary.save):active,
  input[type='submit']:not(.search-submit):not(.button-primary.save):focus,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='reset']:active,
  input[type='reset']:focus {
    outline: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn,
  .woocommerce button.button.disabled,
  .woocommerce button.button[disabled],
  fieldset[disabled]
  .woocommerce button.button,
  input[type='submit']:not(.search-submit):not(.button-primary.save).disabled,
  input[type='submit']:not(.search-submit):not(.button-primary.save)[disabled],
  fieldset[disabled]
  input[type='submit']:not(.search-submit):not(.button-primary.save),
  input[type='button'].disabled,
  input[type='button'][disabled],
  fieldset[disabled]
  input[type='button'],
  input[type='reset'].disabled,
  input[type='reset'][disabled],
  fieldset[disabled]
  input[type='reset'] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65; }
  .btn.btn--secondary,
  .woocommerce button.button.btn--secondary,
  input[type='submit']:not(.search-submit):not(.button-primary.save).btn--secondary,
  input[type='button'].btn--secondary,
  input[type='reset'].btn--secondary {
    color: #800700;
    border-color: #670600;
    background: #800700; }
    .btn.btn--secondary:hover,
    .woocommerce button.button.btn--secondary:hover,
    input[type='submit']:not(.search-submit):not(.button-primary.save).btn--secondary:hover,
    input[type='button'].btn--secondary:hover,
    input[type='reset'].btn--secondary:hover {
      color: #670600;
      border-color: #4d0400;
      background: #670600; }
  .btn.btn--full,
  .woocommerce button.button.btn--full,
  input[type='submit']:not(.search-submit):not(.button-primary.save).btn--full,
  input[type='button'].btn--full,
  input[type='reset'].btn--full {
    display: block;
    width: 100%; }
  .btn.btn--natural,
  .woocommerce button.button.btn--natural,
  input[type='submit']:not(.search-submit):not(.button-primary.save).btn--natural,
  input[type='button'].btn--natural,
  input[type='reset'].btn--natural {
    padding-right: .5em;
    padding-left: .5em;
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit; }
  .btn.btn--sm,
  .woocommerce button.button.btn--sm,
  input[type='submit']:not(.search-submit):not(.button-primary.save).btn--sm,
  input[type='button'].btn--sm,
  input[type='reset'].btn--sm {
    font-size: 12px;
    line-height: 2.16667;
    padding: 3.25px 6.5px; }

/*end .btn*/
.button-block .block-editor-rich-text__editable {
  padding: 3.25px 26px 3.9px; }
  .button-block .block-editor-rich-text__editable a {
    padding: 0; }

.home #breadcrumbs,
.single-catalogs #breadcrumbs {
  display: none; }

#breadcrumbs {
  margin-bottom: 0;
  height: 39px;
  display: flex;
  border-bottom: 1px solid #dddede;
  text-transform: capitalize; }
  @media (min-width: 480px) {
    #breadcrumbs {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    #breadcrumbs {
      padding-right: 52px;
      padding-left: 52px; } }
  #breadcrumbs > span {
    padding: 6.5px;
    text-decoration: none;
    color: #545859;
    font-size: 13px;
    line-height: 2; }
    #breadcrumbs > span > span {
      font-size: 0; }
      #breadcrumbs > span > span span > span {
        font-size: 13px;
        line-height: 2; }
    #breadcrumbs > span a::after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      margin-left: 6.5px;
      margin-right: 6.5px;
      content: '\e815';
      font-size: 100%;
      color: #545859; }
  #breadcrumbs a {
    color: #545859;
    text-decoration: none;
    font-size: 13px;
    line-height: 2; }
  #breadcrumbs .breadcrumb_last {
    color: #545859;
    font-size: 13px;
    line-height: 2;
    font-weight: bold; }

.site-header {
  min-height: 118px; }
  .site-header.header-small {
    min-height: 66px; }
  @media (max-width: 1023px) {
    .site-header {
      min-height: 66px; } }

.admin-bar .deflecto-header .header-inner.fixed-header {
  top: 32px; }
  @media (max-width: 1023px) {
    .admin-bar .deflecto-header .header-inner.fixed-header {
      top: 46px; } }

.deflecto-header .header-inner {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.08); }
  .deflecto-header .header-inner .site-title {
    font-size: 26px;
    font-weight: 700; }
  .deflecto-header .header-inner .site-branding {
    padding: 13px 0; }
  .deflecto-header .header-inner.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .deflecto-header .header-inner .deflecto-header-nav {
    background: #5C6061;
    max-width: 100%;
    padding: 0; }
    .deflecto-header .header-inner .deflecto-header-nav .deflecto-navigation {
      width: 100%; }

@media (max-width: 1023px) {
  .dim-background {
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: ease-in-out .3s; }
    .dim-background.toggled {
      visibility: visible;
      opacity: 1.0; } }

.deflecto-menu .menu-item-has-children a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6.5px;
  content: '';
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
  @media (max-width: 1023px) {
    .deflecto-menu .menu-item-has-children a:after {
      display: none; } }

.deflecto-menu .menu-item-has-children.active-sub a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.deflecto-menu .close-hamburger {
  background-color: #FF0D00;
  display: none;
  visibility: hidden;
  color: #fff;
  font-size: 15px;
  text-align: right;
  padding-right: 5px;
  margin: 0;
  margin-top: -5px; }
  .deflecto-menu .close-hamburger:hover {
    cursor: pointer; }
  .deflecto-menu .close-hamburger span {
    position: relative;
    top: -8px;
    left: 3px; }

.deflecto-menu #close-hamburger:before {
  content: '\e82d';
  margin-top: 5px;
  font-size: 40px; }

.deflecto-menu ul {
  margin-bottom: 0;
  padding-left: 0; }

@media (min-width: 1024px) {
  .deflecto-menu ul {
    text-align: center;
    display: flex;
    font-size: 0; }
    .deflecto-menu ul li {
      position: relative;
      display: inline-block;
      margin-right: 30px;
      border-left: 1px solid #252828;
      margin: 0;
      width: auto;
      flex: 1; }
      .deflecto-menu ul li a {
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        position: relative;
        display: inline-block;
        z-index: 1;
        font-size: 16px;
        padding: 13px 0;
        width: 100%;
        height: 100%;
        font-weight: bold;
        color: #fff;
        overflow: hidden;
        text-decoration: none; }
        .deflecto-menu ul li a:hover {
          text-decoration: none; }
      .deflecto-menu ul li:last-child {
        border-right: 1px solid #252828; }
      .deflecto-menu ul li .children,
      .deflecto-menu ul li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        visibility: hidden;
        z-index: 1000;
        float: left;
        padding: 14px 10px;
        margin: 0;
        text-align: left;
        background-clip: padding-box;
        border: 1px solid #e1e1e5;
        background-color: #fff;
        margin-top: 0;
        min-width: 100%;
        transition: ease-in-out .2s;
        -webkit-transform: scaleY(0%);
                transform: scaleY(0%);
        -webkit-transform-origin: top;
        transform-origin: top;
        flex-wrap: wrap; }
        .deflecto-menu ul li .children li,
        .deflecto-menu ul li .sub-menu li {
          width: 100%;
          margin: 0;
          padding: 0;
          display: block;
          border: none;
          flex: 100%; }
          .deflecto-menu ul li .children li a,
          .deflecto-menu ul li .sub-menu li a {
            margin: 0;
            padding: 0;
            color: black;
            font-weight: 300;
            transition: ease-in-out .25s; }
            .deflecto-menu ul li .children li a:after,
            .deflecto-menu ul li .sub-menu li a:after {
              content: none; }
            .deflecto-menu ul li .children li a:hover,
            .deflecto-menu ul li .sub-menu li a:hover {
              color: #FF0D00;
              text-decoration: underline; }
          .deflecto-menu ul li .children li:last-child,
          .deflecto-menu ul li .sub-menu li:last-child {
            border-bottom: none; }
          .deflecto-menu ul li .children li .children,
          .deflecto-menu ul li .children li .sub-menu,
          .deflecto-menu ul li .sub-menu li .children,
          .deflecto-menu ul li .sub-menu li .sub-menu {
            display: none; }
          .deflecto-menu ul li .children li:hover,
          .deflecto-menu ul li .sub-menu li:hover {
            background: none; }
            .deflecto-menu ul li .children li:hover .children,
            .deflecto-menu ul li .children li:hover .sub-menu,
            .deflecto-menu ul li .sub-menu li:hover .children,
            .deflecto-menu ul li .sub-menu li:hover .sub-menu {
              display: block;
              left: auto;
              left: initial;
              top: -3px; }
      .deflecto-menu ul li:hover .children,
      .deflecto-menu ul li:hover .sub-menu {
        visibility: visible;
        -webkit-transform: scaleY(100%);
                transform: scaleY(100%); }
      .deflecto-menu ul li:last-child {
        margin-right: 0; }
      .deflecto-menu ul li:nth-child(3) .children,
      .deflecto-menu ul li:nth-child(3) .sub-menu, .deflecto-menu ul li:nth-child(4) .children,
      .deflecto-menu ul li:nth-child(4) .sub-menu, .deflecto-menu ul li:nth-child(5) .children,
      .deflecto-menu ul li:nth-child(5) .sub-menu, .deflecto-menu ul li:nth-child(6) .children,
      .deflecto-menu ul li:nth-child(6) .sub-menu {
        left: inherit;
        right: 0; }
      .deflecto-menu ul li .deflecto-menu-products {
        width: 100%;
        left: -50%;
        margin-left: 50%; }
      .deflecto-menu ul li.product_nav {
        position: static; }
      .deflecto-menu ul li .deflecto-menu-products ul {
        list-style: none;
        margin-top: 7px;
        line-height: 25px;
        padding-left: 0;
        display: block;
        text-align: left; }
        .deflecto-menu ul li .deflecto-menu-products ul li {
          display: flex; }
      .deflecto-menu ul li .deflecto-menu-products a {
        color: black;
        transition: ease-in-out .25s;
        font-size: 16px; }
        .deflecto-menu ul li .deflecto-menu-products a:hover {
          color: #FF0D00;
          text-decoration: underline; }
      .deflecto-menu ul li .deflecto-menu-products span {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: bold; }
      .deflecto-menu ul li .deflecto-menu-products .u-flex-columns {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto; }
      .deflecto-menu ul li .deflecto-menu-products .u-flex-column {
        width: calc(25% - 15px);
        max-width: calc(25% - 15px);
        gap: 0; }
      .deflecto-menu ul li .deflecto-menu-products .deflecto-menu-span {
        width: 100%;
        border-bottom: 1px solid #dbdbdb; }
      .deflecto-menu ul li .deflecto-menu-products.toggled {
        visibility: visible;
        -webkit-transform: scaleY(100%);
                transform: scaleY(100%); }
  .deflecto-menu .menu-header-container > ul > li > a:before {
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateZ(0);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -2.5px;
    margin-left: -2.5px;
    content: '';
    opacity: 0;
    background-color: #FF0D00; }
  .deflecto-menu .menu-header-container > ul > li:hover > a::before {
    -webkit-transform: scale(100);
    transform: scale(100);
    opacity: 1; } }

@media (max-width: 1023px) {
  .deflecto-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    right: -100%;
    z-index: 9;
    padding-top: 75px;
    background-color: #fff;
    overflow: auto;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: black;
    transition: ease-in-out .3s;
    position: absolute;
    width: 300px;
    padding-top: 0; }
    .deflecto-menu .close-hamburger {
      display: block;
      visibility: visible; }
    .deflecto-menu ul {
      text-align: left; }
      .deflecto-menu ul > li {
        position: relative;
        display: inline-block;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%;
        padding: 0; }
        .deflecto-menu ul > li:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
        .deflecto-menu ul > li a {
          font-size: 15px;
          font-weight: 500;
          line-height: 26px;
          font-size: 19px;
          font-weight: 200;
          margin: 0;
          padding: 13px;
          display: inline-block;
          width: 100%;
          color: #fff; }
          .deflecto-menu ul > li a:hover {
            text-decoration: none; }
        .deflecto-menu ul > li.menu-item-has-children a {
          width: calc(100% - 46px); }
        .deflecto-menu ul > li.menu-item-has-children .navMain-mobile-subToggle {
          position: absolute;
          float: right;
          z-index: 2;
          background: #121313;
          width: 46px;
          height: 52px;
          top: 0;
          right: 0; }
          .deflecto-menu ul > li.menu-item-has-children .navMain-mobile-subToggle::after {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            margin-right: .3em;
            text-align: center;
            /* For safety - reset parent styles, that can break glyph codes*/
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-transform: none;
            /* fix buttons height, for twitter bootstrap */
            line-height: 1em;
            /* Animation center compensation - margins should be symmetric */
            /* remove if not needed */
            /* you can be more comfortable with increased icons size */
            font-size: 110%;
            /* Font smoothing. That was taken from TWBS */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            /* Uncomment for 3D effect */
            /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
            content: '\e813';
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 18px;
            width: 20px;
            text-align: center;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            color: #fff; }
        .deflecto-menu ul > li.menu-item-has-children.active-sub .navMain-mobile-subToggle::after {
          content: '\e812'; }
        .deflecto-menu ul > li.menu-item-has-children .sub-menu,
        .deflecto-menu ul > li.menu-item-has-children .children {
          display: none;
          border: none;
          background: #fff;
          padding-top: 13px; }
          .deflecto-menu ul > li.menu-item-has-children .sub-menu a,
          .deflecto-menu ul > li.menu-item-has-children .children a {
            color: black;
            padding: 0;
            margin-bottom: 13px;
            padding-left: 13px;
            font-size: 16px; }
          .deflecto-menu ul > li.menu-item-has-children .sub-menu a::after,
          .deflecto-menu ul > li.menu-item-has-children .children a::after {
            content: none; }
          .deflecto-menu ul > li.menu-item-has-children .sub-menu .menu-item-has-children::after,
          .deflecto-menu ul > li.menu-item-has-children .children .menu-item-has-children::after {
            content: none; }
          .deflecto-menu ul > li.menu-item-has-children .sub-menu .menu-item-has-children ul li a,
          .deflecto-menu ul > li.menu-item-has-children .children .menu-item-has-children ul li a {
            padding-left: 30px; }
        .deflecto-menu ul > li:first-child {
          border-top: none; }
      .deflecto-menu ul .deflecto-menu-products .deflecto-menu-span {
        font-size: 16px; }
      .deflecto-menu ul .deflecto-menu-products ul.menu {
        margin: 13px 0; }
        .deflecto-menu ul .deflecto-menu-products ul.menu li a {
          padding-left: 0;
          margin-bottom: 0;
          color: #FF0D00; } }

@media screen and (min-width: 1190px) {
  .deflecto-menu ul li .deflecto-menu-products .u-flex-columns {
    width: 80%; } }

/* Nav Buttons */
.main-navigation > .u-flex-columns {
  justify-content: right; }

@media (max-width: 640px) {
  .main-navigation .u-flex-columns {
    gap: 0; } }

@media (min-width: 641px) {
  .main-navigation .u-flex-columns .deflecto-menu-search-desktop {
    display: block; } }

@media (max-width: 640px) {
  .main-navigation .u-flex-columns .deflecto-menu-search-desktop {
    display: none; } }

@media (max-width: 640px) {
  .main-navigation .u-flex-columns .deflecto-search-mobile-toggle {
    display: block;
    text-decoration: none;
    border: none;
    background: none;
    height: fit-content;
    padding: 0; } }

@media (min-width: 641px) {
  .main-navigation .u-flex-columns .deflecto-search-mobile-toggle {
    display: none; } }

.main-navigation .u-flex-columns .deflecto-search-mobile-toggle:hover {
  cursor: pointer; }

.main-navigation .u-flex-columns .deflecto-search-mobile-toggle:before {
  content: '\e835';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  position: relative;
  margin-top: 15px;
  color: black; }

.main-navigation .menu-toggle {
  display: none; }
  @media (max-width: 1023px) {
    .main-navigation .menu-toggle {
      display: block;
      opacity: 1;
      z-index: 999;
      position: relative;
      background-color: transparent;
      border: none;
      margin-top: 8px;
      transition: ease-in-out .3s;
      padding-right: 0; } }

.main-navigation.toggled .menu-toggle {
  z-index: 0;
  opacity: 0; }

@media (max-width: 1023px) {
  .main-navigation.toggled .deflecto-menu {
    right: 0; } }

.main-navigation .deflecto-search-form .search-field {
  padding-right: 24px; }

.deflecto-menu-search-mobile {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 100%;
  transition: ease-in-out .2s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top; }
  .deflecto-menu-search-mobile.toggled {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%); }

/* Search Form */
.deflecto-search-form .search-field {
  font-size: 17px;
  padding: 5px 0 4px 0;
  border: none;
  border-bottom: 1px solid #3f4243;
  min-width: 230px;
  transition: ease-in-out .2s;
  margin-bottom: 0; }
  @media (max-width: 640px) {
    .deflecto-search-form .search-field {
      width: 100vw;
      padding-left: 15px; } }

.deflecto-search-form .search-field:focus {
  outline: none;
  border-bottom: 1px solid #FF0D00;
  min-width: 340px; }

.deflecto-search-form input.search-submit {
  position: absolute;
  font-size: 0;
  border: 0;
  width: 18px;
  padding: 0;
  height: 36px;
  right: 0;
  background: transparent;
  top: 0; }
  @media (max-width: 640px) {
    .deflecto-search-form input.search-submit {
      height: 38px;
      width: 38px; } }

.deflecto-search-form input.search-submit:hover {
  background: transparent; }

.deflecto-search-form form.search-form {
  position: relative;
  display: inline-block; }

.deflecto-search-form form.search-form:before {
  content: '\e835';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  color: #FF0D00;
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 0; }
  @media (max-width: 640px) {
    .deflecto-search-form form.search-form:before {
      right: 15px; } }

.deflecto-search-form input[type="search"]::-webkit-search-decoration,
.deflecto-search-form input[type="search"]::-webkit-search-cancel-button,
.deflecto-search-form input[type="search"]::-webkit-search-results-button,
.deflecto-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.site-footer .site-info {
  padding-top: 30px;
  padding-bottom: 6.5px;
  position: relative;
  background: #545859; }

.site-footer .footer-container .u-flex-columns {
  flex-wrap: wrap; }

.site-footer .footer-container .u-flex-column {
  width: 22%;
  }
  
  @media (max-width: 641px) {
    .site-footer .footer-container .u-flex-column {
    width: 100%;
    }
    }

.site-footer .footer-container h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px; }

.site-footer .footer-container ul {
  padding-left: 0; }
  .site-footer .footer-container ul li {
    list-style: none; }
    .site-footer .footer-container ul li a {
      font-size: 14px;
      color: #fff;
      text-transform: capitalize;
      text-decoration: none; }
      .site-footer .footer-container ul li a:hover {
        text-decoration: underline; }

.site-footer .footer-container p {
  color: #fff; }

.site-footer .footer-container .social-icons li {
  display: inline-block;
  margin-right: 6.5px;
  margin-bottom: 6.5px; }
  .site-footer .footer-container .social-icons li a {
    color: white;
    padding: 6.5px;
    font-size: 120%; }
    .site-footer .footer-container .social-icons li a:hover {
      color: #FF0D00; }
    .site-footer .footer-container .social-icons li a:before {
      margin-right: 0; }

.site-footer .footer-bottom {
  font-size: 13px;
  gap: 0;
  justify-content: space-between; }
  .site-footer .footer-bottom .u-flex-column {
    min-width: 48%; }
  .site-footer .footer-bottom .copyright-left {
    color: #fff; }
    .site-footer .footer-bottom .copyright-left address {
      margin-bottom: 0;
      font-style: normal; }
  .site-footer .footer-bottom .copyright-right {
    font-size: 13px;
    padding-top: 14px; }
    .site-footer .footer-bottom .copyright-right ul {
      display: flex;
      flex-direction: row;
      flex-grow: 1;
      width: 100%;
      gap: 25px;
      padding-top: 25px; }
      @media (min-width: 641px) {
        .site-footer .footer-bottom .copyright-right ul {
          justify-content: right;
          padding-top: 0; } }
      .site-footer .footer-bottom .copyright-right ul li {
        display: flex; }
        @media (min-width: 641px) {
          .site-footer .footer-bottom .copyright-right ul li {
            justify-content: right; } }
        .site-footer .footer-bottom .copyright-right ul li a {
          font-size: 13px; }
    .site-footer .footer-bottom .copyright-right .u-flex-columns {
      display: flex;
      color: white; }
      @media (min-width: 641px) {
        .site-footer .footer-bottom .copyright-right .u-flex-columns {
          justify-content: right; } }
      @media (max-width: 640px) {
        .site-footer .footer-bottom .copyright-right .u-flex-columns {
          flex-direction: column-reverse;
          gap: 0; } }
    .site-footer .footer-bottom .copyright-right .back-to-top {
      min-width: auto;
      margin-left: 13px;
      font-size: 14px;
      color: white;
      flex: none;
      background: none;
      border: none;
      text-align: left;
      padding: 0;
      height: fit-content; }
      .site-footer .footer-bottom .copyright-right .back-to-top:hover {
        cursor: pointer;
        text-decoration: underline; }
      .site-footer .footer-bottom .copyright-right .back-to-top:before {
        content: '\e812';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .3em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        /* you can be more comfortable with increased icons size */
        font-size: 110%;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        font-size: 15px;
        color: #fff; }
        .site-footer .footer-bottom .copyright-right .back-to-top:before:hover {
          text-decoration: none; }
      @media (max-width: 640px) {
        .site-footer .footer-bottom .copyright-right .back-to-top {
          margin-left: 0; } }

.footer-bottom-border {
  border-top: 1px dotted rgba(38, 40, 40, 0.5); }

@media (max-width: 640px) {
  .footer-widgets-wrapper {
    gap: 0; } }

/* MAIN FOOTER
========================================================================== */
.footerBanner {
  background: #e6e6e6;
  border-top: 1px dotted #dddede;
  border-bottom: 2px solid #FF0D00;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.5);
  padding-top: 19.5px;
  padding-bottom: 13px; }
  .footerBanner .searchBox--inner h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 13px; }
  .footerBanner .searchBox--inner .searchBoxContainer {
    position: relative; }
    .footerBanner .searchBox--inner .searchBoxContainer .search-form {
      position: relative; }
    .footerBanner .searchBox--inner .searchBoxContainer .search-field {
      border-color: #dddede;
      display: block;
      width: 100%;
      height: 39px;
      margin-bottom: 26px;
      padding: 6.5px;
      vertical-align: baseline;
      font-size: 100%;
      line-height: normal;
      color: inherit;
      border-radius: 0;
      outline: 0;
      background: #fff; }
      .footerBanner .searchBox--inner .searchBoxContainer .search-field:focus {
        border-color: #FF0D00; }
    .footerBanner .searchBox--inner .searchBoxContainer .search-submit {
      position: absolute;
      font-size: 0;
      height: 38px;
      width: 38px;
      border: 0;
      right: 0;
      top: 0;
      background: transparent; }
    .footerBanner .searchBox--inner .searchBoxContainer label:before {
      content: '\e835';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      border-radius: 0 2px 2px 0;
      height: 38px;
      width: 38px;
      line-height: 38px;
      text-align: center;
      background: #FF0D00;
      margin-right: 0; }
  .footerBanner .searchBox--inner .searchBox-submit {
    background: #FF0D00; }
  @media (min-width: 641px) {
    .footerBanner .searchBox--inner {
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      .footerBanner .searchBox--inner h3 {
        margin-right: 52px;
        margin-bottom: 0;
        padding-top: 13px; }
      .footerBanner .searchBox--inner .searchBoxContainer {
        width: 50%;
        max-width: 600px;
        margin-top: 6.5px; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

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

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

html {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "euclid", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.73333;
  font-size: 15px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #262828;
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-size--adjust: 100%;
  -ms-size--adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "euclid", Helvetica, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

a:active {
  outline: 0; }

a,
a:visited,
a:hover,
a:focus,
a:-webkit-any-link {
  text-decoration: none; }

a {
  color: #FF0D00; }

a:hover {
  color: #800700;
  text-decoration: underline; }

figure {
  margin: 0; }

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

input[type="search"], input[type="text"], input[type="password"] {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

input[type="submit"],
button[type="submit"] {
  background: #f7f7f7;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-family: inherit;
  cursor: pointer; }

hr {
  opacity: 1 !important; }

hr {
  clear: both;
  margin-bottom: 25px;
  color: #dddede;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

h1, .h-h1, h2, .h-h2, h3, .h-h3, h4, .h-h4, h5, .h-h5, h6, .h-h6, hgroup, ul, ol, dl, blockquote, p, address, fieldset, figure, pre {
  margin-bottom: 26px; }

article .entry-content > *:last-child {
  margin-bottom: 0; }

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

input[objecttype='textbox'], .formTextBox, input[type='text'], input[type='search'], input[type='email'], input[type='tel'], input[type='date'], input[type='datetime'], input[type='datetimelocal'], input[type='month'], input[type='number'], input[type='password'], input[type='color'], input[type='range'], input[type='file'], textarea, select {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.73333;
  display: block;
  width: 100%;
  height: 39px;
  margin-bottom: 26px;
  padding: 6.5px;
  vertical-align: baseline;
  font-family: "euclid",Helvetica,sans-serif;
  font-size: 100%;
  line-height: normal;
  color: inherit;
  border: 1px solid #dddede;
  border-radius: 0;
  outline: 0;
  background: #fff; }

select {
  padding-right: 30px;
  cursor: pointer;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGlJREFUeNpinDp1ajgDA8NSIGZmIB6kMAGJlUCcCMR/idSUBcRzmaCcxSBTiNBUAMTTQQwmJMEFBDQXA/FEGIcJTXIu1CnooB6I+5AFmLAomg41HQaaoBgFsOBwFsh0NiDmh9qGAQACDAAqgA+akkvLkQAAAABJRU5ErkJggg==") no-repeat right 9px top 55%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }
  select option {
    height: 100%; }

@media (-webkit-min-device-pixel-ratio: 0) {
  input[type='color'] {
    padding: 0; }
    input[type='color']::-webkit-color-swatch-wrapper {
      padding: 0; }
    input[type='color']::-webkit-color-swatch {
      border: none; }
  select {
    padding-right: 1.67rem;
    background-repeat: no-repeat;
    background-position: right .6rem center; }
    [dir=rtl] select {
      padding-right: 0;
      padding-left: 1.67rem;
      background-position: .6rem center; }
    select[multiple] {
      padding-right: 0;
      padding-left: 0;
      background-image: none; } }

.deflecto-sidebar h2,
.deflecto-sidebar .wp-block-search__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #262828; }

.deflecto-sidebar > #sidebar > ul,
.deflecto-sidebar ol {
  margin-bottom: 20px; }
  .deflecto-sidebar > #sidebar > ul > li,
  .deflecto-sidebar ol > li {
    border-bottom: none; }

.deflecto-sidebar a {
  color: #FF0D00;
  font-size: 14px;
  transition: 0.2s ease-out all; }
  .deflecto-sidebar a:hover {
    color: #800700; }

.deflecto-sidebar .widget, .deflecto-sidebar {
  margin-bottom: 20px; }
  .deflecto-sidebar .widget ul li,
  .deflecto-sidebar .widget ol li, .deflecto-sidebar ul li,
  .deflecto-sidebar ol li {
    list-style: none; }
  .deflecto-sidebar .widget ul li:not(:last-child),
  .deflecto-sidebar .widget ol li:not(:last-child), .deflecto-sidebar ul li:not(:last-child),
  .deflecto-sidebar ol li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
    .deflecto-sidebar .widget ul li:not(:last-child) > .children,
    .deflecto-sidebar .widget ol li:not(:last-child) > .children, .deflecto-sidebar ul li:not(:last-child) > .children,
    .deflecto-sidebar ol li:not(:last-child) > .children {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      margin-top: 0.5em; }
      .deflecto-sidebar .widget ul li:not(:last-child) > .children li,
      .deflecto-sidebar .widget ol li:not(:last-child) > .children li, .deflecto-sidebar ul li:not(:last-child) > .children li,
      .deflecto-sidebar ol li:not(:last-child) > .children li {
        padding-top: 0.5em;
        margin-bottom: 0; }

.deflecto-post-article h2 a,
.deflecto-post-article h1 {
  font-size: 25px;
  font-weight: 700;
  word-break: break-word; }

.deflecto-post-article .post-thumbnail img {
  max-width: 100%;
  width: auto; }

.deflecto-post-article .entry-content,
.deflecto-post-article .entry-summary {
  color: #262828; }
  .deflecto-post-article .entry-content ul,
  .deflecto-post-article .entry-content ol,
  .deflecto-post-article .entry-summary ul,
  .deflecto-post-article .entry-summary ol {
    padding-left: 15px;
    padding-bottom: 15px; }
    .deflecto-post-article .entry-content ul > li ul,
    .deflecto-post-article .entry-content ol > li ul,
    .deflecto-post-article .entry-summary ul > li ul,
    .deflecto-post-article .entry-summary ol > li ul {
      padding-bottom: 0; }
  .deflecto-post-article .entry-content img,
  .deflecto-post-article .entry-summary img {
    max-width: 100%;
    width: auto; }
  .deflecto-post-article .entry-content figure,
  .deflecto-post-article .entry-content iframe,
  .deflecto-post-article .entry-content .mejs-container,
  .deflecto-post-article .entry-summary figure,
  .deflecto-post-article .entry-summary iframe,
  .deflecto-post-article .entry-summary .mejs-container {
    width: 100% !important; }
  .deflecto-post-article .entry-content pre,
  .deflecto-post-article .entry-summary pre {
    white-space: pre-wrap; }

.deflecto-post-article .entry-meta {
  font-size: 14px;
  color: #262828;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5em;
  margin-bottom: 5px; }

.deflecto-post-article .entry-footer {
  font-size: 14px;
  color: #262828;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5em; }
  .deflecto-post-article .entry-footer span:not(:last-child) {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #262828; }

.post-navigation,
.posts-navigation {
  margin: 30px 0; }
  .post-navigation .nav-links,
  .posts-navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.comments-area {
  margin-top: 25px; }
  .comments-area .comments-title {
    margin-bottom: 10px; }
  .comments-area .comment-list {
    list-style: none;
    line-height: 20px; }
    .comments-area .comment-list .comment-author.vcard {
      display: flex;
      align-items: center;
      gap: 5px; }
      .comments-area .comment-list .comment-author.vcard img {
        border-radius: 50%; }
      .comments-area .comment-list .comment-author.vcard a {
        text-transform: capitalize; }
    .comments-area .comment-list .comment-metadata,
    .comments-area .comment-list .reply {
      margin: 10px 0; }
    .comments-area .comment-list pre {
      white-space: pre-wrap; }
    .comments-area .comment-list ul,
    .comments-area .comment-list ol {
      padding-left: 15px; }
    .comments-area .comment-list .comment {
      border: 1px solid rgba(0, 0, 0, 0.05);
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 8px; }
      .comments-area .comment-list .comment .children {
        list-style: none; }
  .comments-area .comment-reply-title {
    border-bottom: 1px solid #dddede;
    padding-bottom: 13px; }
  .comments-area .comment-respond .comment-reply-title p,
  .comments-area .comment-respond .comment-form p {
    margin-bottom: 0px; }
  .comments-area .comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap; }
    .comments-area .comment-respond .comment-form input, .comments-area .comment-respond .comment-form textarea {
      margin-top: 6.5px; }
    .comments-area .comment-respond .comment-form .comment-notes {
      display: none; }
    .comments-area .comment-respond .comment-form .comment-form-author {
      flex-basis: 50%;
      padding-right: 30px; }
    .comments-area .comment-respond .comment-form .comment-form-email {
      flex-basis: 50%; }
    .comments-area .comment-respond .comment-form .comment-form-cookies-consent {
      display: none; }
    .comments-area .comment-respond .comment-form .form-submit {
      flex-basis: 100%;
      margin-bottom: 25px;
      margin-top: 13px; }
  .comments-area .comment-respond .comment-form-comment {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    border-bottom: 1px solid #dddede; }
    .comments-area .comment-respond .comment-form-comment textarea {
      background: #fff;
      border: 1px solid #dddede;
      outline: none;
      padding: 6.5px;
      vertical-align: baseline;
      font-family: "euclid",Helvetica,sans-serif;
      min-height: 52px;
      resize: vertical; }
  .comments-area .comment-respond input#submit {
    background: #FF0D00;
    color: #ffffff;
    margin: 0; }

.featureBlock .u-flex-columns {
  gap: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto; }

.featureBlock .u-flex-column {
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  transition: all 0.8s ease-out 0.3s; }
  .featureBlock .u-flex-column.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media (min-width: 1024px) {
    .featureBlock .u-flex-column {
      padding: 65px 15px;
      flex-basis: 33.33333%;
      width: 33.33333%; }
      .featureBlock .u-flex-column:nth-child(-n+3) {
        padding-top: 0; } }

.featureBlock .featureBlock--heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 26px; }
  @media (min-width: 720px) {
    .featureBlock .featureBlock--heading {
      font-size: 36px; } }

.featureBlock .featureBlock--figure {
  margin-bottom: 26px; }

.featureBlock .featureBlock--subHeading {
  color: #545859;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.pdf-main .pdf-item, .pdf-main .catalog-item, .catalog-cover .pdf-item, .catalog-cover .catalog-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  transition: all 0.8s ease-out 0.3s; }
  .pdf-main .pdf-item.active, .pdf-main .catalog-item.active, .catalog-cover .pdf-item.active, .catalog-cover .catalog-item.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.filterTool {
  clear: both;
  padding-top: 52px;
  padding-bottom: 52px;
  z-index: 3; }

.drawerItem {
  display: none; }

.filters-mobile {
  padding: 13px; }

.filters-heading {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px; }

.filters-subHeading {
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 6.5px; }

.filters-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.85714; }
  .filters-list li {
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1);
            transform: scale(1);
    max-height: 200px;
    opacity: 1;
    margin: 6.5px 0; }
  .filters-list a {
    text-decoration: none; }

.fakeSelectWrap {
  position: relative;
  border: 1px solid #dddede;
  background: #fff; }
  .fakeSelectWrap .woocommerce-ordering {
    margin-bottom: 0;
    float: none; }
    .fakeSelectWrap .woocommerce-ordering select {
      margin-bottom: 0;
      color: #3f4243;
      font-size: 14px;
      padding-right: 42px;
      padding-left: 13px;
      border: 0;
      background: none;
      height: 32px; }
    .fakeSelectWrap .woocommerce-ordering:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\e823';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 30px;
      margin: 0;
      font-size: 15px;
      line-height: 34px;
      color: #545859; }

.fakeSelectMask {
  margin: 0;
  padding-right: 42px;
  padding-left: 13px;
  white-space: nowrap;
  line-height: 37px; }
  .fakeSelectMask:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    font-size: 110%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e823';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    margin: 0;
    font-size: 15px;
    line-height: 37px;
    color: #545859; }

.fakeSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0; }

.fakeSelectWrap--sm {
  font-size: 14px;
  line-height: 1.85714; }
  .fakeSelectWrap--sm .fakeSelectMask,
  .fakeSelectWrap--sm .fakeSelectMask:before {
    line-height: 30px; }

.truncateList li {
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1);
          transform: scale(1);
  max-height: 200px;
  opacity: 1; }
  .truncateList li.is-hidden {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0; }

.truncateList-toggle a {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-top: 6px;
  padding: 6.5px 13px;
  outline: 0;
  background: #eee;
  border-top: 3px solid #dddede;
  text-decoration: none; }
  .truncateList-toggle a:before {
    content: '\e82c'; }
  .truncateList-toggle a:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #dddede;
    border-left: 7px solid transparent; }

.truncateList-toggle.is-active a:before {
  content: '\e82b'; }

.filter-tag {
  font-size: 14px;
  line-height: 1.85714;
  display: inline-block;
  min-width: 1.15556em;
  padding-right: 0.28889em;
  padding-left: 0.28889em;
  text-align: center;
  background-color: #eee;
  cursor: pointer; }
  .filter-tag:after {
    display: inline-block;
    margin: 0 0 0 0.4em;
    padding-left: 0.4em;
    content: 'X';
    border-left: 1px solid #fff; }
  .filter-tag:hover {
    color: #fff;
    background: #FF0D00; }
    .filter-tag:hover:after {
      color: #fff; }

.resultsTools {
  border-bottom: 1px solid #dddede;
  padding-bottom: 6.5px;
  margin-bottom: 26px; }
  @media (min-width: 641px) {
    .resultsTools {
      display: flex;
      align-items: center;
      justify-content: space-between; } }

.resultsTools-results {
  font-size: 14px;
  line-height: 1.85714;
  border: 1px solid #dddede;
  padding: 6.5px;
  text-align: center;
  color: #545859;
  display: flex; }
  @media (max-width: 640px) {
    .resultsTools-results {
      margin-bottom: 13px; } }
  .resultsTools-results * + * {
    border-left: 1px solid #dddede; }
  @media (min-width: 641px) {
    .resultsTools-results {
      border-width: 0;
      padding: 0;
      text-align: left; } }

.resultsTools-count {
  -moz-flex: 1 1 0;
  flex: 1 1 0;
  font-weight: bold; }

.resultsTools-options .fakeSelectWrap {
  margin-bottom: 13px; }
  .resultsTools-options .fakeSelectWrap:last-child {
    margin-bottom: 0; }

@media (min-width: 641px) {
  .resultsTools-options {
    display: flex;
    align-items: center; }
    .resultsTools-options .fakeSelectWrap {
      margin-bottom: 0; }
      .resultsTools-options .fakeSelectWrap ~ .fakeSelectWrap {
        margin-left: 13px; } }

@media (max-width: 640px) {
  .resultsTools-options .search-pager {
    margin-bottom: -20px; } }

.resultsTools-mobileFilterDrawerToggle {
  flex: 1 1 0;
  display: table-cell;
  width: 50%;
  float: right;
  text-decoration: none; }

.resultsTools-mobileFilterDrawerToggle:before {
  content: '\e895'; }

@media (min-width: 641px) {
  .resultsTools-results {
    border-width: 0;
    padding: 0;
    text-align: left; }
  .resultsTools-mobileFilterDrawerToggle {
    display: none; }
  .search-mobile-action {
    display: none; } }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.productTile {
  margin-bottom: 26px;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  @media (min-width: 480px) {
    .productTile {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .productTile {
      flex-basis: 25%;
      width: 25%; } }

.productTile-wrapper {
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  text-align: center; }

.productTile-name {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2; }

.productTile-image {
  text-align: center;
  margin-bottom: 13px; }

@media (max-width: 640px) {
  .filtermobile {
    background: #fff;
    z-index: 5;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: flex;
    flex-direction: column; }
    .filtermobile .tool-mask {
      display: none;
      position: absolute;
      top: 0;
      right: 100%;
      background: transparent;
      width: 0;
      height: 100vh;
      z-index: 20;
      transition: background 0.3s ease-out;
      background: rgba(0, 0, 0, 0.65);
      width: 100vw; }
    .filtermobile .filters {
      padding: 13px;
      overflow-y: auto; } }

body.is-toggled--filters .filtermobile {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  body.is-toggled--filters .filtermobile .tool-mask {
    display: block; }

.tool-close {
  background: #000;
  height: 42px;
  line-height: 42px;
  border: none;
  padding: 0 13px 0 0;
  display: block;
  width: 100%;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  text-align: right;
  flex: none; }
  @media (min-width: 641px) {
    .tool-close {
      display: none; } }

.tool-close:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\2715';
  font-size: 27px;
  font-size: 1.8rem;
  line-height: 1.92593;
  height: 42px;
  line-height: 42px;
  margin: 0 0 0 5px;
  vertical-align: middle; }

.deflecto-sidebar {
  margin-bottom: 0; }

.searchBox-heading {
  font-size: 30px;
  line-height: 1.2; }
  .searchBox-heading span {
    font-weight: normal;
    font-style: italic;
    font-size: 80%; }

@media (min-width: 1024px) {
  .searchtop {
    width: 66.66667%; } }

.search-page-form {
  position: relative; }
  .search-page-form .search-field {
    border-color: #FF0D00;
    display: block;
    width: 100%;
    height: 39px;
    margin-bottom: 39px;
    padding: 6.5px;
    vertical-align: baseline;
    font-size: 100%;
    line-height: normal;
    color: inherit;
    border-radius: 0;
    outline: 0;
    background: #fff; }
  .search-page-form .search-submit {
    position: absolute;
    font-size: 0;
    height: 38px;
    width: 38px;
    border: 0;
    right: 0;
    top: 0;
    background: transparent; }
  .search-page-form label:before {
    content: '\e835';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    font-size: 110%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border-radius: 0 2px 2px 0;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    background: #FF0D00;
    margin-right: 0; }

.tabs {
  display: block;
  border-bottom: 1px solid #dddede;
  margin-bottom: 26px;
  position: relative; }
  @media (min-width: 641px) {
    .tabs {
      margin-bottom: 52px; } }
  @media (max-width: 640px) {
    .tabs {
      border-top: 1px solid #dddede; }
      .tabs span {
        display: none; }
      .tabs.tab_open span {
        display: inline-block; } }
  .tabs span {
    margin-bottom: -1px;
    padding: 13px 0;
    cursor: pointer;
    clear: both;
    font-size: 16px;
    line-height: 1.625;
    text-transform: uppercase;
    font-weight: bold;
    display: block; }
    @media (min-width: 641px) {
      .tabs span {
        padding: 13px;
        display: inline-block; }
        .tabs span.active {
          border-bottom: 2px solid #800700;
          color: #800700; } }
    @media (max-width: 640px) {
      .tabs span {
        display: none;
        width: 100%;
        width: 100%;
        font-size: 15px;
        text-transform: none; }
        .tabs span.active {
          display: block; } }

.tab_con:not(.active) {
  display: none; }

.tab_con .search-result-item {
  border-bottom: 1px solid #aaacac;
  padding-bottom: 26px;
  margin-bottom: 26px; }
  .tab_con .search-result-item > img {
    display: none; }
  .tab_con .search-result-item h3 {
    margin-bottom: 0; }
    .tab_con .search-result-item h3 a {
      font-size: 32px;
      line-height: 1.625;
      margin-bottom: 0;
      text-decoration: none; }
  .tab_con .search-result-item p {
    color: #262828;
    font-size: 14px;
    font-weight: 300; }
    .tab_con .search-result-item p:last-child {
      margin-bottom: 0; }

.tab_con .search-pager {
  position: relative;
  min-width: 280px;
  height: 30px; }
  .tab_con .search-pager .prev, .tab_con .search-pager .next {
    position: absolute; }
  .tab_con .search-pager .prev {
    right: 110px; }

.tab_con .search-result-items .productTile-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 236px; }

@media (max-width: 640px) {
  .tab_open .tab_toggle:before {
    content: '\e82d'; }
  .tab_toggle {
    position: absolute;
    width: 25px;
    height: 53px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tab_toggle:before {
      content: '\e813';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      margin-right: 0; } }

/* ProductGallery Top */
.productsingle--main {
  padding-top: 52px;
  padding-bottom: 52px; }

.productDetail {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .productDetail--productGallery {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .productDetail--con {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
    @media (max-width: 1023px) {
      .productDetail--con .summary,
      .productDetail--con form.cart,
      .productDetail--con table.variations {
        margin-bottom: 0 !important; } }
  .productDetail--column {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1023px) {
      .productDetail--column {
        flex: 1 0 100%;
        max-width: 100%; } }

.inlineLabel label {
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateZ(0);
  font-size: 12px;
  font-size: .8rem;
  line-height: 2.16667;
  position: absolute;
  z-index: -1;
  top: 12px;
  margin: 0;
  line-height: 1.5;
  opacity: 0;
  color: #2f3132; }

.productTools {
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 26px; }
  @media (max-width: 1023px) {
    .productTools {
      margin-bottom: 0; } }
  .productTools .infoList {
    padding: 0;
    font-size: 14px;
    line-height: 1.85714;
    list-style: none;
    color: #545859; }

/* PRODUCT GALLERY */
.productGallery {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0; }

.productGallery .slick-track {
  min-width: 100%; }

.productGallery .slick-dots {
  position: static;
  list-style: none;
  overflow: auto;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0; }
  .productGallery .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: top;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer; }
    .productGallery .slick-dots li button {
      display: block;
      padding: 5px;
      cursor: pointer;
      font-size: 0;
      line-height: 0;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      width: 80px;
      height: 80px; }
      .productGallery .slick-dots li button:before {
        display: none; }
    .productGallery .slick-dots li.slick-active button {
      position: relative; }
      .productGallery .slick-dots li.slick-active button:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 3px;
        content: '';
        background: #FF0D00; }
  @media (min-width: 1440px) {
    .productGallery .slick-dots {
      position: absolute;
      white-space: normal;
      white-space: initial;
      width: 95px;
      top: 0;
      margin-bottom: 6.5px;
      left: -115px; } }

.productDetail--productGallery .productGallery {
  text-align: right; }
  @media (min-width: 1440px) {
    .productDetail--productGallery .productGallery {
      margin-right: 0; } }

/* TABS */
.productAcc {
  display: flex;
  padding-left: 15px;
  padding-right: 15px; }
  .productAcc--inner {
    flex: 1; }

.tabs--accordion {
  padding: 0;
  margin: 52px 0;
  background: #f3f3f3;
  padding: 26px;
  border: 1px dotted #aaacac;
  float: left;
  clear: both;
  width: 100%;
  /*
	* For tabs that turn into an accordion pattern on small screens
	*/
  border-bottom-width: 0; }
  @media (min-width: 641px) {
    .tabs--accordion {
      border-bottom-width: 1px; } }
  .tabs--accordion > li {
    display: inline;
    list-style: none; }
    .tabs--accordion > li > a {
      position: relative;
      display: inline-block;
      clear: both;
      padding: 0 13px 13px;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
      border-bottom: 3px solid transparent; }
      .tabs--accordion > li > a:hover {
        color: #800700;
        border-color: #800700; }
      .tabs--accordion > li > a + div {
        display: none;
        float: left;
        width: 100%;
        max-width: 100%;
        margin-top: -1px;
        padding: 26px 0;
        border-top: 1px solid #dddede; }
        .tabs--accordion > li > a + div *:last-child {
          margin-bottom: 0; }
      .tabs--accordion > li > a.is-active {
        color: #FF0D00;
        border-bottom: 3px solid #FF0D00; }
        .no-touch .tabs--accordion > li > a.is-active:hover {
          cursor: default; }
        .tabs--accordion > li > a.is-active + div {
          display: block; }
  .tabs--accordion > li {
    display: block; }
    .tabs--accordion > li > a {
      display: block;
      margin-bottom: .2em;
      padding: 13px 0;
      border-bottom-color: #dddede; }
      .tabs--accordion > li > a:after {
        position: absolute;
        top: 50%;
        right: .4em;
        margin: 0;
        margin-top: -.5em;
        padding: .1em;
        content: '\2b'; }
      .tabs--accordion > li > a.is-active:after {
        content: '\2d'; }
      .tabs--accordion > li > a + div {
        margin-bottom: 0;
        padding: 13px 0 0 0;
        border-top-width: 0; }

@media (min-width: 641px) {
  /*
	* Once we get to larger screens, set the accordion back to a tab pattern
	*/
  .tabs--accordion {
    border-bottom-width: 1px; }
    .tabs--accordion > li {
      display: inline; }
      .tabs--accordion > li > a {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 13px 13px;
        border-bottom-color: transparent; }
        .tabs--accordion > li > a.is-active {
          border-bottom-color: #FF0D00; }
        .tabs--accordion > li > a:after {
          display: none; }
        .tabs--accordion > li > a + div {
          padding: 26px 0;
          border-top-width: 1px; } }

/* table */
.table {
  font-size: 14px;
  line-height: 1.85714;
  width: 100%;
  margin-bottom: 26px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff; }
  .table th {
    font-size: 16px;
    line-height: 1.625;
    font-family: "euclid", sans-serif;
    background: #eee;
    word-wrap: break-word; }
  .table th,
  .table td {
    padding: 6.5px 13px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #dddede; }

.single-product .slick-list {
  height: auto !important; }

.single-product .woocommerce-breadcrumb {
  display: none; }

@media (max-width: 1439px) {
  .single-product .woo-variation-product-gallery {
    max-width: 600px !important; }
  .single-product .woo-variation-product-gallery {
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 1439px) {
  .single-product .woo-variation-product-gallery {
    width: 100%; } }

@media (max-width: 1023px) {
  .single-product .woo-variation-product-gallery {
    margin-bottom: 30px; } }

@media (min-width: 1440px) {
  .single-product .woo-variation-gallery-has-product-thumbnail .woo-variation-gallery-container {
    max-width: 600px;
    margin-left: auto; } }

@media (max-width: 1439px) {
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container {
    flex-direction: column; } }

@media (max-width: 1439px) {
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider {
    display: block;
    position: static;
    overflow: auto;
    text-align: left;
    white-space: nowrap; } }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
  height: 80px !important; }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
  overflow: hidden;
  opacity: 1; }
  @media (max-width: 1439px) {
    .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
      width: 80px;
      display: inline-block;
      float: none; } }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
  left: 0 !important; }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
  width: auto; }
  @media (min-width: 1440px) {
    .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
      position: absolute !important;
      left: 10px !important;
      width: 95px !important; }
    .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
      max-height: 100%;
      overflow: auto; } }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
  width: 100%; }
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider img {
    width: auto; }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider img {
  width: auto; }

.single-product .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
  width: 80px;
  border-bottom: 3px solid transparent; }

.single-product .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img {
  border-bottom: 3px solid #FF0D00; }

.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  height: 100%;
  width: 100%;
  background: none; }
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-trigger .dashicons {
    display: none; }

@media (max-width: 1439px) {
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
    display: flex; } }

.cat-footer__banner {
  min-height: 300px; }

.footerbanner_white {
  padding: 13px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  display: table;
  text-align: center; }
  .footerbanner_white .hero-banner__header--smtitle {
    margin-bottom: 6.5px;
    font-size: 24px;
    line-height: normal; }
  .footerbanner_white .hero-banner__btn {
    margin-bottom: 0; }

.term-chair-mats .category-banner,
.term-personal-protection-barriers .category-banner,
.term-desk-accessories .category-banner {
  min-height: 200px; }
  @media (max-width: 640px) {
    .term-chair-mats .category-banner,
    .term-personal-protection-barriers .category-banner,
    .term-desk-accessories .category-banner {
      min-height: 107px; } }
  @media (max-width: 480px) {
    .term-chair-mats .category-banner,
    .term-personal-protection-barriers .category-banner,
    .term-desk-accessories .category-banner {
      min-height: 57px; } }

.term-chair-mats .category-banner--title,
.term-personal-protection-barriers .category-banner--title,
.term-mud-flaps-safety .category-banner--title,
.term-desk-accessories .category-banner--title {
  display: none; }

.deflecto-404 {
  background: #fff;
  padding-top: 0;
  margin: 5px 0 30px 0; }
  @media (min-width: 1024px) {
    .deflecto-404 .img-404 {
      width: 66.5%; } }
  .deflecto-404 .info-404 {
    text-align: center;
    margin: auto; }
    @media (min-width: 1024px) {
      .deflecto-404 .info-404 {
        width: 32%;
        text-align: left; } }
    .deflecto-404 .info-404 p {
      font-size: 24px;
      color: #808080; }
    .deflecto-404 .info-404 .alert-404 {
      font-size: 36px;
      color: black; }
    .deflecto-404 .info-404 .error-404 {
      font-size: 14px;
      font-style: italic;
      color: black; }

.deflecto-404 .u-flex-columns {
  gap: 0; }

.contact-hubspot-form {
  padding: 50px !important;
  max-width: 94% !important; }

.contact-hubspot-form {
  box-sizing: border-box;
  background-color: white;
  margin: 76px 0 50px 0;
  box-shadow: 0 4px 8px 0 rgba(53,105,128,0.30196), 0 6px 20px 0 rgba(165,200,213,0.41176); }
  @media (min-width: 641px) {
    .contact-hubspot-form {
      width: 56.5% !important; } }

.category-banner {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  position: relative;
  width: 100%;
  z-index: 3;
  min-height: 300px;
  background-size: cover;
  background-position: center; }
  .category-banner .container {
    width: 100%;
    flex: 1; }
  .category-banner--title {
    margin-bottom: 0;
    margin-top: 0;
    color: #262828;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.92593;
    font-size: 30px;
    font-weight: 700;
    padding: 13px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center; }
    @media (max-width: 640px) {
      .category-banner--title {
        display: block; } }

.wp-block-category-column {
  background-color: #eee; }
  .wp-block-category-column.dark {
    background-color: #262828;
    color: #fff; }

.category-column {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .category-column {
      height: 40vmin;
      min-height: 400px; } }
  @media (max-width: 1023px) {
    .category-column {
      flex-direction: column !important; } }
  .category-column--title {
    margin-bottom: 6.5px;
    line-height: 1.2;
    width: 100%;
    font-size: 32px; }
    @media (max-width: 640px) {
      .category-column--title {
        font-size: 28px; } }
    .category-column--title a {
      font-size: inherit !important; }
    .category-column--title a {
      color: #FF0D00;
      text-decoration: none;
      font-size: 32px; }
      @media (max-width: 640px) {
        .category-column--title a {
          font-size: 28px; } }
      .category-column--title a:hover {
        color: #800700;
        text-decoration: underline; }
  .category-column--content {
    margin-bottom: 13px !important; }
  .category-column--content {
    line-height: 26px;
    width: 100%; }
  .category-column--left {
    width: 50%;
    position: relative; }
    @media (min-width: 1024px) {
      .category-column--left {
        margin: 31.2px 0; } }
    @media (max-width: 1023px) {
      .category-column--left {
        width: 100%;
        padding-top: 26px; } }
  .category-column--image {
    width: 100%;
    min-height: 200px; }
    @media (min-width: 1024px) {
      .category-column--image {
        min-height: 337px; } }
    .category-column--image img {
      width: 100% !important; }
    .category-column--image img {
      height: 200px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (min-width: 1024px) {
        .category-column--image img {
          height: 338px; } }
  @media (max-width: 1023px) {
    .category-column--video {
      padding: 0 10px;
      min-height: 250px; } }
  .category-column--right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 26px 52px; }
    @media (max-width: 1023px) {
      .category-column--right {
        width: auto;
        width: initial;
        padding: 26px 11px; } }
    .category-column--right p {
      margin-top: 0 !important; }
  .category-column iframe {
    width: 100%;
    height: 100%;
    min-height: 250px; }
    @media (min-width: 641px) {
      .category-column iframe {
        min-height: 338px; } }

@media (max-width: 1023px) {
  .f20-tablet-res {
    font-size: 20px !important; } }

@media (max-width: 640px) {
  .f20-mobile-res {
    font-size: 20px !important; } }

.patent_table table {
  margin-bottom: 30px;
  width: 645px;
  max-width: 100%;
  margin-left: 180px; }
  @media (max-width: 1023px) {
    .patent_table table {
      margin-left: auto; } }

.patent_table td {
  width: 115pt;
  font-size: 8pt;
  font-family: Arial, sans-serif; }

.patent_table tr:first-child td {
  color: #00156e;
  font-size: 9pt;
  font-weight: bold;
  background: #d9d9d9;
  vertical-align: top;
  line-height: 12px; }

.career-footer-banner .content__bg--white.hero-banner__header--content {
  display: inline-block;
  max-width: 60%; }
  .career-footer-banner .content__bg--white.hero-banner__header--content strong {
    font-size: 24px;
    line-height: 1.92593; }

.remove_tablestyle.small-table table {
  width: 40%; }
  @media (max-width: 1023px) {
    .remove_tablestyle.small-table table {
      width: 100%; } }

.remove_tablestyle table {
  width: auto; }
  .remove_tablestyle table td {
    border: 0;
    padding: 0; }
  @media (max-width: 1023px) {
    .remove_tablestyle table {
      width: 100%; } }

[data-fbo-id] {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  [data-fbo-id] + script + .wp-block-deflecto-deflecto-button {
    margin-top: 26px; }

blockquote {
  max-width: 100% !important;
  border: 0 !important; }

blockquote {
  background: #eeeeee;
  padding: 30px 0; }
  blockquote p {
    max-width: 100%;
    width: 1290px;
    background-color: #eeeeee;
    font-size: 24px;
    padding: 15px 20px;
    border-left: 3px solid #dddede;
    margin: 0 auto; }
  blockquote cite {
    max-width: 100%;
    width: 1290px;
    background-color: #eeeeee;
    padding: 0 20px 10px 20px;
    border-left: 3px solid #dddede;
    margin: 0 auto;
    display: block; }

.entry-content .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none; }
  .entry-content .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px; }
    .entry-content .woocommerce-MyAccount-navigation ul li a:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      -webkit-font-feature-settings: normal;
      font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      font-size: 110%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 1.5px;
      content: '\e815';
      font-size: 100%;
      color: #545859;
      text-decoration: none; }

.search-pager {
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-width: 280px;
  height: 30px; }
  .search-pager a,
  .search-pager span {
    padding: 0;
    text-align: center;
    font-size: 0; }
  .search-pager .current {
    color: #545859; }
  .search-pager .prev, .search-pager .next {
    background: #FF0D00;
    border-radius: 200px;
    color: #fff;
    padding: 4px 13px;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute; }
    .search-pager .prev:before, .search-pager .prev:after, .search-pager .next:before, .search-pager .next:after {
      font-family: Fontello;
      font-size: 14px;
      display: inline-block; }
  .search-pager .prev {
    right: 85px; }
    .search-pager .prev:before {
      content: '\e814';
      margin-right: 5px; }
    .search-pager .prev:hover {
      color: #fff; }
  .search-pager .next {
    margin-left: 30px; }
    .search-pager .next:after {
      content: '\e815';
      margin-left: 5px;
      color: #fff; }
    .search-pager .next:hover {
      color: #fff;
      background: #800700; }
  .search-pager .disabled {
    pointer-events: none;
    background: #aaacac; }

.deflecto-blog {
  padding: 53px 15px; }
  .deflecto-blog a:hover {
    text-decoration: none;
    cursor: pointer; }
  .deflecto-blog .u-flex-columns {
    padding: 0;
    gap: 17px; }
    @media (min-width: 1300px) {
      .deflecto-blog .u-flex-columns .u-flex-column {
        padding: 0 15px; } }
    .deflecto-blog .u-flex-columns .u-flex-column.deflecto-blog__archive {
      padding-top: 3px; }
  .deflecto-blog__archive {
    flex-basis: 19.7%; }
    .deflecto-blog__archive h3 {
      font-size: 18px;
      margin-bottom: 9.5px; }
    .deflecto-blog__archive ul {
      list-style: none;
      padding: 0; }
      .deflecto-blog__archive ul li {
        margin: 6.5px 0;
        color: #FF0D00;
        font-size: 14px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: 1.85714; }
        .deflecto-blog__archive ul li:hover {
          color: #800700; }
  @media (max-width: 640px) {
    .deflecto-blog .deflecto-blog__archive.u-flex-column {
      display: none; } }
  .deflecto-blog__pagination a {
    color: white;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 13px;
    background: #aaacac;
    pointer-events: none; }
    .deflecto-blog__pagination a.active {
      background: #FF0D00;
      pointer-events: all; }
      .deflecto-blog__pagination a.active:hover {
        background: #800700;
        text-decoration: underline; }
        .deflecto-blog__pagination a.active:hover:after {
          text-decoration: none; }
  .deflecto-blog__pagination .next {
    background: #aaacac; }
    .deflecto-blog__pagination .next.active {
      background: #FF0D00; }
    .deflecto-blog__pagination .next:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\e815';
      margin-left: 5px;
      margin-right: 0; }
  .deflecto-blog__pagination .prev {
    margin-right: 20px;
    background: #aaacac; }
    .deflecto-blog__pagination .prev.active {
      background: #FF0D00; }
    .deflecto-blog__pagination .prev:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\e814';
      margin-right: 5px; }
  .deflecto-blog__pagination.pagination-bottom {
    text-align: right;
    margin-top: 25px; }
  @media (max-width: 640px) {
    .deflecto-blog__pagination.pagination-top {
      position: absolute; } }
  .deflecto-blog__results {
    flex-basis: 80%; }
    @media (max-width: 640px) {
      .deflecto-blog__results {
        flex-basis: 100%; } }
    .deflecto-blog__results .blog-nav {
      border-bottom: 1px solid #dddede;
      padding-bottom: 6.5px;
      justify-content: space-between; }
      @media (max-width: 640px) {
        .deflecto-blog__results .blog-nav {
          justify-content: right; } }
      .deflecto-blog__results .blog-nav span {
        color: #545859;
        font-size: 14px;
        font-weight: bold; }
        @media (max-width: 640px) {
          .deflecto-blog__results .blog-nav span {
            display: none; } }
  .deflecto-blog__mobile-options {
    display: none;
    border: 1px solid #dddede;
    text-align: center;
    margin-bottom: 13px;
    padding: 6.5px; }
    @media (max-width: 640px) {
      .deflecto-blog__mobile-options {
        display: block; } }
    .deflecto-blog__mobile-options span {
      font-weight: bold; }
    .deflecto-blog__mobile-options span, .deflecto-blog__mobile-options a {
      flex: 1 1 0;
      font-size: 14px; }
    .deflecto-blog__mobile-options a {
      display: table-cell;
      width: 50%;
      float: right;
      border-left: 1px solid #dddede; }
      .deflecto-blog__mobile-options a:hover {
        text-decoration: underline; }
      .deflecto-blog__mobile-options a:before {
        content: '\e895';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .3em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        /* you can be more comfortable with increased icons size */
        font-size: 110%;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
  .deflecto-blog__item {
    border-bottom: 1px solid #aaacac;
    margin-bottom: 26px; }
    .deflecto-blog__item ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin-bottom: 7px; }
      @media (max-width: 640px) {
        .deflecto-blog__item ul {
          display: block;
          border-left: 3px solid #dddede;
          padding-left: 13px; } }
      .deflecto-blog__item ul li {
        margin-right: 13px;
        padding-right: 13px;
        color: #545859;
        font-size: 14px; }
        .deflecto-blog__item ul li:after {
          content: '\2022';
          position: relative;
          left: 12px; }
        .deflecto-blog__item ul li:last-child:after {
          content: none; }
        @media (max-width: 640px) {
          .deflecto-blog__item ul li:after {
            content: none; } }
    @media (max-width: 640px) {
      .deflecto-blog__item p {
        display: none; } }
    .deflecto-blog__item p a {
      font-size: 12px; }
    .deflecto-blog__item h2 a {
      text-decoration: none;
      color: black;
      font-size: 27px; }
    .deflecto-blog__item h2 {
      margin-bottom: 0; }
    @media (max-width: 640px) {
      .deflecto-blog__item {
        padding-bottom: 26px; } }
  .deflecto-blog__readmorelink:before {
    content: '\00b7 \00b7 \00b7';
    font-size: 20px;
    transition: ease-in-out .2s;
    line-height: 0;
    opacity: 0.5;
    margin-right: 2px;
    display: inline-block;
    vertical-align: -0.2em; }
  .deflecto-blog__readmorelink:hover:before {
    font-size: 26px;
    opacity: 0.75; }

.deflecto-blog__hamburger {
  visibility: hidden;
  z-index: 99;
  position: fixed;
  top: 0;
  height: 100vh;
  background: #fff;
  width: 300px;
  overflow: auto;
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: ease-in-out .3s;
  right: -100%; }
  .deflecto-blog__hamburger.toggled {
    visibility: visible;
    right: 0; }
  .deflecto-blog__hamburger .close-hamburger-blog {
    background-color: black;
    color: #fff;
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
    cursor: pointer; }
    .deflecto-blog__hamburger .close-hamburger-blog:hover {
      cursor: pointer; }
    .deflecto-blog__hamburger .close-hamburger-blog span {
      position: relative;
      top: -4px;
      right: 10px; }
    .deflecto-blog__hamburger .close-hamburger-blog:after {
      content: '\2715';
      fill: white;
      color: white;
      font-size: 27px; }
  .deflecto-blog__hamburger .hamburger-archive {
    padding: 13px; }

.dim-background-blog {
  z-index: 88;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: ease-in-out .3s; }
  .dim-background-blog.toggled {
    visibility: visible;
    opacity: 1.0; }

.deflecto-blog-single .deflecto-post-article {
  margin-top: 0; }

.deflecto-blog-single h1 {
  margin-top: 26px;
  line-height: 1.92593; }

.deflecto-blog-single__back {
  color: black;
  font-size: 13px;
  font-weight: 300; }
  .deflecto-blog-single__back:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    font-size: 110%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e804'; }

.deflecto-blog-single__content {
  margin-top: 26px;
  border-bottom: 1px solid #dddede; }

.deflecto-blog-single .single-open-hamburger {
  display: none;
  padding: 26px 0 0; }
  @media (max-width: 640px) {
    .deflecto-blog-single .single-open-hamburger {
      display: block; } }
  .deflecto-blog-single .single-open-hamburger:before {
    content: '\e841';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    font-size: 110%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.loader-svg {
  fill: #FF0D00;
  width: 70px;
  height: 70px; }
  .loader-svg__container {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 50px; }

.wpcf7-checkbox label span {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 2px 7px 2px 32px;
  font-weight: normal;
  color: #119ff7;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #eee; }

.wpcf7-radio label span {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 2px 7px 2px 32px;
  font-weight: normal;
  color: #119ff7;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #eee; }

.wpcf7-radio label input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.wpcf7-checkbox label input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.wpcf7-radio label span:before, .wpcf7-checkbox label span:before {
  height: 16px;
  margin: -2px 7px 0 -27px;
  padding: 1px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 110%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\00A0';
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  color: #aaacac;
  border: 1px solid #dddede;
  background: #fff;
  background-clip: padding-box;
  margin-right: 7px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.10196) inset;
  width: 16px;
  border-radius: 2px;
  text-indent: -1px; }

.wpcf7-radio label span:before {
  border-radius: 50%; }

.wpcf7-checkbox label input[type="checkbox"]:checked + span, .wpcf7-radio label input[type="radio"]:checked + span {
  color: #119ff7;
  background: rgba(0, 0, 0, 0);
  border-color: #119ff7; }

.wpcf7-checkbox label input[type="checkbox"]:checked + span:before {
  content: '\e82e';
  color: #119ff7; }

.wpcf7-checkbox label input[type="checkbox"]:not(:checked) + span:hover:before {
  content: '\e82e';
  color: #aaacac; }

.wpcf7-radio label input[type="radio"]:not(:checked) + span:hover:before {
  border: 4px solid #dddede;
  background: #8e9090; }

.wpcf7-radio label input[type="radio"]:checked + span:before {
  background-image: radial-gradient(#119ff7, #119ff7 4px, transparent 4px); }

.wpcf7-list-item {
  margin: 0 6.5px 6.5px 0; }

.wpcf7-list-item-label:hover {
  color: #119ff7;
  background: #eee;
  cursor: pointer; }

.wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 6.5px;
  cursor: pointer;
  color: #3f4243;
  width: 100%; }

.wpcf7-form > p label + br,
.wpcf7-form > p label br {
  display: none; }

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
  margin-bottom: 0; }
  .wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap select:focus, .wpcf7-form-control-wrap textarea:focus {
    border-color: #FF0D00; }

span.wpcf7-not-valid-tip {
  background: #e31836;
  color: #fff;
  display: block;
  padding: 6.5px;
  position: relative; }
  span.wpcf7-not-valid-tip:after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e31836; }

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-left: 0; }

.g-recaptcha {
  padding-top: 13px;
  border-top: 1px solid #dddede; }

.wpcf7-spinner {
  top: 5px; }

.banner--fixedBackground {
  background-attachment: fixed; }

.hero-banner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #eeeeee; }
  .hero-banner--empty {
    height: 104px !important; }
  .hero-banner__overlay {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2; }
  .hero-banner__header {
    position: relative;
    width: 100%;
    z-index: 3; }
    .hero-banner__header--title {
      margin-bottom: 6.5px;
      font-size: 45px;
      line-height: 1.2; }
      @media (max-width: 640px) {
        .hero-banner__header--title {
          font-size: 32px !important; } }
    .hero-banner__header--content {
      margin-bottom: 0;
      line-height: 1.444444;
      margin-top: 0; }
    .hero-banner__header--btn {
      display: inline-block;
      border: 1px solid;
      cursor: pointer;
      outline: none; }
      .hero-banner__header--btn a {
        color: inherit;
        text-decoration: none; }
  .hero-banner__btn a {
    text-decoration: none;
    color: #fff; }
  .hero-banner-withcon .hero-banner__header--content {
    margin-bottom: 26px; }
    @media (max-width: 640px) {
      .hero-banner-withcon .hero-banner__header--content {
        font-size: 14px !important; } }
  .hero-banner-newsletter_banner .hero-banner__header--title {
    line-height: 1.92593; }
    @media (max-width: 640px) {
      .hero-banner-newsletter_banner .hero-banner__header--title {
        font-size: 24px !important; } }
  .hero-banner-home {
    padding: 0 40px;
    background-attachment: local; }
    @media (max-width: 640px) {
      .hero-banner-home {
        padding: 0 10px; } }

.preview-btn {
  display: block;
  height: 200px;
  width: 100%;
  margin-bottom: 10px; }
  .preview-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.default-layout {
  display: grid;
  grid-template-columns: repeat(2, 50%); }
  .default-layout__button {
    display: inline-block;
    height: 100%; }
    .default-layout__button img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.content__bg--white {
  padding: 13px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8); }

.content__bg--black {
  padding: 13px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8); }

.wp-block .hero-banner {
  width: 100%;
  max-width: 100%;
  margin-left: 0; }

.media-upload__controller {
  margin-bottom: 20px; }

.controller-divider {
  margin: 10px 0px 5px; }
  .controller-divider__mediaupload {
    margin-bottom: 20px; }

.default-layout__button {
  border: 2px solid transparent; }

.default-layout__button.active {
  border-color: #007cba; }

.deflecto-blockicon {
  color: #FF0D00; }

article .entry-content > *:not(div[class^="wp-block"]).office-depot {
  max-width: 100%;
  padding: 0; }

.patents .content__bg--black {
  padding-bottom: 19px; }
  .patents .content__bg--black strong {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: block;
    line-height: 1.92593; }
    .patents .content__bg--black strong + br {
      display: none; }
  @media (max-width: 640px) {
    .patents .content__bg--black {
      text-align: center; } }

.general-block__preview-btn {
  display: block;
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0; }
  .general-block__preview-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.general-block__btn a {
  text-decoration: none;
  color: #fff;
  cursor: pointer; }
  .general-block__btn a:hover {
    color: #fff; }

.general-block__column {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .general-block__column {
      flex-direction: column !important; } }
  .general-block__column--title {
    margin-bottom: 6.5px;
    line-height: 1.2;
    width: 100%;
    font-size: 32px; }
    @media (max-width: 640px) {
      .general-block__column--title {
        font-size: 28px; } }
    .general-block__column--title a {
      font-size: inherit !important; }
    .general-block__column--title a {
      color: #FF0D00;
      text-decoration: none;
      font-size: 32px; }
      @media (max-width: 640px) {
        .general-block__column--title a {
          font-size: 28px; } }
      .general-block__column--title a:hover {
        color: #800700;
        text-decoration: underline; }
  .general-block__column--content {
    margin-bottom: 13px !important; }
  .general-block__column--content {
    line-height: 26px;
    width: 100%; }
  .general-block__column--left {
    width: 50%;
    position: relative; }
    @media (min-width: 1024px) {
      .general-block__column--left {
        margin: 31.2px 0; } }
    @media (max-width: 1023px) {
      .general-block__column--left {
        width: 100%; } }
  .general-block__column--image {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .general-block__column--image {
        min-height: 337px; } }
    .general-block__column--image img {
      width: 100% !important; }
    .general-block__column--image img {
      max-height: 200px;
      -o-object-fit: contain;
         object-fit: contain;
      height: auto; }
      @media (min-width: 1024px) {
        .general-block__column--image img {
          max-height: 338px; } }
  @media (max-width: 1023px) {
    .general-block__column--video {
      padding: 26px 10px; } }
  .general-block__column--right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 26px 52px; }
    @media (max-width: 1023px) {
      .general-block__column--right {
        width: auto;
        width: initial;
        padding: 26px 11px; } }
    .general-block__column--right p {
      margin-top: 0 !important; }

.layout-wrapper {
  margin-bottom: 20px; }

.layout-wrapper .components-button {
  margin: 10px 0; }

.contact-container {
  max-width: 1921px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }

.container.contact-container .general-block__column--title {
  margin-bottom: 13px; }

.container.contact-container .general-block__column--left {
  margin: 0; }

.media-upload__controller .general-block__preview-btn {
  height: auto; }

.iframe-preview {
  max-height: 300px;
  margin-bottom: 30px; }
  .iframe-preview iframe {
    height: 100%; }

.counter-block {
  text-align: center; }
  .counter-block .u-flex-columns {
    justify-content: center;
    gap: 0; }
    @media (max-width: 1023px) {
      .counter-block .u-flex-columns {
        display: block;
        padding: 15px 0 30px 0; } }
    @media (max-width: 1023px) {
      .counter-block .u-flex-columns .u-flex-column {
        padding: 15px 0;
        margin: 0 7px; } }
    @media (min-width: 1024px) {
      .counter-block .u-flex-columns .u-flex-column {
        padding: 0 70px;
        margin: 7px 0; } }
    .counter-block .u-flex-columns .u-flex-column:last-child {
      border: none;
      padding-bottom: 7px; }
    .counter-block .u-flex-columns .border-class {
      border-bottom: 2px solid white; }
      @media (min-width: 1024px) {
        .counter-block .u-flex-columns .border-class {
          border-bottom: none;
          border-right: 2px solid white; } }
  .counter-block h2 {
    margin: 0;
    font-weight: 500; }
  .counter-block h2, .counter-block span {
    line-height: normal; }

.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  @media (max-width: 1023px) {
    .catalog {
      grid-template-columns: repeat(2, 1fr) !important; }
    .catalog {
      padding: 52px 0; } }
  @media (max-width: 640px) {
    .catalog {
      grid-template-columns: 100% !important; } }
  .catalog-item {
    margin: 52px 0;
    align-self: flex-start; }
    @media (max-width: 1023px) {
      .catalog-item {
        margin: 0; } }
    .catalog-item__inner {
      position: relative;
      z-index: 3;
      height: 100%; }
    .catalog-item__add {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 200px;
      border: 1px solid #333; }
      .catalog-item__add .add {
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center; }
    .catalog-item__addnew {
      padding: 10px;
      height: 40px;
      width: 40px;
      color: #fff;
      background-color: #000;
      border-radius: 5px; }
      .catalog-item__addnew:hover {
        background-color: #007cba; }
    .catalog-item__close {
      display: inline-block;
      float: right;
      padding: 5px;
      background-color: #333;
      color: #fff; }
      .catalog-item__close:hover {
        cursor: pointer;
        background-color: #FF0D00; }
    .catalog-item__arrow {
      display: inline-block; }
      .catalog-item__arrow--left {
        color: #fff;
        background-color: #333;
        padding: 5px;
        height: 30px;
        width: 30px; }
        .catalog-item__arrow--left:hover {
          cursor: pointer;
          background-color: #FF0D00; }
      .catalog-item__arrow--right {
        color: #fff;
        background-color: #333;
        padding: 5px;
        height: 30px;
        width: 30px; }
        .catalog-item__arrow--right:hover {
          cursor: pointer;
          background-color: #FF0D00; }
    .catalog-item__edit {
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 50px;
      width: 50px;
      padding: 15px;
      background-color: #ffffff;
      box-shadow: 0px 0 5px rgba(0,0,0,0.2); }
      .catalog-item__edit:hover {
        cursor: pointer;
        color: #ffffff;
        background-color: #FF0D00; }
    .catalog-item:hover .catalog-item__edit {
      display: inline-block; }
    .catalog-item__media {
      margin: 0;
      position: relative;
      height: 100%;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .catalog-item__media--img {
        width: 100%;
        text-align: center;
        position: relative; }
        .catalog-item__media--img img {
          -o-object-fit: cover;
             object-fit: cover;
          width: auto;
          height: auto; }
      .catalog-item__media--description {
        width: 100%;
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.73333;
        display: block;
        color: #545859;
        margin-bottom: 26px; }
        .catalog-item__media--description a {
          color: #FF0D00;
          text-decoration: none;
          cursor: pointer; }
          .catalog-item__media--description a:hover {
            color: #FF0D00;
            text-decoration: underline; }
      .catalog-item__media--title {
        font-size: 18px;
        line-height: 1.44444;
        text-transform: uppercase;
        color: #FF0D00;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 6.5px;
        text-align: center; }
        .catalog-item__media--title a {
          color: #FF0D00;
          text-decoration: none;
          cursor: pointer; }
          .catalog-item__media--title a:hover {
            color: #FF0D00;
            text-decoration: underline; }
      .catalog-item__media--text {
        margin: 0;
        text-align: center; }
    .catalog-item:hover .edit {
      visibility: visible; }
  .catalog .edit {
    position: absolute;
    visibility: hidden;
    top: 0;
    z-index: 4;
    width: 100%; }

.options-tag {
  display: flex;
  flex-direction: column;
  margin: 15px 0; }
  .options-tag span {
    font-size: 16px; }

.career-two-col.layout-1 {
  padding: 52px 0;
  justify-content: center; }
  .career-two-col.layout-1 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box; }
    .career-two-col.layout-1 .row .career-col {
      text-align: center;
      flex: 1 0 100%;
      box-sizing: border-box;
      padding: 0 15px 0 15px; }
      @media (min-width: 641px) {
        .career-two-col.layout-1 .row .career-col {
          flex-basis: 50%;
          max-width: 50%; } }
      .career-two-col.layout-1 .row .career-col figure img {
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
        height: auto;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 640 / 360; }
      .career-two-col.layout-1 .row .career-col figure figcaption {
        margin-top: 16px; }
        .career-two-col.layout-1 .row .career-col figure figcaption h2 {
          color: #FF0D00;
          text-transform: uppercase;
          font-size: 18px;
          line-height: 1.4444;
          font-weight: 500;
          margin: 0 0 6.5px 0; }
        .career-two-col.layout-1 .row .career-col figure figcaption .fig-btn {
          background-color: #FF0D00;
          color: white;
          font-size: 15px;
          line-height: 1.733;
          display: inline-block;
          width: auto;
          padding: 3.25px 26px 3.9px;
          cursor: pointer;
          vertical-align: middle;
          text-decoration: none;
          border: 1px solid #e60c00;
          border-bottom-width: 4px;
          -webkit-appearance: none;
          touch-action: manipulation;
          position: relative;
          transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
          transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
          .career-two-col.layout-1 .row .career-col figure figcaption .fig-btn:hover {
            -webkit-transform: translateY(10%);
                    transform: translateY(10%);
            background-color: #e60c00; }

.career-two-col__openings {
  border-bottom: 1px solid #dddede;
  padding-bottom: 26px;
  margin-bottom: 52px; }
  .career-two-col__openings span {
    font-size: 40px; }

.career-two-col.layout-2 {
  padding: 15px 0 52px; }
  @media (max-width: 640px) {
    .career-two-col.layout-2 .mobile-border {
      border-left: 3px solid #dddede;
      padding-left: 13px; } }
  .career-two-col.layout-2 .career-col {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #dddede; }
  .career-two-col.layout-2 h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1.65; }
    .career-two-col.layout-2 h3 a {
      text-decoration: none; }
  .career-two-col.layout-2 .career-col-content {
    font-size: 14px;
    margin: 0; }
    .career-two-col.layout-2 .career-col-content a {
      font-size: 12px;
      text-decoration: none; }
      .career-two-col.layout-2 .career-col-content a:before {
        font-size: 20px;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        content: '\00b7 \00b7 \00b7';
        line-height: 0;
        opacity: 0.5;
        margin-right: 2px;
        display: inline-block;
        vertical-align: -0.2em; }
      .career-two-col.layout-2 .career-col-content a:hover:before {
        font-size: 26px;
        color: #800700;
        opacity: .75; }

.page-warning {
  padding: 15px 10px;
  margin: -20px 0 30px 10px; }

.page-id {
  text-align: left;
  font-weight: bold;
  margin: 0 0 5px 7px; }

div[data-title="Career Two Column"] .career-two-col figure {
  margin: 0; }

.career-block-btn {
  margin: 15px 0; }

.map-block .u-flex-columns {
  gap: 0; }
  .map-block .u-flex-columns .u-flex-column {
    max-height: 450px;
    min-width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex; }
  .map-block .u-flex-columns .location-info .location-info-wrap {
    min-width: 100%;
    margin-top: -10px; }
  .map-block .u-flex-columns .location-info h2 {
    font-size: 21px;
    margin-bottom: 5px; }
  .map-block .u-flex-columns .location-info p {
    margin: 0 auto;
    font-size: 15px;
    display: block; }
    .map-block .u-flex-columns .location-info p span {
      display: block; }
    .map-block .u-flex-columns .location-info p a {
      color: #FF0D00; }
  @media (max-width: 640px) {
    .map-block .u-flex-columns .map-iframe {
      display: none;
      visibility: hidden; }
    .map-block .u-flex-columns .u-flex-column {
      min-width: 100%; }
    .map-block .u-flex-columns .location-info {
      padding: 26px; } }

div[data-title="Map Block"] {
  width: auto;
  margin: 0; }
  div[data-title="Map Block"] .location-info h2 {
    font-size: 21px;
    margin-bottom: 5px; }
  div[data-title="Map Block"] .location-info p {
    padding-top: 12px; }
    div[data-title="Map Block"] .location-info p span {
      padding-bottom: 8px; }

.default-layout__button {
  padding: 0; }

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.entry-content .deflecto-accordion:nth-child(2) {
  margin-top: 52px; }

.entry-content .deflecto-accordion:last-child {
  border-bottom: 2px solid #dddede;
  margin-bottom: 52px; }

.deflecto-accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px; }
  @media (max-width: 1292px) {
    .deflecto-accordion {
      margin: 0 12px; } }
  .deflecto-accordion .deflecto-accordion-main {
    border: 2px solid #dddede;
    border-bottom: 0; }
    .deflecto-accordion .deflecto-accordion-main__header {
      padding: 0 15px 0 10px;
      justify-content: space-between;
      align-items: center;
      font-weight: normal;
      cursor: pointer; }
      .deflecto-accordion .deflecto-accordion-main__header h3 {
        color: #FF0D00;
        font-family: "euclid", Helvetica, sans-serif;
        font-size: 20px;
        line-height: 1.08333;
        width: auto;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 0;
        margin: 13px 5px; }
  .deflecto-accordion__expander {
    display: inline-block;
    transition: all 0.3s;
    position: relative; }
    .deflecto-accordion__expander.cst-arrow {
      margin-top: 6px;
      width: 8px;
      height: 8px;
      border: 2px solid;
      border-left: 0;
      border-top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      cursor: pointer;
      margin-left: auto;
      margin-right: 8px; }
  .deflecto-accordion .deflecto-accordion-sub {
    overflow: hidden;
    max-height: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: top center;
            transform-origin: top center; }
    .deflecto-accordion .deflecto-accordion-sub.active {
      visibility: visible;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      max-height: none;
      border-top: 2px solid #dddede; }
    .deflecto-accordion .deflecto-accordion-sub__icon::before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "\e8c2";
      font-size: 16px;
      margin-right: 13px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .deflecto-accordion .deflecto-accordion-sub__header {
      display: flex;
      font-size: 0;
      padding: 10px 0; }
      .deflecto-accordion .deflecto-accordion-sub__header h4 {
        width: auto;
        border-left: 2px solid #dddede;
        padding: 3px 10px 3px 12px;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        font-family: "euclid", Helvetica, sans-serif;
        font-weight: 300; }
      .deflecto-accordion .deflecto-accordion-sub__header:hover {
        cursor: pointer;
        color: #FF0D00; }
    .deflecto-accordion .deflecto-accordion-sub__answer {
      overflow: hidden;
      max-height: 0;
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      transition: all 0.2s ease-in-out;
      -webkit-transform-origin: top center;
              transform-origin: top center; }
      .deflecto-accordion .deflecto-accordion-sub__answer p, .deflecto-accordion .deflecto-accordion-sub__answer ul, .deflecto-accordion .deflecto-accordion-sub__answer li {
        font-size: 14px; }
    .deflecto-accordion .deflecto-accordion-sub .column-item {
      padding: 0 13px;
      border-bottom: 2px solid #dddede; }
      .deflecto-accordion .deflecto-accordion-sub .column-item:last-child {
        border-bottom: none; }
      .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion-sub__icon::before {
        color: #FF0D00; }
      .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion-sub__answer {
        visibility: visible;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        max-height: none;
        color: #545859; }
        .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion-sub__answer table {
          width: 56%;
          border: 0; }
          .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion-sub__answer table td {
            border: 0;
            padding: 0; }
          @media (max-width: 1023px) {
            .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion-sub__answer table {
              width: 100%; } }
      .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion-sub__header {
        color: #FF0D00; }
      .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion__expander {
        color: #FF0D00; }
        .deflecto-accordion .deflecto-accordion-sub .column-item.active .deflecto-accordion__expander.cst-arrow {
          -webkit-transform: rotate(226deg);
                  transform: rotate(226deg);
          margin-top: 8px; }
  .deflecto-accordion .plus {
    width: 10px;
    height: 10px;
    margin-right: 5px; }
    .deflecto-accordion .plus::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      height: 8px;
      border-left: 2px solid;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .deflecto-accordion .plus.active:after {
      content: none; }
    .deflecto-accordion .plus::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 8px;
      border-top: 2px solid;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .deflecto-accordion .plus.active:before {
      color: #FF0D00; }
  .deflecto-accordion .block-editor-button-block-appender {
    position: relative;
    top: 30px; }
  .deflecto-accordion h1, .deflecto-accordion .h-h1, .deflecto-accordion h2, .deflecto-accordion .h-h2, .deflecto-accordion h3, .deflecto-accordion .h-h3, .deflecto-accordion h4, .deflecto-accordion .h-h4, .deflecto-accordion h5, .deflecto-accordion .h-h5, .deflecto-accordion h6, .deflecto-accordion .h-h6, .deflecto-accordion hgroup, .deflecto-accordion ul, .deflecto-accordion ol, .deflecto-accordion dl, .deflecto-accordion blockquote, .deflecto-accordion p, .deflecto-accordion address, .deflecto-accordion fieldset, .deflecto-accordion figure, .deflecto-accordion pre {
    margin-bottom: 10px; }

.deflecto-post-article .entry-content .deflecto-accordion ul {
  padding: 0;
  padding-left: 25px; }

.add-item-wrap {
  justify-content: center;
  display: none;
  width: 100%; }
  .add-item-wrap.active {
    display: flex; }
  .add-item-wrap .add-new-item {
    color: white;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #FF0D00;
    text-transform: none;
    font-size: 16px; }
    .add-item-wrap .add-new-item:hover {
      background-color: #800700; }
  .add-item-wrap.inner-add-item {
    border-bottom: 2px solid #dddede;
    border-top: 0;
    padding: 14px 10px 15px;
    margin-top: 0;
    justify-content: left; }
    .add-item-wrap.inner-add-item:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\2b';
      left: -29.8px;
      top: 3px;
      position: relative;
      color: white;
      font-weight: 700;
      font-size: 20px;
      pointer-events: none; }
    .add-item-wrap.inner-add-item i {
      height: 30px;
      width: 30px; }

div[data-title="Deflecto FAQ Block"] .deflecto-accordion .deflecto-accordion-main__header {
  background-color: #dddede; }

div[data-title="Deflecto FAQ Block"] .deflecto-accordion .deflecto-accordion-sub {
  padding-bottom: 0px; }
  div[data-title="Deflecto FAQ Block"] .deflecto-accordion .deflecto-accordion-sub__header h4 {
    margin-bottom: 9px;
    margin-top: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 1200px; }
  div[data-title="Deflecto FAQ Block"] .deflecto-accordion .deflecto-accordion-sub__answer {
    padding: 0 13px; }
  div[data-title="Deflecto FAQ Block"] .deflecto-accordion .deflecto-accordion-sub__icon {
    margin-left: 5px; }
    div[data-title="Deflecto FAQ Block"] .deflecto-accordion .deflecto-accordion-sub__icon::before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .3em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      font-size: 110%;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "\e8c2";
      font-size: 16px;
      margin: 0 11px 9px 9px;
      position: relative;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

div[data-title="Deflecto FAQ Block"] .deflecto-accordion ul, div[data-title="Deflecto FAQ Block"] .deflecto-accordion ol {
  padding-left: 20px; }

div[data-title="Deflecto FAQ Block"] .deflecto-accordion p, div[data-title="Deflecto FAQ Block"] .deflecto-accordion ul, div[data-title="Deflecto FAQ Block"] .deflecto-accordion ol {
  margin: 0;
  padding-bottom: 12px; }

div[data-title="Deflecto FAQ Block"] .deflecto-accordion .components-button {
  display: none;
  margin-left: 13px; }

div[data-title="FAQ Inner Block"] {
  border-bottom: 2px solid #dddede;
  margin: 0; }

.editor-styles-wrapper .deflecto-accordion__expander.cst-arrow {
  display: none;
  visibility: hidden; }

.editor-styles-wrapper .deflecto-accordion .deflecto-accordion-sub__answer {
  display: block !important;
  visibility: visible !important;
  -webkit-transform: scaleY(100%) !important;
          transform: scaleY(100%) !important;
  max-height: none !important; }

.featureBlock .u-flex-columns {
  gap: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto; }
  .featureBlock .u-flex-columns figure {
    margin: 0 !important; }

.featureBlock .u-flex-column {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .featureBlock .u-flex-column {
      padding: 65px 15px;
      flex-basis: 33.33333%;
      width: 33.33333%; }
      .featureBlock .u-flex-column:nth-child(-n+3) {
        padding-top: 0; } }

.featureBlock--heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 26px; }
  @media (min-width: 720px) {
    .featureBlock--heading {
      font-size: 36px; } }

.featureBlock--figure {
  margin-bottom: 26px; }
  .featureBlock--figure img {
    width: 100% !important; }
  .featureBlock--figure img {
    height: auto; }
    @media (min-width: 1024px) {
      .featureBlock--figure img {
        height: 266.79px;
        -o-object-fit: cover;
           object-fit: cover; } }

.featureBlock--subHeading {
  color: #545859;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }
  .featureBlock--subHeading a {
    color: #FF0D00;
    text-decoration: none; }
    .featureBlock--subHeading a:hover {
      color: #800700 !important; }
    .featureBlock--subHeading a:hover {
      text-decoration: underline; }

.featureBlock .no-posts {
  padding: 10px 65px;
  font-size: 16px;
  background-color: #eee;
  color: #000;
  text-align: center;
  margin: 0 auto; }

.our-family-heading {
  font-size: 36px; }
  @media screen and (max-width: 720px) {
    .our-family-heading {
      font-size: 32px; } }

.pdf {
  padding: 0 !important; }

.pdf {
  display: grid;
  grid-template-columns: repeat(3, 33.33%); }
  @media (max-width: 1023px) {
    .pdf {
      grid-template-columns: repeat(2, 50%) !important; } }
  @media (max-width: 640px) {
    .pdf {
      grid-template-columns: 100% !important; } }
  .pdf-item {
    padding: 0 15px;
    align-self: flex-start; }
    @media (max-width: 1023px) {
      .pdf-item {
        margin: 0 0 15px 0; } }
    .pdf-item__inner {
      position: relative;
      z-index: 3;
      height: 100%; }
    .pdf-item__add {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 200px;
      border: 1px solid #333; }
      .pdf-item__add .add {
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center; }
    .pdf-item__addnew {
      padding: 10px;
      height: 40px;
      width: 40px;
      color: #fff;
      background-color: #000;
      border-radius: 5px; }
      .pdf-item__addnew:hover {
        background-color: #007cba; }
    .pdf-item__close {
      display: inline-block;
      float: right;
      padding: 5px;
      background-color: #333;
      color: #fff; }
      .pdf-item__close:hover {
        cursor: pointer;
        background-color: #FF0D00; }
    .pdf-item__arrow {
      display: inline-block; }
      .pdf-item__arrow--left {
        color: #fff;
        background-color: #333;
        padding: 5px;
        height: 30px;
        width: 30px; }
        .pdf-item__arrow--left:hover {
          cursor: pointer;
          background-color: #FF0D00; }
      .pdf-item__arrow--right {
        color: #fff;
        background-color: #333;
        padding: 5px;
        height: 30px;
        width: 30px; }
        .pdf-item__arrow--right:hover {
          cursor: pointer;
          background-color: #FF0D00; }
    .pdf-item__edit {
      position: absolute;
      display: none;
      top: 35%;
      left: 50%;
      -webkit-transform: translate(-50%, -35%);
              transform: translate(-50%, -35%);
      height: 50px;
      width: 50px;
      padding: 15px;
      background-color: #ffffff;
      box-shadow: 0px 0 5px rgba(0,0,0,0.2); }
      .pdf-item__edit:hover {
        cursor: pointer;
        color: #ffffff;
        background-color: #FF0D00; }
    .pdf-item:hover .pdf-item__edit {
      display: inline-block; }
    .pdf-item__media {
      margin: 0;
      position: relative;
      height: 100%;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .pdf-item__media--img {
        width: 100%;
        text-align: center; }
        .pdf-item__media--img img {
          height: auto; }
      .pdf-item__media--description {
        width: 100%;
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.73333;
        display: block;
        color: #545859;
        font-weight: 500; }
        .pdf-item__media--description a {
          color: #FF0D00;
          text-decoration: none;
          cursor: pointer;
          display: block; }
          .pdf-item__media--description a:hover {
            color: #FF0D00;
            text-decoration: underline; }
          .pdf-item__media--description a strong {
            font-weight: 500; }
      .pdf-item__media--title {
        font-size: 18px;
        line-height: 1.44444;
        text-transform: uppercase;
        color: #FF0D00;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 6.5px;
        text-align: center; }
        .pdf-item__media--title a {
          color: #FF0D00;
          text-decoration: none;
          cursor: pointer; }
          .pdf-item__media--title a:hover {
            color: #FF0D00;
            text-decoration: underline; }
      .pdf-item__media--text {
        margin: 0;
        text-align: center;
        font-weight: 300; }
    .pdf-item:hover .edit {
      visibility: visible; }
  .pdf .edit {
    position: absolute;
    visibility: hidden;
    top: 0;
    z-index: 4;
    width: 100%; }

.pdf-btn {
  display: block;
  margin-top: 20px;
  width: 100%; }

.pdf-input {
  display: block;
  margin: 10px 0;
  width: 100%;
  position: relative;
  z-index: 10; }

.pdf-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1.2; }
  @media (min-width: 720px) {
    .pdf-heading {
      font-size: 36px; } }

.pdf-main {
  padding: 52px 0; }
  .pdf-main.flexible .pdf-heading {
    line-height: 1.92593; }
  .pdf-main.flexible .pdf {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 52px 0;
    margin: 0 -15px; }
  .pdf-main.flexible.default-img-width img {
    width: auto; }

.deflecto-catalog-link {
  padding-top: 52px;
  margin: auto; }
  .deflecto-catalog-link h2 {
    text-align: center;
    margin-bottom: 36px;
    line-height: normal; }
  .deflecto-catalog-link__links a {
    padding: 13px 4px;
    font-size: 18px; }
    .deflecto-catalog-link__links a:hover {
      cursor: pointer; }
  .deflecto-catalog-link .item-action-wrap {
    display: none;
    position: absolute;
    margin-left: 0;
    margin-top: -22px; }
    .deflecto-catalog-link .item-action-wrap i {
      background: #333;
      color: white;
      cursor: pointer;
      padding: 5px;
      height: 30px;
      width: 30px; }
      .deflecto-catalog-link .item-action-wrap i:hover {
        background: #FF0D00; }
      .deflecto-catalog-link .item-action-wrap i.move-left, .deflecto-catalog-link .item-action-wrap i.move-right {
        font-size: 20px; }
    .deflecto-catalog-link .item-action-wrap .remove-item {
      margin-left: 300px; }
  .deflecto-catalog-link__links:hover .item-action-wrap {
    display: flex; }
  .deflecto-catalog-link .add-item-wrap {
    text-align: center;
    margin-top: 10px;
    display: block; }
    .deflecto-catalog-link .add-item-wrap i {
      padding: 6px 3.5px;
      border-radius: 5px;
      background: #333; }
      .deflecto-catalog-link .add-item-wrap i:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .3em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        /* you can be more comfortable with increased icons size */
        font-size: 110%;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        content: '\2b';
        position: relative;
        color: white;
        font-weight: 700;
        font-size: 20px;
        pointer-events: none;
        left: 3.2px;
        top: -1px; }
      .deflecto-catalog-link .add-item-wrap i:hover {
        background: #007CBA;
        cursor: pointer; }
  .deflecto-catalog-link .row {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto; }
    .deflecto-catalog-link .row .col {
      display: flex;
      flex-direction: column;
      flex-basis: 100%;
      flex: 0 0 50%; }
      @media (max-width: 640px) {
        .deflecto-catalog-link .row .col {
          flex: 0 0 100%; } }

div[data-title="Catalog Quick Links"] .deflecto-catalog-link {
  padding-bottom: 20px; }
  div[data-title="Catalog Quick Links"] .deflecto-catalog-link h2 {
    margin: 0; }
  div[data-title="Catalog Quick Links"] .deflecto-catalog-link .row {
    width: 100%;
    padding-top: 25px; }

div[data-title="Catalog Quick Links"] > .deflecto-catalog-link > .row {
  width: 80%; }
  div[data-title="Catalog Quick Links"] > .deflecto-catalog-link > .row p {
    display: block;
    width: 100%; }

.deflecto-general-products {
  padding-top: 52px; }
  .deflecto-general-products .row {
    display: flex;
    flex-wrap: wrap; }
  .deflecto-general-products .col-sm {
    flex: 0 0 25%;
    padding: 0 0 52px;
    text-align: center;
    display: flex;
    justify-content: center; }
    @media (max-width: 1023px) {
      .deflecto-general-products .col-sm {
        flex: 0 0 49%; } }
    @media (max-width: 640px) {
      .deflecto-general-products .col-sm {
        flex: 1 0 100%; } }
    .deflecto-general-products .col-sm .product-content {
      display: flex;
      flex-flow: column; }
      @media (max-width: 640px) {
        .deflecto-general-products .col-sm .product-content img {
          width: 54vw;
          margin: 0 auto; } }
  .deflecto-general-products .col-lg {
    flex: 1 0 31%;
    padding-bottom: 52px;
    text-align: center; }
    @media (max-width: 1023px) {
      .deflecto-general-products .col-lg {
        flex: 1 0 100%;
        max-width: 70%; } }
  .deflecto-general-products h1 {
    font-size: 36px;
    text-align: center; }
  .deflecto-general-products a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4444444;
    padding: 0 10px; }

.general-products__richtext {
  font-size: 36px;
  text-align: center; }

.general-products__multiselect {
  margin-bottom: 24px; }

div[data-title="General Products"] .deflecto-general-products h1 {
  display: none; }

.deflecto-where-to-buy {
  padding-left: 0;
  padding-right: 0;
  margin: auto; }
  .deflecto-where-to-buy .where-to-buy-image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 26px; }
    .deflecto-where-to-buy .where-to-buy-image img {
      max-width: 442px;
      vertical-align: middle; }
  .deflecto-where-to-buy .row {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto; }
    .deflecto-where-to-buy .row .col {
      padding-bottom: 78px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 0 0 33.333%; }
      @media (max-width: 640px) {
        .deflecto-where-to-buy .row .col {
          flex: 0 0 100%;
          padding-bottom: 25px; } }
      .deflecto-where-to-buy .row .col .general-block__btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto; }
      .deflecto-where-to-buy .row .col img {
        max-width: 200px;
        margin: auto;
        margin-bottom: 15px;
        height: auto; }
  .deflecto-where-to-buy__stores:hover .item-action-wrap {
    display: flex; }
  .deflecto-where-to-buy__stores:hover .deflecto-where-to-buy__edit {
    display: inline-block; }
  .deflecto-where-to-buy .item-action-wrap {
    display: none;
    position: absolute;
    margin-left: 0;
    margin-top: -22px; }
    .deflecto-where-to-buy .item-action-wrap i {
      background: #333;
      color: white;
      cursor: pointer;
      padding: 5px;
      height: 30px;
      width: 30px; }
      .deflecto-where-to-buy .item-action-wrap i:hover {
        background: #FF0D00; }
      .deflecto-where-to-buy .item-action-wrap i.move-left, .deflecto-where-to-buy .item-action-wrap i.move-right {
        font-size: 20px; }
    .deflecto-where-to-buy .item-action-wrap .remove-item {
      margin-left: 150px; }
  .deflecto-where-to-buy .add-item-wrap {
    text-align: center;
    bottom: 15px;
    display: block;
    position: absolute; }
    .deflecto-where-to-buy .add-item-wrap i {
      padding: 6px 3.5px;
      border-radius: 5px;
      background: #333; }
      .deflecto-where-to-buy .add-item-wrap i:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .3em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        /* you can be more comfortable with increased icons size */
        font-size: 110%;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* Uncomment for 3D effect */
        /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
        content: '\2b';
        position: relative;
        color: white;
        font-weight: 700;
        font-size: 20px;
        pointer-events: none;
        left: 3.2px;
        top: -1px; }
      .deflecto-where-to-buy .add-item-wrap i:hover {
        background: #007CBA;
        cursor: pointer; }
  .deflecto-where-to-buy__edit {
    position: absolute;
    display: none;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
    height: 50px;
    width: 50px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .deflecto-where-to-buy__edit:hover {
      cursor: pointer;
      color: #ffffff;
      background-color: #FF0D00; }
  .deflecto-where-to-buy .shop-img-btn {
    margin: 20px 100%; }
  .deflecto-where-to-buy .shop-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold; }
  .deflecto-where-to-buy .buylogo-image {
    width: 442px;
    max-width: 100%; }
    .deflecto-where-to-buy .buylogo-image:hover .deflecto-where-to-buy__edit {
      display: block; }
  .deflecto-where-to-buy.withtitle .deflecto-where-to-buy__stores {
    padding-bottom: 30px; }
    @media (min-width: 641px) {
      .deflecto-where-to-buy.withtitle .deflecto-where-to-buy__stores {
        flex: 0 0 25%; } }

div[data-title="Where to Buy"] .deflecto-where-to-buy__stores .row {
  justify-content: space-around; }
  div[data-title="Where to Buy"] .deflecto-where-to-buy__stores .row .shop-title {
    flex: 100%; }

div[data-title="Where to Buy"] .deflecto-where-to-buy .row {
  padding-top: 25px; }
  div[data-title="Where to Buy"] .deflecto-where-to-buy .row .col img {
    margin: 0 100%;
    width: 100%; }

div[data-title="Where to Buy"] .general-block__btn.block-editor-rich-text__editable {
  padding: 3.25px 26px 3.9px; }
  div[data-title="Where to Buy"] .general-block__btn.block-editor-rich-text__editable a {
    padding: 0; }


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