@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background-color: var(--ptglobalWhite);
  color: var(--ptglobalBlack);
}

:root {
  --ptglobalRed: #aa003c;
  --ptglobalLightRed: oklch(from var(--ptglobalRed) calc(l * 1.1) c h);
  --ptglobalDarkRed: oklch(from var(--ptglobalRed) calc(l * .9) c h);
  --ptglobalGrey: #979797;
  --ptglobalLightGrey: oklch(from var(--ptglobalGrey) calc(l * 1.2) c h);
  --ptglobalDarkGrey: oklch(from var(--ptglobalGrey) calc(l / 1.2) c h);
  --ptglobalWhite: #ffffff;
  --ptglobalContrastWhite: #dddddd;
  --ptglobalBlue: #255a97;
  --ptglobalLightBlue: #d6eff5;
  --ptglobalBlack: #000000;
  --bodyFont: Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
  --headingFont: 'Cuprum', sans-serif;
  --buttonFont: 'Cuprum', sans-serif;
  --flash-notice-color: #2b9a4d;
  --flash-alert-color: #C10007;
  --flash-alert-background-color: #FFE2E2;
  --showDesktopNavigation: 800px;
}

.pricelist, .pricelist ul, .pricelist li {
  padding: 0;
}
.pricelist ul {
  margin-left: 60px;
}
.pricelist > li {
  border-bottom: 1px dotted #000;
  margin: 1em;
}
.pricelist > li:last-child {
  border-bottom: none;
  margin-top: 0;
}
.pricelist li {
  list-style-type: none;
}
.pricelist li .price {
  float: right;
}
.pricelist li p {
  margin: 0;
}
.pricelist .image {
  background-color: white;
  display: inline-block;
  margin-right: 1em;
  width: 50px;
  height: 50px;
  float: left;
}
.pricelist .item:nth-child(odd) {
  background-color: #eee;
}
.pricelist a[id^=category], .pricelist .toc a {
  font-weight: bolder;
}

.breadcrumbs {
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.breadcrumbs li:not(:first-child):before {
  content: "»";
  margin: 0 0.3em;
}

ul.form {
  list-style: none;
  padding: 0;
}

.form-label {
  display: block;
  margin-bottom: 0.25em;
}
.form-label--required:after {
  color: var(--ptglobalRed);
  content: "*";
  margin-left: 0.5em;
}
.form-item {
  margin-bottom: 1em;
}
.form-note {
  display: block;
  margin-top: 0.25em;
}
.form-note:before {
  color: var(--ptglobalRed);
  content: "*";
  margin-right: 0.25em;
}
.form-field {
  display: block;
}

.item-qty {
  border: 1px solid #AAD;
  font-weight: 500;
  text-align: right;
  padding: calc(0.5rem - 1px) 1rem;
  width: 4em;
}
.item-qty:hover, .item-qty:focus-visible {
  border-color: rgb(38.8571428571, 38.8571428571, 97.1428571429);
}
.item-qty:focus {
  outline: 1px solid rgb(38.8571428571, 38.8571428571, 97.1428571429);
}

.login-signup {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

input {
  color: #333;
  max-width: 100%;
}

.inputdiv {
  padding: 0;
  margin: 0;
}

th {
  text-align: right;
}

.l {
  text-align: left;
}

table.form, table.form td {
  font-family: fixed;
}
table.form td, table.form tr {
  margin-top: 50px;
}

.button {
  background-color: #eee;
  border: 1px solid #aaaadd;
  text-decoration: none;
  font-family: verdana;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  padding: 0.25em 0.5em;
  color: #000099;
  display: inline-block;
}

.search__label {
  color: #0033FF;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}
.search__field {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  padding: 0.25em 0.5em;
  width: 120px;
}
.search__field:invalid {
  background-color: inherit;
  box-shadow: none;
}

.associations-heading {
  text-transform: capitalize;
}

body {
  font-family: var(--bodyFont);
  font-size: 16px;
}

.wrapper {
  display: flex;
}

.sidebar {
  margin-bottom: -3rem;
  min-height: 1px;
  width: 400px;
  background-color: var(--ptglobalBlue);
  color: #ffffff;
  display: none;
  padding: 0.5em 1em 2em;
  position: relative;
}
@media (min-width: 1000px) {
  .sidebar {
    display: block;
  }
}
.sidebar .homecat:first-of-type h2 {
  margin-top: 0;
}
.sidebar a {
  color: inherit;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}

.sidebar-toggle {
  display: none;
  box-sizing: border-box;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: var(--ptglobalBlue);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5em;
  padding: 0 0.25em 0.25em 0.25em;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 0 0 4px 0;
}
.sidebar-toggle--close {
  top: 0;
  right: -20px;
}
.sidebar-toggle--open {
  left: 0;
}
@media (min-width: 1000px) {
  .sidebar-toggle {
    display: flex;
  }
}
.sidebar-toggle .Icon {
  margin-right: 0;
}

.content {
  box-sizing: border-box;
  line-height: 1.5;
  margin: 1.5em auto 0;
  width: 100%;
  max-width: 800px;
  overflow-y: auto;
  padding: 0 1rem;
}
@media (min-width: 1000px) {
  body:has(.sidebar:not([hidden])) .content {
    margin: 1.5em 2em;
    min-width: 40em;
  }
}
@media (min-width: 1300px) {
  body:has(.sidebar:not([hidden])) .content {
    margin: 1.5em auto;
  }
}

#countryselect {
  color: #fff;
  background-color: #000;
  min-height: 20px;
  padding-right: 20px;
  text-align: right;
}
#countryselect a {
  color: inherit;
}

a img {
  border: none;
}

#header {
  background: url("/ui_assets/header_bg-2d35887d.png");
  position: relative;
}

#bottommenu {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
}
#bottommenu a {
  color: #3333cc;
  text-decoration: none;
  font-weight: bold;
}

#related_documents {
  padding-top: 1px;
}

#main a {
  text-decoration: none;
  color: #345aff;
}

#product_image {
  text-align: center;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#description {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
}

#footer {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

#footertext {
  font-size: 10px;
  color: #333;
  background-color: #eee;
  padding: 10px;
}

table.price_add_to_cart, table.product_price_list {
  width: 100%;
  background: #efefef;
  border: 1px solid #ccc;
}
table.price_add_to_cart {
  padding: 0 10px;
  margin: 0;
}
table.product_price_list {
  padding: 0;
  margin: 0 0 10px 0;
}

th {
  text-align: left;
}

tr.product_title {
  background: #fff;
}

ul.level0 li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.25em 0.75em;
}
ul.level0 li a.current {
  background-color: #ffffff;
  color: var(--ptglobalBlue);
  border-radius: 1px;
  box-shadow: 0 0 2px #ffffff;
  font-weight: bold;
}

ul.level2 li a {
  font-weight: normal;
}

ul.level3 li a {
  font-size: 14px;
}

/* category in block view */
#catblock {
  margin: 0;
  padding: 0;
  border-spacing: 15px 4px;
}
#catblock td {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 33%;
}
#catblock td.imgtd {
  min-height: 75px;
  height: 75px;
  padding: 4px;
}
#catblock td.imgtd img {
  display: block;
  margin: 10px auto 0;
}
#catblock td.infotd {
  background: #eee;
  height: 35px;
}
#catblock td.infotd:hover {
  background: #ffe;
}
#catblock td.infotd p {
  font-size: 10px;
}

p.prod_row_desc {
  font-size: 10px;
}

div.splash {
  text-align: center;
}
div.splash img {
  border: 1px solid #ccc;
}

p.larger {
  font-size: 18px;
}
p.larger span {
  font-size: 18px;
  background-color: #fcff80;
}
p.larger strong {
  font-size: 18px;
}
p.larger em {
  font-size: 18px;
  text-decoration: underline;
}

.homecat h2 {
  border-bottom: 2px solid currentColor;
  font-family: var(--headingFont);
}
.homecat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.homecatimg {
  float: left;
  padding: 1px;
  margin: 3px;
}

.discount {
  border: 1px solid #ccc;
  margin-right: 5px;
}
.discount_price {
  padding-left: 5px;
  font-weight: bold;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #fcc;
  display: table;
}

.error-messages {
  border: 2px solid red;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.error-messages summary {
  font-weight: bold;
  margin-top: -2px;
  padding: 5px 5px 5px 15px;
  font-size: 1rem;
  background-color: red;
  color: #fff;
  cursor: pointer;
}
.error-messages__body {
  padding: 1rem 0;
}
.error-messages p {
  color: #111;
  margin-bottom: 0;
  padding: 5px;
}
.error-messages ul {
  padding-left: 30px;
  margin: 0;
}
.error-messages li {
  list-style: square;
}

.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #000099;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}
.pagination .current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}
.pagination .disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

.home {
  padding: 20px;
}

.warranty-description {
  width: 100%;
}

.related-documents {
  list-style-type: none;
  padding-left: 0;
}

.related-document {
  display: block;
}
.related-document, .related-document__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.related-document__icon {
  float: left;
  margin-right: 0.5em;
}
.related-document__description {
  margin-top: 0;
}

.customer-form__detail {
  margin-bottom: 0.25em;
}
.customer-form__label {
  display: inline-block;
  width: 12em;
}
.customer__confirm-address td:first-of-type {
  width: 200px;
}

.cart {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
.cart__price, .cart__quantity {
  text-align: right;
}
.cart__quantity {
  width: 4em;
}
tbody .cart__quantity {
  border: none;
}
tbody .cart__quantity:hover, tbody .cart__quantity:focus {
  outline-style: dotted;
  outline-offset: 2px;
  outline-width: 2px;
}
tbody .cart__quantity:hover {
  outline-color: var(--ptglobalLightGrey);
}
tbody .cart__quantity:focus {
  outline-color: var(--ptglobalRed);
}
tfoot tr .cart__quantity {
  padding-right: 1.5em;
}
.cart-totals {
  border-top: 2px currentcolor solid;
}
.cart td,
.cart th {
  padding: 0.25em 0.5em;
}

@media print {
  #topnav, #header, #sidebar {
    display: none;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  .pricelist ul {
    margin: 0;
  }
  .pricelist > li {
    border: none; /* unset common.css */
    margin: 0; /* unset common.css */
    page-break-before: always;
  }
  .pricelist > li:first-child {
    page-break-before: avoid;
  }
  .pricelist .item:last-child {
    margin-bottom: 3em; /* some space before the next group */
  }
  .pricelist > li > .category {
    border-bottom: 2px solid black;
  }
  .pricelist > li > ul > li > .category,
  .pricelist > li > ul > li > ul > li > .category {
    border-bottom: 1px dotted black;
  }
}
.Account {
  min-height: 45vh;
  padding: 0 2em 2em;
}
.Account-Balance {
  padding: 0.25em 0.5em;
  margin: 2.5em auto 4em;
  width: 90%;
}
.Account-Balance th,
.Account-Balance td {
  box-sizing: border-box;
  padding: 0.25em 0.5em;
}
.Account-Balance th {
  text-align: right;
  border-right: 5px double;
}
.Account-Balance-Aged-Title {
  text-align: center;
}
.Account-Balance-Aged {
  text-align: right;
}
.Account .Navigation-Item {
  margin-bottom: 0.5em;
}

.Announcement {
  background-color: #ffcd00;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.25em 0.5em;
}
.Announcement-Body {
  padding: 0.25em 0.75em;
}
.Announcement-Close {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.Badge {
  border-radius: 50rem;
  background-color: var(--ptglobalRed);
  color: white;
  font-weight: bold;
  line-height: 1;
  padding: min(0.75vw, 0.35rem);
}
.Badge.is-pill {
  aspect-ratio: 1;
  text-align: center;
  align-content: center;
}
.Badge.is-anchored {
  font-size: 0.75em;
  border: 2px solid white;
  position: absolute;
  top: 0;
  height: 0.75rem;
}
.Badge.is-horizontal {
  left: 100%;
  transform: translate(-50%, -50%);
}
.Badge.is-vertical {
  right: 0;
}

.Breadcrumbs {
  list-style-type: none;
  font-family: var(--bodyFont);
  font-size: 14px;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.Breadcrumbs li {
  display: inline-block;
}
.Breadcrumbs li:not(:first-child):before {
  content: "›";
  margin: 0 0.3em;
}
.Breadcrumbs li a {
  color: var(--ptglobalBlue);
  text-decoration: none;
}
.Breadcrumbs li a:hover {
  text-decoration: underline;
}

.BrowserUpgrade {
  background-color: red;
  color: white;
  font-size: 2em;
  font-weight: bold;
  padding: 1em 2em;
  margin: 0;
  text-align: center;
}
.BrowserUpgrade a, .BrowserUpgrade strong {
  background-color: white;
  color: red;
  font: inherit;
  padding: 0.1em;
}
@supports (display: none) {
  .BrowserUpgrade {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .BrowserUpgrade {
    display: block;
  }
}

.CategoryTitle {
  font-family: var(--headingFont);
  line-height: 1.5;
  margin-bottom: 0;
}
.CategoryByline {
  color: var(--ptglobalDarkGrey);
  display: block;
  margin-bottom: 1rem;
}
.CategoryGstByline {
  color: var(--ptglobalDarkGrey);
  display: block;
}
.CategoryChildrenHeading {
  background: var(--ptglobalRed);
  color: var(--ptglobalWhite);
  font-size: 1.25em;
  font-family: var(--headingFont);
  font-weight: normal;
  padding: 0.4em 0 0.25em;
  margin: 0 -1rem;
  text-align: center;
}

.ContentGroup {
  margin-bottom: 3rem;
}
.ContentGroup-Heading {
  color: var(--ptglobalWhite);
  font-size: 1.5em;
  font-family: var(--headingFont);
  font-weight: normal;
  padding: 0.4em 0 0.25em;
  margin: 0 -1rem;
  text-align: center;
  text-transform: uppercase;
}
.ContentGroup-Heading.isPrimary {
  background: var(--ptglobalRed);
}
.ContentGroup-Heading.isSecondary {
  background: var(--ptglobalBlue);
}

.ErrorPage {
  text-align: center;
}

.FollowUs {
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-right: 2em;
}
.FollowUs-Label {
  margin-right: 0.5em;
}

@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Cuprum Regular"), local("Cuprum-Regular"), url("/ui_assets/cuprum-regular-4e672ce3.woff2") format("woff2"), url("/ui_assets/cuprum-regular-c290a475.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Cuprum Regular"), local("Cuprum-Regular"), url("/ui_assets/cuprum-latin-ext-regular-71938bf2.woff2") format("woff2"), url("/ui_assets/cuprum-latin-ext-regular-f41f2d4c.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url("/ui_assets/roboto-regular-5bc77d50.woff2") format("woff2"), url("/ui_assets/roboto-regular-30c40ec8.woff") format("woff");
}
.PageFooter {
  background: url("/ui_assets/globe_landscape-1a0230d8.webp") center/cover no-repeat var(--ptglobalGrey);
  background: image-set(url("/ui_assets/globe_landscape-1a0230d8.webp") type("image/webp"), url("/ui_assets/globe_landscape-4125dc41.png") type("image/png")) center/cover no-repeat var(--ptglobalGrey);
  color: #ffffff;
  font-family: var(--bodyFont);
  margin: 3rem auto 0;
  position: relative;
  padding: 2em clamp(1em, 8vw, 3em) 7em;
}
@media (min-width: 600px) {
  .PageFooter {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .PageFooter {
    padding: 2em calc((100% - 1000px) / 2) 1em;
  }
}
.PageFooter-Column {
  padding: 0 1em;
}
@media (min-width: 600px) {
  .PageFooter-Column {
    flex: 1;
    padding: 0 1em;
  }
  .PageFooter-Column:first-of-type {
    padding: 0 1em 0 2em;
  }
  .PageFooter-Column:last-of-type {
    padding: 0 2em 0 1em;
  }
}
.PageFooter dt {
  font-size: 1.1em;
  font-family: var(--headingFont);
  text-transform: capitalize;
}
.PageFooter dd {
  font-size: 14px;
  margin: 1em 0 2em;
  text-transform: capitalize;
}
@media (min-width: 600px) {
  .PageFooter dd {
    margin: 1em 0;
  }
}
.PageFooter dd p {
  text-transform: none;
}
.PageFooter dd a[href^=mailto] {
  text-transform: none;
}
.PageFooter a {
  color: var(--ptglobalWhite);
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
}
.PageFooter-Slogan {
  display: none;
}
@media (min-width: 600px) {
  .PageFooter-Slogan {
    position: absolute;
    display: initial;
    right: 0.5em;
    bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}

.Copyright {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 600px) {
  .Copyright {
    margin-top: 3em;
    position: static;
    text-align: left;
  }
}

.Form-Items {
  list-style-type: none;
  padding: 0;
}
.Form-Item {
  display: block;
  margin-bottom: 1em;
}
.Form-Item label {
  display: block;
  margin-bottom: 0.5em;
}
.Form-Item label[for] {
  cursor: pointer;
}
.Form-Item label.isNewsletter {
  font-size: 0.8em;
  font-style: italic;
  text-transform: none;
}
.Form-Item label.isRequired:after {
  color: var(--ptglobalBlue);
  content: " *";
}
.Form-Item label.isInline {
  display: initial;
}
.Form-Item input {
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  width: 100%;
}
.Form-Item input[type=submit] {
  background-color: var(--ptglobalRed);
  color: var(--ptglobalWhite);
  display: auto;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--buttonFont);
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  width: auto;
}
.Form-Item input.isInline {
  width: auto;
}
.Form-Item textarea {
  box-sizing: border-box;
  line-height: 1.5;
  padding: 0.4em 0.5em;
  width: 100%;
  max-width: 500px;
}
.Form-Note {
  display: block;
  line-height: 1.5;
  font-size: 0.875rem;
  margin-top: 0.25em;
}
.Form-Note:before {
  color: var(--ptglobalRed);
  content: "*";
  margin-right: 0.25em;
}

.Icon {
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  /* ==========================================
  Single-colored icons can be modified like so:
  &.is-name {
    font-size: 32px;
    color: red;
  }
  ========================================== */
}
.Icon.is-images {
  width: 1em;
}
.Icon.is-users {
  width: 1em;
}
.Icon.is-twitter-square {
  width: 0.8571428571em;
}
.Icon.is-facebook-square {
  width: 0.8571428571em;
}
.Icon.is-linkedin-square {
  width: 0.8571428571em;
}
.Icon.is-google-plus-square {
  width: 0.8571428571em;
}
.Icon.is-rss-square {
  width: 0.8571428571em;
}
.Icon.is-share-alt {
  width: 0.8571428571em;
}
.Icon.isRight {
  margin-left: 0.25em;
  margin-right: 0;
}
.Icon.isPrimary {
  color: var(--ptglobalRed);
}
.Navigation-Item:hover .Icon.isPrimary {
  color: var(--ptglobalLightRed);
}
.Icon.isPrimaryNavigation {
  height: 1.5em;
  width: 1.5em;
}
.Icon.is-announcement {
  height: 3em;
  width: 3em;
  display: inline-flex;
}
.Icon.isSingle {
  margin: 0;
  align-self: center;
}

.LinkButton {
  border-radius: 3px;
  color: var(--ptglobalWhite);
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.LinkButton.isPrimary {
  background: var(--ptglobalRed);
}
.LinkButton.isSecondary {
  background: var(--ptglobalBlue);
}
.LinkButton.isTertiary {
  background: var(--ptglobalGrey);
}
.LinkButtonContainer {
  margin: 1em 0;
  text-align: center;
}

.ShoppingCartLink {
  position: relative;
}

.Main {
  font-family: var(--bodyFont);
  max-width: 1000px;
  margin: 0 auto;
}

.Navigation {
  --input-padding: 0.4em 0.75em;
  --input-radius: 3px;
  list-style-type: none;
  padding: 0;
}
.Navigation.isInline {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.PageNavigation .Navigation {
  align-content: center;
  justify-content: space-between;
}
.PageNavigation .Navigation.isMobile {
  display: flex;
  margin: 0;
}
@media (min-width: 800px) {
  .PageNavigation .Navigation.isMobile {
    display: none;
  }
}
.PageNavigation .Navigation.isDesktop {
  display: none;
}
@media (min-width: 800px) {
  .PageNavigation .Navigation.isDesktop {
    margin: 1em 0;
    display: flex;
  }
}
@media (min-width: 900px) {
  .PageNavigation .Navigation.isDesktop {
    margin: 1em 3em;
  }
}
.Navigation.isMobile .Navigation-Item {
  color: var(--ptglobalRed);
}
.Navigation.isMobile .Navigation-Item:hover {
  color: var(--ptglobalLightRed);
}
.Navigation.isMobile .Navigation-Item a {
  color: inherit;
}
.Navigation.isDesktop {
  text-transform: uppercase;
  position: relative;
}
.Navigation.isSearchMenu {
  background: var(--ptglobalBlue);
  justify-content: stretch;
  padding: 0.5em 0;
  position: relative;
}
.PageNavigation .Navigation-Item {
  display: inline-flex;
  align-self: center;
  line-height: 1;
}
.Navigation-Item.isVertical {
  --buttonPadding: 0.5em;
  font-size: 0.8em;
}
@media (min-width: 360px) {
  .Navigation-Item.isVertical {
    font-size: 0.9em;
  }
}
@media (min-width: 380px) {
  .Navigation-Item.isVertical {
    font-size: 1em;
  }
}
.Navigation-Item.isVertical a {
  flex-direction: column;
}
.Navigation-Item.isVertical:not(:first-of-type) a {
  padding: var(--buttonPadding);
}
.Navigation-Item.isVertical.isHighlighted {
  background-color: var(--ptglobalRed);
  color: var(--ptglobalWhite);
}
.Navigation-Item.isVertical.isHighlighted a {
  padding: var(--buttonPadding) calc(var(--buttonPadding) * 2);
}
.Navigation-Item.isVertical.isHighlighted:hover {
  background-color: var(--ptglobalLightRed);
  color: var(--ptglobalWhite);
}
.Navigation-Item.isVertical svg {
  height: 2em;
  width: 2em;
  margin: 0;
}
.Navigation-Item.isMenu {
  background: var(--ptglobalBlue);
  color: var(--ptglobalWhite);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (min-width: 800px) {
  .Navigation-Item.isMenu {
    background: var(--ptglobalWhite);
    color: var(--ptglobalBlack);
    border: 1px solid var(--ptglobalLightGrey);
    border-radius: 5px;
    box-shadow: 0 3px 10px var(--ptglobalLightGrey);
    left: auto;
    right: auto;
  }
}
.Navigation-Item.isSearch {
  flex-grow: 2;
  margin: 0 0.5em;
}
.Navigation-Item.isMenuTrigger {
  margin: 0 0.25em 0 0;
}
.Navigation-Item.isDivided::before {
  content: "/";
}
.Navigation-Item.isDivided {
  display: flex;
  align-items: center;
}
.Navigation-Item a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.Navigation-Item a:hover {
  text-decoration: underline;
}
.Navigation-Menu {
  background: var(--ptglobalBlue);
  border-top: 2px solid var(--ptglobalWhite);
  border-bottom: 2px solid var(--ptglobalWhite);
  color: var(--ptglobalWhite);
  list-style: none;
  padding: 0;
  width: 100%;
}
.Navigation-Menu a {
  color: inherit;
  display: block;
  padding: 0.5em 0.75em;
}
.Navigation-Menu-Item:not(:last-of-type) {
  border-bottom: 1px solid var(--ptglobalWhite);
}
.Navigation-NestedMenu {
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 1.25em 2em;
  width: 100%;
}
.Navigation-NestedMenu-Item {
  display: inline-block;
  margin-right: 1.5em;
  vertical-align: top;
}
.Navigation-NestedMenu-Item-Title {
  border-bottom: 2px solid var(--ptglobalWhite);
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
.Navigation-NestedMenu-Item-Menu {
  margin-left: -0.75em;
}
.Navigation-NestedMenu-List {
  list-style: inherit;
  margin: 0;
  padding: 0;
}
.Navigation-NestedMenu-List a {
  color: inherit;
  display: block;
  padding: 0.5em 0.75em;
  text-transform: none;
}
.Navigation-NestedMenu-List a:hover {
  text-decoration: underline;
}
.Navigation-MenuTrigger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inherit;
  font: inherit;
  text-transform: uppercase;
}
.Navigation-MenuTrigger.isMobileMenu {
  background: var(--ptglobalWhite);
  border: 1px solid var(--ptglobalWhite);
  border-radius: var(--input-radius);
  color: var(--ptglobalBlue);
  padding: var(--input-padding);
}
.Navigation-Search {
  display: flex;
}
.Navigation-Search.isStretched {
  margin: 0 0.5em;
  width: 80%;
}
.Navigation-Search-Field {
  border: 1px solid var(--ptglobalDarkGrey);
  border-radius: var(--input-radius) 0 0 var(--input-radius);
  box-sizing: border-box;
  padding: var(--input-padding);
}
.Navigation-Search-Field.isStretched {
  width: 100%;
}
.Navigation-Search-Button {
  background-color: var(--ptglobalGrey);
  border: 1px solid var(--ptglobalDarkGrey);
  border-radius: 0 var(--input-radius) var(--input-radius) 0;
  color: var(--ptglobalWhite);
  display: flex;
  align-content: center;
  margin-left: -1px;
  padding: var(--input-padding);
}
.Navigation-Search:focus-within {
  box-shadow: 0 0 2px var(--ptglobalDarkGrey);
}
.Navigation-Search:focus-within .Navigation-Search-Field, .Navigation-Search:focus-within .Navigation-Search-Button {
  outline: none;
}

.PageHeader {
  border-bottom: 0 solid var(--ptglobalBlue);
  font-family: var(--headingFont);
  margin: 0 auto;
}
@media (min-width: 800px) {
  .PageHeader {
    border-bottom-width: 0.5em;
  }
}

.PageNavigation-Sub {
  background: var(--ptglobalBlack);
  color: var(--ptglobalContrastWhite);
  display: none;
  justify-content: flex-end;
}
@media (min-width: 800px) {
  .PageNavigation-Sub {
    display: flex;
  }
}
.PageNavigation-Sub .Navigation-Item.isHighlighted {
  background: var(--ptglobalRed);
}
.PageNavigation-Sub .Navigation-Item:last-of-type {
  padding-right: 0.75em;
  padding-left: 0.75em;
}
.PageNavigation-Sub a {
  display: inline-flex;
  align-items: center;
  align-self: center;
  color: inherit;
  text-decoration: none;
  padding: 0.4em 0.5em;
}
.PageNavigation-Sub a:hover {
  color: oklch(from var(--ptglobalContrastWhite) calc(l * 1.1) c h);
  text-decoration: underline;
}
.PageNavigation-Sub a.isIcon {
  padding: 0;
}

.PasswordScore {
  --color: lightgrey;
  background: lightgrey;
  appearance: none;
  border: none; /* Firefox adds a default border */
  border-radius: 0.25em;
  height: 0.5rem;
  width: 100%;
  mask: linear-gradient(90deg, #000 96%, rgba(0, 0, 0, 0) 0) 0.75%/25% 100%;
}
.PasswordScore::-webkit-progress-bar {
  background: inherit;
}
.PasswordScore::-moz-progress-bar {
  background-color: var(--color);
  border-radius: inherit;
}
.PasswordScore::-webkit-progress-value {
  background-color: var(--color);
  border-radius: inherit;
}
.PasswordScore[value="1"] {
  --color: #C33;
}
.PasswordScore[value="2"] {
  --color: #F80;
}
.PasswordScore[value="3"] {
  --color: #f7f317;
}
.PasswordScore[value="4"] {
  --color: #33CC33;
}

.ProductTitle {
  line-height: 1;
  margin-bottom: 0.25em;
}
.ProductByline {
  color: var(--ptglobalDarkGrey);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.ProductCard {
  --border-radius: 5px;
  display: flex;
  margin: 0;
}
@media (min-width: 400px) {
  .ProductCard {
    display: inline-block;
    margin: 1em 0;
  }
}
@media (min-width: 400px) and (max-width: 699px) {
  .ProductCard {
    width: 45%;
  }
}
@media (min-width: 700px) {
  .ProductCard {
    width: 30%;
    width: min(225px, 30%);
  }
}
.ProductCardDeck {
  margin: 1em 0 2em;
}
@media (min-width: 400px) {
  .ProductCardDeck {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
  }
  @supports (column-gap: 5%) {
    .ProductCardDeck {
      justify-content: center;
      column-gap: 5%;
    }
  }
}
.ProductCard-Content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  text-align: center;
}
@media (min-width: 400px) {
  .ProductCard-Content {
    height: 100px;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    border: 1px solid var(--ptglobalLightGrey);
    border-bottom: none;
    padding: 0.5em;
  }
}
.ProductCard-Content img {
  max-height: 100%;
  max-width: 100%;
}
.ProductCard-Image {
  display: inline-block;
}
@media (max-width: 399px) {
  .ProductCard-Image {
    display: inline-flex;
    max-height: 3rem;
    max-width: 3rem;
  }
}
.ProductCard-Caption {
  border-bottom: 1px solid var(--ptglobalWhite);
  color: var(--ptglobalBlue);
  display: flex;
  align-items: center;
  font-family: var(--headingFont);
  padding: 0 1em;
}
@media (min-width: 400px) {
  .ProductCard-Caption {
    background: var(--ptglobalBlue);
    color: var(--ptglobalWhite);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    border: none;
    justify-content: center;
    padding: 0 0.5em;
  }
}
.ProductCard a {
  color: inherit;
  display: flex;
  align-items: center;
  min-height: 3em;
  text-align: center;
  text-decoration: none;
}

.Registration {
  margin: 1em auto;
  max-width: 500px;
}
@media (min-width: 700px) {
  .Registration {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: none;
  }
}
.Registration-Heading {
  font-size: 1.5em;
}
.Registration-IncentiveContainer {
  background-color: var(--ptglobalLightBlue);
  box-sizing: border-box;
  flex-basis: 40%;
  padding: 0.5em 1em;
}
@media (min-width: 360px) {
  .Registration-IncentiveContainer {
    padding: 1em 2em;
  }
}
.Registration-Incentives {
  padding-left: 1em;
  line-height: 2;
}

.SupportCard {
  margin: 0 -1rem;
}
@media (min-width: 400px) {
  .SupportCard {
    margin: 1em 0;
    width: 175px;
    max-width: 45%;
  }
}
.SupportCardDeck {
  margin: 2px 0;
}
@media (min-width: 400px) {
  .SupportCardDeck {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 1em 0;
  }
}
.SupportCard-Title {
  background: var(--ptglobalBlue);
  border-bottom: 1px solid var(--ptglobalWhite);
}
@media (min-width: 400px) {
  .SupportCard-Title {
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--ptglobalBlue);
  }
}
.SupportCard-Title a {
  color: var(--ptglobalWhite);
  display: block;
  padding: 1rem;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 400px) {
  .SupportCard-Title a {
    padding: 0.5em;
  }
}
.SupportCard-Description {
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--ptglobalLightGrey);
  border-top: none;
  display: none;
  font-family: var(--headingFont);
  min-height: 3em;
  margin: 0;
  padding: 0.25em 0.5em;
  text-align: left;
}
@media (min-width: 400px) {
  .SupportCard-Description {
    display: flex;
    align-items: flex-start;
    min-height: 4em;
  }
}
.SupportCard-Description a {
  color: var(--ptglobalBlack);
  text-decoration: none;
}
.SupportCard-Description a:visited {
  color: inherit;
}
.SupportCard-Description a:hover {
  color: inherit;
}

.Tabs-Bar {
  display: flex;
  font-size: 1.5em;
  font-family: var(--headingFont);
  font-weight: normal;
  list-style-type: none;
  margin: 0.25em 0 1em;
  padding: 0;
}
.Tabs.isRegistrationForm {
  box-sizing: border-box;
  flex-basis: 55%;
}
@media (min-width: 360px) {
  .Tabs.isRegistrationForm {
    border: 1px solid var(--ptglobalLightGrey);
    padding: 1em;
    margin: 2em 0;
  }
}
@media (min-width: 700px) {
  .Tabs.isRegistrationForm {
    margin: 0;
    padding: 1em 2.5%;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .Tabs.isRegistrationForm {
    margin-right: 2.5%;
  }
}

.Tab {
  flex-grow: 1;
}
.Tab-Title {
  background: var(--ptglobalDarkGrey);
  color: var(--ptglobalWhite);
  display: block;
  margin: 0;
  padding: 0.25em 0;
  text-align: center;
  text-decoration: none;
  text-align: center;
}
.Tab-Title:focus-visible {
  outline: 2px dashed var(--ptglobalRed);
}
.Tab-Title.isActive, .Tab-Title[aria-selected=true] {
  background: var(--ptglobalBlue);
}

.ValueByDesign-Promise {
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.ValueCard {
  box-sizing: border-box;
  margin: 0;
  padding: 1em;
}
@media (min-width: 500px) {
  .ValueCard {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .ValueCard {
    width: 25%;
  }
}
@media (min-width: 500px) {
  .ValueCardDeck {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.ValueCard-Heading {
  font-family: var(--headingFont);
  font-weight: normal;
}
@media (min-width: 800px) {
  .ValueCard-Heading {
    line-height: 1.25;
    min-height: 2.5em;
  }
}
.ValueCard-Content {
  text-align: center;
}
.ValueCard-Content img {
  max-height: 160px;
}
@media (min-width: 800px) {
  .ValueCard-Content img {
    max-height: 120px;
  }
}
.ValueCard-Caption {
  line-height: 1.5;
  margin-top: 1em;
  text-align: left;
}
@supports (hyphens: auto) {
  .ValueCard-Caption {
    text-align: justify;
    hyphens: auto;
  }
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden, [hidden] {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .pricelist .item:nth-child(odd) {
    background-color: #eee !important;
  }
  .pricelist a, .pricelist a:visited, .toc a {
    text-decoration: none !important;
    color: #345AFF !important;
  }
  .pricelist a[href]:after {
    content: inherit;
  }
}

/*# sourceMappingURL=/ui_assets/application-5f661d69.css.map */
