.max-page-width, html body .body-content .section .section-content, header .header-content, footer .footer-content {
  width: 90%;
  max-width: 1600px;
  margin: auto; }

html {
  position: relative; }
  html body {
    margin: 82px 0 0 0;
    padding: 0;
    font-size: 0.9em;
    background-color: #fff;
    /*&:before {
            content:"";
            display:block;
            width:100%;
            height:200px;
            background:#222222;
            position:relative; top:0;
            left:0;
            z-index:-1;
        }*/ }
    html body .body-content {
      min-height: 600px;
      /*padding-top:30px;*/ }
      html body .body-content .section .section-content {
        padding-top: 50px;
        padding-bottom: 50px; }

header {
  display: block;
  min-height: 82px; }

footer {
  display: block; }

@media (max-width: 800px) {
  html body .body-content {
    /*padding-top:78px;*/ } }

/*::-webkit-scrollbar
{
  width: 8px;  
  height: 8px;
}
::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.3);
}*/
@media (max-width: 1150px) {
  .smerch .box {
    width: calc(100% - 50px) !important;
    margin: 0 0 2.5% 0;
    float: none; } }

/* Fonts */
@font-face {
  font-family: DaxWeb;
  src: url(/fonts/DaxWeb.eot);
  src: local("?"), url("/fonts/DaxWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: DaxWeb;
  src: url(/fonts/DaxWeb-Bold.eot);
  src: local("?"), url("/fonts/DaxWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Regular-webfont.eot");
  src: url("/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/fonts/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body, input, textarea {
  font-family: Roboto; }

search-box {
  background-color: #373737;
  max-width: 600px;
  display: block;
  margin: auto; }
  search-box .search-wrapper {
    background: #fff;
    border-radius: 2px;
    transition: background-color 0.35s, color 0.5s;
    padding-right: 34px;
    top: 5px; }
    search-box .search-wrapper .search-icon {
      display: block;
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/img/icons/material/ic_search_black_48px.svg);
      position: absolute;
      top: calc(50% - 12px);
      right: 15px;
      opacity: 0.5;
      transition: opacity 0.25s ease;
      cursor: pointer; }
      search-box .search-wrapper .search-icon:hover {
        opacity: 0.7; }
    search-box .search-wrapper #query {
      display: block;
      font-size: 1.24em;
      width: calc(100% - 30px);
      padding: 10px 15px;
      background: transparent;
      border: none;
      outline: none;
      color: #666; }
    search-box .search-wrapper .results {
      border-radius: 0 0 3px 3px;
      background-color: #FFF;
      height: 0px;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease;
      overflow: hidden;
      color: #666;
      font-size: 1em;
      box-sizing: border-box; }
      search-box .search-wrapper .results .result {
        padding: 8px 30px;
        display: block;
        color: #666;
        text-decoration: none; }
        search-box .search-wrapper .results .result:hover {
          background-color: rgba(0, 0, 0, 0.075); }
      search-box .search-wrapper .results .result-group .title {
        font-weight: bold;
        padding: 8px 30px; }
    search-box .search-wrapper.has-results .results {
      height: 200px;
      padding-top: 20px; }
      search-box .search-wrapper.has-results .results .result-group {
        margin-bottom: 20px; }
    search-box .search-wrapper.has-focus {
      background: #FFF;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4); }
      search-box .search-wrapper.has-focus:before {
        opacity: 1; }
      search-box .search-wrapper.has-focus.has-results {
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4); }
      search-box .search-wrapper.has-focus #query {
        color: #333; }

.search-result {
  /*border:1px solid #333;*/
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1em;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  position: relative; }

.search-result .thumbnail {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 80px; }

.search-result.product-result {
  padding-left: 115px; }

.search-result .thumbnail img {
  width: 100%;
  display: block; }

.search-result .title {
  font-weight: bold; }

.search-result .description {
  font-size: 0.9em; }

.search-wrapper {
  position: relative; }

@media (max-width: 1100px) {
  search-box {
    width: 500px; } }

@media (max-width: 950px) {
  search-box {
    width: 350px; } }

@media (max-width: 800px) {
  search-box {
    width: 90%;
    top: -85px;
    position: absolute;
    background: #333;
    max-width: none;
    opacity: 0;
    transition: all ease 0.25s; } }

nav {
  font-size: 1.2em;
  position: fixed;
  left: calc(-350px - 4px);
  top: 0;
  width: 350px;
  background-color: #FFF;
  height: 100%;
  z-index: 101;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.28);
  transition: all 0.4s ease; }
  nav .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(/img/icons/material/ic_close_black_48px.svg);
    transform: rotate(-90deg);
    transition: transform 0.5s ease;
    transition-delay: 0.2s; }
  nav .nav-header {
    background: url(/img/shell/nav-header-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    padding: 35px 20px; }
    nav .nav-header .company-logo {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #fff;
      background-repeat: no-repeat;
      background-size: 60% auto;
      background-position: 50%;
      background-image: url(/img/shell/account-orange-144x144.png);
      margin: auto; }
    nav .nav-header .current-user {
      margin-top: 15px;
      text-align: center;
      color: #FFF; }
      nav .nav-header .current-user .user-name {
        font-weight: 400;
        font-size: 1.1em; }
      nav .nav-header .current-user .company-name {
        font-size: 0.7em; }
  nav ul {
    list-style: none;
    margin: 55px 0 0 0;
    padding: 0; }
    nav ul li {
      margin: 0;
      padding: 0; }
      nav ul li a {
        padding: 20px;
        display: block; }
    nav ul > li {
      border-bottom: 1px solid #ddd; }
      nav ul > li a {
        position: relative;
        padding-left: calc(20px + 24px + 15px);
        color: #555;
        text-decoration: none; }
        nav ul > li a:hover {
          background-color: #f0f0f0; }
        nav ul > li a:before {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 20px;
          top: calc(50% - 12px);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50%;
          opacity: 0.5;
          /*background-color:#CCC;*/ }
        nav ul > li a.home:before {
          background-image: url(/img/icons/material/ic_home_black_48px.svg); }
        nav ul > li a.catalog:before {
          background-image: url(/img/icons/custom/products-48x48.png); }
        nav ul > li a.services:before {
          background-image: url(/img/icons/material/ic_cloud_black_48px.svg); }
        nav ul > li a.dashboard:before {
          background-image: url(/img/icons/material/ic_dashboard_black_48px.svg); }
        nav ul > li a.blogs:before {
          background-image: url(/img/icons/custom/blogs-48x48.png); }
        nav ul > li a.careers:before {
          background-image: url(/img/icons/material/ic_people_black_48px.svg); }

body[data-nav='expanded'] nav {
  left: 0; }
  body[data-nav='expanded'] nav .close-icon {
    transform: rotate(0deg); }

@media (max-width: 400px) {
  nav {
    width: 100%;
    left: calc(-400px - 4px); } }

footer {
  display: block;
  border-top: 1px solid #ccc;
  background-color: #ececec;
  color: #222;
  clear: both; }
  footer .footer-content {
    padding: 25px 0; }
    footer .footer-content .flex-cols {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch; }
      footer .footer-content .flex-cols .footer-col {
        display: block;
        width: calc(25% - 72px);
        min-height: 150px;
        padding: 25px 35px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        footer .footer-content .flex-cols .footer-col:first-of-type {
          border-left: none; }
        footer .footer-content .flex-cols .footer-col:last-of-type {
          border-right: none; }
        footer .footer-content .flex-cols .footer-col .col-title {
          font-size: 1.2em;
          margin-bottom: 10px; }
        footer .footer-content .flex-cols .footer-col ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          footer .footer-content .flex-cols .footer-col ul li {
            margin: 0;
            padding: 2px 0; }
            footer .footer-content .flex-cols .footer-col ul li a {
              color: rgba(34, 34, 34, 0.9);
              text-decoration: none;
              font-size: 0.9em; }
              footer .footer-content .flex-cols .footer-col ul li a:hover {
                color: #222222; }
              footer .footer-content .flex-cols .footer-col ul li a.fa {
                font-size: 45px;
                transition: all ease-in-out 0.25s; }
                footer .footer-content .flex-cols .footer-col ul li a.fa:hover {
                  transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  -moz-transform: scale(1.1);
                  -ms-transform: scale(1.1); }
              footer .footer-content .flex-cols .footer-col ul li a span {
                position: relative; }
            footer .footer-content .flex-cols .footer-col ul li .us-flag:after {
              background: url(/img/ui/flag-en-US.jpg); }
            footer .footer-content .flex-cols .footer-col ul li .ca-flag:after {
              background: url(/img/ui/flag-en-CA.jpg); }
            footer .footer-content .flex-cols .footer-col ul li .us-flag:after,
            footer .footer-content .flex-cols .footer-col ul li .ca-flag:after {
              width: 21px;
              height: 11px;
              position: absolute;
              content: "";
              bottom: 3px;
              right: -27px; }
    footer .footer-content .footer-bottom {
      text-align: center;
      padding: 50px 0 25px 0;
      color: rgba(34, 34, 34, 0.9);
      font-size: 0.9em; }
      footer .footer-content .footer-bottom.first {
        font-size: 1.1em;
        padding: 50px 0 0 0; }
      footer .footer-content .footer-bottom a {
        color: rgba(34, 34, 34, 0.9);
        text-decoration: none;
        white-space: nowrap; }
        footer .footer-content .footer-bottom a:hover {
          color: #222222; }
        footer .footer-content .footer-bottom a.disabled {
          pointer-events: none;
          cursor: default; }

footer * {
  box-sizing: initial !important; }

@media (max-width: 1150px) {
  footer .footer-content .flex-cols .footer-col {
    border-right: none;
    width: calc(35% - 72px);
    border-left: none; } }

@media (max-width: 900px) {
  footer .footer-content .flex-cols .footer-col {
    width: calc(45% - 72px); } }

@media (max-width: 650px) {
  footer .footer-content .flex-cols .footer-col {
    width: calc(50% - 72px); } }

@media (max-width: 400px) {
  footer .footer-content .flex-cols .footer-col {
    width: calc(100% - 72px); } }

.globalnav {
  background: #222;
  color: #FFF;
  border-bottom: none; }
  .globalnav .list-content {
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #222; }
    .globalnav .list-content .list-item-wrapper {
      display: inline-block;
      padding: 0; }
      .globalnav .list-content .list-item-wrapper a {
        color: #FFF;
        font-family: DaxWeb, Arial, sans-serif;
        text-transform: uppercase;
        padding: 15px 30px 6px 30px;
        display: inline-block;
        border-bottom: 4px solid #222;
        transition: all ease 0.25s; }
        .globalnav .list-content .list-item-wrapper a:hover {
          border-bottom: 4px solid #F68426; }

/* Responsive */
@media (max-width: 800px) {
  .globalnav {
    display: none; } }

/*@import "_header";*/
header {
  background-color: #373737;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 100; }
  header .header-content {
    padding: 15px 0; }
    header .header-content .header-left {
      position: absolute;
      left: 20px;
      top: calc(55% - 1px); }
      header .header-content .header-left .sc-icon {
        margin-right: 10px;
        margin-top: -5px; }
        header .header-content .header-left .sc-icon.menu-icon {
          display: none; }
      header .header-content .header-left .header-logo {
        display: inline-block;
        margin-right: 10px;
        margin-left: 5px;
        float: left;
        clear: right;
        margin-top: -25px;
        opacity: 1;
        transition: all 0.4s ease 0.10s; }
        header .header-content .header-left .header-logo img {
          height: 45px; }
    header .header-content .header-right {
      position: absolute;
      right: 20px;
      top: calc(30% - 0px);
      text-align: right; }
      header .header-content .header-right .welcome {
        color: #fff;
        font-size: 0.8em;
        bottom: 15px;
        position: relative;
        display: block;
        text-align: right;
        min-height: 15px; }
        header .header-content .header-right .welcome a {
          color: #fff; }
          header .header-content .header-right .welcome a img {
            margin-left: 2px;
            display: inline-block; }
      header .header-content .header-right .sc-icon {
        margin-left: 10px;
        position: relative;
        text-align: left; }
        header .header-content .header-right .sc-icon.login-icon {
          background-image: url(/img/icons/custom/account-white-48x48.png); }
        header .header-content .header-right .sc-icon.logout-icon {
          background-image: url(/img/icons/custom/logout-white-48x48.png); }
        header .header-content .header-right .sc-icon.portal-icon {
          background-image: url(/img/icons/material/ic_dashboard_white_48px.svg); }
        header .header-content .header-right .sc-icon.impersonate-icon {
          background-image: url(/img/icons/custom/impersonate-white-48x48.png); }
          header .header-content .header-right .sc-icon.impersonate-icon .icon-popout .options {
            padding: 25px 15px 15px 15px; }
          header .header-content .header-right .sc-icon.impersonate-icon.expanded .icon-popout .options {
            padding: 25px 15px 15px 15px; }
            header .header-content .header-right .sc-icon.impersonate-icon.expanded .icon-popout .options ul {
              list-style: none;
              margin: 15px 0 0 0;
              padding: 0; }
              header .header-content .header-right .sc-icon.impersonate-icon.expanded .icon-popout .options ul li {
                padding: 10px 0;
                border-top: 1px solid #ccc; }
                header .header-content .header-right .sc-icon.impersonate-icon.expanded .icon-popout .options ul li a.stop {
                  display: inline-block;
                  width: 17px;
                  height: 17px;
                  background: url(/img/visuals/impersonation-stop.png) no-repeat;
                  vertical-align: bottom;
                  margin-right: 0;
                  border-radius: 2px; }
                header .header-content .header-right .sc-icon.impersonate-icon.expanded .icon-popout .options ul li a {
                  color: #F68426; }
        header .header-content .header-right .sc-icon.cart-icon {
          background-image: url(/img/icons/custom/cart-white-48x48.png); }
          header .header-content .header-right .sc-icon.cart-icon .icon-popout {
            max-height: 600px; }
            header .header-content .header-right .sc-icon.cart-icon .icon-popout .section-title {
              padding: 40px 20px 10px 20px; }
            header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items {
              list-style: none;
              max-height: 350px;
              margin: 0;
              padding: 0;
              overflow-y: scroll;
              position: relative; }
              header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li {
                margin: 0;
                position: relative;
                padding-left: 130px;
                overflow: hidden;
                bottom: -50px;
                opacity: 0;
                transition: all 0.25s ease, opacity 0.5s ease;
                -moz-transition: all 0.25s ease; }
                header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li.section-items {
                  padding-top: 15px;
                  padding-bottom: 15px;
                  padding-right: 15px; }
                header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .thumbnail {
                  display: block;
                  width: 75px;
                  position: absolute;
                  left: 48px;
                  top: 15px; }
                  header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .thumbnail img {
                    display: block;
                    width: 100%; }
                header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .title {
                  display: block;
                  font-weight: 400;
                  text-decoration: none;
                  color: #333;
                  margin-bottom: 10px; }
                header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .qty-box {
                  float: right; }
                  header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .qty-box input {
                    width: 30px;
                    text-align: center; }
                header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .price {
                  float: left; }
                header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .remove {
                  position: absolute;
                  left: 20px;
                  top: calc(50% - 10px);
                  width: 18px;
                  height: 18px;
                  background: url(/img/icons/material/ic_clear_black_48px.svg) no-repeat 50%;
                  background-size: contain;
                  opacity: 0.25; }
                  header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .remove:hover {
                    opacity: 1; }
              header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items.thinking {
                min-height: 80px;
                background-image: url(/img/ajax-loader-circle-50x50.gif);
                background-repeat: no-repeat;
                background-position: 50% 40%;
                display: block;
                width: 100%;
                opacity: 0.5;
                transition: none; }
            header .header-content .header-right .sc-icon.cart-icon .icon-popout .subtotal {
              padding: 10px 40px;
              text-align: right;
              font-weight: bold; }
            header .header-content .header-right .sc-icon.cart-icon .icon-popout .sc-button-new {
              display: block;
              width: calc(100% - 40px);
              padding: 10px 0;
              margin: auto;
              position: relative;
              overflow: hidden;
              z-index: 1; }
          header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout {
            padding: 0;
            max-width: 425px;
            min-width: 425px; }
            header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li {
              bottom: 0;
              opacity: 1; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(1) {
                transition-delay: 0.10s;
                -moz-transition-delay: 0.10s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(2) {
                transition-delay: 0.20s;
                -moz-transition-delay: 0.20s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(3) {
                transition-delay: 0.30s;
                -moz-transition-delay: 0.30s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(4) {
                transition-delay: 0.40s;
                -moz-transition-delay: 0.40s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(5) {
                transition-delay: 0.50s;
                -moz-transition-delay: 0.50s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(6) {
                transition-delay: 0.60s;
                -moz-transition-delay: 0.60s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(7) {
                transition-delay: 0.70s;
                -moz-transition-delay: 0.70s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(8) {
                transition-delay: 0.80s;
                -moz-transition-delay: 0.80s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(9) {
                transition-delay: 0.90s;
                -moz-transition-delay: 0.90s; }
              header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout .cart-items li:nth-of-type(10) {
                transition-delay: 1s;
                -moz-transition-delay: 1s; }
        header .header-content .header-right .sc-icon.search-icon {
          display: none; }

@media (max-width: 800px) {
  header {
    transition: all ease 0.2s; }
    header.search-shown {
      min-height: 160px; }
      header.search-shown search-box {
        top: 85px;
        opacity: 1; }
    header .header-content .header-left {
      top: 45px; }
      header .header-content .header-left .sc-icon.menu-icon {
        display: inline-block;
        background-image: url(/img/icons/custom/menu-white-48x48.png);
        float: left; }
    header .header-content .header-right {
      top: 30px; }
      header .header-content .header-right .sc-icon.search-icon {
        display: inline-block;
        background-image: url(/img/icons/material/ic_search_white_48px.svg); }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items {
        max-height: 300px; }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout .subtotal {
        border-top: 1px solid #dedede; }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout.moveRight3 {
        right: -38px; }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout.moveRight4 {
        right: -76px; }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout.moveRight5 {
        right: -114px; } }

@media (max-width: 600px) {
  header .header-content .header-left .header-logo {
    margin-top: -15px; }
    header .header-content .header-left .header-logo img {
      height: 35px; }
  header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items {
    max-height: 250px; }
    header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li {
      padding-left: 15px; }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .thumbnail {
        display: none; }
      header .header-content .header-right .sc-icon.cart-icon .icon-popout .cart-items li .remove {
        display: none; }
  header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout {
    padding: 0;
    max-width: 350px;
    min-width: 350px; } }

@media (max-width: 400px) {
  header .header-content .header-left .sc-icon.menu-icon {
    margin-top: -40px; }
  header .header-content .header-left .header-logo {
    margin-top: -10px;
    margin-left: 2px;
    display: block;
    float: none;
    clear: none; }
    header .header-content .header-left .header-logo img {
      height: 30px; }
  header .header-content .header-right .sc-icon.cart-icon.expanded .icon-popout {
    padding: 0;
    max-width: 250px;
    min-width: 250px; } }
