@import url(https://fonts.googleapis.com/css?family=Roboto:300, 400,500,700);
@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=9d89ddac-433a-4117-8a0f-b6a172d602fa);
/*! 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;
}

@font-face{font-family:"Serpentine";src:url(/6ad04bb7-12c4-4d1b-85c0-5210d7e7484c.eot?#iefix);src:url(/6ad04bb7-12c4-4d1b-85c0-5210d7e7484c.eot?#iefix) format("eot"),url(/a08cd5d9-3cba-4d48-a69d-b7d7783acb4a.woff2) format("woff2"),url(/eeba315b-61b6-4c1b-9746-019a6374d823.woff) format("woff"),url(/f2f1a13d-84b3-4aa1-9034-3a85eb0b36bf.ttf) format("truetype"),url(/75d17741-7977-47dc-9edd-3155284d98dd.svg#75d17741-7977-47dc-9edd-3155284d98dd) format("svg")}*{box-sizing:border-box;outline:0}body,html{font-family:"Roboto";font-size:14px;color:#222;background:#eee}@media(max-width: 900px){#main-site{padding-top:50px}}.wrapper{max-width:1200px;margin:auto;padding:0 30px}@media(max-width: 950px){.wrapper{padding:0 15px}}a:link,a:active,a:visited{text-decoration:none;color:#2d5baa}h1,h2,h3,h4,h5,h6{margin:0}.line{height:3px;background-color:#2d5baa}.btn,.btn:link,.btn:visited{display:inline-block;color:#fff;padding:6px 35px 6px 15px;background:url(/arrow-right.svg) #2d5baa no-repeat;background-size:auto calc(100% - 14px);background-position:right 7px center;border:0;cursor:pointer}.btn.green,.btn:link.green,.btn:visited.green{background-color:#05aa10}.btn.no-arrow,.btn:link.no-arrow,.btn:visited.no-arrow{background-image:none;padding:6px 15px}ul{margin:0;padding:0}.page-container{min-height:100vh}@media(max-width: 900px){.page-container{padding-top:50px}}.page-title{font-size:42px}.page-subtitle{font-size:18px;font-weight:300;margin-bottom:15px}input,textarea{padding:5px;font-family:Roboto;border:1px solid #ddd;transition:border .5s ease}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:14px;color:#aaa}input.error,textarea.error{border-color:#d60000;background:#f9e4e4}.page-animate-enter{position:absolute;z-index:1;width:100%;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.page-animate-enter-active{opacity:1;visibility:visible}.page-animate-exit{position:absolute;width:100%;opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease}.page-animate-exit-active{opacity:0;visibility:hidden}footer{border-top:1px solid #ddd;position:relative;background:#eee;z-index:11}@media print{footer{display:none}}footer.hide{display:none}footer ul{list-style-type:none}footer ul li{padding:3px 0}footer ul li:first-of-type{padding-top:0}footer .wrapper{display:flex;justify-content:space-between}@media(max-width: 1000px){footer .wrapper{display:block}}footer .wrapper.top{padding:20px 30px}@media(max-width: 420px){footer .wrapper.top{display:none}}footer .links{width:70%;display:flex;justify-content:center}@media(max-width: 900px){footer .links{display:none}}@media(max-width: 1000px){footer .links{width:100%;text-align:center}}footer .links ul{width:25%}footer .links ul .title{font-weight:700}footer .links .main{font-weight:700}footer .links a:link,footer .links a:visited{color:#222}footer .links a:hover{color:#2d5baa}footer .contact{border-left:1px solid #cdcdcd;display:flex;justify-content:flex-start;flex-wrap:wrap;padding-left:50px;line-height:1.5em;width:30%}@media(max-width: 1000px){footer .contact{width:100%;margin-left:0px;margin-top:30px;padding-top:30px;border-left:0;border-top:1px solid #cdcdcd;padding-left:0}}@media(max-width: 900px){footer .contact{margin-top:0;padding-top:0;border-top:0}}@media(max-width: 420px){footer .contact{display:none}}footer .contact .location{width:50%}@media(max-width: 1000px){footer .contact .location{width:33.333%;text-align:center}}footer .contact a:link,footer .contact a:active,footer .contact a:visited{display:block;color:#222}footer .copy{background:#2d5baa;height:50px}footer .copy .wrapper{height:100%;display:flex;align-items:center;justify-content:flex-start}footer .copy .logo{height:18px}footer .copy .logo svg{height:100%;width:auto}footer .copy .logo svg path,footer .copy .logo svg line{fill:#fff}footer .copy .legal{padding-left:15px;color:#fff;font-size:10px}footer .copy .legal ul li{display:inline-block;padding:0 5px;border-left:1px solid #fff}footer .copy .legal ul li:first-of-type{padding-left:0;border-left:0}@media(max-height: 1400px){footer.has-sidebar{margin-left:270px}}@media(max-width: 1250px){footer.has-sidebar>.wrapper{display:block}footer.has-sidebar .links{width:100%;text-align:center}footer.has-sidebar .contact{width:100%;margin-left:0px;margin-top:30px;padding-top:30px;border-left:0;border-top:1px solid #cdcdcd;padding-left:0}footer.has-sidebar .location{width:33.333%;text-align:center}}@media(max-width: 900px){footer.has-sidebar{margin-left:0}footer.has-sidebar .contact{margin-top:0;padding-top:0;border-top:0}}@media(max-width: 425px){footer.has-sidebar{display:none}}header{z-index:10;width:100%;border-bottom:1px solid #fff}@media print{header{display:none}}@media(max-width: 900px){header{width:100%;height:50px;background:#2d5baa;border-bottom:0;position:fixed;top:0;left:0}}header .search-bar{opacity:1;transition:opacity .5s ease}@media(max-width: 900px){header .search-bar{display:none}}header.no-search{position:fixed;top:0;left:0;width:100%}header.no-search .search-bar{display:none}header .hamburger{position:relative;width:28px;height:18px;display:none;cursor:pointer}@media(max-width: 900px){header .hamburger{display:block}}header .hamburger:before,header .hamburger:after{content:"";display:block;width:100%;height:2px;background:#fff;position:absolute;left:0;transition:transform .3s ease}header .hamburger:before{top:0}header .hamburger:after{bottom:0}header .hamburger span{display:block;width:100%;height:2px;background:#fff;position:absolute;top:calc(50% - 1px);left:0}header .hamburger.active span{display:none}header .hamburger.active:before{transform:rotate(45deg);top:8px}header .hamburger.active:after{top:8px;transform:rotate(-45deg)}header .bg{background-color:#2d5baa;background-image:url(/header-banner-blue-full.jpg);background-position:bottom center;background-repeat:no-repeat;padding:15px 0 30px 0}@media(max-width: 900px){header .bg{background:none;display:flex;justify-content:space-between;align-items:center;padding:0 25px;height:100%}}header .bottom{margin-top:50px}@media(max-width: 900px){header .bottom{height:0%;width:100%;position:fixed;z-index:1;left:0px;top:49px;margin:0;overflow:hidden;transition:height .3s ease;background:#2d5baa}header .bottom.active{height:100%}}header .mobile-login{background:#fff;color:#2d5baa;display:none;padding:5px 15px;font-weight:700}@media(max-width: 900px){header .mobile-login{display:block}}header .mobile-cart{display:none;width:60px;height:30px;background-image:url(/icon-cart.svg);background-size:auto 50%;background-position:right center;background-repeat:no-repeat;padding-right:30px;color:#fff;font-weight:700}@media(max-width: 900px){header .mobile-cart{display:flex;align-items:center;justify-content:flex-end}}header nav{align-items:center;font-weight:700;text-transform:uppercase}header nav>ul{list-style:none;display:flex;justify-content:space-between;align-items:center}@media(max-width: 900px){header nav>ul{display:block;text-align:center}}header nav>ul>.parent-0>a:link,header nav>ul>.parent-3>a:link{text-shadow:1px 1px 2px rgba(0,0,0,.7)}header nav>ul li{position:relative}@media(max-width: 900px){header nav>ul li{padding:30px 0}}header nav>ul li:hover .subnav{opacity:1;visibility:visible}header nav>ul .subnav{position:absolute;padding-top:15px;z-index:1;opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;width:350px}@media(max-width: 900px){header nav>ul .subnav{display:none}}header nav>ul .subnav ul{column-count:2}header nav>ul ul{list-style:none;background:#2d5baa;padding:15px;font-weight:400;font-size:12px}header nav>ul ul a:link,header nav>ul ul a:visited{color:#fff}header nav>ul ul:before{content:"";position:absolute;top:8px;display:block;width:15px;height:15px;background:#2d5baa;transform:rotate(45deg)}header nav>ul ul li{padding:5px 0}header nav a:link,header nav a:active,header nav a:visited{color:#fff;position:relative}header nav a:hover{opacity:.7}header .contact-phone{height:20px;background:#222}header .top{display:flex;justify-content:space-between}@media(max-width: 900px){header .top{display:block;position:absolute;left:0;right:0;margin:auto;width:109px;padding:0}}header .top .logo img{width:360px}@media(max-width: 900px){header .top .logo img{height:20px;width:auto}}header .top .contacts{display:flex;justify-content:space-between;font-size:14px;color:#fff;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.7);width:420px}@media(max-width: 900px){header .top .contacts{display:none}}header .top .contacts>div{margin-left:30px}header .top .contacts a:link,header .top .contacts a:active,header .top .contacts a:visited,header .top .contacts a:hover{color:#fff}header .top .contacts span{display:block}.login-popup{position:relative;z-index:3}@media(max-width: 900px){.login-popup{display:none}}.login-popup .popup{z-index:1;position:absolute;top:100%;right:0;padding:15px;width:300px;background:#2d5baa;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.login-popup .popup.active{opacity:1;visibility:visible}.login-popup h3{color:#fff;font-weight:400;font-size:12px;padding-bottom:5px}.login-popup .processing-overlay{width:100%;height:100%;background:#2d5baa;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;z-index:1;color:#fff;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.login-popup .processing-overlay.active{opacity:1;visibility:visible}.login-popup .message{font-size:10px;height:20px;padding-bottom:5px;color:#f0c2c2;display:flex;justify-content:flex-end;flex-direction:column}.login-popup .login-btn{background:#2d5baa;color:#fff !important;padding:5px 15px;cursor:pointer}.login-popup .login-btn:after{display:none}.login-popup form{display:flex;flex-wrap:wrap;position:relative}.login-popup form input{width:100%;margin-bottom:5px}.login-popup form input.error{border-color:#e66060}.login-popup form .btn{border:1px solid #fff;position:relative;right:0}.login-popup .my-account{padding:0 10px;display:flex;justify-content:space-between;width:150px}.login-popup .my-account .icon{border-radius:100%;width:25px;height:25px;background-color:#2d5baa;background-repeat:no-repeat;background-position:center center;background-size:auto 55%;position:relative}.login-popup .my-account .profile{display:flex;justify-content:space-between;align-items:center}.login-popup .my-account .profile span{padding-right:10px}.login-popup .my-account .profile .icon{background-image:url(/icon-user.svg)}.login-popup .account-cart{position:relative}.login-popup .account-cart .icon{display:flex;justify-content:center;align-items:center;background-image:url(/icon-cart.svg);background-position:5px center;padding:0 5px 0 30px;width:auto;border-radius:5px}.login-popup .account-cart .icon:after{display:none}.login-popup .account-cart .icon span{background:#eee;border-radius:100%;position:absolute;top:-15px;right:0px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:10px;color:#222}.login-popup .account-cart .icon span.hide{display:none}.login-popup .account-cart .icon span.small{font-size:9px}.login-popup .account-cart .cart-preview{position:absolute;top:calc(100% + 15px);right:-30px;width:225px;background:#fff;z-index:1;border:1px solid #ddd;padding:10px;color:#222;opacity:0;visibility:hidden;transform:translate(0, -15px);transition:all .3s ease}.login-popup .account-cart .cart-preview.active{opacity:1;visibility:visible;transform:none}.login-popup .account-cart .cart-preview:before{content:"";display:block;width:15px;height:15px;position:absolute;top:-8px;right:33px;background:#fff;transform:rotate(-45deg);border:solid #ddd;border-width:1px 1px 0 0}.login-popup .account-cart .cart-preview h2{color:#2d5baa;font-size:12px;margin-bottom:10px}.login-popup .account-cart .cart-preview .item{display:flex}.login-popup .account-cart .cart-preview .item h3{color:#222}.login-popup .account-cart .cart-preview .item .image{margin-right:10px;width:50px;height:50px;position:relative}.login-popup .account-cart .cart-preview .item .image img{max-width:100%;max-height:100%}.login-popup .account-cart .cart-preview .item .description h3{font-weight:700}.login-popup .account-cart .cart-preview .item .description span{font-weight:400;font-size:12px;text-transform:none}.login-popup .account-cart .cart-preview .btn{width:100%;text-align:center;margin-top:15px}.login-popup .account-cart .cart-preview .btn:after{display:none}.login-popup .actions{padding:10px 0 0;font-size:11px;color:#fff;display:flex;justify-content:space-between}.mobile-header{display:none;height:50px;width:100%;background:#2d5baa;padding:15px 0;position:fixed;top:0;left:0;text-align:center;z-index:11}@media(max-width: 900px){.mobile-header{display:block}}.mobile-header .logo{display:inline-block;position:relative;height:100%;max-width:calc(100% - 50px)}.mobile-header .logo svg{max-width:100%;max-height:100%}.mobile-header .logo svg path{fill:#fff}.mobile-header .hamburger{width:25px;height:20px;position:absolute;z-index:1;top:15px;left:15px;cursor:pointer}.mobile-header .hamburger.open span{display:none}.mobile-header .hamburger.open:before{transform:rotate(45deg);top:8px;bottom:auto}.mobile-header .hamburger.open:after{transform:rotate(-45deg);top:8px;bottom:auto}.mobile-header .hamburger:before,.mobile-header .hamburger:after{content:"";display:block;height:2px;width:100%;background:#fff;position:absolute}.mobile-header .hamburger:before{top:0}.mobile-header .hamburger:after{bottom:0}.mobile-header .hamburger span{display:block;width:100%;height:2px;background:#fff;position:absolute;top:calc(50% - 1px)}.mobile-header .profile-wrapper{position:absolute;z-index:1;right:15px;top:15px}.mobile-header .profile-wrapper .login-btn{color:#2d5baa;font-weight:700;padding:5px 15px;background:#c9dbfa}.mobile-header .profile-wrapper .my-account{padding:0 25px 0 0;display:flex;justify-content:space-between;width:40px}.mobile-header .profile-wrapper .my-account .icon{border-radius:100%;width:25px;height:25px;background-repeat:no-repeat;background-position:center center;background-size:auto 55%;position:relative}.mobile-header .profile-wrapper .account-cart{position:relative}.mobile-header .profile-wrapper .account-cart .icon{display:block;background-image:url(/icon-cart.svg)}.mobile-header .profile-wrapper .account-cart .icon:after{display:none}.mobile-header .profile-wrapper .account-cart .icon span{background:#eee;border-radius:100%;position:absolute;display:flex;align-items:center;justify-content:center;width:20px;height:20px;top:-10px;left:calc(100% - 10px);font-size:10px;color:#222}.mobile-header .profile-wrapper .account-cart .icon span.hide{display:none}.mobile-header .profile-wrapper .account-cart .icon span.small{font-size:9px}.mobile-header .profile-wrapper .account-cart .cart-preview{position:absolute;top:calc(100% + 15px);right:-30px;width:225px;background:#fff;z-index:1;border:1px solid #ddd;padding:10px;color:#222;opacity:0;visibility:hidden;transform:translate(0, -15px);transition:all .3s ease}.mobile-header .profile-wrapper .account-cart .cart-preview.active{opacity:1;visibility:visible;transform:none}.mobile-header .profile-wrapper .account-cart .cart-preview:before{content:"";display:block;width:15px;height:15px;position:absolute;top:-8px;right:33px;background:#fff;transform:rotate(-45deg);border:solid #ddd;border-width:1px 1px 0 0}.mobile-header .profile-wrapper .account-cart .cart-preview h2{color:#2d5baa;font-size:12px;margin-bottom:10px}.mobile-header .profile-wrapper .account-cart .cart-preview .item{display:flex}.mobile-header .profile-wrapper .account-cart .cart-preview .item h3{color:#222}.mobile-header .profile-wrapper .account-cart .cart-preview .item .image{margin-right:10px;width:50px;height:50px;position:relative}.mobile-header .profile-wrapper .account-cart .cart-preview .item .image img{max-width:100%;max-height:100%}.mobile-header .profile-wrapper .account-cart .cart-preview .item .description h3{font-weight:700}.mobile-header .profile-wrapper .account-cart .cart-preview .item .description span{font-weight:400;font-size:12px;text-transform:none}.mobile-header .profile-wrapper .account-cart .cart-preview .btn{width:100%;text-align:center;margin-top:15px}.mobile-header .profile-wrapper .account-cart .cart-preview .btn:after{display:none}.price-increase-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:30;justify-content:center;align-items:center;color:#000;font-family:"Roboto";display:none}.price-increase-popup.active{display:flex}.price-increase-popup .scrim{background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;position:absolute;z-index:-1}.price-increase-popup .contents{width:910px;max-width:80%;padding:20px;max-width:calc(100% - 50px);border:2px solid #2d5baa;max-height:90vh;padding:0 0 30px 0;background:#f7f8fa;background-repeat:no-repeat;background-size:cover;border-radius:10px;position:relative}.price-increase-popup .close{cursor:pointer;position:absolute;top:10px;right:10px;width:20px;height:20px}.price-increase-popup .close:before,.price-increase-popup .close:after{content:"";display:block;width:100%;height:2px;background:#000;position:absolute;top:10px;left:0}.price-increase-popup .close:before{transform:rotate(-45deg)}.price-increase-popup .close:after{transform:rotate(45deg)}.price-increase-popup .close:hover{opacity:.7}.price-increase-popup .description{padding:30px 50px;font-size:16px;line-height:1.5em}@media(max-width: 500px){.price-increase-popup .description{font-size:15px;padding:20px}}.price-increase-popup .description .intro{font-size:24px;font-weight:bold}@media(max-width: 500px){.price-increase-popup .description .intro{font-size:18px}}.price-increase-popup .description .download-statement{text-decoration:underline}.price-increase-popup .btn{opacity:1;transition:opacity .15s ease}.price-increase-popup .btn:hover{opacity:.7}.price-increase-popup .btn-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:15px}.price-increase-popup label{display:flex;align-items:center;margin-top:20px;align-self:flex-start}.price-increase-popup label:hover{cursor:pointer}.price-increase-popup label input{margin-right:5px;margin-bottom:2px;height:18px;width:18px}.price-increase-popup label input:hover{cursor:pointer}.product-searchbar{width:270px;height:calc(100vh - 97px);background:#1b283f;color:#fff;position:fixed;left:0;top:180px;z-index:9}@media(max-width: 900px){.product-searchbar{width:100%;height:calc(100vh - 50px);top:-100vh;transition:top .5s ease}.product-searchbar.show-searchbar{top:50px}}.product-searchbar .item{padding-top:30px;position:relative}@media(max-height: 1000px){.product-searchbar .item{padding-top:15px}}.product-searchbar .item:first-of-type{padding-top:0}.product-searchbar h2{color:#fff;padding:15px;border-bottom:1px solid #c9dbfa}@media(max-height: 1000px){.product-searchbar h2{font-size:14px;padding:10px 10px 10px 15px}}.product-searchbar .tutorial-cover{width:calc(100% - 270px);height:calc(100% - 98px);position:fixed;top:180px;left:270px;background:#eee;padding:50px}@media(max-width: 900px){.product-searchbar .tutorial-cover{display:none}}@media(max-height: 1000px){.product-searchbar .tutorial-cover{padding:30px 50px}}.product-searchbar .tutorial-cover h1,.product-searchbar .tutorial-cover h2{color:#2d5baa;padding:0 0 0 25px;border:0}.product-searchbar .tutorial-cover h1{font-size:48px;font-weight:200}.product-searchbar .tutorial-cover h2{font-size:31px}.product-searchbar.tutorial-hide .tutorial-cover{display:none}.product-searchbar.tutorial-1 .hint.step-1{display:block}.product-searchbar.tutorial-2 .hint.step-2{display:block}.product-searchbar .hint{position:absolute;top:50%;left:350px;color:#2d5baa;font-weight:700;width:300px;font-size:18px}@media(max-width: 900px){.product-searchbar .hint{display:none !important}}.product-searchbar .hint.step-1{display:none}.product-searchbar .hint.step-2{display:none}.product-searchbar .hint .arrow{position:absolute;top:15px}.product-searchbar .hint .arrow:before{content:"";width:15px;height:15px;border:5px solid #2d5baa;border-width:5px 5px 0 0;display:block;transform:rotate(-135deg)}.product-searchbar .hint .arrow:after{content:"";background:#2d5baa;width:50px;height:5px;display:block;position:absolute;left:0;top:calc(50% - 3px)}.product-searchbar .hint .description{margin-left:50px;position:relative;border:5px solid #2d5baa;padding:10px;min-width:250px}.product-searchbar .dimensions .shaft-size,.product-searchbar .dimensions .seal-id{display:none}.product-searchbar .dimensions .sleeve-partnumber{text-align:center;display:block;color:#aaa;padding-top:0;display:none}.product-searchbar .dimensions .sleeve-partnumber>div{width:150px;margin:auto;position:relative}.product-searchbar .dimensions .sleeve-partnumber>div>span{position:absolute;left:0;top:5px}.product-searchbar .dimensions .sleeve-partnumber>div input{width:100%;text-align:left;padding-left:20px}.product-searchbar .dimensions.rotaryshaftseals .select-units,.product-searchbar .dimensions.shaftrepairsleeves .select-units{display:flex}.product-searchbar .dimensions.vrings .dim-specs,.product-searchbar .dimensions.vrings .seal-id,.product-searchbar .dimensions.shaftrepairsleeves .dim-specs,.product-searchbar .dimensions.shaftrepairsleeves .seal-id{display:none}.product-searchbar .dimensions.vrings .shaft-size,.product-searchbar .dimensions.shaftrepairsleeves .shaft-size{display:flex}.product-searchbar .dimensions.endcaps .id,.product-searchbar .dimensions.endcaps span:first-of-type{display:none}.product-searchbar .dimensions.endcaps .dim-specs{width:160px}.product-searchbar .dimensions.stainlesssteelsprings .dim-specs,.product-searchbar .dimensions.stainlesssteelsprings .shaft-size{display:none}.product-searchbar .dimensions.stainlesssteelsprings .seal-id{display:flex}.product-searchbar .dimensions.shaftrepairsleeves .sleeve-partnumber{display:block}.product-searchbar .dim-specs,.product-searchbar .shaft-size,.product-searchbar .seal-id,.product-searchbar .sleeve-partnumber{padding:30px 0;display:flex;justify-content:space-between;align-items:baseline;color:#fff;width:250px;margin:auto}.product-searchbar .dim-specs input,.product-searchbar .shaft-size input,.product-searchbar .seal-id input,.product-searchbar .sleeve-partnumber input{color:#fff;text-align:center;font-size:14px;background:rgba(0,0,0,0);border:0;border-bottom:1px solid #fff;width:65px}.product-searchbar .dim-specs input::-webkit-input-placeholder,.product-searchbar .shaft-size input::-webkit-input-placeholder,.product-searchbar .seal-id input::-webkit-input-placeholder,.product-searchbar .sleeve-partnumber input::-webkit-input-placeholder{font-size:12px;font-weight:500}.product-searchbar .select-units{width:100%;padding:30px 10px 10px;display:none}.product-searchbar .select-units .select-unit-item{width:50%;text-align:center;border:1px solid #54637d;padding:3px 0;cursor:pointer}.product-searchbar .select-units .select-unit-item.active{background-color:#54637d}.product-searchbar .shaft-size,.product-searchbar .seal-id{justify-content:center;flex-wrap:wrap}.product-searchbar .shaft-size input,.product-searchbar .seal-id input{width:150px}.product-searchbar .shaft-size span,.product-searchbar .seal-id span{display:block;width:100%;text-align:center;color:#2d5baa;font-size:12px}.product-searchbar .units{width:130px;border:1px solid #aaa;display:none;margin:0 auto 15px}.product-searchbar .units>div{width:50%;display:flex;justify-content:center;align-items:center;padding:4px 0;cursor:pointer;letter-spacing:.09em;font-size:10px}.product-searchbar .units>div.selected{background:#eee;color:#222}.product-searchbar button{cursor:pointer;color:#fff;display:block;font-weight:700;background:#2d5baa;text-align:center;width:calc(100% - 10px);margin:auto;padding:8px;border:none;position:relative}.product-searchbar button:after{display:block;position:absolute;right:7px;top:11px;border:5px solid rgba(0,0,0,0);border-left-color:#fff;content:""}.product-searchbar .seal-type .type-list{position:relative}.product-searchbar .seal-type .marker{position:absolute;z-index:0;width:100%;height:36px;background:#54637d;top:0;transition:top .3s ease}@media(max-height: 1000px){.product-searchbar .seal-type .marker{height:23.6px}}.product-searchbar .seal-type .marker:before{content:"";width:3px;height:100%;position:absolute;top:0;left:0;background:#2d5baa}.product-searchbar .seal-type .marker.pos--1{display:none}.product-searchbar .seal-type .marker.pos-0{top:0px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-0{top:0px}}.product-searchbar .seal-type .marker.pos-1{top:36px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-1{top:23px}}.product-searchbar .seal-type .marker.pos-2{top:72px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-2{top:46px}}.product-searchbar .seal-type .marker.pos-3{top:108px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-3{top:69px}}.product-searchbar .seal-type .marker.pos-4{top:144px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-4{top:92px}}.product-searchbar .seal-type .marker.pos-5{top:180px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-5{top:115px}}.product-searchbar .seal-type .marker.pos-6{top:216px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-6{top:138px}}.product-searchbar .seal-type .marker.pos-7{top:252px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-7{top:161px}}.product-searchbar .seal-type .marker.pos-8{top:288px}@media(max-height: 1000px){.product-searchbar .seal-type .marker.pos-8{top:184px}}.product-searchbar .seal-type .type{font-size:14px;padding:10px 10px 10px 15px;cursor:pointer;position:relative}@media(max-height: 1000px){.product-searchbar .seal-type .type{font-size:12px;padding:5px 5px 5px 15px}}.product-searchbar .seal-type .type:hover{opacity:.7}.product-searchbar .materials .mat{font-size:14px;padding:10px 10px 10px 40px;position:relative;cursor:pointer}.product-searchbar .materials .mat:before{content:"";position:absolute;top:10px;left:15px;display:block;width:15px;height:15px;background:#fff}.product-searchbar .materials .mat:after{content:"";position:absolute;left:17px;top:12px;background:#2d5baa;width:11px;height:11px;opacity:0;transition:opacity .3s ease}.product-searchbar .materials .mat.checked:after{opacity:1}.product-searchbar .mobile-new-search{display:none;position:fixed;top:77px;right:25px;width:130px;background:#2d5baa;color:#fff;padding:7px 0 5px;text-align:center;cursor:pointer;font-weight:700;font-size:12px}@media(max-width: 900px){.product-searchbar .mobile-new-search{display:block}}@media(max-width: 575px){.product-searchbar .mobile-new-search{top:97px}}@media(max-width: 475px){.product-searchbar .mobile-new-search{top:65px}}.product-searchbar .mobile-new-search:after{display:inline-block;content:"";width:0;height:0;border:5px solid rgba(0,0,0,0);border-left-color:#fff;margin-left:10px}.quickview{position:fixed;z-index:11;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.quickview.active{visibility:visible;opacity:1}.quickview .scrim{position:absolute;z-index:0;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.quickview .content{position:relative;z-index:1;background:#fff;width:650px;max-width:90%;min-height:500px;max-height:90%;padding:30px}.quickview .close{position:absolute;right:15px;top:15px;width:20px;height:20px;background:url(/icon-close.svg) no-repeat;background-size:cover;cursor:pointer}.quickview .image{text-align:center}.quickview .image img{max-height:150px}.quickview h1{margin-top:30px;text-align:center;font-size:28px}.quickview h1 span{font-size:18px}.quickview .blurb{padding-top:20px;font-size:16px;line-height:1.4em}.quickview .meta{display:flex;margin-top:20px;color:#555}.quickview .meta .stock{width:40%;padding-right:30px}.quickview .meta .stock .loc{padding:5px 0}.quickview .meta .stock .loc .qty{font-weight:700;font-size:20px}.quickview .meta .stock .loc .qty span{font-size:12px}.quickview .meta .stock .loc .name{font-size:16px;font-weight:300;text-transform:uppercase}.quickview .meta .price{width:60%;border-left:1px solid #000;padding-left:50px}.quickview .meta .price h2{padding-bottom:10px}.quickview .meta .price .item{font-size:14px;padding:3px 0;display:flex;justify-content:space-between}.quickview .buy{padding-top:30px}@media(max-height: 780px){.quickview .buy{display:flex;justify-content:center}}.quickview .buy .total{text-align:center;font-size:48px;font-weight:700}.quickview .buy .total span{font-size:18px;font-weight:400}.quickview .buy .select-qty{padding-top:10px;text-align:center}@media(max-height: 780px){.quickview .buy .select-qty{margin-left:30px}}.quickview .buy .select-qty input{text-align:center;font-size:20px;width:150px;vertical-align:top}.quickview .buy .select-qty button{margin-left:15px;border:0}.search-bar{color:#fff;height:35px;width:100%;background:#2d5baa;position:relative;font-size:12px}.search-bar .wrapper{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1000px}.search-bar .find-seal{font-weight:bold}.search-bar .submit{font-weight:700;padding:3px 10px;border:1px solid #fff;background:#2d5baa;color:#fff;cursor:pointer;transition:all .3s ease}.search-bar .submit:hover{background:#fff;color:#2d5baa}.search-bar .seal-type .dropdown-widget,.search-bar .seal-type .dropdown-checkbox-widget,.search-bar .material .dropdown-widget,.search-bar .material .dropdown-checkbox-widget{width:200px}.search-bar input[type=text]{text-align:center;color:#fff;margin-left:15px;background:rgba(0,0,0,0);width:50px;border:solid #fff;border-width:0 0 1px 0;padding:1px}.search-bar .specs{width:310px;justify-content:space-between}.search-bar .specs.dimensions{display:flex}.search-bar .specs.shaft{display:none}.search-bar .specs.sealid{display:none}.search-bar.vrings .shaft,.search-bar.shaftrepairsleeves .shaft{display:flex}.search-bar.vrings .dimensions,.search-bar.vrings .sealid,.search-bar.shaftrepairsleeves .dimensions,.search-bar.shaftrepairsleeves .sealid{display:none}.search-bar.endcaps .dimensions{width:225px}.search-bar.endcaps .dimensions .id{display:none}.search-bar.stainless-steel-springs .sealid{display:flex}.search-bar.stainless-steel-springs .dimensions,.search-bar.stainless-steel-springs .shaft{display:none}.my-account .side-menu{flex:0 0 auto;margin-right:100px}@media print{.my-account .side-menu{display:none}}@media(max-width: 900px){.my-account .side-menu{display:none}}.my-account .side-menu a{display:block;font-size:15px;font-weight:bold;color:#2d5baa;border-left:3px solid #ddd;padding:15px 20px}.my-account .side-menu .selected{border-left:3px solid #2d5baa}.my-account .side-menu .logout{margin-top:50px;background:#e66060;color:#fff;text-align:center;font-weight:700;padding:8px 10px;cursor:pointer}.slideout-widget{padding-top:50px;font-weight:700}.slideout-widget ul li{padding:20px;border-bottom:1px solid #ddd;position:relative}.slideout-widget ul li.open-subnav .subnav{display:block}.slideout-widget ul li.open-subnav .parent:after{transform:rotate(135deg)}.slideout-widget ul li .subnav{display:none}.slideout-widget ul li .subnav>ul{margin-top:10px}.slideout-widget ul li .subnav li{list-style:none;border-bottom:none}.slideout-widget ul li .parent{position:relative;cursor:pointer;color:#2d5baa}.slideout-widget ul li .parent:after{content:"";display:block;width:10px;height:10px;position:absolute;top:0px;right:0px;border:2px solid #2d5baa;border-width:2px 2px 0 0;transform:rotate(45deg);transition:transform .5s ease}.slideout-widget .logout{margin:50px 25px 0;background:#e66060;color:#fff;text-align:center;font-weight:700;padding:8px 10px;cursor:pointer}.slideout-panel{will-change:auto}@media screen and (min-width: 900px){.slideout-panel{margin-left:0}.slideout-menu{display:none}.btn-hamburger{display:none}}.page404{display:flex;justify-content:space-between;flex-wrap:wrap;padding:50px 0}.page404 h1,.page404 .subtitle{width:100%;text-align:center}.page404 .subtitle{margin:0 0 15px;font-size:24px}.page404 a{width:calc(50% - 15px);display:block;padding:15px}@media(max-width: 500px){.page404 a{width:100%}}.cart{padding-top:50px}.cart .wrapper{display:flex;justify-content:space-between}@media(max-width: 900px){.cart .wrapper{display:block}}.cart.no-items{justify-content:center;align-items:center;flex-wrap:wrap;text-align:center;min-height:calc(100vh - 110px)}.cart.no-items h2{color:#aaa;font-size:38px;width:100%}.cart .item-list{width:calc(100% - 350px)}@media(max-width: 900px){.cart .item-list{width:100%}}.cart .item-list .title{background:#656d77;padding:10px;color:#fff;display:flex;justify-content:space-between;font-size:14px;letter-spacing:.1em;font-weight:700}.cart .item-list .item{padding:30px 10px;border-bottom:1px solid #ddd;display:flex;position:relative}@media(max-width: 550px){.cart .item-list .item{padding-bottom:75px}}.cart .item-list .item .add-spring{position:absolute;bottom:0;left:0;padding:2px 0 0 25px;text-transform:uppercase;font-weight:700;font-size:13px;cursor:pointer}.cart .item-list .item .add-spring:before{display:block;position:absolute;top:0;left:0;content:"";width:15px;height:15px;background:#fff}.cart .item-list .item .add-spring:after{position:absolute;top:0;left:2px;content:"";width:14px;height:5px;border:solid;border-width:0 0 3px 3px;border-color:#2d5baa;transform:rotate(-45deg);display:none}.cart .item-list .item .add-spring.active:after{display:block}.cart .item-list .item .image{width:100px;height:100px;margin-right:15px;position:relative}@media(max-width: 575px){.cart .item-list .item .image{display:none}}.cart .item-list .item .image img{max-width:100%;max-height:100%}.cart .item-list .item .description{position:relative;width:calc(100% - 265px)}@media(max-width: 575px){.cart .item-list .item .description{width:250px;padding-bottom:50px}}.cart .item-list .item .description h2{font-size:14px}.cart .item-list .item .description h3{font-size:12px;font-weight:400}.cart .item-list .item .quantity{width:75px}.cart .item-list .item .quantity input{width:50px;text-align:center}.cart .item-list .item .quantity .update{width:50px;background:#aaa;font-size:10px;color:#fff;text-align:center;padding:5px 0 3px;cursor:pointer}.cart .item-list .item .quantity .update:hover{background:#2d5baa}.cart .item-list .item .quantity.invalid input{border-color:#d60000;background:#e2b5b5}.cart .item-list .item .quantity.invalid .in-stock{color:#d60000;position:absolute;margin-top:3px}.cart .item-list .item .each{width:75px;padding-top:5px}.cart .item-list .item .each span{font-size:11px}.cart .item-list .item .subtotal{width:75px;text-align:right;padding-top:5px;font-weight:700}.cart .item-list .item .remove{cursor:pointer;border:0;background:#aaa;font-size:10px;color:#fff;font-weight:700;padding:3px 5px;position:absolute;bottom:26px;right:0px}.cart .item-list .item .remove:hover{background:#2d5baa}.cart .item-list .item .invalid-quantity{color:#d60000;position:absolute;bottom:9px;padding-right:70px}.cart .add-catalog{border:1px solid #ccc;background:#fafafa;border-radius:5px;padding:15px;margin-bottom:15px;display:flex;justify-content:space-between}.cart .add-catalog-contents{width:calc(100% - 125px)}.cart .add-catalog-contents h2{margin:0 0 5px}.cart .add-catalog-contents p{margin:0}.cart .add-catalog-contents .btn{margin-top:55px}.cart .add-catalog-contents .actions select{padding:5px;font-family:Roboto;border:1px solid #ddd;margin-right:10px}.checkout{padding:50px 30px;display:flex;justify-content:space-between}@media(max-width: 900px){.checkout{flex-wrap:wrap}}.checkout .error-messages{color:#d60000;padding:15px}.checkout .error-messages ul li{list-style:none;padding-bottom:5px}.checkout .error-messages ul li:last-of-type{padding-bottom:0}.checkout .checkout-info{width:calc(100% - 350px)}@media(max-width: 900px){.checkout .checkout-info{width:100%;order:2}}.checkout section{background:#fff}.checkout section h1{background-color:#656d77;padding:10px 20px;font-size:14px;letter-spacing:.1em;font-weight:bold;color:#fff}.checkout section .title{text-transform:uppercase;font-weight:700}.checkout section .content{padding:15px}.checkout .summary{background:#fff;width:300px;height:200px;padding:15px;position:relative}@media(max-width: 900px){.checkout .summary{order:1;width:100%;margin-bottom:50px;height:auto}}.checkout .summary h2{font-size:16px;font-weight:500;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.checkout .summary .row{padding:5px 0;display:flex;justify-content:space-between}.checkout .summary .row span{font-size:12px}.checkout .summary .row span:first-of-type{font-weight:700}.checkout .summary .small-order .more{display:inline-block;margin-left:5px;position:relative}.checkout .summary .small-order .more:hover .pop-up{opacity:1;visibility:visible}.checkout .summary .small-order .more .icon{font-weight:400;width:13px;height:13px;background:#2d5baa;border-radius:100%;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.checkout .summary .small-order .more .pop-up{width:275px;height:82px;color:#fff;font-weight:400;background:#2d5baa;padding:15px;position:absolute;right:calc(100% + 12px);top:-36px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.checkout .summary .small-order .more .pop-up:after{content:"";background:#2d5baa;display:block;width:15px;height:15px;position:absolute;right:-7px;top:calc(50% - 7px);transform:rotate(45deg)}.checkout .summary .btn{background-color:#05aa10;width:calc(100% - 30px);position:absolute;bottom:15px;text-align:center;font-weight:700}.checkout .address-form{max-width:500px}@media(max-width: 900px){.checkout .address-form{max-width:none}}.checkout .address-form.shipping{padding-bottom:50px}.checkout .address-form.shipping .title{position:relative}.checkout .address-form.shipping .residential{position:absolute;right:0;font-weight:400}@media(max-width: 400px){.checkout .address-form.shipping .residential{position:relative;right:auto}}.checkout .address-form.shipping .scrollbar{max-height:250px !important}.checkout .address-form.shipping .scrollbar>div{max-height:250px !important}.checkout .address-form.billing{display:none}.checkout .address-form .row{padding:5px 0}.checkout .address-form .row.third{display:flex;justify-content:space-between}.checkout .address-form .row.third>input{margin-right:10px}.checkout .address-form .row.third>input:last-of-type{margin-right:0}.checkout .address-form .row.third .state{margin-right:10px}.checkout .address-form .row.number>input{width:calc(50% - 10px)}.checkout .address-form input{width:100%}.checkout .address-form .city{width:50%}.checkout .address-form .state{width:25%}.checkout .address-form .zip{width:25%}.checkout .diff-address{margin:15px 0}.checkout .insure-shipping{margin-bottom:15px}.checkout .payment-method{padding-top:10px}.checkout .payment-method .full-dropdown{max-width:500px;margin-bottom:10px}@media(max-width: 900px){.checkout .payment-method .full-dropdown{max-width:none}}.checkout .payment-method .collect-number{width:500px;margin-bottom:10px}.checkout .payment-meta .row{display:flex;justify-content:space-between;margin-bottom:10px}.checkout .payment-meta .row .item{width:calc(50% - 5px)}.checkout .payment-meta .row .item label{font-weight:700;display:block}.checkout .payment-meta .row .item input{width:100%}.checkout .payment-meta .row .item:last-of-type{margin-right:0}.checkout .payment-meta .numbers{max-width:500px}@media(max-width: 900px){.checkout .payment-meta .numbers{max-width:none}}.checkout .payment-meta .notes{display:flex;justify-content:space-between;align-items:flex-end}@media(max-width: 900px){.checkout .payment-meta .notes{display:block}}.checkout .payment-meta .notes .item{width:500px}@media(max-width: 900px){.checkout .payment-meta .notes .item{width:100%}}@media(min-width: 901px){.checkout .payment-meta .notes .item input{width:500px !important}}@media(max-width: 900px){.checkout .payment-meta .notes .item input{width:100%}}.checkout .payment-meta .notes .processing{color:#2d5baa;text-align:center;font-weight:700;width:calc(100% - 510px)}.checkout .payment-meta .notes .checkout-btn{background:#05aa10;color:#fff;height:28px;font-weight:700;border:0;cursor:pointer;width:calc(100% - 510px);border:1px solid #05aa10}@media(max-width: 900px){.checkout .payment-meta .notes .checkout-btn{width:100%;margin-top:100px}}.checkout .payment-meta .notes .checkout-btn:hover{color:#05aa10;background:rgba(0,0,0,0)}.checkout.complete{text-align:center;display:block}.checkout.complete .view-order{background:#2d5baa;border:1px solid #2d5baa;color:#fff;padding:8px 10px;display:block;margin:100px auto 0;width:150px;font-weight:700}.checkout.complete .view-order:hover{color:#2d5baa;background:rgba(0,0,0,0)}.checkout .top-addresses{max-width:500px;display:flex;justify-content:space-between;background:#eee;padding:8px}.checkout .top-addresses .billing-address{width:50%}.checkout .top-addresses .billing-address .title{text-transform:uppercase;font-weight:700;padding-bottom:10px}.checkout .top-addresses .billing-address span{display:block}.checkout .top-addresses .billing-address .phone{margin-top:10px}.checkout .top-addresses .placed-by{width:50%}.checkout .top-addresses .placed-by input{display:none;width:calc(50% - 10px)}#chemical-compatibility .legend{list-style-type:none;padding-left:0}#chemical-compatibility .legend p{margin:0}#chemical-compatibility .legend ul{list-style:none;padding-left:0}#chemical-compatibility .chemical-title{background:#656d77;color:#fff;display:flex;justify-content:space-between;font-size:12px;font-weight:700}#chemical-compatibility .chemical-chart{height:calc(100vh - 300px);max-height:650px}#chemical-compatibility .row{display:flex;padding:5px;border-bottom:1px solid #ddd}#chemical-compatibility .row:hover{background-color:rgba(0,0,0,.1)}#chemical-compatibility .row .name{width:200px;font-weight:500}#chemical-compatibility .row>div:not(.name){width:calc((100% - 200px)/7);text-align:center}.contact .hero{height:calc(100vh - 493px);max-height:750px;min-height:550px;position:relative}@media(max-width: 900px){.contact .hero{max-height:400px;min-height:0}}.contact .hero .map-overlay{position:absolute;z-index:1;left:50px;top:calc(50% - 150px);width:300px;background:rgba(0,0,0,.5);padding:30px;color:#fff;font-size:16px}.contact .hero .map-overlay .address{padding-bottom:30px}.contact .hero .map-overlay .line{width:70px;margin:30px 0}.contact .hero .map-overlay .delivery-time{font-weight:700}.contact .hero .map-overlay .delivery-location{display:none;font-weight:200;text-transform:uppercase}.contact .action-link{background-position:left center;background-size:auto 100%;background-repeat:no-repeat;padding-left:25px;margin-bottom:5px}.contact .action-link.tel{background-image:url(/icon-phone.svg)}.contact .action-link.fax{background-image:url(/icon-fax.svg)}.contact .intro{display:flex;padding:30px}@media(max-width: 900px){.contact .intro{display:block}}.contact .intro>div{padding:20px}.contact .intro-about{width:30%;border-right:1px solid #ddd}@media(max-width: 900px){.contact .intro-about{width:100%;border-right:0}}.contact .intro-about h1{padding-bottom:15px}.contact .intro-about .blurb{line-height:1.5em}.contact .intro-about .email{display:block;margin-top:30px;background-image:url(/icon-email.svg);background-position:left center;background-size:auto 90%;background-repeat:no-repeat;padding-left:25px}.contact .intro-contact{width:70%;display:flex}@media(max-width: 900px){.contact .intro-contact{width:100%;flex-wrap:wrap}}.contact .intro-contact .location-list{width:33.33%;padding-bottom:30px}@media(max-width: 680px){.contact .intro-contact .location-list{width:50%;padding-bottom:50px}}@media(max-width: 500px){.contact .intro-contact .location-list{width:100%}}.contact .intro-contact h2{padding-bottom:5px}@media(max-width: 1350px){.contact .intro-contact h2{font-size:16px}}.contact .intro-contact .address{height:65px}.contact .intro-contact .address p{margin:0}.contact .intro-contact a{display:inline-block}.contact .intro-contact img{max-height:50px}.contact .intro-contact .time{margin-top:15px}.contact .intro-contact .time span{font-weight:600}.contact .intro-contact .time .cutoff{padding-top:3px;display:block;font-size:12px;font-weight:400}.contact .location-block{display:none}.contact .location-block .image{width:50%;background:#ddd;min-height:300px;background:url(/contact-harwal-logo.jpg) no-repeat bottom right;background-size:cover}.contact .location-block .content{width:50%;display:flex;justify-content:space-between;flex-direction:column}.contact .location-block .content .meta{width:100%}.contact .location-block h1{padding:20px}.contact .location-block .tel{margin-left:20px}.contact .location-block .locality{display:flex;background:#ddd;margin-top:50px}.contact .location-block .locality .time span,.contact .location-block .locality .status span{font-size:30px;font-weight:300}.contact .location-block .locality>div{padding:20px;width:50%}.default .hero{display:none;height:300px;background:url(/default-hero.jpg) bottom center no-repeat;background-size:cover}.default .hero.img1{background-image:url(/default-hero.jpg)}.default .hero.img2{background-image:url(/default-hero-2.jpg)}.default .hero.img3{background-image:url(/default-hero-3.jpg)}.default .hero.img4{background-image:url(/default-hero-4.jpg)}.default .hero.img5{background-image:url(/default-hero-5.jpg)}.default .wrapper{display:flex;padding:35px 30px}.default .sidebar{width:25%;min-width:250px}@media(max-width: 900px){.default .sidebar{display:none}}.default .sidebar>ul{list-style:none;font-size:18px;position:relative}.default .sidebar>ul:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#ddd}.default .sidebar>ul>li{font-weight:700;padding:15px 0 15px 30px;position:relative}.default .sidebar>ul>li ul{padding:15px 0 0 15px;font-weight:400;list-style:none;font-size:16px}.default .sidebar>ul>li ul li{padding:7px 0}.default .sidebar>ul li.active:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#2d5baa}.default .sidebar>ul a{color:#000}.default .sidebar>ul a.active{color:#2d5baa}.default .content{width:75%;padding:15px 0 0 50px}@media(max-width: 900px){.default .content{width:100%;padding:0}}.default .content h1{padding-bottom:50px;position:relative}.default .content h1:after{content:"";display:block;position:absolute;bottom:25px;left:0;width:125px;height:3px;background:#2d5baa}.default .content h2{font-size:16px}.default .content h3{font-size:14px}.default .content ul{padding:10px 0 10px 18px}.default .content ul li{padding-bottom:5px}.default .content ul li:last-of-type{padding-bottom:0}.default .content .images img{max-width:100px;max-height:100px;margin:5px}.default .content section{padding:15px;background:#fff;border:1px solid #ddd;margin:10px auto;position:relative}.default .content table{border-spacing:0;margin-bottom:50px}.default .content table:last-of-type{margin-bottom:0}.default .content table tr:first-of-type,.default .content table .title{background:#656d77;border:1px solid #ddd;color:#fff;font-size:12px;font-weight:700}.default .content table tr:first-of-type td,.default .content table .title td{padding:10px}.default .content table tr:first-of-type td[rowspan],.default .content table .title td[rowspan]{width:1px;padding:0;background-color:#ddd}.default .content table tr{vertical-align:top}.default .content table tr td{padding:5px;border-bottom:1px solid #ddd}.default .content table.columns td{border-right:1px solid #ddd}.default .content table.columns td:first-of-type{border-left:1px solid #ddd}.default .interchange-table{width:100%}.default.troubleshooting h2{text-transform:uppercase;margin-bottom:30px}.default.troubleshooting p{margin-top:0}#download .content{width:100%;margin:0}#download h2{color:#2d5baa}#download .item{border-bottom:1px solid #ddd;padding:15px 0;display:flex;position:relative;align-items:center}#download .item:hover{background-color:#ddd}#download .item:last-of-type{border-bottom:0}#download .item .contents{width:calc(100% - 50px)}#download .item span{font-weight:700}#download .item a{display:block;width:30px;height:30px;background:url(/icon-download-blue.svg) center center no-repeat;background-size:auto 100%}#download .required-login{text-align:center;padding:30px}#download .net-price-request{padding:30px;text-align:center}#download .net-price-request .btn{display:inline-block;border:1px solid #2d5baa;transition:background .15s ease;padding:15px 50px 15px 20px;background-size:auto 16px;background-position:right 15px center}#download .net-price-request .btn:hover{background:rgba(0,0,0,0);color:#2d5baa}#download .net-price-request .request-successful{color:#05aa10}.helix-configurations .list{display:flex;justify-content:space-between;flex-wrap:wrap}.helix-configurations .list img{width:calc(20% - 10px);height:auto;margin-bottom:20px}.home .hero{height:calc(50vh - 132px);max-height:750px;min-height:400px;display:flex;align-items:center;background-image:url(/hero-factory.jpg);background-size:cover;background-position:bottom center}.home .hero .content{position:absolute;z-index:9;width:100%;color:#fff}.home .hero .content h1{font-size:42px;text-shadow:2px 3px 5px rgba(0,0,0,.5);line-height:1.2em;max-width:550px}.home .hero .content .line{width:125px;margin:20px 0}.home .hero .content .caption{font-size:18px;max-width:50%;line-height:1.6em;text-shadow:2px 3px 5px rgba(0,0,0,.5);padding-bottom:70px}.home .hero .content.black{color:#222}.home .hero .content.black h2,.home .hero .content.black .caption{text-shadow:none}.home .intro{padding:50px;max-width:1000px;margin:auto;text-align:center}@media(max-width: 500px){.home .intro{padding:50px 25px}}.home .intro h1{font-size:34px}@media(max-width: 900px){.home .intro h1{font-size:32px}}.home .intro .line{width:125px;margin:30px auto}.home .intro .description{font-size:20px;line-height:1.6em;font-weight:300}@media(max-width: 995px){.home .intro .description{font-size:16px}}.home .services{background:#000;display:flex;justify-content:space-between;position:relative;height:30vw;min-height:300px;max-height:50vh;margin-top:-1px}@media(max-width: 900px){.home .services{flex-wrap:wrap;height:auto;max-height:none}}@media(min-width: 901px){.home .services:hover .item{width:33.33%}}.home .services .item{position:relative;width:25%;transform:scaleX(1);transition:width 1s ease,filter .7s ease;filter:grayscale(100%);background-position:center center;background-size:cover;overflow:hidden}@media(max-width: 900px){.home .services .item{width:50%}}@media(max-width: 500px){.home .services .item{width:100%}}.home .services .item:nth-of-type(1){background-image:url(/service-product.jpg)}.home .services .item:nth-of-type(2){background-image:url(/service-made-to-order.jpg)}.home .services .item:nth-of-type(3){background-image:url(/service-track.jpg)}.home .services .item:nth-of-type(4){background-image:url(/service-contact.jpg)}.home .services .item .content{width:250px;background:rgba(0,0,0,0);color:#fff;line-height:1.6em;padding:30px;text-align:center;transition:background .75s ease .25s;margin:auto}@media(max-width: 900px){.home .services .item .content{background:rgba(0,0,0,.7);width:100%;height:100%}}.home .services .item h2{text-shadow:2px 2px 2px rgba(0,0,0,.7);margin:15px 0}.home .services .item .blurb{opacity:0;transition:opacity .75s ease .25s}@media(max-width: 900px){.home .services .item .blurb{opacity:1}}.home .services .item .btn{background-color:rgba(0,0,0,0);border:1px solid #fff;display:inline-block;background-size:auto 12px}.home .services .item .btn:hover{background-color:#2d5baa;border-color:#2d5baa}@media(min-width: 901px){.home .services .item:hover{z-index:2;width:40%;filter:grayscale(0)}.home .services .item:hover .content{background:rgba(0,0,0,.7)}.home .services .item:hover .blurb{opacity:1}}.home .map{background:#1a303e;height:600px;max-height:70vh;position:relative}.home .map-overlay{position:absolute;z-index:1;left:50px;top:calc(50% - 150px);width:300px;background:rgba(0,0,0,.5);padding:30px;color:#fff;font-size:16px}.home .map-overlay .address{padding-bottom:30px}.home .map-overlay .address p{margin:0}.home .map-overlay .line{width:70px;margin:30px 0}.home .map-overlay .delivery-time{font-weight:700}.home .map-overlay .delivery-location{display:none;font-weight:200;text-transform:uppercase}.home section{min-height:500px;background:#f8f8f8;background:-moz-linear-gradient(top, #f8f8f8 0%, #dbdbdb 100%);background:-webkit-linear-gradient(top, #f8f8f8 0%, #dbdbdb 100%);background:linear-gradient(to bottom, #f8f8f8 0%, #dbdbdb 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dbdbdb',GradientType=0 );padding:50px 0;display:flex;align-items:center}.home section .wrapper{display:flex;align-items:center}@media(max-width: 900px){.home section .wrapper{flex-wrap:wrap}}.home section .content{width:55%}@media(max-width: 900px){.home section .content{text-align:center;order:2;width:100%;padding:0 50px}}@media(max-width: 500px){.home section .content{padding:0}}.home section .content h3{font-size:18px;font-weight:300;margin-bottom:15px}.home section .content h2{font-size:43px}@media(max-width: 900px){.home section .content h2{font-size:32px}}.home section .content .line{width:75px;margin:20px 0}@media(max-width: 900px){.home section .content .line{margin:20px auto}}.home section .content .blurb{font-weight:300;font-size:18px;line-height:1.4em}.home section .image{width:45%;text-align:center;position:relative}@media(max-width: 900px){.home section .image{width:100%}}.home section .image img{max-height:300px;max-width:100%}@media(max-width: 900px){.home section .image img{max-width:70%}}@media(max-width: 768px){.home .search-bar{display:none}}.installation table{width:500px;margin:auto;text-align:center;background:#fff;border:1px solid #666}.installation table tr:first-of-type{background-color:rgba(0,0,0,0) !important;font-weight:400;color:#222;font-size:14px;border-color:#222}.installation table td{border:1px solid #666}.installation table td[colspan]{background:#eee}.login-register{display:flex;justify-content:space-between;height:100%;min-height:100vh;position:relative}@media(max-width: 900px){.login-register{display:block;min-height:0}}.login-register .dropdown-widget.active .options{max-height:200px}.login-register .dropdown-widget.active .options .scrollbar{max-height:200px !important}.login-register .dropdown-widget.active .options .scrollbar>div{max-height:200px !important}.login-register.view-register .slider{left:0}.login-register.view-register .slider .message.message-login{opacity:1;visibility:visible}@media(max-width: 900px){.login-register.view-register .login{display:none}.login-register.view-register .mobile-nav .login-nav{display:block}}.login-register.view-login .slider{left:50%}.login-register.view-login .slider .message.message-register{opacity:1;visibility:visible}@media(max-width: 900px){.login-register.view-login .register{display:none}.login-register.view-login .mobile-nav .register-nav{display:block}}.login-register .mobile-nav{display:none;padding:25px}@media(max-width: 900px){.login-register .mobile-nav{display:block}}.login-register .mobile-nav .nav-btn{display:none}.login-register .slider{position:absolute;top:0;left:50%;z-index:2;width:50%;height:100%;background-image:url(/login-bg.jpg);background-size:cover;background-attachment:fixed;background-position:bottom center;transition:left .5s ease}@media(max-width: 900px){.login-register .slider{display:none}}.login-register .slider .message{top:calc(50% - 50px);color:#fff;width:calc(100% - 30px);height:55px;position:absolute;display:flex;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.login-register .slider .message .content{width:350px}.login-register .slider .message .icon{width:55px;height:55px;border:5px solid #2d5baa;display:flex;justify-content:center;align-items:center;transition:background .3s ease}.login-register .slider .message .icon svg{width:30px;height:auto}.login-register .slider .message .icon svg polygon{fill:#2d5baa;transition:fill .3s ease}.login-register .slider .message .icon:hover{background:#2d5baa}.login-register .slider .message .icon:hover svg polygon{fill:#fff}.login-register .slider .message h2{font-weight:200}.login-register .slider .message p{margin:0}.login-register .slider .message-register{text-align:right;justify-content:flex-end;right:30px}.login-register .slider .message-register .content{padding-right:15px}.login-register .slider .message-login{left:30px}.login-register .slider .message-login svg{transform:rotate(-180deg)}.login-register .slider .message-login .content{padding-left:15px}.login-register section{width:50%;position:relative;display:flex;align-items:center}@media(max-width: 900px){.login-register section{width:100%}}.login-register section .inner-wrapper{max-width:80%;width:300px}.login-register section h1{font-weight:300}.login-register .login{display:flex;justify-content:center;align-items:center}@media(max-width: 900px){.login-register .login{padding:25px}}.login-register .login h1{margin-bottom:15px}.login-register .login input{display:block;width:100%;margin-bottom:7px}.login-register .login .login-feedback{display:block;color:#e66060;margin-top:4px}.login-register .login .mobile-nav{padding-left:0}.login-register .register{padding:50px 30px;overflow:hidden}@media(max-width: 900px){.login-register .register{padding:25px;overflow:hidden}}.login-register .register-complete{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:#eee;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.login-register .register-complete.active{opacity:1;visibility:visible}.login-register .register-complete .inner-wrapper{text-align:center;width:400px;max-width:100%}.login-register .register .credientials{padding-top:15px}.login-register .register .country{margin-bottom:5px}.login-register .register .address-title{margin:20px 0 10px}.login-register .register .btn{margin-top:30px}.login-register .register .input-wrapper{position:relative}.login-register .register .input-wrapper .message{position:absolute;left:calc(100% + 10px);top:6px;width:200px;font-size:11px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;color:#d60000}.login-register .register .input-wrapper .message.error{opacity:1;visibility:visible}.login-register .register .g-recaptcha{margin-top:30px}.login-register .register .recaptcha-error{color:#d60000;padding-top:10px}.login-register .input-section{width:375px;padding-top:15px}.login-register .input-section input{width:100%;display:block;margin-bottom:5px}.login-register .input-section .row{max-width:100%;display:flex;justify-content:space-between}.login-register .input-section .row.equal .city,.login-register .input-section .row.equal .state,.login-register .input-section .row.equal .zip{width:calc(33.33% - 5px)}.login-register .input-section .row .city{width:120px}.login-register .input-section .row .state{width:80px}.login-register .input-section .row .zip{width:80px}.login-register .input-section .phone,.login-register .input-section .fax{width:210px}.made-to-order .sidebar li{cursor:pointer}.made-to-order .sidebar li:hover{opacity:.7}.made-to-order section{display:flex;flex-wrap:wrap;justify-content:flex-start;position:relative}.made-to-order section h2{width:100%;margin-bottom:30px;background:#656d77;padding:10px;color:#fff}.made-to-order section .item{position:relative;width:calc(25% - 10px);text-align:center;cursor:pointer;margin:5px}.made-to-order section .item:hover{box-shadow:0px 2px 10px rgba(0,0,0,.2)}.made-to-order section .item span{display:block;width:100%;text-align:center}.made-to-order section .item img{max-width:100%;max-height:100%}.made-to-order section .item .profile{position:absolute;top:15px;right:20px;width:30px;height:30px;max-width:15%;max-height:15%;background-size:contain;background-repeat:no-repeat}.made-to-order .tab-group h2{width:100%;margin-bottom:10px;background:#656d77;padding:10px;color:#fff}.made-to-order .tab-group .tabs{display:flex;justify-content:space-between}.made-to-order .tab-group .tabs>div{width:calc(33.333% - 10px);background:#c4c4c4;text-align:center;font-weight:700;padding:10px 0;cursor:pointer}.made-to-order .tab-group .tabs>div:hover:not(.active){background:#d4d4d4}.made-to-order .tab-group .tabs>div.active{background:#fff;color:#222;border:1px solid #ddd;border-bottom:0}.made-to-order .tab-group .content{margin-top:-1px;border:1px solid #ddd;padding:15px;background:#fff;width:100%}.made-to-order .tab-group .content .notes{text-align:center;padding:15px 0}.made-to-order .tab-group .content section{border:0;padding:0;margin:0;margin-top:15px}.made-to-order .tab-group .content section h2{display:none}.made-to-order #materials{width:100%}.made-to-order #materials tr{font-size:14px}.made-to-order #materials td{padding:10px}.made-to-order .preview{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.made-to-order .preview.active{opacity:1;visibility:visible}.made-to-order .preview .scrim{position:absolute;background:rgba(0,0,0,.5);width:100%;height:100%}.made-to-order .preview .preview-content{border-radius:10px;background:#fff;position:relative;z-index:1;max-width:calc(100vw - 150px);max-height:calc(100vh - 150px);display:flex;justify-content:center;border-radius:10px;overflow:hidden}@media(max-width: 500px){.made-to-order .preview .preview-content{padding:40px 0}}.made-to-order .preview .preview-content img{max-width:100%;max-height:100%}.made-to-order .preview .preview-content .profile{position:absolute;top:50px;left:70%;width:120px;height:120px;max-width:20%;max-height:20%;background-size:contain;background-repeat:no-repeat}@media(max-width: 700px){.made-to-order .preview .preview-content .profile{width:80px;height:80px}}@media(max-width: 600px){.made-to-order .preview .preview-content .profile{width:50px;height:50px}}@media(max-width: 500px){.made-to-order .preview .preview-content .profile{top:20px;right:40px;left:unset}}.made-to-order .preview .close{width:20px;height:20px;position:absolute;top:10px;right:10px;cursor:pointer}.made-to-order .preview .close:before,.made-to-order .preview .close:after{content:"";width:100%;height:2px;background:#2d5baa;position:absolute;top:calc(50% - 1px)}.made-to-order .preview .close:before{transform:rotate(45deg)}.made-to-order .preview .close:after{transform:rotate(-45deg)}.material-specifications td>p{margin-top:0}.my-account{display:flex;margin:0 auto;max-width:1100px;padding:60px}@media(max-width: 900px){.my-account{padding:50px 25px}}.my-account .error-messages{background:#f9e4e4;padding:15px;margin-bottom:15px;color:#d60000}.my-account .error-messages h2{font-size:16px;padding-bottom:15px}.my-account .complete-message{background:#d6f6d4;padding:15px;margin-bottom:15px;font-size:16px;font-weight:700;color:#05aa10}.my-account section{border:1px solid #ddd;background-color:#fff;padding:0 30px 30px 30px;margin-bottom:40px}.my-account section.account-info{display:flex;flex-wrap:wrap;justify-content:space-between}.my-account section .field{width:calc(50% - 7px);padding:5px 0}.my-account section .field.full-width{width:100%}.my-account section .field.same-line{display:flex;justify-content:space-between}.my-account section .city{width:50%}.my-account section .state{width:100px}.my-account section .zip{width:calc(50% - 130px)}.my-account section h1{width:100%;font-size:15px;font-weight:bold;color:#2d5baa;margin:15px 0}.my-account section label{font-weight:700}.my-account section input{width:100%}.my-account button{font-size:15px;font-weight:bold;color:#fff;background-color:#2d5baa;border:1px solid #2d5baa;padding:8px 50px;margin-right:15px;cursor:pointer}.my-account button:hover{background:rgba(0,0,0,0);color:#2d5baa}.order-confirmation{padding:50px 30px}.order-confirmation .confirmation{display:flex;justify-content:space-between;flex-wrap:wrap}.order-confirmation .confirmation h1,.order-confirmation .confirmation h2{width:100%}.order-confirmation .confirmation .items{width:calc(100% - 350px)}.order-confirmation .confirmation .items .item{padding:30px 10px;border-bottom:1px solid #ddd;display:flex}.order-confirmation .confirmation .items .item:first-of-type{border-top:1px solid #ddd;margin-top:30px}.order-confirmation .confirmation .items .item .image{width:100px;height:100px;margin-right:15px;position:relative}.order-confirmation .confirmation .items .item .image img{max-width:100%;max-height:100%}.order-confirmation .confirmation .items .item .description{position:relative;width:calc(100% - 265px)}.order-confirmation .confirmation .items .item .description h2{font-size:14px}.order-confirmation .confirmation .items .item .description h3{font-size:12px;font-weight:400}.order-confirmation .confirmation .items .item .description .remove{cursor:pointer;border:0;background:#aaa;font-size:10px;color:#fff;font-weight:700;padding:3px 5px;position:absolute;bottom:0;left:0}.order-confirmation .confirmation .items .item .quantity{width:75px}.order-confirmation .confirmation .items .item .quantity input{width:50px;text-align:center}.order-confirmation .confirmation .items .item .subtotal{width:75px;text-align:right}.order-confirmation .summary{background:#fff;width:300px;height:200px;padding:15px;position:relative}.order-confirmation .summary h2{font-size:16px;font-weight:500;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.order-confirmation .summary .row{padding:5px 0;display:flex;justify-content:space-between}.order-confirmation .summary .row span{font-size:12px}.order-confirmation .summary .row span:first-of-type{font-weight:700}.order-confirmation .summary .small-order .more{display:inline-block;margin-left:5px;position:relative}.order-confirmation .summary .small-order .more:hover .pop-up{opacity:1;visibility:visible}.order-confirmation .summary .small-order .more .icon{font-weight:400;width:13px;height:13px;background:#2d5baa;border-radius:100%;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.order-confirmation .summary .small-order .more .pop-up{width:275px;height:82px;color:#fff;font-weight:400;background:#2d5baa;padding:15px;position:absolute;right:calc(100% + 12px);top:-36px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.order-confirmation .summary .small-order .more .pop-up:after{content:"";background:#2d5baa;display:block;width:15px;height:15px;position:absolute;right:-7px;top:calc(50% - 7px);transform:rotate(45deg)}.order-confirmation .summary .btn{background-color:#05aa10;width:calc(100% - 30px);position:absolute;bottom:15px;text-align:center;font-weight:700}.order-details .meta{padding:15px;display:flex;border:0;margin-bottom:20px}.order-details .meta>div{width:33.33%}.order-details .meta span{display:block}.order-details .meta span:nth-child(2){font-size:12px}.order-details .meta .bold{font-weight:700}.order-details .print-wrap{margin-top:20px}.order-details .print-wrap .print-link{display:inline-block;cursor:pointer;border:1px solid #2d5baa;padding:3px 15px;color:#fff;font-weight:700;background:#2d5baa}@media print{.order-details .print-wrap .print-link{display:none}}.order-details .print-wrap .print-link:hover{background:rgba(0,0,0,0);color:#2d5baa}.order-details .detailed-order{background-color:#fff;width:700px;padding:15px;margin-bottom:30px}.order-details .detailed-order .upper{display:flex;align-items:center;padding-bottom:10px;border-bottom:1px solid #ddd}.order-details .detailed-order .upper>div{flex:1 1 auto}.order-details .detailed-order .upper .status{width:100px;padding:5px 0;text-align:center}.order-details .detailed-order .middle{display:flex;margin:25px 0}.order-details .detailed-order .middle>div{flex:1 1 auto}.order-details .detailed-order .middle .section-title{margin-bottom:10px}.order-details .detailed-order .middle .summary{flex:0 1 auto}.order-details .detailed-order .middle .summary .table{display:flex}.order-details .detailed-order .middle .summary .table .left{flex:1 1 auto}.order-details .detailed-order .middle .summary .table .right{flex:0 0 auto}.order-details .detailed-order .lower{display:flex;justify-content:space-between;align-items:flex-end;margin-top:25px;text-align:right}.order-details .detailed-order .lower>.left{text-align:left}.order-details .detailed-order .lower>.right{font-weight:bold}.order-details .detailed-order .lower>.right>a:last-child{margin-left:50px}.order-details .detailed-order:last-child{margin-bottom:0}.order-details .order-items{width:700px;background-color:#fff;padding:15px}.order-details .order-items th{padding:10px 0}.order-details .order-items td{padding:30px 0}.order-details .order-items th,.order-details .order-items td{border-bottom:1px solid #ddd}.order-details .order-items .head-left{text-align:left}.order-details .order-items .center{text-align:center}.order-details .order-items .part-preview{display:flex;color:#000;align-items:center}.order-details .order-items .part-preview>img{width:60px;margin-right:35px}.order-details .order-items .part-preview .add-spring{margin-top:15px;font-size:12px;font-weight:700}.order-details .order-items tfoot{font-weight:bold}.order-details .order-items tfoot td{border-bottom:0;padding-bottom:15px}.order-details .order-items tfoot .total-labels{text-align:left}.order-details .order-items tfoot .total-labels>div{display:inline-block;text-align:right}.order-details .order-items tfoot .total-values{text-align:center}.order-details .order-items tfoot .total-values>div{display:inline-block;text-align:right}.order-details .bold{font-weight:bold}.order-details .notes{background:#fff;padding:15px;margin-bottom:30px}.order-details .notes h2{font-size:14px;font-weight:700}.my-account.orders section{background-color:rgba(0,0,0,0);border:0;padding:0}.password-reset{min-height:calc(100vh - 227px);background:url(/tracking-bg.jpg) bottom right;background-size:cover;display:flex;justify-content:center;align-items:center}.password-reset.form .content{width:350px}.password-reset.form .content input{width:100%;margin-bottom:10px}.password-reset.form .complete{display:flex;justify-content:center;align-items:center;color:#05aa10;flex-direction:column}.password-reset.form .complete .btn{margin-top:30px}.password-reset .content{background:#fff;max-width:90%;width:800px;padding:30px;position:relative}.password-reset .messages{padding:10px 0;color:#d60000}.password-reset form{position:relative}.password-reset .complete{position:absolute;width:100%;height:100%;background:#fff;z-index:1;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.password-reset .complete.active{opacity:1;visibility:visible}.password-reset h1{margin-bottom:10px}.password-reset .row{display:flex;justify-content:space-between;align-items:center;position:relative}.password-reset .row input{width:calc(100% - 120px);font-size:24px;border:1px solid #ddd}.password-reset .row .btn{width:95px;padding:10px 35px 10px 15px;background-size:auto calc(100% - 24px)}.password-reset.error input{border:1px solid #d60000}.password-reset.no-results .no-results-container{opacity:1;visibility:visible}.password-reset.no-results input{border:1px solid #d60000}.password-reset .no-results-container{color:#d60000;font-size:12px;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;padding-top:15px}.password-reset .no-results-container.active{opacity:1;visibility:visible}.products{display:flex;min-height:calc(100vh - 75px)}.products.stainlesssteelsprings .title .id,.products.stainlesssteelsprings .title .od,.products.stainlesssteelsprings .title .width,.products.stainlesssteelsprings .results .products-list .row .id,.products.stainlesssteelsprings .results .products-list .row .od,.products.stainlesssteelsprings .results .products-list .row .width{display:none}.products.vrings .title .id,.products.vrings .title .od,.products.vrings .title .width,.products.vrings .results .products-list .row .id,.products.vrings .results .products-list .row .od,.products.vrings .results .products-list .row .width{display:none}.products.vrings .search-header .title .shaft-size,.products.vrings .results .products-list .row .shaft-size{display:block}.products.stainlesssteelsprings .search-header .title .fits-id,.products.stainlesssteelsprings .results .products-list .row .fits-id{display:block}.products.endcaps .search-header .title .bore-size,.products.endcaps .search-header .title .bore-depth,.products.endcaps .results .products-list .row .bore-size,.products.endcaps .results .products-list .row .bore-depth{display:block}.products.endcaps .search-header .title .id,.products.endcaps .search-header .title .od,.products.endcaps .search-header .title .width,.products.endcaps .results .products-list .row .id,.products.endcaps .results .products-list .row .od,.products.endcaps .results .products-list .row .width{display:none}.products.wiperseals .results .products-list .row .width{display:none}.products.wiperseals .results .products-list .row .width2{display:block}.products.shaftrepairsleeves .search-header .title{font-size:11px}.products.shaftrepairsleeves .results .products-list .row .title-label,.products.shaftrepairsleeves .search-header .title .title-label{width:calc((100% - 200px)/6);text-align:center;display:block}.products.shaftrepairsleeves .results .products-list .row .part-number,.products.shaftrepairsleeves .search-header .title .part-number{display:flex;align-items:center;justify-content:flex-start;width:200px !important;min-width:0;text-align:left !important}.products .search-header{position:fixed;top:176px;left:270px;width:calc(100% - 270px);background:#eee;padding:30px 30px 0;z-index:5}@media(max-width: 900px){.products .search-header{top:50px;left:0;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 25px 0}}@media(max-width: 575px){.products .search-header{display:block}}.products .search-header .search-header-btn{background-color:#2d5baa;color:#fff;font-weight:700;text-align:center;padding:10px;position:relative;width:30%;display:none;cursor:pointer}@media(max-width: 900px){.products .search-header .search-header-btn{display:block}}@media(max-width: 575px){.products .search-header .search-header-btn{width:auto}}.products .search-header .search-header-btn:before{content:"";display:block;width:8px;height:8px;position:absolute;top:13px;left:20px;border:2px solid #fff;border-width:2px 0 0 2px;transform:rotate(-45deg)}.products .search-header .meta{margin-bottom:30px;display:flex;justify-content:space-between;font-size:12px}@media(max-width: 900px){.products .search-header .meta{margin-bottom:0}}@media(max-width: 575px){.products .search-header .meta{padding:25px 0}}.products .search-header .meta.footer{justify-content:flex-end}.products .search-header .meta .sort{width:300px;display:flex;align-items:center;font-size:14px}.products .search-header .meta .sort span{font-weight:700}.products .search-header .meta .sort .dropdown-widget{margin-left:10px;width:200px}.products .search-header .meta .units{width:130px;border:1px solid #aaa;display:none}.products .search-header .meta .units>div{width:50%;background:#ddd;display:flex;justify-content:center;align-items:center;padding-bottom:2px;cursor:pointer;letter-spacing:.09em}.products .search-header .meta .units>div.selected{background:#565d77;color:#fff}.products .search-header .title{background:#656d77;border:1px solid #ddd;padding:10px 100px 10px 10px;color:#fff;display:flex;justify-content:space-between;font-size:12px;font-weight:700}@media(max-width: 575px){.products .search-header .title{display:none}}@media(max-width: 900px){.products .search-header .title{width:100%;margin-top:15px;padding-right:10px}}.products .search-header .title .part-number{width:30%;min-width:250px}.products .search-header .title .type,.products .search-header .title .material,.products .search-header .title .id,.products .search-header .title .od,.products .search-header .title .width,.products .search-header .title .min,.products .search-header .title .max,.products .search-header .title .bore-size,.products .search-header .title .bore-depth,.products .search-header .title .shaft-size{width:14%;text-align:center}.products .search-header .title .min,.products .search-header .title .max,.products .search-header .title .fits-id,.products .search-header .title .bore-size,.products .search-header .title .bore-depth,.products .search-header .title .shaft-size,.products .search-header .title .min-metric,.products .search-header .title .max-metric,.products .search-header .title .min-inch,.products .search-header .title .max-inch,.products .search-header .title .installation-depth{display:none}.products .results{padding:288px 30px 30px 300px;width:100%}@media(max-width: 900px){.products .results{padding:116px 25px 25px 25px}}@media(max-width: 575px){.products .results{padding-top:134px}}.products .results .products-list .row{background:#fff;padding-right:100px;border:1px solid #ddd;border-top:0;display:flex;align-items:center;color:#555;font-weight:500;font-size:17px;position:relative;transition:transform .2s ease}@media(max-width: 1300px){.products .results .products-list .row{font-size:15px}}@media(max-width: 900px){.products .results .products-list .row{padding-right:0}}.products .results .products-list .row .fits-id,.products .results .products-list .row .bore-size,.products .results .products-list .row .bore-depth,.products .results .products-list .row .shaft-size,.products .results .products-list .row .width2{width:14%;text-align:center;display:none}.products .results .products-list .row .material span{font-size:13px}.products .results .products-list .row>a{width:100%;display:flex;justify-content:space-between;align-items:center;color:#222;padding:0 0 0 15px}@media(max-width: 575px){.products .results .products-list .row>a{display:block;font-size:14px;align-items:flex-start}.products .results .products-list .row>a>div{width:100% !important;text-align:left !important}}.products .results .products-list .row label{display:none}@media(max-width: 575px){.products .results .products-list .row label{display:inline-block;text-align:left;padding-right:30px;width:150px}}.products .results .products-list .row:hover{z-index:1;border-top:1px solid #ddd;transform:scale(1.03);box-shadow:0px 0px 15px rgba(0,0,0,.3)}.products .results .products-list .row:hover .quick-btn{opacity:1;visibility:visible}.products .results .products-list .part-number{width:30%;min-width:300px;display:flex;align-items:center}@media(max-width: 575px){.products .results .products-list .part-number{width:100%;min-width:0;text-align:center;padding-bottom:15px}}.products .results .products-list .part-number .image{width:100px;height:80px;position:relative;display:flex;justify-content:center;align-items:center;padding:10px}.products .results .products-list .part-number .image:hover .image-preview{display:block}.products .results .products-list .part-number .image img{max-width:100%;max-height:100%}.products .results .products-list .part-number .image .image-preview{display:none;position:absolute;z-index:1;left:100%;bottom:100%;width:200px;max-width:none;max-height:none;box-shadow:0 2px 3px rgba(0,0,0,.1);height:auto}@media(max-width: 575px){.products .results .products-list .part-number .image{width:50px;height:50px}}.products .results .products-list .part-number .image span{text-align:center;display:block;font-family:"Serpentine";font-size:12px;display:none}.products .results .products-list .part-number .image div{background-size:contain;background-repeat:no-repeat;background-position:center center;width:calc(100% - 12px);height:calc(100% - 12px);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.products .results .products-list .part-number .number{padding-left:10px}.products .results .products-list .part-number .number span{font-size:12px}.products .results .products-list .type,.products .results .products-list .material,.products .results .products-list .id,.products .results .products-list .od,.products .results .products-list .width{width:14%;text-align:center}.products .results .products-list .quick-btn{cursor:pointer;position:absolute;right:15px;background:#2d5baa;color:#fff;font-size:10px;padding:6px 8px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}@media(max-width: 900px){.products .results .products-list .quick-btn{display:none}}.products .results .products-list .quick-btn:hover{background:#fff;color:#2d5baa;border:1px solid #2d5baa}.products .no-results{position:fixed;left:270px;width:calc(100% - 270px);height:calc(100vh - 97px);background:#eee;z-index:8;padding:30px;color:#54637d;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .3s ease;display:flex;justify-content:center;flex-wrap:wrap;align-items:center}@media(max-width: 900px){.products .no-results{left:0;width:100%;top:110px;height:calc(100vh - 110px)}}@media(max-width: 575px){.products .no-results{top:130px;height:calc(100vh - 130px)}}.products .no-results.show{opacity:1;visibility:visible}.products .no-results .similar-title{font-size:14px;font-weight:normal}.products .no-results h1{font-weight:700;letter-spacing:.02em;line-height:30px;font-size:32px;padding-bottom:50px;text-align:center}.products .no-results h1 span{display:block;font-size:38px;font-weight:300}.products .no-results .quote{font-size:18px;display:inline-block;padding-top:100px}.products .similar{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.products .similar h2{width:100%;text-align:center;position:relative;margin-bottom:30px}.products .similar h2 span{position:relative;display:inline-block;background:#eee;padding:0 15px}.products .similar h2:before{content:"";z-index:0;position:absolute;width:100%;height:1px;top:50%;background:#000;display:block}.products .similar .item{width:25%;position:relative;text-align:center;cursor:pointer;border:1px solid rgba(0,0,0,0);padding:15px}.products .similar .item:hover{border:1px solid #ddd}.products .similar .item h4{font-size:11px}.products .similar .item h4 span{font-size:9px}.products .similar .item img{max-height:150px}.products .similar .no-similar h3{color:#aaa;margin:20px 0 50px}.products .similar .no-similar{text-align:center}@keyframes lineHeight{from{height:0}to{height:100%}}@keyframes circle{0%{border-width:0;color:#eee}50%{color:#eee}100%{border-width:6px;color:#54637d}}@keyframes descFade{from{opacity:0}to{opacity:1}}.quote{padding-top:50px}.quote .complete{text-align:center}.quote .page-subtitle{padding-bottom:15px}.quote .description{font-size:18px;font-weight:700}.quote .contents{padding-top:15px;display:flex;justify-content:space-between}@media(max-width: 900px){.quote .contents{display:block}}.quote .seal-items{width:calc(50% - 25px)}@media(max-width: 900px){.quote .seal-items{width:100%}}.quote .seal-items .no-items{color:#fff;text-align:center;padding:30px;background:#e66060;margin-top:30px}.quote .seal-items .seal-input{background:#fff;border:1px solid #ddd;padding:10px}.quote .seal-items .seal-input .row{padding-bottom:10px}.quote .seal-items .seal-input .dropdown-widget{display:inline-block}.quote .seal-items .seal-input .material,.quote .seal-items .seal-input .subtype{margin-left:30px}.quote .seal-items .seal-input .type{width:200px}.quote .seal-items .seal-input .subtype{width:90px}.quote .seal-items .seal-input .material{width:100px}.quote .seal-items .seal-input .qty{margin-left:50px}.quote .seal-items .seal-input input{width:75px;background:rgba(0,0,0,0);border:solid #000;border-width:0 0 1px 0;text-align:center}.quote .seal-items .seal-input input::-webkit-input-placeholder{font-size:14px;font-weight:700}.quote .seal-items .seal-input input.error{background:#f5d8d8}.quote .seal-items .seal-input .dropdown-widget.error .placeholder{background:#f5d8d8}.quote .seal-items .seal-input span{display:inline-block;padding:0 15px}.quote .contact-info{width:calc(50% - 25px)}@media(max-width: 900px){.quote .contact-info{width:100%;margin-top:50px}}.quote .contact-info form{display:flex;justify-content:space-between;flex-wrap:wrap}.quote .contact-info form input{margin-bottom:10px}.quote .contact-info form .full{width:100%}.quote .contact-info form .full.error{background-color:#f5d8d8}.quote .contact-info form .city{margin-bottom:0;width:calc(100% - 275px)}.quote .contact-info form .zip{margin-bottom:0;width:100px}.quote .contact-info form .phone{margin-top:10px}.quote .contact-info form .dropdown-widget{width:150px}.address-interface{display:flex;width:700px;background-color:#fff;padding:30px;margin-bottom:30px}.address-interface>.left{margin-right:10px}.address-interface>.left>.sameline{width:100%;display:flex}.address-interface>.left>.sameline>input{flex:1 1 0;margin-right:10px;min-width:0}.address-interface>.left>.sameline>input:last-child{margin-right:0}.address-interface>.left>.sameline>.state-dropdown{font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:1.2em;border:1px solid #ddd;margin-right:10px;padding:5px;box-sizing:content-box;width:60px;height:1.2em}.address-interface>.right{margin-left:10px}.address-interface>.right>input:last-of-type{margin-bottom:auto}.address-interface>.right .btns{text-align:right}.address-interface>.right .btns>pre{min-height:1em}.address-interface>.right .btns>button{border:0;color:#fff;padding:5px 0;font-weight:bold;width:100px}.address-interface>.right .btns .red{background-color:#e66060;margin-right:10px}.address-interface>.right .btns .blue{background-color:#2d5baa}.address-interface>.left,.address-interface .right{width:100%;display:flex;flex-direction:column}.address-interface>.left input,.address-interface .right input{font-family:Tahoma,Geneva,Verdana,sans-serif;width:100%;margin-bottom:15px;border:1px solid rgba(0,0,0,0);font-size:1.2em}.address-interface>.left input::placeholder,.address-interface .right input::placeholder{font-size:1em}.address-interface>.left input.error,.address-interface .right input.error{border-color:red}.seal-info .list-seals{display:flex;flex-wrap:wrap}@media(max-width: 575px){.seal-info .list-seals{justify-content:space-between}}.seal-info .list-seals .seal{display:block;width:100px;height:100px;margin:5px;background-color:#fff;cursor:pointer;border:1px solid #ccc;border-radius:5px;position:relative}@media(max-width: 575px){.seal-info .list-seals .seal{width:75px;height:75px;border-radius:15px}}.seal-info .list-seals .seal:hover{box-shadow:0px 2px 10px rgba(0,0,0,.2)}.seal-info .list-seals .seal span{display:block;text-align:center;font-family:"Serpentine";font-size:14px}@media(max-width: 575px){.seal-info .list-seals .seal span{font-size:12px}}.seal-info .list-seals .seal div{background-size:contain;background-repeat:no-repeat;background-position:center center;width:calc(100% - 35px);height:calc(100% - 35px);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.seal-info .seal-description{padding:15px;background:#fff;border:1px solid #ddd;margin:10px auto;display:flex;position:relative;justify-content:space-between}@media(max-width: 575px){.seal-info .seal-description{display:block}}.seal-info .seal-description .image{width:125px;position:relative;text-align:center}@media(max-width: 575px){.seal-info .seal-description .image{margin:auto}}.seal-info .seal-description .image:hover .rendering{display:block}.seal-info .seal-description .image span{display:block;font-family:"Serpentine";font-size:14px}.seal-info .seal-description .image .profile{max-width:100%;margin-top:10px;cursor:pointer}.seal-info .seal-description .image .rendering{background:#fff;position:absolute;bottom:0%;left:calc(100% + 10px);width:600px;z-index:1;border:1px solid #ccc;border-radius:5px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);display:none}.seal-info .seal-description .image .rendering img{max-width:100%;height:auto}.seal-info .seal-description .image .rendering .profile{position:absolute;top:50px;right:50px;width:100px}.seal-info .seal-description .contents{width:calc(100% - 150px)}@media(max-width: 575px){.seal-info .seal-description .contents{width:100%}}.seal-info .seal-description .contents .description{padding:10px 0;line-height:1.6em}.seal-info .seal-description .contents .description p{margin:0}.seal-info .seal-description .contents .description p:first-of-type{margin-top:10px}.seal-info .seal-description .contents h2{font-size:14px;text-transform:uppercase}.seal-info .seal-description .contents .attributes{border-top:1px solid #ddd;padding-top:15px}.seal-info .seal-description .contents .attributes .item{padding-bottom:5px}.seal-info .seal-description .contents .attributes .item:last-of-type{padding-bottom:0}.seal-info .seal-description .contents .attributes .item span:first-of-type{font-weight:500;display:inline-block;width:150px}.seal-info .preview{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.seal-info .preview.active{opacity:1;visibility:visible}.seal-info .preview .scrim{position:absolute;background:rgba(0,0,0,.5);width:100%;height:100%}.seal-info .preview .preview-content{border-radius:10px;background:#fff;position:relative;z-index:1;max-width:calc(100vw - 150px);max-height:calc(100vh - 150px);display:flex;justify-content:center;border-radius:10px;overflow:hidden}.seal-info .preview .preview-content img{max-width:100%;max-height:100%}.seal-info .preview .close{width:20px;height:20px;position:absolute;top:10px;right:10px;cursor:pointer}.seal-info .preview .close:before,.seal-info .preview .close:after{content:"";width:100%;height:2px;background:#2d5baa;position:absolute;top:calc(50% - 1px)}.seal-info .preview .close:before{transform:rotate(45deg)}.seal-info .preview .close:after{transform:rotate(-45deg)}.single-product{padding-bottom:50px;background:#fff}.single-product .hero{padding:50px 30px 30px}.single-product .hero .back{position:absolute;top:0;left:30px;width:120px;padding-left:12px;background:url(/icon-caret-left-blue.svg) left center no-repeat}.single-product .hero .back:hover{opacity:.5}.single-product .hero .wrapper{display:flex;position:relative}@media(max-width: 1150px){.single-product .hero .wrapper{display:block}}.single-product .hero .image{width:600px;text-align:center;height:400px;position:relative;display:flex;justify-content:space-between}@media(max-width: 1150px){.single-product .hero .image{margin:auto;height:250px;padding-top:0}.single-product .hero .image.zoom-style{height:auto;width:100%}}.single-product .hero .image .available-images{width:100px}.single-product .hero .image .available-images .image-thumb{width:100px;height:100px;background-position:center center;background-size:contain;background-repeat:no-repeat;border:1px solid #dfdfdf;border-radius:3px;margin-bottom:10px;cursor:pointer}.single-product .hero .image .available-images .image-thumb:hover{box-shadow:0px 0px 8px rgba(0,0,0,.07)}.single-product .hero .image .available-images .image-thumb.profile{background-size:60% 60%}.single-product .hero .image .available-images .image-thumb.active{border-color:#2d5baa}.single-product .hero .image .full-image{width:500px;position:relative;display:flex;justify-content:center;align-items:center}.single-product .hero .image .full-image-profile{height:80%;max-width:80%}.single-product .hero .image-disclaimer{text-align:center;font-size:11px;color:#555;font-style:italic}.single-product .hero .content{width:calc(100% - 600px);padding:0 30px 30px}@media(max-width: 1150px){.single-product .hero .content{width:100%}}.single-product .hero .content h1{font-size:30px}@media(max-width: 1150px){.single-product .hero .content h1{text-align:center}}.single-product .hero .content .line{width:100px;margin:20px 0}@media(max-width: 1150px){.single-product .hero .content .line{margin:20px auto}}.single-product .hero .content .actions{display:flex}.single-product .hero .content .actions>div{margin-right:15px;font-weight:700;color:#2d5baa;display:flex;cursor:pointer}.single-product .hero .content .actions>div:hover{text-decoration:underline}.single-product .hero .content .actions .print{display:none}.single-product .hero .content .actions svg{margin-right:10px;height:15px;width:15px}.single-product .hero .content .actions svg polygon,.single-product .hero .content .actions svg path{fill:#2d5baa}.single-product .hero .content .blurb{font-size:13px;line-height:1.5em}@media(max-width: 1150px){.single-product .hero .content .blurb{text-align:center}}.single-product .hero .content .blurb p:empty{display:none}.single-product .hero .meta{display:flex;margin-top:30px;color:#555}@media(max-width: 1150px){.single-product .hero .meta{display:block}}.single-product .hero .meta h2{font-size:20px}.single-product .hero .meta .stock{width:40%;padding-right:30px}@media(max-width: 1150px){.single-product .hero .meta .stock{width:100%;padding-right:0;display:flex;flex-wrap:wrap;margin-bottom:30px}.single-product .hero .meta .stock h2{width:100%;border-bottom:1px solid #000}}.single-product .hero .meta .stock .loc{padding:10px 0}@media(max-width: 1150px){.single-product .hero .meta .stock .loc{width:33.33%}}.single-product .hero .meta .stock .loc:last-of-type{padding-bottom:0}.single-product .hero .meta .stock .loc .qty{font-weight:700;font-size:24px}.single-product .hero .meta .stock .loc .qty span{font-size:12px}.single-product .hero .meta .stock .loc .name{font-size:18px;font-weight:300}.single-product .hero .meta .price{width:60%;border-left:1px solid #000;padding-left:50px}@media(max-width: 1150px){.single-product .hero .meta .price{border-left:0;padding-left:0;width:100%}}.single-product .hero .meta .price h2{padding-bottom:10px}@media(max-width: 1150px){.single-product .hero .meta .price h2{border-bottom:1px solid #000}}.single-product .hero .meta .price .item{font-size:16px;padding:5px 0;display:flex;justify-content:space-between}.single-product .hero .buy{margin-top:30px}.single-product .hero .buy .add-spring{padding:2px 0 0 25px;margin:5px 0 10px;text-transform:uppercase;font-weight:700;font-size:13px;position:relative;cursor:pointer}.single-product .hero .buy .add-spring:before{display:block;position:absolute;top:0;left:0;content:"";width:16px;height:16px;background:#fff;border:1px solid #2d5baa;border-radius:3px}.single-product .hero .buy .add-spring:after{position:absolute;top:3px;left:2px;content:"";width:10px;height:5px;border:solid;border-width:0 0 3px 3px;border-color:#2d5baa;transform:rotate(-45deg);display:none}.single-product .hero .buy .add-spring.active:after{display:block}.single-product .hero .buy .total{color:#555;font-size:48px;font-weight:700}.single-product .hero .buy .total span{font-size:18px;font-weight:400}.single-product .hero .buy .select-qty{display:flex;flex-wrap:wrap}.single-product .hero .buy .select-qty input{font-size:24px;width:150px;vertical-align:top;text-align:center}.single-product .hero .buy .select-qty input.error{background-color:#ffeced}.single-product .hero .buy .select-qty button{margin-left:15px;border:0;background-size:auto 13px}.single-product .hero .buy .invalid-quantity{width:100%;color:#d60000;padding-top:10px;display:none}.single-product .hero .buy .invalid-quantity.active{display:block}.single-product .specifications{min-height:500px;position:relative;padding:50px 30px;background-color:#f7f7f7}.single-product .specifications .speed-chart{width:100%;height:100%;position:fixed;top:0;left:0;z-index:11;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.single-product .specifications .speed-chart.active{opacity:1;visibility:visible}.single-product .specifications .speed-chart .scrim{background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.single-product .specifications .speed-chart .image-wrap{width:80%;height:80%;position:relative;text-align:center}.single-product .specifications .speed-chart .image-wrap img{max-width:100%;max-height:100%;position:relative}.single-product .specifications .speed-chart .image-wrap .close{width:30px;height:30px;cursor:pointer;position:absolute;top:-35px;right:-35px}.single-product .specifications .speed-chart .image-wrap .close:before,.single-product .specifications .speed-chart .image-wrap .close:after{position:absolute;top:50%;lefT:0;content:"";display:block;width:100%;height:1px;background:#fff;transform-origin:50% 50%}.single-product .specifications .speed-chart .image-wrap .close:before{transform:rotate(45deg)}.single-product .specifications .speed-chart .image-wrap .close:after{transform:rotate(-45deg)}.single-product .specifications .chart-link{color:#2d5baa;cursor:pointer}.single-product .specifications h1{text-align:center}.single-product .specifications .spec-list{display:flex;justify-content:center;margin-top:-15px}@media(max-width: 1150px){.single-product .specifications .spec-list{margin-top:30px;min-height:0}}.single-product .specifications .spec-list .image{background:center no-repeat;background-size:200px auto;width:200px}@media(max-width: 1150px){.single-product .specifications .spec-list .image{display:none}}.single-product .specifications .spec-list span{display:block}.single-product .specifications .spec-list span>span{display:inline}.single-product .specifications .spec-list .left{width:300px;position:relative;padding:50px 70px 0 0}@media(max-width: 1150px){.single-product .specifications .spec-list .left{width:50%;padding:0}}.single-product .specifications .spec-list .left .tree{position:absolute;right:30px;top:0;width:40px;height:100%;border:solid #000;border-width:1px 0 0 1px}@media(max-width: 1150px){.single-product .specifications .spec-list .left .tree{display:none}}.single-product .specifications .spec-list .left .spec{padding:0 50px 30px 0}.single-product .specifications .spec-list .right{width:300px;position:relative;padding:50px 0 0 70px}@media(max-width: 1150px){.single-product .specifications .spec-list .right{width:50%;padding:0}}.single-product .specifications .spec-list .right .tree{position:absolute;left:30px;top:0;width:40px;height:100%;border:solid #000;border-width:1px 1px 0 0}@media(max-width: 1150px){.single-product .specifications .spec-list .right .tree{display:none}}.single-product .specifications .spec-list .right .spec{text-align:left;padding:0 0 30px 50px}.single-product .specifications .spec-list .right .spec:after{left:0}.single-product .specifications .spec-list .spec{text-align:right;position:relative}.single-product .specifications .spec-list .spec:after{content:"";position:absolute;right:0;top:5px;width:40px;height:1px;background:#000}@media(max-width: 1150px){.single-product .specifications .spec-list .spec:after{display:none}}.single-product .similar{display:flex;flex-wrap:wrap;justify-content:center;padding-top:50px}.single-product .similar h2{width:100%;text-align:center;position:relative;margin-bottom:30px}.single-product .similar .item{position:relative;text-align:center;cursor:pointer;border:1px solid rgba(0,0,0,0);padding:15px;border:1px solid #dfdfdf;border-radius:5px;margin:0 15px}.single-product .similar .item:hover{box-shadow:0px 0px 15px rgba(0,0,0,.05)}.single-product .similar .item h4{font-size:11px}.single-product .similar .item h4 span{font-size:9px}.single-product .similar .item img{max-height:150px}.single-product .similar .no-similar h3{color:#aaa;margin:20px 0 50px}.single-product .similar .no-similar{text-align:center}.single-product .diagram-wrapper{display:none}.single-product .diagram-wrapper.active{display:block}.single-product .diagram-wrapper h2{text-align:center;padding-top:50px}.single-product .diagram-wrapper .key{text-align:center}.single-product .diagram-wrapper .diagram-image{width:600px;height:430px;background:url("//dgd5coay58kqb.cloudfront.net/diagrams/v-rings-diagram.svg") center no-repeat;margin:auto;position:relative}.single-product .diagram-wrapper .diagram-image>div{position:absolute;font-size:16px}.single-product .diagram-wrapper .diagram-image .h_big{top:23px;left:90px}.single-product .diagram-wrapper .diagram-image .h_small{top:50px;left:102px}.single-product .diagram-wrapper .diagram-image .d_big{top:190px;left:172px;transform:rotate(-90deg)}.single-product .diagram-wrapper .diagram-image .d_small{top:190px;left:145px;transform:rotate(-90deg)}.single-product .diagram-wrapper .diagram-image .d2{top:194px;left:247px;transform:rotate(-90deg)}.single-product .diagram-wrapper .diagram-image .d1{top:194px;left:535px;transform:rotate(-90deg)}.single-product .diagram-wrapper .diagram-image .c{top:190px;left:500px;transform:rotate(-90deg)}.single-product .diagram-wrapper .diagram-image .h1{top:360px;left:381px;font-size:14px;width:58px;text-align:center}.single-product .diagram-wrapper .diagram-image .w{display:none}.single-product .diagram-wrapper .diagram-image.VL{background:url(/v-rings-vl-diagram.svg)}.single-product .diagram-wrapper .diagram-image.VL .w{display:block;top:100px;left:180px;transform:rotate(-90deg)}.single-product .diagram-wrapper .diagram-image.VL .d_big{display:none}.single-product .email-capture{position:fixed;top:0;left:0;z-index:11;justify-content:center;align-items:center;width:100%;height:100%;display:none}.single-product .email-capture.active{display:flex}.single-product .email-capture.active .scrim{animation:showScrim .7s ease .1s forwards}.single-product .email-capture.active .content{animation:slideContent .7s ease .1s forwards}.single-product .email-capture .scrim{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);transition:background .3s ease}.single-product .email-capture .content{width:350px;padding:20px;background:#eee;position:relative;z-index:1;margin-top:50px;opacity:0;transition:all .3s ease .5s}.single-product .email-capture .content .close{width:30px;height:30px;position:absolute;right:15px;top:15px;cursor:pointer}.single-product .email-capture .content .close:before,.single-product .email-capture .content .close:after{content:"";width:100%;height:2px;display:block;background:#2d5baa;position:absolute;top:15px}.single-product .email-capture .content .close:after{transform:rotate(45deg)}.single-product .email-capture .content .close:before{transform:rotate(-45deg)}.single-product .email-capture .content .description{padding:15px 0}.single-product .email-capture .content form{position:relative}.single-product .email-capture .content form input,.single-product .email-capture .content form textarea{width:100%;margin-bottom:10px}.single-product .email-capture .content form textarea{height:100px}.single-product .email-capture .content form .email-capture-success{position:absolute;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;color:#2d5baa;font-weight:700;background:#eee;text-transform:uppercase;display:none}.single-product .email-capture .content form .email-capture-success.active{display:flex}.single-product .email-capture .content .error-field{padding-bottom:15px;color:#d60000;text-transform:uppercase;font-size:11px}@keyframes showScrim{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.8)}}@keyframes slideContent{from{margin-top:50px;opacity:0}to{margin-top:0;opacity:1}}.teflon-seals section h2{padding-bottom:15px}.teflon-seals .material-table p{margin:0}.tolerances table{width:100%}.tolerances .center{text-align:center}.tolerances tr:first-of-type td{border-right:1px solid #ddd}.tolerances tr:first-of-type td:last-of-type{border-right:0}.tolerances .sub-title{background-color:#eee}.tolerances .sub-title td{border-right:1px solid #aaa;border-bottom-color:#aaa !important}.tolerances .sub-title td:last-of-type{border-right:0}.tolerances td[rowspan]{color:#222 !important;background-color:#eee !important;font-size:14px !important;border:1px solid #aaa !important;width:150px !important;text-align:center !important;vertical-align:middle;font-weight:normal !important}.track-results{padding:50px 0;min-height:calc(100vh - 160px);position:relative}.track-results.load-complete .loading{opacity:0;visibility:hidden}.track-results.no-results .try-again{opacity:1;visibility:visible}.track-results .error{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:#eee;display:flex;justify-content:center;align-items:center;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease;flex-wrap:wrap}.track-results .error h2{color:#aaa;font-size:38px;width:100%;text-align:center}.track-results .try-again{opacity:0;visibility:hidden}.track-results .tabs{display:flex}.track-results .tabs .tab{width:150px;text-align:center;padding:13px 15px 10px;background:#ddd;margin-left:5px;transition:background .3s ease;cursor:pointer}.track-results .tabs .tab:first-of-type{margin-left:0}.track-results .tabs .tab.active,.track-results .tabs .tab:hover{background:#fff}.track-results .content{background:#fff;position:relative;padding:50px 20px 20px;display:flex;justify-content:space-between}.track-results .status{width:320px}.track-results .status h2{text-transform:uppercase;display:flex;justify-content:space-between;margin:0}.track-results .status h2 span{color:#05aa10}.track-results .status .meta{padding-top:30px;font-size:12px;text-align:left}.track-results .status .meta div{display:flex;padding-bottom:10px}.track-results .status .meta span:first-of-type{flex:1;font-weight:700;display:inline-block;width:150px}.track-results .status .meta span:last-of-type{text-align:right}.track-results .header{display:flex;justify-content:space-between;margin-bottom:30px}.track-results .header>div{width:50%;padding:0 10px}.track-results .header>div:last-of-type{border-left:1px solid #222}.track-results .map{background:#ddd;height:500px}.track-results .timeline{width:calc(100% - 350px)}.track-results .timeline .point{position:relative;min-height:100px;padding:0 0 30px 30px}.track-results .timeline .point h2{font-weight:400}.track-results .timeline .point:after{content:"";border-radius:100%;display:block;width:9px;height:9px;border:3px solid #222;background:#fff;position:absolute;left:0;top:4px}.track-results .timeline .point:before{content:"";display:block;width:3px;height:100%;background:#222;position:absolute;left:6px;top:0}.track-results .timeline .point:first-of-type:before{top:5px;height:calc(100% - 5px)}.track-results .timeline .point:last-of-type:before{height:5px}.track-results .timeline .point ul{margin-top:10px;list-style-type:none}.track-results .timeline .point ul li{padding-bottom:5px;display:flex}.track-results .timeline .point ul span:first-of-type{width:100px}.track-results .timeline .point ul span:last-of-type{width:calc(100% - 100px)}.track-results .timeline .point:nth-last-of-type(0){transition-delay:0s}.track-results .timeline .point:nth-last-of-type(1){transition-delay:1s}.track-results .timeline .point:nth-last-of-type(2){transition-delay:2s}.track-results .timeline .point:nth-last-of-type(3){transition-delay:3s}.track-results .timeline .point:nth-last-of-type(4){transition-delay:4s}.track-results .timeline .point:nth-last-of-type(5){transition-delay:5s}.track-results .timeline .point:nth-last-of-type(6){transition-delay:6s}.track-results .timeline .point:nth-last-of-type(7){transition-delay:7s}.track-results .timeline .point:nth-last-of-type(8){transition-delay:8s}.track-results .timeline .point:nth-last-of-type(9){transition-delay:9s}.track-results .timeline .point:nth-last-of-type(10){transition-delay:10s}.track-results .timeline .point:nth-last-of-type(11){transition-delay:11s}.track-results .timeline .point:nth-last-of-type(12){transition-delay:12s}.track-results .timeline .point:nth-last-of-type(13){transition-delay:13s}.track-results .timeline .point:nth-last-of-type(14){transition-delay:14s}.track-results .timeline .point:nth-last-of-type(15){transition-delay:15s}.track-results .timeline .point:nth-last-of-type(16){transition-delay:16s}.track-results .timeline .point:nth-last-of-type(17){transition-delay:17s}.track-results .timeline .point:nth-last-of-type(18){transition-delay:18s}.track-results .timeline .point:nth-last-of-type(19){transition-delay:19s}.track-results .timeline .point:nth-last-of-type(20){transition-delay:20s}.track{min-height:calc(100vh - 227px);background:url(/tracking-bg.jpg) bottom right;background-size:cover;display:flex;justify-content:center;align-items:center}.track .content{background:#fff;max-width:90%;width:800px;padding:30px;position:relative}.track .title-wrapper{display:flex}.track .title-wrapper .title{margin-bottom:10px}.track .title-wrapper .logo{margin-right:15px}.track .title-wrapper .logo img{height:50px}.track .row{display:flex;justify-content:space-between;align-items:center}@media(max-width: 650px){.track .row{display:block}}.track .row span{width:50px;text-align:center;position:relative;font-size:18px;font-weight:700}@media(max-width: 650px){.track .row span{display:block;padding:10px;text-align:center;width:100%}}.track input{width:calc(50% - 30px);font-size:24px;border:1px solid #ddd}@media(max-width: 650px){.track input{width:100%}}.track .btn-wrap{padding-top:15px;display:flex;justify-content:space-between;align-items:center}.track .btn-wrap .btn{background-size:auto 13px}.track.error input{border:1px solid #d60000}.track.no-results .no-results-container{opacity:1;visibility:visible;padding-left:50px}.track.no-results input{border:1px solid #d60000}.track .no-results-container{color:#d60000;font-size:12px;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.troubleshooting .item{line-height:1.3em;padding:10px 0}.troubleshooting .item .title{font-weight:700;padding-bottom:5px}.vendor-quote-request{background-color:#fff;padding-top:50px;min-height:100vh}.vendor-quote-request .heading{text-align:center}.vendor-quote-request .heading img{margin-bottom:60px}.vendor-quote-request .heading .page-title{font-size:40px;font-weight:bold}.vendor-quote-request .heading .description{display:inline-block;border-bottom:2px solid #2d5baa;font-size:20px;font-weight:300;padding-bottom:10px}.vendor-quote-request .heading .vendor{padding-top:10px;font-size:20px;font-weight:300}.vendor-quote-request .contents{padding-top:35px;display:flex;justify-content:center;flex-direction:column;align-items:center}.vendor-quote-request .contents form{max-width:100%;width:950px}.vendor-quote-request .contents form .btn{display:block;width:180px;margin:60px auto 100px}.vendor-quote-request .contents .qr-box{border:1px solid #dcdcdc;box-shadow:0 0 9px rgba(0,0,0,.05);margin-bottom:15px}.vendor-quote-request .contents .qr-box .qr-info{position:relative;display:flex;align-items:center;flex-wrap:wrap;background-color:#f2f2f2;padding:12px 155px 5px 30px}.vendor-quote-request .contents .qr-box .qr-info .info{flex-grow:1;min-width:fit-content;margin-right:10px;padding-bottom:7px}.vendor-quote-request .contents .qr-box .qr-info .info .label{font-size:14px;font-weight:bold}.vendor-quote-request .contents .qr-box .qr-info .info .value{font-size:20px;font-weight:300}.vendor-quote-request .contents .qr-box .qr-info .info.note{width:100%}.vendor-quote-request .contents .qr-box .qr-info .info.note .value{font-size:16px}.vendor-quote-request .contents .qr-box .qr-info .info.note .value p{margin:0}.vendor-quote-request .contents .qr-box .qr-info .not-quoted{position:absolute;top:20px;right:30px;font-weight:bold}.vendor-quote-request .contents .qr-box .qr-info .not-quoted .checkbox-widget:before{border:1px solid #707070}.vendor-quote-request .contents .qr-box .qr-form-wrap{display:flex;align-items:center}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-image{margin-left:40px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form{display:flex;flex-wrap:wrap;padding:30px 10px 30px 30px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .input-wrap{position:relative;width:calc(33.33% - 30px);min-width:215px;margin:0 30px 20px 0}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .input-wrap label{display:block}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .input-wrap input{width:100%;margin-top:5px;border-radius:3px;padding:5px 10px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .input-wrap input.has-prefix{padding:5px 16px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .input-wrap .prefix{position:absolute;left:8px;bottom:6px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .double-input-wrap{display:flex;align-items:flex-end;width:calc(33.33% - 30px);min-width:215px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .double-input-wrap .input-wrap{width:50%;min-width:auto;margin-right:0}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .double-input-wrap .dropdown-widget{margin-right:20px}.vendor-quote-request .contents .qr-box .qr-form-wrap .qr-form .double-input-wrap .dropdown-widget.emulate-input .placeholder{margin-top:5px;border-radius:3px;padding:5px 10px}.vendor-quote-request .complete{text-align:center}.vendor-quote-request .complete h1{font-size:40px;padding-top:200px}.vendor-quote-request .complete p{font-size:20px}.vendor-stock-upload{background-color:#fff;padding-top:50px;min-height:100vh}.vendor-stock-upload .heading{text-align:center}.vendor-stock-upload .heading img{margin-bottom:60px}.vendor-stock-upload .heading .page-title{font-size:40px;font-weight:bold}.vendor-stock-upload .heading .description{display:inline-block;border-bottom:2px solid #2d5baa;font-size:20px;font-weight:300;padding-bottom:10px}.vendor-stock-upload .heading .vendor{padding-top:10px;font-size:20px;font-weight:300}.vendor-stock-upload .contents{padding-top:50px;max-width:500px;margin:auto}.vendor-stock-upload .contents .btn-wrap{text-align:center;padding-top:50px}.vendor-stock-upload .contents .error-message{color:#d60000;text-align:center;padding-bottom:15px}.vendor-stock-upload .upload-name{width:100%;height:125px;background:#dedede;display:flex;justify-content:center;align-items:center;border-radius:10px;border:2px solid #178e05;background:rgba(23,142,5,.1)}.vendor-stock-upload .upload-name svg{width:20px;margin-right:10px}.vendor-stock-upload .complete{text-align:center;padding-top:100px}.vendor-stock-upload .complete h2{font-size:38px}.vendor-stock-upload .complete p{font-size:20px;margin:0}.account-order-summary{background-color:#fff;width:700px;padding:15px;margin-bottom:20px}@media(max-width: 900px){.account-order-summary{width:100%}}.account-order-summary .bold{font-weight:700}.account-order-summary .upper{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #ddd}@media(max-width: 700px){.account-order-summary .upper{display:block}}.account-order-summary .upper>div{width:33.33%}@media(max-width: 700px){.account-order-summary .upper>div{padding-bottom:10px}}.account-order-summary .upper .date,.account-order-summary .upper .po-number{display:block;font-size:12px}.account-order-summary .upper .status-wrap{text-align:right}.account-order-summary .upper .status-wrap>div{text-align:center;padding:5px 0;display:inline-block;width:150px;font-weight:700}.account-order-summary .upper .status-wrap .status-1{background-color:#dff861}.account-order-summary .upper .status-wrap .status-2{background-color:#05aa10;color:#fff}.account-order-summary .upper .status-wrap .status-3{background-color:#2d5baa;color:#fff}.account-order-summary .middle{display:flex;margin:25px 0}@media(max-width: 575px){.account-order-summary .middle{display:block}}.account-order-summary .middle>div{width:33.33%}@media(max-width: 575px){.account-order-summary .middle>div{padding-bottom:10px}}.account-order-summary .middle .section-title{margin-bottom:10px}@media(max-width: 575px){.account-order-summary .middle .section-title{margin-bottom:0}}.account-order-summary .middle .summary{flex:0 1 auto}.account-order-summary .middle .summary .table{display:flex}.account-order-summary .middle .summary .table .left{flex:1 1 auto}.account-order-summary .middle .summary .table .right{flex:0 0 auto}.account-order-summary .lower{margin-top:25px;text-align:right}.account-order-summary .lower .details-link{padding-right:15px;display:inline-block;position:relative}.account-order-summary .lower .details-link:after{display:block;content:"";width:5px;height:5px;border:2px solid #2d5baa;border-width:2px 2px 0 0;transform:rotate(45deg);position:absolute;top:4px;right:3px}.account-order-summary .lower .details-link:hover{opacity:.7}.account-order-summary:last-child{margin-bottom:0}.checkbox-group{padding-bottom:10px}.checkbox-group .title{padding-bottom:5px}.checkbox-group .checkbox-widget{margin-right:30px}.checkbox-widget{padding-left:25px;position:relative;cursor:pointer;display:inline-block}.checkbox-widget:before{content:"";display:block;position:absolute;left:0;top:0;background:#fff;border:1px solid #ddd;width:14px;height:14px}.checkbox-widget:after{content:"";display:block;position:absolute;left:3px;top:3px;background:#2d5baa;width:10px;height:10px;opacity:0;transition:opacity .3s ease}.checkbox-widget.checked:after{opacity:1}.dropdown-checkbox-widget{position:relative}.dropdown-checkbox-widget.active .options{max-height:200px}.dropdown-checkbox-widget .placeholder{width:100%;padding-bottom:1px;background:url(/icon-caret-down.svg) no-repeat;background-position:right 5px center;cursor:pointer;border-bottom:1px solid #fff}.dropdown-checkbox-widget .scrollbar{top:100%;background:#2d5baa}.dropdown-checkbox-widget .options{position:absolute;z-index:10;top:100%;width:100%;overflow:hidden;max-height:0;transition:max-height .3s ease}.dropdown-checkbox-widget .options .option{padding:10px 10px 10px 35px;cursor:pointer;position:relative;color:#fff;font-size:12px}.dropdown-checkbox-widget .options .option:before{content:"";width:12px;height:12px;position:absolute;left:10px;top:10px;background:#fff}.dropdown-checkbox-widget .options .option.checked:after{content:"";width:8px;height:8px;position:absolute;left:12px;top:12px;background:#000}.dropdown-widget{position:relative}.dropdown-widget.active .options{max-height:250px}.dropdown-widget.error .placeholder{border-color:#d60000 !important}.dropdown-widget .placeholder{display:flex;align-items:center;width:100%;padding-bottom:1px;background:url(/icon-caret-down.svg) no-repeat;background-position:right 5px center;cursor:pointer;border-bottom:1px solid #fff;transition:border .5s ease;user-select:none}.dropdown-widget .scrollbar{top:100%;background:#2d5baa}.dropdown-widget .options{position:absolute;z-index:100;top:100%;width:100%;overflow:hidden;max-height:0;transition:max-height .3s ease}.dropdown-widget .options .option{padding:10px;color:#fff;font-size:12px;cursor:pointer}.dropdown-widget .options .option:hover{background:#c9dbfa;color:#000}.dropdown-widget.emulate-input .placeholder{background-color:#fff;background-image:url(/icon-caret-down-gray.svg);border:1px solid #ddd;padding:5px;color:#aaa}.dropdown-widget.emulate-input.has-value .placeholder{color:#222}.dropdown-widget.black .placeholder{border-color:#222;background-image:url(/icon-caret-down-black.svg)}.image-detector .zoom-image-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;z-index:1}.map-widget{width:100%;height:100%}.map-widget .custom-marker{background-color:red}.order-summary-widget{background:#fff;width:300px;position:relative}@media(max-width: 900px){.order-summary-widget{width:100%;margin:50px 0}}.order-summary-widget h2{font-size:14px;letter-spacing:.1em;font-weight:700;color:#fff;background:#656d77;text-align:center;padding:10px}.order-summary-widget .row{padding:5px 0;display:flex;justify-content:space-between}.order-summary-widget .row span{font-size:12px}.order-summary-widget .row span:first-of-type{font-weight:700}.order-summary-widget .small-order{padding:15px 15px 0;font-size:14px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.order-summary-widget .small-order .more{display:inline-block;margin-left:5px;position:relative;font-size:12px}.order-summary-widget .small-order .more:hover .pop-up{opacity:1;visibility:visible}.order-summary-widget .small-order .more .icon{font-weight:400;width:13px;height:13px;background:#2d5baa;border-radius:100%;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.order-summary-widget .small-order .more .pop-up{width:275px;height:82px;color:#fff;font-weight:400;background:#2d5baa;padding:15px;position:absolute;right:calc(100% + 12px);top:-36px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.order-summary-widget .small-order .more .pop-up:after{content:"";background:#2d5baa;display:block;width:15px;height:15px;position:absolute;right:-7px;top:calc(50% - 7px);transform:rotate(45deg)}.order-summary-widget .btn{background-color:#05aa10;width:100%;text-align:center;font-weight:700;display:none}.order-summary-widget .btn.active{display:block}.order-summary-widget .items{padding:15px;max-height:450px;overflow-y:auto}.order-summary-widget .items h3{font-size:14px}.order-summary-widget .items .item{background:#eee;margin-bottom:5px;padding:5px;font-size:12px}.order-summary-widget .items .item .totals{padding-top:5px;display:flex;justify-content:space-between}.order-summary-widget .items .item .spring{font-size:10px;font-weight:700}.order-summary-widget .total-less-freight{padding:15px;font-weight:700;display:flex;justify-content:space-between}.quote-item{padding:15px 0;border-bottom:1px solid #ddd;position:relative}.quote-item .view{display:flex;position:relative;width:100%}.quote-item .view .image{width:100px;height:100px;display:flex;justify-content:center;align-items:center}.quote-item .view .image>div{width:90%;height:90%;margin:auto;background-size:contain;background-repeat:no-repeat;background-position:center center}.quote-item .view .details{padding-left:15px;width:calc(100% - 115px)}.quote-item .view h2{font-size:16px;font-weight:700;padding-bottom:10px}.quote-item .view .spec{padding-bottom:5px;font-size:12px}.quote-item .view .spec span{display:inline-block;width:100px}.quote-item .view button{position:absolute;right:0;top:0;padding:5px;color:#fff;font-size:11px;background:#ababab;border:0;transition:background .3s ease,color .3s ease;cursor:pointer}.quote-item .view button:hover{background:#2d5baa;color:#fff}.quote-item .edit{width:100%}.quote-item .edit .row{display:flex;width:100%;align-items:center;justify-content:space-between;padding-bottom:10px}.quote-item .edit .type{width:250px}.quote-item .edit .material,.quote-item .edit .subtype{width:125px}.quote-item .edit .qty{margin-left:75px}.quote-item .edit span{padding:0 15px}.quote-item .edit input{width:50px;text-align:center;background:rgba(0,0,0,0);border:0;border-bottom:1px solid #222}.search-chemicals{position:relative}.search-chemicals input{width:100%}.search-chemicals .results{display:none;position:absolute;top:100%;left:0;width:100%;background:#2d5baa;z-index:1}.search-chemicals .results.active{display:block}.search-chemicals .results .item{color:#fff;padding:10px;cursor:pointer}.search-chemicals .results .item:hover{background:#c9dbfa;color:#000}.search-chemicals .results .no-results{padding:25px 10px 10px;text-align:center;color:#fff}.search-chemicals .results .no-results h2{font-weight:400}.search-chemicals .results .no-results a:link,.search-chemicals .results .no-results a:active,.search-chemicals .results .no-results a:visited,.search-chemicals .results .no-results a:hover{color:#fff;text-decoration:underline}.slideshow{width:100%;height:100%;position:relative;overflow:hidden}.slideshow>div{position:absolute;top:0;left:0;background-size:cover;width:100%;height:100%}.slide-animate-enter{z-index:1;width:100%;opacity:0;visibility:hidden;transition:opacity 1.5s ease,visibility 1.5s ease}.slide-animate-enter-active{opacity:1;visibility:visible}.slide-animate-exit{width:100%;opacity:1;visibility:visible;transition:opacity 1.5s ease,visibility 1.5s ease}.slide-animate-exit-active{opacity:0;visibility:hidden}.upload-item-widget{padding:7px 0;margin:5px 0;width:100%;position:relative}.upload-item-widget .name{padding:0 5px;position:relative;z-index:1}.upload-item-widget .progress-bar{overflow:hidden;position:absolute;left:0;bottom:0;height:100%;transition:width .1s ease}.upload-item-widget .progress-bar:before{content:"";display:block;position:absolute;left:0;width:100%;height:100%;opacity:.2;border-radius:3px;background:#2d5baa}.upload-item-widget .progress-bar .percent{width:100px;text-align:right;font-size:12px;font-weight:400;position:absolute;right:5px;top:8px;z-index:1;opacity:.7}.upload-widget .dropzone{border:1px solid #c9c9c9;border-radius:5px;transition:border-color .15s ease;cursor:pointer}.upload-widget .dropzone:hover{border-color:#2d5baa}.upload-widget .dropzone.drag{color:#2d5baa;border-color:#2d5baa}.upload-widget .dropzone .upload-container{height:125px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.upload-widget .dropzone .upload-container .icon{width:30px;height:30px;background:url(/icon-upload.svg);background-size:contain;background-repeat:no-repeat;margin-bottom:10px;opacity:.7}.upload-widget .dropzone .upload-container .label{opacity:.7;font-size:12px;text-align:center;padding:10px}.upload-widget .list{margin-bottom:15px}.upload-widget .reject-message{margin-top:20px}
