/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #484a4d; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #000000; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #305f97; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-dark: #19375c; /* Dark Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color-light: #377bb3; /* Light Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Primary Action */
.dnnPrimaryAction, .dnnFormItem input[type=submit], a.dnnPrimaryAction {
  background: var(--accent-color, #305f97);
  border-color: var(--accent-color-dark, #0D569E);
  color: var(--dnn-color-primary-contrast, #efefef);
}
.dnnPrimaryAction:hover, .dnnPrimaryAction:active, .dnnFormItem input[type=submit]:hover, .dnnFormItem input[type=submit]:active, a.dnnPrimaryAction:hover, a.dnnPrimaryAction:active {
  background: var(--accent-color-light, #6cb6f3);
}
.dnnPrimaryAction:hover, .dnnPrimaryAction:active, .dnnPrimaryAction:visited, .dnnFormItem input[type=submit]:hover, .dnnFormItem input[type=submit]:active, .dnnFormItem input[type=submit]:visited, a.dnnPrimaryAction:hover, a.dnnPrimaryAction:active, a.dnnPrimaryAction:visited {
  color: var(--accent-color-contrast, #fff);
}
.dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active, .dnnFormItem input[type=submit][disabled], .dnnFormItem input[type=submit][disabled]:hover, .dnnFormItem input[type=submit][disabled]:active, a.dnnPrimaryAction[disabled], a.dnnPrimaryAction[disabled]:hover, a.dnnPrimaryAction[disabled]:active {
  background: var(--dnn-color-neutral-light, #ebebeb);
  border-color: var(--dnn-color-neutral-dark, #a7a7a7);
  color: var(--dnn-color-neutral, #444);
}

/* Secondary Action */
.dnnSecondaryAction,
.dnnFormItem input[type=reset],
a.dnnSecondaryAction, a.dnnSecondaryAction, .dnnLogin .LoginTabGroup span {
  background: var(--contrast-color, #ffffff);
  border-color: var(--accent-color-dark, #f5f5f5);
  color: var(--accent-color, #333);
}
.dnnSecondaryAction:hover, .dnnSecondaryAction:active,
.dnnFormItem input[type=reset]:hover,
.dnnFormItem input[type=reset]:active,
a.dnnSecondaryAction:hover,
a.dnnSecondaryAction:active, a.dnnSecondaryAction:hover, a.dnnSecondaryAction:active, .dnnLogin .LoginTabGroup span:hover, .dnnLogin .LoginTabGroup span:active {
  background: var(--accent-color-light, #6cb6f3);
  color: var(--accent-color-contrast, #fff);
}
.dnnSecondaryAction[disabled], .dnnSecondaryAction[disabled]:hover, .dnnSecondaryAction[disabled]:active,
.dnnFormItem input[type=reset][disabled],
.dnnFormItem input[type=reset][disabled]:hover,
.dnnFormItem input[type=reset][disabled]:active,
a.dnnSecondaryAction[disabled],
a.dnnSecondaryAction[disabled]:hover,
a.dnnSecondaryAction[disabled]:active, a.dnnSecondaryAction[disabled], a.dnnSecondaryAction[disabled]:hover, a.dnnSecondaryAction[disabled]:active, .dnnLogin .LoginTabGroup span[disabled], .dnnLogin .LoginTabGroup span[disabled]:hover, .dnnLogin .LoginTabGroup span[disabled]:active {
  background: var(--dnn-color-neutral-light, #ebebeb);
  border-color: var(--dnn-color-neutral-dark, #a7a7a7);
  color: var(--dnn-color-neutral, #444);
}

/* LABEL AND HELP */
.dnnLabel, .dnnFormLabel {
  white-space: nowrap;
}

.dnnFormItem button, .dnnFormItem input[type=button],
.dnnFormItem input[type=reset],
.dnnFormItem input[type=submit],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
.dnnLogin .LoginTabGroup span {
  border-radius: var(--dnn-controls-radius, 3px);
}

html,
body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}

body {
  background: url(img/bg.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo Sans W01 700";
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  line-height: normal;
}

h3 {
  font-size: 140%;
}

a,
a:visited,
a:active,
a:hover {
  color: #036;
}

p {
  font-size: 115%;
}

#main {
  font-family: "Museo Sans W01 500", Arial, Helvetica, sans-serif;
  padding-top: 8px;
}

.Normal,
.NormalBold {
  font-size: 15px;
  line-height: 1.428;
}

.NormalBold {
  font-weight: bold;
}

.Head {
  font-size: 130%;
  font-weight: 600;
}

.form-group .dnnLabel {
  text-align: left;
  width: auto;
}

.dnnLabel + span {
  white-space: normal;
}

.dnnGrid img {
  min-width: 16px;
}

.mark {
  background-color: transparent;
}

#ControlBar .subNav {
  margin: 0 1px 0 0;
}

.dnnDropDownList > div > a {
  min-height: 36px;
}

.container {
  background: #fff;
}

.dnnFormItem input[type=text],
.dnnFormItem select {
  font-size: 14px;
}

.dnnLoading {
  position: fixed !important; /* Ensures it stays on the screen even when scrolling */
}

.dnnPanelLoading {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

img,
object,
embed,
iframe,
video {
  max-width: 100%;
}

.Header .SiteLogo {
  padding-left: 1%;
}

.Header .SiteLogo a {
  height: 95px;
  display: block;
}

.Header .Telephone {
  font-weight: bold;
  color: #3a5f97;
}

.Header .Mobile.Telephone {
  font-size: 1.5em;
}

.RightHeader .BoldChatContainer {
  height: 71px;
  background: url(img/service-rep.png) no-repeat right;
}

.RightHeader .BoldChat a.customersupportoff {
  height: 71px;
  display: block;
}

.RightHeader .BoldChatContainer > div {
  margin-left: -18px;
}

.RightHeader .BoldChatContainer .CustomerService {
  font-size: 1.1em;
  color: #3a5f97;
  line-height: 15px;
  padding-top: 3px;
}

.RightHeader .BoldChatContainer .Hours {
  font-size: 0.8em;
  line-height: 14px;
}

.RightHeader .Telephone {
  font-size: 1.2em;
  line-height: 17px;
}

.RightHeader .HeaderLinks {
  height: 34px;
  border: 1px solid #cdcdcd;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 10px;
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(240, 240, 240, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(240, 240, 240, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6f0f0f0', endColorstr='#00ffffff', GradientType=0);
}

.RightHeader .HeaderLinks .MiniCart {
  cursor: pointer;
}

.RightHeader .HeaderLinks .MiniCart .minicartimage {
  height: 32px;
  width: 32px;
}

.RightHeader .HeaderLinks .MiniCart div.minicarttext {
  margin-top: 8px;
}

.minicartlink {
  text-decoration: none;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel {
  min-width: 360px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  background-color: var(--surface-color);
  right: 0;
  left: auto;
  margin-top: 12px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .header .header-bar .header-actions .cart-dropdown .cart-panel {
    min-width: 300px;
  }
}
.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-header h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-header .item-count {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 45%);
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  padding: 3px 10px;
  border-radius: 16px;
  font-weight: 600;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body {
  max-height: 320px;
  overflow-y: auto;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item {
  display: flex;
  align-items: flex-start;
  padding: 14px 20px;
  gap: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 95%);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item:last-child {
  border-bottom: none;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-info {
  flex: 1;
  min-width: 0;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-info h6 {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-info .cart-item-variant {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 6px;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-info .cart-item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-info .cart-item-meta .cart-item-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--heading-color);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-info .cart-item-meta .cart-item-qty {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-remove {
  background: none;
  border: none;
  padding: 4px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
  cursor: pointer;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-remove:hover {
  color: #dc3545;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-body .cart-item .cart-item-remove i {
  font-size: 12px;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer {
  padding: 16px 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer .cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--default-color);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer .cart-subtotal .cart-subtotal-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer .btn-checkout {
  display: block;
  text-align: center;
  padding: 12px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: background-color 0.3s ease;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer .btn-checkout:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer .btn-viewcart {
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--accent-color);
  transition: color 0.3s ease;
}

.header .header-bar .header-actions .cart-dropdown .cart-panel .cart-panel-footer .btn-viewcart:hover {
  color: color-mix(in srgb, var(--accent-color), black 15%);
}

.RightHeader .HeaderLinks .Login {
  white-space: nowrap;
}

.RightHeader .HeaderLinks .Login a {
  display: inline-block;
  padding: 6px;
  text-decoration: none;
}

.RightHeader .HeaderLinks .Login a:hover {
  text-decoration: underline;
}

.RightHeader .HeaderLinks div a {
  color: #000;
}

.RightHeader .HeaderLinks .pastOrders {
  display: inline-block;
  background: #446fb1;
  padding: 0 8px 4px 8px;
}

.RightHeader .HeaderLinks a.pastOrders {
  color: #fff;
  margin-left: 4px;
}

.RightHeader .SearchRow {
  margin: 0;
}

.RightHeader .Search {
  margin-top: 0.75rem;
}

.RightHeader .Search .searchInputContainer {
  width: 100%;
}

.RightHeader .Search .searchInput {
  width: 100%;
  border: 1px solid #555;
  padding: 2px 6px;
  height: 33px;
  background: #ededed;
  font-size: 120%;
}

.RightHeader .SearchPane {
  width: 26%;
}

.RightHeader .SearchPane .searchInput {
  width: 98%;
}

.RightHeader .SearchPane .searchIcon {
  top: 2px;
}

.RightHeader .Search .searchIcon {
  position: absolute;
  right: -10px !important;
  top: 0;
  margin: 0 !important;
  background: #436eb0;
  height: 33px;
  width: 32px;
  border-left: 1px solid #555 !important;
  border-right: 1px solid #555 !important;
}

.RightHeader .Search .brnSearchIcon {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0 !important;
  display: block;
}

#dnn_dnnSearch_ClassicSearch {
  width: 100%;
  display: block;
  position: relative;
}

.searchInputContainer {
  display: inline-block !important;
  margin: 0 -3px 0 0 !important;
  position: relative !important;
}

.searchInputContainer > input[type=text]::-ms-clear {
  display: none;
}

.searchInputContainer a.dnnSearchBoxClearText {
  display: block !important;
  position: absolute !important;
  right: 14px !important;
  top: 0 !important;
  width: 32px !important;
  height: 32px !important;
  background: none !important;
  cursor: pointer;
  margin: 0;
  z-index: 200;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
  background: url(../../../../images/search/clearText.png) center center no-repeat !important;
}

ul.searchSkinObjectPreview {
  position: absolute;
  top: 100%;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 1px solid #c9c9c9;
  width: 350px;
  z-index: 200;
  padding: 0;
  right: initial;
  left: 0;
}

ul.searchSkinObjectPreview li {
  list-style: none !important;
}

ul.searchSkinObjectPreview > li {
  padding: 6px 12px 6px 22px;
  border-top: 1px solid #c9c9c9;
  color: #666;
  cursor: pointer;
  position: relative;
  margin: 0;
  text-transform: none;
}

ul.searchSkinObjectPreview > li:hover {
  background-color: #e8f1fa;
  color: #333;
}

ul.searchSkinObjectPreview > li > span img.userpic {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 4px;
}

ul.searchSkinObjectPreview > li > span.productpiccontainer {
  display: block;
  float: left;
  margin-right: 4px;
  height: 72px;
  width: 72px;
  text-align: center;
  overflow: hidden;
}

ul.searchSkinObjectPreview > li > span.searchtitle {
  font-weight: 700;
}

ul.searchSkinObjectPreview > li > span > b {
  font-weight: 700;
  color: #000;
}

ul.searchSkinObjectPreview > li p {
  margin: 0;
  font-size: 85%;
  line-height: 1.2em;
  color: #999;
  font-style: italic;
  white-space: normal;
}

ul.searchSkinObjectPreview > li p b {
  color: #000;
}

ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
  padding: 6px 12px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #000;
  cursor: inherit;
}

ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group:hover {
  background-color: #fff;
  color: #000;
}

ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {
  display: inline !important;
  position: static !important;
  background: none !important;
  z-index: inherit !important;
  width: auto !important;
  height: auto !important;
  text-indent: inherit !important;
  float: none !important;
}

.TopNav {
  padding: 0 10px;
  background: #3a5f97;
  background: -moz-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: -webkit-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: -o-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: -ms-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: linear-gradient(to bottom, #446fb1 0%, #3b5f97 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#446fb1', endColorstr='#3b5f97', GradientType=0);
  position: relative;
}

ul.megamenu {
  width: 100%;
  list-style: none;
  padding: 0 0 0 6px;
  margin: 0;
}

ul.megamenu ul {
  padding: 0;
  margin: 0;
}

ul.megamenu li {
  list-style: none none;
  position: relative;
}

ul.megamenu li.root {
  float: right;
  display: block;
  text-align: left;
  margin: 0 6px 0 0;
}

ul.megamenu li.root span {
  position: relative;
  display: block;
  margin: 0 12px 0 0;
  padding: 2px 0 0 26px;
  font-size: 145%;
}

ul.megamenu li.root a {
  color: #FFF;
  text-decoration: none;
}

ul.megamenu li.root a:hover {
  color: #efefef;
  text-decoration: none;
}

ul.megamenu li.root a:hover span {
  cursor: pointer;
}

ul.megamenu li.root img.mmArrow {
  margin-left: 5px;
}

body ul.megamenu li.mmItemHover a,
body ul.megamenu li.mmItemHover a:hover {
  color: #efefef;
  position: relative;
  z-index: 1002;
}

body ul.megamenu li.mmItemHover a span,
body ul.megamenu li.mmItemHover a:hover span {
  cursor: pointer;
}

ul.megamenu li .menuborder {
  position: absolute;
  top: 2.75rem;
  left: 0;
  display: none;
  width: 978px;
  background: #fefefe;
  z-index: 1003;
  border: 1px solid #555;
  overflow: hidden;
}

ul.megamenu .menuborder .menuitem {
  border-top: 0;
  border-bottom: 0;
  padding-top: 5px;
}

ul.megamenu .menuborder .menuitem ul {
  position: relative;
}

ul.megamenu .menuborder ul li.category {
  margin: 0 0 10px;
}

ul.megamenu .menuborder ul li.mmLast {
  background: none;
}

ul.megamenu .menuborder ul li.mmRightColumn {
  background: none;
}

ul.megamenu .menuborder ul li.category a,
ul.megamenu .menuborder ul li.category a span {
  background: none;
  height: auto;
}

ul.megamenu li.category {
  display: block;
}

ul.megamenu li.category a {
  display: block;
  padding: 0;
  margin: 0;
}

ul.megamenu li.category a span,
ul.megamenu li.category span {
  display: block;
  font-size: 100%;
  line-height: 16px;
  font-weight: 700;
  color: #686868;
  margin: 0 0 0 10px;
  padding: 0;
  height: auto;
}

ul.megamenu li.category a:hover span {
  color: #000;
}

ul.megamenu li.category ul {
  padding: 2px 0 0;
  position: relative;
}

ul.megamenu li.category li.leaf {
  background: url(img/MegaMenuLI.png) no-repeat 14px 5px;
  padding: 0 0 0 12px;
}

ul.megamenu li.category li.leaf a span {
  font-size: 90%;
  border: 0;
  line-height: 19px;
  font-weight: 400;
}

ul.megamenu img.mmIcon {
  max-height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

ul.megamenu li.root > a > span img.mmIcon {
  height: 16px;
}

.Breadcrumb {
  background: #F4F5F2;
  font-size: 115%;
  padding: 9px 15px;
  margin-right: -13px;
  -moz-box-shadow: -2px 2px 2px #ccc;
  -webkit-box-shadow: -2px 2px 2px #ccc;
  box-shadow: -2px 2px 2px #ccc;
  margin: 5px 0;
  border: 1px solid #e8e7ea;
}

.BreadcrumbFull {
  margin: 0 -15px;
  -moz-box-shadow: 0 2px 2px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}

.Breadcrumb .Sep {
  background: url(img/sep.png) no-repeat bottom;
  width: 6px;
  margin: 0 8px;
  height: 10px;
  display: inline-block;
}

.BreadcrumbContainer {
  margin-right: 0;
}

a.BreadcrumbLink,
span.BreadcrumbLink {
  white-space: nowrap;
  color: #444;
  text-decoration: none;
}

a.BreadcrumbLink:hover {
  text-decoration: underline;
}

#Content {
  position: relative;
}

.berntsen-caption p {
  font-size: 1.3rem;
  min-height: 6rem;
  line-height: 2rem;
}

ul.carousel-inner {
  padding: 0;
  margin: 0;
}

ul.carousel-inner div h3 {
  font-size: 1.25rem;
}

ul.carousel-inner .d-flex {
  min-height: 10.25rem;
}

.LeftContentPane {
  padding: 5px 1%;
}

.ContainerWrapper {
  margin: 15px 15px 15px 0;
  padding: 11px;
}

.Downloads {
  clear: both;
  padding: 2%;
}

.Downloads > div {
  float: left;
  margin: 0 2%;
}

.Downloads h2 {
  font-size: 120%;
  margin-bottom: 0;
}

.Downloads ul {
  padding-left: 15px;
}

.Downloads ul li {
  list-style: disc;
  margin-left: 220px;
}

.FooterPane {
  clear: both;
  background: #f4f3f0;
  box-shadow: inset 0 0 3px 3px #ebeae8;
  padding: 18px 0;
}

.FooterPane .FooterLinks {
  float: left;
  margin-right: 1.5%;
  max-width: 570px;
}

.FooterPane .Badges > div {
  padding-top: 5px;
  text-align: right;
}

.FooterPane .Badges .Social {
  height: 36px;
  position: relative;
}

.FooterPane .Badges .Certs {
  min-height: 81px;
  padding: 20px 15px 0 0;
}

.FooterPane ul {
  padding-left: 5px;
  margin: 0.25em 0.25em 1.25em 0;
}

.FooterPane .FooterLinkList li {
  list-style: none;
}

.FooterPane .FooterLinkList li div.User {
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
}

.FooterPane .CatalogImage {
  float: left;
  width: 40%;
}

.FooterPane .CatalogList {
  float: left;
  width: 60%;
}

.FooterPane .CatalogList ul {
  margin: 5px 10px;
}

.FooterPane .CatalogList ul li {
  list-style-type: none;
}

.FooterPane .CatalogList .bi {
  padding-right: 5px;
}

.FooterPane .CatalogList .line1 {
  padding-top: 6px;
}

.FooterPane .CatalogList .line2 {
  padding-left: 20px;
}

.FooterPane a {
  text-decoration: underline;
}

.FooterPane .SocialIcons {
  background: url(img/social.png) no-repeat;
  position: absolute;
}

.FooterPane .SocialIcons a {
  display: block;
  height: 36px;
  width: 36px;
}

.FooterPane .BLIcon {
  background-position: 0 0;
  height: 36px;
  width: 36px;
  right: 15px;
}

.FooterPane .YTIcon {
  background-position: -144px 0;
  height: 36px;
  width: 36px;
  right: 59px;
}

.FooterPane .LIIcon {
  background-position: -108px 0;
  height: 36px;
  width: 36px;
  right: 103px;
}

.FooterPane .FBIcon {
  background-position: -36px 0;
  height: 36px;
  width: 36px;
  right: 147px;
}

.Footer {
  background: transparent;
  margin-top: 16px;
}

.Footer .Copyright {
  font-size: 100%;
  font-family: "Museo Sans W01 700";
  margin-bottom: 10px;
}

.Footer .FooterImages {
  text-align: right;
}

.Footer .FooterImages img {
  margin: 2% 0;
}

.Footer a:link,
.Footer a:active,
.Footer a:visited {
  color: #000;
  text-decoration: underline;
}

.Copyright {
  font-style: italic;
}

.RotatorWrapper {
  padding-top: 8px;
}

.RotatorWrapper ul {
  margin: 0;
}

.RotatorNav {
  height: 40px;
  background: #7f7f7f;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: right;
  overflow: hidden;
}

.RotatorNav li {
  float: left;
  list-style: none;
  display: block;
  margin: 0 3%;
  text-align: center;
}

.RotatorNav li a {
  color: #b8b8b8;
  line-height: 40px;
  text-decoration: none;
  font-size: 110%;
}

.RotatorNav li a:hover {
  text-decoration: underline;
}

.RotatorNav li.activeSlide a {
  color: #fff;
}

li.cycle-slide {
  list-style: none;
  max-width: 100%;
}

.HomeLinks {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.HomeLinks:after {
  clear: both;
  content: " ";
  display: block;
}

.HomeLinks ul.ProductCategories,
.FeaturedProducts ul {
  margin: 0;
  padding: 0;
}

.HomeLinks ul.ProductCategories li,
.FeaturedProducts ul li {
  border-right: 1px solid #d4d4d4;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  list-style: none none;
}

.HomeLinks ul.ProductCategories li {
  width: 24.5%;
}

.HomeLinks .FeaturedProducts {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 10px;
}

.HomeLinks .FeaturedProducts ul li {
  width: 19%;
  padding-top: 6px;
}

.HomeLinks h3 {
  line-height: normal;
  padding-top: 6px;
}

.HomeLinks .FeaturedProducts ul li.lastProduct,
#category193 {
  border-right: none;
}

.FeaturedProductItems {
  padding-left: 25px;
}

.FeaturedProductHeader {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background-color: #15477a;
  height: 40px;
  display: block;
}

.Scheme {
  text-align: center;
  font-size: 75%;
}

.ShoppingCartHeader {
  background: #3a5f97;
  background: -moz-linear-gradient(top, #446fb1 0%, #3a5f97 100%);
  background: -webkit-linear-gradient(top, #446fb1 0%, #3a5f97 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgb(68,111,177)', endColorstr='rgb(58,95,151)', GradientType=0);
  height: 35px;
}

.ShoppingCartHeader > div {
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  text-shadow: 0 1px 1px #444;
}

.CartSeparator {
  line-height: normal;
  width: 100%;
  border-top: solid 1px #15477a;
  padding: 0 !important;
  height: 2px;
}

.ShoppingCartHeader .row {
  padding-top: 6px;
}

.ProductRow {
  padding-top: 6px;
}

.ProductRow > div,
.OrderHeader > div {
  vertical-align: middle;
}

.ShoppingCartLabel {
  display: none;
}

div.TotalColumn {
  text-align: right;
  font-weight: 700;
  padding-right: 20px;
}

div.RemoveColumn {
  padding-left: 20px;
}

.ShippingBox {
  background: #ccc;
  padding: 6px;
}

.Shipping {
  width: 100%;
}

.Shipping .Location {
  width: 40%;
}

.Shipping .Date {
  width: 10%;
}

.Shipping .Time {
  width: 10%;
}

.Shipping tr td {
  padding: 3px;
  font-size: 90%;
  text-transform: capitalize;
}

#CheckOutButton {
  float: right;
}

.Step {
  border: 1px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 98%;
  margin: 8px 0;
  padding-top: 4px;
  display: block;
}

.Step .StepNumber {
  font-size: 1.2em;
  display: inline-block;
  font-weight: bold;
  background: #446fb1;
  width: 4%;
  text-align: center;
  color: #fff;
  border: 1px solid #446fb1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 4px;
}

:-ms-lang(x),
a.aspNetDisabled.Step {
  cursor: default;
}

.aspNetDisabled.Step .StepNumber {
  background: #ccc;
}

.GDPRAgreement {
  white-space: nowrap;
}

.GDPRAgreement label {
  white-space: normal;
}

.Step .Head {
  margin-left: 6px;
}

.SubTotal,
.Total {
  font-weight: 700;
  color: #333;
  text-align: right;
}

.SubTotal > div,
.Total > div {
  text-align: right;
}

.rowText {
  text-transform: uppercase;
}

.QtyField {
  width: 50px;
}

.Summary {
  background-color: #fff;
  border: 1px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.OrderSummary {
  border: 0;
  padding: 2%;
  font-size: 96%;
}

.OrderHeader div {
  font-weight: 700;
}

.OrderSummary div.ColumnRight {
  text-align: right;
  white-space: nowrap;
}

.ColumnHead {
  font-weight: 700;
  padding: 0 5px;
}

td.ColumnItem {
  padding: 0 5px;
}

.cluetip-inner {
  width: 98%;
}

#summary {
  padding-top: 10px;
  min-height: 400px;
  width: 475px;
  float: right;
}

#wrapper {
  overflow: hidden;
}

#portamento_container {
  float: right;
  position: relative;
}

#portamento_container #summary {
  float: none;
  position: absolute;
}

#portamento_container #summary.fixed {
  position: fixed;
}

#OrderTitle {
  float: left;
}

#OrderDate {
  float: right;
  text-align: right;
}

.order div.Head {
  font-weight: 700;
  font-size: 1.4em;
}

.order div div.Head {
  font-weight: 700;
  font-size: 1.2em;
  margin: 6px 0 0;
}

.order .CustomerInformation {
  border: 1px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2%;
  margin: 0 0 2% 0;
}

.order .dnnAddress select {
  z-index: 1001;
}

.dnnFormItem input.notvalid {
  border: 1px inset #D00000;
}

.SmallMessage {
  font-size: 11px;
  font-style: italic;
}

.SmallErrorMessage {
  font-size: 11px;
  color: Red;
  font-style: italic;
}

.ErrorMessage {
  color: #D00000;
  font-style: italic;
}

.LandingPageDataList,
.CategoryPageDataList {
  display: block;
}

.CategoryItem {
  text-align: center;
  padding: 0;
}

.CategoryOptions {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  padding-right: 3px;
  width: 1.5rem;
  height: 1.5rem;
}

.CategoryWrapper {
  min-height: 18.5rem;
  border-radius: var(--dnn-controls-radius);
}

.LandingPageThumb {
  display: block;
  text-align: center;
  position: relative;
}

a.CategoryItemTitle,
a.CategoryItemTitle:link,
a.CategoryItemTitle:active,
a.CategoryItemTitle:visited {
  color: #222;
  font-weight: 700;
  text-decoration: none;
}

a.CategoryItem:hover {
  text-decoration: underline;
}

.CategoryList {
  display: block;
  margin-left: 0;
}

.CategoryPopup {
  background-color: #fff;
  border: 1px solid #15477a;
  text-align: left;
  display: block;
  position: absolute;
  top: 180px;
  padding: 5px;
  z-index: 1001;
}

.CategoryPopup ul li {
  list-style-type: disc;
}

.CategoryPopup li {
  margin-left: 14px;
}

.ProductItem {
  padding: 0;
}

.ProductWrapper {
  border: solid 1px #bababa;
  margin: 1%;
  padding: 10px;
  min-height: 300px;
  position: relative;
  border-radius: var(--dnn-controls-radius);
}

.ProductImages {
  overflow: hidden;
  width: 100%;
  display: block;
}

.ProductImages img {
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  max-width: 90px;
  width: 32%;
}

a.ProductLink:link,
a.ProductLink:visited,
a.ProductLink:active {
  font-weight: 700;
  font-size: 10pt;
  text-decoration: underline;
}

a.ProductLink:hover {
  font-weight: 700;
  text-decoration: underline;
}

.ProductImageLink {
  float: left;
}

.ProductPrices,
.CustomMessage {
  font-size: 90%;
}

.Product .ProductPrices {
  float: left;
  top: 0;
  left: 0;
}

.ProductAdd {
  margin: 10px 5px;
}

.pricetitle {
  font-family: "Museo Sans W01 700";
  font-size: 1.3em;
  border-bottom: solid 1px #15477a;
}

.pricerow {
  width: 100%;
  line-height: 21px;
}

.price.amount {
  float: left;
  top: 0;
  left: 0;
  position: relative;
}

.price.qty {
  float: right;
  top: 0;
  right: 0;
  position: relative;
}

.CenterMarkSelection input[type=radio] {
  display: none;
  margin: 0;
}

.ie8wrapper {
  float: left;
}

.CenterMarkSelection input[type=radio] + label {
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 2;
}

.CenterMarkSelection input[type=radio]:checked + label {
  border-color: #0D569E;
  background: #3792ED;
  background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
  background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%);
  background: linear-gradient(top, #358eea 0%, #2170cd 100%);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.6), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.6), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  text-shadow: 0 -1px 0 #185B93;
  -moz-border-radius: 12px;
  border-radius: 8px;
}

.PreviewButtonContainer {
  text-align: center;
}

.LayoutInfo {
  text-align: center;
}

.rowtitle {
  font-size: 10pt;
}

#Selector {
  float: left;
  margin-bottom: 10px;
}

.DecalNav a {
  width: 41px;
  height: 41px;
  cursor: pointer;
  position: absolute;
  top: 71px;
  z-index: 999;
  display: none;
}

.DecalNav a#nextPage {
  left: 574px;
  background: url(img/right.png) no-repeat;
}

.DecalNav a#prevPage {
  left: 2px;
  background: url(img/left.png) no-repeat;
}

#DecalContainer {
  width: 96%;
  position: relative;
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin: 2%;
}

#DecalContainer ul#DecalList {
  padding: 0;
  margin: 0;
}

#DecalContainer ul#DecalList li {
  float: left;
  list-style: none;
  margin: 6px;
  border: 1px solid #ccc;
}

#DecalContainer ul#DecalList li .title {
  float: left;
  width: 100px;
}

#Preview {
  text-align: center;
  width: 100%;
}

.ProductImagePreview {
  height: 250px;
  clear: both;
}

.scroll-bar-wrap {
  clear: left;
  padding: 0 4px 0 2px;
  margin: 0 -1px -1px;
  border: 1px solid #969696;
  background: #fff url(img/scrollbar-bg.jpg) center no-repeat;
  color: #222;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.scroll-bar-wrap .ui-slider {
  background: none;
  border: 0;
  height: 2em;
  margin: 0 auto;
}

.scroll-bar-wrap .ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.scroll-bar-wrap .ui-slider-handle {
  top: 0.2em;
  height: 1.5em;
}

.scroll-bar-wrap .ui-slider-handle .ui-icon {
  margin: -10px auto 0;
  position: relative;
  top: 50%;
}

.sticky-bottom {
  position: fixed;
  min-height: 64px; /* reserve badge height */
  z-index: 9999;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #555;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #dadada url(img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(img/ui-icons_222222_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(img/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(img/ui-icons_454545_256x240.png);
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
  display: block;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.5em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0.2em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.Services_List {
  text-align: center;
}

.Services_List .row-fluid {
  margin-bottom: 20px;
}

.Services_List .card {
  background: #f4f5f2;
  margin-bottom: 10px;
  padding-top: 1px;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

.Services_List h3 {
  color: #444;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}

.Services_List .Services_icon {
  width: 82px;
  height: 82px;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 40px auto 0;
  line-height: 82px;
  color: #FFF;
  background: #c8c8c8;
  border-radius: 82px;
  -moz-border-radius: 82px;
  -webkit-border-radius: 82px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
}

.Services_List .Services_icon span {
  line-height: inherit;
}

.Services_List .card:hover .Services_icon {
  background-color: #3a5f97;
}

.Services_List .Services_Content {
  padding: 0 1.5rem 2.5rem;
  min-height: 12.25rem;
}

.Services_Content a {
  color: #777;
  text-decoration: none;
}

a.Services_Link:hover {
  text-decoration: none;
}

.BerntsenMenu {
  width: 100%;
  background: #edeff4;
  margin-bottom: 10px;
}

.BerntsenMenu h3 {
  padding: 0 5px 0 18px;
  border: 1px solid #e8e7ea;
  background: #f4f5f2 url(img/left-arrow.png) no-repeat 5px 18px;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  line-height: 44px;
  margin: 0;
}

.BerntsenMenu h3 a {
  color: #222;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 85%;
}

.BerntsenMenu h3 a:hover,
.BerntsenMenu h3.BreadCrumb a,
.BerntsenMenu .pane .BreadCrumb,
.pane .current {
  font-weight: 700;
  text-decoration: none;
}

.BerntsenMenu .pane {
  padding-right: 5px;
}

.BerntsenMenu ul {
  padding-left: 22px;
  margin: 6px 0 0;
}

.BerntsenMenu ul li {
  list-style: disc;
}

.BerntsenMenu ul li ul {
  padding-left: 15px;
  margin-top: 0;
}

.BerntsenMenu .pane a {
  color: #222;
  text-decoration: none;
}

.BerntsenMenu .pane a:hover {
  text-decoration: underline;
}

.navbar-berntsen {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  background-image: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 36px;
}

.navbar-berntsen .navbar-toggle {
  padding: 2px 6px;
}

.navbar-berntsen .navbar-toggle select {
  font-size: 150%;
}

#dnn_ctr1455_Login_Login_DNN_registerLink {
  display: none;
}

#dnn_ctr3847_Login_Login_DNN_registerLink {
  display: none;
}

.LeftContentPane .forgotUsernameButton {
  position: relative;
  bottom: 48px;
  left: 290px;
  width: 60%;
}

.LeftPane .forgotUsernameButton {
  position: relative;
  bottom: 45px;
  left: 122px;
}

.LeftPane .dnnLoginActions .dnnSecondaryAction {
  width: 108%;
}

.articles > div {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.articles img {
  margin: 0 auto;
  width: 100%;
}

.LoginPanel {
  width: 100%;
  max-width: 500px;
  padding-right: 0;
}

.dnnLoginService input[type=text],
.dnnLoginService input[type=password] {
  width: 45%;
  min-width: inherit;
}

.dnnLoginService .dnnLabel {
  margin-right: 6px;
  padding-right: 10px;
}

ul.user-nav .nav-item.active a {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

ul.user-nav .nav-item.active a::after {
  content: "";
  border-right: 4px solid var(--bs-danger);
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.brnCatalogs {
  padding: 10px 0;
}

.brnCatalogs > span {
  padding-left: 40%;
  display: block;
}

.brnTab {
  border: 1px solid #15477a;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 6px;
}

h2.brnTabTitles,
.psdContent h2 {
  display: none;
}

.psdContent {
  margin: 5px;
}

.psdContent .bg-info {
  padding: 15px;
}

.brnTabs {
  padding-left: 0;
  margin: 0;
}

.dnnForm .ui-tabs .ui-tabs-nav li,
ul.brnTabs li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 1px 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

.dnnForm .ui-tabs .ui-tabs-nav li a,
ul.brnTabs li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0;
  letter-spacing: -0.03em;
  background: #446fb1;
  background: -moz-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: -webkit-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: -o-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: -ms-linear-gradient(top, #446fb1 0%, #3b5f97 100%);
  background: linear-gradient(to bottom, #446fb1 0%, #3b5f97 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#446fb1', endColorstr='#3b5f97', GradientType=0);
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-shadow: 0 1px 1px #444;
}

.dnnForm .ui-tabs ui-tabs-active li a,
ul.brnTabs li.ui-tabs-active a {
  background: #5992e8;
  background: -moz-linear-gradient(top, #5992e8 0%, #4c7bc5 100%);
  background: -webkit-linear-gradient(top, #5992e8 0%, #4c7bc5 100%);
  background: -o-linear-gradient(top, #5992e8 0%, #4c7bc5 100%);
  background: -ms-linear-gradient(top, #5992e8 0%, #4c7bc5 100%);
  background: linear-gradient(to bottom, #5992e8 0%, #4c7bc5 100%);
}

h2.dnnFormSectionHead {
  font-size: 110%;
}

p.dnnFormRequired {
  float: right;
  margin: 0;
  padding: 0;
}

p.dnnFormRequired span {
  border-left: 5px red solid;
  padding-left: 0.5em;
}

.dnnForm input.dnnFormRequired,
.dnnForm textarea.dnnFormRequired,
.dnnForm select.dnnFormRequired {
  border-left: 5px red solid;
}

#ControlBar,
#ControlBar:before,
#ControlBar:after,
#ControlBar:before,
#ControlBar:after,
#ControlBar li,
#ControlBar li:before,
#ControlBar li:after,
#ControlBar a,
#ControlBar a:before,
#ControlBar a:after,
.dnn_mact,
.dnn_mact:before,
.dnn_mact:after,
.dnn_mact:before,
.dnn_mact:after,
.dnn_mact li,
.dnn_mact li:before,
.dnn_mact li:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.brnHiddenCheckbox {
  display: none;
}

#ControlBar .subNav.advanced dl {
  padding-right: 0;
  width: 610px;
}

#dnn_ctr_EditUser_VanityUrlRow {
  display: none;
}

.RadGrid .brnFilter input.rgFilterBox {
  height: 28px;
  font-size: 15px;
}

.header .header-bar .header-actions .action-icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--default-color);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.header .header-bar .header-actions .action-icon i {
  font-size: 22px;
}

.header .header-bar .header-actions .action-icon .action-label {
  font-size: 13px;
  font-weight: 600;
}

.header .header-bar .header-actions .action-icon .count-dot {
  position: absolute;
  top: 2px;
  left: 26px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header .header-bar .header-actions .action-icon:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
}

@media (min-width: 1200px) {
  .RightHeader .BoldChatContainer > div {
    margin-left: 26px;
  }
}
@media (max-width: 1199px) {
  .FooterPane .CatalogList ul li {
    font-size: 85%;
  }
  .FooterPane .Badges > div {
    text-align: left;
  }
  .FooterPane .Badges .Certs {
    padding-top: 5px;
    text-align: right;
  }
  .Head {
    font-size: 110%;
  }
  ul.megamenu li.root span {
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 5px 0 0;
    font-size: 130%;
  }
  .Breadcrumb {
    font-size: 110%;
  }
}
@media (max-width: 991px) {
  ul.megamenu li.root span {
    font-size: 105%;
    margin: 2px 3px;
  }
  ul.megamenu li.category a span,
  ul.megamenu li.category span {
    font-size: 74%;
  }
  ul.megamenu li.category li.leaf a span {
    font-size: 69%;
  }
  a.CategoryItemTitle,
  a.CategoryItemTitle:link,
  a.CategoryItemTitle:active,
  a.CategoryItemTitle:visited {
    font-size: 85%;
  }
  .RotatorNav li a,
  li.ProductCategory h3 {
    font-size: 92%;
  }
  .RotatorNav li {
    margin: 0 2%;
  }
  .BerntsenMenu .pane a {
    font-size: 90%;
  }
  .BerntsenMenu h3 {
    line-height: 34px;
    background: #f4f5f2 url(img/left-arrow.png) no-repeat 5px 15px;
  }
  .BerntsenMenu h3 a {
    font-size: 64%;
  }
  .pricerow {
    font-size: 80%;
  }
  .RightHeader .Search {
    margin-top: 5px;
  }
  .forgotUsernameButton {
    bottom: 63px;
    left: 155px;
  }
  #portamento_container {
    display: none;
  }
  .Breadcrumb {
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  .RotatorNav,
  .ShoppingCartHeader,
  .OrderHeader,
  .forgotUsernameButton {
    display: none;
  }
  .RotatorWrapper {
    width: auto;
    margin: auto;
  }
  .cycle-slideshow img {
    margin-bottom: 4px;
  }
  .SiteLogo {
    text-align: center;
  }
  .Search {
    width: 80%;
  }
  #dnn_dnnSearch_ClassicSearch {
    margin: 0 auto;
    padding: 0 0 6px 20%;
  }
  .Header {
    padding-right: 15px;
  }
  .pricerow {
    font-size: inherit;
  }
  .brnTab {
    border: none;
  }
  .ShoppingCartLabel {
    display: inline;
  }
  .ShippingDropDown {
    font-size: 88%;
  }
  .Breadcrumb {
    margin: 0 -12px;
    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
  }
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir * {
  line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix * {
  zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#dnn_ctr1455_Login_Profile_ProfileProperties_Region_Region_text {
  display: none;
}

.bg-default {
  background: #305f97 !important;
}

.MainContent {
  min-height: 40rem;
}

.login-box p, .login-box ul {
  font-size: 1.1rem;
}

.login-box ul {
  padding-left: 0;
  margin: 0;
}

.login-box ul li {
  list-style-type: none;
  margin: 0.25rem 0;
  padding: 0;
}

/*# sourceMappingURL=skin.css.map */
