/** Shopify CDN: Minification failed

Line 9:30 Expected identifier but found whitespace
Line 9:32 Unexpected "{"
Line 9:42 Expected ":"

**/
:root {
  --hover_button_border_color: {{ settings.hover_button_border_color }};
}

/* HEADINGS */
h2 {
  font-size: var(--headline_font_size_30);
}

@media only screen and (min-width: 601px) {
  /*.article-page h3 { font-size: var(--headline_font_size_20); }*/
}
@media only screen and (max-width: 600px) {
  .article-page h3 {
    font-size: var(--headline_font_size_24);
  }
}
/* END OF HEADINGS */
/* BREADCRUMBS */
.breadcrumbs {
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* END OF BREADCRUMBS */
/* PRODUCT TABLES */
.product-desc .table-container table {
  width: -moz-max-content !important;
  width: max-content !important;
}

.product-desc .table-container table.tablepress {
  width: 100% !important;
}

/* BLOG BODY TEXT */
/*.article-excerpt p, */
p, .tab-body div, ul li, ol li, h6 {
  line-height: 1.5em;
  /*font-size: 16px;*/
}

/* END OF BLOG BODY TEXT */
/* LISTS */
.content ul li:before {
  font-size: 40px;
}

ul, ol {
  font-size: var(--base);
}

/* END OF LISTS */
/* SIDEBAR NEWSLETTER */
.sidebar .newsletter-checkbox-container {
  align-items: flex-start;
}

.sidebar .newsletter-checkbox-container input {
  margin-top: 1px;
}

.sidebar .gdpr-info-text {
  font-style: italic;
  margin-top: 8px;
}

/* END OF SIDEBAR NEWSLETTER*/
/* BLOGS */
.blog-page .page-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.blog-page .page-content > .nine,
.blog-page .page-content > .twelve {
  display: flex;
  flex-wrap: wrap;
}

.blog-page .page-content > .nine .three,
.blog-page .page-content > .twelve .three {
  width: 33.3333%;
}

.blog-page .page-content > .three.right {
  flex: 0 0 25%;
}

@media only screen and (min-width: 601px) {
  .blog-page .page-content .three {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .blog-page .page-content > .nine {
    flex: 1 1 72%;
  }
  .blog-page .page-content > .three.right {
    flex: 0 0 28%;
  }
  .blog-page .page-content > .nine .three,
  .blog-page .page-content > .twelve .three {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-container {
    padding: 0 !important;
  }
  .blog-posts-container .page-content {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  /*.blog-page .page-content .three {
    padding: 0;
  }*/
  .blog-page .page-content > .nine .three,
  .blog-page .page-content > .twelve .three {
    width: 50%;
  }
  .sidebar-wrapper {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 379px) {
  .blog-page .page-content > .nine .three,
  .blog-page .page-content > .twelve .three {
    width: 100%;
  }
}
/* SIDEBAR MOBILE */
.sidebar-mobile-wrapper {
  justify-content: center;
}

.sidebar-mobile {
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .sidebar-mobile-wrapper {
    display: none !important;
  }
}
/* END OF SIDEBAR MOBILE */
/* END OF BLOGS */
/* PRODUCT */
/*@media screen and (min-width: 601px) {
  .product-page .product-details {
    padding-left: 30px;
    padding-right: 10px;
  }
}*/
@media screen and (min-width: 730px) {
  .product-page .product-details {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 729px) {
  .product-page .product-details {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .product-page .product-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .glider-button-prev, .glider-button-next {
    z-index: 10;
    top: auto;
    height: 100%;
    bottom: 0;
    transform: none;
  }
  .glider-button-prev .icon, .glider-button-next .icon {
    box-shadow: 0px 0px 0px 2px var(--arrow_color) !important;
  }
}
/* END OF PRODUCT */
input {
  background: white !important;
}

input[type=search] {
  color: var(--body_font_color) !important;
}

/*.header .icon-search {
  color: var(--header_font_color);
  background: white;
}*/
.home-product > .container {
  background: white;
}

.breadcrumbs {
  text-align: left;
}

.collection-products {
  padding-top: 20px;
}

.footer h4 {
  font-weight: var(--headline_font_weight_bold);
}

.footer a:hover {
  color: white;
}

.shopify-section section[data-section-type=page] > .container {
  background: white;
}

.shopify-section section[data-section-type=cta] {
  padding: 60px 0;
}

.shopify-section h3 {
  line-height: 1.3em;
}

.product-loop .background-overlay:after {
  transition: opacity 0.5s;
}

.product-loop .background-overlay:hover:after {
  opacity: 0;
}

/* Interview quotes Cid pull quote START */
.quotes {
  color: #110b79;
  padding: 40px;
  position: relative;
  font-size: 20px;
  line-height: 1.3em;
}

.quotes strong {
  background-color: #ffff00;
  font-weight: bold;
}

.quotes::before, .quotes::after {
  content: "";
  position: absolute;
  --size: 5vmin;
  height: var(--size);
  width: var(--size);
  max-height: 40px;
  max-width: 40px;
  background-image: url("/cdn/shop/files/DCquotes_open.svg?v=1619285991");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  p.quotes {
    padding: 5vmin;
  }
}
.quotes:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.quotes::before {
  top: 0;
  left: 0;
}

/* Interview quotes Cid pull quote END */
.quotes b {
  color: blue;
}

/* END OF QUOTES */
.versatile-new .product:hover img {
  opacity: 1 !important;
}

#content.collection-page {
  margin-top: 15px;
}

a.btn.outline:hover {
  background: none !important;
  border-color: #FFFF00 !important;
  color: #110b79 !important;
}

.cta-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 101.5px;
  height: 130.5px;
  right: -101.5px;
  top: -44.5px;
  background-image: url(/cdn/shop/files/ask-us-question-cta-button-1.png?v=1649405775);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

@media all and (max-width: 400px) {
  .cta-button {
    max-width: 160px;
  }
}
.product-loop .product-title h4 {
  line-height: 1.5em;
  font-size: 16px;
}

/*YouTube Player Lite*/
.youtube-player {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
  background: #000 !important;
  margin: 5px !important;
}

.youtube-player iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
  background: transparent !important;
}

.youtube-player img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
  left: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  border: none !important;
  height: auto !important;
  cursor: pointer !important;
  transition: 0.4s all !important;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%) !important;
}

.youtube-player .play {
  height: 72px !important;
  width: 72px !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -36px !important;
  margin-top: -36px !important;
  position: absolute !important;
  background: url("/cdn/shop/files/play-button-white-50.png?v=1695049839") no-repeat !important;
  cursor: pointer !important;
  pointer-events: none;
}

/*
#knowledge-outpost {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
*/
.faq-image img {
  max-width: 100% !important;
}

/*@media all and (min-width: 1025px){
  #header-navigation .logo {
    position: absolute;
  }
  #header-navigation .main-menu {
    height: 101px;
  }
}*/
/* BLOGS NAV */
.blog-category-links {
  margin-top: 70px;
}

.blog-category-links h2 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2rem;
}

#blogs-nav {
  list-style: none;
  /*display: none;*/
  width: 96%;
  margin-left: 2%;
  padding: 0 !important;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px;
}

#blogs-nav li {
  display: inline-block;
  text-align: center;
  border: solid 1px var(--line_color);
  padding: 0;
  /*margin: 0 15px;*/
}

#blogs-nav li:before {
  display: none;
}

#blogs-nav li h3 {
  line-height: 1em;
}

#blogs-nav li a {
  display: inline-block;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 20px;
  color: var(--headline_font_color);
}

#blogs-nav li a {
  text-decoration: none !important;
}

#blogs-nav li.active a {
  background: var(--customer_background_color);
  color: white;
}

#blogs-nav li.active h3 {
  color: white;
}

@media all and (max-width: 767px) {
  #blogs-nav li {
    width: 80%;
    max-width: 400px;
  }
}
/* END OF BLOGS NAV */
.blog-page .three .row {
  border-bottom: none;
}

#content.technical .product-loop h2 {
  font-size: var(--large);
}

.article-column-container {
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 601px) and (max-width: 1024px) {
  .blog-custom .three {
    width: 50%;
  }
}
/* TABBED PRODUCTS */
section[data-section-type=tabbed] .tab-body > .twelve hr {
  display: none;
}

section[data-section-type=tabbed] .tab-body > .twelve h2 {
  margin-bottom: 0.75em;
}

section[data-section-type=tabbed] a.glider-slide {
  border-bottom: none;
  margin-left: 5px;
  margin-right: 5px;
}

section[data-section-type=tabbed] a.glider-slide:first-child {
  margin-left: 0;
}

section[data-section-type=tabbed] .tabs a .h5 {
  padding: 0 !important;
  line-height: 4em !important;
  border: solid 1px var(--a11ygrey);
}

section[data-section-type=tabbed] .tabs a .h5:hover {
  border: solid 1px var(--customer_background_color);
}

section[data-section-type=tabbed] .tabs a.first .h5 {
  background: var(--customer_background_color);
  color: white;
  border: solid 1px var(--customer_background_color);
}

section[data-section-type=tabbed] .glider-tabs {
  border-top: solid 1px var(--line_color);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line_color);
}

.tab-text-alignment--center {
  text-align: center;
}

.tab-text-alignment--right {
  text-align: right;
}

/*.tab-description--shipping-info {
  display: none !important;
}*/
/*.header-customerbar-container .ly-custom-dropdown-switcher.ly-is-open .ly-custom-dropdown-list {
	height: auto !important;
}*/
.header-customerbar-container .ly-custom-730 {
  /*position: relative;
  top: 12px;*/
  line-height: 16px;
  display: flex;
  height: 100%;
  align-items: center;
}

.header-customerbar-container .ly-custom-dropdown-switcher:not(.ly-is-open) {
  max-height: 32px;
  overflow-y: hidden;
}

.header-customerbar-container .ly-custom-dropdown-switcher.ly-is-open .ly-custom-dropdown-list {
  width: -moz-max-content;
  width: max-content;
  right: auto;
}

/*.header-customerbar-container .ly-custom-dropdown-switcher {
  flex: 1;
}*/
.header-customerbar-container .ly-is-dropup .ly-custom-dropdown-list {
  bottom: auto;
}

.ly-custom-dropdown-current {
  min-width: -moz-max-content;
  min-width: max-content;
}

/* NEWSLETTER */
.newsletter-checkbox-container {
  float: left;
  display: flex;
  align-items: center;
}

.newsletter-checkbox-container label {
  margin-bottom: 0;
  cursor: pointer;
}

.newsletter-checkbox-container input {
  margin-left: 2px;
  margin-right: 7px !important;
  border-color: var(--line_color);
  cursor: pointer;
}

/* END OF NEWSLETTER */
/* CONTACT FORM */
#contactFormWrapper {
  margin-top: 20px;
}

.contact-details-column {
  margin-top: 40px;
}

.contact-details-row {
  margin-bottom: 30px;
}

.contact-details-icon img {
  margin-left: 0;
}

/* END OF CONTACT FORM */
.open-container summary h4 {
  line-height: 1.5em;
}

/* RICH TEXT */
.rich-text-section .center-content {
  float: none;
  margin: 0 auto;
}

/* END OF RICH TEXT */
/* BLOG SEARCH FORM */
.blog-search-form {
  display: flex;
  border: 1px solid var(--line_color);
}

.blog-search-form .icon-search {
  color: var(--header_font_color);
}

.blog-search-form-input {
  width: 75%;
  height: auto !important;
  border: none !important;
}

.blog-search-form-submit {
  width: 40px;
  background: none;
  text-align: right;
  padding: 0px 10px;
}

/* END OF BLOG SEARCH FORM */
/* BLOG TAGS */
.sidebar h5 {
  font-size: var(--headline_font_size_18);
}

.sidebar .blog-tags {
  /*display: flex;
  flex-direction: column;*/
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.sidebar .blog-tags a {
  line-height: 1.5em;
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.sidebar .blog-tags .blog-tag-comma {
  display: none;
}

@media only screen and (min-width: 601px) and (max-width: 798px) {
  .sidebar .blog-tags {
    -moz-column-count: 1;
         column-count: 1;
  }
}
/* END OF BLOG TAGS */
/* BLOG LINKS */
.sidebar .blog-category-links {
  margin-top: 0;
}

.sidebar #blogs-nav {
  justify-content: flex-start;
  margin: 0;
  width: 100%;
}

.sidebar #blogs-nav li {
  text-align: left;
  width: 100%;
  max-width: none;
}

.sidebar #blogs-nav li a {
  padding: 15px;
  height: auto;
  width: calc(100% - 30px);
}

.sidebar #blogs-nav li a h3 {
  font-size: 20px;
  margin: 0 0 calc(var(--master_spacing) * 0.5);
}

/* END OF BLOG LINKS */
/* SHOPIFY COOKIE BANNER */
#shopify-pc__banner.shopify-pc__banner__dialog .shopify-pc__banner__btn-accept, #shopify-pc__banner.shopify-pc__banner__dialog .shopify-pc__banner__btn-decline, #shopify-pc__prefs__dialog .shopify-pc__prefs__header-actions button {
  border: solid 2px #110b79;
  border-radius: 0;
}

#shopify-pc__banner.shopify-pc__banner__dialog .shopify-pc__banner__btn-decline, #shopify-pc__prefs__header-decline {
  background: white;
  color: #110b79;
}

#shopify-pc__banner__btn-accept {
  order: 2;
}

#shopify-pc__prefs__dialog .shopify-pc__prefs__header-actions button {
  padding-bottom: 8px;
}

/* END OF SHOPIFY COOKIE BANNER */
/* HEADER */
@media all and (min-width: 601px) {
  .header-announcement {
    padding-bottom: 0;
  }
  .header-toolbar .header-customerbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-customerbar-container .ly-custom-730 {
  width: -moz-max-content;
  width: max-content;
}

.ly-switcher-wrapper.ly-breakpoint-2 {
  padding-left: 9px;
  padding-right: 15px;
}

.header-customerbar-container .customer-links {
  width: 100%;
}

.ly-switcher-wrapper.ly-breakpoint-1 {
  background: white;
}

@media all and (max-width: 379px) {
  .ly-switcher-wrapper.ly-breakpoint-1 {
    font-size: 14px !important;
  }
}
.search-form.search-form-header > span {
  border: none;
}

#header-toolbar .static-search .search-form.search-form-header > span {
  margin: 0;
}

.customer-links ul li.search.static-search {
  justify-content: center;
}

@media all and (min-width: 601px) {
  header predictive-search {
    width: 96%;
    justify-content: center;
  }
}
.static-search input[type=search].search-field, .header button.search {
  background: var(--customer_background_color) !important;
  color: white !important;
  border-style: solid;
  border-color: #FFFF00 !important;
}

.static-search input[type=search].search-field {
  border-width: 3px 0 3px 3px;
  border-radius: 12px 0 0 12px;
  outline: none !important;
  box-shadow: none !important;
  padding-right: 0;
}

.static-search input[type=search].search-field::-moz-placeholder {
  color: white !important;
  opacity: 0.8;
  width: 100%;
}

.static-search input[type=search].search-field::placeholder {
  color: white !important;
  opacity: 0.8;
  width: 100%;
}

.header button.search {
  border-width: 3px 3px 3px 0;
  border-radius: 0 12px 12px 0;
}

/* MOBILE */
/*#search-header-mobile .icon-search {
  line-height: normal;
}

.static-search .search-form.search-form-header#search-header-mobile > span > button {
  height: 40px;
}*/
#search-header-mobile input[type=search].search-field, #search-header-mobile button.search {
  border-top-width: 4px;
  border-bottom-width: 2px;
}

.mobile-only .search-form.search-form-header.active#search-header-mobile > span .icon {
  color: white !important;
}

.image-with-text-overlay--image {
  padding-bottom: 10%;
}

.image-with-text-overlay--image img {
  width: 50%;
  max-width: 90px !important;
}