html, html body { line-height: 1; width: initial; height: initial; overflow: initial; }

body * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { overflow-x: hidden !important; font-weight: 300; }
body:not(.ProductCatalogPage) { background: #f8f8f8; }
body.Page .breadcrumbs, body.Page #PageTitle { display: none; }

ol, ul { list-style-type: none; }

fieldset { border: none; }

:root { -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: scroll; text-size-adjust: 100%; }

audio:not([controls]) { display: none; height: 0; }

input[type="number"] { width: auto; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

pre { overflow: auto; }

progress { display: inline-block; }

textarea { overflow: auto; }

template, [hidden] { display: none; }

[unselectable] { user-select: none; }

:root { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; text-rendering: optimizeLegibility; vertical-align: top; font-family: "Exo", sans-serif; font-size: 15.75px; line-height: 1.5; }
@media (min-width: 480px) { :root { font-size: 18px; } }

*, ::after, ::before { box-sizing: inherit; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; text-decoration: inherit; vertical-align: inherit; }

* { cursor: inherit; margin: 0; padding: 0; }

body { background-color: white; }

button, body > div.main input[type="submit"], body > div.main .Actions .back-link, input, select, textarea { cursor: initial; }

a { cursor: pointer; }

hr { border: 0; border-top: 1px solid #e0e0e0; display: block; height: 1px; margin: 20px 0; }

figure { margin: 24px 1em; }

figcaption { color: #666; font-style: italic; text-align: center; }

::selection { background-color: #d6d6d6; }

::-moz-selection { background-color: #d6d6d6; }

img { max-width: 100%; height: auto; }

[class^="color-"] { color: white; padding: 1em 2em; }

.color-base-primary { background-color: #00c6ff; }

.color-base-selection { background-color: #d6d6d6; }

.color-base-lines { background-color: #e0e0e0; }

.color-text-primary { background-color: #000; }

.color-text-secondary { background-color: #666; }

.color-text-heading { background-color: #222; }

.color-text-ui { background-color: white; }

.color-background-dark { background-color: #151d41; }

.color-background-light { background-color: #f5f5f5; }

.color-background-body { background-color: white; }

.color-state-muted { background-color: #aaa; }

.color-state-primary { background-color: #00c6ff; }

.color-state-success { background-color: #45ca69; }

.color-state-warning { background-color: #ffb800; }

.color-state-error { background-color: #ca4829; }

.color-blue-darker { background-color: #495b61; }

.color-blue-dark { background-color: #447281; }

.color-blue { background-color: #4591aa; }

.color-blue-light { background-color: #5ab0cc; }

.color-blue-lighter { background-color: #74cbe8; }

.color-green-darker { background-color: #3b6e6e; }

.color-green-dark { background-color: #3b8686; }

.color-green { background-color: #37a1a1; }

.color-green-light { background-color: #2dbaba; }

.color-green-lighter { background-color: #69d1d1; }

.color-cream-darker { background-color: #c47858; }

.color-cream-dark { background-color: #e29372; }

.color-cream { background-color: #ecac91; }

.color-cream-light { background-color: #f9c2ab; }

.color-cream-lighter { background-color: #fdd5c3; }

.color-red-darker { background-color: #653131; }

.color-red-dark { background-color: #b73333; }

.color-red { background-color: #da3c3c; }

.color-red-light { background-color: #f25a5a; }

.color-red-lighter { background-color: #fa8181; }

.color-gray-darker { background-color: #333333; }

.color-gray-dark { background-color: #4d4d4d; }

.color-gray { background-color: #666666; }

.color-gray-light { background-color: #808080; }

.color-gray-lighter { background-color: #999999; }

.pagination ul, .typography .pagination ul { list-style-type: none; padding: 0; }
.pagination ul li { display: inline-block; border-radius: 2px; text-align: center; vertical-align: top; height: 30px; }
.pagination ul li span, .pagination ul li a { color: #000; display: inline-block; line-height: 30px; padding: 0 10px; }
.pagination ul li.active { background-color: #d6d6d6; }
.pagination ul li.disabled a { cursor: default; color: #aaa; }
.pagination ul li i { font-size: 2rem; }
.pagination ul li.pages ul li { display: inline-block; float: none; }

@media print { @page { margin: .5cm; }
  *, *:before, *:after { background: transparent !important; color: black !important; filter: none !important; text-shadow: none !important; }
  :root { background-color: white; color: black; font: 11pt/1.3 "Georgia", "Times New Roman", "Times", serif; }
  img { max-width: 100% !important; page-break-after: avoid; page-break-inside: avoid; }
  .show-print { display: block; visibility: visible; }
  .hide-print, video, audio, object, embed, nav, footer, a[href^="#"]:after { display: none; visibility: hidden; }
  p, h2, h3, .h2, .h3 { orphans: 3; widows: 3; }
  h2, h3, .h2, .h3 { page-break-after: avoid; }
  a, a:visited { color: black; font-size: .57em; text-decoration: underline; word-wrap: break-word; }
  a[href]:after, a:visited[href]:after { content: " (" attr(href) ")"; font-size: smaller; }
  q:after { content: " (Source: " attr(cite) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, code { background-color: none; border: 1px solid #e0e0e0; page-break-inside: avoid; }
  blockquote { border: none; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  ol { padding-left: 1.25em; }
  ul { padding-left: 0; list-style: none; }
  ul ul, ul ul ul { padding-left: 1.5em; }
  ul li, ol li { content: "&raquo; "; } }
@media print and (min-width: 480px) { table { page-break-inside: avoid; width: 100% !important; }
  table th, table td { line-height: 40px !important; } }

@media print { .badge, .badge:before, .badge *:after, .label, .label:before, .label *:after, .spinner, .spinner:before, .spinner *:after, .tooltip, .tooltip:before, .tooltip *:after, [data-hint], [data-hint]:before, [data-hint] *:after, .progress, .progress:before, .progress *:after, .breadcrumbs, .breadcrumbs:before, .breadcrumbs *:after, .modal, .modal:before, .modal *:after, .alert, .alert:before, .alert *:after { display: none; visibility: hidden; } }
body > div.main { /* Checkboxes
	 ========================================================================== */ /* Remove default checkbox */ /* Radio Buttons
	 ========================================================================== */ /* Unchecked styles */ /* Checked styles */ /* Radio With gap */ /* Disabled Radio With gap */ /* Disabled style */ }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow), body > div.main .button { background-color: #00c6ff; border: 1px solid rgba(0, 198, 255, 0.5); color: #000; font-weight: bold; cursor: pointer; display: inline-block; line-height: 48px; overflow: visible; padding: 0 2.5em; text-align: center; text-decoration: none; transition: 300ms; user-select: none; vertical-align: middle; white-space: nowrap; border-radius: 5px; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):hover, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):hover, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):hover, body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main .button:hover, body > div.main .button:focus { background-color: #4dd7ff; color: inherit; text-decoration: none; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):focus, body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .button:focus, body > div.main .button:active { outline: none; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow):active, body > div.main .button:active { background-color: #33d1ff; }
body > div.main button:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow)[disabled], body > div.main input[type="submit"]:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow)[disabled], body > div.main .Actions .back-link:not([class^="ss-ui-"]):not([class*=" ss-ui-"]):not([id^="mceu"]):not([role="presentation"]):not(.slick-arrow)[disabled], body > div.main .button[disabled] { background-color: gainsboro; color: white; cursor: not-allowed; }
body > div.main .slick-slider .slick-dots li button, body > div.main .slick-slider .slick-dots li input[type="submit"], body > div.main .slick-slider .slick-dots li .Actions .back-link, body > div.main .Actions .slick-slider .slick-dots li .back-link { background-color: transparent !important; border: 0 !important; }
body > div.main .button-pill { border-radius: 25px; }
body > div.main .button-flat, body > div.main .Actions .back-link { background-color: transparent; color: #000; border: 1px solid rgba(0, 0, 0, 0.1); }
body > div.main .button-flat:hover, body > div.main .Actions .back-link:hover { background-color: rgba(0, 0, 0, 0.1); color: #000; }
body > div.main .button-flat[disabled], body > div.main .Actions [disabled].back-link { background-color: transparent; color: #666; }
body > div.main .button-collapse { width: 100%; }
@media (min-width: 480px) { body > div.main .button-collapse { width: auto; } }
body > div.main form, body > div.main form [row] { max-width: 600px; }
body > div.main form.cms-edit-form, body > div.main form [row].cms-edit-form { max-width: none; }
@media (min-width: 480px) { body > div.main form, body > div.main form [row] { margin-bottom: 24px; } }
body > div.main input { border-radius: 0px; -webkit-appearance: none; }
body > div.main input:not([type="submit"]), body > div.main select, body > div.main textarea { border: 1px solid #e0e0e0; border-radius: 0px; font-size: 16px; height: 32px; padding: 0 .75em; transition: 300ms; width: 100%; background: white; color: #111; }
body > div.main input:not([type="submit"]):focus, body > div.main select:focus, body > div.main textarea:focus { border-color: #74cbe8; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 145, 170, 0.5); outline: none; }
body > div.main input:not([type="submit"])[disabled], body > div.main select[disabled], body > div.main textarea[disabled] { background-color: #f5f5f5; cursor: not-allowed; }
body > div.main input:not([type="submit"]) { line-height: normal; min-height: 32px; }
body > div.main input:not([type="submit"])[type="checkbox"]:focus, body > div.main input:not([type="submit"])[type="radio"]:focus, body > div.main input:not([type="submit"])[type="range"]:focus, body > div.main input:not([type="submit"])[type="file"]:focus, body > div.main input:not([type="submit"])[type="color"]:focus, body > div.main input:not([type="submit"])[type="submit"]:focus { border-color: transparent; box-shadow: none; outline: none; }
body > div.main input[type="submit"] { line-height: 2; }
body > div.main label { display: block; margin-bottom: 8px; }
body > div.main label.required { color: #ca4829; margin-top: 8px; }
body > div.main fieldset { border: none; padding: 0; margin-bottom: 8px; }
body > div.main fieldset .field { margin: 0; display: block; padding: 0; border: 0; box-shadow: none; }
body > div.main fieldset .field .middleColumn { margin: 0; padding: 0; }
body > div.main fieldset > .field { margin-bottom: 16px; }
body > div.main fieldset > .field:before, body > div.main fieldset > .field:after { content: ""; display: table; }
body > div.main fieldset > .field:after { clear: both; }
body > div.main fieldset > .field.requiredField > label.left:after { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; }
body > div.main legend { font-weight: bold; padding: 0 1em; }
body > div.main input[type="checkbox"], body > div.main input[type="file"], body > div.main input[type="image"], body > div.main input[type="radio"] { height: auto; width: auto; }
body > div.main input[type="checkbox"], body > div.main input[type="radio"] { line-height: normal; padding: 0; vertical-align: middle; }
body > div.main [type="checkbox"]:not(:checked), body > div.main [type="checkbox"]:checked { position: absolute; left: -9999px; opacity: 0; }
body > div.main [type="checkbox"] + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 1rem; -webkit-user-select: none; /* webkit (safari, chrome) browsers */ -moz-user-select: none; /* mozilla browsers */ -khtml-user-select: none; /* webkit (konqueror) browsers */ -ms-user-select: none; /* IE10+ */ }
body > div.main [type="checkbox"]:not(:checked):disabled + label:before { border: none; background-color: #e0e0e0; }
body > div.main [type="checkbox"]:checked + label:before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; transform: rotate(40deg); backface-visibility: hidden; transform-origin: 100% 100%; }
body > div.main [type="checkbox"]:checked:disabled + label:before { border-right: 2px solid #e0e0e0; border-bottom: 2px solid #e0e0e0; }
body > div.main [type="checkbox"].checkbox + label:after { border-radius: 2px; }
body > div.main [type="checkbox"].checkbox + label:before, body > div.main [type="checkbox"].checkbox + label:after { content: ''; left: 0; position: absolute; /* .1s delay is for check animation */ transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1; }
body > div.main [type="checkbox"].checkbox:not(:checked) + label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; }
body > div.main [type="checkbox"].checkbox:not(:checked) + label:after { height: 16px; width: 16px; background-color: transparent; border: 2px solid #e0e0e0; top: 7px; z-index: 0; }
body > div.main [type="checkbox"].checkbox:checked + label:before { top: 9px; left: 1px; width: 6px; height: 11px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid white; border-bottom: 2px solid white; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
body > div.main [type="checkbox"].checkbox:checked + label:after { top: 7px; width: 16px; height: 16px; border: 2px solid #aaa; background-color: #aaa; z-index: 0; }
body > div.main [type="checkbox"].checkbox:disabled:not(:checked) + label:before { background-color: transparent; border: 2px solid transparent; }
body > div.main [type="checkbox"].checkbox:disabled:not(:checked) + label:after { border-color: transparent; background-color: #e0e0e0; }
body > div.main [type="checkbox"].checkbox:disabled:checked + label:before { background-color: transparent; }
body > div.main [type="checkbox"].checkbox:disabled:checked + label:after { background-color: #e0e0e0; border-color: #e0e0e0; }
body > div.main input[type="checkbox"] + label, body > div.main input[type="radio"] + label { display: inline-block !important; line-height: 32px; vertical-align: middle; }
body > div.main [type="radio"]:not(:checked), body > div.main [type="radio"]:checked { position: absolute; left: -9999px; opacity: 0; }
body > div.main [type="radio"]:not(:checked) + label, body > div.main [type="radio"]:checked + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 1rem; transition: .28s ease; -khtml-user-select: none; /* webkit (konqueror) browsers */ user-select: none; }
body > div.main [type="radio"] + label:before, body > div.main [type="radio"] + label:after { content: ''; position: absolute; left: 0; top: 0; margin: 4px 4px 4px 0; width: 16px; height: 16px; z-index: 0; transition: .28s ease; }
body > div.main [type="radio"]:not(:checked) + label:before, body > div.main [type="radio"]:not(:checked) + label:after, body > div.main [type="radio"]:checked + label:before, body > div.main [type="radio"]:checked + label:after { border-radius: 50%; }
body > div.main [type="radio"]:not(:checked) + label:before, body > div.main [type="radio"]:not(:checked) + label:after { border: 2px solid #e0e0e0; }
body > div.main [type="radio"]:not(:checked) + label:after { z-index: -1; transform: scale(0); }
body > div.main [type="radio"]:checked + label:before { border: 2px solid transparent; }
body > div.main [type="radio"]:checked + label:after { background-color: #aaa; z-index: 0; }
body > div.main [type="radio"]:checked + label:after { transform: scale(1.02); }
body > div.main [type="radio"].with-gap:checked + label:after { transform: scale(0.5); }
body > div.main [type="radio"].with-gap:disabled:checked + label:before { border: 2px solid #e0e0e0; }
body > div.main [type="radio"].with-gap:disabled:checked + label:after { border: none; background-color: #e0e0e0; }
body > div.main [type="radio"]:disabled:not(:checked) + label:before, body > div.main [type="radio"]:disabled:checked + label:before { background-color: transparent; border-color: #e0e0e0; }
body > div.main [type="radio"]:disabled + label { color: #e0e0e0; }
body > div.main [type="radio"]:disabled:not(:checked) + label:before { border-color: #e0e0e0; }
body > div.main [type="radio"]:disabled:checked + label:after { background-color: #e0e0e0; border-color: #e0e0e0; }
body > div.main input[type="file"] { border: none; line-height: 100%; padding: 0; }
body > div.main textarea { height: auto; padding: 8px 1em; resize: vertical; }
body > div.main select { background-color: white; border-radius: 0px; padding: .25em .5em; }
body > div.main select[disabled] { color: #666; background-color: #f5f5f5; }
body > div.main select[multiple] { height: auto; }
body > div.main select::-ms-expand { display: none; }
body > div.main select::-ms-value { color: currentColor; }
body > div.main select option { padding: 0 0.75em; }
body > div.main input[type="range"] { border: none; padding: 0; width: 100%; -webkit-appearance: none; }
body > div.main input[type="range"]:focus { outline: none; }
body > div.main input[type="range"]::-webkit-slider-runnable-track { background-color: gainsboro; border: none; border-radius: 3px; height: 5px; }
body > div.main input[type="range"]::-webkit-slider-thumb { border: none; border-radius: 50%; background-color: #00c6ff; height: 16px; margin-top: -5px; width: 16px; -webkit-appearance: none; }
body > div.main input[type="range"]::-moz-range-track { background-color: gainsboro; border: none; border-radius: 3px; height: 5px; }
body > div.main input[type="range"]::-moz-range-thumb { border: none; border-radius: 50%; background-color: #00c6ff; height: 16px; margin-top: -5px; width: 16px; }
body > div.main input[type="range"]::-ms-track { background-color: gainsboro; border: none; border-radius: 3px; color: transparent; height: 5px; }
body > div.main input[type="range"]::-ms-thumb { border: none; border-radius: 50%; background-color: #00c6ff; height: 16px; margin-top: -5px; width: 16px; }
@media (min-width: 768px) { body > div.main .field.checkbox label { padding-left: 35px; }
  body > div.main .field.checkbox.requiredField:before { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; left: -2em; }
  body > div.main label.right { display: inline-block; vertical-align: middle; line-height: 32px; } }
@media (max-width: 767px) { body > div.main label.right { margin-top: 8px; }
  body > div.main .field.checkbox { position: relative; }
  body > div.main .field.checkbox.requiredField:before { content: '*'; position: absolute; padding: 0 .25em; color: #ca4829; top: 17px; left: 17px; } }
body > div.main .UserDefinedForm, body > div.main .form-inline { max-width: none; }
body > div.main .UserDefinedForm table.RadioMatrixField, body > div.main .form-inline table.RadioMatrixField { border: none !important; }
body > div.main .UserDefinedForm table.RadioMatrixField tbody, body > div.main .UserDefinedForm table.RadioMatrixField th, body > div.main .UserDefinedForm table.RadioMatrixField td, body > div.main .UserDefinedForm table.RadioMatrixField tr, body > div.main .form-inline table.RadioMatrixField tbody, body > div.main .form-inline table.RadioMatrixField th, body > div.main .form-inline table.RadioMatrixField td, body > div.main .form-inline table.RadioMatrixField tr { border: none !important; }
body > div.main .UserDefinedForm table.RadioMatrixField th, body > div.main .form-inline table.RadioMatrixField th { text-align: center; padding: 5px !important; font-weight: normal !important; }
body > div.main .UserDefinedForm table.RadioMatrixField tr, body > div.main .form-inline table.RadioMatrixField tr { background: transparent !important; }
body > div.main .UserDefinedForm table.RadioMatrixField td, body > div.main .form-inline table.RadioMatrixField td { text-align: center !important; line-height: 36px !important; }
body > div.main .UserDefinedForm table.RadioMatrixField td input[type="radio"], body > div.main .form-inline table.RadioMatrixField td input[type="radio"] { position: relative !important; left: 0 !important; opacity: 1 !important; border: none !important; cursor: pointer; text-align: center; width: 100% !important; height: 100% !important; background: transparent !important; }
body > div.main .UserDefinedForm table.RadioMatrixField td input[type="radio"]:before, body > div.main .form-inline table.RadioMatrixField td input[type="radio"]:before { content: ""; display: inline-block; position: relative; width: 32px !important; height: 32px !important; border-radius: 50% !important; line-height: 32px !important; max-height: 32px !important; padding: 0 !important; border: 2px solid #888 !important; transform: scale(0.5); }
body > div.main .UserDefinedForm table.RadioMatrixField td input[type="radio"]:checked:before, body > div.main .form-inline table.RadioMatrixField td input[type="radio"]:checked:before { background: #888 !important; }
@media (min-width: 768px) { body > div.main .UserDefinedForm label.left + .middleColumn, body > div.main .form-inline label.left + .middleColumn { display: inline-block; margin-bottom: 0; vertical-align: middle; width: auto; float: left; min-width: 350px; max-width: auto; max-width: -webkit-calc(100% - 350px); max-width: -moz-calc(100% - 350px); max-width: -o-calc(100% - 350px); max-width: calc(100% - 350px); }
  body > div.main .UserDefinedForm .field.checkbox, body > div.main .form-inline .field.checkbox { margin-left: 200px; position: relative; }
  body > div.main .UserDefinedForm .field.checkbox label, body > div.main .form-inline .field.checkbox label { padding-left: 35px; }
  body > div.main .UserDefinedForm label.left, body > div.main .form-inline label.left { display: inline-block; padding-right: 2em; vertical-align: middle; width: 200px; float: left; text-align: right; line-height: 32px; margin-left: 0; }
  body > div.main .UserDefinedForm label.right, body > div.main .form-inline label.right { padding-left: 1em; float: left; }
  body > div.main .UserDefinedForm .Actions, body > div.main .UserDefinedForm .FormHeading, body > div.main .form-inline .Actions, body > div.main .form-inline .FormHeading { margin-left: 200px; } }
body > div.main ul.optionset:before, body > div.main ul.optionset:after { content: ""; display: table; }
body > div.main ul.optionset:after { clear: both; }
body > div.main ul.optionset, .typography body > div.main ul.optionset { list-style: none; padding: 0; margin-bottom: 0; }
body > div.main ul.optionset li { float: left; padding-right: 20px; }
body > div.main .Actions .back-link { line-height: 2; }
body > div.main .literalFieldArea > *:first-child { margin-top: 0; }
body > div.main .input-large { font-size: 16px !important; height: 48px !important; }
body > div.main .input-flat { background-color: transparent; border-color: transparent; box-shadow: none; }
body > div.main .input-flat:focus { border-color: #74cbe8; }
body > div.main .input-success { background-color: rgba(69, 202, 105, 0.15); border-color: #45ca69; }
body > div.main .input-success:focus { border-color: #45ca69; }
body > div.main .input-warning { background-color: rgba(255, 184, 0, 0.15); border-color: #ffb800; }
body > div.main .input-warning:focus { border-color: #ffb800; }
body > div.main .input-error { background-color: rgba(202, 72, 41, 0.15); border-color: #ca4829; }
body > div.main .input-error:focus { border-color: #ca4829; }

.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }

.center-all { left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); }

.drop-shadow { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); transition: 300ms; }
.drop-shadow:hover { cursor: pointer; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }

@media (max-width: 767px) { .hide-mobile { display: none; visibility: hidden; }
  .show-mobile { display: block; visibility: visible; } }
@media (min-width: 768px) and (max-width: 1024px) { .hide-tablet { display: none; visibility: hidden; }
  .show-tablet { display: block; visibility: visible; } }
@media (min-width: 1025px) { .hide-desktop { display: none; visibility: hidden; }
  .show-desktop { display: block; visibility: visible; } }
@media print { .hide-print { display: none; visibility: hidden; }
  .show-print { display: block; visibility: visible; } }
@media screen { .hide-print { display: block; visibility: visible; }
  .show-print { display: none; visibility: hidden; } }
.breadcrumbs { font-size: 12px; line-height: 1; margin-bottom: 24px; background-color: transparent; border: none; padding: 0; color: #949494; }
.typography .breadcrumbs a, .breadcrumbs .typography a { color: #c7c7c7; }
.typography .breadcrumbs a:hover, .breadcrumbs .typography a:hover { color: #c7c7c7; }
.breadcrumbs a { color: #c7c7c7; display: inline; list-style: none; padding-left: .75em; }
.breadcrumbs a:after { content: "\002f"; padding-left: .75em; }
.breadcrumbs a:first-child { padding-left: 0; }
.breadcrumbs a:last-child { padding-right: .75em; }

.card { background-color: white; border: 1px solid #e0e0e0; margin-bottom: 24px; overflow: hidden; position: relative; max-width: 820px; }
.card .card-content { padding: 24px 1.5em; }
.card .card-title { display: block; font-weight: bold; margin-bottom: 10px; }
.card .card-footer { border-top: 1px solid #e0e0e0; font-size: 14px; padding: 16px 1.5em; }
.card .card-image { position: relative; }
.card .card-image img { bottom: 0; left: 0; position: relative; right: 0; top: 0; width: 100%; }
.card .card-image .card-title { bottom: 0; color: white; left: 0; padding: 1em; position: absolute; margin-bottom: 0; font-weight: normal; }

.dropdown { cursor: auto; display: inline-block; outline: none; position: relative; }
.dropdown.button { cursor: pointer; }
.dropdown.focus .dropdown-content { opacity: 1; visibility: visible; }
.dropdown.no-visibility .dropdown-content { display: none; visibility: visible !important; }
.dropdown.no-visibility:focus .dropdown-content { display: block; }
.dropdown.no-opacity .dropdown-content { opacity: 1 !important; }

.dropdown-content { background-color: white; border: 1px solid #e0e0e0; color: #000; left: 0; margin-top: 8px; opacity: 0; padding: 8px 1em; position: absolute; text-align: left; transition: all 300ms; visibility: hidden; width: 200px; z-index: 1; }
.dropdown-content:before, .dropdown-content:after { border: solid transparent; bottom: 100%; content: ""; height: 0; left: 1.5em; position: absolute; width: 0; }
.dropdown-content:before { border-color: rgba(255, 255, 255, 0); border-bottom-color: #e0e0e0; border-width: 7px; margin-left: -7px; }
.dropdown-content:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: white; border-width: 6px; margin-left: -6px; }
.dropdown-content li { font-size: 14px; list-style-type: none; margin: 0; padding: 8px 1em; transition: background-color 300ms; white-space: nowrap; }
.dropdown-content li:hover { background-color: #f5f5f5; }

ul.dropdown-content, .typography ul.dropdown-content, ol.dropdown-content, .typography ol.dropdown-content { padding: 0; margin-bottom: 0; }

.dropdown--hover:hover .dropdown-content { opacity: 1; visibility: visible; }

.dropdown-small .dropdown-content { width: 150px; }

.dropdown-large .dropdown-content { width: 300px; }

.dropdown-top .dropdown-content { bottom: 100%; margin-top: 0; margin-bottom: 8px; }
.dropdown-top .dropdown-content:before, .dropdown-top .dropdown-content:after { top: 100%; }
.dropdown-top .dropdown-content:after { border-color: rgba(255, 255, 255, 0); border-top-color: white; }
.dropdown-top .dropdown-content:before { border-color: rgba(255, 255, 255, 0); border-top-color: #e0e0e0; }

.modal { background-color: rgba(21, 29, 65, 0.5); bottom: 0; left: 0; margin: 0; opacity: 0; overflow: hidden; pointer-events: none; position: fixed; right: 0; top: 0; transition: opacity ease-in 300ms; z-index: 1000002; }
.modal:target { opacity: 1; pointer-events: auto; }
.modal .modal-container { box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); margin: 16px auto; position: relative; width: 90%; }
@media (min-width: 768px) { .modal .modal-container { width: 526px; } }
@media (min-height: 480px) { .modal .modal-container { margin: 10% auto; } }
@media (min-height: 768px) { .modal .modal-container { margin: 15% auto; } }
.modal .modal-header { background-color: #00c6ff; color: white; padding: 16px 1.5em; }
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6, .modal .modal-header .h1, .modal .modal-header .h2, .modal .modal-header .h3, .modal .modal-header .h4, .modal .modal-header .h5, .modal .modal-header .h6 { color: inherit; display: inline; }
.modal .modal-body, .modal .modal-footer { background-color: white; margin-top: 0; }
.modal .modal-body { padding: 32px 2.5em; }
.modal .modal-footer { border-top: 1px solid #e0e0e0; font-size: 14px; margin: 0; padding: 24px 2.5em; }
.modal .modal-close { color: white !important; float: right; margin: 0; opacity: .5; transition: opacity 300ms; }
.modal .modal-close:hover { opacity: 1; }
.modal .modal-close:hover, .modal .modal-close:focus { text-decoration: none; }
.modal .modal:target .modal-close--background { display: block; height: 100%; pointer-events: all; position: absolute; width: 100%; }
.modal .modal:target .modal-close--background:hover { border-bottom: none; text-decoration: none; }
@media (min-width: 768px) { .modal.modal-small .modal-container { width: 360px; } }
@media (min-width: 768px) { .modal.modal-large .modal-container { width: 760px; } }
@media (min-width: 768px) { .modal.modal-full .modal-container { width: 90%; } }
.modal.modal-flat .modal-header { background-color: white; color: #000 !important; padding: 1.5em 2.5em 0; }
.modal.modal-flat .modal-header h1, .modal.modal-flat .modal-header h2, .modal.modal-flat .modal-header h3, .modal.modal-flat .modal-header h4, .modal.modal-flat .modal-header h5, .modal.modal-flat .modal-header h6, .modal.modal-flat .modal-header .h1, .modal.modal-flat .modal-header .h2, .modal.modal-flat .modal-header .h3, .modal.modal-flat .modal-header .h4, .modal.modal-flat .modal-header .h5, .modal.modal-flat .modal-header .h6 { color: inherit; }
.modal.modal-flat .modal-close { color: #000; line-height: 1; margin: 0; }

.progress { background-color: #f5f5f5; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(224, 224, 224, 0.25); box-sizing: initial; color: white; font-size: 11px; height: 14px; line-height: 1.2; margin-bottom: 24px; position: relative; text-align: center; width: 100%; }
.progress > span { background-color: #00c6ff; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); display: block; height: 100%; overflow: hidden; position: relative; width: auto; }

.spinner { animation: rotate .8s infinite linear; border: 3px solid #b5b5b5; border-radius: 50%; border-right-color: transparent; height: 30px; margin: 24px auto; width: 30px; }

@keyframes rotate { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
.tooltip, [data-hint] { display: inline-block; position: relative; }
.tooltip:before, .tooltip:after, [data-hint]:before, [data-hint]:after { border-radius: 2px; opacity: 0; position: absolute; pointer-events: none; transform: translate3d(0, 0, 0); transition: 200ms; transition-delay: 0ms; visibility: hidden; z-index: 1000000; }
.tooltip:before, [data-hint]:before { background-color: transparent; border: 8px solid transparent; content: ""; position: absolute; z-index: 1000001; }
.tooltip:after, [data-hint]:after { background-color: #151d41; color: white; content: attr(data-hint); font-size: 12px; padding: .25em .5em; text-decoration: none; white-space: nowrap; line-height: 1.5; }
.tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after { opacity: 1; visibility: visible; }
.tooltip:hover:before, .tooltip:hover:after, [data-hint]:hover:before, [data-hint]:hover:after { transition-delay: 100ms; }

.tooltip-top:before { border-top-color: #151d41; margin-bottom: -12px; }
.tooltip-top:after { margin-left: -18px; }
.tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; }
.tooltip-top:hover:after, .tooltip-top:hover:before { transform: translateY(-8px); }
.tooltip-top:focus:after, .tooltip-top:focus:before { transform: translateY(-8px); transition: 300ms; }

.tooltip-bottom:before { border-bottom-color: #151d41; margin-top: -12px; }
.tooltip-bottom:after { margin-left: -18px; }
.tooltip-bottom:before, .tooltip-bottom:after { left: 50%; top: 100%; }
.tooltip-bottom:hover:after, .tooltip-bottom:hover:before, .tooltip-bottom:focus:after, .tooltip-bottom:focus:before { transform: translateY(8px); }

.tooltip-right:before { border-right-color: #151d41; margin-bottom: -8px; margin-left: -12px; }
.tooltip-right:after { margin-bottom: -12px; }
.tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 105%; }
.tooltip-right:hover:after, .tooltip-right:hover:before, .tooltip-right:focus:after, .tooltip-right:focus:before { transform: translateX(8px); }

.tooltip-left:before { border-left-color: #151d41; margin-bottom: -8px; margin-right: -12px; }
.tooltip-left:after { margin-bottom: -12px; }
.tooltip-left:before, .tooltip-left:after { bottom: 50%; right: 100%; }
.tooltip-left:hover:after, .tooltip-left:hover:before, .tooltip-left:focus:after, .tooltip-left:focus:before { transform: translateX(-8px); }

.tooltip-always:before, .tooltip-always:after { opacity: 1; visibility: visible; }
.tooltip-always .tooltip-top:before, .tooltip-always .tooltip-top:after { transform: translateY(-8px); }
.tooltip-always .tooltip-right:before, .tooltip-always .tooltip-right:after { transform: translateY(8px); }
.tooltip-always .tooltip-bottom:before, .tooltip-always .tooltip-bottom:after { transform: translateX(-8px); }
.tooltip-always .tooltip-left:before, .tooltip-always .tooltip-left:after { transform: translateX(8px); }

header nav.primary { -webkit-tap-highlight-color: transparent; }
header nav.primary, header nav.primary * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
header nav.primary.initialized .navigation { overflow: visible; }
header nav.primary .navigation li.current > a, header nav.primary .navigation li.section > a { /* 						text-decoration: underline;  */ }
header nav.primary .navigation li a, header nav.primary .navigation li div.top-level-item { display: inline-block; font-family: inherit; font-size: 19px; line-height: 45px; color: white; text-decoration: none; white-space: nowrap; font-weight: 300; line-height: 36px; padding: 0 14px; }
@media (max-width: 1366px) { header nav.primary .navigation li a, header nav.primary .navigation li div.top-level-item { padding: 0 10px; } }

@font-face { font-family: 'custom-menu-font'; src: url("../fonts/custom-menu-font.eot?93557830"); src: url("../fonts/custom-menu-font.eot?93557830#iefix") format("embedded-opentype"), url("../fonts/custom-menu-font.woff2?93557830") format("woff2"), url("../fonts/custom-menu-font.woff?93557830") format("woff"), url("../fonts/custom-menu-font.ttf?93557830") format("truetype"), url("../fonts/custom-menu-font.svg?93557830#custom-menu-font") format("svg"); font-weight: normal; font-style: normal; }
.menu-icons:after, [class^="menu-icon-"]:before, [class*=" menu-icon-"]:before { font-family: "custom-menu-font"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.menu-icon-menu:before { content: url(../images/mobile-menu.png); }

.menu-icon-open:before { content: '\e801'; }

.menu-icon-close:before { content: '\e802'; }

.menu-icon-left:before { content: '\e803'; }

.menu-icon-right:before { content: '\e804'; }

.menu-icon-double-right:before { content: '\f101'; }

@media (max-width: 1279px) { /* 	@import "menu/mobile"; */
  header #PageTranslations ul li { position: relative; }
  header #PageTranslations ul li:not(:last-child) a:after { content: ""; width: 1px; position: absolute !important; left: unset !important; right: -6px; top: 15px !important; }
  header nav.primary { display: none; height: auto; max-height: calc(100vh - 65px); overflow-y: auto !important; }
  header nav.primary .navigation { height: auto; position: relative; z-index: 10000; background: #1f2f63; padding: 0; }
  header nav.primary .navigation li.mobile-translations { display: inline-block !important; position: relative; background: #2f4280; width: 100%; height: 42px; margin-bottom: 0 !important; }
  header nav.primary .navigation li.mobile-translations:hover, header nav.primary .navigation li.mobile-translations:focus { background: #2f4280; }
  header nav.primary .navigation li.mobile-translations > div { height: 100%; width: 100%; }
  header nav.primary .navigation li.mobile-translations > div .translations { height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: nowrap; justify-content: center; }
  header nav.primary .navigation li.mobile-translations > div .translations li:after { display: none; }
  header nav.primary .navigation li.mobile-translations > div .translations li a { padding: 0 !important; }
  header nav.primary .navigation li.mobile-translations > div .translations li a.current { height: 17px; border-bottom: 1px solid #fff; font-weight: 600; }
  header nav.primary .navigation li:hover, header nav.primary .navigation li:focus { background-color: transparent; }
  header nav.primary .navigation li a, header nav.primary .navigation li div.top-level-item { white-space: normal; padding: 0; line-height: 45px; width: 100%; text-transform: lowercase; }
  header nav.primary .navigation li a:first-letter, header nav.primary .navigation li div.top-level-item:first-letter { text-transform: Capitalize; }
  header nav.primary .navigation li ul.sub { display: none; }
  header nav.primary .navigation > li { float: none; display: inline-block; width: 100%; position: relative; }
  header nav.primary .navigation > li a, header nav.primary .navigation > li div.top-level-item { color: white; display: block; float: left; /* 					width: 100%; */ height: 45px; line-height: 45px; text-align: left; width: auto; width: -webkit-calc(100% - 45px); width: -moz-calc(100% - 45px); width: -o-calc(100% - 45px); width: calc(100% - 45px); padding-left: 15px; }
  header nav.primary .navigation > li div.top-level-item { width: 100%; }
  header nav.primary .navigation > li:last-child { margin-bottom: 10px; }
  header nav.primary .navigation > li span.open-close { cursor: pointer; font-size: 18px; right: 5px; top: 0px; float: right; display: block; position: relative; height: 45px; width: 45px; line-height: 45px; text-align: center; color: #fff; }
  header nav.primary .navigation > li span.open-close:after { content: '\e801'; line-height: inherit; }
  header nav.primary .navigation > li span.open-close.current:after { content: '\e802'; }
  header nav.primary .navigation > li ul.sub { background: #1f2f63; position: relative; top: 0; margin-left: 1em; clear: both; z-index: 2; visibility: visible; }
  header nav.primary .navigation > li ul.sub li ul.sub { display: none; }
  header nav.primary .navigation > li ul.sub li:first-child { margin-top: 0; }
  header nav.primary .navigation > li .menu-content { display: none; visibility: hidden; opacity: 0; height: 0; transition: all .4s; position: relative; max-width: 100%; width: 100%; left: 0 !important; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); margin-top: 0px; max-height: 100%; box-shadow: none; z-index: 5; background-color: #1f2f63; padding: 0; /* 		    		margin: 0 0 0 15px; */ }
  header nav.primary .navigation > li .menu-content.visible { display: block; visibility: visible; height: auto; opacity: 1; transform: none; }
  header nav.primary .navigation > li .menu-content a { padding-left: 25px; font-size: 20px; height: 45px; line-height: 45px; }
  header nav.primary .navigation > li .menu-content .menu-image, header nav.primary .navigation > li .menu-content .banner-content, header nav.primary .navigation > li .menu-content .closeMenu { display: none; }
  header nav.primary .navigation > li .menu-content > ul { text-align: left; /* 					    overflow: hidden; */ /* 					    overflow-y: auto; */ width: 100%; background: white; position: relative; height: auto; left: 0; padding-left: 0; }
  header nav.primary .navigation > li .menu-content > ul .top-level-item { padding: 10px; }
  header nav.primary .navigation > li .menu-content > ul > li:first-child { padding-top: 5px; }
  header nav.primary .navigation > li .menu-content > ul > li { float: left; width: 100%; /* 							border-bottom: 1px solid $color-background-light; */ /* 						    line-height: 45px; */ height: auto; }
  header nav.primary .navigation > li .menu-content > ul > li img { display: none; }
  header nav.primary .navigation > li .menu-content > ul > li.top-level-item { display: none; }
  header nav.primary .navigation > li .menu-content > ul > li a { 	/*font-weight: bold;
	padding: 10px; display: inline-block; width: calc(100% - 30px); line-height: 20px !important; float: none;*/ }
  header nav.primary .navigation > li .menu-content > ul > li .open { float: none; padding: 10px; display: inline-block; width: 25px; height: 30px; cursor: pointer; position: relative; top: 7px; right: 8px; }
  header nav.primary .navigation > li .menu-content > ul > li .open:after, header nav.primary .navigation > li .menu-content > ul > li .open:before { display: block; position: absolute; content: ""; width: 2px; height: 7px; background: #00c6ff; transition: all .4s; }
  header nav.primary .navigation > li .menu-content > ul > li .open:before { /* 									transform: rotate(45deg);  */ top: 10px; right: 14px; }
  header nav.primary .navigation > li .menu-content > ul > li .open:after { transform: rotate(-45deg); top: 10px; right: 18px; }
  header nav.primary .navigation > li .menu-content > ul > li .open.current:before { transform: rotate(135deg); top: 10px; }
  header nav.primary .navigation > li .menu-content > ul > li .open.current:after { top: 10px; transform: rotate(-135deg); }
  header nav.primary .navigation > li .menu-content > ul > li .level { display: none; z-index: 4; width: 100%; visibility: hidden; opacity: 0; right: 0; position: relative !important; height: 0; top: 0 !important; margin-top: 0 !important; left: auto !important; transform: translateX(0) !important; max-height: none; transition: height .4s; padding: 0; }
  header nav.primary .navigation > li .menu-content > ul > li .level.visible { float: left; display: block; visibility: visible; opacity: 1; height: auto; }
  header nav.primary .navigation > li .menu-content > ul > li .level.second-level { background: #232323; }
  header nav.primary .navigation > li .menu-content > ul > li .level.third-level { background: #1f2f63; margin-left: -15px; padding-left: 15px; width: calc(100% + 30px); }
  header nav.primary .navigation > li .menu-content > ul > li .level .banner-content, header nav.primary .navigation > li .menu-content > ul > li .level .menu-image-small { display: none; }
  header nav.primary .navigation > li .menu-content > ul > li .level ul { padding-left: 0; width: 100%; background: #f5f5f5; display: block; height: auto; }
  header nav.primary .navigation > li .menu-content > ul > li .level ul li { display: block; padding: 0 15px; color: white; border-bottom: none; line-height: 20px; }
  header nav.primary .navigation > li .menu-content > ul > li .level ul li.top-level-item { display: none; }
  header nav.primary .navigation > li .menu-content > ul > li .level ul li a { color: #fff; text-transform: none; font-weight: 300; text-transform: lowercase; /* 											text-transform: capitalize; */ }
  header nav.primary .navigation > li .menu-content > ul > li .level ul li a:first-letter { text-transform: capitalize; }
  header nav.primary .navigation > li .menu-content > ul > li .level ul li a i { display: none; line-height: 22px; padding-left: 30px; }
  header #MobileMenu { cursor: pointer; display: block; position: absolute; font-size: 30px; color: #fff; z-index: 9999; top: -47px; left: 9px; }
  header .menuContent { display: none; }
  header .brand-container img { max-height: 25px !important; margin-top: 20px !important; }
  header .options-right { width: auto !important; position: absolute; right: 80px; }
  header .options-right span.name { display: none; }
  header .options-right img { max-width: unset !important; width: auto !important; }
  header .options-right .login { display: none; }
  header .options-right .mobile-login { display: block !important; margin-right: 10px; }
  header .options-right .mobile-login img { margin-top: 9.5px; max-height: 38px !important; }
  header .options-right #HeaderFavorites { padding: 0 !important; margin-right: 15px; }
  header .options-right #HeaderFavorites h3 { margin-top: 13.5px; }
  header .options-right #HeaderFavorites h3 img { max-height: 34px !important; }
  header .options-right #HeaderCart > h3 { padding: 0 !important; top: 18px !important; }
  header .options-right #HeaderCart > h3 img { max-height: 30px !important; } }
@media only screen and (max-width: 1279px) and (max-width: 512px) { header .options-right #HeaderFavorites, header .options-right .mobile-login { display: none !important; }
  header .navigation-container { z-index: 1002; }
  header .mobile-options { display: inline-block !important; width: 100%; background: #1f2f63; }
  header .mobile-options .HeaderFavorites { width: 50%; float: left; padding: 5px; border: 1px solid #131d3c; text-align: center; }
  header .mobile-options .HeaderFavorites span.name { display: none; }
  header .mobile-options .HeaderFavorites img { max-height: 40px; width: auto; margin-top: -5px; margin-bottom: 5px; }
  header .mobile-options .mobile-options-login { float: left; text-align: center; width: 50%; padding: 5px; border: 1px solid #131d3c; }
  header .mobile-options .mobile-options-login img { max-height: 40px; width: auto; margin-top: -5px; margin-bottom: 5px; } }
@media only screen and (max-width: 1279px) and (max-width: 410px) { header .brand-container { left: 70px !important; }
  header .brand-container img { max-height: 20px !important; margin-top: 24px !important; } }
@media only screen and (max-width: 1279px) and (max-width: 350px) { header .brand-container img { max-height: 14px !important; margin-top: 28px !important; } }

@media (min-width: 1280px) { /* 	@import "menu/desktop"; */
  /* 	@import "menu/desktop-fullwidth"; */
  header .navigation-container { display: block; position: relative; float: left; width: 100%; }
  header .navigation-container.scrollable.right .scroll-right, header .navigation-container.scrollable.left .scroll-left { visibility: visible; opacity: 1; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
  header .navigation-container .scroll-wrapper { display: block; overflow: hidden; width: 100%; height: 45px; }
  header .navigation-container .scroll-right, header .navigation-container .scroll-left { width: 50px; height: 40px; cursor: pointer; position: absolute; top: 0; visibility: hidden; opacity: 0; color: #fff; -moz-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -o-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.3s; transition: opacity 0.3s linear, visibility 0s linear 0.3s; }
  header .navigation-container .scroll-right:after, header .navigation-container .scroll-left:after { line-height: 40px; }
  header .navigation-container .scroll-left { left: 0; text-align: left; /* 			@include background-image(linear-gradient(left, rgba(white,1) 50%,rgba(white,.3) 100%)); */ }
  header .navigation-container .scroll-left:after { content: '\e803'; }
  header .navigation-container .scroll-right { right: 0; text-align: right; /* 			@include background-image(linear-gradient(right, rgba(white,1) 50%,rgba(white,.3) 100%)); */ }
  header .navigation-container .scroll-right:after { content: '\e804'; }
  header .navigation-container nav.primary { background-color: transparent; width: 100%; overflow-x: auto; }
  header .navigation-container nav.primary .navigation { height: 45px; display: inline-flex; overflow-y: hidden; }
  header .navigation-container nav.primary .navigation > li { display: inline-block; float: none; margin: 0; /* 					color: $menu-color; */ }
  header .navigation-container nav.primary .navigation > li div.top-level-item { color: white; line-height: 36px; }
  header .navigation-container nav.primary .navigation > li span.open-close { /* 						display: none;  */ }
  header .navigation-container nav.primary .navigation > li span.open-close:after { content: '\e801'; line-height: inherit; }
  header .navigation-container nav.primary .navigation > li > a, header .navigation-container nav.primary .navigation > li > div:not(.menu-content) { border-bottom: 5px solid transparent; }
  header .navigation-container nav.primary .navigation > li > a:hover, header .navigation-container nav.primary .navigation > li > div:not(.menu-content):hover { border-bottom: 5px solid #00c6ff; }
  header .navigation-container nav.primary .navigation > li:first-child { margin-left: 0; }
  header .navigation-container nav.primary .navigation > li:last-child { margin-right: 0; }
  header .navigation-container nav.primary .navigation > li > a.has-sub:after { content: '\e801'; margin: 0 0 0 .25em; line-height: inherit; position: relative; text-decoration: none; }
  header .navigation-container nav.primary .navigation > li.current > a, header .navigation-container nav.primary .navigation > li.section > a { border-bottom: 5px solid #00c6ff; }
  header .navigation-container nav.primary .navigation > li:not(.open-left) > ul { left: 0; }
  header .navigation-container nav.primary .navigation > li.open-left > ul { right: 0; left: auto !important; }
  header .navigation-container nav.primary .navigation > li.open-left > ul:before { margin-right: 0 !important; }
  header .navigation-container nav.primary .navigation > li > ul.sub { display: block; position: absolute; z-index: 1000; padding: 0; top: 44px; background-color: #1f2f63; border: 1px solid #070a15; -moz-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.75); box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.75); }
  header .navigation-container nav.primary .navigation > li > ul.sub ul.sub a { padding-left: 2.5em; }
  header .navigation-container nav.primary .navigation > li > ul.sub li a:hover { background-color: #131d3c; }
  header .navigation-container nav.primary .navigation > li ul.sub li { position: relative; width: 100%; overflow: visible; display: block; }
  header .navigation-container nav.primary .navigation > li ul.sub li a { text-align: left; padding: 0 1.5em; margin: 0; width: 100%; display: block; line-height: 45px; color: inherit; border: none; white-space: nowrap; }
  header .navigation-container nav.primary .navigation > li > ul.sub { visibility: hidden; opacity: 0; -moz-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -o-transition: opacity 0.3s linear, visibility 0s linear 0.3s; -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.3s; transition: opacity 0.3s linear, visibility 0s linear 0.3s; }
  header .navigation-container nav.primary .navigation > li > ul.sub:before { position: absolute; content: ''; margin: 0 -50px -50px -50px; top: 0; bottom: 0; left: 0; right: 0; }
  header .navigation-container nav.primary .navigation > li.focus > ul.sub { visibility: visible; opacity: 1; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
  header #MobileMenu { display: none; }
  ul.navigation ::-webkit-scrollbar { width: 5px; position: relative; }
  ul.navigation ::-webkit-scrollbar-track { border-radius: 0px; background: #bfbfbf; }
  ul.navigation ::-webkit-scrollbar-thumb { border-radius: 0px; background: #999999; }
  ul.navigation li a, ul.navigation li div { /* 			line-height: 31px;  */ display: inline-block; /* 		    font-family: inherit; */ /* 		    font-size: 22px; */ /* 		    color: #565655;  */ text-decoration: none; white-space: nowrap; cursor: pointer; font-size: 19px; font-weight: 300; transition: all .4s; /* 	    	font-weight: bold; */ }
  ul.navigation li a.current, ul.navigation li div.current { /* 		    	color: $color-base-primary; */ }
  ul.navigation li .menu-content { visibility: hidden; opacity: 0; height: 0; transition: all .4s; position: fixed; top: 150px; left: 50% !important; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); margin-top: 10px; max-height: 80%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 5; background-color: #f5f5f5; border-left: 2px solid #00c6ff; /* 		    @media (max-width: $container-width) { */ width: 90%; background-size: contain; /* 		    } */ }
  ul.navigation li .menu-content:not(.campaign) { max-width: 1280px; }
  ul.navigation li .menu-content.visible:not(.campaign) { visibility: visible; height: 469px; opacity: 1; transform: translateX(-50%) translateY(0); }
  ul.navigation li .menu-content.visible:not(.campaign) .banner-content { opacity: 1 !important; }
  ul.navigation li .menu-content .open-close { display: inline-block; line-height: 16px; padding: 15px 0px; }
  ul.navigation li .menu-content .open-close.current:after { -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
  ul.navigation li .menu-content .closeMenu { z-index: 999; position: absolute; top: 5px; right: 5px; /* 			    padding: 5px; */ /* 			    background: $color-background-light; */ height: 30px; }
  ul.navigation li .menu-content .closeMenu .fa-remove:before  { content: url(../images/cross.png); }
  ul.navigation li .menu-content .banner-content { position: absolute; right: 0; bottom: 0; width: -webkit-calc(100% - 355px); width: -moz-calc(100% - 355px); width: -o-calc(100% - 355px); width: calc(100% - 355px); height: 100%; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /*				background: rgba(black, .3); */ color: white; opacity: 0; white-space: normal; transition: opacity 1s; }
  ul.navigation li .menu-content .menu-image { width: -webkit-calc(100% - 355px); width: -moz-calc(100% - 355px); width: -o-calc(100% - 355px); width: calc(100% - 355px); position: absolute; right: 0px; top: 0; object-fit: cover; height: 100%; }
  ul.navigation li .menu-content > ul { text-align: left; overflow-y: scroll; width: 355px; background: #1f2f63; position: absolute; height: 100%; left: 0; }
  ul.navigation li .menu-content > ul .top-level-item { background: #e8e8e8; /* 					color: $color-text-secondary; */ }
  ul.navigation li .menu-content > ul > li { width: 100%; border-bottom: 1px solid #464646; line-height: 20px; }
  ul.navigation li .menu-content > ul > li:last-child { border-bottom: 0; }
  ul.navigation li .menu-content > ul > li a { padding: 10px; display: inline-block; width: calc(100% - 40px); line-height: 1.2; color: #fff; font-size: 16px; padding: 13.5px 0px 13.5px 20px; }
  ul.navigation li .menu-content > ul > li a img { padding-right: 15px; }
  ul.navigation li .menu-content > ul > li .open { float: right; padding: 10px; display: block; width: 30px; height: 30px; cursor: pointer; position: relative; top: 4px; right: 8px; }
  ul.navigation li .menu-content > ul > li .open:after, ul.navigation li .menu-content > ul > li .open:before { /* 						font-family: FontAwesome; */ display: block; position: absolute; /* 						content: "\f067";  */ content: ""; width: 3px; height: 12px; background: #000; transition: all .4s; }
  ul.navigation li .menu-content > ul > li .open:before { transform: rotate(-45deg); top: 10px; right: 10px; height: 8px; }
  ul.navigation li .menu-content > ul > li .open:after { transform: rotate(45deg); top: 14px; right: 10px; height: 10px; }
  ul.navigation li .menu-content > ul > li .open.current:before { transform: rotate(90deg); height: 15px; top: 10px; }
  ul.navigation li .menu-content > ul > li .open.current:after { height: 15px; top: 10px; transform: rotate(90deg); }
  ul.navigation li .menu-content > ul > li .level { z-index: 4; width: 33%; visibility: hidden; opacity: 0; right: 0; position: fixed !important; height: 100%; top: 0 !important; bottom: 0; margin-top: 0 !important; left: auto !important; transform: translateX(0px) !important; transition: all .4s; max-height: 100%; padding: 0; }
  ul.navigation li .menu-content > ul > li .level.visible { visibility: visible; opacity: 1; /* 				    	display: block; */ left: 400; }
  ul.navigation li .menu-content > ul > li .level .banner-content { position: absolute; right: 0; bottom: 0; width: -webkit-calc(100% - 300px); width: -moz-calc(100% - 300px); width: -o-calc(100% - 300px); width: calc(100% - 300px); height: 100%; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: normal; /* 								background: rgba(black, .3); */ }
  ul.navigation li .menu-content > ul > li .level .banner-content * { color: white !important; }
  ul.navigation li .menu-content > ul > li .level .menu-image-small { position: absolute; top: 0; z-index: -1; min-width: -webkit-calc(100%); min-width: -moz-calc(100%); min-width: -o-calc(100%); min-width: calc(100%); width: -webkit-calc(100%); width: -moz-calc(100%); width: -o-calc(100%); width: calc(100%); position: absolute; right: 0px; object-fit: cover; height: 100%; }
  ul.navigation li .menu-content > ul > li .level.second-level { width: calc(100% - 355px); }
  ul.navigation li .menu-content > ul > li .level.second-level ul { min-width: 33.33%; }
  ul.navigation li .menu-content > ul > li .level.third-level { width: 66.67%; }
  ul.navigation li .menu-content > ul > li .level.third-level ul { min-width: 50%; }
  ul.navigation li .menu-content > ul > li .level.fourth-level { width: 50%; }
  ul.navigation li .menu-content > ul > li .level.fourth-level ul { min-width: 100%; }
  ul.navigation li .menu-content > ul > li .level ul { overflow-y: auto; float: left; background: rgba(0, 0, 0, 0.7); display: block; height: 600px; max-height: 100%; }
  ul.navigation li .menu-content > ul > li .level ul li { display: block; padding: 0 0 0 10px; color: white; border-bottom: none; line-height: 20px; }
  ul.navigation li .menu-content > ul > li .level ul li a { color: white !important; line-height: 20px; text-transform: none; font-weight: 400; }
  ul.navigation li .menu-content > ul > li .level ul li a i { line-height: 16px; padding: 0 10px; }
  ul.navigation li .menu-content > ul > li .level ul li.top-level-item { background: transparent; }
  ul.navigation li .menu-content > ul > li .level ul li.top-level-item a { /* 										font-weight: 600; */ color: #fff !important; } }
.dealer-link-mobile { display: none !important; }
@media (max-width: 1279px) { .dealer-link-mobile { display: inline-block !important; } }

header { height: 157px; /* 	padding: 10px 0; */ width: 100%; /* 	background-color: $color-background-block; */ z-index: 1001; position: relative; color: #fff; background: #1f2f63; font-family: "Exo", sans-serif; }
header .mobile-translations { display: none !important; }
header .header-top-bar { height: 30px; background-color: #151d41; text-align: center; transition: height .4s; }
header .header-top-bar.loaded { display: none; }
header .header-top-bar.scrolled { height: 0px; overflow: hidden; }
header .header-top-bar .top-bar-wrapper { display: inline-block; position: relative; box-sizing: border-box; margin: 0 auto; max-width: 1640px; padding-left: 10px; padding-right: 10px; width: 100%; max-width: 1300px; padding: 0; line-height: 30px; }
header .header-top-bar .top-bar-wrapper .bar-contact { position: absolute; width: 100%; -webkit-transform: translate(50%, 0); -moz-transform: translate(50%, 0); -ms-transform: translate(50%, 0); -o-transform: translate(50%, 0); transform: translate(50%, 0); left: -50%; font-size: 15px; overflow: hidden; }
header .header-top-bar .top-bar-wrapper .bar-contact a { color: #00c6ff; font-weight: bold; padding-left: 10px; }
header .header-top-bar .top-bar-wrapper .bar-contact img { max-height: 25px; width: auto; }
header .header-top-bar .top-bar-wrapper .bar-translations { float: right; }
@media (max-width: 1279px) { header .header-top-bar { display: none !important; } }
@media (max-width: 1279px) { header { height: 65px; } }
header .header-inner-wrapper { position: fixed; width: 100vw; background: #1f2f63; height: 157px; }
@media only screen and (min-width: 1280px) { header .header-inner-wrapper { transition: height .5s; }
  header .header-inner-wrapper.down-scrolled { height: 85px; overflow: hidden; }
  header .header-inner-wrapper.down-scrolled .dealer-link { display: none; transition: none; }
  header .header-inner-wrapper.down-scrolled li.current a { border-bottom: none; }
  header .header-inner-wrapper.up-scrolled { height: 127px; } }
@media (max-width: 1279px) { header .header-inner-wrapper { height: 65px !important; } }
header .inner { width: 100vw; height: 85px; padding: 0 20px 0 20px; }
header .inner .dealer-link { float: right; position: relative; right: 0; top: -50px; display: inline-block; text-transform: uppercase; color: #fff; border: 1px solid #00c6ff; font-weight: 700; line-height: 30px; padding: 2px 15px 0 15px; border-radius: 5px; /*@media (max-width: $bp-xl)	{
	top: 1px;
}
@media (max-width: $bp-l-max)	{
	right: 55px;
	top: 6px;
}*/ }
@media (max-width: 1279px) { header .inner .dealer-link { display: none; } }
header .inner:after { content: ''; display: block; clear: both; float: none; }
@media (max-width: 1279px) { header .inner { height: 65px; padding: 0; }
  header .inner .inner-top { height: 100%; } }
header .inner .inner-inner { height: 100%; }
@media (min-width: 1279px) { header .inner .inner-inner { box-sizing: border-box; margin: 0 auto; max-width: 1640px; padding-left: 10px; padding-right: 10px; width: 100%; max-width: 1300px; padding: 0 !important; height: 85px; margin-bottom: 0; } }
header nav.primary .mobile-options { display: none; }
header .navigation { border-width: calc(100% - 10px); }
header .navigation-container { display: block; position: relative; width: 100%; /* 		@include calc("width","100% - 350px"); */ max-width: 1360px; padding: 0 30px 0 30px; text-align: center; float: none; margin: 0 auto 0 auto; 		/*@media (max-width: $bp-xl)	{ 			max-width: 768px; 
			float:left;
			margin-left: 200px;
			@include calc("width","100% - 295px");
		}*/ }
header .navigation-container.visible .navigation { border-top: 1px solid #1f2f63; }
@media (max-width: 1366px) { header .navigation-container { padding: 0 30px 0 0; } }
@media (max-width: 1024px) { header .navigation-container { /* 			max-width: 640px; */ } }
@media (max-width: 1279px) { header .navigation-container { margin: 0; padding: 0; width: 100%; position: absolute; float: none; top: 63px; } }
header .brand-container { width: 34%; float: left; height: 100%; display: inline-block; /* 		margin-bottom: 10px; */ /* 		padding: 0 5px; */ text-align: center; /*.logo_mobile	{
	display: none;
	@media (max-width: $bp-l-max)	{
		display: block;
		margin-top: -1px;
		margin-left: -100px; 
		margin: 0 auto;
	}
	
}*/ }
@media (max-width: 1279px) { header .brand-container { /* 			width: calc(100% - 156px); */ /* 			margin-left: 50px; */ /* 			margin-top: -2px; */ width: auto; position: relative; left: 75px; height: 100%; } }
header .brand-container > a { height: 100%; display: inline-block; }
header .brand-container .logo { margin-top: 16.5px; height: 100%; max-height: 45px; width: auto; }
@media (max-width: 1279px) { header .brand-container .logo { max-height: 35px; } }
header .options-right { width: 36%; height: 100%; float: left; font-size: 17px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; justify-content: flex-end; }
header .options-right #HeaderFavorites .name, header .options-right #HeaderCart .name, header .options-right .login .loginbutton { line-height: 1.8em; }
header .options-right #HeaderFavorites { padding-top: 30px; padding-left: 30px; line-height: 25px; }
header .options-right #HeaderFavorites a { font-weight: 400; position: relative; }
header .options-right #HeaderFavorites img { margin-left: 8px; margin-top: -2px; max-height: 25px; width: auto; }
header .options-right #HeaderFavorites #FavoritesCount { position: absolute; top: -10px; right: -13px; background: #00c6ff; color: #000; width: 23px; height: 23px; font-family: jaf-bernino-sans-condensed, sans-serif; display: block; text-align: center; font-size: 25px; line-height: 35px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; transition: all .4s; }
header .options-right #HeaderFavorites #FavoritesCount[data-favorites-count="0"], header .options-right #HeaderFavorites #FavoritesCount[data-favorites-count=""] { opacity: 0; visibility: hidden; }
header .options-right #HeaderFavorites #FavoritesCount[data-favorites-count="1+n"] { visibility: visible; opacity: 1; }
@media only screen and (max-width: 1200px) { header .options-right #HeaderFavorites #FavoritesCount {     		/*width: 25px;
		    height: 25px; 		font-size: 20px;
		    line-height: 25px;
		    top: 3px;
		    right: -2px;*/ } }
header .options-right .login { padding-top: 30px; line-height: 25px; padding-left: 30px; font-weight: 400; }
header .options-right .login img { margin-left: 8px; margin-top: -2px; max-height: 25px; width: auto; }
header .options-right .mobile-login { display: none; }
header .options-right #HeaderCart > h3 { color: #fff; line-height: 25px; margin-bottom: 0; position: relative; font-weight: 400; padding-left: 30px; top: 25px; }
header .options-right #HeaderCart > h3 .cartIcon { margin-left: 8px; }
header .options-right #HeaderCart > h3 .cartIcon img { max-height: 25px; }
header #PageTranslations { display: block; float: right; position: relative; padding: 0 5px; min-height: 38px; }
header #PageTranslations ul li { float: left; margin-right: 10px; font-weight: 400; }
header #PageTranslations ul li:last-child { margin-right: 0; }
header #PageTranslations ul li:not(:last-child) a:after { content: ""; height: 15px; display: inline-block; width: 1px; position: relative; left: 5px; top: 7px; background: #fff; }
header #PageTranslations ul li .current { text-decoration: underline; color: #00c6ff; }
header ul { list-style: none; margin: 0; padding: 0; }
header .header-search { float: left; display: inline-block; position: relative; padding: 0; height: 38px; width: 30% !important; top: 24px; }
header .header-search .header-search-inner { position: relative; width: 100%; max-width: 315px; display: inline-block; background-color: #151d41; }
@media (max-width: 1279px) { header .header-search .header-search-inner { background-color: transparent; width: 100vw; max-width: unset; } }
header .header-search .search-bar { float: left; }
@media (max-width: 1279px) { header .header-search .search-bar { display: none; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear; } }
header .header-search .search-bar.show { display: block; visibility: visible; opacity: 1; }
header .header-search .search-bar fieldset div.field { margin: 0 0 0 0px !important; border: none !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
@media (max-width: 1279px) { header .header-search .search-bar fieldset div.field { margin: 0 10px 0 10px !important; } }
header .header-search .search-bar fieldset div.field input { background: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; height: 32px; -webkit-appearance: none; border: none !important; }
header .header-search .search-bar .Actions { display: none; }
header .header-search .search-dropdown-icon { display: inline-block; padding: 7px 10px 4px 0; cursor: pointer; float: right; }
@media (max-width: 1279px) { header .header-search .search-dropdown-icon { margin-top: -46px; margin-right: 35px; border-bottom: none; } }
header .header-search .search-dropdown-icon img { width: 19px; height: auto; /* 				-webkit-filter: grayscale(1); */ filter: brightness(2.7); }
@media (max-width: 1279px) { header .header-search .search-dropdown-icon img { width: 26px; /* 					filter: brightness(0) invert(100);					 */ /* 					-webkit-filter: brightness(0) invert(100); */ } }
@media (max-width: 1279px) { header .header-search .search-dropdown-icon { padding: 0; color: #fff; font-size: 25px; font-weight: 200; } }
@media (min-width: 1279px) { header .right-icons { border-left: 1px solid white; padding: 35px 0 35px 15px; position: absolute; right: 0px; top: 13px; width: 147px; height: 85px; } }
header .right-icons a.loggaut { display: block; position: absolute; top: 14px; /* line-height: 90px; */ color: #fff; /* 			width: 50px; */ right: 18px; }
@media (max-width: 1279px) { header .right-icons a.loggaut { display: none; } }
header .right-icons a.loggain { display: block; position: absolute; top: 15px; /* 		line-height: 90px; */ color: #fff; /* 			width: 115px; */ width: 100px; }
@media (max-width: 1279px) { header .right-icons a.loggain { top: 10px; right: 35px; border-left: 0; width: auto; padding: 0; }
  header .right-icons a.loggain span { display: none; } }
header .right-icons a.loggain img { margin-top: -2px; padding-right: 2px; /* 			top: 50%; */ /* 			position: absolute; */ /* 			@include transform(translateY(-50%)); */ /* 			margin-left: -30px; */ }
@media (max-width: 1279px) { header .right-icons a.loggain img { margin-top: 3px; margin-right: 3px; } }
@media only screen and (max-width: 1555px) { header nav.primary { text-align: left; } }

.widget-area.header { background: #fff; }

#PageOverlay { display: none; background: rgba(0, 0, 0, 0.5); position: fixed; width: 100%; left: 0; right: 0; bottom: 0; z-index: 1003; height: 100vh; top: 0; transition: all .4s; }

html.search-open.sf-browser { overflow-y: hidden !important; position: fixed; }
html.search-open.sf-browser body { overflow-y: hidden !important; position: fixed; }

body:not(.FrontPage) div.main { box-sizing: border-box; margin: 0 auto; max-width: 1640px; padding-left: 10px; padding-right: 10px; width: 100%; margin-top: 20px; min-height: 508px; }

body.FrontPage div.main { box-sizing: border-box; margin: 0 auto; max-width: 1640px; padding-left: 10px; padding-right: 10px; width: 100%; }

.Page div.main article { float: left; max-width: 100%; padding: 20px 0; padding-top: 0; }

.campaign-banner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; height: 45px; line-height: 45px; overflow-x: hidden; margin-left: -25px; margin-right: -25px; font-size: 20px; font-weight: bold; text-align: center; }
.campaign-banner .repeatable { display: inline-block; white-space: nowrap; }
.campaign-banner .repeatable span { padding: 0 10px; }

div.main .layout:before, div.main .layout:after { content: ""; display: table; }
div.main .layout:after { clear: both; }
@media only screen and (max-width: 670px) { div.main .layout { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
div.main .layout aside.sidebar { float: left; width: 385px; margin: 50px 0 40px 60px; padding-left: 30px; /* 			border-left: 1px solid #eee; */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 1023px) { div.main .layout aside.sidebar { float: none; width: 100%; border: 0; margin-top: 0; margin-left: 0; padding-left: 0; } }
div.main .layout aside.sidebar nav { margin-bottom: 20px; }
div.main .layout aside.sidebar nav ul.sub { padding-left: 10px; }
@media only screen and (max-width: 670px) { div.main .layout aside.sidebar.left { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; } }
div.main .layout aside.sidebar.right { float: right; }
@media only screen and (max-width: 670px) { div.main .layout aside.sidebar.right { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; } }
div.main .layout .content-container { float: left; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 670px) { div.main .layout .content-container { float: none; width: 100% !important; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; } }
div.main .layout .content-container.wrapped { box-sizing: border-box; margin: 0 auto; max-width: 1640px; padding-left: 10px; padding-right: 10px; width: 100%; float: none; padding-top: 20px; }
div.main .layout .content-container #Form_EditForm .middleColumn { max-width: inherit; }
div.main .layout.columns-2 .content-container { width: 75%; }
div.main .layout.columns-3 .content-container { width: 50%; }
@media only screen and (min-width: 671px) and (max-width: 1024px) and (orientation: portrait) { div.main .layout.columns-3 .content-container { width: 75%; } }
@media only screen and (min-width: 671px) and (max-width: 1024px) and (orientation: portrait) { div.main .layout.columns-3 aside.sidebar.right { width: 75%; } }

.FrontPage .widget-area.bottom { background: #fff; }
@media only screen and (max-width: 959px) { .FrontPage .widget-area.bottom { padding: 10px 0; } }
.FrontPage .widget-area.bottom .WidgetArea { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: wrap; }
.FrontPage .widget-area.bottom .WidgetArea .WidgetHolder { flex: 1; max-width: 33.33%; min-width: 33.33%; }
@media only screen and (max-width: 1279px) { .FrontPage .widget-area.bottom .WidgetArea .WidgetHolder { max-width: 50%; min-width: 50%; } }
@media only screen and (max-width: 959px) { .FrontPage .widget-area.bottom .WidgetArea .WidgetHolder { max-width: 100%; min-width: 100%; } }
.FrontPage .widget-area.bottom .WidgetArea .WidgetHolder .WidgetHolderContent { height: 100%; }
.FrontPage .widget-area.bottom .WidgetArea .WidgetHolder .WidgetHolderContent .WidgetContent { height: 100%; }
.FrontPage .widget-area.bottom .WidgetArea .WidgetHolder .WidgetHolderContent .WidgetContent > div { height: 100%; }
.FrontPage .widget-area.footer { background: transparent; }

#CookieConsent { background: #1f2f63 !important; }
#CookieConsent #CookieConsentContent { color: #FFF !important; }
#CookieConsent #CookieConsentContent h2 { color: #FFF !important; }

.widget-area.footer { background: #fff; }

footer { font-size: 16px; color: #fff; visibility: hidden; width: 100%; background-color: #1f2f63; }
body.ProductCatalogPage footer, body.SearchPage footer { display: none; }
footer .inner { box-sizing: border-box; margin: 0 auto; max-width: 1640px; padding-left: 10px; padding-right: 10px; width: 100%; max-width: 1790px; padding: 50px 20px 25px 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: nowrap; }
@media only screen and (max-width: 1024px) { footer .inner { padding: 40px 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-content: center; } }
footer .inner p { line-height: 1.8; }
footer .footer-left { float: left; width: auto; min-width: 300px; margin-bottom: 40px; padding-right: 10px; /*@media only screen and (max-width: $bp-xs-max) {
	width: 50%;
}
@media only screen and (max-width: $bp-xs) {
	width: 100%;
}*/ }
@media only screen and (max-width: 1024px) { footer .footer-left { text-align: center; } }
footer .footer-left img { max-width: 265px; width: 100%; margin-bottom: 25px; }
@media only screen and (max-width: 1024px) { footer .footer-left img { /* 				margin-bottom: 20px; */ margin: 0 auto 25px auto; } }
footer .footer-center { float: left; padding-left: 20px; /* 		@include calc("width","100% - 470px - 250px"); */ width: auto; float: left; font-size: 15px; color: #fff; }
footer .footer-center .columns { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; }
footer .footer-center .columns .column { min-width: 225px; }
footer .footer-center .columns .column p { margin-bottom: 0; line-height: 20px; }
footer .footer-center .columns .column a { color: inherit; }
footer .footer-center .footer-social { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
@media only screen and (max-width: 1024px) { footer .footer-center .footer-social { justify-content: center; } }
footer .footer-center .footer-social img { padding: 0 15px 0 0 !important; max-width: 30px; height: auto; float: left; }
@media only screen and (max-width: 1024px) { footer .footer-center { width: 100%; padding-left: 0; text-align: center; margin-bottom: 20px; }
  footer .footer-center .columns { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; justify-content: space-evenly; flex-wrap: wrap; }
  footer .footer-center .columns .column { width: auto !important; } }
@media only screen and (max-width: 767px) { footer .footer-center .column { min-width: 240px !important; margin-bottom: 20px; width: 100% !important; } }
footer .footer-center a { text-decoration: none; color: #000; }
footer .footer-right img { margin: auto; }
@media only screen and (max-width: 1280px) { footer .footer-right { /*@media only screen and (max-width: $bp-xs-max) {
	width: 50%;
}
@media only screen and (max-width: $bp-xs) {
	width: 100%;
}	*/ } }
@media only screen and (max-width: 1024px) { footer .footer-right { width: 100%; position: relative; justify-content: center; } }
footer .footer-ely img { float: left; margin-left: 20px; margin-bottom: 20px; }
@media only screen and (max-width: 1024px) { footer .footer-ely { width: 100%; margin-top: 30px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; justify-content: center; }
  footer .footer-ely img { float: none; } }
footer .columns { width: 100%; clear: both; overflow: hidden; }
footer .columns .column { display: block; float: left; padding: 10px; }
@media only screen and (max-width: 480px) { footer .columns .column { width: 100% !important; } }
footer .columns.two > .column { width: 50%; }
footer .columns.three > .column { width: 33.3%; }
@media only screen and (max-width: 767px) { footer .columns.three > .column { width: 50%; } }
@media only screen and (max-width: 480px) { footer .columns.three > .column { width: 100%; } }
footer .columns.four > .column { width: 25%; /* 			@media only screen and (max-width: $bp-m) {  */ /* 				width: 100%;  */ /* 			}  */ }
@media only screen and (max-width: 960px) { footer .columns.four > .column { width: 50%; } }
@media only screen and (max-width: 1280px) { footer .desktopOnly { display: none !important; } }
footer .mobileOnly { display: none !important; }
@media only screen and (max-width: 1280px) { footer .mobileOnly { display: block !important; /* 			padding-right: 50px; */ } }
@media only screen and (max-width: 1280px) and (max-width: 480px) { footer .mobileOnly { /* 				padding-right: 0; */ } }

.webadmin-edit-link { float: right; background: transparent url(../../../framework/admin/images/btn-icon/document--pencil.png) no-repeat; width: 16px; height: 16px; }
@media only screen and (max-width: 767px) { .webadmin-edit-link { display: none; } }
.webadmin-edit-link.widgets { margin-left: 10px; background: transparent url(../../../framework/admin/images/btn-icon/chain--pencil.png) no-repeat; }

.HtmlContentWidget .typography.design-0 .Widget-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; background: #fff; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content { flex: 1; min-width: 55%; max-width: 55%; height: 100%; text-align: left; color: #000; font-weight: 300; padding: 40px 3.4vw 25px 3.4vw; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content p { line-height: 1.75em; margin-bottom: 30px; font-weight: 400; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h1, .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h2, .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h3, .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h4, .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h5, .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h6 { color: #000; font-weight: 700; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h1, .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content h2 { font-size: 42px; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content .call-to-action { margin-top: 25px; display: inline-block; border: 1px solid #36aadb; font-weight: 700; color: #fff; padding: 17px 50px; line-height: 1em; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-image { min-width: 45%; max-width: 45%; flex: 1; padding: 0 40px; }
.HtmlContentWidget .typography.design-0 .Widget-box .widget-box-image img { object-fit: contain; height: auto; max-width: 100%; position: relative; top: 50%; transform: translateY(-50%); }
.HtmlContentWidget .typography.design-0 .Widget-box.image-align-1 .widget-box-content { order: 2; }
.HtmlContentWidget .typography.design-0 .Widget-box.image-align-1 .widget-box-image { order: 1; }
.HtmlContentWidget .typography.design-0 .Widget-box.image-align-2 .widget-box-content { order: 1; }
.HtmlContentWidget .typography.design-0 .Widget-box.image-align-2 .widget-box-image { order: 2; }
@media only screen and (max-width: 768px) { .HtmlContentWidget .typography.design-0 .Widget-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-content { order: 2 !important; min-width: 100%; max-width: 100%; }
  .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-image { order: 1 !important; min-width: 100%; max-width: 100%; padding: 40px 40px 0 40px; }
  .HtmlContentWidget .typography.design-0 .Widget-box .widget-box-image img { height: auto; top: 0; transform: translateY(0); } }
.HtmlContentWidget .typography.design-1 .Widget-box { max-width: 1300px; height: 340px; margin: auto; position: relative; background-repeat: no-repeat; background-size: cover; }
.HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content { background: #1d1d1d; color: #fff; display: inline-block; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; padding: 5px 50px 15px 50px; text-align: center; max-width: 430px; }
.HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h1, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h2, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h3, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h4, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h5, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h6, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content p, .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content a { color: #fff; line-height: 1em; font-family: century-gothic, sans-serif; }
.HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h1 { font-size: 99px; }
.HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h2 { font-size: 65px; }
.HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h3 { font-size: 30px; }
.HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content a { display: inline-block; padding: 17px 30px; border: 1px solid #fff; font-family: "Exo", sans-serif; font-weight: bold; }
@media only screen and (max-width: 767px) { .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h1 { font-size: 60px; }
  .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h2 { font-size: 35px; }
  .HtmlContentWidget .typography.design-1 .Widget-box .widget-box-content h3 { font-size: 20px; } }
.HtmlContentWidget .typography.design-2 { padding: 20px 60px 0 60px; text-align: center; background-color: #1f2f63; }
.HtmlContentWidget .typography.design-2 .widget-title { color: #00c6ff; font-size: 40px; margin: 35px 0 0 0; }
.HtmlContentWidget .typography.design-2 hr { border-color: #00c6ff; width: 180px; margin-left: auto; margin-right: auto; margin-top: 40px; }
@media only screen and (max-width: 767px) { .HtmlContentWidget .typography.design-2 { padding: 10px 20px 0 20px; }
  .HtmlContentWidget .typography.design-2 .widget-title { font-size: 22px; margin: 20px 0 0 0; }
  .HtmlContentWidget .typography.design-2 hr { margin-top: 20px; } }
.HtmlContentWidget .typography.design-2 .Widget-box { position: relative; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content { display: inline-block; font-weight: 400; text-align: center; max-width: 430px; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h1, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h2, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h3, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h4, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h5, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h6, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content p, .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content a { color: #fff; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content ul { margin-left: -40px; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content ul li { font-size: 18px; width: 100%; display: inline-block; margin: auto; color: #fff; list-style-type: none; line-height: 30px; margin-bottom: 20px; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content ul li img.leftAlone { max-height: 30px; width: auto; display: inline-block; margin-right: 10px; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content p { font-weight: 400; }
.HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content a { display: inline-block; padding: 13.5px 30px; background: #00c6ff; border-radius: 10px; margin-top: 5px; color: #000; font-size: 17px; font-family: century-gothic, sans-serif; font-weight: bold; }
@media only screen and (max-width: 767px) { .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h1 { font-size: 60px; }
  .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h2 { font-size: 35px; }
  .HtmlContentWidget .typography.design-2 .Widget-box .widget-box-content h3 { font-size: 20px; } }

.YoutubeBlockWidget { display: inline-block; }
.YoutubeBlockWidget .WidgetContent .youtube-block .player { max-width: calc(100vw - 20px); width: 100%; }
.YoutubeBlockWidget .WidgetContent .youtube-block .start-video { position: absolute; top: 0; width: 100%; height: 100%; max-width: 390px; max-height: 219px; opacity: .7; cursor: pointer; transition: all 0.3s; }
.YoutubeBlockWidget .WidgetContent .youtube-block .start-video img { width: 100%; height: 100%; object-fit: cover; }
.YoutubeBlockWidget .WidgetContent .youtube-block .start-video:hover { opacity: 1; -webkit-filter: brightness 1; }
.YoutubeBlockWidget .WidgetContent .youtube-block div.thumbnail_container { width: 100%; height: 100%; max-width: 390px; max-height: 219px; overflow: hidden; background-color: #000; }
.YoutubeBlockWidget .WidgetContent .youtube-block img.thumbnail { margin-top: -40px; min-width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }
@media only screen and (max-width: 480px) { .YoutubeBlockWidget .player, .YoutubeBlockWidget div.thumbnail_container { margin: auto; } }

.CampaignBannerWidget .WidgetHolderContent { background: #000; }
.CampaignBannerWidget .Widget-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; height: 45px; line-height: 45px; overflow-x: hidden; margin-left: -25px; margin-right: -25px; color: #fff; font-size: 20px; font-weight: bold; text-align: center; }
.CampaignBannerWidget .Widget-box .repeatable { display: inline-block; white-space: nowrap; }
.CampaignBannerWidget .Widget-box .repeatable span { padding: 0 10px; }

.BrandsWidget { max-height: 150px; overflow: hidden; background: #fff; }
.BrandsWidget.WidgetHolder .WidgetHolderContent { margin-bottom: 0; }
@media (max-width: 1523px) { .BrandsWidget .BrandsWidgetContent { padding: 0 10px; } }
.BrandsWidget .BrandsWidgetContent h2.widget-title { color: #00c6ff; font-family: "Exo", sans-serif; }
.BrandsWidget .BrandsWidgetContent .brands { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; flex-wrap: nowrap; }
.BrandsWidget .BrandsWidgetContent .slick-track { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.BrandsWidget .BrandsWidgetContent .brand { outline: none; align-self: center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.BrandsWidget .BrandsWidgetContent .brand img { max-width: 100%; width: 200; max-height: 120px; height: auto; padding: 0 10px; margin: auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.BrandsWidget .BrandsWidgetContent .slick-dots { padding-left: 0 !important; }
.BrandsWidget .BrandsWidgetContent .slick-dots li button:before, .BrandsWidget .BrandsWidgetContent .slick-dots li body > div.main input[type="submit"]:before, body > div.main .BrandsWidget .BrandsWidgetContent .slick-dots li input[type="submit"]:before, .BrandsWidget .BrandsWidgetContent .slick-dots li body > div.main .Actions .back-link:before, body > div.main .Actions .BrandsWidget .BrandsWidgetContent .slick-dots li .back-link:before { font-size: 9px; }
.BrandsWidget .BrandsWidgetContent .slick-dots .slick-active button:before, .BrandsWidget .BrandsWidgetContent .slick-dots .slick-active body > div.main input[type="submit"]:before, body > div.main .BrandsWidget .BrandsWidgetContent .slick-dots .slick-active input[type="submit"]:before, .BrandsWidget .BrandsWidgetContent .slick-dots .slick-active body > div.main .Actions .back-link:before, body > div.main .Actions .BrandsWidget .BrandsWidgetContent .slick-dots .slick-active .back-link:before { color: #00b2e6 !important; }

.curator-container .crt-filter-label { line-height: 2rem; }

/*# sourceMappingURL=layout.css.map */
