/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change,without disabling * user zoom. */
html{font-family:sans-serif;/* 1 */
 -ms-text-size-adjust:100%;/* 2 */
 -webkit-text-size-adjust:100%;/* 2 */
}
/** * Remove default margin. */
body{margin:0;}
/* HTML5 display definitions ========================================================================== */
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11. */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome,Firefox,and Opera. */
audio,canvas,progress,video{display:inline-block;/* 1 */
 vertical-align:baseline;/* 2 */
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]){display:none;height:0;}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11,Safari,and Firefox < 22. */
[hidden],template{display:none;}
/* Links ========================================================================== */
/** * Remove the gray background color from active links in IE 10. */
a{background-color:transparent;}
/** * Improve readability when focused and also mouse hovered in all browsers. */
a:active,a:hover{outline:0;}
/* Text-level semantics ========================================================================== */
/** * Address styling not present in IE 8/9/10/11,Safari,and Chrome. */
abbr[title]{border-bottom:1px dotted;}
/** * Address style set to `bolder` in Firefox 4+,Safari,and Chrome. */
b,strong{font-weight:700;}
/** * Address styling not present in Safari and Chrome. */
dfn{font-style:italic;}
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+,Safari,and Chrome. */
h1{font-size:2em;margin:0.67em 0;}
/** * Address styling not present in IE 8/9. */
mark{background:#ff0;color:#000;}
/** * Address inconsistent and variable font size in all browsers. */
small{font-size:80%;}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
/* Embedded content ========================================================================== */
/** * Remove border when inside `a` element in IE 8/9/10. */
img{border:0;}
/** * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root){overflow:hidden;}
/* Grouping content ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari. */
figure{margin:1em 40px;}
/** * Address differences between Firefox and other browsers. */
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
/** * Contain overflow in all browsers. */
pre{overflow:auto;}
/** * Address odd `em`-unit font size rendering in all browsers. */
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}
/* Forms ========================================================================== */
/** * Known limitation:by default,Chrome and Safari on OS X allow very limited * styling of `select`,unless a `border` property is set. */
/** * 1. Correct color not being inherited. * Known issue:affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+,Safari,and Chrome. */
button,input,optgroup,select,textarea{color:inherit;/* 1 */
 font:inherit;/* 2 */
 margin:0;/* 3 */
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button{overflow:visible;}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox,IE 8/9/10/11,and Opera. * Correct `select` style inheritance in Firefox. */
button,select{text-transform:none;}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */
button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;/* 2 */
 cursor:pointer;/* 3 */
}
/** * Re-set default cursor for disabled elements. */
button[disabled],html input[disabled]{cursor:default;}
/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
input{line-height:normal;}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing,padding,or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;/* 1 */
 padding:0;/* 2 */
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`,it causes the cursor style of the * decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */
input[type="search"]{-webkit-appearance:textfield;/* 1 */
 -moz-box-sizing:content-box;-webkit-box-sizing:content-box;/* 2 */
 box-sizing:content-box;}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
/** * Define consistent border,margin,and padding. */
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend{border:0;/* 1 */
 padding:0;/* 2 */
}
/** * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea{overflow:auto;}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE:the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup{font-weight:bold;}
/* Tables ========================================================================== */
/** * Remove most spacing between table cells. */
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}/*
------------------------ BASE ELEMENTS ------------------------ */
*,*:before,*:after{/* Apply a natural box layout model to all elements */
 -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/*For IE 10 (desktop) to work in it's new "snap mode" you need to use this */
@-moz-viewport{width:device-width;zoom:1.0;}
@-ms-viewport{width:device-width;zoom:1.0;}
@-o-viewport{width:device-width;zoom:1.0;}
@-webkit-viewport{width:device-width;zoom:1.0;}
@viewport{width:device-width;zoom:1.0;}
html,body{/* Set <html> and <body> to inherit the height of the viewport */
 min-height:100%;overflow-x:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);}
html{background:#fff;font-size:100%;overflow-y:scroll;-ms-touch-action:manipulation;touch-action:manipulation;}
/* ------------------------ boxed layout ------------------------ */
 .boxed,.boxed .stuck{border:solid #ebebeb;border-width:0 1px;margin:0 auto;max-width:1600px}
/* ------------------------ set conditional content based on browser width for pairing CSS and JavaScript breakpoints ------------------------ */
 body:after{content:'nano';display:none}
@media screen and (min-width:480px){body:after{content:'x-small'}}
@media screen and (min-width:640px){body:after{content:'small'}}
@media screen and (min-width:768px){body:after{content:'medium'}}
@media screen and (min-width:960px){body:after{content:'large'}}
@media screen and (min-width:1170px){body:after{content:'x-large'}}
/* ------------------------ global elements ------------------------ */
address,blockquote,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,menu,ol,p,pre,summary,table,ul{margin:0;margin-bottom:1rem;}
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}
::selection:window-inactive{background:#dedede;}
img::selection{background:transparent;}
img::-moz-selection{background:transparent;}
[disabled]{cursor:not-allowed;}
/* ------------------------ back to top link ------------------------ */
.back-to-top{color:#fff;cursor:pointer;display:none;position:fixed;right:2rem;bottom:6rem;background:#35475b;text-align:center;}
.back-to-top span{display:inline-block;font-size:2rem;line-height:2rem;vertical-align:middle;width:2rem;height:2rem}/*
------------------------ =SCAFFOLDING ------------------------ */
 .wrap{clear:both;display:block;margin:0 auto;max-width:1170px;position:relative;width:auto;zoom:1;}
/* ------------------------ row structure ------------------------ */
 .row{clear:both;display:block;margin:0 auto;position:relative;width:auto;zoom:1;}
.row .row{margin-left:-0.75rem;margin-right:-0.75rem;}
.row .row.maintain-structure{margin-left:0.75rem;margin-right:0.75rem;}
.wrap:before,.wrap:after,.row:before,.row:after{content:" ";display:table;}
.wrap:after,.row:after{clear:both;}
/* ------------------------ column structure ------------------------ */
 .column{float:left;min-height:1px;padding-left:0.75rem;padding-right:0.75rem;position:relative;width:100%;}
.column.centered{float:none;margin:0 auto;overflow:hidden;}
.column.no-padding{padding-left:0;padding-right:0;}
/* ------------------------ column widths [nano+] ------------------------ */
 .row .whole,.row .two-halves,.row .three-thirds,.row .four-fourths,.row .five-fifths,.row .six-sixths,.row .eight-eights,.row .ten-tenths,.row .twelve-twelfths{width:100%;}
.row .half,.row .two-fourths,.row .three-sixths,.row .four-eights,.row .five-tenths,.row .six-twelfths{width:50%;}
.row .one-third,.row .two-sixths,.row .four-twelfths{width:33.3332%;}
.row .two-thirds,.row .four-sixths,.row .eight-twelfths{width:66.6665%;}
.row .one-fourth,.row .two-eighths,.row .three-twelfths{width:25%;}
.row .three-fourths,.row .six-eighths,.row .nine-twelfths{width:75%;}
.row .one-fifth,.row .two-tenths{width:20%;}
.row .two-fifths,.row .four-tenths{width:40%;}
.row .three-fifths,.row .six-tenths{width:60%;}
.row .four-fifths,.row .eight-tenths{width:80%;}
.row .one-sixth,.row .two-twelfths{width:16.6665%;}
.row .five-sixths,.row .ten-twelfths{width:83.3332%;}
.row .one-eighth{width:12.5%;}
.row .three-eighths{width:37.5%;}
.row .five-eighths{width:62.5%;}
.row .seven-eighths{width:87.5%;}
.row .one-tenth{width:10%;}
.row .three-tenths{width:30%;}
.row .seven-tenths{width:70%;}
.row .nine-tenths{width:90%;}
.row .one-twelfth{width:8.3332%;}
.row .five-twelfths{width:41.6665%;}
.row .seven-twelfths{width:58.332%;}
.row .eleven-twelfths{width:91.6665%;}
.row .golden-small{width:38.2716%;}
.row .golden-large{width:61.7283%;}
.row .width-auto{width:auto;}
/* ------------------------ column push ------------------------ */
 .row .push-half,.row .push-two-fourths,.row .push-three-sixths,.row .push-four-eights,.row .push-five-tenths,.row .push-six-twelfths{left:50%;}
.row .push-one-third,.row .push-two-sixths,.row .push-four-twelfths{left:33.3332%;}
.row .push-two-thirds,.row .push-four-sixths,.row .push-eight-twelfths{left:66.6665%;}
.row .push-one-fourth,.row .push-two-eighths,.row .push-three-twelfths{left:25%;}
.row .push-three-fourths,.row .push-six-eighths,.row .push-nine-twelfths{left:75%;}
.row .push-one-fifth,.row .push-two-tenths{left:20%;}
.row .push-two-fifths,.row .push-four-tenths{left:40%;}
.row .push-three-fifths,.row .push-six-tenths{left:60%;}
.row .push-four-fifths,.row .push-eight-tenths{left:80%;}
.row .push-one-sixth,.row .push-two-twelfths{left:16.6665%;}
.row .push-five-sixths,.row .push-ten-twelfths{left:83.3332%;}
.row .push-one-eighth{left:12.5%;}
.row .push-three-eighths{left:37.5%;}
.row .push-five-eighths{left:62.5%;}
.row .push-seven-eighths{left:87.5%;}
.row .push-one-tenth{left:10%;}
.row .push-three-tenths{left:30%;}
.row .push-seven-tenths{left:70%;}
.row .push-nine-tenths{left:90%;}
.row .push-one-twelfth{left:8.3332%;}
.row .push-five-twelfths{left:41.6665%;}
.row .push-seven-twelfths{left:58.332%;}
.row .push-eleven-twelfths{left:91.6665%;}
.row .push-golden-small{left:38.2716%;}
.row .push-golden-large{left:61.7283%;}
.row .push-none{left:auto;}
/* ------------------------ column pull ------------------------ */
 .row .pull-half,.row .pull-two-fourths,.row .pull-three-sixths,.row .pull-four-eights,.row .pull-five-tenths,.row .pull-six-twelfths{right:50%;}
.row .pull-one-third,.row .pull-two-sixths,.row .pull-four-twelfths{right:33.3332%;}
.row .pull-two-thirds,.row .pull-four-sixths,.row .pull-eight-twelfths{right:66.6665%;}
.row .pull-one-fourth,.row .pull-two-eighths,.row .pull-three-twelfths{right:25%;}
.row .pull-three-fourths,.row .pull-six-eighths,.row .pull-nine-twelfths{right:75%;}
.row .pull-one-fifth,.row .pull-two-tenths{right:20%;}
.row .pull-two-fifths,.row .pull-four-tenths{right:40%;}
.row .pull-three-fifths,.row .pull-six-tenths{right:60%;}
.row .pull-four-fifths,.row .pull-eight-tenths{right:80%;}
.row .pull-one-sixth,.row .pull-two-twelfths{right:16.6665%;}
.row .pull-five-sixths,.row .pull-ten-twelfths{right:83.3332%;}
.row .pull-one-eighth{right:12.5%;}
.row .pull-three-eighths{right:37.5%;}
.row .pull-five-eighths{right:62.5%;}
.row .pull-seven-eighths{right:87.5%;}
.row .pull-one-tenth{right:10%;}
.row .pull-three-tenths{right:30%;}
.row .pull-seven-tenths{right:70%;}
.row .pull-nine-tenths{right:90%;}
.row .pull-one-twelfth{right:8.3332%;}
.row .pull-five-twelfths{right:41.6665%;}
.row .pull-seven-twelfths{right:58.332%;}
.row .pull-eleven-twelfths{right:91.6665%;}
.row .pull-golden-small{right:38.2716%;}
.row .pull-golden-large{right:61.7283%;}
.row .pull-none{right:auto;}
/* ------------------------ column offset ------------------------ */
 .row .offset-half,.row .offset-two-fourths,.row .offset-three-sixths,.row .offset-four-eights,.row .offset-five-tenths,.row .offset-six-twelfths{margin-left:50%;}
.row .offset-one-third,.row .offset-two-sixths,.row .offset-four-twelfths{margin-left:33.3332%;}
.row .offset-two-thirds,.row .offset-four-sixths,.row .offset-eight-twelfths{margin-left:66.6665%;}
.row .offset-one-fourth,.row .offset-two-eighths,.row .offset-three-twelfths{margin-left:25%;}
.row .offset-three-fourths,.row .offset-six-eighths,.row .offset-nine-twelfths{margin-left:75%;}
.row .offset-one-fifth,.row .offset-two-tenths{margin-left:20%;}
.row .offset-two-fifths,.row .offset-four-tenths{margin-left:40%;}
.row .offset-three-fifths,.row .offset-six-tenths{margin-left:60%;}
.row .offset-four-fifths,.row .offset-eight-tenths{margin-left:80%;}
.row .offset-one-sixth,.row .offset-two-twelfths{margin-left:16.6665%;}
.row .offset-five-sixths,.row .offset-ten-twelfths{margin-left:83.3332%;}
.row .offset-one-eighth{margin-left:12.5%;}
.row .offset-three-eighths{margin-left:37.5%;}
.row .offset-five-eighths{margin-left:62.5%;}
.row .offset-seven-eighths{margin-left:87.5%;}
.row .offset-one-tenth{margin-left:10%;}
.row .offset-three-tenths{margin-left:30%;}
.row .offset-seven-tenths{margin-left:70%;}
.row .offset-nine-tenths{margin-left:90%;}
.row .offset-one-twelfth{margin-left:8.3332%;}
.row .offset-five-twelfths{margin-left:41.6665%;}
.row .offset-seven-twelfths{margin-left:58.332%;}
.row .offset-eleven-twelfths{margin-left:91.6665%;}
.row .offset-golden-small{margin-left:38.2716%;}
.row .offset-golden-large{margin-left:61.7283%;}
.row .offest-none{margin-left:0;}
/* ------------------------ Mobile Landscape [480+] ------------------------ */
 @media screen and (min-width:480px){.column.x-small-centered{float:none;margin:0 auto;overflow:hidden}
/* ------------------------ column widths ------------------------ */
 .row .x-small-whole,.row .x-small-two-halves,.row .x-small-three-thirds,.row .x-small-four-fourths,.row .x-small-five-fifths,.row .x-small-six-sixths,.row .x-small-eight-eights,.row .x-small-ten-tenths,.row .x-small-twelve-twelfths{width:100%}
.row .x-small-half,.row .x-small-two-fourths,.row .x-small-three-sixths,.row .x-small-four-eights,.row .x-small-five-tenths,.row .x-small-six-twelfths{width:50%}
.row .x-small-one-third,.row .x-small-two-sixths,.row .x-small-four-twelfths{width:33.3332%}
.row .x-small-two-thirds,.row .x-small-four-sixths,.row .x-small-eight-twelfths{width:66.6665%}
.row .x-small-one-fourth,.row .x-small-two-eighths,.row .x-small-three-twelfths{width:25%}
.row .x-small-three-fourths,.row .x-small-six-eighths,.row .x-small-nine-twelfths{width:75%}
.row .x-small-one-fifth,.row .x-small-two-tenths{width:20%}
.row .x-small-two-fifths,.row .x-small-four-tenths{width:40%}
.row .x-small-three-fifths,.row .x-small-six-tenths{width:60%}
.row .x-small-four-fifths,.row .x-small-eight-tenths{width:80%}
.row .x-small-one-sixth,.row .x-small-two-twelfths{width:16.6665%}
.row .x-small-five-sixths,.row .x-small-ten-twelfths{width:83.3332%}
.row .x-small-one-eighth{width:12.5%}
.row .x-small-three-eighths{width:37.5%}
.row .x-small-five-eighths{width:62.5%}
.row .x-small-seven-eighths{width:87.5%}
.row .x-small-one-tenth{width:10%}
.row .x-small-three-tenths{width:30%}
.row .x-small-seven-tenths{width:70%}
.row .x-small-nine-tenths{width:90%}
.row .x-small-one-twelfth{width:8.3332%}
.row .x-small-five-twelfths{width:41.6665%}
.row .x-small-seven-twelfths{width:58.332%}
.row .x-small-eleven-twelfths{width:91.6665%}
.row .x-small-golden-small{width:38.2716%}
.row .x-small-golden-large{width:61.7283%}
.row .x-small-width-auto{width:auto}
/* ------------------------ column push ------------------------ */
 .row .x-small-push-half,.row .x-small-push-two-fourths,.row .x-small-push-three-sixths,.row .x-small-push-four-eights,.row .x-small-push-five-tenths,.row .x-small-push-six-twelfths{left:50%}
.row .x-small-push-one-third,.row .x-small-push-two-sixths,.row .x-small-push-four-twelfths{left:33.3332%}
.row .x-small-push-two-thirds,.row .x-small-push-four-sixths,.row .x-small-push-eight-twelfths{left:66.6665%}
.row .x-small-push-one-fourth,.row .x-small-push-two-eighths,.row .x-small-push-three-twelfths{left:25%}
.row .x-small-push-three-fourths,.row .x-small-push-six-eighths,.row .x-small-push-nine-twelfths{left:75%}
.row .x-small-push-one-fifth,.row .x-small-push-two-tenths{left:20%}
.row .x-small-push-two-fifths,.row .x-small-push-four-tenths{left:40%}
.row .x-small-push-three-fifths,.row .x-small-push-six-tenths{left:60%}
.row .x-small-push-four-fifths,.row .x-small-push-eight-tenths{left:80%}
.row .x-small-push-one-sixth,.row .x-small-push-two-twelfths{left:16.6665%}
.row .x-small-push-five-sixths,.row .x-small-push-ten-twelfths{left:83.3332%}
.row .x-small-push-one-eighth{left:12.5%}
.row .x-small-push-three-eighths{left:37.5%}
.row .x-small-push-five-eighths{left:62.5%}
.row .x-small-push-seven-eighths{left:87.5%}
.row .x-small-push-one-tenth{left:10%}
.row .x-small-push-three-tenths{left:30%}
.row .x-small-push-seven-tenths{left:70%}
.row .x-small-push-nine-tenths{left:90%}
.row .x-small-push-one-twelfth{left:8.3332%}
.row .x-small-push-five-twelfths{left:41.6665%}
.row .x-small-push-seven-twelfths{left:58.332%}
.row .x-small-push-eleven-twelfths{left:91.6665%}
.row .x-small-push-golden-small{left:38.2716%}
.row .x-small-push-golden-large{left:61.7283%}
.row .x-small-push-none{left:auto}
/* ------------------------ column pull ------------------------ */
 .row .x-small-pull-half,.row .x-small-pull-two-fourths,.row .x-small-pull-three-sixths,.row .x-small-pull-four-eights,.row .x-small-pull-five-tenths,.row .x-small-pull-six-twelfths{right:50%}
.row .x-small-pull-one-third,.row .x-small-pull-two-sixths,.row .x-small-pull-four-twelfths{right:33.3332%}
.row .x-small-pull-two-thirds,.row .x-small-pull-four-sixths,.row .x-small-pull-eight-twelfths{right:66.6665%}
.row .x-small-pull-one-fourth,.row .x-small-pull-two-eighths,.row .x-small-pull-three-twelfths{right:25%}
.row .x-small-pull-three-fourths,.row .x-small-pull-six-eighths,.row .x-small-pull-nine-twelfths{right:75%}
.row .x-small-pull-one-fifth,.row .x-small-pull-two-tenths{right:20%}
.row .x-small-pull-two-fifths,.row .x-small-pull-four-tenths{right:40%}
.row .x-small-pull-three-fifths,.row .x-small-pull-six-tenths{right:60%}
.row .x-small-pull-four-fifths,.row .x-small-pull-eight-tenths{right:80%}
.row .x-small-pull-one-sixth,.row .x-small-pull-two-twelfths{right:16.6665%}
.row .x-small-pull-five-sixths,.row .x-small-pull-ten-twelfths{right:83.3332%}
.row .x-small-pull-one-eighth{right:12.5%}
.row .x-small-pull-three-eighths{right:37.5%}
.row .x-small-pull-five-eighths{right:62.5%}
.row .x-small-pull-seven-eighths{right:87.5%}
.row .x-small-pull-one-tenth{right:10%}
.row .x-small-pull-three-tenths{right:30%}
.row .x-small-pull-seven-tenths{right:70%}
.row .x-small-pull-nine-tenths{right:90%}
.row .x-small-pull-one-twelfth{right:8.3332%}
.row .x-small-pull-five-twelfths{right:41.6665%}
.row .x-small-pull-seven-twelfths{right:58.332%}
.row .x-small-pull-eleven-twelfths{right:91.6665%}
.row .x-small-pull-golden-small{right:38.2716%}
.row .x-small-pull-golden-large{right:61.7283%}
.row .x-small-pull-none{right:auto}
/* ------------------------ column offset ------------------------ */
 .row .x-small-offset-half,.row .x-small-offset-two-fourths,.row .x-small-offset-three-sixths,.row .x-small-offset-four-eights,.row .x-small-offset-five-tenths,.row .x-small-offset-six-twelfths{margin-left:50%}
.row .x-small-offset-one-third,.row .x-small-offset-two-sixths,.row .x-small-offset-four-twelfths{margin-left:33.3332%}
.row .x-small-offset-two-thirds,.row .x-small-offset-four-sixths,.row .x-small-offset-eight-twelfths{margin-left:66.6665%}
.row .x-small-offset-one-fourth,.row .x-small-offset-two-eighths,.row .x-small-offset-three-twelfths{margin-left:25%}
.row .x-small-offset-three-fourths,.row .x-small-offset-six-eighths,.row .x-small-offset-nine-twelfths{margin-left:75%}
.row .x-small-offset-one-fifth,.row .x-small-offset-two-tenths{margin-left:20%}
.row .x-small-offset-two-fifths,.row .x-small-offset-four-tenths{margin-left:40%}
.row .x-small-offset-three-fifths,.row .x-small-offset-six-tenths{margin-left:60%}
.row .x-small-offset-four-fifths,.row .x-small-offset-eight-tenths{margin-left:80%}
.row .x-small-offset-one-sixth,.row .x-small-offset-two-twelfths{margin-left:16.6665%}
.row .x-small-offset-five-sixths,.row .x-small-offset-ten-twelfths{margin-left:83.3332%}
.row .x-small-offset-one-eighth{margin-left:12.5%}
.row .x-small-offset-three-eighths{margin-left:37.5%}
.row .x-small-offset-five-eighths{margin-left:62.5%}
.row .x-small-offset-seven-eighths{margin-left:87.5%}
.row .x-small-offset-one-tenth{margin-left:10%}
.row .x-small-offset-three-tenths{margin-left:30%}
.row .x-small-offset-seven-tenths{margin-left:70%}
.row .x-small-offset-nine-tenths{margin-left:90%}
.row .x-small-offset-one-twelfth{margin-left:8.3332%}
.row .x-small-offset-five-twelfths{margin-left:41.6665%}
.row .x-small-offset-seven-twelfths{margin-left:58.332%}
.row .x-small-offset-eleven-twelfths{margin-left:91.6665%}
.row .x-small-offset-golden-small{margin-left:38.2716%}
.row .x-small-offset-golden-large{margin-left:61.7283%}
.row .x-small-offset-none{margin-left:0}}
/* ------------------------ Small Tablets [640+] ------------------------ */
 @media screen and ( min-width:640px ){.column.small-centered{float:none;margin:0 auto;overflow:hidden}
/* ------------------------ column widths ------------------------ */
 .row .small-whole,.row .small-two-halves,.row .small-three-thirds,.row .small-four-fourths,.row .small-five-fifths,.row .small-six-sixths,.row .small-eight-eights,.row .small-ten-tenths,.row .small-twelve-twelfths{width:100%}
.row .small-half,.row .small-two-fourths,.row .small-three-sixths,.row .small-four-eights,.row .small-five-tenths,.row .small-six-twelfths{width:50%}
.row .small-one-third,.row .small-two-sixths,.row .small-four-twelfths{width:33.3332%}
.row .small-two-thirds,.row .small-four-sixths,.row .small-eight-twelfths{width:66.6665%}
.row .small-one-fourth,.row .small-two-eighths,.row .small-three-twelfths{width:25%}
.row .small-three-fourths,.row .small-six-eighths,.row .small-nine-twelfths{width:75%}
.row .small-one-fifth,.row .small-two-tenths{width:20%}
.row .small-two-fifths,.row .small-four-tenths{width:40%}
.row .small-three-fifths,.row .small-six-tenths{width:60%}
.row .small-four-fifths,.row .small-eight-tenths{width:80%}
.row .small-one-sixth,.row .small-two-twelfths{width:16.6665%}
.row .small-five-sixths,.row .small-ten-twelfths{width:83.3332%}
.row .small-one-eighth{width:12.5%}
.row .small-three-eighths{width:37.5%}
.row .small-five-eighths{width:62.5%}
.row .small-seven-eighths{width:87.5%}
.row .small-one-tenth{width:10%}
.row .small-three-tenths{width:30%}
.row .small-seven-tenths{width:70%}
.row .small-nine-tenths{width:90%}
.row .small-one-twelfth{width:8.3332%}
.row .small-five-twelfths{width:41.6665%}
.row .small-seven-twelfths{width:58.332%}
.row .small-eleven-twelfths{width:91.6665%}
.row .small-golden-small{width:38.2716%}
.row .small-golden-large{width:61.7283%}
.row .small-width-auto{width:auto}
/* ------------------------ column push ------------------------ */
 .row .small-push-half,.row .small-push-two-fourths,.row .small-push-three-sixths,.row .small-push-four-eights,.row .small-push-five-tenths,.row .small-push-six-twelfths{left:50%}
.row .small-push-one-third,.row .small-push-two-sixths,.row .small-push-four-twelfths{left:33.3332%}
.row .small-push-two-thirds,.row .small-push-four-sixths,.row .small-push-eight-twelfths{left:66.6665%}
.row .small-push-one-fourth,.row .small-push-two-eighths,.row .small-push-three-twelfths{left:25%}
.row .small-push-three-fourths,.row .small-push-six-eighths,.row .small-push-nine-twelfths{left:75%}
.row .small-push-one-fifth,.row .small-push-two-tenths{left:20%}
.row .small-push-two-fifths,.row .small-push-four-tenths{left:40%}
.row .small-push-three-fifths,.row .small-push-six-tenths{left:60%}
.row .small-push-four-fifths,.row .small-push-eight-tenths{left:80%}
.row .small-push-one-sixth,.row .small-push-two-twelfths{left:16.6665%}
.row .small-push-five-sixths,.row .small-push-ten-twelfths{left:83.3332%}
.row .small-push-one-eighth{left:12.5%}
.row .small-push-three-eighths{left:37.5%}
.row .small-push-five-eighths{left:62.5%}
.row .small-push-seven-eighths{left:87.5%}
.row .small-push-one-tenth{left:10%}
.row .small-push-three-tenths{left:30%}
.row .small-push-seven-tenths{left:70%}
.row .small-push-nine-tenths{left:90%}
.row .small-push-one-twelfth{left:8.3332%}
.row .small-push-five-twelfths{left:41.6665%}
.row .small-push-seven-twelfths{left:58.332%}
.row .small-push-eleven-twelfths{left:91.6665%}
.row .small-push-golden-small{left:38.2716%}
.row .small-push-golden-large{left:61.7283%}
.row .small-push-none{left:auto}
/* ------------------------ column pull ------------------------ */
 .row .small-pull-half,.row .small-pull-two-fourths,.row .small-pull-three-sixths,.row .small-pull-four-eights,.row .small-pull-five-tenths,.row .small-pull-six-twelfths{right:50%}
.row .small-pull-one-third,.row .small-pull-two-sixths,.row .small-pull-four-twelfths{right:33.3332%}
.row .small-pull-two-thirds,.row .small-pull-four-sixths,.row .small-pull-eight-twelfths{right:66.6665%}
.row .small-pull-one-fourth,.row .small-pull-two-eighths,.row .small-pull-three-twelfths{right:25%}
.row .small-pull-three-fourths,.row .small-pull-six-eighths,.row .small-pull-nine-twelfths{right:75%}
.row .small-pull-one-fifth,.row .small-pull-two-tenths{right:20%}
.row .small-pull-two-fifths,.row .small-pull-four-tenths{right:40%}
.row .small-pull-three-fifths,.row .small-pull-six-tenths{right:60%}
.row .small-pull-four-fifths,.row .small-pull-eight-tenths{right:80%}
.row .small-pull-one-sixth,.row .small-pull-two-twelfths{right:16.6665%}
.row .small-pull-five-sixths,.row .small-pull-ten-twelfths{right:83.3332%}
.row .small-pull-one-eighth{right:12.5%}
.row .small-pull-three-eighths{right:37.5%}
.row .small-pull-five-eighths{right:62.5%}
.row .small-pull-seven-eighths{right:87.5%}
.row .small-pull-one-tenth{right:10%}
.row .small-pull-three-tenths{right:30%}
.row .small-pull-seven-tenths{right:70%}
.row .small-pull-nine-tenths{right:90%}
.row .small-pull-one-twelfth{right:8.3332%}
.row .small-pull-five-twelfths{right:41.6665%}
.row .small-pull-seven-twelfths{right:58.332%}
.row .small-pull-eleven-twelfths{right:91.6665%}
.row .small-pull-golden-small{right:38.2716%}
.row .small-pull-golden-large{right:61.7283%}
.row .small-pull-none{right:auto}
/* ------------------------ column offset ------------------------ */
 .row .small-offset-half,.row .small-offset-two-fourths,.row .small-offset-three-sixths,.row .small-offset-four-eights,.row .small-offset-five-tenths,.row .small-offset-six-twelfths{margin-left:50%}
.row .small-offset-one-third,.row .small-offset-two-sixths,.row .small-offset-four-twelfths{margin-left:33.3332%}
.row .small-offset-two-thirds,.row .small-offset-four-sixths,.row .small-offset-eight-twelfths{margin-left:66.6665%}
.row .small-offset-one-fourth,.row .small-offset-two-eighths,.row .small-offset-three-twelfths{margin-left:25%}
.row .small-offset-three-fourths,.row .small-offset-six-eighths,.row .small-offset-nine-twelfths{margin-left:75%}
.row .small-offset-one-fifth,.row .small-offset-two-tenths{margin-left:20%}
.row .small-offset-two-fifths,.row .small-offset-four-tenths{margin-left:40%}
.row .small-offset-three-fifths,.row .small-offset-six-tenths{margin-left:60%}
.row .small-offset-four-fifths,.row .small-offset-eight-tenths{margin-left:80%}
.row .small-offset-one-sixth,.row .small-offset-two-twelfths{margin-left:16.6665%}
.row .small-offset-five-sixths,.row .small-offset-ten-twelfths{margin-left:83.3332%}
.row .small-offset-one-eighth{margin-left:12.5%}
.row .small-offset-three-eighths{margin-left:37.5%}
.row .small-offset-five-eighths{margin-left:62.5%}
.row .small-offset-seven-eighths{margin-left:87.5%}
.row .small-offset-one-tenth{margin-left:10%}
.row .small-offset-three-tenths{margin-left:30%}
.row .small-offset-seven-tenths{margin-left:70%}
.row .small-offset-nine-tenths{margin-left:90%}
.row .small-offset-one-twelfth{margin-left:8.3332%}
.row .small-offset-five-twelfths{margin-left:41.6665%}
.row .small-offset-seven-twelfths{margin-left:58.332%}
.row .small-offset-eleven-twelfths{margin-left:91.6665%}
.row .small-offset-golden-small{margin-left:38.2716%}
.row .small-offset-golden-large{margin-left:61.7283%}
.row .small-offset-none{margin-left:0}}
/* ------------------------ Tablets [768+] ------------------------ */
 @media screen and ( min-width:768px ){.column.medium-centered{float:none;margin:0 auto;overflow:hidden}
/* ------------------------ column widths ------------------------ */
 .row .medium-whole,.row .medium-two-halves,.row .medium-three-thirds,.row .medium-four-fourths,.row .medium-five-fifths,.row .medium-six-sixths,.row .medium-eight-eights,.row .medium-ten-tenths,.row .medium-twelve-twelfths{width:100%}
.row .medium-half,.row .medium-two-fourths,.row .medium-three-sixths,.row .medium-four-eights,.row .medium-five-tenths,.row .medium-six-twelfths{width:50%}
.row .medium-one-third,.row .medium-two-sixths,.row .medium-four-twelfths{width:33.3332%}
.row .medium-two-thirds,.row .medium-four-sixths,.row .medium-eight-twelfths{width:66.6665%}
.row .medium-one-fourth,.row .medium-two-eighths,.row .medium-three-twelfths{width:25%}
.row .medium-three-fourths,.row .medium-six-eighths,.row .medium-nine-twelfths{width:75%}
.row .medium-one-fifth,.row .medium-two-tenths{width:20%}
.row .medium-two-fifths,.row .medium-four-tenths{width:40%}
.row .medium-three-fifths,.row .medium-six-tenths{width:60%}
.row .medium-four-fifths,.row .medium-eight-tenths{width:80%}
.row .medium-one-sixth,.row .medium-two-twelfths{width:16.6665%}
.row .medium-five-sixths,.row .medium-ten-twelfths{width:83.3332%}
.row .medium-one-eighth{width:12.5%}
.row .medium-three-eighths{width:37.5%}
.row .medium-five-eighths{width:62.5%}
.row .medium-seven-eighths{width:87.5%}
.row .medium-one-tenth{width:10%}
.row .medium-three-tenths{width:30%}
.row .medium-seven-tenths{width:70%}
.row .medium-nine-tenths{width:90%}
.row .medium-one-twelfth{width:8.3332%}
.row .medium-five-twelfths{width:41.6665%}
.row .medium-seven-twelfths{width:58.332%}
.row .medium-eleven-twelfths{width:91.6665%}
.row .medium-golden-small{width:38.2716%}
.row .medium-golden-large{width:61.7283%}
.row .medium-width-auto{width:auto}
/* ------------------------ column push ------------------------ */
 .row .medium-push-half,.row .medium-push-two-fourths,.row .medium-push-three-sixths,.row .medium-push-four-eights,.row .medium-push-five-tenths,.row .medium-push-six-twelfths{left:50%}
.row .medium-push-one-third,.row .medium-push-two-sixths,.row .medium-push-four-twelfths{left:33.3332%}
.row .medium-push-two-thirds,.row .medium-push-four-sixths,.row .medium-push-eight-twelfths{left:66.6665%}
.row .medium-push-one-fourth,.row .medium-push-two-eighths,.row .medium-push-three-twelfths{left:25%}
.row .medium-push-three-fourths,.row .medium-push-six-eighths,.row .medium-push-nine-twelfths{left:75%}
.row .medium-push-one-fifth,.row .medium-push-two-tenths{left:20%}
.row .medium-push-two-fifths,.row .medium-push-four-tenths{left:40%}
.row .medium-push-three-fifths,.row .medium-push-six-tenths{left:60%}
.row .medium-push-four-fifths,.row .medium-push-eight-tenths{left:80%}
.row .medium-push-one-sixth,.row .medium-push-two-twelfths{left:16.6665%}
.row .medium-push-five-sixths,.row .medium-push-ten-twelfths{left:83.3332%}
.row .medium-push-one-eighth{left:12.5%}
.row .medium-push-three-eighths{left:37.5%}
.row .medium-push-five-eighths{left:62.5%}
.row .medium-push-seven-eighths{left:87.5%}
.row .medium-push-one-tenth{left:10%}
.row .medium-push-three-tenths{left:30%}
.row .medium-push-seven-tenths{left:70%}
.row .medium-push-nine-tenths{left:90%}
.row .medium-push-one-twelfth{left:8.3332%}
.row .medium-push-five-twelfths{left:41.6665%}
.row .medium-push-seven-twelfths{left:58.332%}
.row .medium-push-eleven-twelfths{left:91.6665%}
.row .medium-push-golden-small{left:38.2716%}
.row .medium-push-golden-large{left:61.7283%}
.row .medium-push-none{left:auto}
/* ------------------------ column pull ------------------------ */
 .row .medium-pull-half,.row .medium-pull-two-fourths,.row .medium-pull-three-sixths,.row .medium-pull-four-eights,.row .medium-pull-five-tenths,.row .medium-pull-six-twelfths{right:50%}
.row .medium-pull-one-third,.row .medium-pull-two-sixths,.row .medium-pull-four-twelfths{right:33.3332%}
.row .medium-pull-two-thirds,.row .medium-pull-four-sixths,.row .medium-pull-eight-twelfths{right:66.6665%}
.row .medium-pull-one-fourth,.row .medium-pull-two-eighths,.row .medium-pull-three-twelfths{right:25%}
.row .medium-pull-three-fourths,.row .medium-pull-six-eighths,.row .medium-pull-nine-twelfths{right:75%}
.row .medium-pull-one-fifth,.row .medium-pull-two-tenths{right:20%}
.row .medium-pull-two-fifths,.row .medium-pull-four-tenths{right:40%}
.row .medium-pull-three-fifths,.row .medium-pull-six-tenths{right:60%}
.row .medium-pull-four-fifths,.row .medium-pull-eight-tenths{right:80%}
.row .medium-pull-one-sixth,.row .medium-pull-two-twelfths{right:16.6665%}
.row .medium-pull-five-sixths,.row .medium-pull-ten-twelfths{right:83.3332%}
.row .medium-pull-one-eighth{right:12.5%}
.row .medium-pull-three-eighths{right:37.5%}
.row .medium-pull-five-eighths{right:62.5%}
.row .medium-pull-seven-eighths{right:87.5%}
.row .medium-pull-one-tenth{right:10%}
.row .medium-pull-three-tenths{right:30%}
.row .medium-pull-seven-tenths{right:70%}
.row .medium-pull-nine-tenths{right:90%}
.row .medium-pull-one-twelfth{right:8.3332%}
.row .medium-pull-five-twelfths{right:41.6665%}
.row .medium-pull-seven-twelfths{right:58.332%}
.row .medium-pull-eleven-twelfths{right:91.6665%}
.row .medium-pull-golden-small{right:38.2716%}
.row .medium-pull-golden-large{right:61.7283%}
.row .medium-pull-none{right:auto}
/* ------------------------ column offset ------------------------ */
 .row .medium-offset-half,.row .medium-offset-two-fourths,.row .medium-offset-three-sixths,.row .medium-offset-four-eights,.row .medium-offset-five-tenths,.row .medium-offset-six-twelfths{margin-left:50%}
.row .medium-offset-one-third,.row .medium-offset-two-sixths,.row .medium-offset-four-twelfths{margin-left:33.3332%}
.row .medium-offset-two-thirds,.row .medium-offset-four-sixths,.row .medium-offset-eight-twelfths{margin-left:66.6665%}
.row .medium-offset-one-fourth,.row .medium-offset-two-eighths,.row .medium-offset-three-twelfths{margin-left:25%}
.row .medium-offset-three-fourths,.row .medium-offset-six-eighths,.row .medium-offset-nine-twelfths{margin-left:75%}
.row .medium-offset-one-fifth,.row .medium-offset-two-tenths{margin-left:20%}
.row .medium-offset-two-fifths,.row .medium-offset-four-tenths{margin-left:40%}
.row .medium-offset-three-fifths,.row .medium-offset-six-tenths{margin-left:60%}
.row .medium-offset-four-fifths,.row .medium-offset-eight-tenths{margin-left:80%}
.row .medium-offset-one-sixth,.row .medium-offset-two-twelfths{margin-left:16.6665%}
.row .medium-offset-five-sixths,.row .medium-offset-ten-twelfths{margin-left:83.3332%}
.row .medium-offset-one-eighth{margin-left:12.5%}
.row .medium-offset-three-eighths{margin-left:37.5%}
.row .medium-offset-five-eighths{margin-left:62.5%}
.row .medium-offset-seven-eighths{margin-left:87.5%}
.row .medium-offset-one-tenth{margin-left:10%}
.row .medium-offset-three-tenths{margin-left:30%}
.row .medium-offset-seven-tenths{margin-left:70%}
.row .medium-offset-nine-tenths{margin-left:90%}
.row .medium-offset-one-twelfth{margin-left:8.3332%}
.row .medium-offset-five-twelfths{margin-left:41.6665%}
.row .medium-offset-seven-twelfths{margin-left:58.332%}
.row .medium-offset-eleven-twelfths{margin-left:91.6665%}
.row .medium-offset-golden-small{margin-left:38.2716%}
.row .medium-offset-golden-large{margin-left:61.7283%}
.row .medium-offset-none{margin-left:0}}
/* ------------------------ Standard Desktop [960+] ------------------------ */
 @media screen and ( min-width:960px ){.column.large-centered{float:none;margin:0 auto;overflow:hidden}
/* ------------------------ column widths ------------------------ */
 .row .large-whole,.row .large-two-halves,.row .large-three-thirds,.row .large-four-fourths,.row .large-five-fifths,.row .large-six-sixths,.row .large-eight-eights,.row .large-ten-tenths,.row .large-twelve-twelfths{width:100%}
.row .large-half,.row .large-two-fourths,.row .large-three-sixths,.row .large-four-eights,.row .large-five-tenths,.row .large-six-twelfths{width:50%}
.row .large-one-third,.row .large-two-sixths,.row .large-four-twelfths{width:33.3332%}
.row .large-two-thirds,.row .large-four-sixths,.row .large-eight-twelfths{width:66.6665%}
.row .large-one-fourth,.row .large-two-eighths,.row .large-three-twelfths{width:25%}
.row .large-three-fourths,.row .large-six-eighths,.row .large-nine-twelfths{width:75%}
.row .large-one-fifth,.row .large-two-tenths{width:20%}
.row .large-two-fifths,.row .large-four-tenths{width:40%}
.row .large-three-fifths,.row .large-six-tenths{width:60%}
.row .large-four-fifths,.row .large-eight-tenths{width:80%}
.row .large-one-sixth,.row .large-two-twelfths{width:16.6665%}
.row .large-five-sixths,.row .large-ten-twelfths{width:83.3332%}
.row .large-one-eighth{width:12.5%}
.row .large-three-eighths{width:37.5%}
.row .large-five-eighths{width:62.5%}
.row .large-seven-eighths{width:87.5%}
.row .large-one-tenth{width:10%}
.row .large-three-tenths{width:30%}
.row .large-seven-tenths{width:70%}
.row .large-nine-tenths{width:90%}
.row .large-one-twelfth{width:8.3332%}
.row .large-five-twelfths{width:41.6665%}
.row .large-seven-twelfths{width:58.332%}
.row .large-eleven-twelfths{width:91.6665%}
.row .large-golden-small{width:38.2716%}
.row .large-golden-large{width:61.7283%}
.row .large-width-auto{width:auto}
/* ------------------------ column push ------------------------ */
 .row .large-push-half,.row .large-push-two-fourths,.row .large-push-three-sixths,.row .large-push-four-eights,.row .large-push-five-tenths,.row .large-push-six-twelfths{left:50%}
.row .large-push-one-third,.row .large-push-two-sixths,.row .large-push-four-twelfths{left:33.3332%}
.row .large-push-two-thirds,.row .large-push-four-sixths,.row .large-push-eight-twelfths{left:66.6665%}
.row .large-push-one-fourth,.row .large-push-two-eighths,.row .large-push-three-twelfths{left:25%}
.row .large-push-three-fourths,.row .large-push-six-eighths,.row .large-push-nine-twelfths{left:75%}
.row .large-push-one-fifth,.row .large-push-two-tenths{left:20%}
.row .large-push-two-fifths,.row .large-push-four-tenths{left:40%}
.row .large-push-three-fifths,.row .large-push-six-tenths{left:60%}
.row .large-push-four-fifths,.row .large-push-eight-tenths{left:80%}
.row .large-push-one-sixth,.row .large-push-two-twelfths{left:16.6665%}
.row .large-push-five-sixths,.row .large-push-ten-twelfths{left:83.3332%}
.row .large-push-one-eighth{left:12.5%}
.row .large-push-three-eighths{left:37.5%}
.row .large-push-five-eighths{left:62.5%}
.row .large-push-seven-eighths{left:87.5%}
.row .large-push-one-tenth{left:10%}
.row .large-push-three-tenths{left:30%}
.row .large-push-seven-tenths{left:70%}
.row .large-push-nine-tenths{left:90%}
.row .large-push-one-twelfth{left:8.3332%}
.row .large-push-five-twelfths{left:41.6665%}
.row .large-push-seven-twelfths{left:58.332%}
.row .large-push-eleven-twelfths{left:91.6665%}
.row .large-push-golden-small{left:38.2716%}
.row .large-push-golden-large{left:61.7283%}
.row .large-push-none{left:auto}
/* ------------------------ column pull ------------------------ */
 .row .large-pull-half,.row .large-pull-two-fourths,.row .large-pull-three-sixths,.row .large-pull-four-eights,.row .large-pull-five-tenths,.row .large-pull-six-twelfths{right:50%}
.row .large-pull-one-third,.row .large-pull-two-sixths,.row .large-pull-four-twelfths{right:33.3332%}
.row .large-pull-two-thirds,.row .large-pull-four-sixths,.row .large-pull-eight-twelfths{right:66.6665%}
.row .large-pull-one-fourth,.row .large-pull-two-eighths,.row .large-pull-three-twelfths{right:25%}
.row .large-pull-three-fourths,.row .large-pull-six-eighths,.row .large-pull-nine-twelfths{right:75%}
.row .large-pull-one-fifth,.row .large-pull-two-tenths{right:20%}
.row .large-pull-two-fifths,.row .large-pull-four-tenths{right:40%}
.row .large-pull-three-fifths,.row .large-pull-six-tenths{right:60%}
.row .large-pull-four-fifths,.row .large-pull-eight-tenths{right:80%}
.row .large-pull-one-sixth,.row .large-pull-two-twelfths{right:16.6665%}
.row .large-pull-five-sixths,.row .large-pull-ten-twelfths{right:83.3332%}
.row .large-pull-one-eighth{right:12.5%}
.row .large-pull-three-eighths{right:37.5%}
.row .large-pull-five-eighths{right:62.5%}
.row .large-pull-seven-eighths{right:87.5%}
.row .large-pull-one-tenth{right:10%}
.row .large-pull-three-tenths{right:30%}
.row .large-pull-seven-tenths{right:70%}
.row .large-pull-nine-tenths{right:90%}
.row .large-pull-one-twelfth{right:8.3332%}
.row .large-pull-five-twelfths{right:41.6665%}
.row .large-pull-seven-twelfths{right:58.332%}
.row .large-pull-eleven-twelfths{right:91.6665%}
.row .large-pull-golden-small{right:38.2716%}
.row .large-pull-golden-large{right:61.7283%}
.row .large-pull-none{right:auto}
/* ------------------------ column offset ------------------------ */
 .row .large-offset-half,.row .large-offset-two-fourths,.row .large-offset-three-sixths,.row .large-offset-four-eights,.row .large-offset-five-tenths,.row .large-offset-six-twelfths{margin-left:50%}
.row .large-offset-one-third,.row .large-offset-two-sixths,.row .large-offset-four-twelfths{margin-left:33.3332%}
.row .large-offset-two-thirds,.row .large-offset-four-sixths,.row .large-offset-eight-twelfths{margin-left:66.6665%}
.row .large-offset-one-fourth,.row .large-offset-two-eighths,.row .large-offset-three-twelfths{margin-left:25%}
.row .large-offset-three-fourths,.row .large-offset-six-eighths,.row .large-offset-nine-twelfths{margin-left:75%}
.row .large-offset-one-fifth,.row .large-offset-two-tenths{margin-left:20%}
.row .large-offset-two-fifths,.row .large-offset-four-tenths{margin-left:40%}
.row .large-offset-three-fifths,.row .large-offset-six-tenths{margin-left:60%}
.row .large-offset-four-fifths,.row .large-offset-eight-tenths{margin-left:80%}
.row .large-offset-one-sixth,.row .large-offset-two-twelfths{margin-left:16.6665%}
.row .large-offset-five-sixths,.row .large-offset-ten-twelfths{margin-left:83.3332%}
.row .large-offset-one-eighth{margin-left:12.5%}
.row .large-offset-three-eighths{margin-left:37.5%}
.row .large-offset-five-eighths{margin-left:62.5%}
.row .large-offset-seven-eighths{margin-left:87.5%}
.row .large-offset-one-tenth{margin-left:10%}
.row .large-offset-three-tenths{margin-left:30%}
.row .large-offset-seven-tenths{margin-left:70%}
.row .large-offset-nine-tenths{margin-left:90%}
.row .large-offset-one-twelfth{margin-left:8.3332%}
.row .large-offset-five-twelfths{margin-left:41.6665%}
.row .large-offset-seven-twelfths{margin-left:58.332%}
.row .large-offset-eleven-twelfths{margin-left:91.6665%}
.row .large-offset-golden-small{margin-left:38.2716%}
.row .large-offset-golden-large{margin-left:61.7283%}
.row .large-offset-none{margin-left:0}}
/* ------------------------ Large Desktop [1170+] ------------------------ */
 @media screen and ( min-width:1170px ){.column.x-large-centered{float:none;margin:0 auto;overflow:hidden}
/* ------------------------ column widths ------------------------ */
 .row .x-large-whole,.row .x-large-two-halves,.row .x-large-three-thirds,.row .x-large-four-fourths,.row .x-large-five-fifths,.row .x-large-six-sixths,.row .x-large-eight-eights,.row .x-large-ten-tenths,.row .x-large-twelve-twelfths{width:100%}
.row .x-large-half,.row .x-large-two-fourths,.row .x-large-three-sixths,.row .x-large-four-eights,.row .x-large-five-tenths,.row .x-large-six-twelfths{width:50%}
.row .x-large-one-third,.row .x-large-two-sixths,.row .x-large-four-twelfths{width:33.3332%}
.row .x-large-two-thirds,.row .x-large-four-sixths,.row .x-large-eight-twelfths{width:66.6665%}
.row .x-large-one-fourth,.row .x-large-two-eighths,.row .x-large-three-twelfths{width:25%}
.row .x-large-three-fourths,.row .x-large-six-eighths,.row .x-large-nine-twelfths{width:75%}
.row .x-large-one-fifth,.row .x-large-two-tenths{width:20%}
.row .x-large-two-fifths,.row .x-large-four-tenths{width:40%}
.row .x-large-three-fifths,.row .x-large-six-tenths{width:60%}
.row .x-large-four-fifths,.row .x-large-eight-tenths{width:80%}
.row .x-large-one-sixth,.row .x-large-two-twelfths{width:16.6665%}
.row .x-large-five-sixths,.row .x-large-ten-twelfths{width:83.3332%}
.row .x-large-one-eighth{width:12.5%}
.row .x-large-three-eighths{width:37.5%}
.row .x-large-five-eighths{width:62.5%}
.row .x-large-seven-eighths{width:87.5%}
.row .x-large-one-tenth{width:10%}
.row .x-large-three-tenths{width:30%}
.row .x-large-seven-tenths{width:70%}
.row .x-large-nine-tenths{width:90%}
.row .x-large-one-twelfth{width:8.3332%}
.row .x-large-five-twelfths{width:41.6665%}
.row .x-large-seven-twelfths{width:58.332%}
.row .x-large-eleven-twelfths{width:91.6665%}
.row .x-large-golden-small{width:38.2716%}
.row .x-large-golden-x-large{width:61.7283%}
.row .x-large-width-auto{width:auto}
/* ------------------------ column push ------------------------ */
 .row .x-large-push-half,.row .x-large-push-two-fourths,.row .x-large-push-three-sixths,.row .x-large-push-four-eights,.row .x-large-push-five-tenths,.row .x-large-push-six-twelfths{left:50%}
.row .x-large-push-one-third,.row .x-large-push-two-sixths,.row .x-large-push-four-twelfths{left:33.3332%}
.row .x-large-push-two-thirds,.row .x-large-push-four-sixths,.row .x-large-push-eight-twelfths{left:66.6665%}
.row .x-large-push-one-fourth,.row .x-large-push-two-eighths,.row .x-large-push-three-twelfths{left:25%}
.row .x-large-push-three-fourths,.row .x-large-push-six-eighths,.row .x-large-push-nine-twelfths{left:75%}
.row .x-large-push-one-fifth,.row .x-large-push-two-tenths{left:20%}
.row .x-large-push-two-fifths,.row .x-large-push-four-tenths{left:40%}
.row .x-large-push-three-fifths,.row .x-large-push-six-tenths{left:60%}
.row .x-large-push-four-fifths,.row .x-large-push-eight-tenths{left:80%}
.row .x-large-push-one-sixth,.row .x-large-push-two-twelfths{left:16.6665%}
.row .x-large-push-five-sixths,.row .x-large-push-ten-twelfths{left:83.3332%}
.row .x-large-push-one-eighth{left:12.5%}
.row .x-large-push-three-eighths{left:37.5%}
.row .x-large-push-five-eighths{left:62.5%}
.row .x-large-push-seven-eighths{left:87.5%}
.row .x-large-push-one-tenth{left:10%}
.row .x-large-push-three-tenths{left:30%}
.row .x-large-push-seven-tenths{left:70%}
.row .x-large-push-nine-tenths{left:90%}
.row .x-large-push-one-twelfth{left:8.3332%}
.row .x-large-push-five-twelfths{left:41.6665%}
.row .x-large-push-seven-twelfths{left:58.332%}
.row .x-large-push-eleven-twelfths{left:91.6665%}
.row .x-large-push-golden-small{left:38.2716%}
.row .x-large-push-golden-x-large{left:61.7283%}
.row .x-large-push-none{left:auto}
/* ------------------------ column pull ------------------------ */
 .row .x-large-pull-half,.row .x-large-pull-two-fourths,.row .x-large-pull-three-sixths,.row .x-large-pull-four-eights,.row .x-large-pull-five-tenths,.row .x-large-pull-six-twelfths{right:50%}
.row .x-large-pull-one-third,.row .x-large-pull-two-sixths,.row .x-large-pull-four-twelfths{right:33.3332%}
.row .x-large-pull-two-thirds,.row .x-large-pull-four-sixths,.row .x-large-pull-eight-twelfths{right:66.6665%}
.row .x-large-pull-one-fourth,.row .x-large-pull-two-eighths,.row .x-large-pull-three-twelfths{right:25%}
.row .x-large-pull-three-fourths,.row .x-large-pull-six-eighths,.row .x-large-pull-nine-twelfths{right:75%}
.row .x-large-pull-one-fifth,.row .x-large-pull-two-tenths{right:20%}
.row .x-large-pull-two-fifths,.row .x-large-pull-four-tenths{right:40%}
.row .x-large-pull-three-fifths,.row .x-large-pull-six-tenths{right:60%}
.row .x-large-pull-four-fifths,.row .x-large-pull-eight-tenths{right:80%}
.row .x-large-pull-one-sixth,.row .x-large-pull-two-twelfths{right:16.6665%}
.row .x-large-pull-five-sixths,.row .x-large-pull-ten-twelfths{right:83.3332%}
.row .x-large-pull-one-eighth{right:12.5%}
.row .x-large-pull-three-eighths{right:37.5%}
.row .x-large-pull-five-eighths{right:62.5%}
.row .x-large-pull-seven-eighths{right:87.5%}
.row .x-large-pull-one-tenth{right:10%}
.row .x-large-pull-three-tenths{right:30%}
.row .x-large-pull-seven-tenths{right:70%}
.row .x-large-pull-nine-tenths{right:90%}
.row .x-large-pull-one-twelfth{right:8.3332%}
.row .x-large-pull-five-twelfths{right:41.6665%}
.row .x-large-pull-seven-twelfths{right:58.332%}
.row .x-large-pull-eleven-twelfths{right:91.6665%}
.row .x-large-pull-golden-small{right:38.2716%}
.row .x-large-pull-golden-x-large{right:61.7283%}
.row .x-large-pull-none{right:auto}
/* ------------------------ column offset ------------------------ */
 .row .x-large-offset-half,.row .x-large-offset-two-fourths,.row .x-large-offset-three-sixths,.row .x-large-offset-four-eights,.row .x-large-offset-five-tenths,.row .x-large-offset-six-twelfths{margin-left:50%}
.row .x-large-offset-one-third,.row .x-large-offset-two-sixths,.row .x-large-offset-four-twelfths{margin-left:33.3332%}
.row .x-large-offset-two-thirds,.row .x-large-offset-four-sixths,.row .x-large-offset-eight-twelfths{margin-left:66.6665%}
.row .x-large-offset-one-fourth,.row .x-large-offset-two-eighths,.row .x-large-offset-three-twelfths{margin-left:25%}
.row .x-large-offset-three-fourths,.row .x-large-offset-six-eighths,.row .x-large-offset-nine-twelfths{margin-left:75%}
.row .x-large-offset-one-fifth,.row .x-large-offset-two-tenths{margin-left:20%}
.row .x-large-offset-two-fifths,.row .x-large-offset-four-tenths{margin-left:40%}
.row .x-large-offset-three-fifths,.row .x-large-offset-six-tenths{margin-left:60%}
.row .x-large-offset-four-fifths,.row .x-large-offset-eight-tenths{margin-left:80%}
.row .x-large-offset-one-sixth,.row .x-large-offset-two-twelfths{margin-left:16.6665%}
.row .x-large-offset-five-sixths,.row .x-large-offset-ten-twelfths{margin-left:83.3332%}
.row .x-large-offset-one-eighth{margin-left:12.5%}
.row .x-large-offset-three-eighths{margin-left:37.5%}
.row .x-large-offset-five-eighths{margin-left:62.5%}
.row .x-large-offset-seven-eighths{margin-left:87.5%}
.row .x-large-offset-one-tenth{margin-left:10%}
.row .x-large-offset-three-tenths{margin-left:30%}
.row .x-large-offset-seven-tenths{margin-left:70%}
.row .x-large-offset-nine-tenths{margin-left:90%}
.row .x-large-offset-one-twelfth{margin-left:8.3332%}
.row .x-large-offset-five-twelfths{margin-left:41.6665%}
.row .x-large-offset-seven-twelfths{margin-left:58.332%}
.row .x-large-offset-eleven-twelfths{margin-left:91.6665%}
.row .x-large-offset-golden-small{margin-left:38.2716%}
.row .x-large-offset-golden-x-large{margin-left:61.7283%}
.row .x-large-offset-none{margin-left:0}}
/* ------------------------ Larger Desktop [1440+] ------------------------ */
 @media screen and ( min-width:1440px ){.column.xx-large-centered{float:none;margin:0 auto;overflow:hidden}
/* ------------------------ column widths ------------------------ */
 .row .xx-large-whole,.row .xx-large-two-halves,.row .xx-large-three-thirds,.row .xx-large-four-fourths,.row .xx-large-five-fifths,.row .xx-large-six-sixths,.row .xx-large-eight-eights,.row .xx-large-ten-tenths,.row .xx-large-twelve-twelfths{width:100%}
.row .xx-large-half,.row .xx-large-two-fourths,.row .xx-large-three-sixths,.row .xx-large-four-eights,.row .xx-large-five-tenths,.row .xx-large-six-twelfths{width:50%}
.row .xx-large-one-third,.row .xx-large-two-sixths,.row .xx-large-four-twelfths{width:33.3332%}
.row .xx-large-two-thirds,.row .xx-large-four-sixths,.row .xx-large-eight-twelfths{width:66.6665%}
.row .xx-large-one-fourth,.row .xx-large-two-eighths,.row .xx-large-three-twelfths{width:25%}
.row .xx-large-three-fourths,.row .xx-large-six-eighths,.row .xx-large-nine-twelfths{width:75%}
.row .xx-large-one-fifth,.row .xx-large-two-tenths{width:20%}
.row .xx-large-two-fifths,.row .xx-large-four-tenths{width:40%}
.row .xx-large-three-fifths,.row .xx-large-six-tenths{width:60%}
.row .xx-large-four-fifths,.row .xx-large-eight-tenths{width:80%}
.row .xx-large-one-sixth,.row .xx-large-two-twelfths{width:16.6665%}
.row .xx-large-five-sixths,.row .xx-large-ten-twelfths{width:83.3332%}
.row .xx-large-one-eighth{width:12.5%}
.row .xx-large-three-eighths{width:37.5%}
.row .xx-large-five-eighths{width:62.5%}
.row .xx-large-seven-eighths{width:87.5%}
.row .xx-large-one-tenth{width:10%}
.row .xx-large-three-tenths{width:30%}
.row .xx-large-seven-tenths{width:70%}
.row .xx-large-nine-tenths{width:90%}
.row .xx-large-one-twelfth{width:8.3332%}
.row .xx-large-five-twelfths{width:41.6665%}
.row .xx-large-seven-twelfths{width:58.332%}
.row .xx-large-eleven-twelfths{width:91.6665%}
.row .xx-large-golden-small{width:38.2716%}
.row .xx-large-golden-xx-large{width:61.7283%}
.row .xx-large-width-auto{width:auto}
/* ------------------------ column push ------------------------ */
 .row .xx-large-push-half,.row .xx-large-push-two-fourths,.row .xx-large-push-three-sixths,.row .xx-large-push-four-eights,.row .xx-large-push-five-tenths,.row .xx-large-push-six-twelfths{left:50%}
.row .xx-large-push-one-third,.row .xx-large-push-two-sixths,.row .xx-large-push-four-twelfths{left:33.3332%}
.row .xx-large-push-two-thirds,.row .xx-large-push-four-sixths,.row .xx-large-push-eight-twelfths{left:66.6665%}
.row .xx-large-push-one-fourth,.row .xx-large-push-two-eighths,.row .xx-large-push-three-twelfths{left:25%}
.row .xx-large-push-three-fourths,.row .xx-large-push-six-eighths,.row .xx-large-push-nine-twelfths{left:75%}
.row .xx-large-push-one-fifth,.row .xx-large-push-two-tenths{left:20%}
.row .xx-large-push-two-fifths,.row .xx-large-push-four-tenths{left:40%}
.row .xx-large-push-three-fifths,.row .xx-large-push-six-tenths{left:60%}
.row .xx-large-push-four-fifths,.row .xx-large-push-eight-tenths{left:80%}
.row .xx-large-push-one-sixth,.row .xx-large-push-two-twelfths{left:16.6665%}
.row .xx-large-push-five-sixths,.row .xx-large-push-ten-twelfths{left:83.3332%}
.row .xx-large-push-one-eighth{left:12.5%}
.row .xx-large-push-three-eighths{left:37.5%}
.row .xx-large-push-five-eighths{left:62.5%}
.row .xx-large-push-seven-eighths{left:87.5%}
.row .xx-large-push-one-tenth{left:10%}
.row .xx-large-push-three-tenths{left:30%}
.row .xx-large-push-seven-tenths{left:70%}
.row .xx-large-push-nine-tenths{left:90%}
.row .xx-large-push-one-twelfth{left:8.3332%}
.row .xx-large-push-five-twelfths{left:41.6665%}
.row .xx-large-push-seven-twelfths{left:58.332%}
.row .xx-large-push-eleven-twelfths{left:91.6665%}
.row .xx-large-push-golden-small{left:38.2716%}
.row .xx-large-push-golden-xx-large{left:61.7283%}
.row .xx-large-push-none{left:auto}
/* ------------------------ column pull ------------------------ */
 .row .xx-large-pull-half,.row .xx-large-pull-two-fourths,.row .xx-large-pull-three-sixths,.row .xx-large-pull-four-eights,.row .xx-large-pull-five-tenths,.row .xx-large-pull-six-twelfths{right:50%}
.row .xx-large-pull-one-third,.row .xx-large-pull-two-sixths,.row .xx-large-pull-four-twelfths{right:33.3332%}
.row .xx-large-pull-two-thirds,.row .xx-large-pull-four-sixths,.row .xx-large-pull-eight-twelfths{right:66.6665%}
.row .xx-large-pull-one-fourth,.row .xx-large-pull-two-eighths,.row .xx-large-pull-three-twelfths{right:25%}
.row .xx-large-pull-three-fourths,.row .xx-large-pull-six-eighths,.row .xx-large-pull-nine-twelfths{right:75%}
.row .xx-large-pull-one-fifth,.row .xx-large-pull-two-tenths{right:20%}
.row .xx-large-pull-two-fifths,.row .xx-large-pull-four-tenths{right:40%}
.row .xx-large-pull-three-fifths,.row .xx-large-pull-six-tenths{right:60%}
.row .xx-large-pull-four-fifths,.row .xx-large-pull-eight-tenths{right:80%}
.row .xx-large-pull-one-sixth,.row .xx-large-pull-two-twelfths{right:16.6665%}
.row .xx-large-pull-five-sixths,.row .xx-large-pull-ten-twelfths{right:83.3332%}
.row .xx-large-pull-one-eighth{right:12.5%}
.row .xx-large-pull-three-eighths{right:37.5%}
.row .xx-large-pull-five-eighths{right:62.5%}
.row .xx-large-pull-seven-eighths{right:87.5%}
.row .xx-large-pull-one-tenth{right:10%}
.row .xx-large-pull-three-tenths{right:30%}
.row .xx-large-pull-seven-tenths{right:70%}
.row .xx-large-pull-nine-tenths{right:90%}
.row .xx-large-pull-one-twelfth{right:8.3332%}
.row .xx-large-pull-five-twelfths{right:41.6665%}
.row .xx-large-pull-seven-twelfths{right:58.332%}
.row .xx-large-pull-eleven-twelfths{right:91.6665%}
.row .xx-large-pull-golden-small{right:38.2716%}
.row .xx-large-pull-golden-xx-large{right:61.7283%}
.row .xx-large-pull-none{right:auto}
/* ------------------------ column offset ------------------------ */
 .row .xx-large-offset-half,.row .xx-large-offset-two-fourths,.row .xx-large-offset-three-sixths,.row .xx-large-offset-four-eights,.row .xx-large-offset-five-tenths,.row .xx-large-offset-six-twelfths{margin-left:50%}
.row .xx-large-offset-one-third,.row .xx-large-offset-two-sixths,.row .xx-large-offset-four-twelfths{margin-left:33.3332%}
.row .xx-large-offset-two-thirds,.row .xx-large-offset-four-sixths,.row .xx-large-offset-eight-twelfths{margin-left:66.6665%}
.row .xx-large-offset-one-fourth,.row .xx-large-offset-two-eighths,.row .xx-large-offset-three-twelfths{margin-left:25%}
.row .xx-large-offset-three-fourths,.row .xx-large-offset-six-eighths,.row .xx-large-offset-nine-twelfths{margin-left:75%}
.row .xx-large-offset-one-fifth,.row .xx-large-offset-two-tenths{margin-left:20%}
.row .xx-large-offset-two-fifths,.row .xx-large-offset-four-tenths{margin-left:40%}
.row .xx-large-offset-three-fifths,.row .xx-large-offset-six-tenths{margin-left:60%}
.row .xx-large-offset-four-fifths,.row .xx-large-offset-eight-tenths{margin-left:80%}
.row .xx-large-offset-one-sixth,.row .xx-large-offset-two-twelfths{margin-left:16.6665%}
.row .xx-large-offset-five-sixths,.row .xx-large-offset-ten-twelfths{margin-left:83.3332%}
.row .xx-large-offset-one-eighth{margin-left:12.5%}
.row .xx-large-offset-three-eighths{margin-left:37.5%}
.row .xx-large-offset-five-eighths{margin-left:62.5%}
.row .xx-large-offset-seven-eighths{margin-left:87.5%}
.row .xx-large-offset-one-tenth{margin-left:10%}
.row .xx-large-offset-three-tenths{margin-left:30%}
.row .xx-large-offset-seven-tenths{margin-left:70%}
.row .xx-large-offset-nine-tenths{margin-left:90%}
.row .xx-large-offset-one-twelfth{margin-left:8.3332%}
.row .xx-large-offset-five-twelfths{margin-left:41.6665%}
.row .xx-large-offset-seven-twelfths{margin-left:58.332%}
.row .xx-large-offset-eleven-twelfths{margin-left:91.6665%}
.row .xx-large-offset-golden-small{margin-left:38.2716%}
.row .xx-large-offset-golden-xx-large{margin-left:61.7283%}
.row .xx-large-offset-none{margin-left:0}}/*
------------------------ TYPOGRAPHY ------------------------ */
html,button,select,input,textarea{color:#4d4d4d;}
body{font-family:"Montserrat",Helvetica,Arial,sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.5;text-align:left;}
a,a:active,a:visited{outline:none;text-decoration:none;-webkit-transition:0.2s ease-in-out all;transition:0.2s ease-in-out all;}
a{color:#7d7d7d;}
a:hover{color:#38c574;outline:none;}
a:active{color:#4a9dcf;}
.touch a,.touch a:hover{text-decoration:none}
.decoration,.decoration:hover{text-decoration:underline;}
.no-decoration,.no-decoration:hover{text-decoration:none;}
abbr,acronym,dfn[title]{border-bottom:1px dotted #999;cursor:help;}
abbr a{text-decoration:none}
acronym{text-transform:uppercase;}
blockquote{border-left:0.375rem solid #efefef;font:italic 1.333rem Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;padding-left:1rem;}
blockquote p{margin:0}
blockquote p + p{margin-top:1.50rem}
blockquote cite{color:#777;font:italic 0.75rem Arial,Helvetica,sans-serif}
blockquote cite:before{content:"\2014 \0020"}
blockquote cite a{color:#777}
blockquote.blockquote-reverse{border-left:0 none;border-right:.375rem solid #efefef;padding-left:0;padding-right:1rem;text-align:right}
caption,p,table,textarea,td,th{-moz-hyphens:unset;-ms-hyphens:unset;-webkit-hyphens:unset;hyphens:unset;word-wrap:unset;}
dl dt{color:#222;font-weight:700;}
dl dd{margin:0;}
del{color:#777;text-decoration:line-through;}
details{cursor:pointer;}
em,i,cite{font-style:italic;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#4d4d4d;color:#2a527a;font-weight:700;}
h1,.h1{font-size:1.50rem;line-height:1;}
h2,.h2{font-size:1.25rem;line-height:1.2;}
h3,.h3{font-size:1.125rem;line-height:1.33333;}
h4,.h4{font-size:1rem;line-height:1.5;}
h5,.h5{font-size:0.875rem;line-height:1.71429;}
h6,.h6{font-size:0.75rem;line-height:2;}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){h1,.h1{font-size:2rem;line-height:1.5}
h2,.h2{font-size:1.50rem;line-height:1}
h3,.h3{font-size:1.25rem;line-height:1.2}
h4,.h4{font-size:1.125rem;line-height:1.33333}
h5,.h5{font-size:1rem;line-height:1.5}
h6,.h6{font-size:0.875rem;line-height:1.71429}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){h1,.h1{font-size:2.25rem;line-height:1.33333}
h2,.h2{font-size:1.875rem;line-height:1.6}
h3,.h3{font-size:1.50rem;line-height:1}
h4,.h4{font-size:1.25rem;line-height:1.2}
h5,.h5{font-size:1rem;line-height:1.5}
h6,.h6{font-size:0.875rem;line-height:1.71429}}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{font-weight:inherit;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:65%;line-height:1;}
hr{border:0;border-bottom:1px solid #dfe1e1;margin:1rem 0;}
hr.symbol{border:0;height:1.333rem;margin:0 0 1rem;padding:1rem 0}
hr.symbol:before{border:0;color:#222;content:"⁂";display:block;font-size:1.333rem;line-height:1;text-align:center;width:100%}
ins,mark{background:#ff9;color:#222;text-decoration:none;}
nav ul,nav ol{margin:0;padding:0;list-style:none;}
ol{list-style:decimal;}
ol ol{list-style:upper-alpha}
ol ol ol{list-style:lower-roman}
ol ol ol ol{list-style:lower-alpha}
ul{list-style:disc;}
ul ul{list-style:circle}
ul ul ul{list-style:square}
ul ul ul ul{list-style:decimal-leading-zero}
ol ol,ol ul,ul ul,ul ol{margin-bottom:0;}
.no-list{list-style:none;margin:0;padding:0;}
/* ------------------------ lined list ------------------------ */
 .lined-list li{border-bottom:1px solid #dfe1e1;padding-bottom:0.25rem;padding-top:0.25rem}
.lined-list li:last-child,.lined-list li.last-child,.lined-list li li{border-bottom:none}
/* ------------------------ inline list ------------------------ */
 .inline-list{display:block;margin-left:0px}
.inline-list li{display:inline;margin-right:1.50rem}
.inline-list li:last-child,.inline-list li.last-child{margin-right:0}
/* ------------------------ inline lined list ------------------------ */
 .lined-list.inline-list li{margin-right:0.75rem}
.lined-list.inline-list li:after{color:#dfe1e1;content:"|";margin-left:0.75rem}
.lined-list.inline-list li:last-child:after,.lined-list.inline-list li.last-child:after{content:""}/*
------------------------ =BUTTONS ------------------------ */
.button{background:transparent;border:1px solid #ccd1d9;border-radius:0.25rem;color:#656d78;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;height:2em;line-height:2;margin:0;overflow:visible;padding:0 0.75em;text-align:center;text-decoration:none;-webkit-transition:0.2s ease-in-out all;transition:0.2s ease-in-out all;vertical-align:middle;white-space:nowrap;}
.button,.button:active,.button:focus,.button:hover,.button:visited{text-decoration:none}
.button:focus,.button:hover{/*box-shadow:0 0 3px rgba(0,0,0,0.5);*/
}
.button:hover{/*color:#fff;*/
}
a.button:focus,a.button:hover{}
.button:active{box-shadow:0 0 3px rgba(0,0,0,0.5) inset;outline:0 none}
.bg-transparent.button:focus,.bg-transparent.button:hover,.bg-transparent.button:active{box-shadow:none;outline:0 none}
.button::-moz-focus-inner{border:0;padding:0}
.button[disabled],.button.disabled{box-shadow:none;color:#fff;cursor:not-allowed;opacity:0.50;text-shadow:none;background:#76c58c}
.ie8 .button[disabled],.ie8 .button.disabled{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}
.button *[data-icon]{margin-right:0.50em}
/* ------------------------ button sizing ------------------------ */
 .button-mini{font-size:0.75rem;height:1.5em;line-height:1.5;padding-right:0.50em;padding-left:0.50em;width:auto}
.button-medium{height:3em;line-height:3;padding-right:1em;padding-left:1em;width:auto}
.button-large{height:4em;line-height:4;padding-right:1.50em;padding-left:1.50em;width:auto}
.button-block{display:block;padding-right:0;padding-left:0;width:100%}
/* ------------------------ button font sizing ------------------------ */
 .button-small-font{font-size:0.75rem}
.button-normal-font{font-size:1rem}
.button-large-font{font-size:2rem}
/* ------------------------ button styles ------------------------ */
 .button-hollow{background:transparent;border-width:1px;border-style:solid}
.button-square{border-radius:0}
.button-pill{border-radius:5em}
.button-inline{font-size:inherit;height:auto;line-height:inherit;padding-right:0.50em;padding-left:0.50em;vertical-align:baseline}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-button-mini{font-size:0.75rem;height:1.5em;line-height:1.5;padding-right:0.50em;padding-left:0.50em;width:auto}
.x-small-button-medium{height:3em;line-height:3;padding-right:1em;padding-left:1em;width:auto}
.x-small-button-large{height:4em;line-height:4;padding-right:1.50em;padding-left:1.50em;width:auto}
.x-small-button-block{display:block;padding-right:0;padding-left:0;width:100%}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-button-mini{font-size:0.75rem;height:1.5em;line-height:1.5;padding-right:0.50em;padding-left:0.50em;width:auto}
.small-button-medium{height:3em;line-height:3;padding-right:1em;padding-left:1em;width:auto}
.small-button-large{height:4em;line-height:4;padding-right:1.50em;padding-left:1.50em;width:auto}
.small-button-block{display:block;padding-right:0;padding-left:0;width:100%}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-button-mini{font-size:0.75rem;height:1.5em;line-height:1.5;padding-right:0.50em;padding-left:0.50em;width:auto}
.medium-button-medium{height:3em;line-height:3;padding-right:1em;padding-left:1em;width:auto}
.medium-button-large{height:4em;line-height:4;padding-right:1.50em;padding-left:1.50em;width:auto}
.medium-button-block{display:block;padding-right:0;padding-left:0;width:100%}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-button-mini{font-size:0.75rem;height:1.5em;line-height:1.5;padding-right:0.50em;padding-left:0.50em;width:auto}
.large-button-medium{height:3em;line-height:3;padding-right:1em;padding-left:1em;width:auto}
.large-button-large{height:4em;line-height:4;padding-right:1.50em;padding-left:1.50em;width:auto}
.large-button-block{display:block;padding-right:0;padding-left:0;width:100%}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:1170px){.x-large-button-mini{font-size:0.75rem;height:1.5em;line-height:1.5;padding-right:0.50em;padding-left:0.50em;width:auto}
.x-large-button-medium{height:3em;line-height:3;padding-right:1em;padding-left:1em;width:auto}
.x-large-button-large{height:4em;line-height:4;padding-right:1.50em;padding-left:1.50em;width:auto}
.x-large-button-block{display:block;padding-right:0;padding-left:0;width:100%}}
.create-button{border:2px solid #dfe0e1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:12px;color:#4a9dcf;font-weight:bold;text-decoration:none !important;padding:0.25rem .75rem;height:auto;}
.create-button:hover{color:#4a9dcf;background:#fff;}
.login-button{font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0.25rem .75rem;height:auto;}
.checkout-button{font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0.5rem 1rem;height:auto;font-weight:bold;font-size:16px;}
.complete-order-button{padding:0.5rem 3rem;}
.button-primary{border:0;background-color:#38c574;color:#fff;}
/* .button-secondary{background-color:#2ecc40;color:#fff;}
*//*
------------------------ =FONTS [use @font-face] ------------------------ */
/* Montserrat */
/* work-sans-300 - latin */
@font-face{font-family:'Work Sans';font-style:normal;font-weight:300;src:url('../work-sans-v2-latin-300.html');/* IE9 Compat Modes */
 src:local('Work Sans Light'),local('WorkSans-Light'),url('../work-sans-v2-latin-300d41d.html?#iefix') format('embedded-opentype'),/* IE6-IE8 */
 url('../work-sans-v2-latin-301.html') format('woff2'),/* Super Modern Browsers */
 url('../work-sans-v2-latin-302.html') format('woff'),/* Modern Browsers */
 url('../work-sans-v2-latin-303.html') format('truetype'),/* Safari,Android,iOS */
 url('../work-sans-v2-latin-304.html#WorkSans') format('svg');/* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face{font-family:'Work Sans';font-style:normal;font-weight:400;src:url('../work-sans-v2-latin-regular.html');/* IE9 Compat Modes */
 src:local('Work Sans'),local('WorkSans-Regular'),url('../work-sans-v2-latin-regulard41d.html?#iefix') format('embedded-opentype'),/* IE6-IE8 */
 url('../work-sans-v2-latin-regular-2.html') format('woff2'),/* Super Modern Browsers */
 url('../work-sans-v2-latin-regular-3.html') format('woff'),/* Modern Browsers */
 url('../work-sans-v2-latin-regular-4.html') format('truetype'),/* Safari,Android,iOS */
 url('../work-sans-v2-latin-regular-5.html#WorkSans') format('svg');/* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face{font-family:'Work Sans';font-style:normal;font-weight:700;src:url('../work-sans-v2-latin-700.html');/* IE9 Compat Modes */
 src:local('Work Sans Bold'),local('WorkSans-Bold'),url('../work-sans-v2-latin-700d41d.html?#iefix') format('embedded-opentype'),/* IE6-IE8 */
 url('../work-sans-v2-latin-701.html') format('woff2'),/* Super Modern Browsers */
 url('../work-sans-v2-latin-702.html') format('woff'),/* Modern Browsers */
 url('../work-sans-v2-latin-703.html') format('truetype'),/* Safari,Android,iOS */
 url('../work-sans-v2-latin-704.html#WorkSans') format('svg');/* Legacy iOS */
}
/* ------------------------ Elegant Icon Font [http://www.elegantthemes.com/blog/resources/elegant-icon-font] ------------------------ */
@font-face{font-family:'ElegantIcons';src:url('../eot/eleganticons.eot');src:url('../eot/eleganticonsd41d.eot?#iefix') format('embedded-opentype'),url('../woff/eleganticons.woff') format('woff'),url('../ttf/eleganticons.ttf') format('truetype'),url('../svg/eleganticons.svg#ElegantIcons') format('svg');font-weight:normal;font-style:normal;}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before{content:attr(data-icon);font-family:'ElegantIcons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;}
/* ------------------------ Custom Suivant Icon Font ------------------------ */
@font-face{font-family:'Suivant';src:url('../eot/suivantb8cc.eot?-d1oe69');src:url('../eot/suivantd41d.eot?#iefix-d1oe69') format('embedded-opentype'),url('../woff/suivantb8cc.woff?-d1oe69') format('woff'),url('../ttf/suivantb8cc.ttf?-d1oe69') format('truetype'),url('../svg/suivantb8cc.svg?-d1oe69#Suivant') format('svg');font-weight:normal;font-style:normal;}
[class^="rt-icon-"],[class*=" rt-icon-"]{font-family:'Suivant';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-rt-icon]:before{content:attr(data-rt-icon);font-family:'Suivant';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;}
.rt-icon-account:before{content:"\61";}
.rt-icon-address:before{content:"\62";}
.rt-icon-arrow-left:before{content:"\63";}
.rt-icon-arrow-right:before{content:"\64";}
.rt-icon-basket:before{content:"\65";}
.rt-icon-mail:before{content:"\66";}
.rt-icon-minus:before{content:"\67";}
.rt-icon-orders:before{content:"\68";}
.rt-icon-plus:before{content:"\69";}
.rt-icon-search:before{content:"\6a";}
/* ---- Levels ---- */
@font-face{font-family:'Levels';src:url('../eot/levels58d0.eot?82alg0');src:url('../eot/levels58d0.eot?82alg0#iefix') format('embedded-opentype'),url('../ttf/levels58d0.ttf?82alg0') format('truetype'),url('../woff/levels58d0.woff?82alg0') format('woff'),url('../svg/levels58d0.svg?82alg0#Levels') format('svg');font-weight:normal;font-style:normal;}
[class^="levels-icon-"],[class*=" levels-icon-"]{font-family:'Levels';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;/* Better Font Rendering =========== */
 -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.levels-icon-eye:before{content:"\e900";}
.levels-icon-shower:before{content:"\e901";}
.levels-icon-couch:before{content:"\e902";}
.levels-icon-lamp:before{content:"\e903";}
.levels-icon-bed:before{content:"\e904";}
.levels-icon-appliance:before{content:"\e905";}
.levels-icon-desk:before{content:"\e906";}
.levels-icon-dinning:before{content:"\e907";}
.levels-icon-noun_149543:before{content:"\e908";}
.levels-icon-truck:before{content:"\e909";}
/* Gotham - I am Batman */
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-thin.eot');src:local('Gotham Thin'),local('Gotham-Thin'),url('../eot/hinted-gotham-thind41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-thin.woff2') format('woff2'),url('../woff/hinted-gotham-thin.woff') format('woff'),url('../ttf/hinted-gotham-thin.ttf') format('truetype'),url('../svg/hinted-gotham-thin.svg#Gotham-Thin') format('svg');font-weight:100;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-thinitalic.eot');src:local('Gotham Thin Italic'),local('Gotham-ThinItalic'),url('../eot/hinted-gotham-thinitalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-thinitalic.woff2') format('woff2'),url('../woff/hinted-gotham-thinitalic.woff') format('woff'),url('../ttf/hinted-gotham-thinitalic.ttf') format('truetype'),url('../svg/hinted-gotham-thinitalic.svg#Gotham-ThinItalic') format('svg');font-weight:100;font-style:italic;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-extralight.eot');src:local('Gotham Extra Light'),local('Gotham-ExtraLight'),url('../eot/hinted-gotham-extralightd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-extralight.woff2') format('woff2'),url('../woff/hinted-gotham-extralight.woff') format('woff'),url('../ttf/hinted-gotham-extralight.ttf') format('truetype'),url('../svg/hinted-gotham-extralight.svg#Gotham-ExtraLight') format('svg');font-weight:200;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-extralightitalic.eot');src:local('Gotham Extra Light Italic'),local('Gotham-ExtraLightItalic'),url('../eot/hinted-gotham-extralightitalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-extralightitalic.woff2') format('woff2'),url('../woff/hinted-gotham-extralightitalic.woff') format('woff'),url('../ttf/hinted-gotham-extralightitalic.ttf') format('truetype'),url('../svg/hinted-gotham-extralightitalic.svg#Gotham-ExtraLightItalic') format('svg');font-weight:200;font-style:italic;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-light.eot');src:local('Gotham Light'),local('Gotham-Light'),url('../eot/hinted-gotham-lightd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-light.woff2') format('woff2'),url('../woff/hinted-gotham-light.woff') format('woff'),url('../ttf/hinted-gotham-light.ttf') format('truetype'),url('../svg/hinted-gotham-light.svg#Gotham-Light') format('svg');font-weight:300;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-lightitalic.eot');src:local('Gotham Light Italic'),local('Gotham-LightItalic'),url('../eot/hinted-gotham-lightitalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-lightitalic.woff2') format('woff2'),url('../woff/hinted-gotham-lightitalic.woff') format('woff'),url('../ttf/hinted-gotham-lightitalic.ttf') format('truetype'),url('../svg/hinted-gotham-lightitalic.svg#Gotham-LightItalic') format('svg');font-weight:300;font-style:italic;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-book.eot');src:local('Gotham Book'),local('Gotham-Book'),url('../eot/hinted-gotham-bookd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-book.woff2') format('woff2'),url('../woff/hinted-gotham-book.woff') format('woff'),url('../ttf/hinted-gotham-book.ttf') format('truetype'),url('../svg/hinted-gotham-book.svg#Gotham-Book') format('svg');font-weight:400;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-bookitalic.eot');src:local('Gotham Book Italic'),local('Gotham-BookItalic'),url('../eot/hinted-gotham-bookitalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-bookitalic.woff2') format('woff2'),url('../woff/hinted-gotham-bookitalic.woff') format('woff'),url('../ttf/hinted-gotham-bookitalic.ttf') format('truetype'),url('../svg/hinted-gotham-bookitalic.svg#Gotham-BookItalic') format('svg');font-weight:400;font-style:italic;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-medium.eot');src:local('Gotham Medium'),local('Gotham-Medium'),url('../eot/hinted-gotham-mediumd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-medium.woff2') format('woff2'),url('../woff/hinted-gotham-medium.woff') format('woff'),url('../ttf/hinted-gotham-medium.ttf') format('truetype'),url('../svg/hinted-gotham-medium.svg#Gotham-Medium') format('svg');font-weight:500;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-mediumitalic.eot');src:local('Gotham Medium Italic'),local('Gotham-MediumItalic'),url('../eot/hinted-gotham-mediumitalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-mediumitalic.woff2') format('woff2'),url('../woff/hinted-gotham-mediumitalic.woff') format('woff'),url('../ttf/hinted-gotham-mediumitalic.ttf') format('truetype'),url('../svg/hinted-gotham-mediumitalic.svg#Gotham-MediumItalic') format('svg');font-weight:500;font-style:italic;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-bold.eot');src:local('Gotham Bold'),local('Gotham-Bold'),url('../eot/hinted-gotham-boldd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-bold.woff2') format('woff2'),url('../woff/hinted-gotham-bold.woff') format('woff'),url('../ttf/hinted-gotham-bold.ttf') format('truetype'),url('../svg/hinted-gotham-bold.svg#Gotham-Bold') format('svg');font-weight:700;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-bolditalic.eot');src:local('Gotham Bold Italic'),local('Gotham-BoldItalic'),url('../eot/hinted-gotham-bolditalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-bolditalic.woff2') format('woff2'),url('../woff/hinted-gotham-bolditalic.woff') format('woff'),url('../ttf/hinted-gotham-bolditalic.ttf') format('truetype'),url('../svg/hinted-gotham-bolditalic.svg#Gotham-BoldItalic') format('svg');font-weight:700;font-style:italic;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-black.eot');src:local('Gotham Black'),local('Gotham-Black'),url('../eot/hinted-gotham-blackd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-black.woff2') format('woff2'),url('../woff/hinted-gotham-black.woff') format('woff'),url('../ttf/hinted-gotham-black.ttf') format('truetype'),url('../svg/hinted-gotham-black.svg#Gotham-Black') format('svg');font-weight:900;font-style:normal;}
@font-face{font-family:'Gotham';src:url('../eot/hinted-gotham-blackitalic.eot');src:local('Gotham Black Italic'),local('Gotham-BlackItalic'),url('../eot/hinted-gotham-blackitalicd41d.eot?#iefix') format('embedded-opentype'),url('../woff2/hinted-gotham-blackitalic.woff2') format('woff2'),url('../woff/hinted-gotham-blackitalic.woff') format('woff'),url('../ttf/hinted-gotham-blackitalic.ttf') format('truetype'),url('../svg/hinted-gotham-blackitalic.svg#Gotham-BlackItalic') format('svg');font-weight:900;font-style:italic;}/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */
@font-face{font-family:'FontAwesome';src:url('../eot/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../eot/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../woff2/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../woff/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../ttf/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../svg/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*
------------------------------- =GLOBAL FORM ELEMENTS ------------------------------- */
.form-row,.form_row{/*clear:both;display:block;*/
 margin-bottom:1.5rem;overflow:hidden;}
button,html input[type="button"],input[type="checkbox"],input[type="file"],input[type="image"],input[type="radio"],input[type="reset"],input[type="submit"],label,select{cursor:pointer;}
fieldset{border:0;min-width:0;padding:0;}
fieldset > *:last-child,fieldset > *.last-child{margin-bottom:0}
@media only screen and (min-width:768px){fieldset{font-size:1.125rem}}
.fieldset-border{border:1px solid #dfe1e1;padding:1rem}
input[type="checkbox"],input[type="image"],input[type="radio"]{display:inline-block;width:auto;}
input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],select,textarea{border:1px solid #dfe1e1;border-radius:0.25rem;display:block;font-family:inherit;font-size:100%;height:2em;line-height:2;outline:0 none;padding:0 0.50rem;vertical-align:middle;width:100%;}
/* ------------------------ input sizing ------------------------ */
 input.input-medium,select.input-medium{height:3em;line-height:3}
input.input-large,select.input-large,input.input-block{height:4em;line-height:4}
/* ------------------------ input font sizing ------------------------ */
 input.input-small-font,select.input-small-font{font-size:0.75rem}
input.input-normal-font,select.input-normal-font{font-size:1rem}
input.input-large-font,select.input-large-font{font-size:2rem}
@media screen and (min-width:480px){input.x-small-input-medium,select.x-small-input-medium{height:3em;line-height:3}
input.x-small-input-large,select.x-small-input-large,input.x-small-input-block{height:4em;line-height:4}
input.x-small-input-small-font,select.x-small-input-small-font{font-size:0.75rem}
input.x-small-input-normal-font,select.x-small-input-normal-font{font-size:1rem}
input.x-small-input-large-font,select.x-small-input-large-font{font-size:2rem}}
@media screen and (min-width:640px){input.small-input-medium,select.small-input-medium{height:3em;line-height:3}
input.small-input-large,select.small-input-large,input.small-input-block{height:4em;line-height:4}
input.small-input-small-font,select.small-input-small-font{font-size:0.75rem}
input.small-input-normal-font,select.small-input-normal-font{font-size:1rem}
input.small-input-large-font,select.small-input-large-font{font-size:2rem}}
@media screen and (min-width:768px){input.medium-input-medium,select.medium-input-medium{height:3em;line-height:3}
input.medium-input-large,select.medium-input-large,input.medium-input-block{height:4em;line-height:4}
input.medium-input-small-font,select.medium-input-small-font{font-size:0.75rem}
input.medium-input-normal-font,select.medium-input-normal-font{font-size:1rem}
input.medium-input-large-font,select.medium-input-large-font{font-size:2rem}}
@media screen and (min-width:980px){input.large-input-medium,select.large-input-medium{height:3em;line-height:3}
input.large-input-large,select.large-input-large,input.large-input-block{height:4em;line-height:4}
input.large-input-small-font,select.large-input-small-font{font-size:0.75rem}
input.large-input-normal-font,select.large-input-normal-font{font-size:1rem}
input.large-input-large-font,select.large-input-large-font{font-size:2rem}}
@media screen and (min-width:1170px){input.x-large-input-medium,select.x-large-input-medium{height:3em;line-height:3}
input.x-large-input-large,select.x-large-input-large,input.x-large-input-block{height:4em;line-height:4}
input.x-large-input-small-font,select.x-large-input-small-font{font-size:0.75rem}
input.x-large-input-normal-font,select.x-large-input-normal-font{font-size:1rem}
input.x-large-input-large-font,select.x-large-input-large-font{font-size:2rem}}
.input-block{display:block}
input.all-hidden{display:none}
input.required:required:valid,textarea.required:required:valid{border-color:#2ecc40}
input.required:focus:invalid,textarea.required:focus:invalid{border-color:#ff4136}
input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,select:focus,textarea:focus{box-shadow:inset 0.1rem 0.1rem 0.238rem hsla(0,0%,0%,0.15);outline:0 none}
input[type="file"]{cursor:pointer;max-width:100%;}
input[type="search"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type="text"][disabled],input[type="password"][disabled],input[type="email"][disabled],input[type="url"][disabled],input[type="date"][disabled],input[type="month"][disabled],input[type="time"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="week"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="color"][disabled],select[disabled],textarea[disabled]{background-color:#eaeded;color:#cad2d3;cursor:not-allowed;}
input:not([type])[disabled]{background-color:#eaeded;color:#cad2d3;cursor:not-allowed;}
input[readonly],select[readonly],textarea[readonly]{background:#eee;border-color:#ccc;color:#777;}
:-moz-placeholder{color:#8a7b7b;font-size:inherit}
::-moz-placeholder{color:#8a7b7b;font-size:inherit}
:-ms-input-placeholder{color:#8a7b7b !important;font-size:inherit !important;line-height:inherit !important}
::-webkit-input-placeholder{color:#8a7b7b;font-size:inherit;line-height:inherit}
legend{border:0;color:#222;font-weight:700;padding:0;}
.fieldset-border legend{background:#fff;margin:0;padding:0 0.356rem}
select{background:#f8f8f8;color:#838383;}
select:focus{outline:1px dotted #222}
@-moz-document url-prefix(){select{max-height:4rem}}
textarea{height:5em;resize:vertical;}
/* ------------------------ inline labeling ------------------------ */
 .inline-labeling label{width:auto}
@media (min-width:960px){.inline-labeling{font-size:0.875rem}
.inline-labeling label{display:inline-block;margin-right:0.50em;text-align:right;vertical-align:middle;width:32%}
.inline-labeling input[type="date"],.inline-labeling input[type="datetime"],.inline-labeling input[type="datetime-local"],.inline-labeling input[type="email"],.inline-labeling input[type="month"],.inline-labeling input[type="number"],.inline-labeling input[type="password"],.inline-labeling input[type="search"],.inline-labeling input[type="tel"],.inline-labeling input[type="text"],.inline-labeling input[type="time"],.inline-labeling input[type="url"],.inline-labeling input[type="week"],.inline-labeling select,.inline-labeling textarea{display:inline-block;vertical-align:middle;width:63%}
.inline-labeling textarea{vertical-align:top}
.inline-labeling input:not([type]){display:inline-block;vertical-align:middle;width:65%}}
/* ---- Input Groups & Add-ons ---- */
.input-group{display:flex;}
.input-group *:first-child{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group *:last-child{border-top-left-radius:0;border-bottom-left-radius:0}
.input{flex:1}
span.input-addon{border:1px solid #ccc;padding:;}
.input-addon:first-child{border-right:0}
.input-addon:last-child{border-left:0}
.control-text{font-size:smaller;}/*
------------------------ =TABLES ------------------------ */
table{/*border-spacing:0;border-collapse:collapse;*/
 empty-cells:show;max-width:100%;width:100%;}
table caption{font-weight:700;font-style:italic;padding-bottom:0.317rem}
table th,table tfoot td{color:#222;font-weight:700;text-align:left}
table thead th,table tfoot td{background-color:#efefef}
table th,table td{overflow:visible;padding:0.633rem;vertical-align:top}
/* ------------------------ add border ------------------------ */
 .table-border{border:1px solid #d0d0d0}
/* ------------------------ add borders for rows & columns ------------------------ */
 .table-border-all th,.table-border-all td{border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0}
/* ------------------------ add borders for rows only ------------------------ */
 .table-border-rows th,.table-border-rows td{border-top:1px solid #d0d0d0}
/* ------------------------ remove top border to avoid double border on .border tables ------------------------ */
 .table-border.border-all thead:first-child tr:first-child th,.table-border.border-all thead:first-child tr:first-child td,.table-border.border-rows thead:first-child tr:first-child th,.table-border.border-rows thead:first-child tr:first-child td{border-top:0}
.table-.border-all tr th:first-child,.table-border-all tr td:first-child{border-left:0}
.table-border-all tr:first-child th,.table-border-all thead:first-child tr:first-child th{border-top:0}
/* ------------------------ add bottom border to last row in the table ------------------------ */
 .table-border-rows tr:last-child td,.table-border-rows tr.last-child td{border-bottom:1px solid #d0d0d0}
/* ------------------------ add stripes ------------------------ */
 .table-stripe tbody > tr:nth-child(odd) > td{background:#f8f8f8}
/* ------------------------ mobile table [convert to list-like view] ------------------------ */
 @media (max-width:480px){.mobile-table{font-size:0.875rem;min-width:100%}
.mobile-table thead,.mobile-table th{display:none}
.mobile-table tr td:last-child{border-bottom:10px solid #ddd}
.mobile-table td{display:block}
.mobile-table td:first-child{padding-top:0.50rem}
.mobile-table td:last-child{padding-bottom:0.50rem}
.mobile-table td:before{content:attr(data-th) ":";display:inline-block;font-weight:700;width:8rem}}/*
------------------------ =BACKGROUND COLORS ------------------------ */
.bg-navy{background-color:#001f3f;}
.bg-blue{background-color:#0074d9;}
.bg-sky{background-color:#1ac8e2;}
.bg-aqua{background-color:#7fdbff;}
.bg-teal{background-color:#39cccc;}
.bg-olive{background-color:#3d9970;}
.bg-green{background-color:#38c574;}
.bg-lime{background-color:#01ff70;}
.bg-yellow{background-color:#ffba00;}
.bg-orange{background-color:#ff851b;}
.bg-red{background-color:#dd293a;}
.bg-fuchsia{background-color:#ae283e;}
.bg-purple{background-color:#b10dc9;}
.bg-maroon{background-color:#731e11;}
.bg-white{background-color:#fff;}
.bg-charcoal{background-color:#292929;}
.bg-gray{background-color:#333435;}
.bg-silver{background-color:#f4f4f4;}
.bg-black{background-color:#111;}
.bg-transparent,.bg-transparent:hover{background-color:transparent;color:inherit;}
.bg-levels-green{background-color:#38c574;}
/* ------------------------ button hovers ------------------------ */
 .button.bg-navy:hover{background-color:#002a53}
.button.bg-blue:hover{background-color:#006dc5}
.button.bg-sky:hover{background-color:#00b3d3}
.button.bg-aqua:hover{background-color:#75cceb;color:#333}
.button.bg-teal:hover{background-color:#33b8b8;color:#333}
.button.bg-olive:hover{background-color:#358562}
.button.bg-green:hover{background-color:#639f75;color:#fff}
.button.bg-lime:hover{background-color:#01eb68;color:#333}
.button.bg-yellow:hover{background-color:#fc0}
.button.bg-orange:hover{background-color:#eb7b19}
.button.bg-red:hover{background-color:#e82532}
.button.bg-fuchsia:hover{background-color:#8b2031}
.button.bg-purple:hover{background-color:#9d0bb5}
.button.bg-maroon:hover{background-color:#872314}
.button.bg-white:hover{background-color:#ebebeb;color:#333}
.button.bg-charcoal:hover{background-color:#111}
.button.bg-gray:hover{color:#333;background-color:#969696}
.button.bg-silver:hover{background-color:#c9c9c9;color:#333}
.button.bg-black:hover{background-color:#333}
/*
------------------------ =BORDER COLORS ------------------------ */
.border-navy{border-color:#001f3f;}
.border-blue{border-color:#0074d9;}
.border-sky{border-color:#1ac8e2;}
.border-aqua{border-color:#7fdbff;}
.border-teal{border-color:#39cccc;}
.border-olive{border-color:#3d9970;}
.border-green{border-color:#2ecc40;}
.border-lime{border-color:#01ff70;}
.border-yellow{border-color:#ffba00;}
.border-orange{border-color:#ff851b;}
.border-red{border-color:#dd293a;}
.border-fuchsia{border-color:#ae283e;}
.border-purple{border-color:#b10dc9;}
.border-maroon{border-color:#731e11;}
.border-white{border-color:#fff;}
.border-charcoal{border-color:#292929;}
.border-gray{border-color:#333435;}
.border-silver{border-color:#f4f4f4;}
.border-black{border-color:#111;}
.border-transparent{border-color:transparent;}
/*
------------------------ =FONT COLORS ------------------------ */
.navy{color:#001f3f;}
.blue{color:#0074d9;}
.sky{color:#1ac8e2;}
.aqua{color:#7fdbff;}
.teal{color:#39cccc;}
.olive{color:#3d9970;}
.green{color:#2ecc40;}
.lime{color:#01ff70;}
.yellow{color:#ffba00;}
.orange{color:#ff851b;}
.error,.red{color:#dd293a;}
.fuchsia{color:#ae283e;}
.purple{color:#b10dc9;}
.maroon{color:#731e11;}
.white{color:#fff;}
.charcoal{color:#292929;}
.gray{color:#333435;}
.silver{color:#f4f4f4;}
.black{color:#111;}
.transparent{color:transparent;}
/*
------------------------ =SOCIAL NETWORKS ------------------------ */
.blogger{color:#fb8f3d;}
.facebook{color:#3b5998;}
.flickr{color:#ff0084;}
.googleplus{color:#dd4b39;}
.instagram{color:#517fa4;}
.linkedin{color:#007bb6;}
.pinterest{color:#cb2027;}
.twitter{color:#00aced;}
.vimeo{color:#90d5ec;}
.youtube{color:#b00;}
.bg-blogger{background-color:#fb8f3d;}
.bg-facebook{background-color:#3b5998;}
.bg-flickr{background-color:#ff0084;}
.bg-googleplus{background-color:#dd4b39;}
.bg-instagram{background-color:#517fa4;}
.bg-linkedin{background-color:#007bb6;}
.bg-pinterest{background-color:#cb2027;}
.bg-twitter{background-color:#00aced;}
.bg-vimeo{background-color:#90d5ec;}
.bg-youtube{background-color:#b00;}
.bg-facebook:hover,.bg-flickr:hover,.bg-googleplus:hover,.bg-instagram:hover,.bg-linkedin:hover,.bg-pinterest:hover,.bg-twitter:hover,.bg-youtube:hover{box-shadow:inset 0 0 8px rgba(0,0,0,0.5);color:#fff;text-decoration:none}
/*
------------------------ =GRADIENTS ------------------------ *//*
------------------------ =SLIDER ------------------------ */
.slick-slider{display:block;overflow:hidden;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}
.slick-list{display:block;margin:0;padding:0;overflow:hidden;position:relative}
.slick-list:focus{outline:none}
.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{display:table;position:relative;left:0;top:0}
.slick-track:after{clear:both;content:'';display:table}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
.slick-slide img{display:block;margin:0 auto;-moz-user-select:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}
.slick-list.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:table-cell}
/* ------------------------ loading states ------------------------ */
 .slick-loading .slick-track,.slick-loading .slick-slide{visibility:hidden}
.slick-loading .slick-list,.slick-slide.loading{background:#fff url(../gif/img_slider_loader.gif) center center no-repeat}
.slick-slide.loading{position:relative}
/* ------------------------ vertical ------------------------ */
 .slick-vertical .slide-track{display:block}
.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}
/* ------------------------ arrows ------------------------ */
 .slick-prev,.slick-next{background:#f9fcfd;border:1px solid #d6dce6;border-radius:2px;color:transparent;cursor:pointer;display:block;font-size:0;line-height:0;margin-top:-1rem;padding:0;position:absolute;top:50%;width:2rem;height:2rem}
.slick-prev{left:0}
.slick-next{right:0}
.slick-prev:before,.slick-next:before{color:#b4bfc2;font-family:'ElegantIcons';font-size:1rem;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1;opacity:1}
.slick-prev:before{content:'\34'}
.slick-next:before{content:'\35'}
.slick-prev:focus,.slick-next:focus{outline:none}
.slick-prev.slick-disabled,.slick-next.slick-disabled{cursor:not-allowed;opacity:0.50}
/* ------------------------ dots ------------------------ */
 .slick-dots{display:block;list-style:none;padding:0;position:absolute;bottom:-3rem;text-align:center;width:100%}
.slick-dots li{display:inline-block;margin:0 0.25rem;padding:0;position:relative;width:1.50rem;height:1.50rem}
.slick-dots li a{color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:0.25rem;width:1.50rem;height:1.50rem}
.slick-dots li a:before{color:#2b2b2b;content:'\5e';font-family:'ElegantIcons';font-size:1rem;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:2;opacity:0.25}
.slick-dots li.slick-active a:before{opacity:0.75}
/* ------------------------ dragging ------------------------ */
 .slick-list.dragging{cursor:pointer;cursor:hand}.tab-container{}
.tab-container a{text-decoration:none}
.tab-static{text-align:center;text-transform:uppercase;padding:.5em;margin:1em 0 2em;font-size:12px;color:#D9DaE0;border-width:0 0 1px;border-style:solid;text-decoration:none}
.tab{text-align:center;text-transform:uppercase;padding:1em 1em;margin:1em 0;font-size:14px;color:#81838a;border-width:0 0 1px;border-style:solid;text-decoration:none;cursor:pointer;background:transparent}
/*@media screen and (min-width:400px ){.tab{padding:1em 2em}}*/
 .tab-active{color:#4a9dcf;border-width:0 0 4px;border-bottom:4px solid #4a9dcf;padding-bottom:11px}
.ocst .tab-ocst,.osel .tab-osel,.opay .tab-opay{color:#191919;font-weight:bold;border-width:0 0 3px}
.osel .tab-ocst,.opay .tab-ocst,.opay .tab-osel{color:#81838A}/* ---- Floating Placeholder - http://codepen.io/lbebber/pen/uEHzD ---- */
 .floating-placeholder .input,.floating-placeholder{font-size:16px;line-height:30px;/* 30px */
 height:50px;margin:0;/*padding:10px;*/
 padding:20px 10px 10px;width:100%}
.floating-button{height:50px}
.floating-placeholder{position:relative;border:1px solid #ccc;border-radius:3px;padding:0;overflow:hidden}
.floating-placeholder .input{font-size:16px;border:none;outline:none;position:absolute;top:0;left:0;display:block;background:transparent;z-index:2}
.floating-placeholder .input::-webkit-input-placeholder,.floating-placeholder .input:-moz-placeholder,.floating-placeholder .input::-moz-placeholder,.floating-placeholder .input:-ms-input-placeholder{color:transparent}
.floating-placeholder .input:focus + label{}
.floating-placeholder .input[value] + label{z-index:20}
.floating-placeholder label{color:#81838A;font-weight:100;display:block;position:absolute;top:10px;left:10px;line-height:40px;z-index:2;color:#81838A;-ms-transform-origin:0 0em;-webkit-transform-origin:0 0em;transform-origin:0 0em;-webkit-transition:font-size 160ms;transition:font-size 160ms;-webkit-transition:line-height 160ms;transition:line-height 160ms;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.floating-placeholder-float label{/* -moz-transform:scale(0.55,0.55) rotateY(0);-ms-transform:scale(0.55,0.55) rotateY(0);-webkit-transform:scale(0.55,0.55) rotateY(0);transform:scale(0.55,0.55) rotateY(0);*/
 top:0;font-size:11px;line-height:20px}
/* .floating-placeholder-float .input{top:5px}
*/
 /* .floating-placeholder-float .input{line-height:50px}
*//*
------------------------------- =MAGNIFIC POPUP v0.9.9 ------------------------------- */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1043;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.9;filter:alpha(opacity=80);}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
.mfp-align-top .mfp-container:before{display:none;}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}
.mfp-ajax-cur{cursor:progress;}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.mfp-loading.mfp-figure{display:none;}
.mfp-hide{display:none !important;}
.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}
.mfp-preloader a{color:#cccccc;}
.mfp-preloader a:hover{color:white;}
.mfp-s-ready .mfp-preloader{display:none;}
.mfp-s-error .mfp-content{display:none;}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;}
button::-moz-focus-inner{padding:0;border:0;}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}
.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100);}
.mfp-close:active{top:1px;}
.mfp-close-btn-in .mfp-close{color:#333333;}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%;}
.mfp-counter{position:absolute;top:0;right:0;color:#cccccc;font-size:12px;line-height:18px;}
.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.mfp-arrow:active{margin-top:-54px;}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100);}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}
.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px;}
.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}
.mfp-arrow-left{left:0;}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px;}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f;}
.mfp-arrow-right{right:0;}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px;}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f;}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}
.mfp-iframe-holder .mfp-close{top:-40px;}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black;}
/* Main image in popup */
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}
/* The shadow behind the image */
.mfp-figure{line-height:0;}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444444;}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}
.mfp-figure figure,.mfp-figure figcaption{margin:0;}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}
.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;}
.mfp-image-holder .mfp-content{max-width:100%;}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){/** * Remove all paddings around the image on small screen */
 .mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}
@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-ie7 .mfp-img{padding:0;}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;}
.mfp-ie7 .mfp-container{padding:0;}
.mfp-ie7 .mfp-content{padding-top:44px;}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0;}.r-tabs .r-tabs-nav{margin:0;padding:0;}
.r-tabs .r-tabs-tab{display:inline-block;margin:0;list-style:none;}
.r-tabs .r-tabs-panel{padding:15px;display:none;}
.r-tabs .r-tabs-accordion-title{display:none;}
.r-tabs .r-tabs-panel.r-tabs-state-active{display:block;}
@media only screen and (max-width:767px){.r-tabs .r-tabs-nav{display:none}
.r-tabs .r-tabs-accordion-title{display:block}}/*
------------------------ =HELPER CLASSES ------------------------ */
.bold{font-weight:700}
.nb{border:0}
.uppercase{text-transform:uppercase}
/* ------------------------ alignment ------------------------ */
.align-center{text-align:center;}
.align-justify{text-align:justify;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-baseline{vertical-align:baseline;}
.align-bottom{vertical-align:bottom;}
.align-middle{vertical-align:middle;}
.align-top{vertical-align:top;}
.vertical-align-parent{-webkit-transform-style:preserve-3d;}
.vertical-align{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.ie8 .vertical-align{display:table-cell;vertical-align:middle}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-align-center{text-align:center}
.x-small-align-justify{text-align:justify}
.x-small-align-left{text-align:left}
.x-small-align-right{text-align:right}
.x-small-align-baseline{vertical-align:baseline}
.x-small-align-bottom{vertical-align:bottom}
.x-small-align-middle{vertical-align:middle}
.x-small-align-top{vertical-align:top}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-align-center{text-align:center}
.small-align-justify{text-align:justify}
.small-align-left{text-align:left}
.small-align-right{text-align:right}
.small-align-baseline{vertical-align:baseline}
.small-align-bottom{vertical-align:bottom}
.small-align-middle{vertical-align:middle}
.small-align-top{vertical-align:top}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-align-center{text-align:center}
.medium-align-justify{text-align:justify}
.medium-align-left{text-align:left}
.medium-align-right{text-align:right}
.medium-align-baseline{vertical-align:baseline}
.medium-align-bottom{vertical-align:bottom}
.medium-align-middle{vertical-align:middle}
.medium-align-top{vertical-align:top}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-align-center{text-align:center}
.large-align-justify{text-align:justify}
.large-align-left{text-align:left}
.large-align-right{text-align:right}
.large-align-baseline{vertical-align:baseline}
.large-align-bottom{vertical-align:bottom}
.large-align-middle{vertical-align:middle}
.large-align-top{vertical-align:top}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:1170px){.x-large-align-center{text-align:center}
.x-large-align-justify{text-align:justify}
.x-large-align-left{text-align:left}
.x-large-align-right{text-align:right}
.x-large-align-baseline{vertical-align:baseline}
.x-large-align-bottom{vertical-align:bottom}
.x-large-align-middle{vertical-align:middle}
.x-large-align-top{vertical-align:top}}
/* ------------------------ xxlarge breakpoint ------------------------ */
 @media only screen and ( min-width:1440px ){.xxlarge-align-center{text-align:center}
.xxlarge-align-justify{text-align:justify}
.xxlarge-align-left{text-align:left}
.xxlarge-align-right{text-align:right}
.xxlarge-align-baseline{vertical-align:baseline}
.xxlarge-align-bottom{vertical-align:bottom}
.xxlarge-align-middle{vertical-align:middle}
.xxlarge-align-top{vertical-align:top}}
/* ------------------------ xxlarge breakpoint ------------------------ */
 @media only screen and ( min-width:1600px ){.xxxlarge-align-center{text-align:center}
.xxxlarge-align-justify{text-align:justify}
.xxxlarge-align-left{text-align:left}
.xxxlarge-align-right{text-align:right}
.xxxlarge-align-baseline{vertical-align:baseline}
.xxxlarge-align-bottom{vertical-align:bottom}
.xxxlarge-align-middle{vertical-align:middle}
.xxxlarge-align-top{vertical-align:top}}
/* ------------------------ positioning (floating) ------------------------ */
.clear{clear:both;}
.clear-height{height:auto !important;line-height:normal !important;}
.float-left{float:left;}
.float-none{float:none;}
.float-right{float:right;}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-float-left{float:left}
.x-small-float-none{float:none}
.x-small-float-right{float:right}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-float-left{float:left}
.small-float-none{float:none}
.small-float-right{float:right}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-float-left{float:left}
.medium-float-none{float:none}
.medium-float-right{float:right}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-float-left{float:left}
.large-float-none{float:none}
.large-float-right{float:right}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:1170px){.x-large-float-left{float:left}
.x-large-float-none{float:none}
.x-large-float-right{float:right}}
/* ------------------------ image positioning (floating) ------------------------ */
.img-left{float:left;margin:0.20rem 0.75rem 0.75rem 0;}
.img-right{float:right;margin:0.20rem 0 0.75rem 0.75rem;}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-img-left{float:left;margin:0.20rem 0.75rem 0.75rem 0}
.x-small-img-right{float:right;margin:0.20rem 0 0.75rem 0.75rem}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-img-left{float:left;margin:0.20rem 0.75rem 0.75rem 0}
.small-img-right{float:right;margin:0.20rem 0 0.75rem 0.75rem}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-img-left{float:left;margin:0.20rem 0.75rem 0.75rem 0}
.medium-img-right{float:right;margin:0.20rem 0 0.75rem 0.75rem}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-img-left{float:left;margin:0.20rem 0.75rem 0.75rem 0}
.large-img-right{float:right;margin:0.20rem 0 0.75rem 0.75rem}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.x-large-img-left{float:left;margin:0.20rem 0.75rem 0.75rem 0}
.x-large-img-right{float:right;margin:0.20rem 0 0.75rem 0.75rem}}
/* ------------------------ breaker (<br /> substitutes for non-specific sections) ------------------------ */
.breaker{display:block;height:0.75rem;}
@media only screen and (min-width:640px){.breaker{height:1rem}}
@media only screen and (min-width:768px){.breaker{height:1.50rem}}
/* ------------------------ display ------------------------ */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.all-hidden{display:none;visibility:hidden;}
.all-shown{display:block;visibility:visible;}
.hide{display:none;}
.show{display:block;}
.inline{display:inline;}
.inline-block{display:inline-block;}
.invisible{visibility:hidden;}
.visible{visibility:visible;}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-all-shown{display:block;visibility:visible}
.x-small-all-hidden{display:none;visibility:hidden}
.x-small-hide{display:none}
.x-small-show{display:block}
.x-small-inline{display:inline}
.x-small-inline-block{display:inline-block}
.x-small-invisible{visibility:hidden}
.x-small-visible{visibility:visible}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-all-shown{display:block;visibility:visible}
.small-all-hidden{display:none;visibility:hidden}
.small-hide{display:none}
.small-show{display:block}
.small-inline{display:inline}
.small-inline-block{display:inline-block}
.small-invisible{visibility:hidden}
.small-visible{visibility:visible}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-all-shown{display:block;visibility:visible}
.medium-all-hidden{display:none;visibility:hidden}
.medium-hide{display:none}
.medium-show{display:block}
.medium-inline{display:inline}
.medium-inline-block{display:inline-block}
.medium-invisible{visibility:hidden}
.medium-visible{visibility:visible}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-all-shown{display:block;visibility:visible}
.large-all-hidden{display:none;visibility:hidden}
.large-hide{display:none}
.large-show{display:block}
.large-inline{display:inline}
.large-inline-block{display:inline-block}
.large-invisible{visibility:hidden}
.large-visible{visibility:visible}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:1170px){.x-large-all-shown{display:block;visibility:visible}
.x-large-all-hidden{display:none;visibility:hidden}
.x-large-hide{display:none}
.x-large-show{display:block}
.x-large-inline{display:inline}
.x-large-inline-block{display:inline-block}
.x-large-invisible{visibility:hidden}
.x-large-visible{visibility:visible}}
/* ------------------------ xxlarge breakpoint ------------------------ */
 @media only screen and ( min-width:1440px ){.xxlarge-all-shown{display:block;visibility:visible}
.xxlarge-all-hidden{display:none;visibility:hidden}
.xxlarge-hide{display:none}
.xxlarge-show{display:block}
.xxlarge-inline{display:inline}
.xxlarge-inline-block{display:inline-block}
.xxlarge-invisible{visibility:hidden}
.xxlarge-visible{visibility:visible}}
/* ------------------------ xxxlarge breakpoint ------------------------ */
 @media only screen and ( min-width:1600px ){.xxxlarge-all-shown{display:block;visibility:visible}
.xxxlarge-all-hidden{display:none;visibility:hidden}
.xxxlarge-hide{display:none}
.xxxlarge-show{display:block}
.xxxlarge-inline{display:inline}
.xxxlarge-inline-block{display:inline-block}
.xxxlarge-invisible{visibility:hidden}
.xxxlarge-visible{visibility:visible}}
.visuallyhidden{border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;height:1px;/* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
}
/* ------------------------ remove borders ------------------------ */
.nb,button.nb,input.nb,select.nb,textarea.nb{border:none;}
.ntb,button.ntb,input.ntb,select.ntb,textarea.ntb{border-top:none;}
.nrb,button.nrb,input.nrb,select.nrb,textarea.nrb{border-right:none;}
.nbb,button.nbb,input.nbb,select.nbb,textarea.nbb{border-bottom:none;}
.nlb,button.nlb,input.nlb,select.nlb,textarea.nlb{border-left:none;}
/* ------------------------ remove margins ------------------------ */
.nm{margin:0;}
.ntm{margin-top:0;}
.nrm{margin-right:0;}
.nbm{margin-bottom:0;}
.nlm{margin-left:0;}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-nm{margin:0}
.x-small-ntm{margin-top:0}
.x-small-nrm{margin-right:0}
.x-small-nbm{margin-bottom:0}
.x-small-nlm{margin-left:0}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-nm{margin:0}
.small-ntm{margin-top:0}
.small-nrm{margin-right:0}
.small-nbm{margin-bottom:0}
.small-nlm{margin-left:0}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-nm{margin:0}
.medium-ntm{margin-top:0}
.medium-nrm{margin-right:0}
.medium-nbm{margin-bottom:0}
.medium-nlm{margin-left:0}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-nm{margin:0}
.large-ntm{margin-top:0}
.large-nrm{margin-right:0}
.large-nbm{margin-bottom:0}
.large-nlm{margin-left:0}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:1170px){.x-large-nm{margin:0}
.x-large-ntm{margin-top:0}
.x-large-nrm{margin-right:0}
.x-large-nbm{margin-bottom:0}
.x-large-nlm{margin-left:0}}
/* ------------------------ remove padding ------------------------ */
.np{padding:0;}
.ntp{padding-top:0;}
.nrp{padding-right:0;}
.nbp{padding-bottom:0;}
.nlp{padding-left:0;}
/* ------------------------ x-small breakpoint ------------------------ */
 @media only screen and (min-width:480px){.x-small-np{padding:0}
.x-small-ntp{padding-top:0}
.x-small-nrp{padding-right:0}
.x-small-nbp{padding-bottom:0}
.x-small-nlp{padding-left:0}}
/* ------------------------ small breakpoint ------------------------ */
 @media only screen and (min-width:640px){.small-np{padding:0}
.small-ntp{padding-top:0}
.small-nrp{padding-right:0}
.small-nbp{padding-bottom:0}
.small-nlp{padding-left:0}}
/* ------------------------ medium breakpoint ------------------------ */
 @media only screen and (min-width:768px){.medium-np{padding:0}
.medium-ntp{padding-top:0}
.medium-nrp{padding-right:0}
.medium-nbp{padding-bottom:0}
.medium-nlp{padding-left:0}}
/* ------------------------ large breakpoint ------------------------ */
 @media only screen and (min-width:960px){.large-np{padding:0}
.large-ntp{padding-top:0}
.large-nrp{padding-right:0}
.large-nbp{padding-bottom:0}
.large-nlp{padding-left:0}}
/* ------------------------ x-large breakpoint ------------------------ */
 @media only screen and (min-width:1170px){.x-large-np{padding:0}
.x-large-ntp{padding-top:0}
.x-large-nrp{padding-right:0}
.x-large-nbp{padding-bottom:0}
.x-large-nlp{padding-left:0}}
/* ------------------------ xxlarge breakpoint ------------------------ */
 @media only screen and ( min-width:1440px ){.xxlarge-np{padding:0}
.xxlarge-ntp{padding-top:0}
.xxlarge-nrp{padding-right:0}
.xxlarge-nbp{padding-bottom:0}
.xxlarge-nlp{padding-left:0}}
/* ------------------------ xxlarge breakpoint ------------------------ */
 @media only screen and ( min-width:1600px ){.xxxlarge-np{padding:0}
.xxxlarge-ntp{padding-top:0}
.xxxlarge-nrp{padding-right:0}
.xxxlarge-nbp{padding-bottom:0}
.xxxlarge-nlp{padding-left:0}}
/* ------------------------ browers goodies ------------------------ */
.corners{border-radius:0.25rem;}
.no-corners{border-radius:0;}
.shadows{box-shadow:0 2px 4px 0 rgba(51,51,51,.3);}
.bottom-shadow{box-shadow:0 6px 8px -6px rgba(0,0,0,.2);}
.text-shadow{text-shadow:1px 1px 1px rgba(51,51,51,.3);}
/* ------------------------ alerts and messages ------------------------ */
.message{background-color:#e6e6e6;border-radius:0.25rem;color:#5a6c7f;margin:1.50rem 0;padding:0.75rem 1rem;}
.message.closable .close{color:#333;font-size:2rem;line-height:1;margin-top:-1rem;opacity:0.3;position:absolute;top:50%;right:0.25rem;text-decoration:none}
.message br:first-child{display:none}
.message p,.message ol,.message ul{margin-bottom:0}
.message-info{background:#e4f4fd;border:1px solid #a8cce2;color:#407ea1}
.message-success{background:#F4FCF6;border:1px solid #7FC193;color:#10712E}
.message-warning{background:#FFF8DB;border:1px solid #FFE474;color:#65602E}
.message-error{background:#fbe3e3;border:1px solid #f7b5b7;color:#d34047}
/* ------------------------ what??? they have an old brower ------------------------ */
.message.browsehappy{margin:0 0 0 -300px;position:fixed;top:0;left:50%;width:600px;z-index:99999;}
/* ------------------------ tags ------------------------ */
.tag{border-radius:0.25rem;font-size:0.75rem;font-weight:700;line-height:1;padding:0.25rem 0.375rem;vertical-align:baseline;white-space:nowrap;}
/* ------------------------ notifications ------------------------ */
.notification{border-radius:1.25rem;font-size:0.75rem;line-height:1;padding:0.25rem 0.5rem;text-align:center;white-space:nowrap;vertical-align:baseline;}
/* ------------------------ For Image Replacements ------------------------ */
.ir{overflow:hidden;text-indent:100%;white-space:nowrap;}
.ir br{display:none}
/* ------------------------ The Magnificent Clearfix ------------------------ */
.clearfix:before,.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
/* ------------------------ embedded content ------------------------ */
audio,video{width:100%;}
audio:focus,video:focus{outline:1px dotted #222;}
embed,img,object,video{height:auto;max-width:100%;}
img.constrain{max-height:100%}
iframe{max-width:100%;}
embed,object{height:100%;}
figcaption{font-size:0.75rem;font-style:italic;margin-top:0.50rem;}
.flex-video{height:0;overflow:hidden;margin-bottom:1rem;padding-top:1.5625rem;padding-bottom:67.5%;position:relative;}
.flex-video.widescreen{padding-bottom:57.25%}
.flex-video.vimeo{padding-top:0}
.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}
img{vertical-align:middle;-ms-interpolation-mode:bicubic;}
/* ------------------------ syntactical elements ------------------------ */
code,kbd,pre,samp{color:#444;font-size:0.875rem;font-family:Monaco,"Lucida Sans Typewriter",Consolas,"Courier New",monospace;}
code{background:#f8f8f8;border:1px solid #dedede;border-radius:0.178rem;margin:0;padding:0.064rem 0.317rem;white-space:nowrap;}
kbd{background:#f8f8f8;border:1px solid #dedede;border-radius:0.238rem;box-shadow:0 1px 0 #dedede,inset 0 0 0 1px #fff;margin-bottom:1px;padding:0.064rem 0.317rem;position:relative;top:-1px;white-space:nowrap;}
pre{position:relative;overflow:auto;padding:1rem;background:#222;box-shadow:inset 0 0 0.356rem hsla(0,0%,0%,0.6);color:#ccc;-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none;hyphens:none;-moz-tab-size:4;tab-size:4;white-space:pre;word-wrap:normal;word-break:normal;}
pre code{background:transparent;border:none;border-radius:0;color:inherit;display:block;height:100%;margin:0;overflow:auto;padding:0;white-space:pre}
/* ------------------------ heading-decoration ------------------------ */
.heading-decoration:before{
border:solid #8d8d8d;
border-width:2px 0;
content:'';
display:block;
height:0.50rem;
margin-top:-0.25rem;
position:absolute;
top:50%;
right:0.75rem;
left:0.75rem;}
.heading-decoration span,.heading-decoration .readytheme-banner{background:#f4f4f4;display:inline;padding:0 1rem;position:relative;}
/* ---- Wells ---- */
.well{
border:1px solid #ccd1d9;
padding:3em;}/* +-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+ =BODY =HEADER =NAVIGATION BAR =MAIN =COLUMN-LEFT =COLUMN-RIGHT =BOTTOM WRAP =FOOTER =DISCLAIMERS =MOBILE FOOTER
*/
/*
------------------------------- =BODY ------------------------------- */
body{}
/*
------------------------------- =HEADER ------------------------------- */
.header{background:#fff;margin:0 auto;}
.header.stuck,.header .main-header.stuck{background:#fff;position:fixed;top:0;right:0;left:0;width:100%;z-index:1000}
#js-sticky-header{width:100%;z-index:999;display:block;position:fixed;top:-120px;background:#24364a}
@media screen and (min-width:960px){#js-sticky-header.slideDownSticky{top:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}}
#js-sticky-categories-nav .nav-group-2,#js-sticky-categories-nav .nav-group-3{display:none !important}
/* ------------------------ pre-header ------------------------ */
 .pre-header{}
.pre-header nav{z-index:2}
.pre-header a{color:#fff}
.pre-header .pre-header--promo{color:#fff;font-size:0.75rem;height:2rem;line-height:2}
@media only screen and (min-width:768px){.pre-header .pre-header--promo{font-size:0.875rem;height:2.50rem;line-height:2.5}
.pre-header a:hover{color:#38c674}}
@media only screen and ( min-width:1440px ){#js-mobile-autocomplete{display:none !important}}
.global-sign-in{background:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.3);float:none;font-size:0.75rem;padding-top:0.75rem;padding-bottom:0.75rem;position:absolute;top:-15rem;right:0;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;z-index:1002}
.global-sign-in.open{top:2.50rem}
.global-sign-in form,.global-sign-in p{margin-bottom:0.50rem}
.global-sign-in a{color:#0074d9}
/* ------------------------ main-header ------------------------ */
 .main-header{z-index:2;padding-bottom:.5rem}
@media only screen and (min-width:960px){.main-header{font-size:0.875rem;height:7.5rem;padding:.5rem 0 1rem 0}}
/* ------------------------ mobile-main-header ------------------------ */
 .mobile-main-header{background:#fff;height:4rem;line-height:4;overflow:hidden;text-align:center}
.mobile-menu-button span:not(.sr-only){position:relative;top:-5px}
.mobile-main-header .mobile-menu-button span{display:inline-block;font-size:1.50rem;line-height:2.667;vertical-align:middle;width:100%;top:4px}
.medium-menu-button{font-size:3em}
.mobile-basket-button .mini-basket-count,.mobile-basket-button .mini-basket-inner{line-height:2}
/* ------------------------ service-links ------------------------ */
 .service-links{margin:.5rem 0 1.75rem;font-size:14px}
@media screen and (min-width:960px){.service-links{margin:0 0 1.75rem;font-size:1rem}}
.service-link-phone{position:relative;top:1px}
.service-links .breadcrum-border{padding-right:0.25rem;padding-left:0.25rem}
/* ------------------------ mini-basket ------------------------ */
 .mini-basket{/* height:4rem;line-height:4;*/
 display:inline-block;font-size:1rem}
.mini-basket-icon{margin-right:0.25rem;display:inline-block;font-size:1.25rem;line-height:1;position:relative;top:5px}
.mobile-basket-button .mini-basket-inner{line-height:1.5}
.mini-basket-count{padding:0 5px;font-size:0.75rem}
@media screen and (min-width:960px){#js-mini-basket{position:relative;top:2px}}
@media screen and (min-width:767px){.mini-basket-icon{margin-right:.5rem;display:inline-block;font-size:1.75rem;line-height:1;position:relative;top:6px}
.mini-basket-count,.mini-basket-text{padding:0 1rem;line-height:3;font-size:1rem}
.mobile-basket-button .mini-basket-inner{line-height:2}}
.mini-basket-inner{border:2px solid #38c574;display:inline-block;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.mini-basket-inner:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(56,197,116,0);border-right-color:#38c574;border-width:5px;margin-top:-5px}
.mobile-basket-button .mini-basket-inner{background:#38c574}
@media screen and (min-width:960px){.mini-basket-icon{margin-right:1rem}
.mini-basket-count,.mini-basket-text{padding:0 1rem;line-height:3}
.mini-basket-inner:after{border-width:10px;margin-top:-10px}}
.mini-basket-count{background:#38c574;color:#fff}
.mini-basket-down-arrow{font-size:.8em;position:relative;top:1px}
.mini-basket-container{background:#fff;border:1px solid rgba(0,0,0,0.10);/*box-shadow:0 4px 4px 0 rgba(0,0,0,.3);*/
 float:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:absolute;top:-40rem;right:12px;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;z-index:1001}
.round-bottom-left{-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px}
.round-bottom-right{-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px}
.mini-basket-container.open{top:4rem}
@media only screen and (min-width:768px){.mini-basket-container:after,.mini-basket-container:before{border:solid transparent;content:" ";position:absolute;bottom:100%;left:80%;pointer-events:none;width:0;height:0}
.mini-basket-container:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:9px;margin-left:-4px}
.mini-basket-container:before{border-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0.10);border-width:10px;margin-left:-5px}
.mini-basket-container.open{top:12rem}}
@media screen and (min-width:960px){.mini-basket-container.open{top:8rem}}
.mini-basket-content{cursor:default;padding:1rem}
/*.mini-basket-content h3{border-bottom:1px solid #d5d5d5;line-height:2}*/
 .mini-basket-content h3 span{border-bottom:1px solid #38c674}
.mini-basket-content h5{font-size:1.125rem;line-height:1;margin-bottom:0.50rem}
.mini-basket-table-wrap{font-size:0.875rem;overflow:hidden;overflow-y:auto;max-height:300px}
.mini-basket-row{border-bottom:1px solid #dedede;padding:0.50rem 0}
/* .mini-basket-row a{color:initial}
*/
 .mini-basket-content a.button{font-size:1.125rem}
.mini-basket-close{cursor:pointer;color:#a1adb9;font-size:1.5rem;position:absolute;right:.5rem;top:0;z-index:1}
.mini-basket-image{border:1px solid #dee5e7}
.mini-basket-seperator{font-size:1rem;letter-spacing:3px}
/*
------------------------------- =NAVIGATION BAR ------------------------------- */
.navigation-bar{box-shadow:0 2px 4px -2px rgba(0,0,0,.2);position:relative;text-align:center;z-index:1;}
.navigation-set{/*height:0;*/
 opacity:0;-o-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}
.navigation-set li{/*display:inline-block;*/
 display:table-cell;list-style:none;margin:0;padding:0;position:relative;text-align:left;white-space:nowrap}
.navigation-set li a{display:block}
@media only screen and (min-width:1440px){.navigation-set{font-size:0;margin:0 auto;opacity:1;padding:0;text-align:left;max-width:1170px;height:100%}
.navigation-set .level-1,.nav-item-1 a{font-size:14px;/*height:3.375em;*/
 line-height:3.375;/*text-transform:uppercase;*/
 /*width:12%;*/
 display:inline-block}
.navigation-set .level-1 > span,.navigation-set .level-1 > span > a{line-height:4.25;height:4.25em}
.safari .navigation-set .level-1{float:left}
.navigation-set .open-global-search{width:4%}
.navigation-set .level-1 a{/*border-right:1px solid #dedede;*/
 /*color:#fff;*/
 text-align:center;padding-left:10px;padding-right:10px}
.navigation-set > .level-1:first-child a{/*border-left:1px solid #dedede;*/
}
.navigation-set .level-1:hover > span a{box-shadow:inset 0 -4px 0 0 #38c674}}
/* ------------------------ first sub-level ------------------------ */
 .navigation-set li ul{border-top:1px solid #dedede;box-shadow:0 4px 4px 0 rgba(0,0,0,.2);display:none;font-size:0.75rem;line-height:1.5;margin:0;min-width:100%;padding:1rem;position:absolute;left:0;z-index:999}
.navigation-set li:hover ul{background:#fff;display:block}
.navigation-set li ul li{display:block;margin:0 0.75rem}
.navigation-set .level-2{font-size:1rem;font-weight:100;min-width:10rem;line-height:2}
.navigation-set > .level-1:first-child .level-2 a,.navigation-set li ul .level-2 a{border:0 none;margin-bottom:0.25rem;text-align:left;text-transform:none}
.navigation-set .level-2 a:hover{font-weight:normal}
/*.navigation-set .level-2 a:after{background:#38c674;content:'';display:block;position:relative;bottom:0;width:33%;height:2px}*/
 .navigation-set .level-2 a i{font-size:0.75rem;position:absolute;top:0.50rem;right:0}
/* ------------------------ second and subsequent sub-levels ------------------------ */
 .navigation-set li:hover ul ul{border:0 none;box-shadow:none;display:none;margin:0;padding:0}
.navigation-set li ul li ul{display:none;position:absolute;top:0;left:100%}
.navigation-set li ul li:hover > ul{display:block}
.navigation-set .level-3{font-size:0.875rem;line-height:2;margin:0}
.navigation-set > .level-1:first-child .level-2 .level-3 a,.navigation-set ul .level-2 .level-3 a{border-bottom:0 none;color:#818181;margin-bottom:0}
.navigation-set ul .level-2 .level-3 a:after{display:none}
.navigation-set ul .level-2 .level-3 a:hover,.navigation-set > li:first-child .level-2 .level-3 a:hover{color:#38c674}
/* ------------------------ horizontal-mega-menu ------------------------ */
 .navigation-set.horizontal-mega-menu{position:relative}
.navigation-set.horizontal-mega-menu .level-1{position:static}
.navigation-set.horizontal-mega-menu .level-1 ul{padding-bottom:0;white-space:normal}
.navigation-set.horizontal-mega-menu li ul li{display:inline-block;height:auto;vertical-align:top}
.navigation-set.horizontal-mega-menu li ul .level-2{margin-bottom:1rem}
.navigation-set.horizontal-mega-menu li ul li ul{display:block;position:relative;top:auto;left:auto}
.navigation-set.horizontal-mega-menu li ul li ul li{display:block}
/* ------------------------ vertical-fly-out ------------------------ */
 .vertical-fly-out li{display:block}
.vertical-fly-out li ul{top:0;left:100%}
/* ------------------------ single-navigation-column ------------------------ */
 .single-navigation-column{display:inline-block;padding-right:1rem;vertical-align:top}
.single-navigation-column li{display:block;font-size:0.75rem;height:auto;line-height:1.75}
.single-navigation-column .single-navigation-title{font-size:1rem;font-weight:700;height:2em;line-height:2;margin-bottom:0.25rem;text-transform:uppercase}
.single-navigation-column li a{padding:0}
.single-navigation-column li:hover > a{background:transparent}
/* ------------------------ global-search ------------------------ */
 .global-search{border-top:1px solid #dedede;box-shadow:0 4px 4px 0 rgba(0,0,0,.2);margin-bottom:0;overflow:hidden;position:absolute;top:0;right:0}
.global-search input[type="search"],.global-search button{display:inline-block}
.global-search input[type="search"]{float:left;width:92%}
.global-search button{width:8%}
.global-search button:before{line-height:2}
.search-form .search-input{padding-left:1.25rem;font-weight:100}
.search-form input,.search-form button{border:0}
.search-form input,.search-form button{height:3.25em;line-height:3.25em}
@media screen and (min-width:960px){.search-form input,.search-form button{height:4em;line-height:4em}}
/* ------------------------ mobile off-canvas navigation ------------------------ */
 .mobile-menu{-webkit-backface-visibility:hidden;/* improves performance issues on mobile */
 background:#fff;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;/* enables momentum scrolling in iOS overflow elements */
 -webkit-perspective:1000;/* improves performance issues on mobile */
 position:fixed;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;z-index:9999}
.mobile-menu-top,.mobile-menu-bottom{left:0;width:100%;height:100%}
.mobile-menu-top{top:-100%}
.mobile-menu-top-open .mobile-menu-top{top:0}
.mobile-menu-right,.mobile-menu-left{top:0;width:16rem;height:100%}
.mobile-menu-right{right:-16rem}
.mobile-menu-right-open .mobile-menu-right{right:0}
.mobile-menu-bottom{bottom:-100%}
.mobile-menu-bottom-open .mobile-menu-bottom{bottom:0}
.mobile-menu-left{left:-16rem}
.mobile-menu-left-open .mobile-menu-left{left:0}
.mobile-menu-header{background:#292929;color:#fff;font-size:1rem;line-height:3;margin:0;overflow:hidden;padding:0 1rem;text-align:center;vertical-align:middle}
.mobile-menu-header .close-mobile-menu{display:inline-block;float:right;font-size:2rem;line-height:1.5;opacity:.50;text-decoration:none;vertical-align:middle}
.mobile-navigation-gray{background:#a2afbc !important}
/* ------------------------ Menu Transitions ------------------------ */
 /*.mobile-navigation,.wrap{-webkit-backface-visibility:hidden;-webkit-perspective:1000}*/
 .mobile-navigation{-webkit-backface-visibility:hidden;/* improves performance issues on mobile */
 -webkit-perspective:1000;/* improves performance issues on mobile */
}
/*@media screen and (min-width:100rem){.wrap{-webkit-backface-visibility:initial;-webkit-perspective:initial}}*/
 /* ------------------------ Site Overlay ------------------------ */
 .site-overlay{background:transparent;display:none}
.mobile-menu-active .site-overlay{background:#999;background:rgba(0,0,0,0.5);display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000}
/* ------------------------ Menu Appearance ------------------------ */
 .mobile-navigation-bar .column{color:#2b2b2b;cursor:pointer;line-height:2.50rem;text-transform:uppercase}
@media only screen and (max-width:1439px){.mobile-navigation-header{height:3rem;line-height:3rem;vertical-align:middle;text-align:center}
.mobile-navigation-header a{cursor:pointer;display:block;font-size:0.75rem;height:100%;line-height:1;padding-top:0.625rem;text-decoration:none}
.mobile-navigation-header a:hover{color:currentColor}
.mobile-navigation-header a span{font-size:1rem}
.mobile-navigation-header a small{display:inline-block;font-size:0.625rem;width:100%}
.mobile-navigation-search{border:1px solid #dedede;margin:0.75rem}
.mobile-navigation-search input[type="search"]{border-color:transparent}
.mobile-navigation-search .button *[data-icon]{margin:0}
.mobile-navigation{width:200%;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}
.mobile-navigation ul{display:block;float:left;opacity:1;overflow:hidden;position:relative;table-layout:auto;-webkit-tap-highlight-color:transparent;text-align:left;-webkit-transform:translateZ(0);transform:translateZ(0);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;width:50%;height:100%;z-index:0}
.mobile-navigation ul li > ul{display:none}
.mobile-navigation ul li{display:table;overflow-x:hidden;width:100%}
.mobile-navigation .open-global-search{display:none}
.mobile-navigation ul li span{border:none;cursor:pointer;display:block;font-size:0.875rem;line-height:3.50rem;overflow:hidden;padding:0;-moz-transition:none;-webkit-transition:none;transition:none;width:100%;min-height:3.50rem}
#js-mobile-navigation #js-navigation-set{border-top:1px solid #dedede}
.mobile-navigation ul li span.parent{display:table-cell;width:80%}
#l-mobile-search{border:1px solid #dedede;/*padding:1rem 0;*/
 -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-right:0;border-left:0;-webkit-appearance:none}
.mobile-navigation ul li span.next{display:table-cell;width:20%;text-align:center;background:rgba(0,0,0,.1)}
.mobile-navigation ul li span.next:active{background:transparent}
.mobile-navigation ul li span.back{max-width:none}
.mobile-navigation ul li span a{/*background:none;border:0 none;box-shadow:none;cursor:pointer;display:inline-block;font-size:0.875rem;line-height:1.5;overflow:hidden;padding-left:1rem;text-decoration:none;text-transform:uppercase;vertical-align:middle;white-space:normal;width:100%;*/
}
.mobile-navigation .level-1,.mobile-navigation .level-2,.mobile-navigation .level-3,.mobile-navigation .level-4,.mobile-navigation .back{background:none;border:0 none;box-shadow:none;cursor:pointer;font-size:0.875rem;line-height:1.5;overflow:hidden;padding-left:1rem;text-decoration:none;text-transform:uppercase;vertical-align:middle;white-space:normal;width:100%;border-bottom:1px solid #dedede}
.mobile-navigation .back{line-height:1;min-height:2.50rem}
.mobile-navigation .back span{display:inline}
.mobile-navigation ul li:hover > ul{display:none}
.mobile-navigation ul li:hover > span,.mobile-navigation ul li:hover > span a{box-shadow:none}
.mobile-navigation ul li:hover > span:active{-webkit-transform:translateZ(0);transform:translateZ(0);background-color:transparent;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}
.mobile-navigation ul.hide{overflow:hidden;margin-left:-50%;white-space:nowrap}
.mobile-navigation ul.hide li,.mobile-navigation ul.hide li span{overflow:hidden}
.mobile-navigation .navigation-trail{height:3.50rem}
.mobile-navigation .navigation-trail span{cursor:default;display:table-cell;font-size:0.75rem;line-height:1.5;padding:0 1rem;text-align:left;text-indent:0;vertical-align:middle}}
/*
------------------------ =MAIN ------------------------ */
main{}
.hdft-header,.hdft-footer,.prod-ctgy-hdft-header,.prod-ctgy-hdft-footer,.content-item,.page-title{clear:both}
/* ------------------------ =COLUMN-LEFT ------------------------ */
 .column-left{}
.single-column .column-left{display:none}
/* ------------------------ category tree navigation ------------------------ */
 .category-tree{background:#fff;margin-bottom:2rem;border-bottom:1px solid #ccc}
.category-tree h5,.category-tree-heading{font-size:22px;color:rgb(42,82,122);font-weight:bold}
.category-tree .level-1,.category-tree .level-2,.category-tree .level-3{list-style:none;font-weight:100}
.category-tree .level-1{font-weight:normal}
.category-tree .level-1{line-height:3;border-top:1px solid #ccc}
.category-tree .level-1.active a{color:#38c574;font-weight:bold}
.category-tree .level-1.active{margin-bottom:-15px}
.category-tree .level-2.active{margin-bottom:-5px}
.category-tree .level-2{margin:10px 0}
.category-tree .level-3{margin:5px 0}
.category-tree .level-2,.category-tree .level-3{font-size:0.875rem;line-height:2;padding-left:0.75rem}
.category-tree .level-2.active,.category-tree .level-3.active{font-weight:bold;color:#434a54}
.category-tree .level-3{padding-left:1.50rem}
.category-tree a{display:block;position:relative;text-decoration:none}
.category-tree .level-2 a:hover:before,.category-tree .level-3 a:hover:before,.category-tree .level-2.active a:before{content:"\64";font-family:'Suivant';font-size:0.50rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;position:absolute;top:0.65rem;left:-0.75rem;speak:none;text-transform:none}
/* ------------------------ =COLUMN RIGHT ------------------------ */
 .column-right{min-height:30rem}
.single-column .row .column-right{border:none;left:auto;width:100%}
@media only screen and (min-width:960px){.single-column .row .column-right{padding-right:0.75rem}}
/* ------------------------ breadcrumbs ------------------------ */
 .breadcrumbs{/*background:#e8e8e8;*/
 color:#818181;font-size:0.875rem;line-height:2}
@media only screen and (min-width:768px){.breadcrumbs{line-height:3.5}}
.breadcrumbs li{display:inline-block}
.breadcrumbs a{color:#656d78;margin-right:0.375rem;text-decoration:none;font-weight:100}
.breadcrumbs .current-item{color:#2a527a;font-weight:bold;margin-right:0.375rem}
.breadcrumb-border{padding-right:0.375rem;padding-left:0.25rem}
/* ------------------------ page titles ------------------------ */
 .page-title{font-weight:400;line-height:2;margin-bottom:0}
/* ------------------------ main content ------------------------ */
 .main-content{margin-bottom:1rem;padding:0 1rem}
.single-column .main-content{padding:0}
.main-content-row{padding:0.50rem 0;/*padding:1rem 0 5rem;*/
 /*margin-bottom:5rem;*/
}
/*
------------------------ =BOTTOM WRAP ------------------------ */
.bottom-wrap{clear:both;/* important - do not remove */
 height:0;}
/*
------------------------ =FOOTER ------------------------ */
.footer{font-size:0.875rem;margin-top:30px;padding:0.75rem 0 1rem;color:#bccbda;}
@media screen and (min-width:768px){.footer{padding-top:2.50rem}}
.footer h5{color:#4d4d4d;margin-bottom:0.75rem}
.footer ul{margin-bottom:1rem;opacity:1;padding:0}
.footer ul a{display:block;font-size:0.875rem;line-height:2;color:#bccbda}
/* ------------------------ footer-contact ------------------------ */
 .footer-contact li{/*border-top:2px solid #fff;*/
 color:#bccbda;padding:0.75rem 0}
.footer-contact li:before{color:#fff;font-size:1rem;padding-right:0.5rem;float:left;min-height:25px;margin-top:3px}
.email-us-icon:before{margin-top:6px !important}
.footer .footer-contact a{display:inline}
/* ------------------------ footer-social ------------------------ */
 .footer-social a{/*background:#818181;*/
 color:#fff;display:inline-block;font-size:1rem;line-height:2;margin:0 0.25rem 0.50rem 0;text-align:center;vertical-align:middle;width:2rem;height:2rem;border-radius:3px}
.footer-social a:hover{/*background:#4d4d4d;*/
}
/*
------------------------ =DISCLAIMERS ------------------------ */
.disclaimers{font-size:0.75rem;color:#bccbda;}
.disclaimers .wrap{padding:0.50rem 0 1rem}
.disclaimers a{color:#bccbda}
@media screen and (min-width:768px){.disclaimers{font-size:0.875rem}
.disclaimers .wrap{border-top-color:#fff;padding:1rem 0}}
/*
------------------------ =MOBILE FOOTER ------------------------ */
.mobile-footer{box-shadow:0 -2px 4px 2px rgba(0,0,0,.1);height:3rem;line-height:3rem;position:fixed;bottom:0;width:100%;z-index:50;}
.mobile-footer div{border-left:1px solid #818181;color:#4d4d4d;cursor:default;font-size:0.75rem;height:100%;line-height:1;padding-top:0.625rem}
.mobile-footer div:first-child{border:none}
.mobile-footer a{color:#4d4d4d;display:block;text-decoration:none}
.mobile-footer span{font-size:1rem}
.mobile-footer small{display:inline-block;font-size:0.625rem;width:100%}
/* ------------------------ mobile-footer-links ------------------------ */
 .mobile-footer-links ul{opacity:1;padding:0;width:100%;max-height:90%}
.mobile-footer-links ul li{border-bottom:1px solid #666;font-size:0.875rem;display:table;line-height:2.50rem;width:100%}
.mobile-footer-links ul li a{color:#4d4d4d;cursor:pointer;display:block;overflow:hidden;padding:0 1rem;text-decoration:none;text-transform:uppercase;vertical-align:middle;white-space:normal}
/* .nav-item-1{display:block;padding:15px 10px;background:#ccc;}
.navigation-bar .nav-item-1{padding:inherit;}
*/
.nav-item-1 > a{color:#fff;}
.nav-item-1--left{padding-right:0;background:#3c546c;text-align:left;padding-left:20px;}
.nav-group-2{padding:0;display:none;text-align:left;position:absolute;z-index:102;border:1px solid #dbe3e5;border-top:0;background:#f1f7f7;-webkit-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.25);-moz-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.25);box-shadow:0px 0px 5px 0px rgba(50,50,50,0.25);-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}
.nav-group-2:before{-webkit-box-shadow:3px -2px 5px rgba(50,50,50,0.25);-moz-box-shadow:3px -2px 5px rgba(50,50,50,0.25);box-shadow:3px -2px 5px rgba(50,50,50,0.25);width:15px;height:15px;background:#f1f7f7;/* Translate the box up by width / 2 then rotate */
 -webkit-transform:translateY(-15px) rotate(45deg);transform:translateY(-15px) rotate(45deg);content:" ";position:absolute;pointer-events:none;z-index:102;right:-7px;top:50%;}
.nav-group-2:after{width:15px;height:15px;background:#f1f7f7;/* Translate the box up by width / 2 then rotate */
 -webkit-transform:translateY(-15px) rotate(45deg);transform:translateY(-15px) rotate(45deg);content:" ";position:absolute;pointer-events:none;z-index:102;right:-5px;top:50%;}
/*.nav-group-2:after,.nav-group-2:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:102;}
.nav-group-2:after{border-color:rgba(241,247,247,0);border-left-color:#f1f7f7;border-width:15px;margin-top:-15px;}
.nav-group-2:before{border-color:rgba(219,227,229,0);border-left-color:#dbe3e5;border-width:16px;margin-top:-16px;}*/
.js-az-menu-trigger{font-size:18px !important}
.js-az-menu-trigger > span{font-size:1.75em;line-height:1;position:relative;top:8px;margin-right:5px;}
.nav-item-2{display:block;padding:10px 20px;background:#f1f7f7;color:#24364a;border-bottom:1px solid #dbe3e5;text-align:left;width:95%;margin:auto;position:relative}
@media screen and (min-width:960px){.nav-item-2:before{content:"E";font-family:'ElegantIcons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;position:absolute;right:0;top:40%;font-size:12px}}
.nav-group-2 .nav-item-2:last-child{border:0}
.nav-group-3{display:none;width:74%;padding:0;position:absolute;z-index:100;right:0;background-color:#fff;-webkit-box-shadow:1px 1px 5px 0px rgba(50,50,50,0.25);-moz-box-shadow:1px 1px 5px 0px rgba(50,50,50,0.25);box-shadow:1px 1px 5px 0px rgba(50,50,50,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.nav-item-3{}
.nav-group-4{margin:0;padding:0;display:none;}
.nav-item-4{text-align:left}
.nav-item-4--right{padding-right:0}
.nav-group-5{width:32%;display:inline-block;vertical-align:top;text-align:left;padding:12px;}
.nav-heading-5{margin:0;padding:0;text-align:left;font-weight:700}
.nav-heading-5 a{color:#24364a;font-weight:700}
.nav-heading-5 a:hover{font-weight:700 !important}
.nav-heading-5 a:after{content:"\2022\2022\2022\2022\2022";color:#4a9dcf;display:block;font-size:11px;letter-spacing:3px;margin-bottom:5px}
.nav-item-5{display:block;margin-top:5px;font-weight:100}
a.nav-item-5:hover{font-weight:normal}
/* ---- Newsletter ---- */
.newsletter-wrapper{color:#656d78;border:20px solid #ecf0f1;padding:20px;margin-bottom:30px;}
.newsletter-title{margin-bottom:5px;line-height:1;}
.newsletter-input{font-weight:100}
@media screen and (min-width:767px){.newsletter-wrapper{padding:30px 60px}
.footer .mobile-toggle{display:block !important}}
@media screen and (min-width:960px){#js-main-header{margin-bottom:1.5rem}}
@media screen and (min-width:960px) and (max-width:1060px){.nav-item-1 a{font-size:.88rem}}
.copyright-text{position:relative;top:6px;}
.newsletter-group{position:relative;}
.newsletter-input{padding-left:3.5rem !important;border:2px solid #dfe1e1 !important;border-right:0 !important;-webkit-border-radius:3px 0 0 3px !important;-moz-border-radius:3px 0 0 3px !important;border-radius:3px 0 0 3px !important;}
.newsletter-group span{position:absolute;color:#dfe1e1;font-size:2rem;top:.5rem;left:.75rem;}
/* Footer Menus */
@media screen and (max-width:767px){.footer h5{padding:1rem 0;margin:0;position:relative;font-size:18px}
#footer-categories,#footer-customer-services,#footer-payment-methods{border-bottom:1px solid #3d5265}
.footer h5 span{font-size:30px;position:absolute;top:6px;bottom:0;right:0}}
.ie8 .newsletter-input{width:80%;float:left}
.ie8 .newsletter-button{width:20%}/* +-+-+-+-+-+-+ PAGE SPECIFIC STYLES +-+-+-+-+-+-+ =SFNT PAGE =CTGY PAGE =PROD AND PATR PAGES =POUT PAGE =SRCH PAGE =BASK PAGE =OCST,OSEL,OPAY AND INVC PAGES =ORDP PAGE =ACLN PAGE =CTUS PAGE =NTFD PAGE =SMAP PAGE
*/
/*
------------------------ =SFNT PAGE ------------------------ */
.sfnt.single-column .row .column-right{padding:0;}
@media screen and (max-width:479px){.event-message{font-size:1rem}}
.mobile-featured-products .sky{font-size:1.5rem;letter-spacing:3px}
/* ------------------------ ad blocks ------------------------ */
.sfnt-promo a{position:relative;display:block;text-align:center;}
.sfnt-promo:hover a:after{background:rgba(0,0,0,0.45);position:absolute;content:"";top:0;left:0;width:100%;height:100%;color:#38c574;line-height:20;font-weight:bold;}
.sfnt-promo:hover a:before{content:"";position:absolute;bottom:20%;z-index:2;margin:auto;left:0;right:0;}
.sfnt-ad{/*display:block;*/
 /*margin-bottom:1.125rem;*/
;}
.sfnt-promo img{max-width:100%}
#storefront-message a{color:#23374a}
#storefront-about-us p{font-weight:100;margin-bottom:5px}
@media screen and (min-width:960px){.sfnt-ad{/*margin-bottom:1.875rem;*/
}}
.featured-products-descrip{position:relative;text-align:center;}
.featured-products-descrip > h3{font-size:34px;line-height:40px;text-align:left}
.featured-products-descrip > .sky{text-align:left}
#home_featured_products{font-size:14px;font-weight:100;text-align:left}
.featured-products-view-all:hover{box-shadow:0;color:#656d78}
@media screen and (min-width:960px){.featured-product-bottom{position:absolute;bottom:0;width:95%}
.no-js .featured-product-bottom{position:relative}
.js-featured-products-height-min > .flag{margin-top:2rem}}
.featured-products-descrip:after,.featured-products-descrip:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.featured-products-descrip:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:15px;margin-top:-15px;}
.featured-products-descrip:before{border-color:rgba(204,209,217,0);border-left-color:#ccd1d9;border-width:16px;margin-top:-16px;}
.category-product-cta-quickview .levels-icon-eye{position:relative;top:4px;font-size:1.5em;line-height:1;}
#js-whats-popular-carousel .slick-prev{left:1px}
/* ------------------------ product carousel ------------------------ */
.row.product-carousel{background:#fff;margin:0;padding:1rem 0;}
.product-carousel .h3{border:solid #f4f4f4;border-width:1px 0;line-height:2;margin-bottom:2rem;padding:0;}
.product-carousel .h3 .uppercase{background:#818181;color:#fff;display:inline-block;margin-left:-0.50rem;padding:0 1rem 0 1.50rem;}
.product-carousel .h3 .uppercase:before{border-color:transparent;border-right-color:#4d4d4d;border-style:solid;border-width:0 0.50rem 0.50rem 0;content:'';position:absolute;bottom:-0.50rem;left:-0.50rem;}
.product-carousel .h3 a{font-size:1rem;font-weight:400;line-height:3;padding-right:2rem;}
.product-carousel .h3 a span{color:#bbb;font-size:1.25rem;line-height:1;padding-left:0.50rem;vertical-align:middle;}
.product-carousel .slick-next,.product-carousel .slick-prev{/* background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.2);*/
 margin-top:0;top:32%;width:2.5rem;height:3.5rem;}
.product-carousel .slick-next:before,.product-carousel .slick-prev:before{font-family:'Suivant';}
.product-carousel .slick-next:before{content:"\64";}
.product-carousel .slick-prev:before{content:"\63";}
.product-carousel .category-product{margin:0;}
/* ------------------------ product flags ------------------------ */
.flag{display:block;overflow:hidden;position:relative;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;text-align:center;}
.flag:before{border:solid transparent;border-width:0 0 72px 72px;content:" ";pointer-events:none;position:absolute;right:0;bottom:0;width:0;height:0;z-index:10;}
.flag:after{color:#fff;font-weight:700;position:absolute;right:0.50rem;bottom:0.75rem;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);z-index:11;}
.flag--new:before,.flag--sale:before{border-bottom-color:#1ac7e2;}
.flag--new:after{content:"NEW";}
.flag--sale:after{content:"SALE";}
.flag--hot:before{border-bottom-color:#dd293a;}
.flag--hot:after{content:"HOT";}
/* ------------------------ accessory navigation ------------------------ */
.sfnt-accessory-navigation{padding:2.25rem 0;}
.sfnt-accessory-navigation .wrap > .column:first-child{border-right:1px solid #e5e5e5;}
.sfnt-accessory-navigation ul{display:inline-block;list-style:none;min-width:33%;padding:0;vertical-align:top;}
.sfnt-accessory-navigation li:before{content:"\2022";color:#e9e9e9;padding-right:0.25rem;}
.sfnt-accessory-navigation .button span{font-size:1.25em;line-height:1;padding-left:1.50rem;vertical-align:middle;}
/*
------------------------ =CTGY PAGE ------------------------ */
 /* ------------------------ category-subcategory ------------------------ */
.sub-category-layout,.category-product-layout{margin-bottom:1.25rem;padding-top:1.50rem;}
.sub-category{margin-bottom:2rem;text-align:center;}
.sub-category a{display:block;color:#434a54;}
.sub-category a:hover{color:#38c574}
.sub-category img{display:block;margin:0 auto 0.50rem;}
/* ------------------------ category-product ------------------------ */
.category-product{margin-bottom:1rem;}
.category-product-image-wrapper{display:inline-block;}
.category-product-image-wrapper{-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.category-product:hover .category-product-image-wrapper img{opacity:0.5;}
.category-product a{overflow:hidden;position:relative;font-weight:100;}
.category-product .flag a{display:block}
.category-product img{display:block;margin:0 auto;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.category-product .breaker{height:0.50rem;}
.category-product p{margin-bottom:0.25rem;font-size:14px;color:#393939;line-height:1.5;}
.category-product-name{margin-bottom:0.75rem;margin-top:1rem;color:#383f48}
.category-product-name a{color:#383f48}
.category-product .strike{color:#acacac;}
.category-product-cta-wrapper{display:none;position:absolute;bottom:0;width:80%;left:10%;}
.category-product-cta-wrapper *{-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.product-carousel .category-product-cta-wrapper{width:70%;left:15%;}
.category-product:hover .category-product-cta-wrapper{display:block;}
.touch .category-product:hover .category-product-cta-wrapper{display:none}
.category-product-cta-form{display:inline-block;}
.category-product-cta-button{border:0;font-weight:100;background:#939fac;color:#fff;font-size:11px;text-transform:uppercase;height:2.5em;}
.product-carousel .category-product-cta-button{font-size:13px;}
.category-product-cta-button:hover{background:#38c574;box-shadow:none;border:0;}
.category-product-cta-quickview{float:right;}
.category-product-cta-quickview-text{display:none;}
.category-product-cta-quickview:hover{}
.category-product-cta-quickview:hover ~ .category-product-form .category-product-cta-adpr-text{display:none;}
.category-product-cta-quickview:hover .category-product-cta-quickview-text{display:inline-block;}
.category-product-flag{color:#eb2055;border:1px solid #eb2055;border-radius:3px;padding:3px 7px;margin-top:-4px;margin-left:0.5rem;font-size:11px;}
.category-product-flag.new{color:#fff;border-color:#23374a;background-color:#23374a;}
@media screen and (max-width:767px){.related-products-carousel .category-product-flag{float:none;margin-top:5px;display:inline-block}}
.category-product-retail-price{color:#656d78;text-decoration:line-through;margin-right:10px;}
.category-product-sale-price{color:#eb2055;font-weight:bold;}
#js-main-dots ul li{height:15px;width:15px;border-radius:50px;background:#fff;border:2px solid #9aa9b8;display:inline-block;margin-right:0;margin-left:1.50rem;cursor:pointer;}
#js-main-dots ul li.active{background:#9aa9b8;}
#js-main-dots ul li:first-child{margin-left:0}
/* ------------------------ quick-view ------------------------ */
.quick-view{font-size:1.125rem;font-weight:700;height:4em;line-height:4;position:absolute;bottom:-5rem;right:0;left:0;z-index:15;}
.quick-view:hover{box-shadow:none;}
.no-touch .category-product a:hover .quick-view{bottom:0;}
.ctgy .mfp-iframe,.srch .mfp-iframe,.product-information--body{background:#fff;min-height:40rem;}
/* ------------------------ product filtering options ------------------------ */
.filter-items-container{margin-bottom:1.25rem;background:#f1f6f7;border:1px solid #dbe3e5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.filter-items-container select{background:transparent;border:0;border-right:1px solid #dbe3e5;height:3rem;margin:0;font-size:14px;border-radius:0;font-weight:100;}
/* ------------------------ sorting ------------------------ */
 /*.sorting,.per-page,.page-links{line-height:1.7;padding:1rem}
.sorting label{width:auto}*/
 /* ------------------------ products per page ------------------------ */
.per-page{line-height:3;}
.per-page li{display:inline-block;}
.per-page a{padding:0 0.375rem;}
.per-page a[data-selected="selected"]{color:#38c574;font-weight:700;}
/* ------------------------ pagination ------------------------ */
.page-links-title,.page-links-container,.page-links-results{vertical-align:middle;}
.page-links a,.page-links-deactivated,.page-links-active{/*outline:1px solid #dedede;*/
 display:inline-block;/*font-size:1rem;*/
 line-height:3;/*margin-right:0.25rem;*/
 text-align:center;text-decoration:none;/*width:2rem;*/
 /*height:2rem;*/
;}
@media screen and (min-width:1180px){.page-links a,.page-links-deactivated,.page-links-active{line-height:3;margin-right:0.25rem;/*width:2rem;height:3rem;*/
}}
.page-links a:hover{outline-color:#38c574;}
.page-links-deactivated:hover{cursor:not-allowed;}
a.page-links-next{margin:0;}
.page-links-active{color:#38c574;outline-color:#38c574;}
.page-links-container{font-size:14px;color:#434a54;}
.top-page-links{position:relative;top:3px;}
.page-links-container a{color:#434a54;padding:0 .25em;}
.page-links-inactive,.page-links-active{padding:0 0.25em;}
.page-links-previous > span,.page-links-next > span{color:#aab2bd;}
a.hellip{position:relative;top:-3px;}
/*
------------------------ =PROD AND PATR PAGES ------------------------ */
/* Quickview */
.js-quickview .product-information{margin-bottom:0.25rem;padding:2rem 1.25rem 0;}
.quickview-product-name{font-size:28px}
.quickview-full-details-links{font-size:13px}
.product-code{font-weight:100;font-size:14px;color:#656565;margin-top:.25rem;}
.product-additional-price{font-weight:100;color:#656d78;margin-right:1rem;}
.product-price{color:#ec2055;}
.product-product-flag{color:#eb2055;border:1px solid #eb2055;border-radius:3px;padding:3px 7px;float:right;margin-top:-3px;font-weight:normal;font-size:1rem;margin-right:1px;}
@media screen and (min-width:767px){.product-product-flag{margin-top:0}}
/* ------------------------ product images ------------------------ */
.product-information--images{margin-bottom:0.75rem;text-align:center;}
.main-image{cursor:pointer;display:block;margin-bottom:1rem;position:relative;}
/* .main-image[data-icon]:before{background:#ababab;color:#fff;display:block;font-size:1.50rem;line-height:1.75;position:absolute;bottom:0;left:0;text-align:center;width:2.625rem;height:2.625rem}
*/
.prod .mfp-figure:after{background:#fff;}
/* ------------------------ additional product images ------------------------ */
.thumbnails{float:none;margin:0 auto;overflow:visible;padding:1rem 0 2rem;}
.thumbnail-img-wrap{padding:0.25rem 0;}
.thumbnails .slick-next,.thumbnails .slick-prev{width:100%;}
.thumbnails .slick-next{top:inherit;bottom:0;}
.thumbnails .slick-prev{top:0;}
.thumbnails .slick-prev:before{content:"2" !important;}
.thumbnails .slick-next:before{content:"3" !important;}
.thumbnails .slick-next:before,.thumbnails .slick-prev:before{font-family:'ElegantIcons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;font-size:1.75rem;}
.thumbnails .slick-next:before{content:"\64";}
.thumbnails .slick-prev:before{content:"\63";}
.thumbnails img{padding:0 0.50rem;}
/* ------------------------ product purchase ------------------------ */
.product-information--purchase{margin-bottom:1.50rem;position:relative;}
/* ------------------------ product attributes ------------------------ */
.product-attributes .form-row{margin-bottom:1rem;}
.product-attributes label,.product-swatches label,.swatch-name{font-size:1.25rem;vertical-align:middle;width:auto;}
.product-attributes select{width:auto;}
/* ------------------------ product swatches ------------------------ */
.product-swatches{}
.product-swatches ul{list-style:none;margin:0;padding:0;}
.product-swatches li{border:3px solid transparent;border-radius:3px;cursor:pointer;display:inline-block;margin:0 0.375rem 0.375rem 0;}
.product-swatches .selected-swatch{border-color:#ededed;}
.product-swatches li span{border-radius:3px;display:block;overflow:hidden;}
/* ------------------------ add-to-cart ------------------------ */
.row.add-to-cart-wrap{font-size:1.125rem;}
.product-add-to-cart-qty{margin-right:.5rem;}
.increase-decrease-input,input[type="tel"].increase-decrease-input{vertical-align:middle;font-size:20px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px;height:51px;width:58px;}
.increase-decrease-wrap{display:inline-block;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid #ccd1d9;position:relative;left:-1px;}
.increase-quantity,.decrease-quantity{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;height:24px;}
.increase-quantity{border-bottom:1px solid #ccd1d9;height:25px;}
.decrease-quantity,.increase-quantity{vertical-align:middle;font-size:15px;color:#aab2bd;display:block;line-height:24px;width:25px;position:relative;}
.decrease-quantity:before,.increase-quantity:before{position:absolute;top:3px;right:5px;}
.decrease-quantity,.increase-quantity{cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}
.decrease-quantity:hover,.increase-quantity:hover{box-shadow:none;background:#aab2bd;color:#fff;}
.add-to-cart{font-size:1rem;height:3.25em;line-height:3.25;border:0;}
.wishlist-button-wrap{margin-top:1rem;display:block;}
#add-to-wishlist-wrap input{font-size:14px}
@media screen and (min-width:608px){.row.add-to-cart-wrap{line-height:2.75}
#add-to-wishlist-wrap input{font-size:1rem}}
.purchase-message{display:none;margin:0;position:absolute;top:45%;width:96%;z-index:50;}
.processing-purchase{background:rgba(255,255,255,0.6);display:none;position:absolute;text-align:center;width:98%;width:calc(100% - 0.75rem);height:100%;z-index:50;}
.processing-purchase img{margin:-4rem 0 0 -4rem;position:absolute;top:50%;left:50%;}
/* ------------------------ product description ------------------------ */
.product-information--description dt{background:#fff;border:1px solid #dedede;font-size:1.125rem;height:2.75em;line-height:2.75;margin-right:1rem;}
.product-information--description dt.current{border-color:#38c574;}
.product-information--description dt a{color:#818181;padding:0 1em;}
.product-information--description dt.current a{color:#38c574;}
.product-information--description dd{border:0 none;font-size:1rem;padding:0;top:1.25em;}
@media screen and (min-width:641px){.product-information--description dt{margin-right:1rem}
.product-information--description dd{border-top:1px solid #dedede;padding-top:1.25em;top:4.75em}}
.product-description{font-weight:100;font-size:14px}
/* ------------------------ related products ------------------------ */
.related-products-carousel{margin-top:10px;}
.related-products .h3{font-size:1.75rem;font-weight:400;line-height:2;}
.related-products-carousel .category-product{padding:0 .5rem}
.related-products .slick-next{right:0;}
.related-products-carousel .slick-next,.related-products-carousel .slick-prev{margin-top:0;top:32%;width:2rem;height:3rem;}
.related-products-carousel .slick-next:before,.related-products-carousel .slick-prev:before{font-size:2rem;left:-2px;}
.related-products .slick-prev{left:1px;}
/*
------------------------ =SRCH PAGE ------------------------ */
/*
------------------------ =BASK PAGE ------------------------ */
.basket-contents,.order-contents{padding:0.75rem 0 0.75rem 0.75rem;}
/* ------------------------ basket ------------------------ */
.cart-contents{margin-bottom:1rem;}
.basket-header-row{background:#fafafa;border:solid #dfe1e1;border-width:1px 0;font-weight:700;line-height:2.5;}
.basket-footer-row{padding-top:0.50rem;}
.basket-product-row{border-bottom:1px solid #e0e0e0;padding:0.50rem 0;}
.basket-product-row a{text-decoration:none;}
.basket-product-row p{line-height:normal;margin:0;}
.remove-item{color:#666;margin-top:0.75rem;text-align:center;}
.basket-footer-row{border-bottom:1px solid #dfe1e1;padding-bottom:0.50rem;}
.basket-button-row{padding-top:1rem;}
.basket-product-details{font-size:smaller;margin-top:0.5rem;}
/* ------------------------ cart summary ------------------------ */
.bask .cart-summary .basket-header-row{margin-bottom:0.50rem;}
.basket-charge-row{margin-bottom:1rem;}
/* ------------------------ shipping calculator ------------------------ */
/* .shipping-estimator{text-align:center;}
*/
@media screen and (max-width:767px){.shipping-estimator{margin-bottom:1rem}}
.shipping-estimate-dialog{display:none;overflow:hidden;padding-top:0.50rem;text-align:left;}
.shipping-estimate-dialog label{font-size:0.75rem;}
.shipping-estimate-results{border:solid #e0e0e0;border-width:1px 0;font-size:0.875rem;margin-top:0.25rem;margin-bottom:0.50rem;text-align:left;}
.shipping-estimate-results-row{clear:both;overflow:hidden;padding:0.25rem 0;}
.shipping-estimate-results-row:nth-child(odd){background:#f4f4f4;}
.secondary-action-button{margin:0 0.5em 1em 0;}
/*
------------------------ =OCST,OSEL,OPAY AND INVC PAGES ------------------------ */
.invalid > .floating-placeholder{border-color:#dd293a;}
.invalid label{color:#dd293a}
@media screen and (min-width:768px){.invc .horizontal-mega-menu,.ordl .horizontal-mega-menu,.ocst .horizontal-mega-menu,.ous1 .horizontal-mega-menu,.ousm .horizontal-mega-menu,.uatm .horizontal-mega-menu,.uatr .horizontal-mega-menu,.osel .horizontal-mega-menu,.opay .horizontal-mega-menu{height:0;visibility:hidden}}
.invc .mobile-navigation-bar,.ordl .mobile-navigation-bar,.ocst .mobile-navigation-bar,.ous1 .mobile-navigation-bar,.ousm .mobile-navigation-bar,.uatm .mobile-navigation-bar,.uatr .mobile-navigation-bar,.osel .mobile-navigation-bar,.opay .mobile-navigation-bar{display:none;}
.invc .pre-header nav ul:last-child li,.ordl .pre-header nav ul:last-child li,.ocst .pre-header nav ul:last-child li,.ous1 .pre-header nav ul:last-child li,.ousm .pre-header nav ul:last-child li,.uatm .pre-header nav ul:last-child li,.uatr .pre-header nav ul:last-child li,.osel .pre-header nav ul:last-child li,.opay .pre-header nav ul:last-child li{display:none;visibility:hidden;}
/* ------------------------ checkout headers ------------------------ */
.checkout-headers{font-size:0.75rem;max-width:1170px;overflow:hidden;text-align:center;}
.checkout-headers .column{border:solid #fff;border-width:0 2px;padding:0 0 0.50rem;}
.checkout-headers span{display:block;font-size:2rem;}
.checkout-headers .current-step{background:#4d4d4d;color:#fff;}
/* ------------------------ customer fields ------------------------ */
.customer-fields{}
.customer-fields .bill-to,.customer-fields .ship-to{margin-bottom:0.75rem;}
.fields-key{font-size:0.75rem;}
/*.fields-heading{font-size:1.5rem;}*/
.controls-heading{padding-right:1rem;}
.fields-heading .controls{font-size:0.75rem;font-weight:400;visibility:hidden;}
.fields-heading .controls label{margin-right:0;text-align:left;width:auto;}
.invalid input,.invalid select,.invalid textarea{border-color:#ff4136;}
.invalid label{color:#ff4136;}
.customer-fields select{/*font-size:0.875rem;*/
 /*height:4rem;*/
}
.update-record label{font-size:0.75rem;width:auto;}
/* ------------------------ cart summary layout ------------------------ */
.cart-summary{margin-bottom:1rem;}
/* ------------------------ cart summary basket ------------------------ */
.ocst .cart-summary .basket-header-row,.osel .cart-summary .basket-header-row,.opay .cart-summary .basket-header-row,.invc .cart-summary .basket-header-row{cursor:pointer;}
.ocst .cart-summary .basket-product-row,.osel .cart-summary .basket-product-row,.opay .cart-summary .basket-product-row,.invc .cart-summary .basket-product-row{font-size:0.75rem;overflow:hidden;}
.cart-summary .basket-total{font-size:1rem;}
/* ------------------------ cart summary customer information ------------------------ */
.cart-summary .h6{margin-bottom:0.50rem;}
.cart-summary address{margin-bottom:0;}
/* ------------------------ ocst log in and forgot password forms ------------------------ */
.ocst-login,.forgot-password{background:#fff;max-width:30rem;padding:1rem;}
/* ------------------------ coupon-redemption ------------------------ */
.coupon-redemption input{width:80%;}
/* ------------------------ payment-method-selectors ------------------------ */
.payment-method-selectors label{display:block;margin-bottom:0.75rem;text-align:center;/*width:100%;*/
}
.payment-method-selectors input{display:block;opacity:0;position:absolute;width:100%;height:100%;z-index:5;}
.ie8 .payment-method-selectors input{display:inline-block;position:relative;width:auto;height:auto;z-index:inherit;}
.payment-method-selectors input:checked + img{box-shadow:0 0 4px 4px rgba(0,85,150,.75);outline:2px solid #fff;}
/* ------------------------ opay form layout ------------------------ */
.cc_exp select{display:inline-block;width:31%;}
.cvv input{display:inline-block;width:25%;}
.cvv a{margin-left:1rem;text-decoration:none;}
.cvv a span{font-size:1.50rem;margin-left:0.25rem;vertical-align:middle;}
.cvv-information{background:#fff;max-width:30rem;padding:1rem;}
/*
------------------------ =ORDP PAGE ------------------------ */
/*
------------------------ =ACLN PAGE ------------------------ */
.acln .account-links{margin:2rem 0 1rem;}
.acln .account-links .column{margin-bottom:1rem;min-height:9rem;}
.acln .account-links a{text-decoration:none;}
.acln .account-links a span{font-size:3rem;}
/*
------------------------ =CTUS PAGE ------------------------ */
/*
------------------------ =NTFD PAGE ------------------------ */
/*
------------------------ =SMAP PAGE ------------------------ */
.site-map{margin:0.50rem 0;text-align:center;}
.site-map a{border:1px solid transparent;display:block;font-size:0.875rem;padding:0.50rem;position:relative;}
.site-map a:hover{border-color:#ddd;}
/*
------------------------ =ACLN,CABK,CADA,CADE ------------------------ */
@media only screen and (min-width:48em){.h-vertically-centered---m{-webkit-transform-style:preserve-3d}
.h-vertically-centered__element---m{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}
.customer-account-order-search{padding-bottom:0.9375rem;line-height:4;}
.customer-account-order-search__title{height:100%;padding-top:0.9375rem;padding-bottom:0.9375rem;border-radius:0.25rem;}
@media screen and (min-width:48em){.customer-account-order-search{height:6rem;padding-bottom:0}
.customer-account-order-search__title{padding-top:0;padding-bottom:0;border-radius:0.25rem 0 0 0.25rem}}
.customer-account-order-search__title h3,.customer-account-links h3{line-height:1.6667;}
.customer-account-order-search__title h3 span,.customer-account-links h3 span{float:left;margin-right:1.25rem;font-size:2.5rem;position:relative;top:-10px;}
.customer-account-order-search input[type="text"]{border-radius:0.25rem 0 0 0.25rem;}
.customer-account-order-search input[type="submit"]{border-radius:0 0.25rem 0.25rem 0;}
.customer-account-links{padding:2rem;border:1px solid;}
@media screen and (min-width:40em){.customer-account-links p,.customer-account-links ul{padding-left:4rem}}
.customer-account-links ul{line-height:2;}
.customer-account-links a{text-decoration:none;}
.customer-account-links .form_row{margin-bottom:0.5rem;}
@media screen and (min-width:50em){.customer-address-book .mm-card-grid-item{max-width:50%;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%}
.customer-address-book .mm-card-grid-item--2x{max-width:100%;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}}
@media screen and (min-width:65em){.customer-address-book .mm-card-grid-item{max-width:calc(25% - 1px);-ms-flex:0 0 calc(25% - 1px);-webkit-flex:0 0 calc(25% - 1px);flex:0 0 calc(25% - 1px)}
.customer-address-book .mm-card-grid-item--2x{max-width:calc(50% - 1px);-ms-flex:0 0 calc(50% - 1px);-webkit-flex:0 0 calc(50% - 1px);flex:0 0 calc(50% - 1px)}}
.address-form-toggle label{position:relative;}
.address-form-toggle input:checked ~ label{opacity:0.25;}
.address-form-toggle form{height:auto;max-height:0;overflow:hidden;transition:all 0.3s ease-in-out;visibility:hidden;}
.address-form-toggle input:checked ~ form{max-height:100rem;transition:all 0.3s ease-in-out;visibility:visible;}
@media screen and (min-width:50em){.edit-address-form form{padding-right:4.9375rem;padding-left:4.9375rem}}
/*
|---------------------------------------
|	CARD GRID [mm-card--grid.css]
|---------------------------------------
*/
.mm-card-grid{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;margin:0 auto;padding:0;list-style:none;clear:both;}
.ie10 .mm-card-grid{-ms-flex-direction:row;-ms-flex-wrap:wrap;}
.ie9 .mm-card-grid{display:block;}
.mm-card-grid::before,.mm-card-grid::after{content:" ";display:table;}
.mm-card-grid::after{clear:both;}
.mm-card-grid-item{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;max-width:100%;margin-bottom:1.875rem;padding-right:0.9375rem;padding-left:0.9375rem;-ms-flex:1;-webkit-flex:0 0 100%;flex:0 0 100%;}
.ie9 .mm-card-grid-item{float:left;min-height:1px;}
@media screen and (min-width:40em){.mm-card-grid-item{max-width:calc(50% - 1px);-ms-flex:0 0 calc(50% - 1px);-webkit-flex:0 0 calc(50% - 1px);flex:0 0 calc(50% - 1px)}
.mm-card-grid-item--2x,.mm-card-grid-item--full{max-width:100%;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%}}
@media screen and (min-width:50em){.mm-card-grid-item{max-width:33%;-ms-flex:0 0 33%;-webkit-flex:0 0 33%;flex:0 0 33%}
.mm-card-grid-item--2x{max-width:66%;-ms-flex:0 0 66%;-webkit-flex:0 0 66%;flex:0 0 66%}}
@media screen and (min-width:65em){.mm-card-grid-item{max-width:calc(25% - 1px);-ms-flex:0 0 calc(25% - 1px);-webkit-flex:0 0 calc(25% - 1px);flex:0 0 calc(25% - 1px)}
.mm-card-grid-item--2x{max-width:calc(50% - 1px);-ms-flex:0 0 calc(50% - 1px);-webkit-flex:0 0 calc(50% - 1px);flex:0 0 calc(50% - 1px)}}
.mm-card-grid-item__wrapper,.mm-card-grid-item__content{display:block;overflow:hidden;}
.mm-card-grid-item__wrapper{-ms-flex:1;-webkit-flex:1;flex:1;}
.mm-card-grid-item__image{display:block;text-align:center;}
.mm-card-grid-item__text{display:block;padding-top:0.9375rem;padding-bottom:0.9375rem;height:auto;line-height:inherit;white-space:normal;}
.address-summary{color:#81838a;border:1px solid #e3e3e8;padding-bottom:3em;font-size:14px;}
.address-heading{text-transform:uppercase;font-size:14px;font-weight:bold;color:#81838a;margin:2em 0 1em}
.address-edit{display:block;font-size:12px;color:#007ddd;text-decoration:none}
.order-summary{color:#81838a;/*border:1px solid #e3e3e8;*/
 /*padding-bottom:3em;*/
 font-size:14px;}
.order-heading{text-transform:uppercase;font-size:14px;font-weight:bold;color:#81838a;margin:2em 0 1em}
.fields-heading,.heading-fields{border-bottom:0;margin:3em 0 1em 0;font-weight:bold;font-size:16px;text-transform:uppercase;color:#191919;}
.basket{}
.basket-header-row{border-color:#D9DAE0;border-width:2px 0 1px;border-style:solid;font-size:13px;text-transform:uppercase;color:#81838A;font-weight:normal;background:transparent;line-height:4em;margin-bottom:0}
.basket-product-row{border-bottom:1px solid #D9DAE0;padding:30px 0}
.basket-product-name{font-size:16px;/*font-weight:bold;*/
 margin-bottom:10px}
.basket-product-name a{text-decoration:none}
.basket-product-option{font-size:13px;color:#81838A}
.basket-product-wishlist{margin-top:1em}
.basket-product-wishlist a{font-size:13px;text-transform:uppercase;text-decoration:none}
.basket-charge-row{padding:.25em 0}
.basket-charge-descrip{font-size:14px;font-weight:normal}
.basket-charge-descrip-coupon{color:#81838a}
.basket-charge-amount{text-align:right;font-size:16px}
.basket-charge-row-COUPON .basket-charge-amount{color:#468847}
.basket-total-row{font-size:20px;font-weight:bold;text-transform:uppercase}
.basket-total-amount{text-align:right}
.basket-button-row{margin-bottom:5em}
.basket-summary{border:1px solid #e3e3e8;padding-bottom:3em;border-radius:3px;}
/* .basket-summary .fields-heading{text-align:center}
*/
/*.help{background:#f7f7f7;border:1px solid #e3e3e8;color:#81838a;padding-top:1em;padding-bottom:1em;border-radius:3px;}
.help-heading{position:relative;font-size:16px}
.help-heading [data-icon]{position:absolute;right:0}
.help-heading [data-icon]:before{font-weight:bold}
.help-row{background:#fff;padding:1em;margin-top:3px}
.help-row:first-child{margin-top:2em}
.help-row:last-child{margin-bottom:1em}
.help-icon{margin-right:1em}
.help-text{font-size:14px;color:#191919}
.help-online{color:#80a44b;font-weight:bold;text-transform:uppercase}*/
.opay h1.page-title{font-size:16px;}
.opay .payment-method-selectors{padding:10px;}
.opay .payment-method-selectors label{margin-right:10px;display:inline-block}
.opay .payment-method-selectors img{border:1px solid #ccc;opacity:.3;filter:alpha(opacity=30);pointer-events:none}
.opay .payment-method-selectors input{display:none}
.ie8 .opay .payment-method-selectors input{display:inline-block;zoom:1;*display:inline;visibility:visible}
.opay .payment-method-selectors input:checked + img{opacity:1;filter:alpha(opacity=100)}/*
------------------------ =PRINT STYLES ------------------------ */
@media print,(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dppx){/* Style adjustments for high resolution devices */
 .hd-show{display:block;visibility:visible}
.hd-hide{display:none;visibility:hidden}}
@media print{@page{margin:0.50cm}
*,*:before,*:after{background:transparent !important;color:black !important;-webkit-filter:none !important;filter:none !important;text-shadow:none !important}
body{background-color:#fff;color:#000;font:0.57em / 1.3 Helvetica,Arial,sans-serif}
a,a:visited{color:#444 !important;text-decoration:underline;word-wrap:break-word}
a[href]:after{content:" (" attr(href) ")";font-size:smaller}
abbr[title]:after{content:" (" attr(title) ")"}
a[href^="#"]:after,a[href^="javascript:"]:after,.ir a:after{content:"\0020"}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
q:after{content:" (Source:" attr(cite) ")"}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
.print-show{display:block;visibility:visible}
a[href^="#"]:after,audio,embed,footer,nav,object,video,.print-hide{display:none;visibility:hidden}}.boxed{max-width:100%}
input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],select,textarea,.floating-placeholder .input{background:#323435;color:#fff;border-color:#555555;}
.floating-placeholder{border-color:#555}
.floating-placeholder label{color:#ccc}
a{color:#fff;}
.button,.btn{outline:0 !important;color:#fff;}
.bottom-shadow{box-shadow:none;}
.bg-1,.bg-navy,.bg-blue{background-color:#1f9292;}
.color-1,.navy,.blue{color:#1f9292;}
.bg-2,.bg-green,.bg-lime{background-color:#2ecc71;}
.color-2,.green,.lime{color:#2ecc71;}
.bg-3,.bg-grey,.bg-gray,.bg-silver{background-color:#2d2e2f;}
.color-3,.grey,.gray{color:#2d2e2f;}
.bg-4,.bg-light-blue,.bg-sky,.bg-aqua,.bg-teal{background-color:#1f9292;}
.bg-4:hover,.bg-light-blue:hover,.bg-sky:hover,.bg-aqua:hover,.bg-teal:hover{color:#fff;}
.color-4,.light-blue,.sky,.aqua,.teal{color:#4a9dcf;}
.button.bg-grey,.button.bg-gray{border:0;color:#fff;}
.create-button,.create-button:hover{color:#1f9292;background:0;}
.footer{background:#23374a;color:#fff;}
.footer h5,.footer a{color:#fff;}
.disclaimers{font-weight:100;background:#1d2f41;}
.navigation-bar{background:#24364a;}
.nav-item-1{color:#fff;}
.navigation-set .level-1 > span > a{color:#24364a;}
@media screen and (min-width:960px){.navigation-set .level-1 > span > a{color:#fff}}
.search-form{}
.search-input{background:#e4eaeb;border:0;color:#6c7784;}
.search-input:hover{background:#e4eaeb;}
.search-button{background:#9ba8b5;color:#fff;}
.search-button:hover{background:#9ba8b5;}
.read-more{line-height:1.5em;font-weight:100;font-size:14px;color:#656d78;}
.read-more-toggle{right:0;position:absolute;bottom:3px;padding-left:5px;}
.js-read-more + [data-readmore-toggle]{width:auto;display:inline-block;background:#fff;font-size:14px;line-height:1.5;font-weight:normal;}
.autocomplete{}
.autocomplete-results{display:none;position:absolute;background:#414243;padding:20px;width:100%;/*max-height:300px;*/
 overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.5);border-radius:3px;}
.hero{}
.hero-heading{font-size:36px;text-align:center;font-weight:bold;margin-bottom:.25em;}
.hero-lead{font-size:20px;font-weight:100;color:#81838a;text-align:center;margin-bottom:3em;}
.hero-column{text-align:center;}
.hero-icon{color:#ec1c24;text-decoration:none;font-size:72px;}
.hero-column-heading{font-size:14px;font-weight:bold;text-transform:uppercase;}
.hero-column-text,.hero-column-text a{font-size:16px;font-weight:100;color:#81838a;}
.hero-column-text a{text-decoration:underline;}
.well{background:#2d2e2f;padding-top:30px;padding-bottom:30px;border:0;}
.well-heading{font-size:22px;font-weight:bold;}
.well-lead{font-size:16px;font-weight:100;color:#81838a;}
.well .input{background:transparent;}
/* DiVino */
 body{color:#a4a4a4;font-family:'Work Sans',sans-serif;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#fff;}
a:hover{color:#fff;}
body,.disclaimers,.row.product-carousel,.header,.mobile-main-header,.footer,.category-tree,.ocst-login,.forgot-password{background:#212223;}
.header,.mobile-main-header,#js-ORDL main,#js-OCST main,#js-OSEL main,#js-OPAY main,#js-INVC main{background:#1c1d1e;}
.mini-basket-container,.js-quickview{background:#2d2e2f;}
.disclaimers{border-top:1px solid #333333;}
.mobile-main-header img{max-height:50px}
.mobile-menu{background:#2d2e2f;}
#l-mobile-search,.mobile-srch-btn{border-color:#555;}
.navigation-set .level-1 > span > a{color:#fff;}
.mobile-navigation-gray{background:#1c1d1e !important;}
.mobile-navigation .level-1,.mobile-navigation .level-2,.mobile-navigation .level-3,.mobile-navigation .level-4,.mobile-navigation .back,#js-mobile-navigation #js-navigation-set{border-color:#555;}
.mobile-navigation ul li span.next{background:rgba(0,0,0,0)}
@media screen and (min-width:959px){#desktop-logo{margin-top:-40px}}
#l-desktop-search,.search-button,.search-button:hover,.search-button:active{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:none;border-bottom:1px solid #707070 !important;}
.service-links,.service-links a{color:#dadad9;font-size:14px;}
.service-links span[data-icon]{color:#fff;}
.mini-basket-icon,.mini-basket-icon:hover,.mini-basket-icon:active{color:#fff;}
.mini-basket-count{background:#ae283e;}
@media screen and (min-width:959px){.mini-basket-count{float:left}}
.mini-basket-inner{border-color:#ae283e;}
.mini-basket-inner:after{border-right-color:#ae283e;}
.mini-basket-text{color:#eaf5fa;padding:0 0.5rem;}
.mobile-basket-button .mini-basket-inner{background:#ae283e;color:#fff;}
.mini-basket-table-wrap,.mini-basket-table-wrap a{color:#fff !important;}
.mini-basket-content{border:1px solid #2d2e2f;}
.mini-basket-content h3{font-size:22px;font-weight:400;}
.mini-basket-table-wrap{margin-top:1rem;}
.mini-basket-container{border:0;}
.mini-basket-container:before{border-color:rgba(0,0,0,0);border-bottom-color:#2d2e2f;border-width:10px;margin-left:-5px;margin-bottom:-2px;}
.mini-basket-container:after{border-color:rgba(255,255,255,0);border-bottom-color:#2d2e2f;border-width:9px;margin-left:-4px;margin-bottom:-2px;}
.mini-basket-content h5,.mini-basket-content h5 > strong{font-weight:normal;font-size:1rem;}
.mini-basket-image{border:0;}
.mini-basket-close{color:#fff;font-size:1.25rem;right:0.75rem;top:5px;}
.navigation-bar{background-color:#1f9292;}
.nav-item-1--left{background:#127f7f;}
.nav-group-2:before,.nav-group-2:after{display:none;}
.nav-group-2{background-color:#2d2e2f;border:0;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-item-2{background-color:#2d2e2f;color:#9aa3a4;border:0;}
.nav-item-2:hover{color:#daba43;}
.nav-group-3{background:#414243;border:0;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-heading-5 a:after{display:none;}
.nav-heading-5,.nav-heading-5 a{font-size:18px;font-weight:500;text-transform:uppercase;color:#fff;}
.nav-item-5{color:#fff;font-size:14px;}
.nav-item-5:hover{color:#fff;}
@media screen and (min-width:767px){.navigation-set .level-1:hover > span a{box-shadow:inset 0 -4px 0 0 #fff}}
#newsletter{padding:1.5rem 0 1rem 0;background:#1c1d1e;}
.newsletter-wrapper{padding:0;border:0;margin:0;}
.newsletter-title{margin-bottom:5px;line-height:1;font-size:30px;font-weight:lighter;text-transform:uppercase;letter-spacing:1px;word-spacing:1px;margin-top:40px;}
.newsletter-input{padding-left:3.5rem !important;border:0 !important;border-right:0 !important;-webkit-border-radius:0 0 0 0 !important;-moz-border-radius:0 0 0 0 !important;border-radius:0 0 0 0 !important;color:#909090;margin-right:0.75rem;background:#2d2e2f !important;}
.newsletter-group span{color:#dadada;font-size:1.5rem;top:.85rem;left:1rem;}
.newsletter-button{-webkit-border-radius:0 0 0 0 !important;-moz-border-radius:0 0 0 0 !important;border-radius:0 0 0 0 !important;}
.footer,.footer-contact li:before{color:#dadada;}
.footer h5{text-transform:uppercase;}
.footer h5,.footer a{color:#dadada;font-weight:lighter;}
.footer-social a{background:0 !important;width:auto;margin:0 1rem 0 0;}
.footer-social a:hover{background:0 !important;box-shadow:none;}
/* SFNT */
 .sfnt-promo a:before{height:0;-webkit-transition:0.2s ease-in-out all;transition:0.2s ease-in-out all;}
.sfnt-promo:hover a:before{bottom:0;height:40px;}
.sfnt-promo:hover a:after{background:rgba(0,0,0,0);color:#fff;content:"Shop All";z-index:2;margin-top:20px;font-weight:normal;}
#sfnt-message-wrap{font-weight:normal;}
#storefront-message a,#storefront-message{font-size:18px;color:#dadada;}
#storefront-message .sfnt-big{font-size:24px;}
#storefront-message .sfnt-banner-dot{font-size:50px;position:relative;top:24px;font-family:serif;}
.sfnt-message-btn{font-size:12px;color:#fff;background:#2d2e2f;border:1px solid #555555;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-transform:capitalize;margin-left:15px;padding:.5rem .5rem;display:inline;}
.sfnt-message-btn > span{position:relative;top:2px;}
.featured-products-descrip h3{font-weight:300;text-transform:uppercase;}
/* SFNT PROMO 1 */
 .main-content .sfnt-promo:nth-child(3) a:before{background:#ae283e;}
/* SFNT PROMO 2 */
 .main-content .sfnt-promo:nth-child(4) a:before{background:#20a9a9;}
/* SFNT PROMO 3 */
 .main-content .sfnt-promo:nth-child(5) a:before{background:#bea64f;}
.featured-products-descrip:before,.featured-products-descrip:after{display:none;}
.featured-products-descrip{text-align:left;}
.featured-products-view-all{background:#212223;text-decoration:none;color:#fff;border-radius:0;font-weight:400;}
.slick-prev,.slick-next{background:none;border:0;color:#8e9296;}
.category-product-name a,.category-product p{font-size:16px;font-weight:400;color:#fff;}
.category-product-price{font-weight:500;}
.category-product-cta-wrapper{left:0;text-align:left;bottom:10%;}
.category-product-cta-button,.category-product-cta-button:hover{background:0;}
.category-product-cta-adpr-text,.category-product-cta-quickview-text{display:none !important;}
.category-product-cta-quickview{float:none;}
.flag{padding:.5rem .5rem;overflow:visible;}
.product-carousel .flag{padding:0 2rem;}
.featured-product-bottom,.ctgy-product-bottom{position:relative;text-align:left;}
.category-product-cta-wrapper{position:relative;display:block;border-bottom:1px solid #555;width:100% !important;}
.category-product .category-product-cta-wrapper *{opacity:0;}
.category-product:hover .category-product-cta-wrapper *{opacity:1;}
.category-product-cta-wrapper form{float:left;}
.category-product-cta-button:hover{color:#20a9a9;}
.category-product-cta-button-adpr:hover{color:#ae283e;}
.category-product-sale-price,.category-product-retail-price{color:#fff;}
.js-featured-products-height-min > .flag{margin-top:0;padding-top:1rem;padding-bottom:0.5rem;}
.category-product:hover .category-product-image-wrapper img{opacity:1;}
.category-product .flag{border:1px solid rgba(0,0,0,0);margin-left:2px;margin-right:2px;}
.category-product:hover .flag{border:1px solid #555555;}
.product-carousel .category-product-cta-wrapper{left:0;}
.dv-breaker{background:#686868;width:40px;height:1px;margin:5px auto auto auto;}
#storefront-about-us h2{color:#dadada;text-transform:uppercase;font-weight:normal;}
.category-tree li a,.category-tree li{color:#fff;}
.category-tree h5,.category-tree-heading{color:#a4a4a4;font-size:22px;}
.category-tree .level-1.active a{font-weight:normal;color:#daba43;}
.filter-items-container{background:0;border:0;}
.filter-items-container select{border:0;border-bottom:1px solid #555;max-width:85%;background:#212223;}
.category-tree .level-1{border-color:#555555;}
.category-tree .level-2,.category-tree .level-3{padding-left:0;text-transform:none;}
.category-tree .level-2 a{padding-left:2rem;}
.category-tree .level-3 a{padding-left:2.75rem;}
.category-tree .level-2 a:hover:before,.category-tree .level-3 a:hover:before,.category-tree .level-2.active a:before{left:0;content:"E";font-family:'ElegantIcons';color:#daba43;}
.category-tree .level-2.active,.category-tree .level-3.active{text-transform:none;font-weight:normal;}
.basket-header-row,.basket-product-row{background:0;border-color:#fff;color:#fff;}
.basket-contents a,.basket-contents,.basket-product-details{color:#fff;}
.increase-decrease-input,input[type="tel"].increase-decrease-input{background:0;}
.button.bg-fuchsia{border-color:#ae283e;}
.basket-summary,.address-summary{border:0;background:#2d2e2f;color:#fff;}
.fields-heading,.heading-fields{color:#fff;}
.tab-active,.ocst .tab-ocst,.osel .tab-osel,.opay .tab-opay,.address-edit{color:#1f9292;border-color:#1f9292;}
.payment-method-selectors input:checked + img{box-shadow:0 0 4px 4px rgba(31,146,146,.75);outline:2px solid #fff;}
.sub-category a{color:#a4a4a4;font-weight:lighter;text-transform:capitalize;font-size:20px;}
.sub-category a:hover{color:#daba43;font-weight:normal;}
hr{border-color:#555555;}
.breadcrumbs,.breadcrumbs a{color:#a4a4a4;}
.breadcrumbs .current-item{color:#1f9292;}
.product-price,.product-code{color:#fff;}
.product-additional-price{color:rgba(255,255,255,.5);}
.decrease-quantity,.increase-quantity,.increase-decrease-input,input[type="tel"].increase-decrease-input,.increase-decrease-wrap{background:#323435;color:#fff;border-color:#555555;}
.add-to-cart{border-radius:0;}
.product-information--description > .sky,.related-products .sky{display:none;}
.product-information--description > h4,.related-products h4{font-size:24px;font-weight:normal;margin-bottom:1rem;}
.back-to-top{background:#1c1d1e;}
.related-products .category-product-cta-wrapper{margin-top:.75rem;}
#add-to-wishlist-wrap input{color:#ccc;border-radius:0;}
.customer-account-order-search input[type="text"]{border:0;color:#fff;}
.mm-card-grid-item__wrapper,.customer-account-links{background-color:#2d2e2f;}
.customer-account-links h3 span{color:#1f9292;}
.customer-account-links a{color:#fff;}
.customer-account-links p,.customer-account-links ul{color:#fff}
.customer-account-order-search{background:#1c1d1e}
#js-rgft-form .button{background:#414243;}
.address-form-toggle label{color:#fff}
#js-WLST .basket-header-row,#js-WLST .basket-product-row{border-color:#555;}
.product-description{color:#fff}
.page-links-container,.page-links-container a{color:#a4a4a4;}
.page-links-active{color:#1f9292;}
.address-form-toggle label.button{background:#414243}
.processing-purchase{background:rgba(33,34,35,.75)}
.message a{color:#000;}
.shipping-estimate-results-row:nth-child(odd){background:rgba(255,255,255,.1);}
.category-product-flag{position:absolute;top:15px;left:15px;z-index:100;margin:0;height:50px;width:50px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-size:12px;text-align:center;color:#fff;border:0;background:#bea64f;text-transform:uppercase;line-height:45px;}
.category-product-flag.sale{background:#20a9a9;}
.category-product-flag.new{background:#bea64f;}
.safari .mini-basket-icon{float:left;}
@media screen and (min-width:960px){.safari .navigation-bar{display:inline-block;width:100%}}
/* MIVA 9.6 CHANGES */
.CPCD-payment-row{background:#f3f7f8;line-height:32px;padding:1.25rem 0;margin-bottom:5px}
.CPCD-payment-name,.CPCD-payment-exp{font-weight:lighter}
.CPCD-edit-card a,.CPCD-delete-card a{text-decoration:underline;color:#2a527a;font-size:14px}
.CPCD-edit-card{margin-right:0.5rem}
.cpcd-add{color:#fff !important;margin:1rem 0}
.cpca-save-card{color:#fff;border:0;width:100%;height:auto;padding:.25rem 0;}
.cpca-cancel{color:#656d78;background:#e4eaeb;border:0;height:auto;padding:.25rem 0;}
.cpca-continue-button{margin:1.5rem 0;}
.CPCA-breaker-add-spacing{margin-bottom:14rem;}
#cpca_form,#cpce_form{border:1px solid #dedede;width:100% !important;margin-top:1.5rem;padding:2rem;}
@media screen and (min-width:960px){.cpca main > .wrap > .row,.cpcd main > .wrap > .row,.cpce main > .wrap > .row{width:83.3332%;margin:auto}}
/* Subscription management */
#js-subscription-success{padding:1rem 0;background:#38c574;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
#js-subscription-success span{position:relative;top:1px;}
.subscription-next-shipment{color:#656d78;font-size:13px;margin:1.5rem 0 1.5rem;}
.subscription-edit-btn,.subscription-edit-btn:hover{color:#1f9292;font-size:14px;display:block;border:2px solid #1f9292;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:10px 0;margin-bottom:2rem;}
.subscription-item{padding-bottom:1rem;margin-bottom:2rem;}
.subscription-item-inner{border:1px solid #e6e8ec;padding:1.5rem;}
.subscription-item-name{font-size:18px;color:#383f48;}
.subscription-item-code{color:#656d78;font-size:13px;font-weight:100;margin-bottom:10px;}
.subscription-item-info{min-height:75px;}
.subscription-item-terms,.subscription-order-info{border-top:1px solid #dbe3e5;padding:10px 0;}
.subscription-item-title{font-size:11px;color:#656d78;}
.subscription-order-data{color:#383f48;}
/* Edit Subscription */
.edit-subscription-inner{border:1px solid #e6e8ec;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.edit-subscription-top,.edit-subscription-paymentinfo,.edit-subscription-charges{padding:0 1.5rem}
.edit-subscription-charges > .row{margin-bottom:0.5rem}
.edit-subscription-top{padding-top:1.5rem}
.edit-subscription-charges{padding:1.5rem;background:#f3f7f8;margin-top:1.5rem}
.edit-subscription-item-name{font-size:32px;color:#383f48;}
.edit-subscription-item-code{color:#656d78;font-size:14px;margin-bottom:0.5rem;}
.edit-subscription-item-discount{font-size:14px;color:#1f9292;}
.discount-charge{color:#1f9292;}
.edit-subscription-order,.edit-subscription-shipping-info,.edit-subscription-paymentinfo-inner{border-top:1px solid #dbe3e5;margin-top:0.5rem;padding:1rem 0 0.5rem 0;margin-bottom:1rem;}
.edit-subscription-title{font-size:14px;color:#4d4d4d;margin-bottom:5px;display:block;}
.edit-subscription-info{font-size:14px;color:#81838a;}
.edit-subscription-order-date-terms{margin-top:1rem;}
.edit-subscription-next-order{position:relative;overflow:visible;}
#subscriptionfields_nextorderdate_display{cursor:pointer;display:block;position:relative;border:1px solid #e6e8ec;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:10px 15px;font-size:14px;color:#81838a;}
.edit-subscription-subtotal,.edit-subscription-total{font-size:20px;}
.edit-subscription-subtotal{margin-top:6px;}
#subscriptionfields_nextorderdate_display:after{content:"";font-family:'ElegantIcons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;background:#f3f7f8;color:#1f9292;font-size:20px;position:absolute;right:0;height:100%;top:0;line-height:40px;padding:0 20px;}
.edit-subscription-dots{overflow:hidden;white-space:nowrap;}
.edit-subscription-inner select,.edit-subscription-quantity-inner{border:1px solid #e6e8ec;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:10px 15px;font-size:14px;color:#81838a;height:auto;background:#fff;min-height:20px;}
.edit-subscription-quantity-inner{padding:6px 0}
.edit-subscription-dots:before{content:"..........................................................................................................................................................................";color:#d6dadc;letter-spacing:1px;font-size:18px;}
.edit-subscription-buttons{margin-top:1.5rem;}
.edit-subscription-save-button{background:#1f9292;font-size:14px;padding:7px 0;height:auto;border:0;}
.edit-subscription-cancel-button{border:0;padding:0;text-decoration:underline;color:#2a527a;padding:7px 0;font-size:14px;height:auto;}
.qty-inc,.qty-dec{width:15%;cursor:pointer;color:#4d4d4d;display:inline-block;float:left;margin-top:5px;}
.edit-subscription-quantity-inner .edit-subscription-qty{width:70%;display:inline;border:0;font-size:14px;background:transparent;color:#81838a;box-shadow:none !important;float:left;}
/* Miva Date Picker */
.miva_datepicker{position:absolute;display:none;z-index:1000;background:#fff;padding:20px;border:1px solid #ccc;width:100%;}
.miva_datepicker_calendar_container{position:relative;display:block;vertical-align:top;width:214px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:auto;}
.miva_datepicker_calendar_month_selector{position:relative;height:35px;margin:2px;background:#666;}
.miva_datepicker_calendar_month_selector_prev{position:absolute;top:0;left:0;width:35px;height:35px;background-position:0 -35px;background-repeat:no-repeat;cursor:pointer;}
.miva_datepicker_calendar_month_selector_prev:hover{background-color:#555;}
.miva_datepicker_calendar_month_selector_title{position:absolute;top:0;right:35px;bottom:0;left:35px;text-align:center;padding:9px;font-size:14px;color:#fff;}
.miva_datepicker_calendar_month_selector_title_month{position:relative;display:inline-block;color:#fff;}
.miva_datepicker_calendar_month_selector_title_year{position:relative;display:inline-block;margin-left:3px;color:#fff;}
.miva_datepicker_calendar_month_selector_next{position:absolute;top:0;right:0;width:35px;height:35px;background-position:0 -35px;background-repeat:no-repeat;cursor:pointer;}
.miva_datepicker_calendar_month_selector_next:hover{background-color:#555;}
.miva_datepicker_cancel{float:right;border:2px solid #e0ebed;color:#7d848f;padding:3px 9px 2px;font-size:12px;font-weight:bold;margin-top:0.75rem;text-transform:uppercase;;}
.miva_datepicker_calendar_weekday_container{position:relative;height:24px;margin:2px;width:214px;margin:auto;}
.miva_datepicker_calendar_week_container{width:214px;margin:auto;}
.miva_datepicker_calendar_weekday_title{position:absolute;display:inline-block;width:28px;height:14px;padding:3px 0;font-weight:bold;text-align:center;}
.miva_datepicker_cancel{}
#miva_datepicker_calendar_week_container{position:relative;margin:2px;}
.miva_datepicker_calendar_week{position:relative;display:block;height:30px;}
.miva_datepicker_calendar_day{position:absolute;display:inline-block;top:1px;bottom:1px;width:26px;height:11px;padding:7px 0 8px;text-align:center;font-size:11px;border:1px solid #ccc;cursor:pointer;line-height:1;height:24px;}
.miva_datepicker_calendar_day:hover{background:#666;border-color:#555;color:#fff;}
.miva_datepicker_calendar_day_noselect,.miva_datepicker_calendar_day_noselect:hover{background:#e3e3e3;border-color:#ccc;color:#777;}
.miva_datepicker_calendar_day_current{border-color:#666;color:#666;font-weight:bold;}
.miva_datepicker_calendar_day_current:hover{border-color:#666;background:#666;color:#fff;font-weight:bold;}
.miva_datepicker_calendar_day_active{background:#666;border-color:#555;color:#fff;font-weight:bold;}
.miva_datepicker_calendar_day_0{left:1px;}
.miva_datepicker_calendar_day_1{left:31px;}
.miva_datepicker_calendar_day_2{left:61px;}
.miva_datepicker_calendar_day_3{left:91px;}
.miva_datepicker_calendar_day_4{left:121px;}
.miva_datepicker_calendar_day_5{left:151px;}
.miva_datepicker_calendar_day_6{left:181px;}
#miva_datepicker_cancel{position:relative;display:inline-block;margin-top:10px;}
/* OSEL & OPAY Changes */
.payment-method-selectors label{text-align:left;}
.payment-method-selectors input{position:relative;width:auto;height:auto;opacity:1;display:inline-block;margin-right:0.75rem;}
.payment-method-selectors label img{margin-right:0.75rem;}
.payment-method-selectors{margin-bottom:0.75rem;}
/* PROD */
@media screen and (min-width:960px){#l-Product_Subscription_Term_ID{width:63%}}
#js-subscription #l-Product_Subscription_Term_ID{width:100%;}
.hide-subs{display:none !important}
#l-otp:checked ~ #js-subscription{display:none;}
.purchase-form_otps-otp,.purchase-form_otps-s{display:inline-block;font-size:14px !important;text-align:center !important;border:2px solid #1f9292;padding:1rem;margin-bottom:1rem;background:#fff;color:#1f9292;border-radius:0.25rem;font-weight:bold;}
#l-otp:checked ~ .purchase-form_otps-otp,#l-subscribe:checked ~ .purchase-form_otps-s{background:#127f7f;border-color:#1f9292;color:#fff;}
.purchase-form_otps-otp{margin-right:0.75rem}
#js-saved-cards{padding:1.25rem 1.25rem 0 1.25rem;border:1px solid #e3e3e8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-bottom:1.25rem;}
.js-saved-cards-title{margin:0 0 1.5rem 0;padding:0;}
.payment-method-selectors{font-size:14px}/* Navigation Menu Main Elements */
 .g-navigation-menu__parent > .g-navigation-menu__link{text-transform:uppercase;}
.g-navigation-menu__parent .g-navigation-menu__link--secondary{font-weight:700;padding:0.5rem;}
.g-navigation-menu__row{flex:1 1 auto;}
/* Navigation titles with children (submenus) have different bottom spacing */
 .g-navigation-menu__has-child .g-navigation-menu__item > .g-navigation-menu__title{padding:0 0 1rem;}
.g-navigation-menu__image-wrapper img{height:auto;max-width:100%;width:100%;}
/* Navigation Menu Mobile Specific Components */
 .g-navigation-menu__header{margin-bottom:0.5rem;}
.g-navigation-menu__header .g-navigation-menu__title{color:#000000;font-size:1.5625rem;font-weight:700;line-height:1.5rem;text-transform:uppercase;}
.g-navigation-menu__header .g-navigation-menu__link--secondary{margin:2rem 0;}
/* Navigation Menu General Typography / Type Elements */
 .g-navigation-menu__link{color:#FFFFFF;font-size:0.875rem;}
.g-navigation-menu__link:hover,.g-navigation-menu__link:active{background:#F7EC23;color:#000000;}
.g-navigation-menu__link:not(.hide-text) .g-navigation-menu__logo{margin-right:0.5rem;}
.g-navigation-menu__link.hide-text .g-navigation-menu__text-copy{display:none;}
.g-navigation-menu__text{font-weight:500;}
.g-navigation-menu__icon{font-size:0.75rem;}
.g-navigation-menu__title{color:#000000;font-size:0.875rem;line-height:1.35;}
.g-navigation-menu__link--standout{color:#FFFFFF;font-size:0.875rem;letter-spacing:0;text-decoration:underline;}
.g-navigation-menu__link--standout .g-navigation-menu__text{font-weight:500;}
button.g-navigation-menu__link{background-color:transparent;border:0;color:#000000;font-size:0.875rem;font-weight:500;}
@media screen and ( max-width:92.5em ){.g-navigation-menu__parent.is-single-column > .g-navigation-menu__drawer.is-edge-left{left:0;transform:translateX(0)}
.g-navigation-menu__parent.is-single-column > .g-navigation-menu__drawer.is-edge-right{left:auto;right:0;transform:translateX(0)}}
/* Desktop */
@media screen and ( min-width:90em ){.g-navigation-menu{height:100%;position:relative}
.g-navigation-menu__parent{align-items:center;display:flex;flex:0 1 auto;height:100%;justify-content:center;padding:0 0.75rem;position:static}
.g-navigation-menu__parent .g-navigation-menu__link{color:#FFFFFF}
.g-navigation-menu__parent .g-navigation-menu__link:hover,.g-navigation-menu__parent .g-navigation-menu__link:active{background:none}
.g-navigation-menu__drawer .g-navigation-menu__link--standout{color:#585858;text-decoration:none;text-transform:uppercase}
.g-navigation-menu__drawer .g-navigation-menu__link--standout .g-navigation-menu__text{font-size:0.6875rem;font-weight:700;letter-spacing:0.125em}
.g-navigation-menu__drawer .g-navigation-menu__link--standout:hover,.g-navigation-menu__drawer .g-navigation-menu__link--standout:focus{color:#000000}
.g-navigation-menu__drawer .g-navigation-menu__link:not(.g-navigation-menu__link--standout){color:#000000;font-size:0.8125rem;font-style:italic}
.g-navigation-menu__drawer .g-navigation-menu__link:not(.g-navigation-menu__link--standout):hover,.g-navigation-menu__drawer .g-navigation-menu__link:not(.g-navigation-menu__link--standout):focus{text-decoration:underline}
.g-navigation-menu__parent:hover > .g-navigation-menu__drawer .g-navigation-menu__drawer,.g-navigation-menu__parent.is-open > .g-navigation-menu__drawer .g-navigation-menu__drawer{justify-content:flex-start}
.g-navigation-menu__parent:hover > .g-navigation-menu__drawer,.g-navigation-menu__parent:focus-within > .g-navigation-menu__drawer,.g-navigation-menu__parent.is-open > .g-navigation-menu__drawer{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}
.g-navigation-menu__parent:hover > .g-navigation-menu__link > .g-navigation-menu__text,.g-navigation-menu__parent > .g-navigation-menu__link:focus > .g-navigation-menu__text{color:#F7EC23}
.g-navigation-menu__parent:hover{cursor:pointer}
.g-navigation-menu__parent.is-single-column{position:relative}
.g-navigation-menu__parent.is-single-column > .g-navigation-menu__drawer{left:50%;min-width:16.125rem;top:3.375rem;transform:translateX(-50%) translateY(0)}
.g-navigation-menu__parent > .g-navigation-menu__drawer{background:#FFFFFF;box-shadow:0 0.3125rem 0.3125rem 0 rgba(0,0,0,0.07);left:0;left:-8.5rem;opacity:0;pointer-events:none;position:absolute;top:100%;transform:translateY(0);white-space:nowrap;width:100vw;z-index:100}
.g-navigation-menu__parent > .g-navigation-menu__drawer:before{content:"";height:2.5rem;left:0;position:absolute;right:0;top:0;width:100%}
.g-navigation-menu__parent > .g-navigation-menu__link{font-weight:500;line-height:1.4;padding:0;position:relative;text-align:center;text-decoration:none;width:100%}
.g-navigation-menu__parent > .g-navigation-menu__link > .g-navigation-menu__text{display:inline-block;font-size:0.6875rem;font-weight:700;height:100%;letter-spacing:0.125em;line-height:3;padding:0.375rem 0;position:relative}
.g-navigation-menu__parent > .g-navigation-menu__link > .g-navigation-menu__text:after{bottom:0rem;content:"";display:block;height:0.1875rem;left:0;position:absolute;width:0}
.g-navigation-menu__drawer{display:flex;flex-direction:row;flex-wrap:wrap}
.g-navigation-menu__drawer.is-single-column > .g-navigation-menu__row{margin:auto;max-width:unset}
.g-navigation-menu__drawer > .g-navigation-menu__row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 auto;max-height:80vh;max-width:100rem;overflow-x:hidden;overflow-y:auto;padding:2.75rem 1rem 0;white-space:normal;width:100%}
.g-navigation-menu__drawer .g-navigation-menu__footer{padding:0 0 2.6875rem;text-align:center;width:100%}
.g-navigation-menu__row.g-navigation-menu__grids-2 > .g-navigation-menu__column{flex-basis:calc(100% * 0.5);max-width:calc(100% * 0.5)}
.g-navigation-menu__row.g-navigation-menu__grids-4 > .g-navigation-menu__column{flex-basis:calc(100% * 0.25);max-width:calc(100% * 0.25)}
.g-navigation-menu__row.g-navigation-menu__grids-5{justify-content:flex-start}
.g-navigation-menu__row.g-navigation-menu__grids-5 > .g-navigation-menu__column{flex-basis:calc(100% * 0.2);max-width:calc(100% * 0.2)}
.g-navigation-menu__row.g-navigation-menu__grids-6{justify-content:flex-start}
.g-navigation-menu__row.g-navigation-menu__grids-6 > .g-navigation-menu__column{flex-basis:16.6666666667%;max-width:16.6666666667%}
.g-navigation-menu__row .g-navigation-menu__grid{display:grid;width:100%}
.g-navigation-menu__row .g-navigation-menu__grid.g-navigation-menu__grid-col--2{grid:auto-flow / repeat(2,33.33%)}
.g-navigation-menu__row .g-navigation-menu__grid.g-navigation-menu__grid-col--3{grid:auto-flow / repeat(3,33.33%)}
.g-navigation-menu__row .g-navigation-menu__grid .g-navigation-menu__text{font-size:0.8125rem;font-weight:400}
.g-navigation-menu__wrap{display:flex;flex:1;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-evenly;margin:0 auto}
.g-navigation-menu__column{flex:0 0 auto;margin:0 0 2rem;max-width:16.75rem;padding:0 1rem;width:100%}
.g-navigation-menu__column.custom-width{flex:0 1 auto;max-width:none;width:auto}
.g-navigation-menu__row-paint .g-navigation-menu__column.custom-width,.g-navigation-menu__row-brand .g-navigation-menu__column.custom-width{margin-left:1rem;margin-right:1rem}
.g-navigation-menu__row-airbrushes .g-navigation-menu__column.custom-width{margin-left:2rem;margin-right:2rem}
.g-navigation-menu__column.g-navigation-menu__column--image{flex:1 1 auto;max-width:22.25rem}
.g-navigation-menu__list .g-navigation-menu__link{padding:0 0 0.5rem}
.g-navigation-menu__link:not(.x-large-all-hidden){display:block}
.g-navigation-menu__icon{font-size:0.625rem;padding-left:0.5rem}
.g-navigation-menu__title{padding:0 0 1.5rem}
.g-navigation-menu__title .g-navigation-menu__text{font-weight:500}}
@media screen and ( min-width:105em ){.g-navigation-menu__parent{padding:0 1.5rem}
.g-navigation-menu__parent > .g-navigation-menu__drawer{left:-9.25rem}}
@media screen and ( min-width:112.5em ){.g-navigation-menu__parent > .g-navigation-menu__drawer{left:-12.25rem}
.g-navigation-menu__parent > .g-navigation-menu__link > .g-navigation-menu__text,.g-navigation-menu__drawer .g-navigation-menu__link--standout .g-navigation-menu__text{font-size:0.75rem}
.g-navigation-menu__drawer .g-navigation-menu__link:not(.g-navigation-menu__link--standout){font-size:0.875rem}}
@media screen and ( min-width:118.75em ){.g-navigation-menu__parent{padding:0 2rem}}
@media ( prefers-reduced-motion:no-preference ){.g-navigation-menu__parent:hover.is-single-column > .g-navigation-menu__drawer,.g-navigation-menu__parent.is-open.is-single-column > .g-navigation-menu__drawer{transform:translateX(-50%) translateY(0)}
.g-navigation-menu__parent > .g-navigation-menu__drawer{transition:visibility 0ms ease 0ms,all 0.25s cubic-bezier(0.4,0.01,0.1,1)}
.g-navigation-menu__parent > .g-navigation-menu__link > .g-navigation-menu__text:after{transition:all 0.25s ease-in-out}}/* stylelint-disable declaration-no-important,indentation,function-url-quotes */
/* ========== KEY ========== 1. +FONTS+
2. +COLORS+
3. +GENERAL STYLING+
4. +HEADER+
5. +FOOTER+
6. +BACK TO TOP+
7. +SFNT - STOREFRONT+
8. +MAIN_CTGY - MAIN CATEGORY+
8. +CTGY - CATEGORY+
9. +PROD - PRODUCT+
10. +SRCH - SEARCH+
11. +STORE LOCATOR+
12. +AIRBRUSH PARTS FINDER+
13. +ACCOUNT+
14. +BLOG+
15. +MISC PAGES+
16. +CHECKOUT+
17. +QUOTES MODULE+ */
 /* ===== +FONTS+ ===== */
 .font--thin{font-weight:100;}
.font--extra-light{font-weight:200;}
.font--light{font-weight:300;}
.font--regular{font-weight:400;}
.font--medium{font-weight:500;}
.font--semi-bold{font-weight:600;}
.font--bold{font-weight:700;}
.font--black{font-weight:900;}
.uppercase{letter-spacing:0.0625rem;text-transform:uppercase;}
.lowercase{letter-spacing:0.03125rem;text-transform:lowercase;}
.roboto{color:#000000;font-family:"Roboto Condensed",sans-serif;font-size:0.9375rem;font-weight:700;}
/* ===== +COLORS+ ===== */
 .ghost{color:#F4F4F4;}
.border-ghost{border:solid 0.0625rem #F4F4F4;}
.bg-ghost{background-color:#F4F4F4;}
.light-grey{color:#EBEBEB;}
.border-light-grey--hover{border:solid 0.25rem rgba(255,255,255,0);height:100%;transition:all 0.8s cubic-bezier(0.1,0.7,0.3,1);}
.border-light-grey--hover:hover{border:solid 0.25rem rgba(235,235,235,1);}
.border-light-grey{border:solid 0.0625rem #EBEBEB;height:100%;}
.bg-light-grey{background-color:#EBEBEB;}
.medium-grey{color:#B7B7B7;}
.border-medium-grey{border:solid 0.0625rem #B7B7B7;}
.bg-medium-grey{background-color:#B7B7B7;}
.dark-grey{color:#585858;}
.border-dark-grey{border:solid 0.0625rem #585858;}
.bg-dark-grey{background-color:#585858;}
.charcoal{color:#464647;}
.border-charcoal{border:solid 0.0625rem #464647;}
.bg-charcoal{background-color:#464647;}
.black{color:#000000;}
.border-black{border:solid 0.0625rem #000000;}
.bg-black{background-color:#000000;}
.primary{color:#F7EC23;}
.border-primary{border:solid 0.0625rem #F7EC23;}
.bg-primary{background-color:#F7EC23;}
/* ===== +GENERAL STYLING+ ===== */
 html.mobile-menu-active{overflow-y:hidden;}
@media screen and ( max-width:59.9375em ){html.has-open-filters{overflow-y:hidden}}
body{background:#FFFFFF;color:#585858;font-family:"Gotham",sans-serif;-moz-osx-font-smoothing:grayscale;overflow:hidden !important;position:relative;}
.wrap{max-width:100rem;}
.main-content{margin-bottom:0;padding:0;}
.main-content .row{margin-left:0;margin-right:0;}
.main-content .hdft-header img{padding:1.25rem 0;}
.main-content .content-item{padding:3.75rem 1.25rem;}
.main-content .content-item .column{padding:0;}
h1,.h1{color:#000000;font-family:"Gotham",sans-serif;font-size:3.4375rem;font-style:normal;font-weight:700;}
h2,.h2{color:#000000;font-family:"Gotham",sans-serif;font-size:2.8125rem;font-style:normal;font-weight:700;position:relative;}
.sfnt h2{display:inline-block;font-size:2rem;line-height:1.4;width:auto;}
.sfnt h2 .underlined{background-image:-webkit-linear-gradient(#F7EC23 100%,transparent 100%);background-image:-o-linear-gradient(#F7EC23 100%,transparent 100%);background-image:linear-gradient(#F7EC23 100%,transparent 100%);background-position:0 110%;background-repeat:repeat-x;background-size:0.0625rem 0.75rem;padding:0 0.3125rem;position:relative;z-index:1;}
.sfnt h2 .underlined-pink{background-image:-webkit-linear-gradient(#FF80DE 100%,transparent 100%);background-image:-o-linear-gradient(#FF80DE 100%,transparent 100%);background-image:linear-gradient(#FF80DE 100%,transparent 100%);}
.sfnt h2 .underlined-mint{background-image:-webkit-linear-gradient(#98E1D0 100%,transparent 100%);background-image:-o-linear-gradient(#98E1D0 100%,transparent 100%);background-image:linear-gradient(#98E1D0 100%,transparent 100%);}
.sfnt h2.small-h2 .underlined{background-position:0 105%;}
h3,.h3{color:#000000;font-family:"Gotham",sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;letter-spacing:0.125rem;}
h4,.h4{color:#000000;font-family:"Gotham",sans-serif;font-size:1.125rem;font-style:normal;font-weight:700;letter-spacing:0.125rem;}
h5,.h5{color:#000000;font-family:"Gotham",sans-serif;font-size:0.875rem;font-style:normal;font-weight:700;letter-spacing:0.3125rem;text-transform:uppercase;}
h6,.h6{color:#000000;font-family:"Gotham",sans-serif;font-size:0.6875rem;font-style:normal;font-weight:700;letter-spacing:0.3125rem;text-transform:uppercase;}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:#585858;}
h1 a:hover,.h1 a:hover,h1 a:focus,.h1 a:focus,h2 a:hover,.h2 a:hover,h2 a:focus,.h2 a:focus,h3 a:hover,.h3 a:hover,h3 a:focus,.h3 a:focus,h4 a:hover,.h4 a:hover,h4 a:focus,.h4 a:focus,h5 a:hover,.h5 a:hover,h5 a:focus,.h5 a:focus,h6 a:hover,.h6 a:hover,h6 a:focus,.h6 a:focus{color:#000000;}
.heading-link-white,.heading-link-white:hover{color:#FFFFFF;}
.heading-link-black,.heading-link-black:hover{color:#000000;}
.sub-heading{color:#000000;font-family:"Gotham",sans-serif;font-size:0.8125rem;font-style:italic;font-weight:500;letter-spacing:0.03125rem;margin-bottom:0.125rem;}
p{-ms-hyphens:unset;-webkit-hyphens:unset;hyphens:unset;}
a{color:#000000;}
a:hover{color:#585858;}
hr{border-color:#F1F1F1;margin:2rem 0;}
.btn{align-items:center;background-color:#000000;border:0.125rem solid #000000;color:#FFFFFF;display:flex;font-size:0.75rem;font-weight:700;justify-content:space-between;letter-spacing:0.125rem;line-height:1;max-width:25rem;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;}
.sfnt .btn{max-width:16.25rem;}
.btn-arrow{background:#FFFFFF;display:block;height:0.0625rem;position:relative;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:1.75rem;}
.btn-arrow:before,.btn-arrow:after{background:#FFFFFF;content:"";display:block;height:0.0625rem;position:absolute;right:0;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:0.3125rem;}
.btn-arrow:before{top:-0.125rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);}
.btn-arrow:after{top:0.125rem;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);}
.btn:hover,.btn:focus{background-color:#F7EC23;border-color:#F7EC23;color:#000000;}
.btn:hover .btn-arrow,.btn:focus .btn-arrow,.btn:hover .btn-arrow:before,.btn:focus .btn-arrow:before,.btn:hover .btn-arrow:after,.btn:focus .btn-arrow:after{background:#000000;}
.btn:hover .btn-arrow,.btn:focus .btn-arrow{transform:translateX(0.25rem);}
.btn-block{background:#000000;border:none;color:#FFFFFF;display:inline-block;font-size:0.75rem;font-weight:700;height:4.375rem;letter-spacing:0.125rem;line-height:4.375rem;padding:0 2.5rem;text-align:center;text-transform:uppercase;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:auto;}
.btn-block:hover{background:#F7EC23;color:#000000;}
.btn-small{height:3rem;line-height:3rem;}
.btn-hollow{background:none;border-color:#000000;color:#000000;}
.btn-hollow .btn-arrow,.btn-hollow .btn-arrow:before,.btn-hollow .btn-arrow:after{background:#000000;}
.btn-hollow:hover{border-color:#F7EC23;}
.js-autocomplete-input::-webkit-input-placeholder{color:#FFFFFF;font-family:"Montserrat",sans-serif;}
.js-autocomplete-input::-moz-placeholder{color:#FFFFFF;font-family:"Montserrat",sans-serif;}
.js-autocomplete-input:-ms-input-placeholder{color:#FFFFFF;font-family:"Montserrat",sans-serif;}
.js-autocomplete-input:-moz-placeholder{color:#FFFFFF;font-family:"Montserrat",sans-serif;}
.slick-slider{-ms-touch-action:pan-y;touch-action:pan-y;}
.slick-prev,.slick-next{background:#FFFFFF;border-radius:100%;box-shadow:0 0 0.169rem rgba(0,0,0,0.081),0 0 0.556rem rgba(0,0,0,0.119),0 0 2.5rem rgba(0,0,0,0.2);color:#000000;height:2rem;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:2rem;}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{background:#F7EC23;}
.slick-prev:before,.slick-next:before{color:inherit;}
.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:1;}
.sfnt-paint-spray-img,.sfnt-paint-splash-img{display:none;}
.floating-placeholder{border:none;border-radius:0;}
.floating-placeholder label{color:#81838A;font-weight:400;}
label{color:#000000;display:inline-block;font-size:0.875rem;margin-bottom:0.5rem;}
input[ type="date" ],input[ type="datetime" ],input[ type="datetime-local" ],input[ type="email" ],input[ type="month" ],input[ type="number" ],input[ type="password" ],input[ type="search" ],input[ type="tel" ],input[ type="text" ],input[ type="time" ],input[ type="url" ],input[ type="week" ],select,textarea,.floating-placeholder .input{background:none;border:solid 0.0625rem #EBEBEB;border-radius:0;color:#000000;padding:0 0.625rem;}
input[ type="date" ],input[ type="datetime" ],input[ type="datetime-local" ],input[ type="email" ],input[ type="month" ],input[ type="number" ],input[ type="password" ],input[ type="search" ],input[ type="tel" ],input[ type="text" ],input[ type="time" ],input[ type="url" ],input[ type="week" ],select{height:3rem;line-height:3rem;}
textarea{height:6rem;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0 3rem rgba(255,255,255,1) inset;-webkit-text-fill-color:#000000;}
input[ type="date" ]:focus,input[ type="datetime" ]:focus,input[ type="datetime-local" ]:focus,input[ type="email" ]:focus,input[ type="month" ]:focus,input[ type="number" ]:focus,input[ type="password" ]:focus,input[ type="search" ]:focus,input[ type="tel" ]:focus,input[ type="text" ]:focus,input[ type="time" ]:focus,input[ type="url" ]:focus,input[ type="week" ]:focus,select:focus,textarea:focus{box-shadow:none;}
.fields-heading,.heading-fields{color:#000000;}
#preloader{align-items:center;background:#FFFFFF;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999999;}
#status{background-image:url("../gif/fading-circles.gif");background-position:50% 50%;background-repeat:no-repeat;height:1.375rem;width:4rem;}
.tooltip{background:#000000;color:#FFFFFF;font-size:0.875rem;font-weight:600;left:0;letter-spacing:0.0625rem;line-height:1;opacity:0;padding:0.625rem 0.9375rem;pointer-events:none;position:absolute;text-align:center;top:1.875rem;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);visibility:hidden;width:auto;z-index:2;}
.tooltip.platinum{top:2.5rem;}
.tooltip:before{border-bottom:solid 0.3125rem #000000;border-left:solid 0.3125rem transparent;border-right:solid 0.3125rem transparent;bottom:100%;content:"";font-size:0;left:0.625rem;line-height:0;position:absolute;}
.store-locator__store-target:hover + .tooltip,.grid-item-crown:hover + .tooltip{opacity:1;visibility:visible;}
#js-ORDL main,#js-OCST main,#js-OSEL main,#js-OPAY main,#js-INVC main{background:none;}
.readmore-button{border:none;border-radius:0;font-size:0.75rem;height:auto;line-height:1;margin-top:1.5625rem;padding:0;}
@media screen and ( min-width:48em ){h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{line-height:1.25}}
@media screen and ( min-width:60em ){.main-content{margin-bottom:3rem}
.main-content .content-item{padding-bottom:0}
.inline-labeling label{margin-bottom:0}
.sub-heading{margin-bottom:0.75rem}
.sfnt h2{font-size:3rem}
.sfnt h2 .underlined{background-position:0 94%}}
@media screen and ( min-width:80em ){.main-content{margin-bottom:5rem}
.slick-prev,.slick-next{height:3rem;width:3rem}
.slick-prev:before,.slick-next:before{font-size:1.5rem}
.sfnt-paint-spray-img,.sfnt-paint-splash-img{display:block;position:absolute}
.sfnt-paint-spray-img{z-index:1}
.sfnt-paint-splash-img{z-index:0}
.readmore-button{display:inline-block}}
@media screen and ( min-width:90em ){body{padding-top:10.6875rem;/* fixed header height */
 padding-top:6.25rem;/* fixed header height */
}
body:before{content:"";display:block;height:10.6875rem;/* fixed header height */
 height:6.25rem;/* fixed header height */
 position:absolute;top:0;width:100%;z-index:1}
body.has-promo{padding-top:13.875rem;/* fixed header height with promo bar */
 padding-top:9.4375rem;/* fixed header height with promo bar */
}
body.has-promo:before{height:13.875rem;/* fixed header height with promo bar */
 height:9.4375rem;/* fixed header height with promo bar */
}}
@media screen and ( min-width:105em ){body.has-promo{padding-top:10.0625rem;/* fixed header height with promo bar */
}
body.has-promo:before{height:10.0625rem;/* fixed header height with promo bar */
}
.main-content{margin-bottom:10rem}
.main-content .hdft-header img,.main-content .content-item{padding-left:0;padding-right:0}}
/* ===== +HEADER+ ===== */
 .main-header__nav-left,.main-header__nav-right,.main-header__desktop-search{display:none;}
.main-header{display:flex;flex-flow:row wrap;padding-bottom:0;position:relative;z-index:2;}
.main-header__menu,.main-header__logo,.main-header__mini-basket{align-items:center;background:#000000;display:flex;justify-content:center;position:relative;}
.main-header__menu,.main-header__mini-basket{flex-basis:16.6665%;max-width:16.6665%;}
.main-header__mini-basket{padding-right:1.25rem;}
.main-header__menu,.main-header__logo{padding:0 0.75rem;}
.main-header__menu span[ data-icon ]{color:#FFFFFF;display:inline-block;font-size:2rem;position:relative;top:0.25rem;}
.main-header__logo{flex-basis:66.6665%;height:6rem;max-width:66.6665%;}
.main-header__logo-src{max-height:none;max-width:7.1875rem;}
.main-header__mini-basket .mini-basket{appearance:none;background:none;border:none;display:flex;flex-flow:row nowrap;padding:0;}
.main-header__mini-basket .mini-basket-icon{font-size:1.125rem;top:0.1875rem;}
.main-header__mini-basket .mini-basket-inner,.main-header__mini-basket .mini-basket-count{background:#F7EC23;color:#000000;}
.main-header__mini-basket .mini-basket-inner{align-items:center;border-color:#F7EC23;border-radius:0;display:flex;height:1.5rem;justify-content:center;width:1.5rem;}
.main-header__mini-basket .mini-basket-inner:after{display:none;}
.main-header__mini-basket .mini-basket-count{font-weight:600;}
.main-header__mobile-search{background:#000000;display:flex;flex-basis:100%;justify-content:center;max-width:100%;padding:0 0 1.5625rem;}
.main-header__mobile-search .search-form{flex-basis:100%;margin-bottom:0;max-width:100%;}
.main-header__mobile-search .search-form-row{display:flex;flex-flow:row nowrap;}
.main-header__mobile-search .search-form-input{flex-basis:83.3332%;max-width:83.3332%;padding-left:1.25rem;}
.main-header__mobile-search #l-mobile-search{background:none;border:none;border-bottom:solid 0.125rem #FFFFFF;color:#FFFFFF;font-size:0.75rem;font-weight:700;height:2.375rem;padding:0;width:100%;}
.main-header__mobile-search .search-form-button{flex-basis:16.6665%;max-width:16.6665%;padding-right:1.25rem;}
.main-header__mobile-search .search-form-button button{border:none;border-bottom:solid 0.125rem #FFFFFF;height:2.375rem;line-height:2.375rem;text-align:right;width:100%;}
.main-header__mobile-search .search-form-button button:hover,.main-header__mobile-search .search-form-button button:focus{color:#F7EC23;}
.mini-basket-container{background:#FFFFFF;border-radius:0;box-shadow:0 0 3.125rem -0.625rem rgba(0,0,0,0.25);left:0;line-height:1.5;right:0;transition:all 0.5s ease-in-out;z-index:-1;}
.mini-basket-container.open{top:9.9375rem;}
.mini-basket-content{border:none;padding:1.875rem 1.25rem;}
.mini-basket-content h3,.mini-basket-content h5,.mini-basket-content h5 > strong{font-size:1.25rem;font-weight:700;letter-spacing:0.0625rem;text-transform:uppercase;}
.mini-basket-content .breaker + p{margin:0;padding:0;}
.mini-basket-table-wrap,.mini-basket-table-wrap a{color:#585858 !important;}
.mini-basket-close{color:#585858;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);}
.mini-basket-table-wrap a:hover,.mini-basket-close:hover{color:#000000 !important;}
.mini-basket-buttons a{padding:0 1.5rem;width:100%;}
#js-mobile-navigation #js-navigation-set{border-top:none;}
#js-navigation-set,.mobile-menu{background:#000000;display:flex;flex-direction:column;}
.mobile-menu-left{left:-80%;max-width:37.5rem;width:80%;}
.mobile-menu-active .site-overlay{background:rgba(0,0,0,0.7);}
.mobile-navigation .navigation-trail{display:none;}
.mobile-navigation .level-1,.mobile-navigation .level-2,.mobile-navigation .level-3,.mobile-navigation .level-4,.mobile-navigation .back{font-size:0.75rem;padding-left:0;}
.mobile-navigation ul li,.mobile-navigation ul li a,.mobile-navigation ul li span,.mobile-navigation ul li span a{color:#FFFFFF;}
.mobile-navigation ul li{align-items:center;display:flex;height:4.375rem;}
.mobile-navigation ul li span{font-size:inherit;line-height:1.5;min-height:0;vertical-align:middle;}
.mobile-navigation ul li span.parent,.mobile-navigation ul li span.next{display:block;width:auto;}
.mobile-navigation ul li span.parent{flex:1 1 auto;padding-left:2rem;padding-right:1rem;}
.mobile-navigation ul li span.next{align-items:center;display:flex;flex:0 1 15%;font-size:1rem;height:100%;justify-content:center;}
.mobile-navigation .back{border:none;}
.mobile-navigation .back span[ data-icon ]{font-size:1rem;margin-right:0.25rem;position:relative;top:0.0625rem;}
.mobile-navigation .back:not(li){min-height:0;padding-left:2rem;vertical-align:middle;}
.mobile-navigation .title{cursor:default;font-size:1.125rem;height:auto;padding:1rem 3rem 1rem 2rem;}
.mobile-navigation .sub-heading{height:auto;margin-top:2rem;padding-left:2rem;}
.mobile-navigation .level-1 + .sub-heading{margin-top:3rem;}
.mobile-navigation ul li:hover,.mobile-navigation ul li:focus{background:#F7EC23;}
.mobile-navigation ul li:hover span,.mobile-navigation ul li:hover span a,.mobile-navigation ul li:focus span,.mobile-navigation ul li:focus span a{color:#000000;}
.mobile-navigation .back:hover,.mobile-navigation .back:focus,.mobile-navigation .title:hover,.mobile-navigation .title:focus,.mobile-navigation .sub-heading:hover,.mobile-navigation .sub-heading:focus{background:none;}
.mobile-navigation .back:hover span,.mobile-navigation .back:hover span a,.mobile-navigation .back:focus span,.mobile-navigation .back:focus span a,.mobile-navigation .sub-heading:hover a,.mobile-navigation .sub-heading:focus a{color:#F7EC23;}
.mobile-navigation .title:hover span,.mobile-navigation .title:hover span a,.mobile-navigation .title:focus span,.mobile-navigation .title:focus span a{color:#FFFFFF;}
.mobile-navigation-footer a{color:#FFFFFF;}
.mobile-navigation .level-3 a{font-size:0.875rem;font-style:italic;font-weight:500;text-transform:none;}
.pre-header{height:auto;position:relative;z-index:3;}
.pre-header nav,.pre-header nav ul,.pre-header .pre-header--promo{display:block;height:auto;line-height:1;margin:0;max-width:none;width:100%;}
.pre-header .promo-message{align-items:center;background:#F7EC23;display:flex;justify-content:center;width:100vw;}
.pre-header .promo-message .promo-message__main-link,.pre-header .promo-message .promo-message__resources-link{color:#000000;flex-basis:100%;font-size:0.6875rem;font-weight:600;height:3.125rem;letter-spacing:0.094em;line-height:3.125rem;text-align:center;text-transform:uppercase;}
.pre-header .promo-message .promo-message__resources-link{appearance:none;background:none;border:none;display:none;}
.autocomplete-results{background-color:#FFFFFF;left:0;right:0;top:100%;}
@media screen and ( min-width:48em ){.main-header__logo{flex-basis:100%;max-width:100%;order:1;padding-bottom:1rem;padding-top:1.5rem}
.main-header__menu{order:2}
.main-header__menu span[ data-icon ]{top:-0.375rem}
.main-header__mobile-search{flex-basis:66.6665%;max-width:66.6665%;order:3;padding:0 0.75rem 2.125rem}
.main-header__mini-basket{align-items:flex-start;order:4}
.main-header__mini-basket .mini-basket-icon{font-size:1.5rem;margin-right:1rem;top:0.375rem}
.main-header__mini-basket .mini-basket-inner{height:2rem;top:0.125rem;width:2rem}
.main-header__mini-basket .mini-basket-count{line-height:1.5rem;padding:0 0.3125rem}
.mini-basket-container.open{top:10.5rem}
.mini-basket-container:before,.mini-basket-container:after{display:none}
.mini-basket-container{left:0;right:0}
.navigation-set .level-1:hover > span a,.navigation-set .level-1:focus > span a{box-shadow:none}}
@media screen and ( min-width:60em ){.pre-header .promo-message .promo-message__resources-link{border-left:0.063rem solid #BCBCBC;display:block;padding-left:1.875rem;padding-right:1.875rem;position:absolute;right:0}
.header{padding-bottom:0;position:relative;z-index:4}
.main-header{height:auto;margin:0 auto;padding:0 1.25rem}
#js-main-header{margin-bottom:0}
.main-header__menu,.main-header__logo{padding-left:0;padding-right:0}
.main-header__menu,.main-header__mini-basket{flex-basis:12.5%;max-width:12.5%}
.main-header__mobile-search{flex-basis:75%;max-width:75%}
.mini-basket-container{left:auto;right:1.25rem;width:50%}
.mini-basket-count{display:inline-block;float:none;font-weight:600;line-height:1.6875rem;padding:0 0.5rem;text-align:center;width:auto}
.mini-basket-text{color:#FFFFFF;font-size:0.6875rem;font-weight:700;line-height:1;margin-right:0.75rem;padding:0}}
@media screen and ( min-width:80em ){.main-header__mobile-search .search-form{max-width:50rem}}
@media screen and ( min-width:90em ){.main-header__menu,.main-header__mobile-search,.main-header__mini-basket{display:none}
.header{-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;position:fixed;right:0;top:0;transition:all 0.6s cubic-bezier(0.2,0.5,0.5,1);z-index:1042}
.header.nav-down{transition:all 0.4s cubic-bezier(0.2,0.5,0.5,1)}
/* BEGIN TEMP STYLES WHILE NAV ITEMS HIDDEN */
 .main-header{align-items:center;flex-wrap:nowrap;height:6.25rem;line-height:6.25rem;padding:0}
.main-header__logo{flex:0 1 10%;max-width:7.5rem;padding:0 0 0 2rem}
.main-header__logo-src{max-width:8.4375rem;width:100%}
.main-header__nav-left,.main-header__nav-right .secondary-nav{align-items:center;background:#000000;display:flex;flex-wrap:nowrap}
.main-header__nav-left{flex:1 1 auto;height:6.25rem;order:2;padding:0 0 0 1rem}
.main-header__nav-left .desktop-main-nav,.main-header__nav-left #navigation_menu{height:100%;width:100%}
.main-header__nav-right{display:block;flex:1 1 auto;height:6.25rem;order:3;padding-right:2rem}
.main-header__nav-right a,.main-header__nav-right a:hover,.main-header__nav-right a:focus{color:#FFFFFF}
.main-header__nav-right .secondary-nav{height:6.25rem;justify-content:flex-end;list-style:none;margin:0;padding:0}
.main-header__nav-right .secondary-nav .font--bold a > span{display:block;transition:all 0.2s cubic-bezier(0.2,0.5,0.5,1)}
.main-header__nav-right .secondary-nav li a .hidden{opacity:0;-webkit-transform:translateY(-1.5625rem);-moz-transform:translateY(-1.5625rem);transform:translateY(-1.5625rem)}
.main-header__nav-right .header-find-a-dealer a:hover,.main-header__nav-right .header-find-a-dealer a:focus,.main-header__nav-right .header-my-iwata a:hover,.main-header__nav-right .header-my-iwata a:focus,.main-header__nav-right .searchtoggle:hover,.main-header__nav-right .searchtoggle:focus,#js-mini-basket:hover .mini-basket-text,#js-mini-basket:focus .mini-basket-text{color:#F7EC23}
.main-header__nav-right .secondary-nav li a:hover .hidden,.main-header__nav-right .secondary-nav li a:focus .hidden{opacity:1;-webkit-transform:translateY(-2.1875rem);-moz-transform:translateY(-2.1875rem);transform:translateY(-2.1875rem)}
.main-header__nav-right .secondary-nav li a:hover .shown,.main-header__nav-right .secondary-nav li a:focus .shown{opacity:0;-webkit-transform:translateY(-0.5rem);-moz-transform:translateY(-0.5rem);transform:translateY(-0.5rem)}
.main-header__nav-right .secondary-nav li{border-left:solid 0.0625rem #403E3D;border-right:solid 0.0625rem #403E3D;font-size:0.6875rem;height:2.1875rem;line-height:2.1875rem;margin:0;padding:0 1rem}
.main-header__nav-right .secondary-nav .header-find-a-dealer,.main-header__nav-right .secondary-nav .header-my-iwata,.main-header__nav-right .secondary-nav .header-search{font-size:1.125rem}
.main-header__nav-right .secondary-nav .header-search{border-right:none}
.main-header__nav-right .secondary-nav .header-search .searchtoggle,.main-header__nav-right .secondary-nav .header-basket .mini-basket{appearance:none;background:none;border:none}
.main-header__nav-right .secondary-nav .header-search .searchtoggle{color:#FFFFFF}
.main-header__nav-right .secondary-nav .header-search .searchtoggle:hover,.main-header__nav-right .secondary-nav .header-search .searchtoggle:focus{color:#F7EC23}
.main-header__nav-right .secondary-nav .header-basket{border:none;display:flex;padding-right:0}
.main-header__nav-right .mini-basket-count{background:#F7EC23;color:#000000;font-size:0.875rem;height:1.875rem;line-height:2rem;width:1.875rem}
.main-header__nav-right .secondary-nav li a{display:inline-block;overflow:hidden;position:relative}
.main-header__nav-right .secondary-nav li .lowercase{font-style:italic;font-weight:500}
.main-header__nav-right .secondary-nav li .uppercase{letter-spacing:0.125rem}
#l-store-search::-webkit-input-placeholder{color:#666666;font-family:"Montserrat",sans-serif;font-weight:600}
#l-store-search::-moz-placeholder{color:#666666;font-family:"Montserrat",sans-serif;font-weight:600}
#l-store-search:-ms-input-placeholder{color:#666666;font-family:"Montserrat",sans-serif;font-weight:600}
#l-store-search:-moz-placeholder{color:#666666;font-family:"Montserrat",sans-serif;font-weight:600}
.main-header__desktop-search{display:none;max-width:37.5rem;order:4;position:absolute;right:2rem;top:6.375rem;width:100%;z-index:1}
.main-header__desktop-search .search-form{margin-bottom:0}
.main-header__desktop-search #l-store-search,.main-header__desktop-search #l-store-search + .search-button{background:#EBEBEB;border:none !important;color:#000000;height:3.75rem;line-height:3.75rem}
.main-header__desktop-search #l-store-search{font-size:0.75rem;font-weight:600;padding:0 1.25rem}
.main-header__desktop-search #l-store-search + .search-button{width:3.75rem}
.main-header__mini-basket{order:5}
.header.nav-up{-webkit-transform:translateY(-6.25rem);-moz-transform:translateY(-6.25rem);transform:translateY(-6.25rem)}
.header.nav-up-promo{-webkit-transform:translateY(-9.4375rem);-moz-transform:translateY(-9.4375rem);transform:translateY(-9.4375rem)}
.header-airbrush-selector a:hover,.header-airbrush-selector a:focus{color:#F7EC23}
.mini-basket-container{right:2rem;width:33.3332%}
.mini-basket-container.open{top:6.3125rem}
/* END TEMP STYLES WHILE NAV ITEMS HIDDEN */
}
/* MEDIA QUERY COMMENTED OUT WHILE NAV ITEMS HIDDEN */
/* @media screen and ( min-width:87.5em ){#js-main-header{height:6.25rem;line-height:6.25rem;padding:0}
.header.nav-up{-webkit-transform:translateY(-6.25rem);-moz-transform:translateY(-6.25rem);transform:translateY(-6.25rem)}
.header.nav-up-promo{-webkit-transform:translateY(-9.4375rem);-moz-transform:translateY(-9.4375rem);transform:translateY(-9.4375rem)}
.desktop-logo{flex-basis:6%;padding:0 0 0 1.25rem;max-width:7.5rem}
.main-header__nav-left{flex-basis:40%;padding:0;height:6.25rem}
.main-header__nav-right{flex-basis:54%;padding-right:1.25rem;height:6.25rem}
.main-header__nav-right .secondary-nav{border-left:solid 0.0625rem #403E3D;float:right;padding-bottom:0;width:95%;height:6.25rem}
.mini-basket-container.open{top:6.3125rem}}
*/
 @media screen and ( min-width:105em ){.pre-header .promo-message .promo-message__main-link,.pre-header .promo-message .promo-message__resources-link{height:3.75rem;line-height:3.75rem}
.header.nav-up-promo{-webkit-transform:translateY(-10.0625rem);-moz-transform:translateY(-10.0625rem);transform:translateY(-10.0625rem)}
.main-header__nav-right .secondary-nav .header-find-a-dealer,.main-header__nav-right .secondary-nav .header-my-iwata{padding:0 1.5625rem}
.main-header__nav-right .secondary-nav .header-search{padding:0 3.125rem 0 1.5625rem}
.mini-basket-content{padding:2rem}
.mini-basket-close{line-height:1;right:0.625rem;top:0.625rem}}
@media screen and ( min-width:112.5em ){.main-header__logo{max-width:10.75rem}
.main-header__nav-left{padding:0 1.5rem}
.main-header__nav-right .secondary-nav li,.mini-basket-text{font-size:0.75rem}}
/* ===== +FOOTER+ ===== */
 .footer{background:#FFFFFF;color:#000000;font-size:1rem;margin:0;padding:0 0 1.25rem;text-align:center;}
.sfnt .footer{background:#FFFFFF;}
.footer .wrap{padding:0 1.25rem;}
.footer .column{padding:0;}
.footer .top-row-left,.footer .top-row-right--left,.footer .top-row-right--right,.footer .bottom-row .column{padding:1.25rem;}
.footer .top-row,.footer .top-row-left,.footer .bottom-row{margin-bottom:1.6875rem;}
.footer_buy_local{position:relative;z-index:2;}
.footer .top-row{z-index:1;}
.footer .sub-footer{position:relative;z-index:2;}
.footer h4{color:#000000;font-size:1.125rem;font-weight:700;letter-spacing:0.03125rem;line-height:1;margin-bottom:1.25rem;}
.footer ul{margin-bottom:0;}
.footer .navigation-set li{display:block;line-height:1;text-align:center;}
.footer .navigation-set li:not(:last-child),.footer_product_support_left,.footer_resources_left{margin-bottom:1.25rem;}
.footer .top-row-right--left{margin-bottom:1.875rem;}
.footer .navigation-set li a{color:#585858;display:inline-block;font-size:0.6875rem;font-weight:700;/* height:1rem;*/
 height:auto;letter-spacing:0.125rem;line-height:1;overflow:hidden;position:relative;}
.footer .navigation-set li a span{display:block;}
.footer .navigation-set li a .hidden{opacity:0;}
.footer .navigation-set li a:hover,.footer .navigation-set li a:focus,.footer .sub-footer .social a:hover,.footer .sub-footer .social a:focus{color:#000000;}
.footer .sub-footer .copyright{color:#585858;display:block;font-size:0.625rem;margin-bottom:1.25rem;}
.footer .sub-footer .social a{color:#585858;display:inline-block;font-size:1.25rem;}
.footer .sub-footer .social a:not(:last-child){margin-right:2.5rem;}
/* Global Newsletter */
 .global-newsletter__container{margin-bottom:1.6875rem;}
.global-newsletter__inner{background:rgb(182,242,222);background:#FFFFFF linear-gradient(155deg,rgba(182,242,222,1) 25%,rgba(216,214,198,0.75) 50%,rgba(253,155,229,1) 75%);padding:2.5rem 1.25rem 2rem;}
.global-newsletter__header .global-newsletter__header-title{font-size:2.125rem;line-height:1;margin-bottom:0.375rem;text-transform:uppercase;}
.global-newsletter__header-subtitle{font-size:0.8125rem;font-weight:500;margin-bottom:1.625rem;}
.global-newsletter__form-fields{display:flex;flex-flow:row wrap;}
.global-newsletter__form-fields .floating-placeholder label{left:50%;line-height:3.125rem;margin-bottom:0;top:0;transform:translateX(-50%);transition:opacity 0.2s ease-in-out;}
.global-newsletter__form-fields .floating-placeholder-float label{opacity:0;}
.global-newsletter__form-first-name,.global-newsletter__form-last-name{flex-basis:50%;}
.global-newsletter__form-first-name{padding-right:0.5rem;}
.global-newsletter__form-last-name{padding-left:0.5rem;}
.global-newsletter__form-email,.global-newsletter__form-btn{flex-basis:100%;margin-top:1rem;}
.global-newsletter__form .global-newsletter__form-btn{max-width:none;}
.global-newsletter__form-btn{justify-content:center;transition:0.2s ease-in-out all;}
.global-newsletter__form-btn .btn-text,.global-newsletter__form-btn .btn-arrow{margin-left:auto;}
.global-newsletter__form-fields .floating-placeholder .input{background:#FFFFFF;border-color:#999;text-align:center;}
.global-newsletter__form-message{font-size:0.875rem;font-weight:500;margin-top:1rem;}
@media screen and ( min-width:40em ){.footer h4{margin-bottom:2.1875rem}
.footer .sub-footer .social a:not(:last-child){margin-right:3.125rem}}
@media screen and ( min-width:48em ){.footer .top-row-right{display:flex;flex-flow:row nowrap}
.footer .top-row-right--left,.footer .top-row-right--right{flex-basis:50%;max-width:50%}
.footer .top-row-right--left{margin-bottom:0}
.footer .navigation-set li{display:inline-block;margin:0 1.5625rem}
.footer_buy_local .navigation-set li:first-child{margin-bottom:0}
.footer .top-row-right--left li,.footer .top-row-right--right li{display:block}
/* Global Newsletter */
 .global-newsletter__inner{padding:2.5rem}
.global-newsletter__header .global-newsletter__header-title{font-size:3rem}
.global-newsletter__header-subtitle{font-size:1rem;margin-left:auto;margin-right:auto;max-width:37.5rem}}
@media screen and ( min-width:60em ){.footer .navigation-set{max-width:none;text-align:center}
.footer .navigation-set .level-1 a{padding:0}}
@media screen and ( min-width:64em ){.footer .top-row,.footer .bottom-row .column{display:flex;flex-flow:row nowrap}
.footer .top-row-left{flex:1 1 calc(30% - 1.6875rem);margin-bottom:0;margin-right:1.6875rem;max-width:calc(30% - 1.6875rem)}
.footer .top-row-right{flex:1 1 70%;max-width:70%}
.footer .top-row,.footer .bottom-row,.footer .navigation-set{text-align:left}
.footer .navigation-set li{margin-left:0;margin-right:0;text-align:left}
.footer_buy_local .navigation-set li:first-child{margin-bottom:0.9375rem}
.footer .bottom-row h4{flex:1 1 6.25rem;margin-bottom:0;margin-right:2.5rem;max-width:6.25rem}
.footer_myiwata{flex:1 1 calc(100% - 8.75rem);padding-top:0.3125rem}
.footer .navigation-set li:not(:last-child),.footer_product_support_left,.footer_resources_left{margin-bottom:1.5625rem}
.footer_myiwata .navigation-set li:not(:last-child){margin-bottom:0;margin-right:2.5rem}
.footer .bottom-row .navigation-set li:nth-child(6),.footer .bottom-row .navigation-set li:nth-child(7),.footer .bottom-row .navigation-set li:nth-child(8){margin-bottom:0}
.footer_myiwata ul li:last-child{margin-top:1.25rem}
/* Global Newsletter */
 .global-newsletter__inner{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-bottom:3.75rem;padding-top:3.75rem}
.global-newsletter__header,.global-newsletter__form{flex:0 1 48%}
.global-newsletter__header{align-items:center;display:flex;flex-direction:column;justify-content:center}
.global-newsletter__header-subtitle{margin-bottom:0}
.global-newsletter__form{position:relative}
.global-newsletter__form-fields{margin:0 auto;max-width:31.25rem}
.global-newsletter__form-message{left:0;position:absolute;right:0}}
@media screen and ( min-width:68.875em ){.footer_myiwata ul li:last-child{margin-top:0}}
@media screen and ( min-width:80em ){.footer{padding-bottom:2.5rem}
.footer .top-row-left,.footer .top-row-right,.footer .bottom-row .column{padding:3.75rem}
.footer .top-row-right{background:#F4F4F4}
.footer .top-row-right--left,.footer .top-row-right--right{background:none;padding:0}
.footer .bottom-row h4,.footer_myiwata .navigation-set li:not(:last-child){margin-right:4.375rem}
.footer .sub-footer .copyright{float:left;margin-bottom:0;padding-top:0.3125rem}
.footer .sub-footer .social{float:right;margin-right:2.5rem}
.sfnt-paint-spray-img-03{left:-9.375rem;top:10rem}
.sfnt-paint-spray-img-04{right:-5rem;top:5rem}
.footer_myiwata ul li:last-child{margin-top:1.25rem}
/* Global Newsletter */
 .global-newsletter__inner{padding-left:5rem;padding-right:5rem}
.global-newsletter__header{flex-basis:50%}}
@media screen and ( min-width:86.875em ){.footer_myiwata ul li:last-child{margin-top:0}}
@media screen and ( min-width:87.5em ){.footer .top-row-left{flex:1 1 calc(25% - 1.6875rem);max-width:22.5rem}
.footer .top-row-right{flex:1 1 75%;max-width:calc(100% - 22.5rem)}
/* Global Newsletter */
 .global-newsletter__header .global-newsletter__header-title{font-size:4.5rem}
.global-newsletter__header-subtitle{font-size:1.25rem}}
@media screen and ( min-width:105em ){.footer .wrap{padding:0}
.footer .top-row-right--left{flex-basis:40%;max-width:40%}
.footer .top-row-right{justify-content:space-between}
.footer .top-row-right--right{border-left:solid 0.0625rem #DAD9D9;flex-basis:55%;max-width:55%;padding-left:3.75rem}
.footer_product_support_left,.footer_product_support_right,.footer_resources_left,.footer_resources_right{float:left;width:50%}
.footer_product_support_left,.footer_resources_left{margin-bottom:0}
.footer_resources_right{padding-left:3.75rem}
.footer .bottom-row h4,.footer_myiwata .navigation-set li:not(:last-child){margin-right:5rem}
.footer .bottom-row .navigation-set li{margin-bottom:0}
.sfnt-paint-spray-img-04{right:-6.25rem;top:3.125rem}}
/* ===== +BACK TO TOP+ ===== */
 .back-to-top{background:#B7B7B7;bottom:0;right:0;z-index:100;}
.back-to-top:hover,.back-to-top:focus{background:#000000;}
.back-to-top span{font-size:1rem;line-height:2.4rem;}
@media screen and ( min-width:60em ){.back-to-top{right:1.25rem}}
/* ===== +SFNT - STOREFRONT+ ===== */
 .sfnt{background:#FFFFFF;overflow:hidden;}
.sfnt .column-right{min-height:0;}
.sfnt .main-content{margin-bottom:3.75rem;}
/* HERO */
 .sfnt-hero{color:#000000;position:relative;}
.sfnt-hero__img{max-width:none;width:100vw;}
.sfnt-hero__wrap{background:rgb(182,242,222);background:#FFFFFF linear-gradient(175deg,rgba(182,242,222,1) 25%,rgba(216,214,198,0.75) 55%,rgba(253,155,229,1) 100%);}
.sfnt-hero__border{position:absolute;top:-3.75rem;}
.sfnt-hero__border-img{height:3.75rem;}
.sfnt-hero__text{padding:0 1.25rem 3.75rem;}
.sfnt-hero__sub-heading{color:#000000;}
.sfnt-hero .sfnt-hero__heading{color:#000000;margin-bottom:0.75rem;}
.sfnt-hero__heading-link,.sfnt-hero__heading-link:hover{color:#000000;}
.sfnt-hero .sfnt-hero__heading .underlined{background-position:0 94%;}
.sfnt-hero__body-copy{color:#000000;line-height:2;margin-bottom:2rem;}
/* HERO TEXT COLOR OVERRIDES */
 /* BLACK */
 #sfnt_hero_text.black .sfnt-hero__sub-heading,#sfnt_hero_text.black .sfnt-hero__heading,#sfnt_hero_text.black .sfnt-hero__heading-link,#sfnt_hero_text.black .sfnt-hero__heading-link:hover,#sfnt_hero_text.black .sfnt-hero__body-copy,#sfnt_hero_text.black .sfnt-hero__btn{color:#000000;}
#sfnt_hero_text.black .sfnt-hero__btn{background-color:#000000;border-color:#000000;}
#sfnt_hero_text.black .sfnt-hero__btn-text{color:#FFFFFF;}
#sfnt_hero_text.black .sfnt-hero__btn-arrow,#sfnt_hero_text.black .sfnt-hero__btn-arrow:before,#sfnt_hero_text.black .sfnt-hero__btn-arrow:after{background:#FFFFFF;}
/* WHITE */
 #sfnt_hero_text.white .sfnt-hero__sub-heading,#sfnt_hero_text.white .sfnt-hero__heading,#sfnt_hero_text.white .sfnt-hero__heading-link,#sfnt_hero_text.white .sfnt-hero__heading-link:hover,#sfnt_hero_text.white .sfnt-hero__body-copy,#sfnt_hero_text.white .sfnt-hero__btn{color:#FFFFFF;}
#sfnt_hero_text.white .sfnt-hero__btn{background-color:#FFFFFF;border-color:#FFFFFF;}
#sfnt_hero_text.white .sfnt-hero__btn-text{color:#000000;}
#sfnt_hero_text.white .sfnt-hero__btn-arrow,#sfnt_hero_text.white .sfnt-hero__btn-arrow:before,#sfnt_hero_text.white .sfnt-hero__btn-arrow:after{background:#000000;}
/* BUTTON HOVER/FOCUS */
 #sfnt_hero_text.black .sfnt-hero__btn:hover,#sfnt_hero_text.black .sfnt-hero__btn:focus,#sfnt_hero_text.white .sfnt-hero__btn:hover,#sfnt_hero_text.white .sfnt-hero__btn:focus{background-color:#F7EC23;border-color:#F7EC23;color:#000000;}
#sfnt_hero_text.black .sfnt-hero__btn:hover .sfnt-hero__btn-text,#sfnt_hero_text.black .sfnt-hero__btn:focus .sfnt-hero__btn-text,#sfnt_hero_text.white .sfnt-hero__btn:hover .sfnt-hero__btn-text,#sfnt_hero_text.white .sfnt-hero__btn:focus .sfnt-hero__btn-text{color:#000000;}
#sfnt_hero_text.black .sfnt-hero__btn:hover .sfnt-hero__btn-arrow,#sfnt_hero_text.black .sfnt-hero__btn:focus .sfnt-hero__btn-arrow,#sfnt_hero_text.black .sfnt-hero__btn:hover .sfnt-hero__btn-arrow:before,#sfnt_hero_text.black .sfnt-hero__btn:focus .sfnt-hero__btn-arrow:before,#sfnt_hero_text.black .sfnt-hero__btn:hover .sfnt-hero__btn-arrow:after,#sfnt_hero_text.black .sfnt-hero__btn:focus .sfnt-hero__btn-arrow:after,#sfnt_hero_text.white .sfnt-hero__btn:hover .sfnt-hero__btn-arrow,#sfnt_hero_text.white .sfnt-hero__btn:focus .sfnt-hero__btn-arrow,#sfnt_hero_text.white .sfnt-hero__btn:hover .sfnt-hero__btn-arrow:before,#sfnt_hero_text.white .sfnt-hero__btn:focus .sfnt-hero__btn-arrow:before,#sfnt_hero_text.white .sfnt-hero__btn:hover .sfnt-hero__btn-arrow:after,#sfnt_hero_text.white .sfnt-hero__btn:focus .sfnt-hero__btn-arrow:after{background:#000000;}
@media screen and ( min-width:60em ){#js-mini-basket{top:0}
.sfnt-hero{max-height:50rem;overflow:hidden}
.sfnt-hero:before{background:linear-gradient(30deg,rgba(255,255,255,0) 40%,rgba(152,225,208,1) 60%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}
.sfnt-hero:after{background:linear-gradient(150deg,rgba(255,255,255,0) 55%,rgba(255,255,255,0.5) 65%,rgba(255,128,222,1) 90%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}
.sfnt-hero__wrap{align-items:center;background:none;display:flex;justify-content:flex-end;max-width:100rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);width:100%;z-index:3}
.sfnt-hero__border{display:none}
.sfnt-hero__text{max-width:25rem;padding:0}
.sfnt-hero__sub-heading{margin-bottom:0.5rem}
.sfnt-hero .sfnt-hero__heading{margin-bottom:2rem}
.sfnt-hero__body-copy{margin-bottom:2.625rem}}
@media screen and ( min-width:80em ){.sfnt-hero__text{max-width:30rem}}
@media screen and ( min-width:105em ){.sfnt-hero__wrap{right:9.375rem}}
/* FEATURED AIRBRUSHES */
 .sfnt-featured-airbrushes{margin:0 auto;max-width:100rem;padding:3.5rem 0 3.875rem;}
.sfnt-featured-airbrushes__header{margin-bottom:1.5rem;padding:0 1.25rem;}
.sfnt-featured-airbrushes__header h2{margin-bottom:0.25rem;}
.sfnt-featured-airbrushes__header p{color:#000000;font-size:1.125rem;margin-bottom:0;}
.sfnt-featured-airbrushes__slider > .slick-prev{left:0.75rem;}
.sfnt-featured-airbrushes__slider > .slick-next{right:0.75rem;}
.sfnt-featured-airbrushes__slider > .slick-prev:before{content:"\23";}
.sfnt-featured-airbrushes__slider > .slick-next:before{content:"\24";}
.sfnt-featured-airbrushes__slider > button.slick-disabled{display:none !important;}
.sfnt-featured-airbrushes__slider .sfnt-featured-airbrushes__slide{border:0.063rem solid #BCBCBC;display:flex;flex-flow:column nowrap;height:18.875rem;margin:0 0.313rem;padding:0.75rem 0 0;text-align:center;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:15.125rem;}
.sfnt-featured-airbrushes__slide:not(.slick-center){opacity:0.5;}
.sfnt-featured-airbrushes__slide-slider{flex-basis:7.5rem;}
.sfnt-featured-airbrushes__slide-slider .sfnt-featured-airbrushes__slide-slide{align-items:center;display:flex;height:7.5rem;justify-content:center;padding:0.75rem 2rem;}
.sfnt-featured-airbrushes__slide-slider .sfnt-featured-airbrushes__slide-slide img{max-height:100%;}
.sfnt-featured-airbrushes__slide-slider .slick-prev,.sfnt-featured-airbrushes__slide-slider .slick-next{background:none;box-shadow:none;color:#BCBCBC;}
.sfnt-featured-airbrushes__slide-slider .slick-prev:before,.sfnt-featured-airbrushes__slide-slider .slick-next:before{font-size:2rem;}
.sfnt-featured-airbrushes__slide-slider .slick-prev:hover,.sfnt-featured-airbrushes__slide-slider .slick-prev:focus,.sfnt-featured-airbrushes__slide-slider .slick-next:hover,.sfnt-featured-airbrushes__slide-slider .slick-next:focus{color:#000000;}
.sfnt-featured-airbrushes__slide-title,.sfnt-featured-airbrushes__slide-body{color:#000000;padding:0 0.75rem;}
.sfnt-featured-airbrushes__slide-title{font-weight:600;}
.sfnt-featured-airbrushes__slide-body{font-size:0.875rem;}
.sfnt-featured-airbrushes__slide-link{margin-bottom:1.375rem;margin-top:auto;}
.sfnt-featured-airbrushes__slide-link a{display:inline-block;font-size:0.875rem;font-weight:500;text-decoration:underline;}
.sfnt-featured-airbrushes__slide-link a:hover,.sfnt-featured-airbrushes__slide-link a:focus{text-decoration:none;}
@media screen and ( min-width:40em ){.sfnt-featured-airbrushes__slider .sfnt-featured-airbrushes__slide{height:23.625rem;margin:0 0.9rem;padding:0.75rem;width:18.4rem}
.sfnt-featured-airbrushes__slider .sfnt-featured-airbrushes__slide:first-child{margin-left:0}
.sfnt-featured-airbrushes__slider .sfnt-featured-airbrushes__slide:last-child{margin-right:0}
.sfnt-featured-airbrushes__slide-slider{flex-basis:8.125rem;margin-bottom:0.5rem}
.sfnt-featured-airbrushes__slide-slider .sfnt-featured-airbrushes__slide-slide{height:8.125rem}
.sfnt-featured-airbrushes__slide-title{font-size:1.25rem;padding:0}
.sfnt-featured-airbrushes__slide-body{font-size:1rem}
.sfnt-featured-airbrushes__slide-link{margin-bottom:2.188rem}}
@media screen and ( min-width:60em ){.sfnt-featured-airbrushes{padding:5.938rem 0 8.125rem}
.sfnt-featured-airbrushes__header{margin-bottom:2rem;text-align:center}
.sfnt-featured-airbrushes__header h2{font-size:2rem}
.sfnt-featured-airbrushes__slider{padding-left:1.25rem}
.sfnt-featured-airbrushes__slider > .slick-prev{left:2rem}
.sfnt-featured-airbrushes__slider > .slick-next{right:2rem}
.sfnt-featured-airbrushes__slide:not(.slick-center){opacity:1}}
@media screen and ( min-width:100em ){.sfnt-featured-airbrushes__slider{padding-left:0}}
/* GETTING STARTED ARTICLES */
 .sfnt-article-images,.sfnt-articles{margin:0 auto;}
.sfnt-article-images{display:none;}
.sfnt-articles{padding:0 0 4.375rem;}
.sfnt-articles h2{margin-bottom:2.125rem;}
.sfnt-articles__header{margin-bottom:3rem;padding:0 1.25rem;}
.sfnt-articles .articles-container{position:relative;width:100vw;}
.sfnt-articles .frame{height:auto;padding:0 0 0 1.25rem;position:relative;width:100%;}
.sfnt-article-images .slidee,.sfnt-articles .slidee{height:100%;list-style:none;margin:0;padding:0;}
.sfnt-article-images .slidee li,.sfnt-articles .slidee li{float:left;height:100%;margin:0;padding:0;}
.sfnt-articles .slidee li{padding-right:1.5rem;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:18.75rem;}
.sfnt-articles .slidee li:not(.active){opacity:0.5;}
.sfnt-articles .article{position:relative;}
.sfnt-articles .article .date{display:inline-block;font-size:1.75rem;left:-2.25rem;line-height:1;margin-bottom:0;position:absolute;-webkit-text-fill-color:#B7B7B7;-webkit-text-stroke-color:#FFFFFF;-webkit-text-stroke-width:0.03125rem;top:2.375rem;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);transform:rotate(-90deg);width:auto;}
.sfnt-articles .article .title,.sfnt-articles .article .body,.sfnt-articles .article .link{-webkit-transform:translateX(2.75rem);-moz-transform:translateX(2.75rem);transform:translateX(2.75rem);width:calc(100% - 2.75rem);}
.sfnt-articles .article .title{display:inline-block;font-size:1.125rem;letter-spacing:0.0625rem;margin-bottom:1rem;position:relative;z-index:1;}
.sfnt-articles .article .body{line-height:2;margin-bottom:1.5rem;}
.sfnt-articles .article .link{display:inline-block;font-size:0.875rem;font-weight:500;text-decoration:underline;}
.sfnt-articles .article .link:hover,.sfnt-articles .article .link:focus{text-decoration:none;}
.sfnt-articles .articles-controls{display:flex;height:0;left:0;padding:0 1.25rem;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.sfnt-articles .articles-controls button{background:#FFFFFF;border:none;border-radius:100%;box-shadow:0 0 0.169rem rgba(0,0,0,0.081),0 0 0.556rem rgba(0,0,0,0.119),0 0 2.5rem rgba(0,0,0,0.2);color:#000000;cursor:pointer;height:2rem;line-height:0;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:2rem;}
.sfnt-articles .articles-controls button:hover,.sfnt-articles .articles-controls button:focus{background:#F7EC23;}
.sfnt-articles .articles-controls button:before{color:inherit;font-family:"ElegantIcons";font-size:1rem;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1;opacity:1;}
.sfnt-articles .articles-controls button.disabled{display:none;}
.sfnt-articles .articles-controls .prev-article:before{content:"\23";}
.sfnt-articles .articles-controls .next-article{margin-left:auto;margin-right:0;}
.sfnt-articles .articles-controls .next-article:before{content:"\24";}
.sfnt-articles .scrollbar{background-image:-webkit-linear-gradient(left,#DFDDDD 60%,rgba(255,255,255,0) 0%);background-image:-o-linear-gradient(left,#DFDDDD 60%,rgba(255,255,255,0) 0%);background-image:linear-gradient(to right,#DFDDDD 60%,rgba(255,255,255,0) 0%);background-position:0 0.5rem;background-repeat:repeat-x;background-size:0.625rem 0.0625rem;height:auto;margin-top:2.5rem;width:100%;}
.sfnt-articles .scrollbar .handle{cursor:pointer;height:100%;position:relative;text-align:center;width:6.875rem;}
.sfnt-articles .scrollbar .handle span{color:#AAA;display:inline-block;font-size:0.75rem;padding-top:1.5rem;text-transform:uppercase;}
.sfnt-articles .scrollbar .handle:after{background:#F7EC23;border:solid 0.0625rem #000000;border-radius:50%;content:"";display:block;height:1.25rem;left:50%;position:absolute;top:-0.125rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);width:1.25rem;}
@media screen and ( min-width:48em ){.sfnt-articles__header{align-items:flex-start;display:flex;flex-flow:row nowrap;margin-bottom:5.75rem}
.sfnt-articles__header .btn{flex-basis:16.25rem}
.sfnt-articles h2{margin:0 11.25rem 0 0}
.sfnt-articles .slidee li{padding-right:5rem;width:25rem}}
@media screen and ( min-width:60em ){.article-image-slider{height:33.125rem;line-height:33.125rem}
.sfnt-article-images .slidee li{width:100vw}
.sfnt-articles{padding-bottom:5.125rem;width:100%}
.sfnt-articles__header .btn{margin-top:0.625rem}
.sfnt-articles .slidee{margin-left:-28%}
.sfnt-articles .slidee .active + li{opacity:1}
.sfnt-articles .article{margin:0;position:relative}
.sfnt-articles .article .title,.sfnt-articles .article .body,.sfnt-articles .article .link{-webkit-transform:translateX(3.25rem);-moz-transform:translateX(3.25rem);transform:translateX(3.25rem)}
.sfnt-articles .articles-controls{padding:0 2rem}}
@media screen and ( min-width:80em ){.sfnt-articles__header{padding:0 6.875rem}
.sfnt-articles .articles-container{padding:0;width:100%}
.sfnt-articles .frame{padding-left:6.875rem}
.sfnt-articles .slidee li{width:31.25rem}
.sfnt-articles .articles-controls button{height:3rem;width:3rem}
.sfnt-articles .articles-controls button:before{font-size:1.5rem}
.sfnt-articles .scrollbar{margin-top:5rem}}
@media screen and ( min-width:87.5em ){.article-image-slider,.sfnt-article-images .slidee li,.sfnt-articles{margin:0 auto;width:87.5rem}}
@media screen and ( min-width:90em ){.sfnt-article-images{display:block;left:-6.25rem;position:relative;z-index:1}
.sfnt-articles{background:#FFFFFF;box-shadow:0 0 0.419rem rgba(0,0,0,0.04),0 0 1.394rem rgba(0,0,0,0.06),0 0 6.25rem rgba(0,0,0,0.1);padding-top:4rem;position:relative;top:-24.375rem;z-index:2}
.sfnt-articles .slidee{margin-left:-30%}}
@media screen and ( min-width:100em ){.sfnt-articles{left:6.25rem}}
.sfnt-find-parts,.sfnt-featured-products,.sfnt-featured-airbrush-kit,.sfnt-airbrush-selector,.sfnt-social-media{margin:0 auto;max-width:87.5rem;padding:0 1.25rem 5rem;}
/* FIND AIRBRUSH PARTS */
 .sfnt-find-parts .top{display:flex;flex-flow:row wrap;margin-bottom:2.5rem;}
.sfnt-find-parts a:not(.btn){flex-basis:100%;}
.sfnt-find-parts h2{margin-bottom:1.625rem;width:75%;}
.sfnt-find-parts .btn{flex-basis:16.25rem;width:auto;}
.sfnt-find-parts .bottom{text-align:center;}
@media screen and ( min-width:48em ){.sfnt-find-parts .top{align-items:center;flex-wrap:nowrap;justify-content:space-between;margin-bottom:2.5rem}
.sfnt-find-parts a:not(.btn){flex:1 0 auto}
.sfnt-find-parts h2{flex:0 1 16.25rem;margin-bottom:0;width:auto}}
@media screen and ( min-width:60em ){.sfnt-find-parts .top{margin-bottom:5rem}}
@media screen and ( min-width:80em ){.sfnt-find-parts{background:#FFFFFF;position:relative;z-index:1}}
@media screen and ( min-width:90em ){.sfnt-find-parts{margin-top:-12.188rem}}
@media screen and ( min-width:105em ){.sfnt-find-parts{padding:0}}
/* FEATURED PRODUCTS */
 .sfnt-featured-products .product01{margin-bottom:4.25rem;}
.sfnt-featured-products h2{margin-bottom:1.375rem;}
.sfnt-featured-products .prod-img-container{margin-bottom:1.5rem;}
@media screen and ( min-width:60em ){.sfnt-featured-products{margin-top:3.75rem}
.sfnt-featured-products .product{align-items:center;display:flex;justify-content:space-between;margin-bottom:3.75rem}
.sfnt-featured-products .product .prod-img-container{align-items:center;display:flex;flex-basis:60%;justify-content:center;margin:0;max-width:50rem}
.sfnt-featured-products .product .prod-text{flex-basis:40%;margin:0;max-width:26.25rem}
.sfnt-featured-products .product01 .prod-img-container{padding-right:2.5rem}
.sfnt-featured-products .product02 .prod-img-container{order:2;padding-left:2.5rem}}
@media screen and ( min-width:80em ){.sfnt-featured-products{margin-top:10.625rem;padding-bottom:3.125rem;position:relative}
.sfnt-featured-products .product .prod-img-container{padding:0}
.sfnt-featured-products .product{margin-bottom:0;position:relative;z-index:1}
.sfnt-featured-products .product img{box-shadow:0 0 6.25rem rgba(0,0,0,0.1);width:100%}
.sfnt-featured-products h2{margin-bottom:2rem}
.sfnt-featured-products .product01 .prod-text{padding-bottom:6.5625rem}
.sfnt-featured-products .product02{position:relative;top:-7.8125rem}
.sfnt-featured-products .product02 .prod-text{padding-top:6.5625rem}
.sfnt-featured-products .click-and-hold-container{position:relative;top:-3.125rem}
.sfnt-paint-splash-img-01{right:0;top:-10rem;width:25rem}}
@media screen and ( min-width:105em ){.sfnt-featured-products{padding:0}
.sfnt-featured-products .product .prod-text{max-width:32rem}
.sfnt-featured-products .click-and-hold-container{margin-left:4.375rem}}
/* FEATURED AIRBRUSH KIT */
 .sfnt-featured-airbrush-kit{display:flex;flex-flow:column nowrap;}
.sfnt-featured-airbrush-kit .airbrush-kit-text{order:2;}
.sfnt-featured-airbrush-kit .airbrush-kit-text h2{margin-bottom:1rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-text ul{bottom:auto;list-style:none;margin:0 0 1.5rem;padding:0;position:relative;text-align:left;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li{display:block;font-size:0.75rem;height:auto;margin:0;width:auto;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li:not(:last-child){margin-bottom:0.75rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li a{align-items:center;color:#7D7D7D;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:0.75rem;font-weight:500;height:auto;line-height:inherit;padding:0;position:relative;width:auto;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li a:before{background:transparent;color:transparent;content:"";display:block;font-size:0;height:100%;line-height:0;opacity:0;position:absolute;width:100%;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li.slick-active a{color:#000000;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li.slick-active a:before{opacity:0;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li span{color:inherit;}
.sfnt-featured-airbrush-kit .airbrush-kit-text li.slick-active span{text-decoration:underline;}
.sfnt-featured-airbrush-kit .airbrush-kit-text .item-number{flex:0 1 auto;margin-right:0.5rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-text .item-text{flex:1 1 auto;}
.sfnt-featured-airbrush-kit .airbrush-kit-text__btn{margin-bottom:0.625rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider{margin-bottom:1rem;order:1;overflow:visible;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider .slick-prev{left:-0.5rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider .slick-prev:before{content:"\23";}
.sfnt-featured-airbrush-kit .airbrush-kit-slider .slick-next{right:-0.5rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider .slick-next:before{content:"\24";}
.sfnt-featured-airbrush-kit .airbrush-kit-slider .slick-slide{padding:0 1.25rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider a{display:inline-block;font-size:0.75rem;font-weight:700;letter-spacing:0.125rem;max-width:25rem;padding:1.25rem;position:relative;text-align:center;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:100%;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider a .fa{font-size:0.875rem;margin-left:0.5rem;position:relative;top:0.125rem;}
.sfnt-featured-airbrush-kit .airbrush-kit-slider a:hover,.sfnt-featured-airbrush-kit .airbrush-kit-slider a:focus{background:#F7EC23;color:#000000;}
@media screen and ( min-width:60em ){.sfnt-featured-airbrush-kit{align-items:center;flex-flow:row nowrap;justify-content:space-between}
.sfnt-featured-airbrush-kit .airbrush-kit-text{flex-basis:45%;margin-bottom:0;max-width:45%;order:1;padding-bottom:0}
.sfnt-featured-airbrush-kit .airbrush-kit-text h2{margin-bottom:2rem}
.sfnt-featured-airbrush-kit .airbrush-kit-text ul{margin-bottom:2.5rem}
.sfnt-featured-airbrush-kit .airbrush-kit-slider{flex-basis:55%;margin-bottom:0;max-width:55%;order:2}
.sfnt-featured-airbrush-kit .airbrush-kit-slider .slick-slide{padding:0}}
@media screen and ( min-width:80em ){.sfnt-featured-airbrush-kit{margin-top:3rem;position:relative}
.sfnt-featured-airbrush-kit .airbrush-kit-text,.sfnt-featured-airbrush-kit .airbrush-kit-slider{position:relative;z-index:1}
.sfnt-paint-splash-img-02{left:-10.625rem;top:-15.625rem;width:31.25rem}}
@media screen and ( min-width:105em ){.sfnt-featured-airbrush-kit{padding:0}
.sfnt-featured-airbrush-kit .airbrush-kit-text{flex-basis:35%;max-width:35%}
.sfnt-featured-airbrush-kit .airbrush-kit-slider{flex-basis:65%;max-width:65%}}
/* AIRBRUSH SELECTOR */
 .sfnt-airbrush-selector .airbrush-selector-img-container{margin-bottom:1.5rem;}
.sfnt-airbrush-selector h2{margin-bottom:1.625rem;}
.sfnt-airbrush-selector .body-copy{line-height:2;margin-bottom:1.5625rem;}
@media screen and ( min-width:60em ){.sfnt-airbrush-selector{align-items:center;display:flex;justify-content:space-between;margin-top:2.5rem}
.sfnt-airbrush-selector .airbrush-selector-img-container,.sfnt-airbrush-selector .airbrush-selector-text{flex:1 1 auto}
.sfnt-airbrush-selector .airbrush-selector-img-container{margin-bottom:0}
.sfnt-airbrush-selector .airbrush-selector-text{padding-left:2.5rem}
.sfnt-airbrush-selector h2,.sfnt-airbrush-selector .body-copy{margin-bottom:2.25rem}
.sfnt-airbrush-selector .body-copy{width:min(100%,25rem)}}
@media screen and ( min-width:80em ){.sfnt-airbrush-selector{margin-top:6.25rem}}
@media screen and ( min-width:105em ){.sfnt-airbrush-selector{margin-top:11.875rem;padding:0}
.sfnt-airbrush-selector .airbrush-selector-text{flex:1 1 calc(100% - 49.063rem);padding-left:7.5rem}}
/* SOCIAL MEDIA */
 .sfnt-social-media{max-width:none;padding-bottom:1.25rem;text-align:center;}
.sfnt-social-media-container{max-width:93.75rem;}
.sfnt-social-media .social-media-links{margin-bottom:0.875rem;}
.sfnt-social-media .social-media-links a{display:inline-block;font-size:1.25rem;}
.sfnt-social-media .social-media-links a:not(:last-child){margin-right:2.5rem;}
.sfnt-social-media .social-media-links a:hover,.sfnt-social-media .social-media-links a:focus{color:#585858;}
.sfnt-social-media h2{margin-bottom:2.75rem;word-break:break-word;}
.sfnt-social-media h2 a{color:#000000;}
.sfnt-social-media .social-media-images{display:-ms-grid;display:grid;-ms-grid-columns:1fr,1fr;grid-gap:1rem;-ms-grid-rows:1fr,1fr;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin-bottom:2.5rem;}
.sfnt-social-media .social-media-images .image{align-items:center;display:flex;justify-content:center;}
.sfnt-social-media .text-link{font-size:0.875rem;font-weight:500;text-decoration:underline;}
.sfnt-social-media .btn{display:none;}
@media screen and ( min-width:48em ){.sfnt-social-media .social-media-images{grid-gap:2rem}}
@media screen and ( min-width:60em ){.sfnt-social-media{margin-top:3.75rem;padding-bottom:3.75rem;text-align:left}
.sfnt-social-media .social-media-images{align-items:center;display:flex;flex-flow:row nowrap;grid-gap:2.25rem;justify-content:center}
.sfnt-social-media .social-media-images .image{flex-basis:calc(100% / 3);max-width:calc(100% / 3)}
.sfnt-social-media .social-media-images .image:last-child{display:none}
.sfnt-social-media .text-link{display:none}
.sfnt-social-media .btn{display:flex;margin-left:auto}}
@media screen and ( min-width:80em ){.sfnt-social-media{margin-top:13.75rem;position:relative}
.sfnt-social-media .sfnt-social-media-container{box-shadow:0 0 0.419rem rgba(0,0,0,0.04),0 0 1.394rem rgba(0,0,0,0.06),0 0 6.25rem rgba(0,0,0,0.1);margin:auto;padding:5.625rem 5.625rem 6.875rem}
.sfnt-paint-spray-img-02{left:-7.5rem;top:-10rem}}
@media screen and ( min-width:105em ){.sfnt-social-media{padding-left:0;padding-right:0}
.sfnt-social-media .sfnt-social-media-container{padding-left:6.875rem;padding-right:6.875rem}}
/* ===== +MAIN_CTGY - MAIN CATEGORY+ ===== */
 .main_ctgy main .wrap{max-width:none;}
.main_ctgy .main-content .hdft-header img{margin-bottom:2.5rem;max-width:none;padding:0;width:100%;}
.main_ctgy .sub-category-layout{margin:auto;max-width:100rem;padding:0 1.25rem 2.5rem;}
.main_ctgy .sub-category-layout .has-custom-image{padding:0;}
.main_ctgy .sub-category-layout .has-custom-image img{margin-bottom:0;}
.main_ctgy .sub-category-layout .has-custom-image span.hide{display:none;}
.main-ctgy-kit{margin:0 auto 2.5rem !important;max-width:100rem;padding:2.5rem 1.25rem;}
.main-ctgy-kit-text h2{margin-bottom:1.875rem;}
.main-ctgy-kit-text h2 .underlined{background-image:-webkit-linear-gradient(#F7EC23 100%,transparent 100%);background-image:-o-linear-gradient(#F7EC23 100%,transparent 100%);background-image:linear-gradient(#F7EC23 100%,transparent 100%);background-position:0 88%;background-repeat:repeat-x;background-size:0.0625rem 0.75rem;padding:0 0.3125rem;position:relative;z-index:1;}
.main_ctgy .shop-all-kits{display:inline-block;font-size:0.75rem;font-weight:700;letter-spacing:0.125rem;max-width:18.75rem;padding:1.25rem;position:relative;text-align:center;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:100%;}
.main_ctgy .main-ctgy-sub-listing__button .shop-all-kits{max-width:31.25rem;}
.main_ctgy .shop-all-kits:hover{background:#F7EC23;color:#000000;}
.main-ctgy-sub-listing{margin-left:auto !important;margin-right:auto !important;max-width:100rem;padding:0 1.25rem 3.75rem;}
.main-ctgy-sub-listing__inner:not(:last-child){margin-bottom:2.5rem;}
.main-ctgy-sub-listing__top,.main-ctgy-sub-listing__products{margin-bottom:1.875rem;}
.main-ctgy-sub-listing__description{display:block;margin:auto;max-width:62.5rem;}
.main-ctgy-sub-listing__spray-chart{margin-top:1.875rem;}
.main-ctgy-sub-listing__bottom{display:flex;flex-flow:row wrap;justify-content:center;}
.main-ctgy-sub-listing__products,.main-ctgy-sub-listing__button{flex-basis:100%;}
.main-ctgy-sub-listing__products{display:flex;flex-flow:row wrap;justify-content:center;}
.main-ctgy-sub-listing__title{font-size:1.5rem;margin-bottom:1.25rem;}
.main_ctgy .category-product .category-product-image-wrapper img{max-height:18.75rem;}
@media screen and ( min-width:48em ){.main_ctgy .main-content .hdft-header img{margin-bottom:3.75rem}
.main_ctgy .sub-category-layout{padding-bottom:3.75rem}
.main_ctgy .sub-category-layout .has-custom-image{height:auto !important}
.main-ctgy-kit{margin-bottom:3.75rem !important;padding:5rem 0;text-align:center}
.main-ctgy-sub-listing{padding-bottom:5.625rem}
.main-ctgy-sub-listing__inner:not(:last-child){margin-bottom:3.75rem}
.main-ctgy-sub-listing__top,.main-ctgy-sub-listing__products{margin-bottom:2.5rem}
.main-ctgy-sub-listing__title{font-size:2.25rem}
.main-ctgy-sub-listing__products{justify-content:flex-start}
.main-ctgy-sub-listing__button{text-align:center}}
@media screen and ( min-width:60em ){.main_ctgy .main-content{margin-bottom:0}
.main_ctgy .sub-category-layout{padding-bottom:1.875rem}
.main-ctgy-kit{padding:7.8125rem 0}
.main-ctgy-sub-listing__top{text-align:center}
.main-ctgy-sub-listing__products{justify-content:center;margin-bottom:0.625rem}}
@media screen and ( min-width:80em ){.main_ctgy .sub-category-layout{justify-content:center;padding-bottom:0.625rem;position:relative;top:-5.625rem}
.main_ctgy .sub-category{margin-bottom:0 !important;margin-right:2.5% !important;width:17% !important}
.main_ctgy .sub-category:last-child{margin-right:0 !important}
.main_ctgy .sub-category-layout-accessories .sub-category{margin:0 1% !important;width:15% !important}
.main_ctgy .sub-category-layout-accessories .sub-category:first-child{margin-left:0 !important}
.main_ctgy .sub-category-layout-accessories .sub-category:last-child{margin-right:0 !important}
.main-ctgy-kit{margin-bottom:6.25rem !important;padding:10.9375rem 0}
.main-ctgy-sub-listing__inner:not(:last-child){margin-bottom:6.25rem}
.main-ctgy-sub-listing__top{margin-bottom:3.75rem}
.main-ctgy-sub-listing__products{margin-bottom:1.25rem}}
@media screen and ( min-width:105em ){.main_ctgy .sub-category-layout{padding-left:0;padding-right:0}
.main-ctgy-sub-listing{padding-bottom:10rem;padding-left:0;padding-right:0}}
/* ===== +CTGY - CATEGORY+ ===== */
 @keyframes overlayFadeIn{from{opacity:0}
to{opacity:1}}
@keyframes filtersSlideIn{0%{left:-100%}
60%{left:-100%}
100%{left:0}}
.sub-nav{align-items:center;border-top:solid 0.0625rem #403E3D;display:flex;padding:0.75rem 0 1.5rem;}
.sub-nav .wrap{flex-basis:100%;padding:0 1.25rem;}
.category-listing-filters__mobile{align-items:center;border-bottom:0.0625rem solid #EBEBEB;box-shadow:0 -0.5rem 0.3125rem -0.3125rem rgba(0,0,0,0.05);display:flex;justify-content:center;padding-bottom:1.5rem;padding-top:0.875rem;}
.category-listing-filters__mobile-button{background:none;border:0;line-height:1;margin:0;padding:0;}
.category-listing-filters__mobile-button:focus-visible{outline:0;}
.category-listing-filters__mobile-button-icon:before,.category-listing-filters__content-heading-icon:before{content:"\66";font-family:"ElegantIcons";font-size:1.25rem;font-style:normal;margin-right:0.75rem;position:relative;top:0.3125rem;}
.category-listing-filters__mobile-button-text,.category-listing-filters__content-heading-text{font-weight:600;}
.category-listing-filters{background:#FFFFFF;display:none;position:relative;width:100%;}
.category-listing-filters.is-open{display:block;}
.category-listing-filters__overlay{background-color:rgba(0,0,0,0.75);bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:10000;}
.category-listing-filters.is-open .category-listing-filters__overlay{animation:overlayFadeIn 150ms cubic-bezier(0.4,0.01,0.1,1);}
.sub-nav a,.category-listing-filters__content-facet-name{display:block;}
.go-back{display:inline-block !important;font-size:0.6875rem;letter-spacing:0.125rem;}
.go-back .fa{font-size:1rem;margin-right:0.375rem;position:relative;top:0.0625rem;}
.go-back:hover,.go-back:focus{color:#585858;}
.sub-nav.bg-black .go-back:hover,.sub-nav.bg-black .go-back:focus{color:#F7EC23;}
.explore-category{display:block;margin-top:1.875rem;}
.category-text{color:#FFFFFF;text-transform:uppercase;}
.explore-category .sub-heading,.category-listing-filters__content-heading{display:block;font-size:0.75rem;text-transform:none;}
.explore-category .sub-heading{color:#FFFFFF;margin-bottom:0.3125rem;}
.category-listing-filters__content-heading{border-bottom:0.0625rem solid #EBEBEB;margin-bottom:0;padding-bottom:1.5rem;}
.category-listing-filtering__mobile-close-button{background:#FFFFFF;border:0;border-radius:100%;color:#000000;display:inline-block;font-size:1.5rem;font-weight:600;height:1.875rem;line-height:1.875rem;padding:0;position:fixed;right:1rem;top:1rem;width:1.875rem;}
.category-listing-filtering__mobile-close-button-icon:before{content:"\4d";font-family:"ElegantIcons";}
.category-listing-filters__content-form{background:#FFFFFF;display:flex;flex-direction:column;height:100%;left:0;overflow-y:auto;padding:1.625rem 1.5rem;position:fixed;width:85vw;}
.category-listing-filters.is-open .category-listing-filters__content-form{animation:filtersSlideIn 250ms cubic-bezier(0.4,0.01,0.1,1);}
.explore-category-link,.category-text{font-size:1.25rem;letter-spacing:0.3125rem;}
.category-listing-filters__content-facet{border-bottom:0.0625rem solid #EBEBEB;padding:1.25rem 0;position:relative;}
.category-listing-filters__content-facet-name{align-items:center;display:flex;font-size:0.875rem;justify-content:space-between;letter-spacing:0.125rem;line-height:1;}
.category-listing-filters__content-facet-name:hover,.category-listing-filters__content-facet-name:focus{color:#000000;}
.category-listing-filters__content-facet-name-icon{font-size:1.25rem;}
.explore-category-link .text{margin-right:0.625rem;}
.category-listing-filters__content-facet-choice{padding-top:0.875rem;}
.category-listing-filters__content-facet-choice label{color:#585858;display:block;font-size:0.75rem;transition:0.2s all ease-in-out;}
.category-listing-filters__content-facet-choice label:hover,.category-listing-filters__content-facet-choice .clear-all-button:hover{color:#000000;}
.category-listing-filters__content-facet-choice label:not(.clear-all){align-items:center;display:flex;margin-bottom:1.25rem;}
.category-listing-filters__content-facet-choice label input{-webkit-appearance:none;appearance:none;border:0.0625rem solid #585858;border-radius:0.0625rem;height:0.875rem;margin-right:0.75rem;width:0.875rem;}
.category-listing-filters__content-facet-choice label.selected-facet{color:#000000;font-weight:600;}
.category-listing-filters__content-facet-choice label input:checked{background:#000000;border-color:#000000;}
.category-listing-filters__content-facet-choice .clear-all{display:inline-block;line-height:1;}
.category-listing-filters__content-facet-choice .clear-all-button{align-items:center;background:none;border:none;color:#585858;display:flex;font-size:0.875rem;font-weight:400;margin:0;padding:0;transition:0.2s all ease-in-out;}
.category-listing-filters__content-facet-choice .clear-all-button:hover,.category-listing-filters__content-facet-choice .clear-all-button:focus{color:#000000;}
.category-listing-filters__content-facet-choice .clear-all-icon{font-size:1.25rem;left:-0.3125rem;position:relative;}
.category-listing-filters__content-facet-choice .clear-all-text{text-decoration:underline;}
.ctgy main{margin-top:2.5rem;}
.ctgy main .wrap{padding:0 1.25rem;}
.ctgy .main-content{margin-bottom:3.75rem;}
.ctgy-title-img{margin-bottom:1.875rem;}
.ctgy-title{font-size:2.5rem;margin-bottom:1.5625rem;}
.ctgy-title .underlined{background-position:0 92%;background-repeat:repeat-x;background-size:0.0625rem 0.75rem;padding:0 0.3125rem;position:relative;z-index:1;}
.ctgy-description{display:block;line-height:1.75;}
.ctgy-description *:last-child{margin-bottom:0;}
.main-content .category-product-layout,.main-content .sub-category-layout{display:flex;flex-flow:row wrap;justify-content:center;margin:0 auto;max-width:93.75rem;padding-top:1.375rem;}
#category-listing-header{margin-bottom:0.75rem;margin-top:2rem;text-align:center;}
.category-listing-series-title{font-size:1.875rem;margin-bottom:0;}
.ctgy_series .main-content .category-product-layout{box-shadow:0 0.5rem 0.3125rem -0.3125rem rgba(0,0,0,0.05);max-width:none;padding-bottom:2.25rem;}
.ctgy_series .main-content .category-product-layout.category-product-layout--list{padding-bottom:0;padding-top:0;}
.category-product,.sub-category{cursor:pointer;display:flex;flex-flow:row wrap;float:none;justify-content:center;margin:0 auto;max-width:30rem;padding:1.25rem;}
.ctgy .category-product:not(:last-child),.sub-category,.main_ctgy .category-product:not(:last-child){margin-bottom:2rem;}
.ctgy .category-product:after,.sub-category:after,.main_ctgy .category-product:after,.works-great-with__slide-link:after,.related-products__slide-link:after{background:none;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;transition:all 0.8s cubic-bezier(0.1,0.7,0.3,1);width:100%;z-index:0;}
.category-product:hover:after,.sub-category:hover:after,.main_ctgy .category-product:hover:after,.works-great-with__slide-link:hover:after,.related-products__slide-link:hover:after{box-shadow:0 0 0 0.25rem #EBEBEB inset;}
.category-product-top,.category-product-bottom{flex:1;flex-basis:100%;position:relative;z-index:1;}
.category-product-top{display:flex;justify-content:space-between;margin-bottom:1.875rem;}
.category-product-wish form{margin-bottom:0;}
.category-product-wish button{background:none;border:none;padding:0;}
.category-product-wish .fa{color:#000000;font-size:1.5rem;}
.category-product-wish .fa-heart{left:0;opacity:0;position:absolute;top:0;z-index:1;}
.category-product-wish button:hover .fa-heart{opacity:1 !important;}
.category-product-flag{background:none;border-radius:0;border-width:0.125rem;display:inline-block;float:right;height:1.875rem;left:auto;line-height:1.875rem;padding:0 1.5625rem;position:relative;text-align:center;top:auto;width:auto;}
.category-product-bottom{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;padding:0;transition:all 0.5s ease-in-out;width:100%;}
.category-product .category-product-image-wrapper{max-width:18.75rem;}
a.category-product-image-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;}
.category-product-wish .fa,.category-product .category-product-image-wrapper img,.category-product-card-image .category-product-image-wrapper img,.sub-category img{transition:all 0.2s ease-in-out;}
.sub-category img{-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-bottom:1.25rem;}
.category-product-details{margin-top:1.875rem;text-align:center;}
.category-product-name a,.category-product p{color:#000000;margin:0;}
.category-product .category-product-category{font-size:0.6875rem;font-weight:700;margin-bottom:0.3125rem;text-transform:lowercase;}
.category-product .category-product-name{margin-bottom:0.625rem;}
.category-product-name a{font-size:1.125rem;}
.category-product-layout.category-product-layout--series{padding:0 0.5rem;top:initial;}
.category-product-layout.category-product-layout--grid{padding:0 0.75rem;}
.category-product-card,.category-product-list{align-content:center;display:flex;flex-direction:column;justify-content:start;width:100%;}
.category-product-card{padding:0.75rem 0.25rem;}
.category-product-card .category-product-cta-wrapper,.category-product-list .category-product-cta-wrapper{border:none;bottom:0;left:0;padding:0 1rem;text-align:inherit;z-index:1;}
.category-product-card .category-product-cta-wrapper form,.category-product-list .category-product-cta-wrapper form{float:initial;}
.category-product-card .add-to-cart,.category-product-card .product-alternate-button,.category-product-card .product-shop-local-button,.category-product-list .add-to-cart,.category-product-list .product-alternate-button,.category-product-list .product-shop-local-button{font-size:0.7rem;height:initial;letter-spacing:0.1em;line-height:2.5rem;margin-bottom:0;padding:0 0.625rem;}
.category-product-card .product-local{margin-bottom:1.125rem;}
.category-product-card-content{cursor:pointer;display:flex;flex-basis:100%;flex-direction:column;justify-content:space-between;position:relative;text-align:center;}
.category-product-card-content .category-product-flag{background-color:#FFFFFF;left:0.5rem;position:absolute;top:0.5rem;}
.category-product-card-image{z-index:1;}
.category-product-card-details{padding:1rem;}
.category-product-card-details p{margin-bottom:0.5rem;margin-top:0;}
.category-product-card-details .category-product-code{color:#000000;font-size:0.6875rem;font-weight:700;letter-spacing:0.05rem;}
.category-product-card-details .category-product-name a{font-size:0.75rem;}
.category-product-card-details .category-product-price{color:#000000;font-size:0.6875rem;font-weight:700;}
p.category-product-specs{font-size:0.75rem;line-height:0.75rem;margin-bottom:0.5rem;margin-top:0;}
.category-product-list{align-content:flex-start;border-bottom:0.0625rem solid #EBEBEB;padding:1.625rem 1.25rem 1.875rem;}
.category-product-list:last-child{border:none;margin-bottom:0;}
.category-product-list-content{display:flex;flex-wrap:wrap;}
.category-product-list-content .category-product-flag{background-color:#FFFFFF;left:50%;position:absolute;top:1rem;transform:translate(-50%,1rem);}
.category-product-list-image{flex-basis:25%;position:relative;text-align:center;}
.category-product-list-image img{max-height:5.3125rem;width:auto;}
.category-product-list-details{align-items:flex-start;display:flex;flex-basis:75%;flex-direction:column;justify-content:flex-start;padding:0 0 0 1rem;}
.category-product-list-details .category-product-name{line-height:1.125rem;margin:0 0 0.5rem;padding:0;}
.category-product-list-details .category-product-code,.category-product-list-details .category-product-name a,.category-product-list-details .category-product-price{font-size:0.75rem;line-height:1.125rem;margin:0;padding:0;}
.category-product-list-details .category-product-code{color:#464647;padding-bottom:0.25rem;text-transform:uppercase;}
.category-product-list-details .category-product-name a{font-size:0.875rem;font-weight:500;}
.category-product-list .category-product-cta-wrapper{display:flex;flex-direction:column;line-height:1;padding:0;}
.category-product-list .product-form form{display:flex;justify-content:space-between;}
.category-product-list .product-quantity__decrease,.category-product-list .product-quantity__increase{flex-basis:2rem;}
.category-product-list .product-quantity__decrease,.category-product-list .product-quantity__increase,.category-product-list .product-quantity__input[ type="tel" ]{height:2.625rem;line-height:2.625rem;}
.category-product-list .product-quantity{flex:0;font-size:0.75rem;margin-right:0.75rem;}
.category-product-list .product-quantity__input[ type="tel" ]{min-width:2rem;}
.category-product-list .product-find-dealer{align-items:flex-start;flex:1;justify-content:space-between;margin:0;width:100%;}
.category-product-list .product-cta-buttons{flex:1;}
.category-product-list .add-to-wishlist-button{font-size:1.25rem;margin-left:1.5rem;padding:0;}
.category-product-list .add-to-wishlist-button:hover:before{content:"";font-size:0;padding-left:0;}
.category-product-list .add-to-wishlist-button:hover .fa-heart-o:before{content:"\f004";}
.category-product-list .product-local{text-align:center;}
.category-product-list .product-cta-buttons .product-local{padding-top:0.5rem;}
.category-product-list .product-find-dealer .add-to-cart-buttons{font-size:0.75rem;height:2.75rem;line-height:2.75rem;}
.sub-category a{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;position:relative;z-index:1;}
.sub-category a .text{display:block;transition:all 0.2s ease-in-out;}
.category-product-name a:hover,.category-product-name a:focus,.sub-category a:hover .text,.sub-category a:focus .text{color:#585858;}
.category-product-code{color:#ACACAD;}
.category-product-price{font-size:1.25rem;}
.filters-toggle,.fixed-facets{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:0;left:0;position:fixed;right:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%);transition:all 0.6s cubic-bezier(0.2,0.5,0.5,1);}
.filters-toggle{z-index:98;}
.filters-toggle.show-facets{box-shadow:0 0 6.25rem rgba(0,0,0,0.1);-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);}
.fixed-facets{z-index:99;}
.filters-toggle,.close-filters{align-items:center;color:#000000;display:flex;font-size:0.6875rem;font-weight:700;height:3.125rem;letter-spacing:0.0625rem;padding:0 1.25rem;text-transform:uppercase;width:100vw;}
.fixed-facets-mobile .category-listing-filtering__mobile-close-button,.fixed-facets-mobile .category-listing-filters__content-heading{display:none;}
.fixed-facets-mobile .category-listing-filters{display:block;}
.fixed-facets-mobile .category-listing-filters__overlay{position:relative;}
.fixed-facets-mobile .category-listing-filters .category-listing-filters__wrapper{padding:0;}
.fixed-facets-mobile .category-listing-filters__content-form{margin-bottom:0;padding-bottom:0;padding-top:0;position:relative;width:100vw;}
.fixed-facets-mobile.show-facets{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);}
.filters-toggle.no-facets,.fixed-facets.no-facets{display:none;}
@media screen and ( min-width:48em ){.ctgy-title{font-size:3.125rem}
.main-content .category-product-layout,.main-content .sub-category-layout{justify-content:flex-start}
.ctgy .category-product,.sub-category,.main-ctgy-sub-listing__products .category-product{height:34.375rem !important;margin-left:0;margin-right:4%;width:48% !important}
.sub-category{height:25rem !important;padding:1.875rem}
.category-product:nth-child(2n),.sub-category:nth-child(2n),.main-ctgy-sub-listing__products .category-product:nth-child(2n){margin-right:0}
.category-product-top{margin-bottom:0}
.category-product-bottom{align-content:space-between}
.category-product .category-product-image-wrapper{align-items:center;display:flex;height:18.75rem;justify-content:center}
.category-product-details{margin-top:0;z-index:1}
.category-listing-series-title{font-size:2.625rem}
.category-product-list .category-product-cta-wrapper{flex-basis:66%;padding:0 1rem}
.sub-category img{margin-bottom:2.5rem}}
@media screen and ( min-width:60em ){.sub-nav{padding:0}
.sub-nav .wrap,.category-listing-filters__content{align-items:center;display:flex}
.sub-nav .wrap{height:4.875rem;justify-content:flex-start}
.go-back{left:1.25rem;margin-bottom:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}
.explore-category{align-items:baseline;display:flex;justify-content:center;margin-top:0;width:100%}
.category-listing-filters{border-bottom:0.0625rem solid #EBEBEB;box-shadow:0 -0.5rem 0.3125rem -0.3125rem rgba(0,0,0,0.05);display:block;padding-top:0;z-index:2}
.category-listing-filters__mobile{display:none}
.category-listing-filters__overlay{background-color:transparent;position:relative}
.category-listing-filters__content{height:6.625rem;justify-content:center}
.category-listing-filtering__mobile-close-button,.category-listing-filters__content-heading-icon{display:none}
.category-listing-filters__content-heading-text{font-size:0.9375rem}
.explore-category .sub-heading{margin:0 0.75rem 0 0}
.category-listing-filters__content-heading,.category-listing-filters__content-facet{border:0;padding:0}
.category-listing-filters__content-facet-name:not(:last-child){margin:0}
.category-listing-filters__content-form{align-items:center;background:transparent;display:flex;flex-direction:row;margin-bottom:0;overflow-y:unset;padding:0;position:relative;width:100%}
.category-listing-filters__content-facet{margin-left:1.5625rem}
.category-listing-filters__content-facet-name-text{font-size:0.9375rem;margin-right:0.875rem}
.category-listing-filters__content-facet-name-icon{font-size:inherit}
.category-listing-filters__content-facet:last-child .category-listing-filters__content-facet-choice{right:0}
.category-listing-filters__content-facet-choice{background:#FFFFFF;box-shadow:0 0.625rem 1.875rem -0.625rem rgba(0,0,0,0.2);display:none;min-width:18.75rem;padding:1.875rem;position:absolute;top:2rem;width:auto;z-index:2}
.ctgy main{margin-top:5rem}
.ctgy_series .main-content .category-product-layout{padding-bottom:5.625rem}
.ctgy .category-product,.sub-category,.main-ctgy-sub-listing__products .category-product{margin-right:3.5%;width:31% !important}
.category-product:nth-child(2n),.sub-category:nth-child(2n),.main-ctgy-sub-listing__products .category-product:nth-child(2n){margin-right:3.5%}
.category-product:nth-child(3n),.sub-category:nth-child(3n),.main-ctgy-sub-listing__products .category-product:nth-child(3n){margin-right:0}
.category-product-layout.category-product-layout--series{padding:0 0.875rem}
.category-product-layout.category-product-layout--grid{padding:0 0.375rem}
#category-listing-header{margin-top:3.625rem;text-align:center}
.category-product-card{padding:0.875rem}
.category-product-card-details .category-product-code{font-size:0.75rem}
.category-product-card .add-to-cart,.category-product-card .product-alternate-button,.category-product-card .product-shop-local-button{font-size:0.8rem;line-height:3rem}
.category-product-card-details .category-product-name a{font-size:0.875rem}
.category-product-card-details .category-product-price{font-size:0.875rem;font-weight:700}
.category-product-card .product-local{margin-bottom:1.625rem}
.filters-toggle{display:none}
.fixed-facets.show-facets{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}
.fixed-facets .category-listing-filters__content-facet-choice{bottom:2rem;box-shadow:0 -0.625rem 1.875rem -0.625rem rgba(0,0,0,0.2);top:auto}}
@media screen and ( min-width:73.125em ){.category-product-list-headings{background-color:#FAFAFA;color:#000000;display:grid;font-size:0.875rem;font-weight:700;grid-template-columns:8% 62% 30%;letter-spacing:0.05rem;margin:0 0 1rem;padding:0 0.875rem;text-transform:uppercase;width:100%}
.category-product-list-headings-2{display:grid;font-size:0.75rem;grid-template-columns:15% 45% 10% 10% 10% 10%;padding:1.5rem 0 1.5rem 1rem;width:100%}
.category-product-list-content{display:grid;flex-wrap:nowrap;grid-template-columns:8% 62% 0% 30%}
.category-product-list-image{flex-basis:15%}
.category-product-list-image.hide{flex-basis:0%;width:0}
.category-product-list-details{align-content:center;display:grid;grid-template-columns:15% 45% 10% 10% 10% 10%;width:100%}
.category-product-list-details p,.category-product-list-details .category-product-code,.category-product-list-details .category-product-price{color:#000000}
.category-product-list .category-product-cta-wrapper{flex-basis:25%;justify-content:center;padding:0 0 0 1rem}
.product-listing-cell,.category-product-list-details .product-listing-cell{line-height:1rem;padding:0 0.25rem}
p.category-product-specs{font-size:0.875rem;line-height:0.875rem}}
@media screen and ( min-width:80em ){body.ctgy.fix-filters{padding-top:16.9375rem;/* header height + filters height */
}
.category-listing-filters{transition:all 0.6s cubic-bezier(0.2,0.5,0.5,1)}
.category-listing-filters.fix-filters{position:fixed;top:10.6875rem;z-index:9999}
.category-listing-filters.nav-up{-webkit-transform:translateY(-10.6875rem);-moz-transform:translateY(-10.6875rem);transform:translateY(-10.6875rem)}
.ctgy .hdft-header{align-items:center;display:flex}
.ctgy-title-img{flex-basis:60%;margin-bottom:0;max-width:60rem}
.ctgy-header-text{align-items:center;display:flex;flex-basis:40%;flex-wrap:wrap;justify-content:flex-start;padding:0 1.25rem 0 3.75rem}
.ctgy-header-text-no-img{flex-basis:100%;margin:0 auto;max-width:93.75rem}
.ctgy-header-text-no-img .ctgy-description{display:block;width:calc(100% * (2 / 3))}
.category-listing-filters__content-facet{margin-left:3.125rem}
.category-product-list-headings{grid-template-columns:7% 71% 22%}
.category-product-list-content{grid-template-columns:7% 71% 0% 22%}}
@media screen and ( min-width:87.5em ){.category-listing-filters.nav-up{-webkit-transform:translateY(-6.25rem);-moz-transform:translateY(-6.25rem);transform:translateY(-6.25rem)}}
@media screen and ( min-width:90em ){.category-listing-filters__content-facet{margin-left:6.875rem}}
@media screen and ( min-width:105em ){body.ctgy.fix-filters{padding-top:12.5rem;/* header height + filters height */
}
.category-listing-filters.fix-filters{top:6.25rem}
.ctgy .main-content{margin-bottom:4.6875rem}
.ctgy-header-text{position:relative;top:-1.5625rem}
.ctgy-header-text-no-img{margin-bottom:5.625rem}
.sub-nav .wrap,.category-listing-filters__wrapper,.ctgy main .wrap{padding:0}
.main-content .category-product-layout,.main-content .sub-category-layout{padding-top:0;top:-3.125rem}
.ctgy_series .main-content .category-product-layout{top:0}
.ctgy .category-product,.sub-category{margin-left:0;margin-right:2rem;padding:1.875rem;width:29.8125rem !important}
.sub-category{height:29.8125rem !important}
.category-product:nth-child(2n),.sub-category:nth-child(2n){margin-right:2rem}
.category-product:nth-child(3n),.sub-category:nth-child(3n){margin-right:0}
.category-product-list{padding-left:0;padding-right:0}
.category-product-layout.category-product-layout--grid{margin-left:-0.875rem;margin-right:-0.875rem;padding:0}}
@media screen and ( min-width:112.5em ){.category-listing-filters__content-facet:last-child .category-listing-filters__content-facet-choice{right:auto}}
/* ===== +PROD - PRODUCT+ ===== */
 .prod .main-content,.ctgy_series .main-content{margin-bottom:2.5rem;}
.product-information{margin-bottom:2.25rem;padding-left:1.25rem;padding-right:1.25rem;}
.product-image{margin-bottom:1.5rem;padding:0 1.25rem;}
.main-image{align-items:center;cursor:url(../png/product-zoom.png),auto;display:flex;justify-content:center;margin-bottom:0.625rem;width:100%;}
.main-image-nav--dots .inline-list{margin-bottom:0;text-align:center;}
#js-main-dots ul li{border:solid 0.0625rem #000000;border-radius:50%;height:0.75rem;width:0.75rem;}
#js-main-dots ul li.active{background:#F7EC23;}
#js-main-dots ul li.video{border:none;font-size:0.875rem;}
#js-main-dots ul li.video.active{background:none;}
#js-main-dots ul li.video:after{content:"\f04b";font-family:"FontAwesome";}
#js-main-dots ul li.video.active:after,#js-main-dots ul li.video:hover:after
{color:#F7EC23;-webkit-text-stroke-color:#000000;-webkit-text-stroke-width:medium;}
.product-information__purchase-title-image{display:none;}
.product-name-price .product-code{color:#000000;display:inline-block;font-weight:600;margin-bottom:0.625rem;}
.product-name{font-size:1.875rem;margin-bottom:1.25rem;}
.product-price-container{font-size:1.5rem;letter-spacing:0.0625rem;margin-bottom:2.5rem;}
.product-product-flag{border:none;float:left;margin-right:0.5rem;margin-top:0.0625rem;padding:0;}
.product-form form{margin-bottom:0;}
#js-inventory-message{margin-bottom:1rem;}
.product-quantity{background-color:#FFFFFF;display:flex;flex-direction:column;margin-left:0;margin-right:0;max-width:12.5rem;}
.product-quantity__inner{align-items:center;border:0.0625rem solid #DAD9D9;display:flex;flex-flow:row nowrap;}
.product-quantity__title{font-weight:700;}
.product-quantity__decrease,.product-quantity__increase,.product-quantity__input[ type="tel" ]{border:none;height:3.75rem;line-height:3.75rem;}
.product-quantity__decrease,.product-quantity__increase{color:#000000;flex-basis:3.75rem;}
.product-quantity__decrease:before,.product-quantity__increase:before{content:"\4b";font-family:"ElegantIcons";font-size:1.25rem;font-weight:700;position:relative;top:0.3125rem;}
.product-quantity__decrease:before{content:"\4b";}
.product-quantity__increase:before{content:"\4c";}
.product-quantity__input[ type="tel" ]{flex:1;font-weight:700;text-align:center;}
.product-form .add-to-cart-wrap{align-items:center;border-bottom:solid 0.125rem #000000;border-left:solid 0.125rem #000000;border-right:solid 0.125rem #000000;border-top:solid 0.125rem #000000;display:flex;height:4.375rem;justify-content:center;margin:0 0 1rem 0;max-width:27.5rem;width:100%;}
.product-find-dealer{align-items:center;display:flex;justify-content:center;margin:0.75rem 0;}
#js-btn-shop-below{margin-bottom:2.375rem;}
.add-to-cart,.product-alternate-button,.product-shop-local-button{border:0.125rem solid #000000;border-radius:0;height:4.125rem;line-height:4.125rem;}
.add-to-wishlist-button{background:none;border:none;height:2.75rem;line-height:2.75rem;}
.add-to-wishlist-button:before{font-size:1.25rem;padding-left:0.625rem;}
.add-to-wishlist-button:hover:before{content:"\e089";}
.product-alternate-button,.product-shop-local-button{margin-bottom:1rem;}
a.product-shop-local-link{font-size:0.625rem;font-weight:700;letter-spacing:0.05rem;text-decoration:underline;text-transform:uppercase;}
.add-to-cart:hover,.add-to-cart:focus,.product-alternate-button:hover,.product-alternate-button:focus,.product-shop-local-button:hover,.product-shop-local-button:focus{background:#000000;color:#FFFFFF;}
.product-form .product-shop-local{align-items:center;border-bottom:solid 0.125rem #000000;border-top:solid 0.125rem #000000;display:flex;height:4.375rem;justify-content:center;margin-bottom:0.54rem;margin-left:0;margin-right:0;margin-top:0.54rem;max-width:27.5rem;width:100%;}
.product-information__tabs{margin-bottom:1.5625rem;}
.product-information__tab{border-bottom:0.125rem solid #000;}
.product-information__tab:first-child{border-top:0.125rem solid #000;}
.product-information__tab-label-container{list-style:none;margin-bottom:1.625rem;margin-top:1.625rem;}
.product-information__tab-label-container::marker,.product-information__tab-label-container::-webkit-details-marker{display:none;}
.product-information__tab-label-inner{align-items:center;display:flex;font-size:1.125rem;font-weight:500;justify-content:space-between;line-height:1;}
.product-information__tab-toggle:before{content:"\4c";font-family:"ElegantIcons";}
.product-information__tab-inner[ open ] .product-information__tab-toggle:before{content:"\4b";}
.product-information__tab-copy{margin-bottom:2rem;}
.product-information__tab-copy .js-readmore{display:block;font-size:0.875rem;}
.product-information__tab-copy .readmore-button{color:#464647;font-size:0.875rem;font-weight:400;margin-top:1.25rem;text-decoration:underline;text-transform:none;}
.product-information__tab-copy .readmore-button:hover,.product-information__tab-copy .readmore-button:focus{color:#000000;}
.product-information__tab-copy table{font-size:0.875rem;}
.product-information__tab-copy tr{border-bottom:0.0625rem solid #EBEBEB;}
.product-information__tab-copy td{padding-bottom:1.375rem;}
.product-information__tab-copy tr:not(:first-child) td{padding-top:1.375rem;}
.product-information__tab-copy td:first-child{padding-left:0;}
.product-information__tab-copy td:last-child{padding-right:0;}
.product-information__tab-copy td:first-child strong,.product-information__tab-copy td:first-child span{color:#000000;font-weight:500;}
.product-information__tab-copy .product-information__tab-info-link{font-weight:700;letter-spacing:0.0625rem;line-height:1;text-decoration:underline;text-transform:uppercase;}
.product-information__tab-guide{display:flex;flex-flow:row nowrap;margin-bottom:1.25rem;}
.product-information__tab-guide:hover .product-information__tab-guide-link,.product-information__tab-guide:focus .product-information__tab-guide-link{color:#585858;}
.product-information__tab-guide-image{flex-basis:5rem;}
.product-information__tab-guide-copy{display:flex;flex-basis:auto;flex-direction:column;justify-content:center;padding-left:1.25rem;}
.product-information__tab-guide-title{font-size:0.875rem;font-weight:400;letter-spacing:0;margin-bottom:0.625rem;}
.product-information__tab-guide-link{color:#000000;font-size:0.75rem;font-weight:700;letter-spacing:0.0625rem;text-decoration:underline;text-transform:uppercase;transition:0.2s ease-in-out all;}
.product-information__tab-manual-link,.product-information__sds-link{align-items:center;color:#464647;display:flex;}
.product-information__tab-manual-link:hover,.product-information__tab-manual-link:focus,.product-information__sds-link:hover,.product-information__sds-link:focus{color:#000000;}
.product-information__tab-manual-link-icon,.product-information__sds-link-icon{margin-right:0.875rem;}
.product-information__tab-manual-link-icon:before,.product-information__sds-link-icon:before{content:"\69";font-family:"ElegantIcons";font-size:1.25rem;}
.product-information__tab-manual-link-text,.product-information__sds-link-text{text-decoration:underline;}
.works-great-with,.related-products{overflow:visible;}
.works-great-with{margin-top:2.5rem;}
.works-great-with__title{font-size:1.125rem;font-weight:500;}
.related-products{margin:2.8125rem 0 1.25rem;padding:0 1.25rem;}
.related-products .column{padding:0;}
.related-products__title{font-size:1.875rem;margin-bottom:1.375rem;text-align:center;}
.works-great-with__carousel,.related-products__carousel{margin-left:-1.25rem;margin-right:-1.25rem;position:relative;}
.works-great-with__arrows,.related-products__arrows{position:absolute;top:45%;width:100%;z-index:1;}
.works-great-with__slides,.related-products__slides{overflow:visible;}
.works-great-with__slides .slick-list,.related-products__slides .slick-list{padding-left:1.25rem !important;padding-right:8.125rem !important;}
.works-great-with__slides .slick-track,.related-products__slides .slick-track{display:inline-flex !important;}
.works-great-with__slides .slick-slide,.related-products__slides .slick-slide{height:inherit !important;}
.works-great-with__slide,.related-products__slide{border:0.0625rem solid #EBEBEB;height:100%;margin-right:1rem;}
.works-great-with__slide-link,.related-products__slide-link{display:flex;flex-direction:column;height:100%;position:relative;}
.works-great-with__slide-link:hover,.related-products__slide-link:hover{color:#000000;}
.works-great-with__slide-image,.related-products__slide-image{background-color:transparent;height:0;margin-bottom:1.125rem;padding-bottom:100%;position:relative;text-align:center;}
.works-great-with__slide-image .works-great-with__slide-image-source,.related-products__slide-image .related-products__slide-image-source{left:50%;max-height:9.375rem;max-width:9.375rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;}
.works-great-with__slide-footer,.related-products__slide-footer{display:flex;flex-flow:column;flex-grow:1;padding:0 1.25rem 2.375rem;text-align:center;}
.works-great-with__slide-name,.related-products__slide-name{font-size:0.875rem;margin-bottom:0.625rem;}
.works-great-with__slide-pricing,.related-products__slide-pricing{font-size:0.875rem;font-weight:700;line-height:1;margin-top:auto;}
@media screen and ( min-width:40em ){.product-information__purchase-has-title-image{display:flex;flex-flow:row nowrap}
.product-information__purchase-title-image{display:block;flex:0 1 auto;max-width:9.375rem}
.product-information__purchase-name{flex:1 1 auto}
.product-information__purchase-has-title-image .product-information__purchase-name{padding-left:1.5rem}
.works-great-with__arrows .slick-prev,.related-products__arrows .slick-prev{left:0.5rem}
.works-great-with__arrows .slick-next,.related-products__arrows .slick-next{right:0.5rem}
.works-great-with__slides .slick-list,.related-products__slides .slick-list{margin:0 -0.625rem}
.works-great-with__slide,.related-products__slide{margin:0 0.625rem}
.works-great-with__slide-image .works-great-with__slide-image-source,.related-products__slide-image .related-products__slide-image-source{max-height:12.5rem;max-width:12.5rem}
.works-great-with__slide-name,.related-products__slide-name{font-size:1.125rem}
.works-great-with__slide-pricing,.related-products__slide-pricing{font-size:1rem}}
@media screen and ( min-width:48em ){.prod .main-content,.ctgy_series .main-content{margin-bottom:3.75rem}
.works-great-with__title{font-size:1.5rem}
.related-products{margin-bottom:2.5rem}
.related-products__title{font-size:2.625rem}
.works-great-with__arrows .slick-prev,.works-great-with__arrows .slick-next,.related-products__arrows .slick-prev,.related-products__arrows .slick-next{box-shadow:0 0 0.625rem rgba(0,0,0,0.2);height:2.5rem;width:2.5rem}
.works-great-with__arrows .slick-prev:before,.works-great-with__arrows .slick-next:before,.related-products__arrows .slick-prev:before,.related-products__arrows .slick-next:before{font-size:1.5rem}
.works-great-with__slide-image .works-great-with__slide-image-source,.related-products__slide-image .related-products__slide-image-source{max-height:15.625rem;max-width:15.625rem}}
@media screen and ( min-width:60em ){.product-image{margin-bottom:4.375rem;padding-right:3.125rem}
.main-content .main-image-wrapper{margin:0 0.4375rem 0.4375rem 0.4375rem}
.thumbnail-wrapper{max-height:1035px;overflow-y:hidden;padding:0;position:relative}
.thumbnails{display:flex;padding:0}
.thumbnails .slick-track{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr);width:100% !important}
.thumbnails .slick-track:after{display:none}
.thumbnail-img-wrap{align-items:center;aspect-ratio:1;border:none !important;cursor:pointer;display:flex;float:none;height:auto;margin:0.4375rem;padding:0}
.thumbnail-img-wrap.slick-slide{display:flex;width:auto !important}
.thumbnail-img-wrap.active{border:0.0625rem solid #464647 !important}
#js-main-image-zoom.video:after,.thumbnail-img-wrap.video:after{color:#FFFFFF;content:"\45";font-family:"ElegantIcons";font-size:8vh;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1019}
#js-main-image-zoom.video:before,.thumbnail-img-wrap.video:before{color:#0C0117;content:"\e0a3";font-family:"ElegantIcons";font-size:8vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:50%;position:absolute;-webkit-text-stroke-color:#7D817F;-webkit-text-stroke-width:1px;top:50%;transform:translate(-50%,-50%);z-index:1020}
#js-main-image-zoom.video:hover:before,.thumbnail-img-wrap.video:hover:before{color:#666666}
.thumbnails img{padding:0}
.thumbnail-wrapper .slick-list{display:flex;order:2;width:100%}
.thumbnail-wrapper .slick-prev,.thumbnail-wrapper .slick-next{border-radius:0;box-shadow:none;margin:0;position:relative}
.thumbnail-wrapper .slick-prev:hover,.thumbnail-wrapper .slick-next:hover,.thumbnail-wrapper .slick-prev:focus,.thumbnail-wrapper .slick-next:focus{background:none}
.thumbnail-wrapper .slick-prev:before,.thumbnail-wrapper .slick-next:before{color:#000000}
.thumbnail-wrapper .slick-prev{order:1}
.thumbnail-wrapper .slick-next{order:2}
#js-thumbnails-show_all{align-items:center;background:linear-gradient(0deg,rgba(255,255,255,1) 40%,rgba(255,255,255,0.9) 60%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0.1) 100%);bottom:0;display:flex;height:6.5rem;justify-content:center;left:0;position:absolute;right:0;width:100%}
#js-thumbnails-show_all.open{background:none;height:auto;margin-top:2rem;position:relative}
.thumbnail-button-show_all{background-color:#FFFFFF;border-radius:0;color:#585858;font-size:1.125rem;font-weight:500;height:auto;padding:0.375rem 1.875rem}
.thumbnail-button-show_all:hover{background-color:#585858;color:#FFFFFF}
.main-image{aspect-ratio:1;margin-bottom:0}
.main-image img{width:100%}
.product-information{margin-bottom:4.375rem;padding-left:0}
.works-great-with__carousel,.related-products__carousel{margin-left:0;margin-right:0}
.works-great-with__arrows .slick-prev,.related-products__arrows .slick-prev{left:-0.75rem}
.works-great-with__arrows .slick-next,.related-products__arrows .slick-next{right:-0.75rem}
.works-great-with__slides .slick-list,.related-products__slides .slick-list{padding-left:0 !important}
.works-great-with__slide-image .works-great-with__slide-image-source{max-height:9.375rem;max-width:9.375rem}
.works-great-with__slide-name,.works-great-with__slide-pricing{font-size:0.875rem}
.related-products{margin-top:5rem}
a.product-shop-local-link{font-size:0.7rem}}
@media screen and ( min-width:80em ){.prod .main-content,.ctgy_series .main-content{margin-bottom:6.25rem}
.product-find-dealer,.product-alternate-button,.product-shop-local-button{max-width:25rem}}
@media screen and ( min-width:90em ){.product-image{padding-right:6.25rem}
.product-information__purchase:not(.product-information__purchase-has-title-image){margin-bottom:2.5rem}
.product-information__purchase-title-image{max-width:12.5rem}
.product-information__tab,.works-great-with{padding-left:1.25rem;padding-right:1.25rem}
.product-information__tab-label-container{margin-bottom:2rem;margin-top:2rem}
.product-information__tab-label-inner{font-size:1.5rem}
.product-information__tab-copy{margin-bottom:2.8125rem}
.product-information__tab-copy .js-readmore,.product-information__tab-copy .readmore-button,.product-information__tab-copy table{font-size:1rem}
.product-information__tab-guide{margin-bottom:1.625rem}
.product-information__tab-guide-image{flex-basis:6.25rem}
.product-information__tab-guide-title{font-size:1.125rem}
.product-information__tab-guide-link{font-size:0.875rem}
.product-information__sds-link{margin-left:1.25rem}
.works-great-with{margin-top:2.875rem}
.works-great-with__title{margin-bottom:1.25rem}
.works-great-with__arrows .slick-prev{left:-1.25rem}
.works-great-with__arrows .slick-next{right:-1.25rem}
.related-products__title{margin-bottom:2.375rem}
.related-products__slides .slick-list{margin:0 -1.125rem}
.related-products__slide{margin:0 1.125rem}}
@media screen and ( min-width:105em ){.prod .main-content,.ctgy_series .main-content{margin-bottom:7.5rem}
.product-image{padding-left:0}
.product-information{padding-right:0}
.related-products{clear:both;margin-bottom:0;padding-left:0;padding-right:0}
.related-products__arrows .slick-prev{left:-1.25rem}
.related-products__arrows .slick-next{right:-1.25rem}
.works-great-with__slides .slick-list,.related-products__slides .slick-list{padding-right:0 !important}}
/* ===== +SRCH - SEARCH+ ===== */
 .srch main .wrap{padding:0 1.25rem;}
.no-products-found{padding:2.5rem 0;}
.no-products-found > p{font-size:2rem;}
.no-products-found form{margin:auto;}
.no-products-found input[ type="search" ]{background:none;border:solid 0.0625rem #EBEBEB;border-radius:0;color:#000000;font-weight:600;height:4.375rem;line-height:4.375rem;padding:0 1.25rem;}
.filter-items-container{border-radius:0;margin-bottom:0;margin-left:auto !important;margin-right:auto !important;margin-top:2.5rem;max-width:93.75rem;}
.filter-items-container .per-page,.filter-items-container .sorting{width:47%;}
.filter-items-container form .fa{position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);z-index:1;}
.filter-items-container select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:solid 0.0625rem #EBEBEB;border-radius:0;color:#585858;font-weight:400;margin:0;max-width:none;padding:0 2rem 0 1rem;position:relative;z-index:2;}
.srch .category-product:not(:last-child){margin-bottom:2rem;}
.srch .category-product:after{background:none;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;transition:all 0.8s cubic-bezier(0.1,0.7,0.3,1);width:100%;z-index:0;}
.filter-items-container.bottom-pagination{margin-bottom:2.5rem;margin-top:1.25rem;}
.page-links-container,.page-links-container a{color:#B7B7B7;font-size:0.6875rem;font-weight:600;letter-spacing:0.0625rem;text-transform:uppercase;}
.page-links-container a:hover,.page-links-active{color:#000000;}
.page-links-active{outline-color:#FFFFFF;}
.page-links-previous > span,.page-links-next > span{color:#585858;font-size:1.125rem;position:relative;top:0.1875rem;}
@media screen and ( min-width:48em ){.filter-items-container .per-page,.filter-items-container .sorting{float:left;max-width:12.5rem;width:25%}
.filter-items-container .per-page{margin-right:1.25rem}
.filter-items-container .page-links{width:40%}
.filter-items-container .top-page-links{top:0}
.srch .category-product{height:34.375rem !important;margin-left:0;margin-right:4%;width:48% !important}
.srch .category-product:nth-child(2n){margin-right:0}
.filter-items-container.bottom-pagination{margin-top:0}}
@media screen and ( min-width:60em ){.no-products-found > p{margin-bottom:2.5rem}
.srch .category-product{margin-right:3.5%;width:31% !important}
.srch .category-product:nth-child(2n){margin-right:3.5%}
.srch .category-product:nth-child(3n){margin-right:0}
.filter-items-container.bottom-pagination{margin-bottom:0}}
@media screen and ( min-width:105em ){.srch main .wrap{padding:0}
.srch .main-content{margin-bottom:8.125rem}
.no-products-found{padding:6.25rem 0 0}
.srch .main-content .category-product-layout{padding-top:2.5rem;top:0}
.srch .category-product{margin-left:0;margin-right:2rem;padding:1.875rem;width:29.8125rem !important}
.srch .category-product:nth-child(2n){margin-right:2rem}
.srch .category-product:nth-child(3n){margin-right:0}}
/* ===== +STORE LOCATOR+ ===== */
 #js-STORE_LOCATOR main .wrap{max-width:none;}
/* ===== +AIRBRUSH PARTS FINDER+ ===== */
 .ctgy_airbrush_parts_finder .sub-nav{display:none;}
#js-CTGY_AIRBRUSH_PARTS_FINDER main .wrap,#js-CTGY_AIRBRUSH_PARTS_FINDER_2 main .wrap{max-width:none;}
.main-content .apf-header{margin-left:-1.25rem;margin-right:-1.25rem;}
.apf-header h2{font-size:1.375rem;margin-bottom:2.5rem;padding:0 1.25rem;text-align:center;}
.apf-header__col-right{background:#F4F4F4;}
.apf-form{position:relative;}
.apf-input[ type="text" ]{border:none;color:#585858;font-size:1.125rem;font-weight:700;height:5.625rem;line-height:5.625rem;padding:0 5rem 0 1.25rem;}
.apf-input[ type="text" ]::-webkit-input-placeholder,.apf-input[ type="text" ]::-moz-placeholder,.apf-input[ type="text" ]:-ms-input-placeholder,.apf-input[ type="text" ]:-moz-placeholder,.apf-input[ type="text" ]::placeholder{font-size:1.125rem;font-weight:700;}
.apf-input[ type="text" ]::-webkit-input-placeholder{color:#B7B7B7;}
.apf-input[ type="text" ]::-moz-placeholder{color:#B7B7B7;}
.apf-input[ type="text" ]:-ms-input-placeholder{color:#B7B7B7;}
.apf-input[ type="text" ]:-moz-placeholder{color:#B7B7B7;}
.apf-input[ type="text" ]::placeholder{color:#B7B7B7;}
.apf-submit{background:none;border:none;padding:0.625rem 1.25rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}
.apf-content{padding:3.125rem 0 0;}
.apf-content .apf-selected-airbrush{margin-bottom:2.5rem;text-align:center;}
.apf-selected-airbrush span{display:inline-block;font-size:0.75rem;margin-bottom:0.3125rem;}
.apf-selected-airbrush__form{display:flex;flex-flow:row nowrap;margin-left:auto;margin-right:auto;max-width:24rem;}
.apf-selected-airbrush__form select{-webkit-appearance:none;appearance:none;background:url(../svg/select-caret.svg) no-repeat;background-position:90% 50%;background-size:0.438rem 0.313rem;border:none;color:#000000;font-size:1rem;font-weight:700;height:2.5rem;line-height:2.5rem;padding:0 1.875rem 0 0.9375rem;}
.apf-item-mode--list .apf-image-wrapper,.apf-item-mode--image .apf-list-wrapper{display:none;}
.apf-image-list__toggle{border-bottom:solid 0.0625rem #DEDEDE;padding-bottom:1.25rem;text-align:center;}
.apf-parts-list__desktop > a,.apf-image-list__toggle > a{color:#C2C2C2;cursor:pointer;display:inline-block;font-size:0.75rem;overflow:hidden;padding-bottom:0.3125rem;}
.apf-parts-list__desktop > a .link-text,.apf-image-list__toggle > a .link-text{display:inline-block;overflow:hidden;padding:0 0.3125rem;position:relative;z-index:1;}
.apf-parts-list__desktop > a .underlined,.apf-image-list__toggle > a .underlined{left:-100%;}
.apf-parts-list__desktop > a.active,.apf-item-mode--list .apf-list__tab,.apf-item-mode--image .apf-image__tab{color:#000000;}
.apf-parts-list__desktop > a.active .underlined,.apf-item-mode--list .apf-list__tab .underlined,.apf-item-mode--image .apf-image__tab .underlined{background:#F7EC23;bottom:0;height:0.625rem;left:0;position:absolute;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:100%;z-index:-1;}
.apf-image-list__toggle .pipe,.apf-parts-list__desktop .pipe{background:#DEDEDE;display:inline-block;height:1.875rem;margin:0 1.875rem;padding:0;position:relative;top:-0.25rem;width:0.0625rem;}
.apf-list-wrapper{margin:auto;max-width:31.25rem;padding:2.5rem;}
.apf-list-wrapper ul,.apf-parts-list__desktop ul{list-style:none;margin:0;padding:0;}
.apf-parts-list__desktop ul{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-width:18.125rem;-moz-column-width:18.125rem;column-width:18.125rem;max-width:calc(100% - (100% / 3));}
.apf-list-wrapper ul li{display:flex;flex-flow:row nowrap;}
.apf-list-wrapper ul li:not(:last-child){margin-bottom:1.875rem;}
.apf-list-wrapper .listed-view__left{color:#585858;font-size:0.9375rem;margin-right:1.875rem;}
.apf-list-wrapper .listed-view__right{display:flex;flex-flow:column nowrap;}
.apf-list-wrapper .prod-code{color:#C2C2C2;font-size:0.625rem;font-weight:700;margin-bottom:0.3125rem;text-transform:uppercase;}
.apf-list-wrapper .prod-name{font-size:0.9375rem;font-weight:500;}
.apf-parts-list__desktop li{margin-bottom:0.5rem;}
.apf-parts-list__desktop li span{color:#585858;display:inline-block;font-size:0.9375rem;margin-right:1.875rem;}
.apf-parts-list__desktop li a{color:#C2C2C2;font-size:0.75rem;font-weight:600;}
.apf-parts-list__desktop li a:hover{color:#000000;}
.apf-item-mode--image > div.column{text-align:center;}
.apf-image-scroll{border:solid 0.0625rem #DEDEDE;overflow:scroll;position:relative;}
.apf-image-wrapper{padding:2.5rem 0;}
.apf-image-wrapper .apf-image__tap{display:block;font-size:0.75rem;padding-left:1.25rem;text-align:left;}
.apf-image-wrapper .apf-image__pinch{color:#C2C2C2;display:block;font-size:0.625rem;padding-left:1.25rem;text-align:left;}
.apf-image__img-wrapper{display:inline-block;position:relative;}
.apf-image__img{max-width:none;}
.apf-image-tooltip__close{color:#C2C2C2;cursor:pointer;font-size:1.25rem;font-weight:600;height:auto;line-height:1;position:absolute;right:1.75rem;top:1.5625rem;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:auto;}
.apf-image-tooltip__close:hover{color:#000000;}
.apf-image-tooltip .prod-code{display:block;font-size:0.75rem;font-weight:500;letter-spacing:0.1rem;margin-bottom:0.125rem;text-transform:uppercase;}
.apf-image-tooltip .prod-name{color:#000000;display:block;font-size:1.125rem;font-weight:600;letter-spacing:0.025rem;margin-bottom:0.625rem;}
.apf-image-tooltip .btn-border-thin{border-bottom:solid 0.0625rem #DAD9D9;font-size:0.625rem;}
.apf-image-tooltip .btn-plus{float:right;}
.apf-parts-list__download{align-items:center;border-top:solid 0.0625rem #DEDEDE;display:flex;flex-flow:column nowrap;padding:2.5rem 0 0 !important;}
.apf-parts-list__download .sub-heading{margin-bottom:1.5625rem;}
.apf-parts-list__download > .sub-heading + a{margin-bottom:1.875rem;}
.apf-parts-list__download a{background:#F4F4F4;color:#000000;display:inline-block;font-size:0.625rem;font-weight:500;height:3.75rem;line-height:3.75rem;text-align:center;width:12.5rem;}
.apf-parts-list__download .link-text{position:relative;z-index:1;}
.apf-parts-list__download .link-text .underlined{background:#000000;bottom:-0.5rem;height:0.125rem;left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:100%;z-index:-1;}
.apf-parts-list__download a:hover{background:#F7EC23;}
.map-an-image__dot--existing{transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);}
.map-an-image__dot--existing.selected{opacity:1;transform:scale(1.2);}
@media screen and ( min-width:60em ){.apf-parts-list__download{display:none}
.ctgy_airbrush_parts_finder .main-content .main-content-row,.ctgy_airbrush_parts_finder_2 .main-content .main-content-row{padding-top:0}
.apf-header{background:#F4F4F4;height:100%}
.apf-header-wrapper{display:flex;flex-flow:row nowrap;height:12.5rem;margin:0 auto;max-width:100rem}
.apf-header__col-left,.apf-header__col-right{align-items:center;display:flex;flex-flow:row nowrap}
.apf-header__col-left{border-right:solid 0.0625rem #DEDEDE;flex-basis:45%;padding:0 1.25rem !important}
.apf-header h2{font-size:2.1875rem;margin-bottom:0;text-align:left}
.apf-header__col-right{flex-basis:55%;justify-content:center}
.apf-form{flex-basis:100%}
.apf-content{margin-left:auto !important;margin-right:auto !important;max-width:100rem;padding-top:5rem}
.apf-content .apf-selected-airbrush{margin-bottom:5rem;text-align:left}
.apf-selected-airbrush span{margin-bottom:0.75rem}
.apf-selected-airbrush__form{background-image:-webkit-linear-gradient(#000000 100%,transparent 100%);background-image:-o-linear-gradient(#000000 100%,transparent 100%);background-image:linear-gradient(#000000 100%,transparent 100%);background-position:0 100%;background-repeat:repeat-x;background-size:0.0625rem 0.125rem;margin-left:0;margin-right:0;padding-bottom:1.375rem}
.apf-selected-airbrush__form select{font-size:1.125rem;letter-spacing:0.025rem;padding:0}
.apf-selected-airbrush__form select:first-child{background-position:80% 50%;border-right:solid 0.0625rem #DEDEDE;padding-right:3.4375rem}
.apf-selected-airbrush__form select:last-child{background-position:100% 50%;margin-left:1.25rem;padding-right:0.9375rem}
/* .apf-airbrush-image__tabs .r-tabs-nav{display:none}
.apf-airbrush-image__tabs #image-view{border-bottom:none;overflow:visible;padding:0}
.apf-airbrush-image__tabs .image-view__img{margin:0;overflow:visible;padding:0;left:50%;text-align:center;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}
.apf-airbrush-image__tabs .image-view__img img{max-width:100%}
*/
 .apf-parts-list{padding-bottom:1.875rem;padding-top:5rem}}
@media screen and ( min-width:80em ){.apf-input[ type="text" ]{padding-left:4.375rem;padding-right:8.75rem}
.apf-submit{right:2.8125rem}
.apf-parts-list{padding-bottom:0}}
@media screen and ( min-width:105em ){.apf-header__col-left{padding:0 1.25rem 0 3.75rem !important}
/* .apf-parts-list__desktop .r-tabs-panel ul{max-width:50%}
*/
 .apf-image-scroll{border:none;overflow:visible}
.apf-image-wrapper .apf-image__pinch{display:none}
.apf-content .apf-selected-airbrush{margin-bottom:6.25rem}}
/* ===== +ACCOUNT+ ===== */
 .ordh .page-title,.rgft .page-title,.abal .page-title,.ceml .page-title,.cpwd .page-title,.cabk .page-title,.cade .page-title,.wlst .page-title,.wlad .page-title,.wish .page-title,.wled .page-title,.quoh .page-title{font-size:2.5rem;font-weight:700;line-height:1.25;margin-bottom:1.875rem;margin-top:1.875rem;}
.cabk .page-title{flex-basis:100%;max-width:100%;}
.customer-fields .bill-to,.customer-fields .ship-to{margin-bottom:0;}
.logn-top{margin-bottom:2.5rem;}
.logn-top form span{display:inline-block;margin-top:0.75rem;}
.logn-bottom ul{margin-bottom:1.875rem;}
.logn-bottom ul li:not(:last-child){margin-bottom:0.3125rem;}
.acad-form{margin-top:1.875rem;}
.acad-form .fields-key{margin-bottom:1.875rem;}
.bill-to .fields-heading label{margin-bottom:0;text-transform:none;}
.logout-btn{margin-bottom:2rem;}
.customer-account-order-search{background:#F4F4F4;margin-bottom:1.875rem;overflow:auto;padding-bottom:1.25rem;}
.customer-account-order-search__title{border-radius:0;}
.customer-account-order-search__order-input{padding:0 1.25rem !important;}
.customer-account-order-search__order-input input[ type="text" ]{background:#FFFFFF;border-radius:0;color:#000000;display:block;height:3rem;line-height:3rem;}
.customer-account-order-search input[ type="submit" ]{border-radius:0;display:block;width:100%;}
.mm-card-grid-item{padding-left:0;padding-right:0;}
.mm-card-grid-item:last-child{margin-bottom:0;}
.mm-card-grid-item__wrapper,.customer-account-links{background:none;border:solid 0.0625rem #EBEBEB;color:#585858;}
.customer-account-links p,.customer-account-links ul,.customer-account-links a{color:#585858;}
.customer-account-links a.btn-block{color:#FFFFFF;}
.customer-account-links p.h3,.customer-account-links a:hover{color:#000000;}
.order-history-list,.rgft .main-content-row,.customer-address-book,.edit-address,.wlst .main-content-row,.wlad .main-content-row,.wish .main-content-row,.wled .main-content-row{margin-bottom:3.75rem;padding:0 1.25rem;}
.abal .main-content-row,.ceml .main-content-row,.cpwd .main-content-row{padding:0 1.25rem;}
.view-btn-container{clear:both;margin-top:1.25rem;}
#js-ceml-form,#js-cpwd-form{margin-bottom:3rem;}
.customer-account-order-search__title h3,.customer-account-links h3{line-height:1.25;}
.customer-account-order-search__title h3{padding:1.25rem;}
.customer-account-links h3{margin-bottom:0.625rem;}
.address-form-toggle{flex-basis:100%;max-width:100%;}
.address-form-toggle label,.address-form-toggle label[ for="l-new-address" ]:hover{color:#000000;}
.customer-account-links a.cancel-btn{color:#585858;}
.address-form-toggle label[ for="l-new-address" ]{color:#FFFFFF;margin-bottom:0;}
.customer-account-links a.cancel-btn,.cancel-btn{margin-left:1rem;}
.customer-address-book h3,.customer-address-book p.h3{font-size:1.5rem;}
.saved-addresses,.add-address .customer-account-links{margin-top:1.875rem;}
.customer-address-book .customer-account-links{padding:1.25rem;}
.customer-address-book .add-address .customer-account-links{padding:1.25rem 0.625rem;}
.wlst input[ type="submit" ]{height:3rem;line-height:3rem;padding:0 1.25rem;}
.cabk .customer-address-book .mm-card-grid-item--2x{flex-basis:100%;max-width:100%;}
.add-address input[ type="submit" ],.add-address a.cancel-btn{padding:0 1.5rem;}
.saved-addresses-container{display:flex;flex-basis:100%;flex-flow:row wrap;max-width:100%;}
.acln .hdft-header .customer-account-dealer-section{padding:0 1.25rem;}
@media screen and ( min-width:40em ){.customer-account-links p,.customer-account-links ul{padding-left:0}
.mm-card-grid-item{flex-basis:100%;max-width:100%}}
@media screen and ( min-width:48em ){.ordh .page-title,.rgft .page-title,.abal .page-title,.ceml .page-title,.cpwd .page-title,.cabk .page-title,.cade .page-title,.wlst .page-title,.wlad .page-title,.wish .page-title,.wled .page-title,.quoh .page-title{font-size:3.125rem}
.customer-account-order-search{padding-bottom:0}
.customer-account-order-search__title{padding:0 1.25rem !important}
.customer-account-order-search input[ type="submit" ]{padding:0}
.ordh .basket-header-row,.abal .basket-header-row{padding:1.25rem 0}
.ordh .basket-header-row > .column,.abal .basket-header-row > .column{line-height:1.5}
.view-btn-container{clear:none;margin-top:0}
.cabk .mm-card-grid{justify-content:space-between}
.saved-addresses{display:flex;flex-basis:48%}
.saved-addresses:nth-child(odd){margin-right:3%}
.saved-addresses .customer-account-links{flex-basis:100%}
.customer-address-book .customer-account-links,.customer-address-book .add-address .customer-account-links{padding:2rem}
.add-address input[ type="submit" ],.add-address a.cancel-btn{padding:0 2.5rem}}
@media screen and ( min-width:60em ){.logn-top,.ship-to{padding-right:1.25rem !important}
.logn-bottom,.bill-to{padding-left:1.25rem !important}
.login-details{margin-bottom:2.5rem}
.ship-to{clear:left}
.mm-card-grid-item{flex-basis:50%;max-width:50%}
.mm-card-grid-item:nth-child(odd){padding-right:0.9375rem}
.mm-card-grid-item:nth-child(even){padding-left:0.9375rem}
.logn-top,.ordh .main-content-row,.quoh .main-content-row,.rgft .main-content-row,.abal .main-content-row,.order-history-list,#js-ceml-form,#js-cpwd-form{margin-bottom:0}
.cabk .customer-address-book .mm-card-grid-item:nth-child(even){padding-left:0}}
@media screen and ( min-width:64em ){.cabk .customer-address-book .mm-card-grid-item{display:flex;flex-basis:48%}
.cabk .customer-address-book .mm-card-grid-item:nth-child(even){margin-right:3%}}
@media screen and ( min-width:65em ){.cabk .customer-address-book .mm-card-grid-item--2x{/* flex-basis:100%;*/
 padding-right:0;/* max-width:100%;*/
}}
@media screen and ( min-width:80em ){.logn-top,.ship-to{padding-right:2.5rem !important}
.logn-bottom,.bill-to{padding-left:2.5rem !important}
.mm-card-grid{flex-flow:row nowrap}
.mm-card-grid-item{flex:1;flex-basis:calc(100% / 3);margin-bottom:0;max-width:calc(100% / 3)}
.mm-card-grid-item:not(:last-child){margin-right:1.875rem}
.mm-card-grid-item:nth-child(odd){padding-right:0}
.mm-card-grid-item:nth-child(even){padding-left:0}
.cabk .mm-card-grid{flex-flow:row wrap;justify-content:flex-start}
.cabk .mm-card-grid-item:not(:last-child){margin:0 0 3.75rem}
.saved-addresses{flex-basis:32%;margin-top:3.75rem}
.saved-addresses:nth-child(odd){margin-right:0}
.saved-addresses:not(:nth-child(3n)){margin-right:1.5%}}
@media screen and ( min-width:105em ){.logn-top,.ship-to{padding-right:3.75rem !important}
.logn-bottom,.bill-to{padding-left:3.75rem !important}
.ordh .main-content-row,.quoh .main-content-row,.rgft .main-content-row,.abal .main-content-row,.order-history-list,.ceml .main-content-row,.cpwd .main-content-row,.customer-address-book,.edit-address,.wlst .main-content-row,.wlad .main-content-row,.wish .main-content-row,.wled .main-content-row{padding:0}
.wlad .main-content-row{margin-bottom:0}
.edit-address{margin-bottom:9.375rem}
.acln .hdft-header .customer-account-dealer-section{padding:0}}
/* ===== +BLOG+ ===== */
 #WP-HEADER .main-content{padding:2.5rem 1.25rem 3.75rem;}
#WP-HEADER .entry-header{padding-bottom:1.25rem;}
#WP-HEADER .entry-meta{padding-bottom:0.625rem;}
#WP-HEADER .page-title,#WP-HEADER .entry-title{font-weight:600;letter-spacing:0.125rem;text-transform:none;}
#WP-HEADER .page-title{font-size:1.75rem;}
#WP-HEADER .entry-title{font-size:1.25rem;}
#WP-HEADER .taxonomy-description{font-size:1rem;}
#WP-HEADER ul{margin-bottom:0;}
#WP-HEADER ul ul{list-style:disc;}
#WP-HEADER .entry-content li:not(:last-child){margin-bottom:0.3125rem;}
#WP-HEADER #primary article .entry-content p:last-child{margin-bottom:0;}
#WP-HEADER #secondary{padding:0;}
#WP-HEADER #secondary section:last-child{padding-bottom:0;}
#WP-HEADER .search-form .search-field{border-color:#EBEBEB;padding:0.625rem 3.75rem 0.625rem 0.625rem;}
#WP-HEADER .search-form .search-submit{border-radius:0;bottom:0;height:100%;line-height:1;right:0;top:0;}
#WP-HEADER .search-form .search-submit:hover{background:#585858;}
#WP-HEADER .search-form .search-submit .icon{top:0;}
#WP-HEADER .widget ul li,#WP-HEADER .widget ol li{border-color:#EBEBEB;padding:1rem;}
#WP-HEADER .entry-meta a,#WP-HEADER .widget ul li a,#WP-HEADER .widget ol li a{color:#585858;}
#WP-HEADER .entry-meta a:hover,#WP-HEADER .widget ul li a:hover,#WP-HEADER .widget ol li a:hover /*#WP-HEADER .entry-content li a:hover*/
{color:#000000;}
.entry-content a:focus,.entry-content a:hover,.entry-summary a:focus,.entry-summary a:hover,.widget a:focus,.widget a:hover,.site-footer .widget-area a:focus,.site-footer .widget-area a:hover,.posts-navigation a:focus,.posts-navigation a:hover,.comment-metadata a:focus,.comment-metadata a:hover,.comment-metadata a.comment-edit-link:focus,.comment-metadata a.comment-edit-link:hover,.comment-reply-link:focus,.comment-reply-link:hover,.widget_authors a:focus strong,.widget_authors a:hover strong,.entry-title a:focus,.entry-title a:hover,.entry-meta a:focus,.entry-meta a:hover,.page-links a:focus .page-number,.page-links a:hover .page-number,.entry-footer a:focus,.entry-footer a:hover,.entry-footer .cat-links a:focus,.entry-footer .cat-links a:hover,.entry-footer .tags-links a:focus,.entry-footer .tags-links a:hover,.post-navigation a:focus,.post-navigation a:hover,.pagination a:not(.prev):not(.next):focus,.pagination a:not(.prev):not(.next):hover,.comments-pagination a:not(.prev):not(.next):focus,.comments-pagination a:not(.prev):not(.next):hover,.logged-in-as a:focus,.logged-in-as a:hover,a:focus .nav-title,a:hover .nav-title,.edit-link a:focus,.edit-link a:hover,.site-info a:focus,.site-info a:hover,.widget .widget-title a:focus,.widget .widget-title a:hover,.widget ul li a:focus,.widget ul li a:hover{-webkit-box-shadow:none !important;box-shadow:none !important;}
#WP-HEADER h2.widget-title{font-weight:600;}
#WP-HEADER .frm_form_field{font-family:"Gotham",sans-serif;margin-bottom:1.5rem;overflow:hidden;}
#WP-HEADER .frm_form_field label{color:#000000;display:inline-block;font-family:inherit;font-size:0.875rem;font-weight:400;margin-bottom:0.5rem;padding:0;}
#WP-HEADER .frm_form_field input[ type="date" ],#WP-HEADER .frm_form_field input[ type="datetime" ],#WP-HEADER .frm_form_field input[ type="datetime-local" ],#WP-HEADER .frm_form_field input[ type="email" ],#WP-HEADER .frm_form_field input[ type="month" ],#WP-HEADER .frm_form_field input[ type="number" ],#WP-HEADER .frm_form_field input[ type="password" ],#WP-HEADER .frm_form_field input[ type="search" ],#WP-HEADER .frm_form_field input[ type="tel" ],#WP-HEADER .frm_form_field input[ type="text" ],#WP-HEADER .frm_form_field input[ type="time" ],#WP-HEADER .frm_form_field input[ type="url" ],#WP-HEADER .frm_form_field input[ type="week" ],#WP-HEADER .frm_form_field select,#WP-HEADER .frm_form_field textarea{background:none;border:solid 0.0625rem #EBEBEB;border-radius:0;box-shadow:none;color:#000000;padding:0 0.625rem;}
#WP-HEADER .frm_form_field textarea{padding:0.625rem;}
#WP-HEADER .frm_form_field input[ type="date" ],#WP-HEADER .frm_form_field input[ type="datetime" ],#WP-HEADER .frm_form_field input[ type="datetime-local" ],#WP-HEADER .frm_form_field input[ type="email" ],#WP-HEADER .frm_form_field input[ type="month" ],#WP-HEADER .frm_form_field input[ type="number" ],#WP-HEADER .frm_form_field input[ type="password" ],#WP-HEADER .frm_form_field input[ type="search" ],#WP-HEADER .frm_form_field input[ type="tel" ],#WP-HEADER .frm_form_field input[ type="text" ],#WP-HEADER .frm_form_field input[ type="time" ],#WP-HEADER .frm_form_field input[ type="url" ],#WP-HEADER .frm_form_field input[ type="week" ],#WP-HEADER .frm_form_field select{height:3rem;line-height:3rem;}
#WP-HEADER .frm_submit button{background:#000000;border:none;border-radius:0;color:#FFFFFF;display:inline-block;font-family:"Gotham",sans-serif;font-size:0.75rem;font-weight:700;height:4.375rem;letter-spacing:0.125rem;line-height:4.375rem;margin:0;padding:0 2.5rem;text-align:center;text-transform:uppercase;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:auto;}
#WP-HEADER .frm_submit button:hover{background:#F7EC23;color:#000000;}
#WP-HEADER hr{background-color:#EBEBEB;}
#WP-HEADER .frm_file_container img:not(:last-child){margin-bottom:1.875rem;}
#WP-HEADER.category-featured-artwork .page-header{margin-bottom:5rem;padding-bottom:0;}
/* .category-featured-artwork .page-header .taxonomy-description p:first-child{margin-bottom:2.5rem;}
*/
 #WP-HEADER.category-featured-artwork .page-header .taxonomy-description p:last-child{margin-bottom:0;}
#WP-HEADER.category-featured-artwork .site-main > article:not(:last-child){border-bottom:solid 0.0625rem #EBEBEB;margin-bottom:2rem;}
#WP-HEADER.category-featured-artwork .post-thumbnail{margin-bottom:1.25rem;}
#WP-HEADER.category-featured-artwork .post-thumbnail img{max-width:30rem;width:100%;}
#WP-HEADER.category-featured-artwork .entry-content p:not(:last-child){margin-bottom:0.75rem;}
.frm_dropzone.dz-clickable.frm_single_upload{max-width:none !important;}
/* .excerpt-right .excerpt-social a{box-shadow:none;display:inline-block;font-size:1.25rem;margin-right:1rem;}
.excerpt-right .excerpt-social a:hover{color:#000000;}
*/
 #WP-HEADER.home article.category-featured-artwork{display:none;}
#WP-HEADER .tribe-events-list-separator-month{letter-spacing:0.125rem;text-transform:uppercase;}
#WP-HEADER .tribe-event-schedule-details,#WP-HEADER .tribe-events-venue-details{padding:0;}
#WP-HEADER .tribe-events-venue-details{border-color:#DAD9D9;margin-bottom:0;margin-top:0.9375rem;padding-top:0.9375rem;}
#WP-HEADER .tribe-events-list-event-title a{box-shadow:none;color:#000000;}
#WP-HEADER .tribe-events-list-event-title a:hover{color:#585858;}
#WP-HEADER #tribe-events-content{margin-bottom:0;padding-bottom:0;}
#WP-HEADER .tribe-events-back{margin-bottom:1.875rem;}
#WP-HEADER .tribe-events-back a{box-shadow:none;font-size:0.875rem;font-weight:600;letter-spacing:0.0625rem;text-transform:uppercase;}
#WP-HEADER .tribe-events-single-event-title{margin-bottom:1.25rem;}
#WP-HEADER .tribe-events-schedule{background:none;border:none;margin:0 0 1.25rem;padding:0;}
#WP-HEADER .tribe-events-schedule h2{margin:0 0 0.625rem;text-transform:uppercase;}
#WP-HEADER .tribe-events-schedule .tribe-events-cost{font-size:1rem;}
#WP-HEADER .tribe-events-button{background:#000000 !important;border-radius:0 !important;padding:0.625rem 1.25rem !important;}
#WP-HEADER .tribe-events-button:hover{background:#F7EC23 !important;color:#000000 !important;}
#WP-HEADER .tribe-events-event-meta{background:#F4F4F4;border:none;margin-bottom:1.875rem;padding:1.25rem;}
#WP-HEADER .tribe-events-event-meta.secondary{margin-bottom:0;}
#WP-HEADER .tribe-events-event-meta .tribe-events-meta-group{padding:0;}
#WP-HEADER .tribe-events-event-meta .tribe-events-meta-group-details{border-bottom:solid 0.0625rem #DAD9D9;margin-bottom:1.25rem;padding-bottom:1.25rem;}
#WP-HEADER .tribe-events-event-meta dt{margin-bottom:0.3125rem;}
#WP-HEADER .tribe-events-abbr,#WP-HEADER .tribe-events-event-cost,#WP-HEADER .tribe-organizer,#WP-HEADER .tribe-organizer-tel,#WP-HEADER .tribe-organizer-email{color:#585858;}
#WP-HEADER .tribe-address{display:block;margin-bottom:0.625rem;margin-top:0.3125rem;}
#WP-HEADER .tribe-events-gmap{box-shadow:none;}
#WP-HEADER .tribe-events-venue-map{background:none;border:none;border-radius:0;margin-bottom:0;margin-top:0.625rem;padding:0;width:100%;}
#WP-HEADER .tribe-events-event-cost span{border-color:#F4F4F4;color:#000000;}
#WP-HEADER .tribe-events-loop .tribe-events-content a{box-shadow:none;}
#WP-HEADER #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button{font-weight:600;height:auto;letter-spacing:0.125rem;}
#WP-HEADER.category-artist_profiles article.category-artist_profiles{align-content:flex-start;display:flex;flex-flow:row wrap;}
#WP-HEADER.category-artist_profiles article.category-artist_profiles .entry-header,#WP-HEADER.category-artist_profiles article.category-artist_profiles .post-thumbnail,#WP-HEADER.category-artist_profiles article.category-artist_profiles .entry-content{flex-basis:100%;}
#WP-HEADER.tribe_events-template-default .tribe-events-single-section{color:#585858;}
@media screen and ( min-width:30em ){body#WP-HEADER,#WP-HEADER button,#WP-HEADER input,#WP-HEADER select,#WP-HEADER textarea{font-size:1rem}
#WP-HEADER .entry-title{font-size:1.625rem}
#WP-HEADER.category-artist_profiles article.category-artist_profiles.has-post-thumbnail .post-thumbnail{flex-basis:25%}
#WP-HEADER.category-artist_profiles article.category-artist_profiles.has-post-thumbnail .entry-content{flex-basis:75%;padding-left:1.25rem}}
@media screen and ( min-width:48em ){#WP-HEADER.category-featured-artwork .blog-hero{display:block;margin-bottom:3.75rem}
#WP-HEADER #primary,#WP-HEADER #secondary,#WP-HEADER.page-two-column:not(.archive) #primary .entry-header,#WP-HEADER.page-two-column:not(.archive) #primary .entry-content{float:none;width:100%}
#WP-HEADER #primary{overflow:hidden}
#WP-HEADER #secondary{font-size:1rem;line-height:1.5}
#WP-HEADER h2.widget-title{font-size:0.8125rem}
#WP-HEADER.category-featured-artwork .site-main > article{float:left}
#WP-HEADER.category-featured-artwork .site-main > article:not(:last-child){margin-bottom:4rem}
#WP-HEADER.category-featured-artwork .post-thumbnail{float:left;margin-bottom:0;width:25%}
#WP-HEADER.category-featured-artwork .entry-content{float:right;padding-left:1.25rem;width:75%}}
@media screen and ( min-width:48.063em ){#WP-HEADER .tribe-events-schedule h2{margin-bottom:0;margin-right:1.25rem}
#WP-HEADER .tribe-events-event-meta .tribe-events-meta-group{margin-bottom:0;width:50%}
#WP-HEADER .tribe-events-event-meta .tribe-events-meta-group-details{border-bottom:none;padding-bottom:0}
#WP-HEADER .tribe-events-single-section-title{font-size:1.25rem;margin-bottom:1.25rem;margin-top:0}
#WP-HEADER .tribe-events-event-meta dd{margin-bottom:0 !important}
#WP-HEADER .tribe-events-event-meta dt{margin-top:0.9375rem}
#WP-HEADER .tribe-events-venue-map{margin-left:auto;margin-right:auto;margin-top:1.875rem}
#WP-HEADER #tribe-events-footer{border:none;height:0;margin-bottom:0;padding-top:0}}
@media screen and ( min-width:60em ){#WP-HEADER .main-content{margin-bottom:0;padding-bottom:5rem;padding-top:3.75rem}
#WP-HEADER .main-content > .wrap{display:flex;flex-flow:row wrap}
#WP-HEADER .main-content .page-header{flex-basis:100%}
#WP-HEADER #primary{flex-basis:60%;padding-right:1.25rem}
#WP-HEADER #secondary{flex-basis:40%;padding-left:1.25rem}}
@media screen and ( min-width:80em ){#WP-HEADER #primary{flex-basis:65%;padding-right:2.5rem}
#WP-HEADER #secondary{flex-basis:35%;padding-left:2.5rem}
#WP-HEADER .page-title{font-size:2.25rem}
#WP-HEADER .entry-title{font-size:1.75rem}
#WP-HEADER .sya-name,#WP-HEADER .sya-website{float:left;width:48.5%}
#WP-HEADER .sya-email,#WP-HEADER .sya-equipment-used{clear:none;float:right;width:48.5%}
#WP-HEADER .tribe-events-event-meta{padding:2.5rem}
#WP-HEADER.category-artist_profiles article.category-artist_profiles.has-post-thumbnail .post-thumbnail{flex-basis:20%}
#WP-HEADER.category-artist_profiles article.category-artist_profiles.has-post-thumbnail .entry-content{flex-basis:80%;padding-left:1.875rem}}
@media screen and ( min-width:105em ){#WP-HEADER .main-content{padding-bottom:10rem;padding-left:0;padding-right:0}
#WP-HEADER #primary{flex-basis:70%;padding-right:3.75rem}
#WP-HEADER #secondary{flex-basis:30%;padding-left:3.75rem}
#WP-HEADER.category-featured-artwork .post-thumbnail{width:30%}
#WP-HEADER.category-featured-artwork .entry-content{padding-left:2.5rem;width:70%}}
/* ===== +MISC PAGES+ ===== */
 #js-INT .main-content h2{margin-bottom:3.75rem;}
#js-INT .grid{/* display:grid;*/
 /* grid-template-columns:repeat(auto-fill,minmax(18.75rem,1fr));*/
 /* grid-gap:2.5rem;*/
}
#js-INT .grid-item{display:inline-block;margin-bottom:2.5rem;margin-right:2.5rem;vertical-align:top;}
#js-INT .grid:not(:last-child){margin-bottom:2.5rem;}
@supports (display:grid){#js-INT .grid{display:grid;grid-gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(18.75rem,1fr))}
#js-INT .grid-item{margin-bottom:0;margin-right:0}}
#js-INT .main-content h4{margin-bottom:1.875rem;}
#js-INT address{font-size:0.875rem;font-style:normal;line-height:1.75;margin-bottom:0;}
#js-INT address a{color:#000000;font-size:0.6875rem;font-weight:700;letter-spacing:0.0625rem;text-transform:uppercase;}
#js-INT address a:hover{color:#585858;}
.static-image{margin-bottom:2.5rem;}
.contact-top a{font-weight:600;}
.contact-buttons{margin-bottom:0;margin-top:2rem;}
.contact-buttons input[ type="reset" ]{margin-right:1rem;}
.shop-local-buttons{border:0;margin-bottom:0;margin-top:0;}
.shop-local-buttons input[ type="reset" ]{margin-right:1rem;}
.learn-the-5-ways-to-spray .main-content .content-item,.airbrush_basics .main-content .content-item,.airbrush_compressors .main-content .content-item,.liquids_and_cleaners .main-content .content-item,.spraying_the_airbrush .main-content .content-item,.airbrush_cleaning .main-content .content-item,.troubleshooting .main-content .content-item,.frequently_asked_questions .main-content .content-item,.equipment_setup .main-content .content-item,.warranty .main-content .content-item,.troubleshooting_test .main-content .content-item,.support-repair .main-content .content-item{margin:auto;max-width:87.5rem;overflow:auto;}
.static-content h2,.static-content img{margin-bottom:1.875rem;}
.static-content h2{font-size:1.625rem;}
.static-content h4{margin-bottom:1.25rem;}
.static-content ol{padding-left:1.25rem;}
.static-content ol > li:not(:last-child){margin-bottom:1.25rem;}
.static-content ol > li ul{margin-top:0.625rem;padding-left:1.25rem;}
.static-content ol > li ul > li:not(:last-child){margin-bottom:0.625rem;}
.static-content table{border:solid 0.0625rem #F4F4F4;font-size:0.875rem;}
.static-content table thead th,.static-content table tbody td{padding:0.75rem;}
.static-content table thead th{background:#F4F4F4;}
.static-content table tbody tr:not(:last-child){border-bottom:solid 0.0625rem #F4F4F4;}
.static-content table tbody tr td:first-child{border-right:solid 0.0625rem #F4F4F4;}
.static-content .article-nav a,.static-content .download,.static-sidenav a,.static-sidenav span{display:inline-block;font-size:0.75rem;letter-spacing:0.125rem;}
.static-content .article-nav a:hover,.static-content .download:hover,.static-sidenav a:hover{color:#000000;}
.static-content .article-nav a .fa,.static-sidenav span .fa{font-size:1.125rem;position:relative;top:0.0625rem;}
.static-content .article-nav a .fa-angle-left,.static-sidenav span .fa-angle-left{margin-right:0.3125rem;}
.static-content .article-nav a .fa-angle-right{margin-left:0.3125rem;}
.static-content-video,.responsive-video{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:1.875rem;position:relative;}
.static-content-video iframe,.responsive-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;}
#js-WARRANTY .tb-table,#js-WARRANTY .tb-table td{border:none;}
#js-WARRANTY .tb-table{margin-bottom:0;}
#js-WARRANTY .tb-table tr td{background:none !important;border:none !important;display:block !important;float:left !important;height:auto !important;padding:0 0 1.25rem !important;width:100% !important;}
#js-WARRANTY .tb-table tr td:first-child{background:none !important;padding-top:1.25rem !important;}
#js-WARRANTY .tb-table tr td font{font-size:1rem !important;}
/* #js-TROUBLESHOOTING .tb-address{list-style:none;margin-bottom:1.875rem;padding:0;}
#js-TROUBLESHOOTING .tb-address li:not(:last-child){margin-bottom:0.3125rem;}
#js-TROUBLESHOOTING .tb-address li a{font-weight:600;}
*/
 #js-TROUBLESHOOTING .airbrush-table,#js-TROUBLESHOOTING .compressor-table,#js-TROUBLESHOOTING_TEST .airbrush-table,#js-TROUBLESHOOTING_TEST .compressor-table{border-color:#D1D1D1;margin-bottom:2.5rem;table-layout:fixed;}
#js-TROUBLESHOOTING .airbrush-table tbody tr:not(:last-child),#js-TROUBLESHOOTING .compressor-table tbody tr:not(:last-child),#js-TROUBLESHOOTING .airbrush-table tbody tr td:first-child,#js-TROUBLESHOOTING .compressor-table tbody tr td:first-child,#js-TROUBLESHOOTING_TEST .airbrush-table tbody tr:not(:last-child),#js-TROUBLESHOOTING_TEST .compressor-table tbody tr:not(:last-child),#js-TROUBLESHOOTING_TEST .airbrush-table tbody tr td:first-child,#js-TROUBLESHOOTING_TEST .compressor-table tbody tr td:first-child{border-color:#D1D1D1;}
#js-TROUBLESHOOTING .td-symptom,#js-TROUBLESHOOTING .td-problem-header,#js-TROUBLESHOOTING .td-solution-header,#js-TROUBLESHOOTING_TEST .td-symptom,#js-TROUBLESHOOTING_TEST .td-problem-header,#js-TROUBLESHOOTING_TEST .td-solution-header{font-weight:600;}
#js-TROUBLESHOOTING .td-symptom,#js-TROUBLESHOOTING_TEST .td-symptom{width:30%;}
#js-TROUBLESHOOTING .td-problem-solution,#js-TROUBLESHOOTING_TEST .td-problem-solution{padding:0;width:70%;}
#js-TROUBLESHOOTING .td-problem,#js-TROUBLESHOOTING_TEST .td-problem{width:50%;}
#js-TROUBLESHOOTING .td-solution,#js-TROUBLESHOOTING_TEST .td-solution{width:50%;}
#js-TROUBLESHOOTING .airbrush-table ul,#js-TROUBLESHOOTING .compressor-table ul,#js-TROUBLESHOOTING_TEST .airbrush-table ul,#js-TROUBLESHOOTING_TEST .compressor-table ul{list-style:none;margin:0;padding:0;}
#js-TROUBLESHOOTING .td-inner-table,#js-TROUBLESHOOTING_TEST .td-inner-table{border:none;margin-bottom:0;}
#js-TROUBLESHOOTING .td-inner-table tbody tr:nth-child(even),#js-TROUBLESHOOTING_TEST .td-inner-table tbody tr:nth-child(even){background:#F1F1F1;}
#js-TROUBLESHOOTING .airbrush-table ol,#js-TROUBLESHOOTING .compressor-table ol,#js-TROUBLESHOOTING_TEST .airbrush-table ol,#js-TROUBLESHOOTING_TEST .compressor-table ol{margin-bottom:0;}
#js-TROUBLESHOOTING .airbrush-table ol li:not(:last-child),#js-TROUBLESHOOTING .compressor-table ol li:not(:last-child),#js-TROUBLESHOOTING_TEST .airbrush-table ol li:not(:last-child),#js-TROUBLESHOOTING_TEST .compressor-table ol li:not(:last-child){margin-bottom:0.625rem;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-accordion-title,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-accordion-title{margin-bottom:1.25rem;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-state-default a,#js-TROUBLESHOOTING .tb-form-container .r-tabs-state-active a,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-state-default a,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-state-active a{display:inline-block;font-weight:700;overflow:hidden;position:relative;z-index:1;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-accordion-title a,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-accordion-title a{color:#585858;font-size:0.75rem;font-weight:700;letter-spacing:0.125rem;text-transform:uppercase;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-accordion-title a:hover,#js-TROUBLESHOOTING .tb-form-container .r-tabs-state-active a,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-accordion-title a:hover,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-state-active a{color:#000000;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-accordion-title a .underlined,#js-TROUBLESHOOTING .tb-form-container .r-tabs-tab a .underlined,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-accordion-title a .underlined,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-tab a .underlined{background:#F7EC23;bottom:0;height:0.625rem;left:-100%;position:absolute;transition:all 0.5s cubic-bezier(0.2,0.5,0.5,1);width:100%;z-index:-1;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-accordion-title.r-tabs-state-active a .underlined,#js-TROUBLESHOOTING .tb-form-container .r-tabs-tab.r-tabs-state-active a .underlined,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-accordion-title.r-tabs-state-active a .underlined,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-tab.r-tabs-state-active a .underlined{left:0;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-panel,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-panel{background:#F4F4F4;padding:1.25rem;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-nav,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-nav{margin-bottom:1.25rem;margin-top:3.125rem;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-tab,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-tab{font-size:0.75rem;margin-right:2.5rem;overflow:hidden;}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-tab a,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-tab a{padding:0 0.5rem;}
#js-TROUBLESHOOTING .tech-advice-form-container,#js-TROUBLESHOOTING_TEST .tech-advice-form-container{margin-bottom:2.5rem;}
#js-TROUBLESHOOTING form legend,#js-TROUBLESHOOTING_TEST form legend{font-size:0.875rem;margin-bottom:1.25rem;}
#js-TROUBLESHOOTING form input[ type="text" ],#js-TROUBLESHOOTING form input[ type="email" ],#js-TROUBLESHOOTING form input[ type="tel" ],#js-TROUBLESHOOTING form textarea,#js-TROUBLESHOOTING_TEST form input[ type="text" ],#js-TROUBLESHOOTING_TEST form input[ type="email" ],#js-TROUBLESHOOTING_TEST form input[ type="tel" ],#js-TROUBLESHOOTING_TEST form textarea{background:#FFFFFF;}
#js-TROUBLESHOOTING form input,#js-TROUBLESHOOTING form textarea,#js-TROUBLESHOOTING_TEST form input,#js-TROUBLESHOOTING_TEST form textarea{border-color:#DBDBDB;}
#js-TROUBLESHOOTING form input[ type="reset" ]:hover,#js-TROUBLESHOOTING_TEST form input[ type="reset" ]:hover{border-color:#F7EC23;}
#js-TROUBLESHOOTING .form-row.buttons,#js-TROUBLESHOOTING_TEST .form-row.buttons{margin-bottom:0;margin-top:2rem;}
#js-TROUBLESHOOTING .form-row.buttons input[ type="reset" ],#js-TROUBLESHOOTING_TEST .form-row.buttons input[ type="reset" ],#js-BAAD .form-row.buttons input[ type="reset" ]{margin-right:1rem;}
#js-BAAD .form-row input[ type="radio" ]:first-of-type{margin-left:0.1875rem;}
#js-BAAD .form-row input[ type="file" ]{color:#000000;font-size:0.875rem;}
#js-BAAD .form-row .max-file-size{color:#000000;display:block;font-size:0.625rem;margin-top:0.625rem;}
#js-BAAD .form-row input[ type="radio" ] + span{color:#000000;display:inline-block;font-size:0.875rem;margin-left:0.3125rem;margin-right:0.625rem;}
#js-BAAD #shipping_controls,#js-BAAD #owner_controls{font-size:0.75rem;margin-bottom:0;}
#js-BAAD #shipping_to_show,#js-BAAD #owner_to_show{margin-right:0.3125rem;}
#js-BAAD .company-shipping-address-container,#js-BAAD .company-owner-name-container{display:none;padding-top:1.875rem;}
#js-BAAD .company-shipping-address-container.show-shipping,#js-BAAD .company-owner-name-container.show-owner{display:block;}
#js-AIRBRUSH_SELECTOR .abs-header{padding:3.75rem 1.25rem 0;}
#js-AIRBRUSH_SELECTOR .abs-header h1{font-size:2.5rem;margin-bottom:0;text-align:center;}
#js-MARKETING_PROMOTION form{padding-top:0.625rem;}
#js-MARKETING_PROMOTION form legend{margin-bottom:0.9375rem;}
#js-MARKETING_PROMOTION form input[ type="date" ]{margin-top:0.9375rem;}
#js-TERMS ol{margin-bottom:1.875rem;}
#js-TERMS ol ol{margin-top:1.875rem;}
@media screen and ( min-width:48em ){.static-content h2{font-size:2.8125rem}
#js-WARRANTY .tb-table tr td{display:table-cell !important;float:none !important;padding:1.875rem 0 !important}
#js-WARRANTY .tb-table tr td:first-child{padding-top:1.875rem !important;width:50% !important}
#js-WARRANTY .tb-table tr td:last-child{text-align:right}
#js-TROUBLESHOOTING form,#js-TROUBLESHOOTING_TEST form{padding-bottom:0}
#js-TROUBLESHOOTING .tb-form-container .r-tabs-panel,#js-TROUBLESHOOTING_TEST .tb-form-container .r-tabs-panel{padding:2.5rem}
#js-TROUBLESHOOTING .tech-advice-form-container,#js-TROUBLESHOOTING_TEST .tech-advice-form-container{margin-bottom:0}
#js-TROUBLESHOOTING .td-symptom,#js-TROUBLESHOOTING_TEST .td-symptom{width:15%}
#js-TROUBLESHOOTING .td-problem-solution,#js-TROUBLESHOOTING_TEST .td-problem-solution{width:85%}
#js-TROUBLESHOOTING .td-problem,#js-TROUBLESHOOTING_TEST .td-problem{width:40%}
#js-TROUBLESHOOTING .td-solution,#js-TROUBLESHOOTING_TEST .td-solution{width:60%}}
@media screen and ( min-width:60em ){#js-INT .grid:not(:last-child){margin-bottom:3.75rem}
.static-content.padding-left{padding-left:2.5rem !important}
.static-sidenav .sidenav{float:right}}
@media screen and ( min-width:80em ){.static-content ol > li:not(:last-child){margin-bottom:1.875rem}
#js-AIRBRUSH_SELECTOR .abs-header{padding:5rem 0 0}
#js-AIRBRUSH_SELECTOR .abs-header h1{font-size:3rem}}
@media screen and ( min-width:105em ){.static-content.padding-left{padding-left:3.75rem !important}}
.repair-center-form-container{background:#F4F4F4;padding:2.5rem;}
.repair-center-form-container legend{text-align:right;width:100%;}
.repair-center-form-container input[ type="text" ],.repair-center-form-container textarea{background:#FFFFFF;}
.repair-center-form-container .btn-hollow{border:solid 0.0625rem #DBDBDB;}
/* ===== +CHECKOUT+ ===== */
 .bask .page-title,.ocst .page-title,.osel h2,.opay .page-title,.invc .page-title,.ords .page-title{font-size:2.5rem;font-weight:700;line-height:1.25;margin-bottom:1.875rem;margin-top:1.875rem;}
.basket-contents .start-shop-btn{color:#FFFFFF;}
.basket-contents a,.basket-contents,.basket-product-details{color:#585858;}
.basket-contents{margin-bottom:3.75rem;padding:0 1.25rem;}
.basket-header-row,.basket-product-row,.basket-contents .checkout-btn:hover,.basket-contents .start-shop-btn:hover{color:#000000;}
.basket-contents .checkout-btn{color:#FFFFFF;padding:0;width:100%;}
.basket-contents .secondary-action-button{padding:0 1.25rem;width:100%;}
.bask .cart-summary p{margin-bottom:1.875rem;}
.bask .cart-summary .basket-header-row{margin-bottom:0;}
.cart-summary{margin-bottom:0;}
.basket-product-row p:not(:last-child){margin-bottom:0.625rem;}
.basket-product-img{margin-bottom:1.875rem;}
.cart-contents .increase-decrease-wrap{background:none;border:none;}
.cart-contents input[ type="tel" ].increase-decrease-input{background:#FFFFFF;border:0.0625rem solid #000000;border-radius:0;border-right:none;color:#000000;font-size:0.75rem;font-weight:700;height:4.375rem;line-height:4.375rem;width:4.0625rem;}
.cart-contents .increase-quantity,.cart-contents .decrease-quantity{background:#FFFFFF;border:solid 0.0625rem #000000;border-radius:0;color:#000000;height:2.1875rem;line-height:2.1875rem;width:1.875rem;}
.cart-contents .decrease-quantity{border-top:none;}
.increase-quantity:before,.decrease-quantity:before{left:50%;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.cart-contents .increase-quantity:hover,.cart-contents .decrease-quantity:hover{background:#000000;color:#FFFFFF;}
.basket-contents .redeem-btn{padding:0 0.625rem;width:100%;}
.ocst .main-content-row,.osel .main-content-row,.opay .main-content-row{margin-bottom:3.75rem;padding-bottom:0;}
.ocst .main-content-row > .large-seven-twelfths,.ocst .main-content-row > .large-offset-one-twelfth,.osel .main-content-row > .large-seven-twelfths,.osel .main-content-row > .large-offset-one-twelfth,.opay .main-content-row > .large-seven-twelfths,.opay .main-content-row > .large-offset-one-twelfth,.invc .main-content-row > .column,.ords .main-content-row > .column{padding:0 1.25rem;}
.tab-active,.ocst .tab-ocst,.osel .tab-osel,.opay .tab-opay,.address-edit{border-color:#000000;color:#000000;letter-spacing:0.0625rem;}
#js-customer-fields,#js-osel-form,#js-opay-form{margin-bottom:2.5rem;}
.fields-heading{margin:1rem 0;}
.basket-summary,.address-summary{/* background:#F4F4F4;*/
 background:#FFFFFF;border:solid 0.0625rem #EBEBEB;border-radius:0;color:#585858;}
.basket-summary{padding-top:2rem;}
.address-summary{padding-top:1rem;}
.basket-summary .fields-heading{letter-spacing:0.125rem;}
.basket-summary .charges{color:#000000;margin-top:1.875rem;}
.basket-summary .basket-product-name{font-weight:600;}
.address-summary .address-heading{color:#000000;}
.basket-header-row,.basket-product-row{border-color:#E1E1E1;}
.osel label[ for*="l-shipping-method" ]{margin-bottom:0;margin-top:0.3125rem;}
.osel .apply-btn{height:3.125rem;line-height:3.125rem;padding:0 0.9375rem;width:auto;}
.order-contents{margin-bottom:2.5rem;padding:0;}
.invc .cart-summary .basket-header-row,.invc .basket-header-row,.invc .basket-product-row,.ords .cart-summary .basket-header-row,.ords .basket-header-row,.ords .basket-product-row{border-color:#F1F1F1;}
.order-status{margin-top:1.875rem;}
.invc .sub-nav{display:none;}
#js-shipping-estimate-form{margin-bottom:1.875rem;max-width:none;}
.shipping-estimate-results{border-color:#F1F1F1;border-width:0.0625rem;margin-bottom:1.5625rem;}
.shipping-estimate-results-row{padding:0.625rem 0;}
.recalc-btn,.calc-btn{padding:0 1.25rem;width:auto;}
@media screen and ( min-width:48em ){.bask .page-title,.ocst .page-title,.opay .page-title,.ords .page-title{font-size:3.125rem}
.cart-contents{margin-bottom:2rem}
.medium-show.basket-header-row{border-bottom:solid 0.0625rem #F1F1F1}
.basket-product-row{align-content:flex-start;display:flex;flex-flow:row nowrap}
.ords .basket-product-row{flex-flow:row wrap}
.basket-product-img,.basket-product-name{margin-bottom:0}
.basket-product-img{flex-basis:20%}
.basket-product-name{flex-basis:50%;padding:0 0.75rem}
.basket-product-name-no-img{flex-basis:70%;margin-bottom:0}
.basket-contents .secondary-action-button,.cart-bottom form{max-width:18.75rem}
#js-customer-fields{margin-bottom:3.75rem}
#shipping_fields > .row .column,#billing_fields > .row .column{padding:0 0.625rem}
.update-record{text-align:right}
.invc .cart-summary .basket-header-row,.ords .cart-summary .basket-header-row{margin-bottom:1.5625rem}}
@media screen and ( min-width:60em ){.basket-product-img{flex-basis:17.5%}
.basket-product-name{flex-basis:45%}
.basket-product-name-no-img{flex-basis:62.5%}
.cart-bottom .medium-two-thirds{padding-right:2.5rem}
#js-customer-fields{margin-bottom:0}
#js-osel-form,#js-opay-form{margin-bottom:1rem}
.ocst .main-content-row,.osel .main-content-row,.order-contents{margin-bottom:0}
.opay .main-content-row{margin-bottom:1rem}
.ocst .main-content-row > .large-seven-twelfths,.osel .main-content-row > .large-seven-twelfths,.opay .main-content-row > .large-seven-twelfths{padding-right:0}
.ocst .main-content-row > .large-offset-one-twelfth,.osel .main-content-row > .large-offset-one-twelfth,.opay .main-content-row > .large-offset-one-twelfth{padding-left:0}
.ocst .ship-to{padding-right:0 !important}
.ocst .bill-to{padding-left:0 !important}
#js-print-confirmation{float:right}}
@media screen and ( min-width:73.125em ){.bask .basket-header-row > div:nth-child(2){text-align:right}
.basket-product-qty form{float:right}}
@media screen and ( min-width:80em ){.basket-contents{margin-bottom:0}}
@media screen and ( min-width:105em ){.basket-contents{padding:0}
.ocst .main-content-row > .large-seven-twelfths,.osel .main-content-row > .large-seven-twelfths,.opay .main-content-row > .large-seven-twelfths{padding-left:0}
.ocst .main-content-row > .large-offset-one-twelfth,.osel .main-content-row > .large-offset-one-twelfth,.opay .main-content-row > .large-offset-one-twelfth{padding-right:0}
.invc .main-content-row > .column,.ords .main-content-row > .column{padding:0}
.invc .cart-contents,.ords .cart-contents{padding-right:1.25rem !important}
.invc .cart-summary,.ords .cart-summary{padding-left:1.25rem !important}}
/* ===== +QUOTES MODULE+ ===== */
 #ra-service-items .basket-product-img img{max-width:6.25rem;}
.ra-note-header{margin-bottom:0.5rem;}
.ra-note-item{background:#F4F4F4;margin-bottom:1rem;padding:1rem;}
@media screen and ( max-width:47.938em ){.ra-note-item--date{margin-top:1rem}}
.u-underline{text-decoration:underline;}.quick-order-container{margin-bottom:2.5rem;}
.quick-order-container_title{margin-bottom:1.5rem;}
.quick-order-container_download-link{font-weight:500;text-decoration:underline;}
.quick-order-container hr{border-color:#DAD9D9;margin:3rem 0;}
.quick-order-container_reorder-error{margin-top:0.75rem;}
.quick-order-container_reorder-or{margin:1rem 0;}
.quick-order-container_csv-upload-label{height:3rem;line-height:3rem;margin-bottom:0;}
.quick-order-container_header-row{border-bottom:0.063rem solid #DAD9D9;margin-bottom:2rem;padding-bottom:0.75rem;}
.quick-order-container_header-text{font-size:0.6875rem;line-height:1;}
.quick-order-container_search-row{margin-bottom:2rem;}
.quick-order-container_search-row > .column{position:static;}
.quick-order-container_order-num,.quick-order-container_search-inner:not(.emptied),.quick-order-container_search-qty{border:0.063rem solid #DAD9D9;display:flex;flex-flow:row nowrap;}
.quick-order-container .quick-order-container_text-input,.quick-order-container .quick-order-container_num-input{border:none;}
.quick-order-container .quick-order-container_text-input{flex:1 1 auto;}
.quick-order-container_search-btn{border:none;border-radius:0;flex:0;font-size:1rem;height:3rem;padding:0 1rem;}
.quick-order-container_search-btn:before{font-weight:700;}
.quick-order-container_search-results{background-color:#FFF;box-shadow:0 0.625rem 1rem rgba(0,0,0,0.16);left:0;max-height:60vh;overflow-y:auto;position:absolute;right:0;top:calc(100% - 3.063rem);z-index:3;}
.quick-order-container_search-results .quick-order-container_search-results-row{margin:0 0.75rem;padding:1.5rem 0;}
.quick-order-container_search-results .quick-order-container_search-results-row:not(:last-child){border-bottom:0.063rem solid #DAD9D9;}
.quick-order-container_no-results-found{display:block;padding:1rem;}
.quick-order-container_search-results-imagewrap{height:100%;}
.quick-order-container_search-results-image{height:5rem;text-align:center;}
.quick-order-container_search-results-img{max-height:100%;max-width:100%;}
.quick-order-container_search-results-sku,.quick-order-container_search-results-price-wrap,.quick-order-container_search-results-total-price-wrap{line-height:1;}
.quick-order-container_search-results-sku,.quick-order-container_search-results-inventory{font-size:0.875rem;font-weight:600;}
.quick-order-container_search-results-price-wrap{margin-bottom:1.5rem;}
.quick-order-container_search-results-sku{display:block;margin-bottom:0.625rem;}
.quick-order-container_search-results-base-price,.quick-order-container_search-results-price,.quick-order-container_search-results-total-price{font-size:1.25rem;}
.quick-order-container_search-results-base-price{margin-right:0.5rem;}
.quick-order-container_search-results-select-btn{height:2.5rem;line-height:2.5rem;}
.quick-order-container_search-results-select-icon{margin-right:0.375rem;}
.quick-order-container_search-remove{border-bottom:0.063rem solid #DAD9D9;margin-top:0.5rem;padding-bottom:1rem;}
.quick-order-container_search-remove-btn,.quick-order-container_footer-add-row-btn{background:none;border:none;font-weight:700;text-transform:uppercase;}
.quick-order-container_search-remove-btn{font-size:0.75rem;}
.quick-order-container_search-remove-btn:before,.quick-order-container_footer-add-row-btn:before{font-weight:700;margin-right:0.375rem;}
.quick-order-container_footer-add-row-wrap{margin-bottom:2rem;}
.quick-order-container_footer-atc-btn[ disabled ]{background-color:#EAEDED;color:#CAD2D3;}
@media screen and ( min-width:48em ){.quick-order-container_search-row{margin-bottom:3rem}
.quick-order-container_search-row > .column{position:relative}
.quick-order-container_selected-product .quick-order-container_search-row{padding-bottom:0}
.quick-order-container_search-results{right:0.75rem;top:100%}
.quick-order-container_selected-product .quick-order-container_search-results-row{padding-bottom:0}
.quick-order-container .quick-order-container_text-input{padding:0 1rem}
.quick-order-container_num-input{padding:0 0.5rem}
.quick-order-container_search-remove{align-items:center;border:none;display:flex;height:3rem;justify-content:center;line-height:3rem;margin:0;padding:0}
.quick-order-container_search-remove-btn{background:none;border:none;font-size:1.75rem}
.quick-order-container_search-remove-btn:before{display:block;font-weight:400}
.quick-order-container_footer-add-row-wrap{margin-bottom:0}}
@media screen and ( min-width:60em ){.quick-order-container{margin-bottom:0}}
@media screen and ( min-width:64em ){.quick-order-container_reorder-header p{margin-bottom:1.5rem}
.quick-order-container_search-results .quick-order-container_search-results-row{padding:2rem 0}}
@media screen and ( min-width:100em ){.quick-order-container .quick-order-container_text-input,.quick-order-container_search-btn{padding:0 2rem}
.quick-order-container_search-results .quick-order-container_search-results-row{margin:0 2rem}}