/*! 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;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;position:relative;width:auto;max-width:1170px;zoom:1;}
/* ------------------------ row structure ------------------------ */
.row{clear:both;display:block;margin:0 auto;position:relative;width:auto;zoom:1;}
.row .row{margin-right:-0.75rem;margin-left:-0.75rem;}
.row .row.maintain-structure{margin-right:0.75rem;margin-left:0.75rem;}
.wrap:before,.wrap:after,.row:before,.row:after{content:" ";display:table;}
.wrap:after,.row:after{clear:both;}
/* ------------------------ column structure ------------------------ */
.column{float:left;padding-right:0.75rem;padding-left:0.75rem;position:relative;width:100%;min-height:1px;}
.column.centered{float:none;margin:0 auto;overflow:hidden;}
.column.no-padding{padding-right:0;padding-left: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:32.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,.continent-header{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}
.row .medium-offset-message-banner{margin-left:45%}}
/* ------------------------ 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-fifteen-hundreds{width:15%}
.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-fifteen-hundreds{width:15%}
.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-eightyfive-hundreds{width:85%}
.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-fifteen-hundreds{left:15%}
.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-eightyfive-hundreds{right:85%}
.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}}/*
------------------------ TYPOGRAPHY ------------------------ */
html,button,select,input,textarea{color:#333333;}
body{font-family:"Maven Pro",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:#333333;}
a:hover{color:#333;outline:none;}
a:active{color:#1ac8e2;}
.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:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;}
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;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:""}
.run-in{color:#222;float:left;font-size:1rem;font-weight:700;letter-spacing:2px;margin:0;margin-right:0.317rem;text-transform:uppercase;}
small,.small{display:inline-block;font-size:0.9rem;line-height:2;}
.micro{font-size:0.625rem;line-height:2.4;}
.small-caps{font-family:inherit;font-size:1.125rem;font-weight:700;letter-spacing:2px;line-height:inherit;text-transform:uppercase;}
sub,sup{font-size:0.75rem;}
sup{top:-0.475rem}
sub{bottom:-0.238rem}
var{font-style:normal;}
/*
------------------------ =Weights,Styles and Case ------------------------ */
.light{font-weight:300;}
.normal{font-weight:400;}
.medium{font-weight:500;}
.semibold{font-weight:600;}
.bold,.required{font-weight:700;}
.ultrabold{font-weight:900;}
.italic{font-style:italic;}
.lowercase{text-transform:lowercase;}
.normalcase{text-transform:none;}
.uppercase{text-transform:uppercase;}
.strike{text-decoration:line-through;}
/*
------------------------ =Word Wrap ------------------------ */
.breakword{word-wrap:break-word;}
.normal-wrap{word-wrap:normal;}
.inherit-wrap{word-wrap:auto;}
/*
------------------------ =Drop Capitals ------------------------ */
 .drop-cap:first-letter{background:transparent;color:#222;float:left;font:700 4.209rem Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;line-height:1;margin:auto 0.75rem auto auto;padding:inherit;text-indent:0;text-transform:uppercase}
p + .drop-cap{margin-top:0;text-indent:0}/*
------------------------ =BUTTONS ------------------------ */
.button{background-color:#292929;border:1px solid transparent;border-radius:0.25rem;color:#fff;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 5px rgba(0,0,0,0.5)}
.button:hover{color:#fff}
a.button:focus,a.button:hover{}
.button:active{box-shadow:0 0 5px 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:#777;cursor:not-allowed;opacity:0.50;text-shadow:none}
.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}
.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%}}/*
------------------------ =FONTS [use @font-face] ------------------------ */
.playfair{font-family:"Playfair Display",Baskerville,"Palatino Linotype",Palatino,"Century Schoolbook L","Times New Roman",serif}
/* ------------------------ Elegant Icon Font [http://www.elegantthemes.com/blog/resources/elegant-icon-font] ------------------------ */
@font-face{font-family:'ElegantIcons';src:url('../fonts/ElegantIcons.eot');src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),url('../fonts/ElegantIcons.woff') format('woff'),url('../fonts/ElegantIcons.ttf') format('truetype'),url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"],[class*=" icon-"]{font-family:'ElegantIcons',sans-serif;-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-icon]:before{content:attr(data-icon);font-family:'ElegantIcons',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none;}
.icon-arrow_up:before{content:"\21";}
.icon-arrow_down:before{content:"\22";}
.icon-arrow_left:before{content:"\23";}
.icon-arrow_right:before{content:"\24";}
.icon-arrow_left-up:before{content:"\25";}
.icon-arrow_right-up:before{content:"\26";}
.icon-arrow_right-down:before{content:"\27";}
.icon-arrow_left-down:before{content:"\28";}
.icon-arrow-up-down:before{content:"\29";}
.icon-arrow_up-down_alt:before{content:"\2a";}
.icon-arrow_left-right_alt:before{content:"\2b";}
.icon-arrow_left-right:before{content:"\2c";}
.icon-arrow_expand_alt2:before{content:"\2d";}
.icon-arrow_expand_alt:before{content:"\2e";}
.icon-arrow_condense:before{content:"\2f";}
.icon-arrow_expand:before{content:"\30";}
.icon-arrow_move:before{content:"\31";}
.icon-arrow_carrot-up:before{content:"\32";}
.icon-arrow_carrot-down:before{content:"\33";}
.icon-arrow_carrot-left:before{content:"\34";}
.icon-arrow_carrot-right:before{content:"\35";}
.icon-arrow_carrot-2up:before{content:"\36";}
.icon-arrow_carrot-2down:before{content:"\37";}
.icon-arrow_carrot-2left:before{content:"\38";}
.icon-arrow_carrot-2right:before{content:"\39";}
.icon-arrow_carrot-up_alt2:before{content:"\3a";}
.icon-arrow_carrot-down_alt2:before{content:"\3b";}
.icon-arrow_carrot-left_alt2:before{content:"\3c";}
.icon-arrow_carrot-right_alt2:before{content:"\3d";}
.icon-arrow_carrot-2up_alt2:before{content:"\3e";}
.icon-arrow_carrot-2down_alt2:before{content:"\3f";}
.icon-arrow_carrot-2left_alt2:before{content:"\40";}
.icon-arrow_carrot-2right_alt2:before{content:"\41";}
.icon-arrow_triangle-up:before{content:"\42";}
.icon-arrow_triangle-down:before{content:"\43";}
.icon-arrow_triangle-left:before{content:"\44";}
.icon-arrow_triangle-right:before{content:"\45";}
.icon-arrow_triangle-up_alt2:before{content:"\46";}
.icon-arrow_triangle-down_alt2:before{content:"\47";}
.icon-arrow_triangle-left_alt2:before{content:"\48";}
.icon-arrow_triangle-right_alt2:before{content:"\49";}
.icon-arrow_back:before{content:"\4a";}
.icon-icon_minus-06:before{content:"\4b";}
.icon-icon_plus:before{content:"\4c";}
.icon-icon_close:before{content:"\4d";}
.icon-icon_check:before{content:"\4e";}
.icon-icon_minus_alt2:before{content:"\4f";}
.icon-icon_plus_alt2:before{content:"\50";}
.icon-icon_close_alt2:before{content:"\51";}
.icon-icon_check_alt2:before{content:"\52";}
.icon-icon_zoom-out_alt:before{content:"\53";}
.icon-icon_zoom-in_alt:before{content:"\54";}
.icon-icon_search:before{content:"\55";}
.icon-icon_box-empty:before{content:"\56";}
.icon-icon_box-selected:before{content:"\57";}
.icon-icon_minus-box:before{content:"\58";}
.icon-icon_plus-box:before{content:"\59";}
.icon-icon_box-checked:before{content:"\5a";}
.icon-icon_circle-empty:before{content:"\5b";}
.icon-icon_circle-slelected:before{content:"\5c";}
.icon-icon_stop_alt2:before{content:"\5d";}
.icon-icon_stop:before{content:"\5e";}
.icon-icon_pause_alt2:before{content:"\5f";}
.icon-icon_pause:before{content:"\60";}
.icon-icon_menu:before{content:"\61";}
.icon-icon_menu-square_alt2:before{content:"\62";}
.icon-icon_menu-circle_alt2:before{content:"\63";}
.icon-icon_ul:before{content:"\64";}
.icon-icon_ol:before{content:"\65";}
.icon-icon_adjust-horiz:before{content:"\66";}
.icon-icon_adjust-vert:before{content:"\67";}
.icon-icon_document_alt:before{content:"\68";}
.icon-icon_documents_alt:before{content:"\69";}
.icon-icon_pencil:before{content:"\6a";}
.icon-icon_pencil-edit_alt:before{content:"\6b";}
.icon-icon_pencil-edit:before{content:"\6c";}
.icon-icon_folder-alt:before{content:"\6d";}
.icon-icon_folder-open_alt:before{content:"\6e";}
.icon-icon_folder-add_alt:before{content:"\6f";}
.icon-icon_info_alt:before{content:"\70";}
.icon-icon_error-oct_alt:before{content:"\71";}
.icon-icon_error-circle_alt:before{content:"\72";}
.icon-icon_error-triangle_alt:before{content:"\73";}
.icon-icon_question_alt2:before{content:"\74";}
.icon-icon_question:before{content:"\75";}
.icon-icon_comment_alt:before{content:"\76";}
.icon-icon_chat_alt:before{content:"\77";}
.icon-icon_vol-mute_alt:before{content:"\78";}
.icon-icon_volume-low_alt:before{content:"\79";}
.icon-icon_volume-high_alt:before{content:"\7a";}
.icon-icon_quotations:before{content:"\7b";}
.icon-icon_quotations_alt2:before{content:"\7c";}
.icon-icon_clock_alt:before{content:"\7d";}
.icon-icon_lock_alt:before{content:"\7e";}
.icon-icon_lock-open_alt:before{content:"\e000";}
.icon-icon_key_alt:before{content:"\e001";}
.icon-icon_cloud_alt:before{content:"\e002";}
.icon-icon_cloud-upload_alt:before{content:"\e003";}
.icon-icon_cloud-download_alt:before{content:"\e004";}
.icon-icon_image:before{content:"\e005";}
.icon-icon_images:before{content:"\e006";}
.icon-icon_lightbulb_alt:before{content:"\e007";}
.icon-icon_gift_alt:before{content:"\e008";}
.icon-icon_house_alt:before{content:"\e009";}
.icon-icon_genius:before{content:"\e00a";}
.icon-icon_mobile:before{content:"\e00b";}
.icon-icon_tablet:before{content:"\e00c";}
.icon-icon_laptop:before{content:"\e00d";}
.icon-icon_desktop:before{content:"\e00e";}
.icon-icon_camera_alt:before{content:"\e00f";}
.icon-icon_mail_alt:before{content:"\e010";}
.icon-icon_cone_alt:before{content:"\e011";}
.icon-icon_ribbon_alt:before{content:"\e012";}
.icon-icon_bag_alt:before{content:"\e013";}
.icon-icon_creditcard:before{content:"\e014";}
.icon-icon_cart_alt:before{content:"\e015";}
.icon-icon_paperclip:before{content:"\e016";}
.icon-icon_tag_alt:before{content:"\e017";}
.icon-icon_tags_alt:before{content:"\e018";}
.icon-icon_trash_alt:before{content:"\e019";}
.icon-icon_cursor_alt:before{content:"\e01a";}
.icon-icon_mic_alt:before{content:"\e01b";}
.icon-icon_compass_alt:before{content:"\e01c";}
.icon-icon_pin_alt:before{content:"\e01d";}
.icon-icon_pushpin_alt:before{content:"\e01e";}
.icon-icon_map_alt:before{content:"\e01f";}
.icon-icon_drawer_alt:before{content:"\e020";}
.icon-icon_toolbox_alt:before{content:"\e021";}
.icon-icon_book_alt:before{content:"\e022";}
.icon-icon_calendar:before{content:"\e023";}
.icon-icon_film:before{content:"\e024";}
.icon-icon_table:before{content:"\e025";}
.icon-icon_contacts_alt:before{content:"\e026";}
.icon-icon_headphones:before{content:"\e027";}
.icon-icon_lifesaver:before{content:"\e028";}
.icon-icon_piechart:before{content:"\e029";}
.icon-icon_refresh:before{content:"\e02a";}
.icon-icon_link_alt:before{content:"\e02b";}
.icon-icon_link:before{content:"\e02c";}
.icon-icon_loading:before{content:"\e02d";}
.icon-icon_blocked:before{content:"\e02e";}
.icon-icon_archive_alt:before{content:"\e02f";}
.icon-icon_heart_alt:before{content:"\e030";}
.icon-icon_star_alt:before{content:"\e031";}
.icon-icon_star-half_alt:before{content:"\e032";}
.icon-icon_star:before{content:"\e033";}
.icon-icon_star-half:before{content:"\e034";}
.icon-icon_tools:before{content:"\e035";}
.icon-icon_tool:before{content:"\e036";}
.icon-icon_cog:before{content:"\e037";}
.icon-icon_cogs:before{content:"\e038";}
.icon-arrow_up_alt:before{content:"\e039";}
.icon-arrow_down_alt:before{content:"\e03a";}
.icon-arrow_left_alt:before{content:"\e03b";}
.icon-arrow_right_alt:before{content:"\e03c";}
.icon-arrow_left-up_alt:before{content:"\e03d";}
.icon-arrow_right-up_alt:before{content:"\e03e";}
.icon-arrow_right-down_alt:before{content:"\e03f";}
.icon-arrow_left-down_alt:before{content:"\e040";}
.icon-arrow_condense_alt:before{content:"\e041";}
.icon-arrow_expand_alt3:before{content:"\e042";}
.icon-arrow_carrot_up_alt:before{content:"\e043";}
.icon-arrow_carrot-down_alt:before{content:"\e044";}
.icon-arrow_carrot-left_alt:before{content:"\e045";}
.icon-arrow_carrot-right_alt:before{content:"\e046";}
.icon-arrow_carrot-2up_alt:before{content:"\e047";}
.icon-arrow_carrot-2dwnn_alt:before{content:"\e048";}
.icon-arrow_carrot-2left_alt:before{content:"\e049";}
.icon-arrow_carrot-2right_alt:before{content:"\e04a";}
.icon-arrow_triangle-up_alt:before{content:"\e04b";}
.icon-arrow_triangle-down_alt:before{content:"\e04c";}
.icon-arrow_triangle-left_alt:before{content:"\e04d";}
.icon-arrow_triangle-right_alt:before{content:"\e04e";}
.icon-icon_minus_alt:before{content:"\e04f";}
.icon-icon_plus_alt:before{content:"\e050";}
.icon-icon_close_alt:before{content:"\e051";}
.icon-icon_check_alt:before{content:"\e052";}
.icon-icon_zoom-out:before{content:"\e053";}
.icon-icon_zoom-in:before{content:"\e054";}
.icon-icon_stop_alt:before{content:"\e055";}
.icon-icon_menu-square_alt:before{content:"\e056";}
.icon-icon_menu-circle_alt:before{content:"\e057";}
.icon-icon_document:before{content:"\e058";}
.icon-icon_documents:before{content:"\e059";}
.icon-icon_pencil_alt:before{content:"\e05a";}
.icon-icon_folder:before{content:"\e05b";}
.icon-icon_folder-open:before{content:"\e05c";}
.icon-icon_folder-add:before{content:"\e05d";}
.icon-icon_folder_upload:before{content:"\e05e";}
.icon-icon_folder_download:before{content:"\e05f";}
.icon-icon_info:before{content:"\e060";}
.icon-icon_error-circle:before{content:"\e061";}
.icon-icon_error-oct:before{content:"\e062";}
.icon-icon_error-triangle:before{content:"\e063";}
.icon-icon_question_alt:before{content:"\e064";}
.icon-icon_comment:before{content:"\e065";}
.icon-icon_chat:before{content:"\e066";}
.icon-icon_vol-mute:before{content:"\e067";}
.icon-icon_volume-low:before{content:"\e068";}
.icon-icon_volume-high:before{content:"\e069";}
.icon-icon_quotations_alt:before{content:"\e06a";}
.icon-icon_clock:before{content:"\e06b";}
.icon-icon_lock:before{content:"\e06c";}
.icon-icon_lock-open:before{content:"\e06d";}
.icon-icon_key:before{content:"\e06e";}
.icon-icon_cloud:before{content:"\e06f";}
.icon-icon_cloud-upload:before{content:"\e070";}
.icon-icon_cloud-download:before{content:"\e071";}
.icon-icon_lightbulb:before{content:"\e072";}
.icon-icon_gift:before{content:"\e073";}
.icon-icon_house:before{content:"\e074";}
.icon-icon_camera:before{content:"\e075";}
.icon-icon_mail:before{content:"\e076";}
.icon-icon_cone:before{content:"\e077";}
.icon-icon_ribbon:before{content:"\e078";}
.icon-icon_bag:before{content:"\e079";}
.icon-icon_cart:before{content:"\e07a";}
.icon-icon_tag:before{content:"\e07b";}
.icon-icon_tags:before{content:"\e07c";}
.icon-icon_trash:before{content:"\e07d";}
.icon-icon_cursor:before{content:"\e07e";}
.icon-icon_mic:before{content:"\e07f";}
.icon-icon_compass:before{content:"\e080";}
.icon-icon_pin:before{content:"\e081";}
.icon-icon_pushpin:before{content:"\e082";}
.icon-icon_map:before{content:"\e083";}
.icon-icon_drawer:before{content:"\e084";}
.icon-icon_toolbox:before{content:"\e085";}
.icon-icon_book:before{content:"\e086";}
.icon-icon_contacts:before{content:"\e087";}
.icon-icon_archive:before{content:"\e088";}
.icon-icon_heart:before{content:"\e089";}
.icon-icon_profile:before{content:"\e08a";}
.icon-icon_group:before{content:"\e08b";}
.icon-icon_grid-2x2:before{content:"\e08c";}
.icon-icon_grid-3x3:before{content:"\e08d";}
.icon-icon_music:before{content:"\e08e";}
.icon-icon_pause_alt:before{content:"\e08f";}
.icon-icon_phone:before{content:"\e090";}
.icon-icon_upload:before{content:"\e091";}
.icon-icon_download:before{content:"\e092";}
.icon-social_facebook:before{content:"\e093";}
.icon-social_twitter:before{content:"\e094";}
.icon-social_pinterest:before{content:"\e095";}
.icon-social_googleplus:before{content:"\e096";}
.icon-social_tumblr:before{content:"\e097";}
.icon-social_tumbleupon:before{content:"\e098";}
.icon-social_wordpress:before{content:"\e099";}
.icon-social_instagram:before{content:"\e09a";}
.icon-social_dribbble:before{content:"\e09b";}
.icon-social_vimeo:before{content:"\e09c";}
.icon-social_linkedin:before{content:"\e09d";}
.icon-social_rss:before{content:"\e09e";}
.icon-social_deviantart:before{content:"\e09f";}
.icon-social_share:before{content:"\e0a0";}
.icon-social_myspace:before{content:"\e0a1";}
.icon-social_skype:before{content:"\e0a2";}
.icon-social_youtube:before{content:"\e0a3";}
.icon-social_picassa:before{content:"\e0a4";}
.icon-social_googledrive:before{content:"\e0a5";}
.icon-social_flickr:before{content:"\e0a6";}
.icon-social_blogger:before{content:"\e0a7";}
.icon-social_spotify:before{content:"\e0a8";}
.icon-social_delicious:before{content:"\e0a9";}
.icon-social_facebook_circle:before{content:"\e0aa";}
.icon-social_twitter_circle:before{content:"\e0ab";}
.icon-social_pinterest_circle:before{content:"\e0ac";}
.icon-social_googleplus_circle:before{content:"\e0ad";}
.icon-social_tumblr_circle:before{content:"\e0ae";}
.icon-social_stumbleupon_circle:before{content:"\e0af";}
.icon-social_wordpress_circle:before{content:"\e0b0";}
.icon-social_instagram_circle:before{content:"\e0b1";}
.icon-social_dribbble_circle:before{content:"\e0b2";}
.icon-social_vimeo_circle:before{content:"\e0b3";}
.icon-social_linkedin_circle:before{content:"\e0b4";}
.icon-social_rss_circle:before{content:"\e0b5";}
.icon-social_deviantart_circle:before{content:"\e0b6";}
.icon-social_share_circle:before{content:"\e0b7";}
.icon-social_myspace_circle:before{content:"\e0b8";}
.icon-social_skype_circle:before{content:"\e0b9";}
.icon-social_youtube_circle:before{content:"\e0ba";}
.icon-social_picassa_circle:before{content:"\e0bb";}
.icon-social_googledrive_alt2:before{content:"\e0bc";}
.icon-social_flickr_circle:before{content:"\e0bd";}
.icon-social_blogger_circle:before{content:"\e0be";}
.icon-social_spotify_circle:before{content:"\e0bf";}
.icon-social_delicious_circle:before{content:"\e0c0";}
.icon-social_facebook_square:before{content:"\e0c1";}
.icon-social_twitter_square:before{content:"\e0c2";}
.icon-social_pinterest_square:before{content:"\e0c3";}
.icon-social_googleplus_square:before{content:"\e0c4";}
.icon-social_tumblr_square:before{content:"\e0c5";}
.icon-social_stumbleupon_square:before{content:"\e0c6";}
.icon-social_wordpress_square:before{content:"\e0c7";}
.icon-social_instagram_square:before{content:"\e0c8";}
.icon-social_dribbble_square:before{content:"\e0c9";}
.icon-social_vimeo_square:before{content:"\e0ca";}
.icon-social_linkedin_square:before{content:"\e0cb";}
.icon-social_rss_square:before{content:"\e0cc";}
.icon-social_deviantart_square:before{content:"\e0cd";}
.icon-social_share_square:before{content:"\e0ce";}
.icon-social_myspace_square:before{content:"\e0cf";}
.icon-social_skype_square:before{content:"\e0d0";}
.icon-social_youtube_square:before{content:"\e0d1";}
.icon-social_picassa_square:before{content:"\e0d2";}
.icon-social_googledrive_square:before{content:"\e0d3";}
.icon-social_flickr_square:before{content:"\e0d4";}
.icon-social_blogger_square:before{content:"\e0d5";}
.icon-social_spotify_square:before{content:"\e0d6";}
.icon-social_delicious_square:before{content:"\e0d7";}
.icon-icon_printer:before{content:"\e103";}
.icon-icon_calulator:before{content:"\e0ee";}
.icon-icon_building:before{content:"\e0ef";}
.icon-icon_floppy:before{content:"\e0e8";}
.icon-icon_drive:before{content:"\e0ea";}
.icon-icon_search-2:before{content:"\e101";}
.icon-icon_id:before{content:"\e107";}
.icon-icon_id-2:before{content:"\e108";}
.icon-icon_puzzle:before{content:"\e102";}
.icon-icon_like:before{content:"\e106";}
.icon-icon_dislike:before{content:"\e0eb";}
.icon-icon_mug:before{content:"\e105";}
.icon-icon_currency:before{content:"\e0ed";}
.icon-icon_wallet:before{content:"\e100";}
.icon-icon_pens:before{content:"\e104";}
.icon-icon_easel:before{content:"\e0e9";}
.icon-icon_flowchart:before{content:"\e109";}
.icon-icon_datareport:before{content:"\e0ec";}
.icon-icon_briefcase:before{content:"\e0fe";}
.icon-icon_shield:before{content:"\e0f6";}
.icon-icon_percent:before{content:"\e0fb";}
.icon-icon_globe:before{content:"\e0e2";}
.icon-icon_globe-2:before{content:"\e0e3";}
.icon-icon_target:before{content:"\e0f5";}
.icon-icon_hourglass:before{content:"\e0e1";}
.icon-icon_balance:before{content:"\e0ff";}
.icon-icon_rook:before{content:"\e0f8";}
.icon-icon_printer-alt:before{content:"\e0fa";}
.icon-icon_calculator_alt:before{content:"\e0e7";}
.icon-icon_building_alt:before{content:"\e0fd";}
.icon-icon_floppy_alt:before{content:"\e0e4";}
.icon-icon_drive_alt:before{content:"\e0e5";}
.icon-icon_search_alt:before{content:"\e0f7";}
.icon-icon_id_alt:before{content:"\e0e0";}
.icon-icon_id-2_alt:before{content:"\e0fc";}
.icon-icon_puzzle_alt:before{content:"\e0f9";}
.icon-icon_like_alt:before{content:"\e0dd";}
.icon-icon_dislike_alt:before{content:"\e0f1";}
.icon-icon_mug_alt:before{content:"\e0dc";}
.icon-icon_currency_alt:before{content:"\e0f3";}
.icon-icon_wallet_alt:before{content:"\e0d8";}
.icon-icon_pens_alt:before{content:"\e0db";}
.icon-icon_easel_alt:before{content:"\e0f0";}
.icon-icon_flowchart_alt:before{content:"\e0df";}
.icon-icon_datareport_alt:before{content:"\e0f2";}
.icon-icon_briefcase_alt:before{content:"\e0f4";}
.icon-icon_shield_alt:before{content:"\e0d9";}
.icon-icon_percent_alt:before{content:"\e0da";}
.icon-icon_globe_alt:before{content:"\e0de";}
.icon-icon_clipboard:before{content:"\e0e6";}
/* ------------------------ Custom Suivant Icon Font ------------------------ */
@font-face{font-family:'Suivant';src:url('../fonts/Suivant.eot?-d1oe69');src:url('../fonts/Suivant.eot?#iefix-d1oe69') format('embedded-opentype'),url('../fonts/Suivant.woff?-d1oe69') format('woff'),url('../fonts/Suivant.ttf?-d1oe69') format('truetype'),url('../fonts/Suivant.svg?-d1oe69#Suivant') format('svg');font-weight:normal;font-style:normal;}
[class^="rt-icon-"],[class*=" rt-icon-"]{font-family:'Suivant',sans-serif;-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',sans-serif;-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";}/*
------------------------------- =GLOBAL FORM ELEMENTS ------------------------------- */
.form-row{clear:both;display:block;margin-bottom:0.50rem;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;margin-right: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{border:1px solid #dfe1e1;border-radius:1rem;-webkit-border-radius:0;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%}}/*
------------------------ =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 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:#2ecc40;}
.bg-lime{background-color:#01ff70;}
.bg-yellow{background-color:#ffba00;}
.bg-orange{background-color:#ff851b;}
.bg-red{background-color:#dd293a;}
.bg-fuchsia{background-color:#f012be;}
.bg-purple{background-color:#b10dc9;}
.bg-maroon{background-color:#731e11;}
.bg-white{background-color:#fff;}
.bg-charcoal{background-color:#333333;}
.bg-lightgray{background-color:#969696;}
.bg-gray{background-color:#ababab;}
.bg-silver{background-color:#f4f4f4;}
.bg-black{background-color:#000;}
.bg-transparent,.bg-transparent:hover{background-color:transparent;color:inherit;}
/* ------------------------ 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:#29b839;color:#333;}
.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:#dc10b1;}
.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{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:#f012be;}
.border-purple{border-color:#b10dc9;}
.border-maroon{border-color:#731e11;}
.border-white{border-color:#fff;}
.border-charcoal{border-color:#292929;}
.border-gray{border-color:#e5e5e5;}
.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:#f012be;}
.purple{color:#b10dc9;}
.maroon{color:#731e11;}
.white{color:#fff;}
.charcoal{color:#333333;}
.gray{color:#e5e5e5;}
.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 ------------------------ *//*
------------------------------- =MAGNIFIC POPUP v0.9.9 ------------------------------- */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;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;}/*
------------------------ =HELPER CLASSES ------------------------ */
 /* ------------------------ 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}}
/* ------------------------ 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 ------------------------ */
 .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:769px){.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}}
.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}}
/* ------------------------ 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:#e6f4d8;border:1px solid #a5d76f;color:#61801b}
.message-warning{background:#f9f9d5;border:1px solid #d6cd77;color:#7c7548}
.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.6rem;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}/* +-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+ =BODY =HEADER =NAVIGATION BAR =MAIN =COLUMN-LEFT =COLUMN-RIGHT =BOTTOM WRAP =FOOTER =DISCLAIMERS =MOBILE FOOTER
*/
 /*
------------------------------- =BODY ------------------------------- */
body{background-color:#f4f4f4;}
/*
------------------------------- =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;}
/* ------------------------ 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.5;}
@media only screen and (min-width:768px){.pre-header .pre-header--promo{font-size:0.875rem;height:1.8rem;line-height:2.5}
.pre-header a:hover{color:#1ac8e2}}
.global-sign-in{background:#fff;box-shadow:0 4px 4px 0 rgba(0,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.5rem;}
.global-sign-in form,.global-sign-in p{margin-bottom:0.5rem;}
.global-sign-in a{color:#0074d9;}
/* ------------------------ main-header ------------------------ */
.main-header{z-index:2;}
@media only screen and (min-width:768px){.main-header{font-size:0.875rem;height:7rem;padding:1rem 0}}
/* ------------------------ mobile-main-header ------------------------ */
.mobile-main-header{background:#fff;height:4rem;line-height:4;overflow:hidden;text-align:center;}
.mobile-main-header .mobile-menu-button span{display:inline-block;font-size:1.5rem;line-height:2.667;vertical-align:middle;width:100%;}
.mobile-basket-button *[data-rt-icon]{border-radius:1rem;display:inline-block;font-size:1rem;line-height:2;position:relative;text-align:center;vertical-align:middle;width:2rem;height:2rem;}
/* ------------------------ service-links ------------------------ */
.service-links{margin-bottom:1.5rem;}
/* ------------------------ mini-basket ------------------------ */
.mini-basket{font-size:1.125rem;}
.mini-basket *[data-rt-icon]{border-radius:1rem;display:inline-block;font-size:1rem;line-height:2;margin-right:0.5rem;position:relative;text-align:center;width:2rem;height:2rem;}
.basket-count{line-height:1.667;padding:0;position:absolute;top:-0.25rem;right:-0.5rem;width:auto;min-width:1rem;height:1rem;}
.mini-basket-container{background:#fff;border:1px solid rgba(0,0,0,0.1);box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);float:none;position:absolute;top:-40rem;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:1001;}
.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:50%;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.1);border-width:10px;margin-left:-5px}
.mini-basket-container.open{top:6rem}}
.mini-basket-content{cursor:default;padding:0 1rem 1rem;}
.mini-basket-content h3{border-bottom:1px solid #d5d5d5;line-height:2;}
.mini-basket-content h3 span{border-bottom:1px solid #1ac8e2;}
.mini-basket-content h5{font-size:1.125rem;line-height:1;margin-bottom:0.5rem;}
.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.5rem 0;}
.mini-basket-row a{color:initial;}
.mini-basket-content a.button{font-size:1.125rem;}
/*
------------------------------- =NAVIGATION BAR ------------------------------- */
.navigation-bar{border:solid #dedede;border-width:1px 0;box-shadow:0 2px 4px -2px rgba(0,0,0,0.2);position:relative;text-align:center;/* z-index:1;*/
}
.navigation-set{height:0;opacity:0;-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;list-style:none;margin:0;padding:0;position:relative;text-align:left;white-space:nowrap;}
.navigation-set li a{display:block;color:#ffffff;}
@media only screen and (min-width:769px){.navigation-set{font-size:0;margin:0 auto;opacity:1;padding:0;text-align:left;max-width:1170px;height:100%}
.navigation-set .level-1{font-size:1rem;height:3.375em;line-height:3.375;text-transform:uppercase;width:12%}
.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:#4d4d4d;text-align:center}
.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 #1ac8e2}}
/* ------------------------ first sub-level ------------------------ */
.navigation-set li ul{border-top:1px solid #dedede;box-shadow:0 4px 4px 0 rgba(0,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:1.125rem;min-width:10rem;}
.navigation-set > .level-1:first-child .level-2 a,.navigation-set li ul .level-2 a{border:0 none;border-bottom:1px solid #dedede;margin-bottom:0.25rem;text-align:left;text-transform:none;}
.navigation-set .level-2 a:after{background:#1ac8e2;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.5rem;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:#1ac8e2;}
/* ------------------------ 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,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;}
/* ------------------------ 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:0.5;text-decoration:none;vertical-align:middle;}
/* ------------------------ Menu Transitions ------------------------ */
.mobile-navigation,.wrap{-webkit-backface-visibility:hidden;/* improves performance issues on mobile */
 -webkit-perspective:1000;/* improves performance issues on mobile */
}
/* ------------------------ Site Overlay ------------------------ */
.site-overlay{background:transparent;display:none;}
.mobile-menu-active .site-overlay{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.5rem;text-transform:uppercase;}
@media only screen and (max-width:959px){.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.5rem;overflow:hidden;padding:0;-moz-transition:none;-webkit-transition:none;transition:none;width:100%;min-height:3.5rem}
.mobile-navigation ul li span.parent{display:table-cell;width:80%}
.mobile-navigation ul li span.next{display:table-cell;width:20%;text-align:center}
.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.8rem;line-height:1.5;overflow:hidden;padding-left:1rem;text-decoration:none;text-transform:uppercase;vertical-align:middle;white-space:normal;border-bottom:1px solid #ccc;width:100%;padding-bottom:10px;font-family:'Michroma',sans-serif}
.mobile-navigation ul li:hover > ul{display:none}
.mobile-navigation ul li:hover > span,.mobile-navigation ul li:hover > span a{background-color:transparent;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.5rem}
.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{background-color:#ffffff;}
.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;}
.category-tree h5{background:#4d4d4d;color:#fff;font-weight:400;line-height:2.5;margin-bottom:0.5rem;padding:0 1rem;}
.category-tree > ul{padding:0 1rem 1rem;}
.category-tree .level-1,.category-tree .level-2,.category-tree .level-3{list-style:none;}
.category-tree .level-1{line-height:2;}
.category-tree .level-2,.category-tree .level-3{font-size:0.875rem;line-height:2;padding-left:0.75rem;}
.category-tree .level-3{padding-left:1.5rem;}
.category-tree a{display:block;position:relative;text-decoration:none;}
.category-tree .level-2 a:hover:before,.category-tree .level-3 a:hover:before{content:"\64";font-family:"Suivant";font-size:0.5rem;-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:#ffffff;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:#818181;margin-right:0.375rem;text-decoration:none;}
.breadcrumbs .current-item{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;}
/*
------------------------ =BOTTOM WRAP ------------------------ */
.bottom-wrap{clear:both;/* important - do not remove */
 height:0;}
/*
------------------------ =FOOTER ------------------------ */
.footer{font-size:0.875rem;padding:1rem 0 0;}
.footer div{color:#ffffff;}
@media screen and (min-width:768px){.footer{padding-top:2.5rem}}
.footer h5{color:#ffffff;margin-bottom:0.75rem;text-transform:uppercase;}
.footer ul{margin-bottom:1rem;opacity:1;padding:0;}
.footer ul a{display:block;font-size:0.875rem;line-height:2;}
/* ------------------------ footer-contact ------------------------ */
.footer-contact li{border-top:2px solid #fff;padding:0.75rem 0;color:#ffffff;}
.footer-contact li:before{font-size:1rem;padding-right:0.75rem;}
.footer .footer-contact a{display:inline;color:#ffffff;}
/* ------------------------ footer-social ------------------------ */
.footer-social a{color:#fff;display:inline-block;font-size:1rem;line-height:2;margin:0 0.25rem 0.5rem 0;text-align:center;vertical-align:middle;width:2rem;height:2rem;}
.footer-social a:hover{background:#ffffff;}
/*
------------------------ =DISCLAIMERS ------------------------ */
.disclaimers{font-size:0.75rem;}
.disclaimers .wrap{border-top:1px solid #414141;padding:0.5rem 0 3.5rem;}
.font-white{color:#ffffff;}
@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,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.5rem;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;}/* +-+-+-+-+-+-+ 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}}
/* ------------------------ ad blocks ------------------------ */
.sfnt-ad{display:block;margin-bottom:21px;}
@media screen and (min-width:960px){.sfnt-ad{margin-bottom:21px}}
/* ------------------------ 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.5rem;padding:0 1rem 0 1.5rem;}
.product-carousel .h3 .uppercase:before{border-color:transparent;border-right-color:#4d4d4d;border-style:solid;border-width:0 0.5rem 0.5rem 0;content:"";position:absolute;bottom:-0.5rem;left:-0.5rem;}
.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.5rem;vertical-align:middle;}
.product-carousel .slick-next,.product-carousel .slick-prev{background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);margin-top:0;top:32%;width:3rem;height:3rem;}
.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;}
.flag:before{border-width:0 0 72px 72px;content:" ";pointer-events:none;position:absolute;left:0;top:0;width:0;height:0;z-index:0;}
.flag:after{color:#fff;font-weight:700;position:absolute;left:0.5rem;top:0.75rem;transform:rotate(-45deg);-ms-transform:rotate(-45deg);z-index:0;}
.flag_discount:after{font-size:1.2rem;}
/* .flag_discount:before{border-width:0 0 40px 40px;border-right:40px solid transparent;border-top:40px solid red;border-left:40px solid red;border-bottom:40px solid transparent;z-index:inherit;/* border-width:0 0 30px 82px !important;*/
/*}
*/
/* .flag_category:before{border-width:0 0 23px 60px !important;left:0.6rem;top:0.6rem;}
*/
/* .flag_category:after{left:1.5rem;top:0.65rem;}
.flag--new.flag_category:after{left:1.35rem;top:0.60rem;}
*/
.flag--new:before{border-width:0 0 40px 40px;border-right:40px solid transparent;border-top:40px solid #1ac7e2;border-left:40px solid #1ac7e2;border-bottom:40px solid transparent;z-index:1;}
.flag--sale:before{border-width:0 0 40px 40px;border-right:40px solid transparent;border-top:40px solid red;border-left:40px solid red;border-bottom:40px solid transparent;z-index:10;}
.flag--uscg:before{border-width:0 0 40px 40px;border-right:40px solid transparent;border-top:40px solid #F2D617;border-left:40px solid #F2D617;border-bottom:40px solid transparent;z-index:inherit;}
.flag--new:after{content:"NEW";z-index:11;}
.flag--sale:after{content:"SALE";z-index:11;}
.flag--sale.mini_basket_sale:before{border:solid transparent;}
.flag--hot:before{border-bottom-color:#dd293a;}
.flag--hot:after{content:"HOT";z-index:11;}
.flag--uscg:after{content:"USCG";z-index:11;}
/* ------------------------ 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.5rem;vertical-align:middle;}
/*
------------------------ =CTGY PAGE ------------------------ */
/* ------------------------ category-subcategory ------------------------ */
.sub-category-layout,.category-product-layout{margin-bottom:1.25rem;padding-top:1.5rem;}
.sub-category{margin-bottom:1rem;text-align:center;}
.sub-category a{display:block;}
.sub-category img{display:block;margin:0 auto 0.5rem;}
/* ------------------------ category-product ------------------------ */
.category-product{margin-bottom:1rem;text-align:center;}
.category-product a{overflow:hidden;position:relative;}
.category-product img{display:block;margin:0 auto;}
.category-product .breaker{height:0.5rem;}
.category-product p{margin-bottom:0.25rem;padding:0 1rem;}
.category-product .strike{color:#acacac;}
/* ------------------------ 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{font-size:0.875rem;margin-bottom:1.25rem;}
/* ------------------------ 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:#1ac8e2;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:2;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:2.5;margin-right:0.25rem;width:2.5rem;height:2.5rem}}
.page-links a:hover{outline-color:#1ac8e2;}
.page-links-deactivated:hover{cursor:not-allowed;}
a.page-links-next{margin:0;}
.page-links-active{color:#1ac8e2;outline-color:#1ac8e2;}
/*
------------------------ =PROD AND PATR PAGES ------------------------ */
/* ------------------------ product-information ------------------------ */
.product-information{margin-bottom:1.25rem;padding:2rem 1.25rem;}
/* ------------------------ product images ------------------------ */
.product-information--images{margin-bottom:0.75rem;}
.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.5rem;line-height:1.75;position:absolute;bottom:0;left:0;text-align:center;width:2.625rem;height:2.625rem;border-radius:1rem;}
.prod .mfp-figure:after{background:#fff;}
/* ------------------------ additional product images ------------------------ */
.thumbnails{float:none;margin:0 auto;overflow:visible;}
.thumbnails .slick-next,.thumbnails .slick-prev{background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);width:2rem;height:2rem;}
.thumbnails .slick-next{right:-1rem;}
.thumbnails .slick-prev{left:-1rem;}
.thumbnails .slick-next:before,.thumbnails .slick-prev:before{font-family:"Suivant";font-size:1rem;}
.thumbnails .slick-next:before{content:"\64";}
.thumbnails .slick-prev:before{content:"\63";}
.thumbnails img{padding:0 0.5rem;}
/* ------------------------ product purchase ------------------------ */
.product-information--purchase{margin-bottom:1.5rem;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:1px solid transparent;border-radius:3rem;cursor:pointer;display:inline-block;margin:0 0.375rem 0.375rem 0;}
.product-swatches .selected-swatch{border-color:#ededed;}
.product-swatches li span{border:0.25rem solid #fff;border-radius:3rem;display:block;overflow:hidden;}
/* ------------------------ add-to-cart ------------------------ */
.row.add-to-cart-wrap{font-size:1.125rem;margin:2.5rem 0 0;padding:0.75rem 0;}
.add-to-cart-wrap input[name="Quantity"],.decrease-quantity,.increase-quantity{display:inline-block;font-size:1rem;line-height:2.5;vertical-align:middle;width:2.5rem;height:2.5rem;text-align:center;}
.decrease-quantity,.increase-quantity{cursor:pointer;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}
.add-to-cart{font-size:1.25rem;height:2.75em;line-height:2.75;}
@media screen and (min-width:608px){.row.add-to-cart-wrap{line-height:2.75;padding:1rem}
.add-to-cart{margin-left:0.75rem}}
.purchase-message{display:none;margin:0;position:absolute;bottom:-3%;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:#1ac8e2;}
.product-information--description dt a{color:#818181;padding:0 1em;}
.product-information--description dt.current a{color:#1ac8e2;}
.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}}
/* ------------------------ related products ------------------------ */
.related-products{padding-top:1.5rem;}
.related-products .h3{border-bottom:1px solid #d5d5d5;font-size:1.75rem;font-weight:400;line-height:2;}
.related-products .h3 span{border-bottom:1px solid #1ac8e2;}
.related-products .slick-next,.related-products .slick-prev{background:#fff;border:1px solid #d5d5d5;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);margin-top:0;top:32%;width:3rem;height:3rem;}
.related-products .slick-next{right:0;}
.related-products .slick-prev{left:0;}
.related-products .slick-next:before,.related-products .slick-prev:before{font-family:"Suivant";font-size:1.5rem;}
.related-products .slick-next:before{content:"\64";}
.related-products .slick-prev:before{content:"\63";}
@media screen and (min-width:608px){.related-products .slick-next,.related-products .slick-prev{box-shadow:none;top:0}
.related-products .slick-prev{right:4rem;left:auto}}
/*
------------------------ =SRCH PAGE ------------------------ */
 /*
------------------------ =BASK PAGE ------------------------ */
.basket-contents,.order-contents{padding:0.75rem 0 0.75rem 0;}
/* ------------------------ basket ------------------------ */
.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.5rem;}
.basket-product-row{border-bottom:1px solid #e0e0e0;padding:0.5rem 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.5rem;}
.basket-button-row{padding-top:1rem;}
/* ------------------------ cart summary ------------------------ */
.bask .cart-summary .basket-header-row{margin-bottom:0.5rem;}
/* ------------------------ 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.5rem;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.5rem;text-align:left;}
.shipping-estimate-results-row{clear:both;overflow:hidden;padding:0.25rem 0;}
.shipping-estimate-results-row:nth-child(odd){background:#f4f4f4;}
/*
------------------------ =OCST,OSEL,OPAY AND INVC PAGES ------------------------ */
@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.5rem;}
.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{background:#fafafa;border:solid #dfe1e1;border-width:1px 0;font-size:1rem;line-height:2.5;padding-left:0.75rem;}
.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 !important;}
.invalid-country{border-color:#ff4136 !important;}
invalid label{color:#ff4136;}
.customer-fields .form_row{margin:0 0 0.5rem;}
.customer-fields select{font-size:0.875rem;height:2rem;}
.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.5rem;}
.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,0.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.5rem;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.5rem 0;text-align:center;}
.site-map a{border:1px solid transparent;display:block;font-size:0.875rem;padding:0.5rem;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;}
.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;}
/* 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{border:0;width:100%;height:auto;padding:0.25rem 0;}
.cpca-cancel{border:0;height:auto;padding:0.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:#6b9ccc;font-size:14px;display:block;border:2px solid #6b9ccc;-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:#6b9ccc;}
.discount-charge{color:#6b9ccc;}
.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:#6b9ccc;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:#6b9ccc;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;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{margin:0;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 label span{display:inline-block;max-width:63%;vertical-align:middle;}
.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 #e0ebed;padding:1rem;margin-bottom:1rem;color:#7d848f;-webkit-border-radius:0.25rem;-moz-border-radius:0.25rem;border-radius:0.25rem;font-weight:bold;}
#l-otp:checked ~ .purchase-form_otps-otp,#l-subscribe:checked ~ .purchase-form_otps-s{color:#285373;border-color:#469bd1;}
.purchase-form_otps-otp{margin-right:0.75rem;}
#js-saved-cards{margin-bottom:0.75rem;border:1px solid #e3e3e8;border-radius:3px;}
.js-saved-cards-title{margin:0 0 1.5rem 0;border-top:0 none;}
.payment-method-selectors{font-size:14px;}/*
------------------------ =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}}/************************* General *************************/
body{background-color:#ffffff;}
main{min-height:500px;}
select{background:#fff;color:#333;}
button[disabled]{cursor:not-allowed;background-color:#a7a7a7;}
address{font-style:normal;}
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-radius:8px;border:1px solid #cccccc;}
input[type="reset"],input[type="submit"]{border-radius:8px;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#333;font-weight:500;}
.bg-gray{background-color:#ccc;}
.bg-darkgrey{background-color:#666666;}
.button.bg-charcoal:hover{background-color:#333;}
.semi-bold{font-weight:500;}
.boxed{max-width:none;border:none;}
.wrap{max-width:none;}
.wrap-narrow{/* max-width:1380px;*/
 width:90%;margin:0 auto;clear:both;display:block;position:relative;}
.width-ninety{width:90% !important;}
.page-links-active{color:#ff851b;outline-color:#ff851b;}
.footer{margin-top:2rem;}
.footer .row.wrap,.disclaimers .row.wrap{width:94%;}
.footer .column{padding-left:0;}
.main-content.nopad{padding:0;}
.btn-second{width:74px;background-color:#666666;}
.flex-center{display:flex;align-items:center;justify-content:center;}
.font-color-mp{color:#ff851b;}
/* paddings and percentages */
.pad-med-left{padding-left:10px;}
.pad-med-right{padding-right:10px;}
.pad-med-bottom{padding-bottom:10px;}
.pad-med-top{padding-top:10px;}
.pad-left{padding-left:20px;}
.pad-right{padding-right:20px;}
.pad-bottom{padding-bottom:20px;}
.pad-top{padding-top:20px;}
@media screen and (max-width:768px){.wrap-narrow{width:100%;padding:0 0.5rem}
.main-content{padding:1rem 0.5rem 0 0.5rem}
.column-right{padding:0}}
.header a{color:#fff;}
.header a:link{color:#fff;}
.header a:hover{color:#fff;}
a:hover{color:#333;}
button{cursor:pointer;}
.inline-pay{display:inline !important;}
.inline-block{display:inline-block;}
@media screen and (max-width:768px){.breadcrumbs{background:#fff;line-height:1.8;padding:1rem 0 0 0rem;margin-bottom:0.5rem}
.cart-summary-mobile{box-shadow:0px 5px 10px 5px #cccccc;padding:0.5rem}}
.breadcrumbs{background:#fff;line-height:1.8;padding:1rem 0 0 0rem;}
.capitalize{text-transform:capitalize;}
@media screen and (min-width:769px){.row .medium-fourtytwo-fifths{width:42.5%}
.row .medium-one-fourth,.row .medium-two-eighths,.row .medium-three-twelfths{width:calc(25% - 1rem)}
.row .medium-three-fourths-sfnt{width:74.9%}
.row .medium-one-fourth-sfnt{width:25.1%}
.mob-blog{display:none !important}}
tr{border:1px solid #333;}
.header .mini-basket-row a:link{color:#333;}
table.two-column{display:inline-table;width:50%;float:left;}
.row.breadcrumbs{padding-bottom:1rem;}
.prod-ctgy-hdft-header img{padding-bottom:1rem;width:100%;}
/************************* Header *************************/
#global-banner{padding:1rem 0 1rem 0;width:100%;}
.expand-width{max-width:initial;height:100%;}
.expand-width .align-center{height:100%;}
.pre-header .pre-header--promo{line-height:2;}
.pre-header.big{background:#333;}
.pre-header a:hover{color:#fff;text-decoration:underline;}
.pre-header--promo{display:flex;flex-flow:row nowrap;justify-content:space-around;height:100%;}
.two-rows .store-sections{width:30%;height:100%;padding-right:2rem;font-size:1rem;display:flex;justify-content:flex-start;align-items:center;}
.two-rows > span b{font-size:0.8rem;}
.shipping-banner{padding-top:1rem;}
.shipping-banner img{margin:0;}
.pre-header--promo .store-sections a{font-size:0.9rem;color:#fff;text-transform:none;margin:0 0.5rem;text-transform:uppercase;}
.pre-header--promo .store-sections a.active{color:#fff;border-bottom:1px solid #fff;line-height:1.4;}
.two-rows > span{width:40%;display:flex;flex-flow:column;justify-content:flex-start;align-items:center;line-height:1.3;margin-top:0.35rem;}
@media screen and (max-width:840px){.two-rows .store-sections{display:none}
.two-rows > span{flex-flow:row;width:100%}}
.extra-links{display:flex;justify-content:flex-end;flex-flow:row;margin-top:0.4rem;padding-right:0;}
.extra-links a{font-size:0.9rem;padding:0;text-transform:uppercase;}
.extra-links a:nth-child(3){padding-right:0.3rem;}
.header{background:#333;}
.service-links{margin-bottom:0.8rem;}
.service-links #Shipping-Content-Header{text-align:right;}
.service-links,.service-links a:link,.service-links span{color:#fff;font-size:0.8rem;}
#js-main-header{padding:0.8rem 0 0rem 0;border-top:1px solid #fff;width:90% !important;}
.main-header{height:auto;}
#js-global-search .icon-search{height:33px;position:absolute;display:flex;display:-webkit-flex;display:-webkit-box;justify-content:center;align-items:center;padding-left:0.4rem;right:0;width:35px;border:none;background:#ff851b;margin-right:0.2%;}
@media only screen and (min-width:700px){#js-global-search .icon-search{height:35px;top:0;margin-right:0}}
#js-global-search .icon-search span{color:#fff;}
.message-header-top p{font-size:0.75rem;}
@media only screen and (max-width:768px){.des-blog{display:none !important}
.subscribe-form{width:100% !important}
.connect-with-us{float:left !important;width:100%}
.connect-with-us h5{margin:1rem}
.footer-social a{margin:14px 0rem 0rem 4px}
.margin-blog-sfnt{margin-bottom:60px}
.content-about{width:90%}
.social{border-left:none !important;padding-left:0 !important}
#js-main-header{padding:0;max-width:1600px;margin:0 auto;clear:both;display:block;position:relative;width:100% !important;border-top:1px solid #fff}
input[type="search"]{-webkit-appearance:none}}
.input-subscribe{background-color:#333 !important;color:#fff;border:1px solid #fff;padding:20px !important;}
.input-subscribe::placeholder{color:#fff;}
.subscribe-form{width:70%;float:left;}
.connect-with-us{float:right;}
.social{border-left:1px solid #fff;padding-left:20px;}
.margin-bot{margin-bottom:20px;}
@media screen and (max-width:480px){.hdft-header{padding-top:0}
.pre-header.big{display:none}
.mobile-main-header .column.two-thirds{display:flex;justify-content:center;align-items:center;height:100%}
.mobile-main-header .column.two-thirds a{display:flex}
.mobile-main-header .column.two-thirds a img{height:40px}
#js-global-search .icon-search{height:31px;padding-left:0.4rem;right:4.6%;top:auto;width:30px}
.sfnt-ad{margin:0;margin-bottom:0.5rem}
.main-content .column.whole h3{padding:1rem 0 0 0;margin:0}}
.mobile-footer{display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap;height:4rem;}
.mobile-footer div{border:none;padding-top:0.5rem;display:flex;flex-flow:column wrap;justify-content:center;align-items:center;}
.mobile-footer a{padding-top:0.4rem;font-size:0.8rem;}
.mobile-footer div span,.mobile-footer div svg{font-size:1.3rem;}
.mobile-search-container{padding:0.5rem;margin:0 1rem;}
.mobile-search-container form{margin-bottom:0;margin-right:1rem;}
.mobile-search-container input{text-align:center;}
.mobile-menu-button{height:100%;display:flex;justify-content:center;align-items:center;}
.mobile-main-header{background:transparent;}
.mobile-main-header .mobile-menu-button span{display:flex;justify-content:center;align-items:center;}
[data-icon]:before{font-weight:400;}
.main-image[data-icon]:before{background:transparent;color:#333;position:absolute;bottom:0;left:1.5rem;transform:rotate(-90deg);}
.global-banner{width:100%;}
.search-form{margin:0;display:inline-flex;flex-flow:row nowrap;width:65%;}
.search-form input{height:35px;background:#eee;font-size:1.1rem;padding-left:0.9rem;}
/************************* SFNT *************************/
.wrap-narrow-sfnt{max-width:1920px;width:98%;margin:0 auto;clear:both;display:block;position:relative;}
.column-sfnt{float:left;position:relative;min-height:1px;}
.sfnt-ads{margin-bottom:10px;}
.logo-bar-container{width:100%;margin:auto;padding:1.2rem 0;margin-top:0.5rem;}
.logo-bar{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:90%;margin:auto;/* max-width:1380px;*/
}
.half-image{display:inline-flex;justify-content:center;align-items:center;width:100%;flex-flow:row wrap;padding-bottom:2rem;}
.text-box h3{text-align:center;}
.text-box img{width:100%;}
.half-image.inverted{flex-flow:row-reverse;}
.column-nopad{width:100%;display:flex;flex-flow:row wrap;margin-bottom:0;}
.column-nopad .column{padding:0 0 1rem 0;}
.column-nopad.full .column{width:25%;}
.column-pad{width:100%;display:flex;flex-flow:row wrap;margin-bottom:0;padding-bottom:1rem;}
.column-pad .column:first-child{padding:0;padding-right:1rem;}
.column-pad .column:nth-child(2){padding:0;padding-left:1rem;}
.column-pad.full .column{width:25%;}
.blockheads-styling{display:flex;flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;}
.blockheads-styling h3{font-size:2.2rem;}
.blockheads-styling h3 span{font-size:2.5rem;color:#ffac00;}
.blockheads-styling p{font-size:0.9rem;line-height:1;}
.half-image .column{padding:0;}
.overlay{position:absolute;transform:translate(50%,-50%);right:50%;top:50%;height:60px;width:auto;background:none;transition:none;}
.hovereffect .overlay .info{display:none;font-size:0.9rem;text-align:center;background:rgba(51,51,51,0.8);justify-content:center;align-items:center;height:100%;}
.overlay a{color:#fff;transition:none;}
.overlay a:hover{color:#fff;}
.hovereffect:hover .overlay{background:rgba(51,51,51,0.8);width:100%;height:100%;transform:translate(0,0);top:0;right:0;}
.hovereffect:hover .overlay .info{background:none;}
.image-center{display:flex;justify-content:center;align-items:center;}
.image-center img{width:100%;}
.hover-img{position:absolute;opacity:0;}
.hovereffect .overlay{opacity:1;}
.hovereffect img,.hovereffect .overlay{width:100%;-webkit-transition:opacity 0.6s ease-in-out;-moz-transition:opacity 0.6s ease-in-out;-o-transition:opacity 0.6s ease-in-out;transition:opacity 0.6s ease-in-out;}
.hovereffect:hover .hover-img{opacity:1;}
.hovereffect:hover .overlay{opacity:0;}
/* Royal Slider */
.rsDefault .rsNavItem.rsBullet{background:none;}
.rsDefault .rsNav.rsBullets{overflow:visible;left:calc(50% - 15px);}
.rsDefault .rsNavItem.rsBullet span{background:#cccccc;}
.rsDefault .rsNavItem.rsBullet.rsNavSelected span{background:#333333;}
.rsContent img{width:100%;}
.sfnt-subscribe{position:relative;text-align:center;display:flex;}
.text-over{width:100%;text-align:center;}
.text-over h3{margin-bottom:0.5rem;}
.text-over h3,.text-over .text{color:#fff;text-align:left;}
.text-over .text{font-size:0.85rem;}
.text-over.response-panel{color:#fff;font-size:2rem;}
#mc-embedded-subscribe-form{display:flex;justify-content:center;align-items:center;flex-flow:row wrap;width:100%;}
.sfnt-subscribe input{margin:0.2rem 0rem 0.2rem 0;text-align:left;border-radius:8px;}
.sfnt-subscribe input[type="submit"]{width:auto;height:28px;padding:0.5rem 1rem;line-height:0;background:white;}
.sfnt-subscribe .input-group{display:flex;flex-flow:row nowrap;justify-content:center;}
@media screen and (max-width:768px){.sfnt-subscribe img{display:none}
.sfnt-subscribe .text-over{position:relative;top:0;left:0;transform:translate(0)}
.sfnt-subscribe h3,.sfnt-subscribe .text{text-align:center}
.sfnt-subscribe .input-group{margin:1rem 1rem 0rem 1rem}
.sfnt-subscribe input[type="submit"]{margin:0.2rem 0.8rem 0 0}}
/************************* Mini-Basket *************************/
.mini-basket-row a{color:#333;}
.mini-basket-content h3 span{border:none;}
.mini-basket *[data-rt-icon]:before,.small-mini-basket *[data-rt-icon]:before{content:"\e015";font-family:"ElegantIcons";right:-0.625rem;}
.small-mini-basket{padding-right:0.1rem;}
.mini-basket-content-buttons{padding:0.5rem;}
.mini-basket-content-buttons div{padding:0 0.2rem;}
.header .mini-basket a:hover{color:#333;}
.small-mini-basket > a > span:first-child{font-size:0.9rem;}
.small-mini-basket .notification{display:flex;justify-content:center;align-items:center;}
.true-half{width:50%;}
.wrapper-bask-paypal{max-width:250px;margin-left:auto;margin-right:0.8rem;}
.basket-column-buttons a{margin:0.5rem 0;}
a.button.hover-orange:hover{background-color:#ff851b;}
.mini-basket-container{z-index:1001;}
@media only screen and (min-width:768px){.mini-basket-container.open{top:3rem;right:-3rem}
.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:before{border-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0.1);border-width:10px;margin-left:-5px}
.mini-basket-container:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:9px;margin-left:-4px}}
@media only screen and (min-width:1600px){.mini-basket-container.open{right:0rem}}
/**************************** Basket *****************************/
 #js-shipping-estimate-form .align-center input,#js-shipping-estimate-form .align-center a{width:100%;margin:0;height:2rem;line-height:2.5;}
#js-shipping-estimate-form .align-center:first-child{padding-right:0.2rem;}
#js-shipping-estimate-form .align-center:nth-child(2){padding-left:0.2rem;}
.checkout-qty{font-size:1rem;}
.basket-product-row img{max-height:130px;}
/************************* Ordh *************************/
 .button-ordh-view{width:100%;height:2rem;font-size:1rem;vertical-align:middle;background:black;color:white;line-height:2;}
.title-centered{margin:1rem 0 0 0;}
.user-messageboard-wrapper{padding:0 0.75rem;width:100%;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start;overflow:hidden;max-height:initial;transition:max-height 0.2s ease-out;}
.user-messageboard-wrapper form h3{font-size:1rem;}
.user-messageboard-wrapper form{width:50%;}
.user-messageboard-wrapper form textarea{width:100%;height:210px;}
.user-messageboard-wrapper .conversation-wrapper{width:50%;padding:0 0 1rem 1rem;display:flex;flex-flow:column wrap;align-items:flex-start;justify-content:flex-start;}
.messageboard-form input{width:15%;height:2rem;font-size:1rem;vertical-align:middle;background:black;color:white;line-height:1;margin-top:0.5rem;border:none;}
.conversation-wrapper h3{font-size:1rem;}
.container_messageboard{width:1400px;height:600px;margin:0 1rem;}
.messageboard_input{width:97.35%;margin:1rem;display:block;}
.messageboard_title{margin-top:0;width:100%;text-align:center;font-size:1.2rem;}
.conversation-wrapper{display:flex;width:100%;padding:1rem;flex-flow:column wrap;align-items:center;justify-content:center;}
.message-board-container{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;}
.private-message{padding-left:1rem;font-size:1.5rem;}
.conversation{width:100%;height:250px;margin:0 auto;position:relative;background:#ccc;z-index:0;}
.conversation:first-child{margin-right:0.5rem;}
.conversation ::-webkit-scrollbar{transition:all 0.5s;width:5px;height:1px;z-index:10;}
.conversation ::-webkit-scrollbar-track{background:transparent;}
.conversation ::-webkit-scrollbar-thumb{background:#b3ada7;}
.conversation .conversation-container{height:100%;min-height:84px;box-shadow:inset 0 10px 10px -10px #333333;overflow-x:hidden;padding:0 16px;margin-bottom:5px;}
.conversation .conversation-container:after{content:"";display:table;clear:both;}
.messageboard{color:#333;clear:both;line-height:18px;font-size:15px;padding:8px;position:relative;margin:8px 0;max-width:85%;word-wrap:break-word;z-index:-1;}
.messageboard.admin:after,.messageboard.user:after{position:absolute;content:"";width:0;height:0;border-style:solid;}
.metadata{display:inline-block;float:right;padding:0 0 0 7px;position:relative;bottom:-4px;}
.metadata .time{color:rgba(0,0,0,0.45);font-size:11px;display:inline-block;}
.messageboard:first-child{margin:16px 0 8px;}
.messageboard.private{background:#fff;border-radius:5px 5px 5px 5px;float:left;}
.messageboard.private .metadata{padding:0 0 0 16px;}
.messageboard.admin{background:#fff;border-radius:0px 5px 5px 5px;float:left;}
.messageboard.admin .metadata{padding:0 0 0 16px;}
.messageboard.admin:after{border-width:0px 10px 10px 0;border-color:transparent #fff transparent transparent;top:0;left:-10px;}
.messageboard.user{background:#e1ffc7;border-radius:5px 0px 5px 5px;float:right;}
.messageboard.user:after{border-width:0px 0 10px 10px;border-color:transparent transparent transparent #e1ffc7;top:0;right:-10px;}
.messageboard input[type="checkbox"]{-ms-transform:scale(2);-moz-transform:scale(2);-webkit-transform:scale(2);-o-transform:scale(2);padding:10px;}
@media screen and (max-width:768px){.user-messageboard-wrapper{flex-flow:column-reverse wrap;max-height:initial}
.user-messageboard-wrapper form{width:100%}
.user-messageboard-wrapper .conversation-wrapper{width:100%}
.user-messageboard-wrapper form{padding-top:20px}}
/************************* Category Tree *************************/
.category-tree{margin-top:1.2rem;}
.category-tree-title a{color:#fff;height:35px;}
@media screen and (max-width:1451px) and (min-width:1170px){.height-menu-left{height:55px !important}}
.category-tree h5{background:#fff;color:#333;font-weight:600;padding:0.1rem 0rem;height:35px;line-height:2.2;}
.category-tree .level-1{line-height:1.8;}
.category-product p.ctgy-product-name{font-size:0.9rem;margin-bottom:0.5rem;min-height:32px;}
.category-product p.ctgy-product-code{font-size:0.9rem;}
.category-product p,.sub-category .detail{font-weight:500;padding:0;line-height:1;}
.ctgy-price-row{margin-bottom:1rem;}
/************************* MULTICATEGORY *************************/
#js-product-list-multicat{padding:0 0.5rem;}
.row .category-product-multicat{border:1px solid #ccc;margin-bottom:0;margin:0 0.5rem 1rem 0.5rem;width:calc(25% - 1rem);padding:0;}
.category-product-multicat img{display:block;margin:0 auto;max-height:280px;}
.category-product-multicat .container-ctgy-prod{min-height:70px;padding:0 0.75rem;}
.category-product-multicat p.ctgy-product-name{font-size:0.9rem;margin-bottom:1rem;min-height:32px;}
.category-product-multicat p,.sub-category .detail{font-weight:500;padding:0;line-height:1;}
.category-product-multicat p{margin-bottom:0.25rem;}
.category-product-multicat p.ctgy-product-code{font-size:0.9rem;}
.mcat-col,.mcat-col-multicat{display:flex;flex-flow:row wrap;justify-content:space-between;padding-bottom:0.5rem;}
.mcat-col a{font-size:1.1rem;border:none;padding:4px;color:#333;margin:0 0.5rem;text-align:center;}
.mcat-col-multicat a{font-size:1.1rem;border:none;padding:4px;color:#333;margin:0 0.5rem;text-align:center;font-weight:500;text-decoration:underline;}
.mcat-col .nopadd{padding:0;}
.mcat-col.full{justify-content:space-around;}
.mcat-col.full a{width:calc(20% - 1rem);}
.mcat-col a:hover{text-decoration:underline;}
.mcat-col-multicat a:hover{border:2px solid #333;}
.catheadname{border-top:1px solid #666;}
.category-product-layout{padding:0;}
.category-product .flag{min-height:220px;display:flex;flex-flow:column;justify-content:center;}
.category-product .original-price{font-size:0.85rem;color:#333;}
.category-product img{max-height:280px;margin:10px auto 0 auto;}
#js-whats-popular-carousel{padding:0 2rem;}
@media only screen and (max-width:768px){.category-title{display:flex;justify-content:space-between;align-items:center}
.category-title h1{font-size:1.5rem !important;margin-bottom:0.5rem !important}
#brand-header img{max-height:50px;max-width:130px}}
@media only screen and (max-width:460px){.category-title p{font-size:0.7rem !important}
.mcat-col.full a{width:100%}
.full-height{width:auto;height:auto}
.full-width{width:100%;height:auto;max-height:100%}}
/************************* Navigation *************************/
/************************* Responsive Navigation *************************/
nav.navigation-checkout{background:#fff;border:none;height:75px !important;}
nav.navigation-bar{background:#333;border:none;}
.mobile-main-header .mobile-menu-button span{color:#fff;}
.mobile-main-header a img{height:40px;}
@media only screen and (max-width:768px){.navigation-bar{display:none}}
@media only screen and (max-width:800px){.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}
.full-height{width:auto;height:auto}
.full-width{width:100%;height:auto;max-height:100%}}
ul.dropdown-navigation .dropdown.first a{text-transform:capitalize;}
@media only screen and (min-width:769px){.row.bg-white.bottom-shadow.product-information{display:flex}
.product-information--purchase{display:flex;flex-direction:column;justify-content:center;align-content:center;padding-left:2rem}
.prod-btn-container{width:70%}
.row .large-three-fourths-sfnt{width:74.9%}
ul.dropdown-navigation{/* max-width:1380px;*/
 width:90%;height:100%;margin:0 auto;padding:0;overflow:hidden;background-color:#333;list-style-type:none;display:flex;justify-content:space-around;border-top:1px solid white}
.dropdown-navigation li{float:left}
.dropdown-navigation li a,.dropbtn{display:inline-block;color:#fff;text-align:center;padding:10px 16px;text-decoration:none;font-size:0.945rem}
#js-navigation-bar{height:auto}
.dropdown-navigation li.dropdown{display:inline-block}
.dropdown-navigation li.dropdown:hover > span > a{color:#ffffff;box-shadow:inset 0 -2px 0 0 #cccccc}
@media screen and (max-width:1088px){#js-navigation-bar{height:71px !important}}
.dropdown-navigation .dropdown-content{display:none;opacity:0;list-style:none;position:absolute;background-color:#ffffff;min-width:180px;z-index:100;padding:1rem;flex-flow:column wrap;max-height:400px;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;box-shadow:0 0 5px 0 rgba(0,0,0,0.5)}
.dropdown-navigation .dropdown-content li{max-width:230px;border-bottom:1px solid #cccccc;margin:0 1rem}
.dropdown-navigation li.dropdown .dropdown-content a{color:#333333;font-weight:normal;padding:5px 10px;text-decoration:none;display:block;text-align:left}
.dropdown-navigation li.dropdown .dropdown-content a:hover{color:#333}
.dropdown-navigation .dropdown:hover .dropdown-content{display:flex;opacity:1;-webkit-animation:fadeInFromNone 0.5s ease-out;-moz-animation:fadeInFromNone 0.5s ease-out;-o-animation:fadeInFromNone 0.5s ease-out;animation:fadeInFromNone 0.5s ease-out}
@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}
1%{display:flex;opacity:0}
100%{display:flex;opacity:1}}
@-moz-keyframes fadeInFromNone{0%{display:none;opacity:0}
1%{display:flex;opacity:0}
100%{display:flex;opacity:1}}
@-o-keyframes fadeInFromNone{0%{display:none;opacity:0}
1%{display:flex;opacity:0}
100%{display:flex;opacity:1}}
@keyframes fadeInFromNone{0%{display:none;opacity:0}
1%{display:flex;opacity:0}
100%{display:flex;opacity:1}}}
/************************* Information Tabs *************************/
div.info-tab{overflow:hidden;background-color:#fff;border-bottom:0.3rem solid #ccc;}
div.info-tab button,div.info-tab a{background-color:inherit;float:left;color:#333;border:none;outline:none;cursor:pointer;padding:14px 16px;transition:0.3s;margin-bottom:0.1rem;}
div.info-tab button:hover,div.info-tab a:hover{background-color:#ccc;}
.tabscontent{display:block;padding:0 0.5rem 0 0.5rem;border:none;border-top:none;-webkit-animation:fadeEffect 1s;-moz-animation:fadeEffect 1s;-o-animation:fadeEffect 1s;animation:fadeEffect 1s;}
/* .tabscontent tr:first-child td{background:#ccc;}
*/
 #Description.tabscontent,#Specifications.tabscontent,#Video.tabscontent,#Installation.tabscontent,#Selection.tabscontent,#Sizing.tabscontent,#Info.tabscontent,#PriceMatch.tabscontent,#WorldwideShip.tabscontent,#ShippingInfo.tabscontent{padding-top:1rem;font-size:1.1rem;}
div.info-tabs{overflow:hidden;border-bottom:2px solid #ccc;margin-bottom:1rem;}
div.info-tabs .tablinks{background-color:inherit;text-transform:uppercase;float:left;color:#333;border:none;outline:none;cursor:pointer;padding:14px 16px;min-width:150px;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
div.info-tabs .tablinks:hover{font-weight:bold;}
div.info-tabs .tablinks.active{background-color:#ccc;color:#fff;}
.tabscontent-v{display:block;padding:6px 12px;overflow-x:auto;-webkit-animation:fadeEffect 1s;-moz-animation:fadeEffect 1s;-o-animation:fadeEffect 1s;animation:fadeEffect 1s;}
@-webkit-keyframes fadeEffect{from{opacity:0}
to{opacity:1}}
@-moz-keyframes fadeEffect{from{opacity:0}
to{opacity:1}}
@-o-keyframes fadeEffect{from{opacity:0}
to{opacity:1}}
@keyframes fadeEffect{from{opacity:0}
to{opacity:1}}
@media screen and (min-width:769px){.prod-name{width:80%}
.main-image[data-icon]:before{z-index:1 !important}
.flag_discount:before{left:1.4rem}}
/************************* Accordion *************************/
.div-accordion{background-color:#fff;border-bottom:2px solid #333;}
button.accordion{background:#fff;color:#333;cursor:pointer;padding:18px;border:none;text-align:left;outline:none;font-size:1.2rem;transition:0.4s;width:100%;}
button.accordion.active,button.accordion:hover{background:#ccc;}
button.accordion:after{content:"\25bc";color:#777;font-weight:bold;float:right;margin-left:5px;}
button.accordion.active:after{content:"\25b2";}
div.panel{padding:0 18px;background:#fff;max-height:auto;overflow:hidden;transition:max-height 0.2s ease-out;border:1px solid lightgray;}
/* Accordion for CTGY Pages */
.accordion-ctgybutton button.accordion{background:#fff;}
.accordion-ctgy button.accordion:after{color:#333;}
.accordion-ctgybutton .accordion.active,button.accordion:hover{background-color:#fff;color:#333;}
/************************* CTGYALFA *************************/
.column-4{display:flex;max-height:300px;flex-flow:column wrap;}
.column-4 a{flex-basis:1;width:25%;height:40px;padding:0 0.5rem;}
/************************* CTGY *************************/
.column-ctgy{float:left;position:relative;width:100%;min-height:1px;}
@media screen and (max-width:768px){.main-content-ctgy{margin-bottom:1rem}}
.prod-ctgy-hdft-header img{padding:0 0.7rem;margin-bottom:0.8rem;}
.ctgy-margin{margin-top:0.5rem;}
.main-content-ctgy-prod{margin-bottom:1rem;margin-top:0.5rem;}
.filter-items-container{margin-bottom:0;display:flex;align-items:center;}
.container-currency-magic{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:flex-end;}
.container-currency-magic select{width:180px;}
.container-currency-magic form{padding-left:0.5rem;}
.sorting,.per-page,.page-links{padding:0rem 1rem;}
.sorting select{height:28px;}
.sorting label{font-size:1.1rem;}
.row .medium-half.page-view{width:22%;}
.bottom-shadow{box-shadow:none;}
@media screen and (max-width:480px){.filter-items-container{flex-flow:column wrap;align-items:flex-start}}
.sub-category{padding:1rem;margin:0 0.6rem 1rem 0.6rem;border:1px solid #ccc;width:calc(25% - 1rem);}
.sub-category a{display:flex;flex-flow:column wrap;align-items:center;font-weight:600;}
.sub-category .detail{display:flex;flex-flow:column;align-items:center;justify-content:space-between;height:inherit;padding-bottom:1rem;}
.sub-category img{max-height:255px;min-height:auto;margin:0 auto 0.5rem;}
.sub-category #brand-header img{min-height:30px;}
/* @media screen and (max-width:1450px){.sub-category img{min-height:200px}}
*/
.column.boat-show{padding:1rem;margin:0 0.5rem 1rem 0.5rem;width:calc(33.3% - 1rem);min-height:166px;height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.boat-show a{display:flex;flex-flow:column wrap;align-items:center;font-weight:500;width:100%;text-align:center;}
@media screen and (max-width:480px){.boat-show .logo-brand{min-height:50px !important;height:50px !important}
.column.sub-category,.column.boat-show{width:calc(50% - 1rem)}
.column.boat-show{height:110px;padding:0.1rem;min-height:110px}}
.sub-category .mg-bottom{margin-bottom:3.5rem;}
.category-title{display:flex;justify-content:space-between;align-items:initial;}
@media screen and (min-width:769px){.category-title{margin-top:1.1rem;padding-left:0.3rem}}
.original-price{font-size:1rem;text-decoration:line-through;margin-bottom:0;line-height:1.2;}
.original-price span{color:#333;font-size:0.9rem;}
#product-header{display:flex;justify-content:flex-end;align-items:center;}
.sub-category #product-header{justify-content:center;}
#product-header a img{height:25px;max-width:120px;}
.category-title #product-header{width:30%;text-align:right;}
.category-title #product-header a img{width:100%;max-height:45px;}
.category-title h1{font-size:1.8rem;font-weight:500;margin-bottom:0.5rem;}
.category-title p{font-size:0.9rem;}
.category-product p.price-display{color:#333;margin:10px 0;}
.price-display-no-vat{color:#333;font-size:0.8rem;font-weight:400;}
.price-display-sides{display:flex;justify-content:space-between;}
a span.quick-view{height:2.5em;line-height:2.5em;}
.category-product a{text-align:left;}
.per-page a[data-selected="selected"]{color:#333333;}
.per-page{text-align:right;}
.row .category-product{border:1px solid #ccc;margin-bottom:0;margin:0.6rem;width:calc(33.332% - 1.2rem);padding:0;}
@media screen and (max-width:768px){.row .category-product{width:calc(50% - 1.2rem);height:400px !important}}
.category-product .container-ctgy-prod{min-height:70px;padding:0 0.75rem;}
.sub-category-layout,.category-product-layout{padding-top:1.5rem;margin-bottom:0;}
@media screen and (max-width:480px){.per-page ul{display:flex;flex-flow:row nowrap}
.per-page ul li{display:inline-flex;align-items:center}}
.slick-initialized .slick-slide{padding:1rem;margin:0 0.5rem 1rem 0.5rem;}
/************************* PROD *************************/
#js-price-value .discount-price{padding:0;font-weight:500;color:#333;font-size:1.2rem;line-height:1;}
#js-price-value .onsale-price{padding:0;font-weight:600;color:#ff0000;font-size:1.2rem;line-height:1;}
#js-price-value .nosale-price{padding:0;font-weight:600;color:#333333;font-size:1.2rem;line-height:1;}
#js-price-value .original-price{font-size:0.9rem;font-weight:500;}
#js-price-value p{margin:0;}
#js-price-value small{font-size:0.8rem;}
.category-product p.price-display.red-price{color:red;}
.prod-no-vat-price{font-weight:400;margin-bottom:0;}
.prod-no-vat-price small{font-size:0.8rem;}
.sparespan{width:15%;display:inline-block;margin-right:0.5rem;}
.HarkenSpare{width:43%;display:inline-block;}
.HarkenSpareParts{margin-top:1rem;}
.HarkenSpareParts img{max-width:1000px;max-height:500px;}
.sparenote{text-align:right;font-size:13px;font-style:italic;}
@media screen and (max-width:768px){.sparespan{width:100%;display:block;margin-right:0.5rem}
.HarkenSpare{width:100%;display:block}
.HarkenSpareParts{margin-top:1rem}
.HarkenSpareParts img{max-width:300px;max-height:150px}}
.note-price-zero{font-size:1.4rem;padding-bottom:0.5rem;font-weight:500;color:red;}
.request-price-ctgy{font-size:1.2rem;padding:0.5rem 0;color:red;}
.request-price-srch{font-size:1rem;padding:0.5rem 0;color:red;}
.price-display-sides span{color:red;}
#js-main-image-zoom img{max-height:450px;}
.main-image{margin-bottom:0rem;}
.thumbnail-wrapper{margin-top:1rem;margin-left:2rem;}
@media screen and (max-width:768px){#js-price-value{font-size:1.3rem}
.original-price,.original-price span{font-size:1.1rem}
.row.breadcrumbs{display:none}}
.product-title{display:flex;align-items:center;}
.product-title h1{width:60%;}
.related-products .h3,.related-products .h3 span{border:none;}
.prod-name{font-weight:500;font-size:1.4rem;padding-bottom:0;margin:0 0 0.1rem 0;}
.prod-name-brand{font-size:1.2rem;text-transform:uppercase;font-weight:bold;margin-bottom:0;display:block;}
.prod-code{font-size:1.1rem;display:inline-block;line-height:2;margin-bottom:0.1rem;}
.small-font{font-size:0.85rem;display:block;}
.button.add-to-cart{margin:0;height:40px;margin-top:0.4rem;line-height:2;background:#333333;border-radius:8px;}
.add-to-cart:hover{background:#333333;}
.ctgy-product-thumbnails img{max-height:55px;margin:0.2rem;}
.ctgy-product-thumbnails{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;padding-bottom:1rem;float:none;margin:0 auto;overflow:visible;}
.row.add-to-cart-wrap{margin:0;padding:0;}
.quantity-wrap{font-size:1.2rem;}
@media screen and (max-width:480px){.add-to-cart-container{padding:0}
.quantity-wrap{text-align:center}
.add-to-cart-wrap input[name="Quantity"],.decrease-quantity,.increase-quantity{width:4rem}}
.container-currency-magic{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;margin-bottom:0;}
.container-currency-magic form{margin-bottom:0;}
.product-attributes .form-row{display:flex;flex-flow:column wrap;justify-content:center;align-items:flex-start;margin-bottom:0;}
.title-currency-magic,.product-attributes label,.title-sort-by{font-weight:400;font-size:0.8rem;margin:0;margin-bottom:3px;line-height:2.5;}
.title-currency-magic{display:inline-block;color:#333;border:none;}
.title-sort-by{display:inline-block;}
select[name="CMAG_currency"]{width:100%;height:28px;background:transparent;color:#333;}
select[name="CMAG_currency"] option{background:#fff;color:#333;font-size:0.9rem;}
@media screen and (max-width:480px){select[name="CMAG_currency"]{width:100%}
.container-currency-magic form{width:100%}}
.product-attributes .form-row select{border:1px solid #dfe1e1;border-radius:0;display:block;font-family:inherit;font-size:100%;height:2rem;line-height:2;outline:0 none;padding:0 0.5rem;vertical-align:middle;width:100%;max-width:280px;}
@media screen and (max-width:480px){.product-attributes .form-row select{width:100%;max-width:100%}}
#js-purchase-product{margin-bottom:0;}
.promo-message{margin-top:0.4rem;font-size:0.8rem;color:red;font-weight:normal;line-height:1;}
.row.bg-white.bottom-shadow.product-information{box-shadow:none;}
#currency-mag{display:inline-block;position:relative;padding:0;}
#currency-mag form{margin-bottom:0;}
.filter-items-container #currency-mag{margin:0;}
.product-information{margin-bottom:0;margin-top:2rem;padding:0.5rem 0 0rem 0;}
@media screen and (max-width:768px){.product-information{margin-top:0rem}}
.product-information--purchase{margin-bottom:0;}
.product-information--images{margin-bottom:0rem;}
.prod-btn-container{display:flex;flex-flow:row wrap;justify-content:space-around;padding:1rem 0 0 0;}
.prod-btn-container .medium-one-fourth{width:25%;}
/************************* CHECKOUT *************************/
.checkout-title{color:#fff;font-size:2rem;margin:0;}
.checkout-headers{/* max-width:1380px;*/
 border-top:1px solid #fff;max-height:75px;font-size:0.9rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;}
.checkout-headers span,.checkout-headers strong{color:#333;font-weight:500;}
.checkout-headers span{padding-right:1rem;}
.checkout-headers .column{margin:0 1.7rem 0 0;padding:0.3rem 0rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;background:#ededed;}
/* .checkout-headers .current-step{background:#666;box-shadow:inset 0px -12px 0px -8px #ff851b;-webkit-box-shadow:inset 0px -12px 0px -8px #ff851b;-moz-box-shadow:inset 0px -12px 0px -8px #ff851b;-o-box-shadow:inset 0px -12px 0px -8px #ff851b;}
*/
 #js-BASK .cart-contents{padding:1rem 0;}
.cart-contents{padding:1rem 5rem 0 0;}
@media screen and (max-width:768px){.cart-contents{padding:1rem 0}
#js-BASK .cart-contents{padding-top:0}}
.cart-summary-heading{padding-left:0.75rem;padding-top:0.75rem;font-size:0.75rem;}
.fields-heading .controls label{margin-right:0;text-align:left;width:auto;position:initial;top:8px;}
.inline-labeling label{text-align:left;}
/* PRODUCT FLAG COLORS */
/* .flag--hot:before{border-bottom-color:#ff851b;}
.flag--sale:before{border-bottom-color:red;}
.flag--new:before{border-bottom-color:#1ac7e2;}
.flag--freeshipping:before{border-bottom-color:none;}
*/
.lewmar-message{color:red;display:flex;justify-content:flex-start;align-items:center;font-size:0.9rem;margin-top:1rem;width:80%;}
.free-shipping-note{color:#333;display:flex;justify-content:flex-start;align-items:center;font-size:0.9rem;margin-top:1rem;width:80%;}
@media screen and (max-width:768px){.free-shipping-note{width:100%}}
.free-shipping-note svg,.lewmar-message svg{margin:0 0.5rem 0 0;}
.free-shipping-note span,.lewmar-message span{margin:0;}
.paypal-express{display:flex;}
/* TABLES */
.modal-body table th,.modal-body table td{padding:0 0.5rem;width:50%;}
.modal-body table th{background:#333;color:#fff;}
.modal-body table tbody{background:#ccc;}
.modal-body .text-wrapper{padding:1rem;line-height:1.2;}
.text-wrapper a{font-size:1.5rem;}
.text-wrapper a:hover{font-weight:bold;}
.tabcontent{padding:0;border-top:none;}
#js-product-attributes{padding-bottom:1rem;}
#js-product-attributes .form-row{padding-top:0.5rem;}
#js-product-attributes select,.container-currency-magic select{font-size:0.8rem;border-radius:8px;}
#js-product-list{padding:0.5rem;}
table.sizetable{font-size:14px;border-width:0px;border-color:#333;border-collapse:collapse;border-spacing:0px;vertical-align:middle;text-align:center;width:100%;margin:10px 0px 30px 0px;display:table;}
table.sizetable th{border-width:1px;padding:6px 4px;border-style:solid;border-color:#333;background-color:#ccc;vertical-align:middle;text-align:center;}
table.sizetable td{border-width:1px;padding:6px 4px;border-style:solid;border-color:#333;background-color:#fff;vertical-align:middle;}
/************************* CHECKOUT - SHIPPING/PAYMENT *************************/
.newsletter-checkbox{font-size:1.2rem;padding-left:1.6rem;}
/************************* UNSUBSCRIBE FORM *************************/
.unsubscribe-form-container{display:flex;justify-content:center;padding-top:1.5rem;}
/************************* CONTACT US *************************/
.ctus-options{border:1px solid #ccc;padding:1rem;border-radius:8px;}
.ctus-options:hover{background-color:#cccccc;}
.ctus-options img{width:15%;}
.ctus-marg-top,.ctus-marg-top-1{margin-top:20px;}
.marg-top{margin-top:2rem;}
.marg-bottom{margin-bottom:2rem;}
.flex-center-column{display:flex;align-items:center;justify-content:center;flex-direction:column;}
.flex-row-start{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;}
.flex-row-space{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}
@media screen and (max-width:768px){.flex-row-space{display:flex;flex-flow:row;justify-content:space-between;align-items:center;flex-wrap:wrap}
.pad-mob-checkout{padding-top:1rem}
.ctus-padleft{padding-left:0.5rem}
.flex-center-column{display:flex;align-items:center;justify-content:flex-start;flex-direction:row}
.ctus-marg-top{margin-top:0rem}
.ctus-marg-top-1{margin-top:10px}
.ctus-options{padding-left:1rem !important;margin-right:0px !important;margin-left:0px !important}
.ctus-options img{width:8%}}
.row .top.left{width:33.3%;}
.column.whole.ctus{display:flex;justify-content:flex-start;}
.form-hidden{display:none;}
.form-hidden form{display:flex;padding-top:1rem;justify-content:center;}
#chatctusbutton{font-size:1.2rem;border:1px solid #cccccc;display:inline-block;padding:0.5rem 1rem;border-radius:8px;}
#chatctusbutton img{width:40px;}
.inline-block{display:inline-block;}
.ctus-container{display:flex;}
.ctus-container form{width:70%;padding-right:1rem;}
.ctus-container form fieldset{width:80%;}
.ctus-container > div{width:30%;padding-left:1rem;}
.ctus-container > .ctus-response{display:none;width:70%;padding-right:1rem;}
.form-row{position:relative;margin-bottom:1rem;}
.language-ctus{width:20%;margin-bottom:1rem;}
.contact-form label{position:absolute;left:10px;top:5px;}
.form-two{display:flex;}
.form-two .form-row{width:50%;}
.form-two .form-row:first-child{margin-right:1rem;}
.ctus-container-flags{display:flex;justify-content:space-around;margin:0 -0.2rem 0.8rem -0.3rem;}
.ctus-right-col{display:flex;flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;}
.ctus-right-col > div{padding:0;margin-bottom:1rem;}
.ctus-right-col > h2{margin-bottom:0;}
.button{border-radius:8px;}
.button-ctus{background:rgba(255,255,255,1);border:2px solid;width:280px;font-size:1rem;line-height:1;margin:0.5rem;padding:1rem 2rem;transition:0.25s;}
.button-ctus.small{width:150px;}
.button-language{background:#fff;border:2px solid #666;font-size:1rem;line-height:1;transition:0.25s;}
.text-padding-left{padding-left:0.5rem;}
.container-ctus{padding-bottom:2rem;}
.fill{color:#333;}
.container-panels{display:flex;}
.fill:hover,.button-language.selected,.button-ctus.selected{box-shadow:inset 0 0 0 4rem #333333;color:#fff;border-color:#ccc;}
#response-panel{padding:1rem 0;}
.panel-body{font-size:1.2rem;text-align:center;color:#ff851b;margin-bottom:3rem;}
.no-margin{margin:0;}
.form-row-btn input{width:50%;}
@media screen and (max-width:680px){.button-language .inner-text{display:none}
.ctus-container-flags{flex-wrap:wrap}
.ctus-container{flex-flow:column;align-items:center}
.button-language{width:25%;margin:0 0.5rem 0.5rem 0.5rem}
.form-row-btn input{font-size:1rem}
.form-hidden{margin:0 0.5rem}}
@media only screen and (max-width:480px){.language-ctus{width:100%}
.ctus-container .contact-form{width:100%;margin:auto;padding:0}
.contact-form fieldset{width:100%}
.form-row-btn input{width:100%}
.ctus-container > div{width:100%}}
@media screen and (max-width:480px){.ctus-container form{width:100%}
.ctus-container form fieldset{width:100%}}
/************************* Our-Partners *************************/
.partners-title{width:100%;}
.container-partners{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;}
.container-partners .partner{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;}
.partner .partner-logo img{margin:auto;display:block;max-height:97.5px;max-width:400px;}
/************************* Modal *************************/
 .modal-prod{display:none;z-index:1;padding-top:1.5rem;left:0;top:0;width:100%;height:100%;overflow:auto;}
.modal-overlay{position:fixed;top:0;bottom:0;right:0;left:0;background:#999;opacity:0.6;z-index:666;}
.close-modal{cursor:pointer;}
button.prod-icons{display:flex;color:#666;flex-flow:column wrap;line-height:1.2;justify-content:center;align-content:center;font-size:0.8rem;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;background:transparent;border:none;}
button.prod-icons:hover{color:#333;}
button.prod-icons:hover i{color:#ff6600;}
button.prod-icons i{display:flex;align-items:center;align-self:center;font-size:1.5rem;margin-right:0.6rem;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;}
.prod-icons svg{align-self:center;margin-bottom:0.2rem;}
.modal-header{display:flex;justify-content:center;align-content:center;padding:2px 16px;background-color:#333;color:white;}
.modal-header h2{display:flex;flex:1;justify-content:center;align-items:center;margin:0;color:#fff;}
.modal-subheader{display:flex;justify-content:flex-start;padding-top:1rem;}
.modal-subheader:first-child{padding:0;}
.modal-subheader h4{margin:0;}
.modal-subheader,.modal-table{width:100%;margin:auto;}
.modal-table tr th,.modal-table tr td{text-align:left;}
.modal-table tr td:first-child,.modal-table tr th:first-child{background:#cccccc;width:40%;border-right:1px solid #333;}
.modal-body{padding:1rem;padding-top:0;}
.modal-body table{margin:0;display:table;}
/* Modal Footer */
.modal-footer{padding:2px 16px;background-color:#5cb85c;color:white;}
/* Modal Content */
.modal-content{position:relative;margin:auto;padding:0;width:60%;-webkit-animation-name:animatetop;-webkit-animation-duration:0.4s;animation-name:animatetop;animation-duration:0.4s;}
/************************* Article Page *************************/
.category-article-layout{margin-bottom:1.25rem;padding-top:1.5rem;}
.category-article{margin-left:6px;margin-bottom:2rem;text-align:center;border-bottom:1px solid #666;}
.category-article a{padding-bottom:1rem;font-size:1.2rem;}
.category-article img{display:block;height:150px;margin:0 auto 0.5rem;}
.category-article p{margin-bottom:0.6rem;text-align:left;font-size:1rem;}
.category-article .btn-article{text-align:center;width:100%;}
.category-article .button{margin-bottom:1rem;font-size:0.9rem;}
.category-article .button-light{background:transparent;color:#333;border:1px solid #333;}
/* GENERIC LOADING OVERLAY */
.generic-loader{display:none;position:fixed;z-index:1000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,0.8) url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;}
body.loading .generic-loader{overflow:hidden;}
body.loading .generic-loader{display:block;}
/* Generic Modal */
 .modal{height:100%;width:100%;position:fixed;z-index:10;top:0;left:0;background-color:rgba(0,0,0,0.5);overflow-x:hidden;transition:0.5s;display:none;}
.modal-content{width:100%;height:100%;text-align:center;display:flex;justify-content:center;align-items:center;z-index:20;}
.modal a{padding:8px 0;text-decoration:underline;font-size:1rem;font-weight:500;color:#333333;display:block;transition:0.3s;}
.modal a:hover,.modal a:focus{color:#333;}
.modal .closebtn{position:absolute;top:20px;right:45px;font-size:60px;color:#ffffff;z-index:21;}
.modal .modal-prod{display:table;width:40%;height:200px;background:#fff;margin:auto;padding:3rem 0rem 3rem 0rem;}
.modal-prod .content{width:80%;margin:0 auto;text-align:left;padding-top:1rem;}
.note-bottom-modal{display:flex;justify-content:center;margin-top:1rem;}
.modal-prod h2{padding:0;width:80%;margin:0 auto;border-top:2px solid #333;border-bottom:2px solid #333;}
@media screen and (max-width:840px){.modal .modal-prod{width:95%}
.modal-prod .content{width:85%;font-size:0.8rem}
.modal .closebtn{top:0;right:8px;padding:0;line-height:0.5}
.modal-table{width:100%}
.modal-subheader{margin:0}
.content a{font-size:0.8rem}}
@media screen and (min-width:769px){.modal-content{width:40%;height:80%;margin:auto;overflow:auto;margin-top:5%;max-width:800px}
.modal .modal-prod{width:100%}}
/* Modal Discount */
.modaldiscount{display:none;position:fixed;z-index:50;padding-top:100px;left:0;top:0;width:100%;height:100%;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);}
.modal-content-discount{background-color:#fefefe;margin:auto;width:95%;height:70%;}
.close-discount{color:#aaaaaa;float:left;font-size:3rem;font-weight:bold;position:absolute;margin-left:1rem;}
.close-discount:hover,.close-discount:focus{color:#333;text-decoration:none;cursor:pointer;}
.imgDiscount{width:100%;}
/* No overlapping borders */
table{border-spacing:0;border-left:1px solid #333;border-top:1px solid #333;width:100%;margin:1rem 0;}
table th,table td{border-bottom:1px solid #333;border-right:1px solid #333;text-align:left;font-size:0.9rem;line-height:1;height:15px;padding:0.5rem;}
thead th,tbody tr td:first-child{font-weight:bold;background:#ccc;}
.image-two{width:90%;display:flex;flex-flow:row wrap;justify-content:space-between;}
.image-two img{max-width:800px;}
/************************* Standing Rigging PAGE *************************/
 #one-page-form{width:60%;margin:0 auto;text-align:center;font-size:1rem;}
#one-page-form section{position:relative;padding-bottom:1rem;text-align:left;}
#one-page-form section > div{padding-bottom:1rem;}
#one-page-form h3{font-size:1.2rem;}
#one-page-form .form-row{margin:0;}
#one-page-form .image-radio-container{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;padding-bottom:2rem;margin:0 0.5rem;}
#one-page-form #wire-sizes{width:40%;display:flex;justify-content:center;}
.image-radio-container input{margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.image-radio-container input:checked + .image-radio{border:2px solid #666;}
.image-radio{cursor:pointer;background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;width:100%;height:140px;-webkit-transition:all 100ms ease-in;-moz-transition:all 100ms ease-in;transition:all 100ms ease-in;}
.image-radio-container > div{display:flex;flex-flow:column-reverse wrap;justify-content:center;align-items:center;width:calc(100% / 4);}
@media screen and (max-width:480px){#one-page-form{width:100%}}
/************************* Invoice *************************/
.padding-top{padding-top:1rem;}
.basket-header-row{border:none;color:#333;font-size:1.1rem;text-align:left;padding-left:0;}
.fields-heading{color:#333;background:#fff;font-size:1.1rem;text-align:left;padding-left:0;font-weight:600;height:38px;}
.basket-button-row{padding-left:0.75rem;padding-bottom:1.5rem;padding-top:1.5rem;}
.page-buttons{padding:0 1rem;}
.page-buttons a{line-height:2.5;margin-right:0.25rem;width:2.5rem;height:2.5rem;outline:1px solid #dedede;display:inline-block;font-size:1rem;text-align:center;text-decoration:none;}
.row-search-pages{padding-top:1rem;}
.whole-input{width:100% !important;}
.button-round,.button-round select{height:2rem !important;line-height:2.25 !important;}
.button-ctr{width:175px;height:40px;line-height:2.25;font-size:1rem;}
.button-logout{width:100px;height:30px;font-size:14px;line-height:2;margin-top:0.5rem;}
@media screen and (max-width:959px){.button-round,.button-round select{height:2rem !important;font-size:14px}
.select-button-round{font-size:1rem}}
/************************* Cookies Disclaimer *************************/
.cookie-disclaimer{display:none;background:#666;color:#fff;opacity:0.9;width:100%;bottom:0;left:0;z-index:1;margin:auto;position:fixed;}
.cookie-container{padding-top:5px;padding-bottom:5px;display:flex;flex-flow:column;max-width:1600px;margin:auto 0.5rem;justify-content:space-evenly;align-items:center;}
.cookie-container p{width:90%;margin:0.5rem 1rem;text-align:left;font-size:0.9rem;}
.cookie-container div{width:50%;display:flex;flex-flow:column;justify-content:center;align-items:center;margin:auto;}
.cookie-container a{font-weight:bold;color:#ff851b;}
@media screen and (max-width:1024px){.cookie-disclaimer{height:130px}}
@media screen and (max-width:768px){.message{margin-top:0}
.cookie-disclaimer{height:220px}}
@media screen and (max-width:480px){.cookie-disclaimer{height:250px;bottom:200px}
.cookie-container p{width:100%;text-align:center;padding:0.2rem}
.cookie-container div{width:50%;padding-top:0.5rem}}
.g-recaptcha{display:flex;justify-content:center;padding-bottom:0.5rem;margin-bottom:1rem;}
#instagram-overlay{display:none;}
@media screen and (min-width:1900px){.wrap-narrow{/* max-width:1380px;*/
}
ul.dropdown-navigation{/* max-width:1380px;*/
}}
.page-links{margin-bottom:1rem;}
.page-links a:hover{outline-color:#ff851b;}
/* Testimonials */
 .slick-dotted .slick-dots{bottom:20px;}
.slick-dotted .slick-dots li,.slick-dotted .slick-dots li button,.slick-dotted .slick-dots li button:before{width:25px;height:25px;font-size:1.2rem;}
.slick-dotted .slick-dots li{margin:0;}
.slick-dotted .slick-dots li button:before{opacity:1;color:#fff;}
.slider-testimonial{width:100%;}
.testimonial-image{margin:1rem auto;width:80px;border-radius:50%;}
.testimonial-content{display:flex;flex-flow:column wrap;align-items:center;justify-content:center;padding-bottom:6rem;}
.date-testimonial{font-weight:bold;font-size:1.2rem;}
.text-testimonial{color:#666;font-size:1rem;margin:1rem 0;width:60%;font-style:italic;text-align:center;}
.name-testimonial{font-weight:bold;font-size:1rem;margin:0;}
.location-testimonial{font-weight:bold;font-size:1rem;margin:0;}
.slick-slider .slick-track{background:#ddd;}
.more-testimonials{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;}
.testimonial-card{width:calc((100% / 3) - 2rem);padding:1.5rem;margin:1rem 1rem 4rem 1rem;background:#eee;position:relative;}
.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;}
.testimonial-card:first-child,.testimonial-card:nth-child(4){margin-left:0;}
.testimonial-card:nth-child(3n){margin-right:0;}
.testimonial-card img{width:50px;margin:0 auto 1rem auto;height:50px;display:block;}
.date-testimonial-card{font-weight:bold;font-size:1.2rem;margin:1rem 0;display:flex;justify-content:center;}
.testimonial-card .triangle{width:0;position:absolute;right:80px;height:0;border-style:solid;border-width:69.3px 40px 0 40px;border-color:#eee transparent transparent transparent;line-height:0px;_border-color:#cccccc #000000 #000000 #000000;_filter:progid:DXImageTransform.Microsoft.Chroma(color="#000000");}
.testimonials-title{padding:2rem 0;}
@media screen and (max-width:480px){.more-testimonials .testimonial-card{width:100%;margin:2rem;padding:1rem}
.testimonials-title{margin:0 2rem;font-size:1.5rem}}
.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:block;visibility:initial;}
.container-form-buttons{display:flex;justify-content:center;padding:1rem 0;}
.container-form-buttons input{width:45%;height:3rem;line-height:3;margin:0 0.5rem;}
.avatar-content-wrap .avatar-content{background-color:#ff6600 !important;}
/*chat MPS Freshchat*/
.articles-list div.footer-note,.categories-list div.footer-note,.h-categories div.footer-note{display:none;}
.h-reply-wrapper div.footer-note{display:none;}
.d-hotline{background-color:#ff6600 !important;}
/************************* Checkout Forms *************************/
.OCST,.OSEL,.OPAY,.INVC,.ORDL{background:#fff !important;color:#333 !important;height:105px !important;}
.row .one-fourth-checkout{width:21%;}
@media screen and (max-width:1024px){.checkout-headers span{padding-right:0.5rem}
.checkout-headers span{font-size:1.5rem}}
.current-step span,.current-step strong{color:#fff !important;font-weight:500;}
.checkout-headers .current-step{position:relative;background:#ff851b;color:#fff !important;border:none;border-bottom-left-radius:0rem !important;border-top-left-radius:0rem !important;}
.checkout-headers .last-step{position:relative;background:#ededed;color:#333;border:none;border-bottom-right-radius:0rem !important;border-top-right-radius:0rem !important;}
.checkout-headers .last-step::before{content:"";position:absolute;right:-30px;bottom:0;width:0;height:0;border-left:30px solid #ededed;border-top:30px solid transparent;border-bottom:27px solid transparent;}
.checkout-headers .current-step::after{content:"";position:absolute;left:0px;bottom:0;width:0;height:0;border-left:25px solid #fff;border-top:30px solid transparent;border-bottom:27px solid transparent;}
/* Store Redirecting */
.wrapper-store-geolocation{width:100%;height:450px;margin-bottom:30px;}
.store-geolocation-img{width:100%;height:160px;}
.store-geolocation-img img{height:100%;width:100%;}
.geolocation-content{display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;height:100%;background:#fff;width:100%;}
.geolocation-content .geolocation-content-btn{display:flex;width:100%;flex-flow:row nowrap;justify-content:space-evenly;align-items:center;padding-top:30px;}
.geolocation-content h3{font-size:35px;margin-top:40px;}
.geolocation-content p{font-size:20px;padding:0 45px;}
.geolocation-content button{width:40%;height:50px;border-radius:10px;}
.geolocation-content button.go-to{background:#ccc;color:#333;border:1px solid #ccc;}
.geolocation-content button.stay-here{background:#333;color:#fff;border:1px solid #333;}
/* AFAD */
 .afad-wrapper{width:80%;}
.afad-wrapper .form-inline{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;}
.afad-wrapper .form-inline .form-row{width:48%;}
.afad-wrapper a{text-decoration:underline;font-weight:800;}
.afad-wrapper .aff-terms{background:none;border:none;padding:0;width:100%;text-align:left;}
.afad-wrapper button:focus{outline:0;}
.customer-fields .afad-wrapper .form_row{width:100%;margin:0 0 1rem 0;}
.customer-fields .afad-wrapper .form_row input,.customer-fields .afad-wrapper .form_row textarea,.customer-fields .afad-wrapper .form_row select{width:100%;}
.customer-fields .afad-wrapper .form_row input[type="checkbox"]{width:20px;margin-top:20px;}
.aff-qa-wrapper{padding:45px;}
.aff-qa-list{padding-left:20px;}
.aff-qa-list > li{font-weight:bold;font-size:20px;}
.aff-qa-create-account{width:100%;background:#333;border-radius:10px;font-size:1.2rem;color:#fff;}
.aff-paypal{width:35%;background:#cccccc;border-radius:10px;border:none;font-size:1.2rem;color:#333333;padding:0.25rem;}
.aff-profile-button{width:70%;background:#333;border-radius:10px;border:none;font-size:1.2rem;color:#fff;padding:0.25rem;}
.aff-select-banner-button{width:50%;background:#333;border-radius:10px;border:none;font-size:1.2rem;color:#fff;}
.response-panel-afad{background:#f5f5f5;padding:1rem 0.8rem;}
@media only screen and (min-width:769px){.afad-wrapper{width:60%}
.aff-qa-wrapper{padding:10px}
.aff-qa-create-account{width:350px}
.aff-profile-button{width:35%}
.aff-profile-button.large{width:45%}
.aff-profile .aff-profile-button.large:hover{height:initial}
.shipping-estimator{width:40%}}
/* Affiliate Program */
.payment-request-response{display:none;}
.michroma-font{font-family:"Michroma",sans-serif;}
.affiliate-program-wrapper .left-column{text-align:justify;padding:2rem 0.75rem 0 0.75rem;margin-left:5%;}
.affiliate-program-wrapper .blue-info{color:#44dae7;}
.affiliate-program-wrapper h2.subtitle{font-size:1.35rem;color:#333;font-family:"Michroma",sans-serif;font-weight:400;margin-bottom:0;line-height:2;}
.affiliate-program-wrapper h1.title{color:#333;font-size:2.5rem;font-family:"Michroma";font-weight:400;line-height:1;}
.number-circle{border-radius:50%;width:40px;height:40px;padding:0px 10px;background:none;border:2px solid #fff;color:#fff;text-align:center;display:inline-block;margin:0 20px 0 0;font-size:23px;}
.number-circle.gray{border:none;background-color:#cccccc;width:70px;height:70px;padding:18px;font-size:23px;}
.floating-info{position:absolute;display:none;background:#333;padding:30px 15px;width:40%;top:40%;right:15%;}
.floating-info .floating-info-line{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}
.floating-info-line-column{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;}
.floating-info-line h3{font-size:20px;color:#fff;margin:0;font-weight:200;}
.floating-info-line p{font-size:15px;color:#fff;margin:0 0 20px 0;}
.affiliate-program-text{width:100%;}
.affiliate-program-text p{line-height:2;}
#affiliate-info p,.commision-aff p{margin-bottom:0.5rem;}
.aff-get-started-button{float:left;font-size:1.2rem;padding:0.5rem 1rem;border:1px solid #333;background:#333;border-radius:8px;margin-right:12%;color:#fff;}
.aff-get-started-button:hover{color:#fff;}
.aff-profile-payment-button{background:none;border:none;padding:0px;margin-top:20px;width:100%;text-align:left;font-size:16px;font-weight:bold;}
.payment-info h4{font-size:14px;}
.payment-info{margin-left:20px;font-size:12px;}
@media screen and (min-width:1650px){.row-tall{min-height:650px}
.floating-info{width:40%;top:40%;right:15%}}
.medium-affiliate{width:45%;}
.affiliate-ads{text-align:center;}
.copy-ad-link,.copy-code-btn{background:#333;padding:5px 30px;color:#fff;font-weight:400;font-size:15px;border:none;border-radius:10px;}
.aff-profile p,.aff-profile h3{color:#333333;}
.commissions-column{border-top:1px solid #d9d9d9;border-left:none;}
.aff-profile-header-wrapper{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:flex-start;padding-bottom:25px;}
.aff-profile-header{color:#333;display:flex;flex-flow:column wrap;align-items:flex-start;justify-content:flex-start;}
.aff-profile-header h2{margin:0;}
.aff-profile-header a{text-decoration:underline;color:#9d9d9d;}
.modal-prod .content textarea{line-height:1.1;font-size:16px;padding:10px;margin-bottom:10px;}
@media screen and (min-width:1024px){.floating-info{display:block}
.affiliate-program-text{width:70%}
.affiliate-program-wrapper .left-column{text-align:justify;padding:3rem 2rem 0 0.75rem;margin-left:5%}
.commissions-column{border-left:1px solid #d9d9d9;border-top:none}}
@media only screen and (min-width:1024px) and (max-width:1649px){.affiliate-program-wrapper h1.title{font-size:3rem}
.floating-info{width:40%;right:18%;top:35%}}
/* Profurl Guide */
 .profurl-guide-wrapper{display:block;width:100%;margin:auto;}
.profurl-guide{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;text-align:left;}
.profurl-guide .guide-screen{padding:30px 0 20px 0;width:20%;min-width:250px;}
.profurl-guide .next button{font-size:20px;width:120px;margin:10px 15px;background-color:#333333;color:#ffffff;}
.basket-estimate-continue{display:flex;justify-content:flex-end;}
.button-continue-basket{height:40px;}
.basket-estimate-continue .button-continue-basket,.basket-estimate-continue .shipping-estimator{text-decoration:underline;padding:0;}
.tab-faq{display:none;padding-top:5px;}
.tab-faq p{display:none;margin:0;}
.tab-faq a{display:block;font-size:1.2rem;margin:20px 0;font-weight:600;}
.tab-faq a img{width:25px;height:25px;float:right;}
.button-continue-basket img,.shipping-estimator img{width:20px;height:20px;}
.wish-list-small{font-size:0.9rem;}
#mobile-checkout-pre-step{position:fixed;z-index:1000;top:0;padding:20px;background:white;min-height:92vh;}
.payment-method-selectors input[type="radio"]{position:absolute;opacity:0;width:0;height:0;}
.payment-method-selectors input[type="radio"] + img{cursor:pointer;}
.payment-method-selectors input[type="radio"]:checked + img,.message-info input[type="radio"]:checked + label{outline:2px solid #ff851b;}
.invc-column{display:flex;flex-flow:column wrap;}
.invc-column span:empty:before{content:"\200b";}
.invc-column-label span{font-weight:600;}
.invc-center-banner{padding:20px 0;text-align:center;}
.invc-center-banner a{font-size:16px;font-weight:500;}
.invc-center-banner h3{font-size:24px;font-weight:800;}
.invc-center-banner h4{font-size:18px;font-weight:600;}
.invc-center-banner h3,.invc-center-banner h4{margin-bottom:0;}
.border-bottom{border-bottom:1px solid #ccc;}
.basket-button-row .button.decoration,.basket-product-row .button.decoration:hover{text-decoration:underline !important;}
.country-banner{color:white;background:#0acfe1;text-align:center;padding:0.3rem;font-size:14px;}
@media screen and (max-width:768px){.icon-container{display:none}
.tab-faq{padding:0rem 0.5rem}
.tab-faq a{display:block;font-size:1.03rem;margin:20px 0;font-weight:600}
.tab-faq a img{width:20px;height:20px;float:right}}
/************************** DO NOT ERASE THIS PART *********************/
 /* ADVANCED SEARCH */
 .advanced-search1{width:30%;float:left;padding-right:3rem;}
.advanced-product{width:70%;float:right;}
@media screen and (max-width:768px){.advanced-search1{width:100%;padding-right:0rem}
.advanced-product{width:100%}}
.advanced-product__header{display:flex;justify-content:space-between;align-items:flex-start;}/*---------------- DROPDOWN ----------------------*/
 /* .dropdown-navigation li.dropdown:hover a{color:#fff}
*/
 /************************* Category Tree *************************/
 .category-tree h5{background:#fff;padding:0.1rem 0rem;line-height:1.5;height:28px}
.category-tree a{font-size:1rem}
/************************CTGY TITLE ****************************/
 #product-header a img{height:40px;max-width:150px}
/************************CTGY AND PROD DESCRIPTION ****************************/
 div.info-tab button.active{background-color:#ccc;color:#333;font-weight:bold}
div.info-tab button{padding:8px 16px}
/************************BRAND HEADER **************************/
 #brand-header img{max-height:60px;max-width:150px}
#bybrand-header img{max-height:60px;max-width:110px}
@media screen and (max-width:768px){#bybrand-header img{max-height:40px;max-width:90px}}
/**********************TABLES **************************/
 table.sizetable td,table.sizetable th{text-align:center !important}
table.sizetable .bg-white{background-color:#ffffff !important}
@media screen and (max-width:1400px){#Sizing.tabcontent{overflow-x:auto}}
/********************** DROPDOWN LANGUAGES **************************/
 .languagepicker{display:inline-block;height:25px;overflow:hidden;transition:all 1s ease;float:left;width:183px;background-color:#333 !important;position:absolute;right:0%;top:0px;z-index:9}
.chooseLanguage{width:10px;margin-top:8px;float:right}
.mauriLanguage{z-index:2000}
.mauriTitle{left:48%}
.main-header{z-index:1}
.liMargin{color:white;text-align:left;margin-left:8px;margin-right:-20px;padding-right:0px;font-size:0.75rem !important;margin-top:3px;width:168px;border-bottom:1px solid #fff}
.languagepicker a li{font-size:0.75rem;margin-top:3px}
.large:hover{height:120px;z-index:10000 !important}
.flag-img{width:21px;margin-top:-2px;margin-right:13px}
.arrow-img{width:15px;margin-left:60%;margin-right:0;padding-right:2px}
.resizePromoMessage{/* max-width:1380px;*/
 margin:0 auto;clear:both;display:flex;position:relative}
.languagepickeropen{background-color:#fff;color:#333}
/********************** MINI BASKET COUNT **************************/
 #js-mini-basket-count{font-size:0.65rem}
/* .flag--sale:after{white-space:pre;content:attr(discount)}
*/
 @media screen and (max-width:768px){.zoomContainer{display:none}}
/*set a border on the images to prevent shifting*/
 #js-thumbnails img{border:2px solid white}
/*Change the colour*/
 .active img{border:1.5px solid #ccc !important}
.left-medium-half{padding-right:10px !important}
.right-medium-half{padding-left:10px !important}
.center-third-half{width:calc(33.332% - (40px / 3)) !important;margin-right:10px;margin-left:10px}
.right-third-half{width:calc((100% / 3) - (40px / 3)) !important;margin-left:10px}
.left-third-half{width:calc((100% / 3) - (40px / 3)) !important;margin-right:10px }
.center-fifth-half{width:calc((100% / 5) - 16px) !important;margin-right:10px !important;margin-left:10px !important}
.right-fifth-half{width:calc((100% / 5) - 16px) !important;margin-left:10px !important}
.left-fifth-half{width:calc((100% / 5) - 16px) !important;margin-right:10px !important}
.center-fourth-half{width:calc((100% / 4) - 15px) !important;margin-right:10px !important;margin-left:10px !important}
.right-fourth-half{width:calc((100% / 4) - 15px) !important;margin-left:10px !important}
.left-fourth-half{width:calc((100% / 4) - 15px) !important;margin-right:10px !important}
.center-sixth-half{width:calc((100% - 260px) / 6) !important;margin-right:26px !important;margin-left:26px !important}
.right-sixth-half{width:calc((100% - 260px) / 6) !important;margin-left:26px !important}
.left-sixth-half{width:calc((100% - 260px) / 6) !important;margin-right:26px !important}
.seven-div{width:70% !important;font-size:1.3rem;padding-top:15px;color:#666;margin-top:20px;margin-bottom:20px}
.three-div{width:30% !important;border-left:4px solid #FF851B;padding:20px;font-size:1.3rem;color:#666;margin-top:20px;margin-bottom:20px}
.seven-div p{padding-right:100px}
.center-title-sfnt{text-align:center;font-size:2.25rem;font-weight:500;padding:10px}
.left-title-sfnt{font-size:2rem;font-weight:600;padding-top:20px}
.left-title-sfnt-nopad{font-size:2rem;font-weight:600}
.pad-top-sfnt{padding-top:20px}
@media screen and (max-width:768px){.left-medium-half{width:100% !important;padding-right:0px;margin-bottom:10px}
.right-medium-half{width:100% !important;padding-left:0px}
.center-third-half{width:100% !important;padding-right:0px;padding-left:0px;margin-bottom:10px}
.right-third-half{width:100% !important;padding-left:0px}
.left-third-half{width:100% !important;padding-right:0px;margin-bottom:10px}}
@media screen and (max-width:690px){.seven-div{width:100% !important;display:none}
.three-div{width:100% !important}}
.column-sfnt h4{margin-bottom:0 !important}
.sfnt-padtop{padding-top:20px}
.sub-category #brand-header img{width:100%}/* Slider */
.slick-slider
{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list
{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus
{outline:none;}
.slick-list.dragging
{cursor:pointer;cursor:hand;}
.slick-slider .slick-track{background:#fff !important;}
.slick-slider .slick-track,.slick-slider .slick-list
{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track
{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before,.slick-track:after
{display:table;content:'';}
.slick-track:after
{clear:both;}
.slick-loading .slick-track
{visibility:hidden;}
.slick-slide
{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide
{float:right;}
.slick-slide img
{display:block;}
.slick-slide.slick-loading img
{display:none;}
.slick-slide.dragging img
{pointer-events:none;}
.slick-initialized .slick-slide
{display:block;padding:0;margin:0 0.6rem 0rem 0.6rem !important;}
.slick-loading .slick-slide
{visibility:hidden;}
.slick-vertical .slick-slide
{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slider{width:198% !important;margin-left:-71%;margin-top:0;margin-bottom:13px}
.slick-slide{margin:0px 20px}
.slick-slide img{width:100%}
.slick-next,.slick-prev{display:none !important}
.slick-slide{transition:all ease-in-out .3s;opacity:1}
.slick-active{opacity:1}
.slick-current{opacity:1}
@media screen and (max-width:768px){.pre-header{display:none !important}}.mobile-narrow{margin-left:calc(((100% / 6) - 50px) / 2) !important;margin-right:calc(((100% / 6) - 36px) / 2) !important}
.mob-des-narrow{}
.whole-width{width:100%}
.whole-width img{width:100%}
.center-text,.center{text-align:center}
.center img{max-height:300px;max-width:600px}
.mobile-btn{background-color:#fff;border:1px solid #ccc;color:#333;width:42.2%}
.btn-right{margin-right:calc(((110% / 6) - 36px) / 2)}
.btn-left{margin-left:calc(((110% / 6) - 16px) / 2)}
.margin-sfnt{padding:5px 0}
.buttonInside{position:relative;margin-bottom:10px}
.buttonInside input{height:35px;width:100%;padding-left:15px;border:1px solid #ccc;outline:none;text-align:center;border-radius:8px}
.buttonInside button{position:absolute;right:8px;top:4px;border:none;height:30px;width:20px;outline:none;text-align:center;font-weight:bold;padding:2px;background-color:#fff}
.buttonInside button:hover{cursor:pointer}
.division-header{display:flex;justify-content:space-between;align-items:center}
.div-yellow-sfnt{display:inline-block;width:30% !important;border-left:4px solid #f2d617;padding:20px;font-size:1.3rem;color:#666;margin-top:20px;margin-bottom:20px}
.sfnt-text-pad{padding:2rem 3rem 0rem 0rem;line-height:1.7;font-size:1.05rem}
@media screen and (min-width:769px){.margin-top{margin-top:20px}
.mobile-narrow{display:none !important}
.mobile-screen{display:none !important}
.mobile-content{display:none !important}
.main-header{z-index:1;padding:0.8rem 0 1rem 0;border-top:1px solid #fff}
.mob-des-narrow{/* max-width:1380px;*/
 width:90%;margin:0 auto !important;clear:both;display:block;position:relative}}
@media screen and (max-width:768px){.sfnt-hero{display:none}
.bg-charcoal.disclaimers{margin-bottom:64px}
/* temporary fix for all forms formats */
 #js-global-search{margin-bottom:0 !important}
.desktop-content{display:none !important}
.disclaimers .mobile-narrow{border-top:1.5px solid #ccc;padding:0.5rem 0 0.5rem}
.message-header-top{display:none !important}
.slick-slide .category-product{min-height:325px}
.slick-div{height:100%;width:100%;border:1px solid #ccc;margin:8.5px;min-height:325px}
.slick-div-flex{height:100%;width:100%;min-height:325px;display:flex;align-items:center;justify-content:center}
.slick-p{margin:15px;font-weight:500;color:#ff851b}
.buttonInside button{position:absolute;right:12px;top:1px;border:none;height:20px;width:16px}}
input[type="search"]{-webkit-appearance:none}
.margin-extra-img{margin-bottom:13px}
.message-header-top{color:#fff;font-size:0.8rem;width:90%;margin:auto;position:relative;text-align:right;height:35px;padding-top:0.4rem}
.message-header-top div{margin:0;padding:5px}
.message-header-top a:hover{text-decoration:underline}
.rsDefault .rsBullets{bottom:13% !important}
.first-title-sfnt{padding-top:0px !important;margin-top:-10px !important}
/******************* HOME *******************/
 .overflow-content{overflow:auto}
.whole-img{width:100%}
.text-home{padding:10px;min-height:110px}
@media screen and (max-width:768px){.text-home{min-height:155px}}
@media screen and (min-width:769px) and (max-width:951px){.text-home{min-height:131px}}
@media screen and (min-width:952px) and (max-width:1299px){.text-home{min-height:101px}}
.back-white{background-color:white}
.gray-back-desk{background-color:#ededed}
.marg-pad{margin-top:20px;padding-bottom:20px}
.shadow-div{border-radius:8px;box-shadow:0 3px 0px 0 rgba(0,0,0,0.06),0 2px 5px 0 rgba(0,0,0,0.1)}
.text-pad-sfnt{padding:20px 20px 0 20px}
.text-pad-sfnt p{margin-bottom:0px !important}
@media screen and (max-width:768px){.menu-arrow{padding:0.5rem 2.5rem;margin-bottom:0px !important}
.menu-flex{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.other-flex{display:flex;flex-direction:row;align-items:center}
.border-menu-1{border-top:1px solid #ccc;border-bottom:1px solid #ccc}
.border-menu-other{border-bottom:1px solid #ccc}
.marg-bottom-other{margin-bottom:10px}
.gray-back-mob{background-color:#ededed;padding:10px}}
@media screen and (max-width:1025px){ul.dropdown-navigation .dropdown.first a{font-size:0.8rem}}#js-NTFD,#ntfd-page{overflow-y:hidden !important}
.main-content-row{padding:0 !important;margin:0 !important}
#coming-soon{background-image:url(https://www.mauriprosailing.com/mm5/404desktop.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat;height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center}
.h1-size-ntfd{font-size:6rem}
.search-width-sfnt{width:27%}
.search-form-sfnt{flex-flow:row nowrap}
.search-form-sfnt input{height:35px;background:#eee;font-size:1.1rem;padding-left:0.9rem}
.search-form-sfnt svg{color:#fff;width:1rem}
#js-global-search .icon-search-sfnt{height:35px;position:absolute;display:flex;display:-webkit-flex;display:-webkit-box;justify-content:center;align-items:center;padding-left:0.4rem;top:0;right:0;width:35px;border:none;background:#ff851b;margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px}
.button-sfnt{text-decoration:none;border:1px solid transparent;color:#fff;display:inline-block;font-family:inherit;margin:0;overflow:visible;padding:0.5rem 1rem;text-align:center;-webkit-transition:0.2s ease-in-out all;transition:0.2s ease-in-out all;vertical-align:middle;white-space:nowrap;font-size:1.2rem}
#js-global-search .icon-search{height:35px;position:absolute;display:flex;display:-webkit-flex;display:-webkit-box;justify-content:center;align-items:center;padding-left:0.4rem;right:-2px;width:35px;border:none;background:#ff851b;margin-right:0.2%}
#coming-soon h1,#coming-soon h2,#coming-soon h3,#coming-soon p{color:white !important;padding:0rem 24rem;text-align:center;line-height:1.2}
#js-main-header-ntfd{margin:0 auto;clear:both;display:block;/* max-width:1380px;*/
 width:90%;position:absolute;top:2rem;padding:0.8rem 0 1rem 0}
.lc-shkd5t .egii5nj0{display:none !important}
@media screen and (min-device-width:769px) and (max-device-width:1200px){.h1-size-ntfd{font-size:4rem}
#coming-soon h1,#coming-soon h2,#coming-soon h3,#coming-soon p{color:white !important;padding:0rem 12rem;text-align:center;line-height:1}}
@media only screen and (max-width:768px){#coming-soon{background-image:url(https://www.mauriprosailing.com/mm5/404mobile.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat;height:100vh;position:relative}
.h1-size-ntfd{font-size:3rem}
.search-width-sfnt{width:60%;margin-bottom:1rem}
#coming-soon h1,#coming-soon h2,#coming-soon h3,#coming-soon p{color:white !important;padding:0rem 2.5rem;text-align:center;line-height:1}
.button-sfnt{font-size:1rem}}
@media (max-device-width:768px) and (orientation:landscape){.landscape-mobile-ntfd{margin-top:4.5rem}}@media only screen and (min-width:769px) and (max-width:1218px){.dropdown-navigation li.dropdown:hover{border-bottom:1.5px solid #fff}
.abs-nav-large{position:absolute;top:72px}
.dropdown-navigation li.dropdown:hover > span > a{box-shadow:none !important}}
@media only screen and (min-width:1088px) and (max-width:1347px){.dropdown-navigation li a{font-size:0.72rem}}
@media only screen and (min-width:769px){.global-logo{width:60%;text-align:left}
.global-items{width:40%;padding-right:0}}
#container-test{min-height:100%;position:relative}
#header-test{background:#ff0;padding:10px}
#body-test{padding:10px;padding-bottom:60px;/* Height of the footer */
}
#footer-test{position:absolute;bottom:0;width:100%;height:60px;/* Height of the footer */
 background:#6cf}
/* And one simple CSS rule for IE 6 and IE 5.5:*/
 #container-test{height:100%}
/* The Modal (background) */
 .modaldiscount{display:flex;align-items:center;display:none;/* Hidden by default */
 position:fixed;/* Stay in place */
 z-index:1000000;/* Sit on top */
 padding-top:150px;/* Location of the box */
 left:0;top:0;width:100%;/* Full width */
 height:100%;/* Full height */
 overflow:auto;/* Enable scroll if needed */
 background-color:rgb(0,0,0);/* Fallback color */
 background-color:rgba(228,226,226,0.5);/* Black w/ opacity */
}
@media only screen and (max-width:768px){.header-flag{height:40px}
.close-discount{font-size:2.5rem !important;right:10% !important;padding-top:0px}
.modal-content-discount{width:90% !important}
.modaldiscount{padding-top:111px}}
@media only screen and (min-width:2628px){.close-discount{color:#333 !important}}
.imgDiscount{width:100%;margin-bottom:-5px !important}
/* Modal Content */
 .modal-content-discount{margin:auto;width:62%;/* max-width:1380px;*/
}
/* The Close Button */
 .close-discount{color:#fff;font-size:5rem;font-weight:bold;position:absolute;right:22%}
.close-discount:hover,.close-discount:focus{color:#333;text-decoration:none;cursor:pointer}
.copyright{padding:1rem 0;border-top:2px solid #ccc;width:90% !important}
.input-subscribe.border-subscribe-text{border-radius:8px;margin-right:10px;max-width:250px}
.border-subscribe-email{border-radius:1rem;border-top-right-radius:0px !important;border-bottom-right-radius:0px !important}
.border-subscribe-send{border-radius:1rem;border-top-left-radius:0px !important;border-bottom-left-radius:0px !important;border-left:none !important}
@media only screen and (max-width:769px){.sfnt-subscribe .input-group{flex-flow:column wrap}
.input-subscribe.border-subscribe-text{margin-bottom:10px;margin-right:0}
.sfnt-subscribe .border-subscribe-send{border:1px solid #fff !important;border-radius:8px !important;margin-bottom:10px !important;font-size:1.1rem;text-align:center}
.border-subscribe-email{border-radius:8px !important}}
@media only screen and (min-width:769px) and (max-width:990px){.header-float-left{width:30%;text-align:left}
.header-float-right{width:65%;margin-left:5%}
ul.dropdown-navigation .dropdown.first a{font-size:0.8rem}}
@media only screen and (min-width:769px) and (max-width:795px){.service-links{margin-bottom:0 !important}}
@media only screen and (min-width:991px) and (max-width:1750px){.header-float-left{width:30%;text-align:left}
.header-float-left a{padding-left:0}
.header-float-right{width:70%;padding-right:0}}
@media only screen and (min-width:1751px){.header-float-left{width:50%;text-align:left}
.header-float-right{width:50%;padding-right:0}}
.mps-global-search form{margin-bottom:0}
.footer-contact li{border-top:none;padding:0.75rem 0;color:#ffffff}
.footer-line{width:60%;background:white;height:2px;margin-bottom:0.5rem}@media screen and (max-width:767px){.column.sub-category{width:calc(50% - 1rem)}
.row .one-third,.row .two-sixths,.row .four-twelfths{width:calc(50% - 1.2rem)}}
.margin-bot-ctgy{margin-bottom:20px}
.view-ctg{font-size:0.88rem;font-weight:600}
.seo-h3{font-weight:500;color:#dedede}
@media screen and (min-width:768px){.row .one-third,.row .two-sixths,.row .four-twelfths{width:calc(33.3332% - 1.2rem) !important}}#ShippingInformation{display:none}
.add-to-cart-wrap input[name="Quantity"]{font-size:0.85rem;line-height:2;height:30px;width:39%;border-radius:8px}
.decrease-quantity{font-size:0.62rem;line-height:3;height:30px;width:30%;border-radius:8px;border:1px solid #ccc;border-top-right-radius:0px !important;border-bottom-right-radius:0px !important;margin-left:0.5rem}
.increase-quantity{font-size:0.62rem;line-height:3;height:30px;width:30%;border-radius:8px;border:1px solid #ccc;border-top-left-radius:0px !important;border-bottom-left-radius:0px !important;border-left:none !important}
.label-quantity{font-weight:400;font-size:0.8rem;display:inline !important;width:auto !important}
.flex-quantity{display:flex;flex-flow:row nowrap;justify-content:center}
.add-to-cart-container{font-size:0rem;padding-left:0;padding-right:0;margin-right:10px;margin:5px 0}
.bg-gray,.whish-list{background-color:#ccc !important;color:#333 !important}
.add-to-cart{font-size:1rem !important;font-weight:500}
.modal-prod-container{padding:0 !important}
#ScrollbarProd,#Installation.tabscontent{margin-bottom:1rem}
.linkpdf{font-size:1rem;font-weight:600;text-decoration:underline;text-align:left;display:block}
.linkcontent{font-size:1rem !important;font-weight:600;text-decoration:underline !important;text-align:left;display:inline !important}
.unsubscribe-link{color:#fff;text-decoration:underline;font-size:0.8rem;font-weight:normal}
.unsubscribe-link:hover{color:#fff}
/*****************DESKTOP*************/
 @media only screen and (min-width:769px){.quantity-wrap div{width:180px !important;padding-left:0}
.add-to-cart-container{width:135px !important;margin-right:10px}}
/*****************MOBILE*************/
 @media only screen and (max-width:768px){.label-quantity{font-size:1rem;line-height:2.5}
.quantity-wrap div{width:60%}
.add-to-cart-wrap input[name="Quantity"]{width:40%;margin-left:0.5rem;height:40px}
.flex-quantity{justify-content:space-around;display:flex;flex-flow:row nowrap;padding:0}
.add-to-cart-wrap.quantity-prod{padding:0}
.quantity-prod{margin:5px 0}
.decrease-quantity,.increase-quantity{width:25%;height:40px;line-height:4}
.add-to-cart-container{width:50%}
.quantity-prod{padding:0 !important}
.quantity-wrap{margin:0 !important}
.row-prod-icons{width:30% !important}
select[name="CMAG_currency"]{width:100%;border-radius:8px;height:40px}
.container-currency-magic form{width:100%}
#ScrollbarProd{overflow-x:auto}
#ScrollbarProd::-webkit-scrollbar{width:3px;height:3px;background-color:#ffffff}
#ScrollbarProd::-webkit-scrollbar-thumb{background-color:#cccccc;border-radius:5px}
#ScrollbarProd::-webkit-scrollbar-thumb:hover{background-color:#666666;border:1px solid #666666}
#ScrollbarProd::-webkit-scrollbar-thumb:active{background-color:#666666;border:1px solid #666666}}
@media only screen and (max-width:415px){.decrease-quantity,.increase-quantity{width:25%}}
#sizingTable{font-family:arial,sans-serif;border-collapse:collapse;width:100%;border:1px solid #dddddd;margin:0 !important}
#sizingTable td,th{text-align:left !important;padding:13px !important;text-align:center !important;border-bottom:none !important;border-right:none !important}
#sizingTable tr{border:1px solid #ccc !important}
#sizingTable tr td:first-child{font-weight:bold;background:#fff}
/* Style the buttons inside the tab */
 .tablelinks{background-color:inherit;float:left;border:none;outline:none;cursor:pointer;padding:0 30px;font-weight:600;color:#ccc;padding-bottom:9px;transition:0.5s;font-size:1rem;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top:1px solid #ccc;padding-top:7px}
.currenttab{color:#333 !important}
/* Change background color of buttons on hover */
 .tablelinks:hover{color:#333}
#js-main-image-zoom{text-align:-webkit-center}
/*Survey */
 .content-survey{margin-bottom:2rem}
.survey-list{padding-inline-start:30px}
.survey-list li{list-style:none}
.survey-number{color:#ff851b;font-size:1.5rem}
.survey-question{font-size:1.3rem;font-weight:500}
.margin-start{margin-left:30px}
@media screen and (max-width:768px){.margin-start{margin-left:10px}
.survey-list{padding-inline-start:10px}}
/*Rig Dimensions*/
 .rigDimension{font-family:arial,sans-serif;border-collapse:collapse;width:100%;border:1px solid #dddddd;margin:0 !important;margin-bottom:1rem !important}
.rigDimension td,th{text-align:left !important;padding:13px !important;text-align:center !important;border-bottom:none !important;border-right:none !important}
.rigDimension tr{border:1px solid #ccc !important}
.rigDimension tr td:first-child{font-weight:normal;background:#fff}#js-navigation-bar{box-shadow:none}
#js-navigation-bar .navigation-checkout{width:100%}
#js-navigation-bar .navigation-checkout .one-fourth-checkout{margin:0;width:30%}
#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(1),#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(2),#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(3){margin-right:2%;border-radius:1rem}
#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(4),#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(2),#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(3){margin-left:1%}
.coupon-code-border{border-bottom-right-radius:0rem !important;border-top-right-radius:0rem !important}
.redeem-border{border-bottom-left-radius:0rem !important;border-top-left-radius:0rem !important}
.quantity-border{border-bottom-left-radius:0rem !important;border-bottom-right-radius:0rem !important}
.button-update-border{border-top-left-radius:0rem !important;border-top-right-radius:0rem !important}
.button-update-border span{font-size:0.55rem}
@media screen and (max-width:1024px){.checkout-headers .last-step::before{content:"";position:absolute;right:-30px;bottom:0;width:0;height:0;border-left:30px solid #ededed;border-top:27px solid transparent;border-bottom:18px solid transparent}
.checkout-headers .current-step::after{content:"";position:absolute;left:0px;bottom:0;width:0;height:0;border-left:15px solid #fff;border-top:24px solid transparent;border-bottom:20px solid transparent}
#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(1),#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(2),#js-navigation-bar .navigation-checkout .one-fourth-checkout:nth-child(3){margin-right:5%}
#js-navigation-bar .navigation-checkout .one-fourth-checkout{margin:0;width:27%}}
.checkout-headers{max-width:1380px;border-top:1px solid #fff;max-height:75px;font-size:0.9rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end}
.product-row-checkout{display:flex;align-items:center;justify-content:space-between;margin:10px 30px 0px 20px;border-bottom:1px solid #ccc}
@media screen and (max-width:768px){.product-row-checkout{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px 0}
.payment-whole-div #js-cc_exp,.payment-whole-div #js-cc_cvv{width:100%}
.payment-whole-div #js-cc_exp select{width:45%;margin-right:0.4rem}
.payment-whole-div #js-cc_exp .cc_exp{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}
.cart-summary-mobile .card-information{border-bottom:none}}
.product-img-checkout{width:18% !important;padding:0 !important}
.product-content-checkout{width:74% !important;padding:0 !important}
.product-bold-span{font-weight:600;font-size:1rem}
.cart-checkout{background:#ededed;padding:0px 20px !important;margin:20px 0;border-radius:1rem}
@media screen and (min-width:768px){.cart-checkout{width:calc(100%/3) !important}
#js-opay-form,.order-notes-opay{margin-right:3%}}
.order-notes-opay{background:transparent;padding-bottom:20px;margin:0;border-radius:1rem}
.order-notes-opay .notes-content{padding:20px;border:1px solid #ccc;border-radius:10px}
.title-order-notes{font-weight:600}
.head-cart-checkout{background:transparent;font-size:1.1rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}
.head-cart-checkout img{width:15px;height:15px}
@media screen and (max-width:768px){.head-cart-checkout{border-bottom:1px solid #ccc}
.controls-heading{font-size:1.1rem}
.fields-heading address{padding:0}}
.edit-cart-link{float:right;font-size:0.8rem;padding:0.4rem;text-decoration:underline;font-weight:500}
.payment-information{margin:0 !important}
.p-payment-information{font-weight:800;font-size:1.4rem;border:none;padding:0;margin:0}
.gray-payment-span{color:#666}
.card-information{margin:25px 0;padding-bottom:15px;border-bottom:1px solid #ccc}
.payment-whole-div{width:100% !important}
.payment-whole-div #js-cc_number{width:100%;margin:rem 0}
.payment-whole-div input{height:40px}
.payment-whole-div select{width:43%;height:40px}
.payment-whole-div #js-cc_exp{width:calc((100% / 3) * 2);float:left}
.payment-whole-div #js-cc_cvv{width:calc(100%/3);clear:none;float:left}
.input-checkout{height:2rem !important}
@media screen and (min-width:769px){.medium-one-third-checkout{width:33.3333% !important}
.medium-two-thirds-checkout{width:66.6666% !important;padding-right:3rem}
.column-checkout{padding:0}
.column-checkout .hdft-header{padding:0}}
.padleft-zero{padding-left:0 !important}
#billing_controls{display:flex;flex-flow:row nowrap;align-items:center}
#billing_controls input{margin-right:10px}
.fields-heading .controls label{width:235px;display:inline-block;top:41px}
.btn-checkout{height:3rem;font-size:1rem}
@media screen and (max-width:768px){.btn-checkout{width:100%}}
.pad-checkout{padding-left:1.5rem}
.checkout-margin-bottom{margin-bottom:3rem}
@media (min-width:960px){.customer-fields .form_row{width:100%;display:inline-block}
.inline-labeling label{display:block;width:90%;line-height:2.5}
.input-checkout,.state-province select,.tax-fields input{display:inline-block !important;vertical-align:middle !important;width:90% !important;height:2rem !important;line-height:2.25 !important}
.tax-fields{width:51.5% !important}
.width-shipping{width:80%}}
.row .medium-half-redeem{width:50%}
@media screen and (max-width:1200px){.row .medium-half-redeem{width:100% !important}}
.gift-button{height:2.25rem;line-height:2.75}
@media screen and (max-width:975px){.cart-summary .basket-total{font-size:0.85rem}
.checkout-margin-bottom{margin-bottom:3rem !important}}
.basket-total address{color:#666666}
/*************** ACLN ***************/
 .customer-account-order-search input[type="text"]{border-radius:1rem 0 0 1rem}
.customer-account-order-search input[type="submit"]{border-radius:0 1rem 1rem 0}
/* Progress Header */
 #js-navigation-bar.OCST,#js-navigation-bar.OSEL,#js-navigation-bar.OPAY,#js-navigation-bar.INVC{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;margin-bottom:20px}
.progress-wrapper{display:block;position:relative;width:80%;height:20;margin:20px 0}
.progress-content{position:relative;width:100%;margin-left:2px;height:20px;background:#f4f4f4}
.progress-wrapper .checkpoint{position:absolute;top:-10px;left:0;display:inline-block;width:36px;height:36px;border-radius:8px;background:#ccc;margin-left:-3px}
.progress-wrapper .checkpoint:nth-child(1){left:5%;margin-left:-18px}
.progress-wrapper .checkpoint:nth-child(2){left:35%;margin-left:-18px}
.progress-wrapper .checkpoint:nth-child(3){left:65%;margin-left:-18px}
.progress-wrapper .checkpoint:last-child{left:95%;margin-left:-18px}
.progress-wrapper .checkpoint{text-align:center;font-size:0.8rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:1px;line-height:38px;color:#fff;font-weight:bold;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-between}
.progress-wrapper .checkpoint span{color:#333;line-height:1px;white-space:nowrap;padding-top:10px;text-transform:uppercase}
.progress-wrapper .checkpoint.active{background-color:#333}
.invc-title{font-size:1.6rem}
@media screen and (max-width:768px){#js-navigation-bar.OCST,#js-navigation-bar.OSEL,#js-navigation-bar.OPAY,#js-navigation-bar.INVC{display:none}}
/*********************BASK************************/
 .btns-bask-estimate{display:flex;flex-flow:row wrap;justify-content:flex-end;padding-top:20px}
.btns-bask-estimate a{margin-left:40px}
.cart-subtotal-font{font-size:1.2rem}
.bask-prod-name a{font-size:1rem;line-height:1.5}
.bask-prod-name p{font-size:1rem;margin-top:0.5rem}
.marg-prod-name{margin:0.5rem 0rem}
@media screen and (max-width:1056px){.flex-option{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.mobile-items-small{font-size:14px !important}}
@media screen and (min-width:769px){.flex-center-column-qty{display:flex;align-items:center;justify-content:center;flex-direction:row}}
@media screen and (max-width:768px){.button.move-to-wish-list{font-size:10px}
.remove-button-mob{font-size:0.75rem;color:red}}
@media only screen and (min-width:769px) and (max-width:1200px){.button-update{display:none}
.radius-update-tablet{border-radius:8px !important}}