html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Roboto;
  position: relative; }
  body::after {
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
    transition: all .3s; }
  body.login-active::after {
    position: absolute;
    z-index: 9998;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(72, 72, 72, 0.7); }

a {
  text-decoration: none;
  color: #E57010;
  transition: all .3s; }

img {
  max-width: 100%; }

h1,
h3,
h3 {
  line-height: normal;
  font-family: DaxWeb, Arial, sans-serif;
  font-weight: normal; }

.body-content {
  transition: opacity .2s; }
  .body-content.fade {
    opacity: .3;
    overflow: hidden; }

a.no-style {
  color: black; }

.hide {
  opacity: 0;
  display: none; }

.dropdown-content.select-dropdown {
  overflow-y: scroll !important; }

.hiddendiv {
  display: none !important; }

header {
  padding: 0 calc(1% + 9px) 2px;
  margin: 0 auto;
  font-family: sans-serif;
  background-color: white;
  width: 90%;
  max-width: 1600px;
  position: relative;
  z-index: 999; }
  header:before {
    position: fixed;
    z-index: 97;
    left: 0;
    right: 0;
    top: 116px;
    height: 1px;
    background-color: #888;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
  header .top-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height: 30px;
    font-family: Overpass, sans-serif; }
    header .top-header span a {
      color: #E57010; }
    header .top-header span.desktop {
      margin: 0 3px; }
    header .top-header span:first-child {
      margin-left: 0; }
    header .top-header p {
      margin: 0;
      font-size: .8em; }
    header .top-header .top-right span a {
      color: black; }
      header .top-header .top-right span a::after {
        height: 0;
        transition: height 0.2s;
        width: 100%;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #E57010; }
      header .top-header .top-right span a:last-child {
        margin-right: 0; }
      header .top-header .top-right span a:focus, header .top-header .top-right span a:hover {
        color: #E57010; }
    header .top-header .top-right .login {
      position: relative;
      margin-right: 0;
      padding: 0 2px; }
      header .top-header .top-right .login .desktop {
        margin-right: 0; }
    header .top-header .top-right .user-menu {
      display: none;
      position: absolute;
      z-index: 1002;
      right: -4px;
      top: 25px;
      border: solid 1px #ebebeb;
      background-color: white;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.37);
      width: 225px;
      padding: 12px; }
      header .top-header .top-right .user-menu .user-menu-content {
        position: relative; }
        header .top-header .top-right .user-menu .user-menu-content a {
          display: block;
          font-size: 0.8em;
          padding: 1px 0; }
        header .top-header .top-right .user-menu .user-menu-content .change-store img {
          margin-left: 3px; }
        header .top-header .top-right .user-menu .user-menu-content .impersonating {
          font-weight: 700; }
        header .top-header .top-right .user-menu .user-menu-content .stop-impersonating a {
          display: inline-block; }
          header .top-header .top-right .user-menu .user-menu-content .stop-impersonating a:hover .fa, header .top-header .top-right .user-menu .user-menu-content .stop-impersonating a:focus .fa {
            transform: scale(1.2); }
        header .top-header .top-right .user-menu .user-menu-content .stop-impersonating .fa {
          margin-left: 1px;
          color: red;
          font-size: 15px;
          vertical-align: text-bottom;
          transition: transform 0.13s; }
        header .top-header .top-right .user-menu .user-menu-content .stop-impersonating .title {
          font-style: italic;
          margin-top: 12px; }
        header .top-header .top-right .user-menu .user-menu-content .close-menu {
          position: absolute;
          top: -11px;
          right: -11px; }
          header .top-header .top-right .user-menu .user-menu-content .close-menu .material-icons {
            font-size: 16px; }
        header .top-header .top-right .user-menu .user-menu-content .logout {
          border-top: solid 1px #c0c0c0;
          margin-top: 20px;
          padding-top: 5px; }
      header .top-header .top-right .user-menu.active {
        display: block; }
  header p {
    display: inline-block; }
    header p.pipe {
      font-family: Roboto; }

.global-nav {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px; }
  .global-nav i {
    transition: all .3s; }
  .global-nav nav {
    position: relative; }
    .global-nav nav .nav-wrap {
      margin: 0 auto; }
    .global-nav nav .nav-logo {
      display: inline-block;
      width: 18%;
      padding-left: 4px; }
      .global-nav nav .nav-logo a {
        display: block; }
        .global-nav nav .nav-logo a img {
          max-width: 120px;
          padding-bottom: 4px;
          height: auto;
          transition: all 0.3s;
          vertical-align: baseline; }
    .global-nav nav ul {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .global-nav nav ul.top-level {
        padding-left: 10px;
        opacity: 1;
        transition: opacity 0.4s; }
        .global-nav nav ul.top-level.fade {
          opacity: 0.2; }
        .global-nav nav ul.top-level.punchout {
          width: 70%; }
          .global-nav nav ul.top-level.punchout .parent-category::after {
            background: #E57010; }
      .global-nav nav ul li {
        font-family: DaxWeb, sans-serif;
        position: relative;
        font-size: 1.5rem;
        display: inline-block; }
        .global-nav nav ul li.parent-category {
          margin-right: 40px; }
          .global-nav nav ul li.parent-category:focus {
            outline-width: 0 !important; }
          .global-nav nav ul li.parent-category .top-level {
            text-transform: uppercase;
            color: black;
            overflow: hidden;
            display: block;
            height: 100%;
            width: 100%; }
            .global-nav nav ul li.parent-category .top-level.subtext {
              text-transform: none;
              margin-top: -4px;
              font-family: DaxWeb, sans-serif;
              font-weight: normal;
              font-size: 14px; }
        .global-nav nav ul li.parent-category::after {
          position: absolute;
          content: "";
          bottom: -11px;
          left: 0;
          width: 100%;
          transition: height 0.1s;
          height: 0px;
          pointer-events: none; }
        .global-nav nav ul li.research-menu::after {
          background-color: #892289; }
        .global-nav nav ul li.solution-menu::after {
          background-color: #005aa2; }
        .global-nav nav ul li.product-menu::after {
          background-color: #005948; }
        .global-nav nav ul li.manage-menu::after {
          background-color: #d5573b; }
        .global-nav nav ul li.about-menu::after {
          background-color: #E57010; }
        .global-nav nav ul li:last-child {
          padding-right: 0; }
          .global-nav nav ul li:last-child::after {
            width: 100%; }
        .global-nav nav ul li.parent-category:hover::after, .global-nav nav ul li.parent-category:focus::after, .global-nav nav ul li.parent-category.active::after {
          height: 6px; }
      .global-nav nav ul a:hover, .global-nav nav ul a:focus {
        text-decoration: none; }
    .global-nav nav .search-wrapper {
      position: absolute;
      right: 0;
      top: 4px; }
    .global-nav nav .search-box {
      position: relative;
      padding-right: 10px;
      float: right; }
      .global-nav nav .search-box::selection, .global-nav nav .search-box::-moz-selection {
        color: transparent;
        background-color: transparent; }
      .global-nav nav .search-box label {
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .global-nav nav .search-box .desktop-search {
        position: relative; }
      .global-nav nav .search-box .mobile-search {
        position: absolute;
        display: none; }
        .global-nav nav .search-box .mobile-search .fa-search {
          top: 5px !important; }
      .global-nav nav .search-box a.shopping-cart {
        display: inline-block;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .global-nav nav .search-box .fa {
        color: #E57010;
        opacity: 1;
        padding-left: 5px; }
        .global-nav nav .search-box .fa.fa-search {
          font-size: 22px;
          z-index: 99;
          position: absolute;
          top: -2px;
          right: 9px; }
        .global-nav nav .search-box .fa.fa-shopping-cart {
          font-size: 26px;
          top: 3px;
          position: relative; }
          .global-nav nav .search-box .fa.fa-shopping-cart:after {
            content: attr(data-content);
            font-family: Roboto, sans-serif;
            font-size: 12px;
            position: absolute;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: solid 1px #a9a9a9;
            text-align: center;
            background-color: white;
            bottom: -8px;
            right: -10px;
            padding-top: 3px;
            padding-right: 1px;
            transition: right 0.3s; }
          .global-nav nav .search-box .fa.fa-shopping-cart.punchout {
            top: 14px; }
    .global-nav nav.nav-scrolled {
      position: fixed;
      top: 0;
      left: 0;
      padding: 5px 0 0 0;
      width: 100vw;
      background-color: white;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
      .global-nav nav.nav-scrolled .nav-wrap {
        max-width: 1600px;
        width: 90%;
        position: relative;
        padding: 0 15px; }
        .global-nav nav.nav-scrolled .nav-wrap li.parent-category {
          font-size: 1.1rem; }
          .global-nav nav.nav-scrolled .nav-wrap li.parent-category::after {
            bottom: -5px; }
        .global-nav nav.nav-scrolled .nav-wrap .fa-search {
          font-size: 20px;
          top: 0; }
        .global-nav nav.nav-scrolled .nav-wrap .fa.fa-shopping-cart {
          top: 1px;
          font-size: 22px; }
          .global-nav nav.nav-scrolled .nav-wrap .fa.fa-shopping-cart.punchout {
            top: 5px; }
        .global-nav nav.nav-scrolled .nav-wrap .fa.fa-shopping-cart:after {
          width: 20px;
          height: 20px;
          font-size: 10px;
          right: -12px;
          bottom: -9px;
          padding-right: 0; }
        .global-nav nav.nav-scrolled .nav-wrap .mobile.mobile-bars {
          top: 15px; }
        .global-nav nav.nav-scrolled .nav-wrap ul.top-level.punchout {
          vertical-align: super; }
      .global-nav nav.nav-scrolled .nav-logo {
        padding-bottom: 0;
        padding-left: 8px; }
        .global-nav nav.nav-scrolled .nav-logo a img {
          max-width: 80px; }
      .global-nav nav.nav-scrolled .hover-content {
        top: 43px; }
      .global-nav nav.nav-scrolled .subtext {
        margin-top: -2px !important;
        font-size: 12px !important; }
      .global-nav nav.nav-scrolled .search-wrapper {
        top: -2px;
        right: 42px; }
        .global-nav nav.nav-scrolled .search-wrapper #search-query {
          padding: 2px 30px 2px 5px;
          top: 32px; }
      .global-nav nav.nav-scrolled .mobile.mobile-search-wrap {
        top: 41px; }
      .global-nav nav.nav-scrolled .mobile.mobile-nav {
        top: 41px; }
    .global-nav nav #cart-icon .fa:before {
      vertical-align: top !important; }

.sl-icon-shopping-cart:before, .fa-shopping-cart:before {
  vertical-align: top !important; }

footer {
  padding: 0 calc(1% + 9px) 2px;
  margin: 0 auto;
  font-family: Overpass, sans-serif;
  background-color: white;
  width: 90%;
  max-width: 1600px;
  position: relative; }
  footer .footer-content {
    padding: 50px 0 0; }
    footer .footer-content div {
      margin: 0 auto; }
    footer .footer-content a {
      color: black;
      font-family: Overpass, sans-serif; }
      footer .footer-content a:hover, footer .footer-content a:focus {
        color: #E57010; }
    footer .footer-content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    footer .footer-content .footer-columns {
      display: flex;
      justify-content: space-around;
      margin-bottom: 60px;
      width: 90%; }
      footer .footer-content .footer-columns h4 {
        font-size: 14px; }
      footer .footer-content .footer-columns a {
        font-size: .9em; }
    footer .footer-content .flex-container {
      width: 25%;
      padding: 0 10px; }
      footer .footer-content .flex-container h4 {
        margin-top: 0; }
    footer .footer-content .footer-subtext h4 {
      font-size: 14px;
      text-align: center;
      font-weight: normal; }
    footer .footer-content .footer-bottom {
      font-size: 14px;
      font-family: Overpass, sans-serif;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      border-top: solid 1px #ebebeb; }
      footer .footer-content .footer-bottom a {
        font-family: Overpass, sans-serif; }
      footer .footer-content .footer-bottom .footer-social-icons a {
        font-size: 24px; }
        footer .footer-content .footer-bottom .footer-social-icons a i {
          margin-right: 8px; }
    footer .footer-content .terms-privacy p {
      display: inline-block; }
    footer .footer-content .terms-privacy a {
      padding-right: 12px; }

.manage.cart #left-col .cartContainer #shoppingcart {
  border: none; }
  .manage.cart #left-col .cartContainer #shoppingcart .emptyCart {
    font-size: 20px;
    font-family: Roboto, sans-serif; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item:last-child {
      border-bottom: none; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle {
      font-size: 1.1em;
      position: absolute;
      max-height: 1.3em;
      top: 10px;
      overflow: hidden;
      width: calc(100% - 135px); }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle .itemDiv {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle .itemDiv:after {
          content: "";
          text-align: right;
          position: absolute;
          top: 0;
          right: 0;
          width: 10%;
          height: 20px;
          background: linear-gradient(to left, white, rgba(255, 255, 255, 0) 100%); }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle a {
        color: #000; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .mfgNum {
      position: absolute;
      font-size: .8em;
      top: 31px;
      text-align: left; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle,
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .mfgNum {
      left: 135px; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      width: 100%;
      padding: 20px 0 0; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap > * {
        padding: 0 10px;
        height: 33px; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .notAvailable {
        color: red;
        font-weight: bold;
        font-size: .9em;
        display: flex;
        align-items: flex-end; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .title {
        text-transform: uppercase;
        font-size: .8em;
        text-align: left;
        margin-top: 2px; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .x {
        line-height: 16px;
        position: absolute;
        top: 24px;
        left: -28px; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .x i {
          font-size: 16px !important; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .thumb {
        min-height: 67px;
        max-height: 67px;
        min-width: 100px;
        max-width: 100px;
        padding-left: 0;
        margin-top: -21px;
        margin-left: 25px;
        position: relative;
        border-right: solid 1px #eaeaea; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost,
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty,
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost {
        flex-shrink: 2; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty {
        text-align: center;
        min-width: 80px;
        position: relative; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty .title {
          text-align: center;
          margin-bottom: -2px; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty input {
          max-width: 40px;
          text-align: center;
          padding: 1px 0;
          font-size: 11px;
          border: solid 1px #d1d1d1;
          border-radius: 2px; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty .removeCartItem i {
          font-size: 14px !important; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability {
        text-align: left;
        min-width: 106px;
        min-height: 32px;
        flex-grow: 2; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability .title {
          text-align: left;
          margin-bottom: 17px; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability .qty-loading {
          margin: 3px 0 0; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability a {
          color: #000;
          font-size: .8em; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost {
        text-align: left;
        min-width: 105px; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost .title {
          text-align: left; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost {
        min-width: 132px;
        text-align: right;
        position: relative; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost > * {
          display: inline-block; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost .title {
          text-align: right; }
        .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost .itemTotal {
          font-weight: bold;
          font-size: 1.1em;
          margin-top: -1px; }

.manage.cart #left-col .cartContainer #buttons {
  text-align: right;
  margin-top: 30px; }

.manage #right-col #orderDetails {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 2px; }
  .manage #right-col #orderDetails .text {
    text-transform: uppercase;
    font-weight: normal; }
  .manage #right-col #orderDetails .notice {
    color: #111;
    margin: 15px 0 10px;
    font-size: .8em; }

.manage #right-col #buttons {
  text-align: center; }
  .manage #right-col #buttons .checkoutButton {
    text-align: right; }
  .manage #right-col #buttons a {
    min-width: 190px;
    width: 100%;
    margin: 10px 0 0; }

@media (max-width: 1010px) {
  .manage.cart #right-col {
    margin-top: 15px; }
    .manage.cart #right-col #buttons div {
      display: inline-block; }
    .manage.cart #right-col #buttons a {
      width: auto;
      line-height: 29px; }
    .manage.cart #right-col #orderDetails .notice {
      margin-bottom: 5px;
      text-align: left;
      font-size: 1em; } }

@media (max-width: 810px) {
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .mfgNum {
    min-width: auto; } }

@media (max-width: 767px) {
  .manage.cart #right-col #buttons div {
    display: block; }
  .manage.cart #right-col #buttons a {
    width: 100%; } }

@media (max-width: 676px) {
  .manage.cart .section .section-content {
    width: 98%; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item {
    font-size: .9em; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .x {
      left: -20px; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability {
      min-width: 102px; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost {
      min-width: 99px; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost {
      min-width: 123px; } }

@media (max-width: 566px) {
  .manage.cart .long-scroll .section .content-wrapper {
    padding: 30px 5px; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item {
    font-size: .85em; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .x {
      left: auto;
      right: 0;
      top: 8px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 50%; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .thumb {
      min-width: 80px;
      max-width: 80px;
      margin-left: 0;
      position: initial; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .thumb .itemImg {
        display: block;
        margin-top: 15px; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty {
      min-width: 70px; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost {
      flex-grow: 2; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle,
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .mfgNum {
    left: 90px; } }

@media (max-width: 518px) {
  .manage.cart .section .content-wrapper {
    padding: 30px 5px; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .prodTitle {
    width: calc(100% - 120px); }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap {
    flex-wrap: wrap; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability {
      min-width: auto;
      flex-grow: 10; }
      .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability .stock-message {
        display: inline-block;
        min-width: 105px; } }

@media (max-width: 427px) {
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item {
    font-size: .85em; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty .title,
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty {
    text-align: right; } }

@media (max-width: 399px) {
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost {
    text-align: right; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost .title {
      text-align: right; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty {
    margin-left: 90px;
    padding: 0;
    text-align: left; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .qty .title {
      text-align: left; } }

@media (max-width: 366px) {
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost {
    text-align: right; }
    .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .unitCost .title {
      text-align: right; } }

@media (max-width: 328px) {
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .availability {
    max-width: 118px; }
  .manage.cart #left-col .cartContainer #shoppingcart .cart-item .item-wrap .totalCost {
    min-width: auto; } }

#search-query,
#query {
  transition: width 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s;
  border: solid 1px #b7b7b7;
  font-family: Overpass, sans-serif;
  font-size: 0.8em;
  border-radius: 2px;
  width: 220px;
  padding: 5px 30px 5px 5px;
  height: 38px;
  caret-color: #E57010; }
  #search-query::-webkit-input-placeholder,
  #query::-webkit-input-placeholder {
    /* Chrome */
    color: #b7b7b7; }
  #search-query:-ms-input-placeholder,
  #query:-ms-input-placeholder {
    /* IE 10+ */
    color: #b7b7b7; }
  #search-query::-moz-placeholder,
  #query::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7b7b7;
    opacity: 1; }
  #search-query:-moz-placeholder,
  #query:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #b7b7b7;
    opacity: 1; }
  #search-query:focus,
  #query:focus {
    outline-width: 0 !important; }

.hover-content {
  width: 100%;
  left: 0;
  right: 0;
  top: 88px;
  position: fixed;
  opacity: 0;
  display: none;
  align-items: center;
  border-top: solid 6px white;
  z-index: 101;
  transition: top 0.1s step-start; }
  .hover-content .hover-menu {
    min-height: 400px;
    position: relative;
    margin: 0 auto;
    display: flex;
    transition: opacity 0.3s;
    width: 90%;
    background-color: white;
    max-width: 1600px;
    color: black;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37); }
    .hover-content .hover-menu p {
      margin: 0; }
    .hover-content .hover-menu > * {
      padding: 20px; }
    .hover-content .hover-menu .title,
    .hover-content .hover-menu .topic-list,
    .hover-content .hover-menu .resources {
      padding: 10px calc(1% + 15px); }
      .hover-content .hover-menu .title .topic-desc,
      .hover-content .hover-menu .topic-list .topic-desc,
      .hover-content .hover-menu .resources .topic-desc {
        margin: 0; }
      .hover-content .hover-menu .title p,
      .hover-content .hover-menu .topic-list p,
      .hover-content .hover-menu .resources p {
        font-family: Overpass, sans-serif; }
    .hover-content .hover-menu .title p,
    .hover-content .hover-menu .resources p {
      font-family: Overpass, sans-serif !important; }
    .hover-content .hover-menu .title {
      min-height: 400px;
      width: 20%;
      color: white; }
      .hover-content .hover-menu .title .heading {
        margin: 28px 0;
        font-family: DaxWeb, sans-serif !important;
        font-weight: lighter; }
        .hover-content .hover-menu .title .heading span {
          display: block; }
      .hover-content .hover-menu .title a {
        color: white; }
      .hover-content .hover-menu .title .tagline {
        text-transform: none;
        line-height: 1.5;
        font-size: 14px;
        display: inline-block; }
    .hover-content .hover-menu .topic-list {
      width: 55%; }
      .hover-content .hover-menu .topic-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .hover-content .hover-menu .topic-list ul > * {
          width: 33%; }
      .hover-content .hover-menu .topic-list .topic-group {
        padding-right: 15px;
        margin-bottom: 20px; }
        .hover-content .hover-menu .topic-list .topic-group li {
          width: 100%;
          display: block;
          font-size: 14px;
          padding-right: 5px; }
        .hover-content .hover-menu .topic-list .topic-group a:nth-child(n+2) {
          margin-top: 15px;
          display: block;
          font-family: Overpass, sans-serif !important; }
      .hover-content .hover-menu .topic-list .topic-subheading {
        display: block;
        font-family: Overpass, sans-serif !important;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2; }
      .hover-content .hover-menu .topic-list .topic-desc {
        display: inline-block; }
        .hover-content .hover-menu .topic-list .topic-desc p {
          margin: 0;
          font-family: Overpass, sans-serif !important;
          font-weight: normal;
          font-size: 14px;
          line-height: 1.2;
          text-decoration: none; }
    .hover-content .hover-menu .resources {
      width: 25%;
      padding-right: calc(1% + 15px);
      position: relative; }
      .hover-content .hover-menu .resources:after {
        content: "";
        width: 1px;
        height: 85%;
        background-color: transparent;
        left: 0;
        top: 7.5%;
        position: absolute; }
      .hover-content .hover-menu .resources p.heading {
        font-size: 28px;
        font-weight: lighter;
        font-family: DaxWeb, sans-serif !important; }
      .hover-content .hover-menu .resources ul {
        display: block; }
      .hover-content .hover-menu .resources li {
        display: block;
        margin-bottom: 5px;
        font-size: 14px; }
        .hover-content .hover-menu .resources li i,
        .hover-content .hover-menu .resources li p {
          vertical-align: top; }
        .hover-content .hover-menu .resources li i {
          font-size: 20px;
          width: 24px;
          margin-right: 3px; }
        .hover-content .hover-menu .resources li p {
          display: inline-block; }
      .hover-content .hover-menu .resources p {
        font-size: 14px; }
      .hover-content .hover-menu .resources .resource-title {
        margin-bottom: 10px; }
        .hover-content .hover-menu .resources .resource-title p.heading {
          margin-bottom: 24px; }
      .hover-content .hover-menu .resources .resource-link {
        margin: 5px 0; }
        .hover-content .hover-menu .resources .resource-link a {
          color: #E57010; }
    .hover-content .hover-menu p.heading {
      font-weight: lighter;
      font-size: 28px;
      margin: 28px 0;
      font-family: DaxWeb, sans-serif; }
  .hover-content.active {
    display: flex !important;
    opacity: 1; }
  .hover-content.research-menu {
    border-top-color: #892289; }
    .hover-content.research-menu .hover-menu {
      border-bottom-color: #892289; }
      .hover-content.research-menu .hover-menu .topic-group {
        margin-bottom: 10px; }
      .hover-content.research-menu .hover-menu .resources {
        border-right-color: #892289; }
  .hover-content.solution-menu {
    border-top-color: #005aa2; }
    .hover-content.solution-menu .hover-menu {
      border-bottom-color: #005aa2; }
      .hover-content.solution-menu .hover-menu .resources {
        border-right-color: #005aa2; }
  .hover-content.product-menu {
    border-top-color: #005948; }
    .hover-content.product-menu .hover-menu {
      border-bottom-color: #005948; }
      .hover-content.product-menu .hover-menu .resources {
        border-right-color: #005948; }
  .hover-content.manage-menu {
    border-top-color: #d5573b; }
    .hover-content.manage-menu .hover-menu {
      border-bottom-color: #d5573b; }
      .hover-content.manage-menu .hover-menu .resources {
        border-right-color: #d5573b; }
  .hover-content.about-menu {
    border-top-color: #E57010; }
    .hover-content.about-menu .hover-menu {
      border-bottom-color: #E57010; }
      .hover-content.about-menu .hover-menu .resources {
        border-right-color: #E57010; }
  .hover-content h3 {
    font-weight: bold; }
  .hover-content a {
    color: black; }
    .hover-content a i,
    .hover-content a p {
      color: black;
      transition: all 0.2s; }
    .hover-content a:focus, .hover-content a:hover {
      color: #E57010; }
      .hover-content a:focus i,
      .hover-content a:focus p, .hover-content a:hover i,
      .hover-content a:hover p {
        color: #E57010; }
  .hover-content:target {
    opacity: 1;
    display: flex; }
  .hover-content#research-menu .hover-menu .topic-list ul > * {
    width: 50%; }
  .hover-content#research-menu .topic-subheading {
    color: #892289; }
    .hover-content#research-menu .topic-subheading:focus, .hover-content#research-menu .topic-subheading:hover {
      color: #E57010 !important; }
  .hover-content#research-menu .resources p.heading {
    color: #892289; }
  .hover-content#research-menu .resources li {
    margin-bottom: 10px; }
  .hover-content#research-menu .resources a:hover i, .hover-content#research-menu .resources a:focus i {
    transform: scale(1.1); }
  .hover-content#research-menu .resources:after {
    background-color: #892289; }
  .hover-content#research-menu .title {
    background-color: #892289;
    background-image: url(https://m.softchoice.com/web/newsite/images/research.jpg);
    background-position: 80% 100%; }
  .hover-content#solution-menu .hover-menu .topic-list ul > * {
    width: 50%; }
  .hover-content#solution-menu .topic-subheading {
    color: #005aa2; }
    .hover-content#solution-menu .topic-subheading:focus, .hover-content#solution-menu .topic-subheading:hover {
      color: #E57010 !important; }
  .hover-content#solution-menu .resources p.heading {
    color: #005aa2; }
  .hover-content#solution-menu .resources ul {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .hover-content#solution-menu .resources ul li {
      display: inline-block;
      width: 33%; }
  .hover-content#solution-menu .resources .resource-link {
    margin-bottom: 28px; }
  .hover-content#solution-menu .resources:after {
    background-color: #005aa2; }
  .hover-content#solution-menu .title {
    background-color: #005aa2;
    background-image: url(https://m.softchoice.com/web/newsite/images/solutions2.jpg);
    background-position: 56% 53%; }
    .hover-content#solution-menu .title .tagline {
      margin-bottom: 20px; }
      .hover-content#solution-menu .title .tagline + p a:focus, .hover-content#solution-menu .title .tagline + p a:hover {
        color: #E57010; }
  .hover-content#product-menu .topic-subheading {
    color: #005948; }
  .hover-content#product-menu .topic-list {
    width: 45%; }
    .hover-content#product-menu .topic-list .topic-group {
      padding-right: 0;
      width: 200%; }
      .hover-content#product-menu .topic-list .topic-group li {
        width: 32.5%;
        display: inline-block; }
    .hover-content#product-menu .topic-list .topic-desc {
      vertical-align: text-top; }
  .hover-content#product-menu .resources {
    width: 35%; }
    .hover-content#product-menu .resources p.heading {
      padding-left: 5px; }
      .hover-content#product-menu .resources p.heading a {
        color: #005948; }
        .hover-content#product-menu .resources p.heading a:hover, .hover-content#product-menu .resources p.heading a:focus {
          color: #E57010; }
    .hover-content#product-menu .resources ul li {
      width: 19%;
      display: inline-block;
      margin-bottom: 10px;
      padding: 5px 5px 5px 0; }
      .hover-content#product-menu .resources ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      .hover-content#product-menu .resources ul li img {
        text-align: center; }
  .hover-content#product-menu .resources:after {
    background-color: #005948; }
  .hover-content#product-menu .title {
    background-color: #005948;
    background-image: url(https://m.softchoice.com/web/newsite/images/products.jpg);
    background-position: 70% 53%; }
  .hover-content#manage-menu .topic-list a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: black; }
    .hover-content#manage-menu .topic-list a .topic-text {
      display: inline-block; }
    .hover-content#manage-menu .topic-list a i {
      display: inline-block; }
    .hover-content#manage-menu .topic-list a h4 {
      color: black;
      transition: color 0.3s; }
    .hover-content#manage-menu .topic-list a:hover h4, .hover-content#manage-menu .topic-list a:focus h4 {
      color: #E57010; }
  .hover-content#manage-menu .topic-list h4 {
    display: inline-block;
    margin-bottom: 5px; }
  .hover-content#manage-menu .topic-list i {
    font-size: 48px;
    vertical-align: bottom;
    margin-right: 15px;
    color: #d5573b; }
  .hover-content#manage-menu .topic-list .topic-group {
    padding-right: 25px; }
    .hover-content#manage-menu .topic-list .topic-group a.disabled {
      opacity: 0.5;
      pointer-events: none;
      cursor: default; }
    .hover-content#manage-menu .topic-list .topic-group a:hover i, .hover-content#manage-menu .topic-list .topic-group a:focus i {
      transform: scale(1.1); }
    .hover-content#manage-menu .topic-list .topic-group p {
      font-size: 14px; }
  .hover-content#manage-menu .resources p.heading {
    color: #d5573b; }
  .hover-content#manage-menu .resources li {
    font-family: Overpass, sans-serif;
    font-size: 14px;
    margin-bottom: 3px; }
    .hover-content#manage-menu .resources li a.disabled {
      opacity: 0.5;
      pointer-events: none;
      cursor: default; }
  .hover-content#manage-menu .resources:after {
    background-color: #d5573b; }
  .hover-content#manage-menu .title {
    background-color: #d5573b;
    background-image: url(https://m.softchoice.com/web/newsite/images/manage.jpg);
    background-position: 70% 53%; }
    .hover-content#manage-menu .title a {
      display: block; }
      .hover-content#manage-menu .title a p {
        color: white; }
        .hover-content#manage-menu .title a p:focus, .hover-content#manage-menu .title a p:hover {
          color: black; }
    .hover-content#manage-menu .title .tagline {
      margin-bottom: 40px; }
  .hover-content#manage-menu.not-logged-in .topic-list .topic-group {
    width: 50%; }
    .hover-content#manage-menu.not-logged-in .topic-list .topic-group a:hover i, .hover-content#manage-menu.not-logged-in .topic-list .topic-group a:focus i {
      transform: none; }
  .hover-content#manage-menu.not-logged-in .resources li i {
    font-size: 18px; }
  .hover-content#manage-menu.not-logged-in .resources {
    max-height: 420px;
    overflow: hidden;
    padding: 0; }
    .hover-content#manage-menu.not-logged-in .resources .flickity-carousel {
      margin-top: 70px;
      height: auto; }
    .hover-content#manage-menu.not-logged-in .resources .item {
      text-align: center;
      width: 100%;
      padding: 0 20px;
      height: 240px; }
      .hover-content#manage-menu.not-logged-in .resources .item p {
        color: #d5573b;
        font-size: 22px;
        font-family: DaxWeb, sans-serif;
        width: 90%; }
      .hover-content#manage-menu.not-logged-in .resources .item .img {
        margin: 0 auto;
        height: 170px;
        width: 170px;
        border-radius: 50%;
        background-size: 60% !important; }
        .hover-content#manage-menu.not-logged-in .resources .item .img.img-1 {
          background: url(https://m.softchoice.com/web/newsite/images/icons/happy-red.png) no-repeat 50%; }
        .hover-content#manage-menu.not-logged-in .resources .item .img.img-2 {
          background: url(https://m.softchoice.com/web/newsite/images/icons/process-red.png) no-repeat 50%; }
        .hover-content#manage-menu.not-logged-in .resources .item .img.img-3 {
          background: url(https://m.softchoice.com/web/newsite/images/icons/list-red.png) no-repeat 50%; }
        .hover-content#manage-menu.not-logged-in .resources .item .img.img-4 {
          background: url(https://m.softchoice.com/web/newsite/images/icons/glasses-red.png) no-repeat 50%; }
        .hover-content#manage-menu.not-logged-in .resources .item .img.img-5 {
          background: url(https://m.softchoice.com/web/newsite/images/icons/link-red.png) no-repeat 50%; }
    .hover-content#manage-menu.not-logged-in .resources .flickity-page-dots,
    .hover-content#manage-menu.not-logged-in .resources .flickity-prev-next-button {
      display: none; }
  .hover-content#about-menu .hover-menu {
    background-color: #fff; }
  .hover-content#about-menu .topic-subheading {
    color: #E57010; }
  .hover-content#about-menu .topic-list {
    width: 55%; }
    .hover-content#about-menu .topic-list p a {
      font-family: DaxWeb, sans-serif;
      display: block;
      margin-top: 28px;
      font-weight: bold;
      font-size: 16px; }
  .hover-content#about-menu .resources a {
    color: #E57010;
    transition: all .3s; }
  .hover-content#about-menu .resources p.heading {
    margin-bottom: 20px;
    display: block;
    text-align: center; }
    .hover-content#about-menu .resources p.heading a {
      color: #000; }
      .hover-content#about-menu .resources p.heading a:hover, .hover-content#about-menu .resources p.heading a:focus {
        color: #E57010; }
  .hover-content#about-menu .resources .why {
    display: block;
    background-color: #E57010;
    border-radius: 50% !important;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
    .hover-content#about-menu .resources .why:hover, .hover-content#about-menu .resources .why:focus {
      transform: scale(1.1); }
  .hover-content#about-menu .resources .img-wrap {
    height: 80px;
    background: url(//m.softchoice.com/web/newsite/images/icons/bulb2.png) no-repeat center;
    background-size: 70%; }
  .hover-content#about-menu .resources li {
    font-family: Overpass, sans-serif; }
  .hover-content#about-menu .resources .tagline {
    text-align: center;
    margin-top: 20px;
    display: block;
    font-size: 14px;
    line-height: 1.5; }
    .hover-content#about-menu .resources .tagline + p {
      font-family: DaxWeb, sans-serif;
      text-align: center;
      display: block;
      margin-top: 20px;
      font-size: 20px; }
  .hover-content#about-menu .resources:after {
    background-color: #E57010; }
  .hover-content#about-menu .title {
    width: 20%;
    background-color: #E57010;
    background-image: url(/img/orange.jpg);
    background-position: 86% 5%; }
    .hover-content#about-menu .title a {
      display: block; }
      .hover-content#about-menu .title a p {
        color: white; }
        .hover-content#about-menu .title a p:focus, .hover-content#about-menu .title a p:hover {
          color: black; }
    .hover-content#about-menu .title .tagline {
      margin-bottom: 40px; }

.wrapper {
  max-width: 1600px;
  margin: 0 auto; }

a.cta-button,
input.cta-button {
  display: inline-block;
  padding: 15px;
  width: auto;
  max-width: 100%;
  min-width: 60px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  line-height: 0.5em;
  font-weight: 700 !important;
  background: #E57010 !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-family: Overpass, sans-serif !important;
  /*text-transform: capitalize;*/
  box-shadow: none !important;
  cursor: pointer; }

input.cta-button {
  border: none; }
  input.cta-button[type="button"] {
    border: solid 1px; }

a.cta-button.light,
input.cta-button.light {
  background: #fff !important;
  color: #222 !important;
  border: solid 1px #bababa !important;
  padding: 14px 15px 14px 15px !important; }

a.cta-button.red,
input.cta-button.red {
  background: #fff !important;
  color: #A80000 !important;
  border: solid 1px #A80000;
  padding: 14px 15px 14px 15px !important; }

a.cta-button.grey,
input.cta-button.grey {
  background: #f7f7f7 !important;
  color: #222 !important;
  border: solid 1px #cecece; }

a.cta-button.invert,
input.cta-button.invert {
  background: #737373 !important;
  font-weight: 600;
  color: #fff !important; }

a.cta-button.blue,
input.cta-button.blue {
  background: #005aa2 !important;
  color: #fff !important; }

a.cta-button.sm,
input.cta-button.sm {
  padding: 10px !important;
  font-size: 14px !important; }
  a.cta-button.sm.red, a.cta-button.sm.light,
  input.cta-button.sm.red,
  input.cta-button.sm.light {
    padding: 9px 10px !important; }

a.cta-button:hover,
a.cta-button:focus,
input.cta-button:hover,
input.cta-button:focus {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.3); }

a.cta-button.large,
input.cta-button.large {
  font-size: 1.1em;
  padding: 15px 35px; }

a.cta-button.small,
input.cta-button.small {
  font-size: 0.8em;
  padding: 5px 10px;
  line-height: 11px; }

a.cta-button.disabled,
input.cta-button.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: default; }

a.cta-button.full,
input.cta-button.full {
  display: block; }

html .long-scroll .section.ready .search-input a.cta-button {
  height: auto;
  vertical-align: initial; }

.login-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#login-dialog {
  font-family: Overpass, sans-serif !important;
  width: 750px;
  height: 450px;
  visibility: hidden;
  opacity: 0;
  top: calc(53vh - 300px);
  left: calc(50vw - 375px);
  display: flex;
  border-radius: 2px;
  transition: opacity .5s, max-width .5s, visibility .5s;
  position: fixed;
  align-items: flex-start;
  z-index: 9999;
  background-color: white;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.37); }
  #login-dialog.materialize h3 {
    font-family: Overpass, sans-serif; }
  #login-dialog.materialize .row {
    margin-bottom: 0px; }
    #login-dialog.materialize .row .input-field input.error {
      position: relative;
      border-bottom: solid 1px red;
      box-shadow: 0 1px 0 0 red; }
    #login-dialog.materialize .row .input-field input[type=text] {
      height: 2.5rem; }
    #login-dialog.materialize .row .input-field input[type=password] {
      height: 2.5rem; }
    #login-dialog.materialize .row .input-field .prefix {
      top: 10px;
      font-size: 1.75rem; }
    #login-dialog.materialize .row .col {
      padding: 0; }
  #login-dialog.materialize .input-field .prefix ~ label {
    margin-left: 2.3rem; }
  #login-dialog.materialize a.cta-button {
    width: 100%; }
  #login-dialog.active {
    opacity: 1;
    visibility: visible; }
  #login-dialog input[type=submit] {
    visibility: hidden;
    height: 0 !important;
    position: absolute; }
  #login-dialog h3 {
    padding: 0;
    margin-top: 10px;
    font-size: 2em;
    text-align: center; }
  #login-dialog p {
    font-size: 14px; }
  #login-dialog form {
    margin-top: 50px; }
    #login-dialog form .row {
      transition: all .4s; }
  #login-dialog .dialog-info,
  #login-dialog .dialog-content {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    font-size: 0.9em; }
  #login-dialog .dialog-content {
    padding: 30px; }
  #login-dialog .dialog-info {
    border-radius: 2px 0 0 2px;
    color: white;
    background: url(/img/orange.jpg) 89% 78%; }
    #login-dialog .dialog-info h3 {
      padding: 30px; }
    #login-dialog .dialog-info p {
      font-size: 18px;
      font-family: Overpass, sans-serif; }
    #login-dialog .dialog-info .flickity-carousel {
      margin-top: 110px; }
    #login-dialog .dialog-info .item {
      text-align: center;
      width: 100%;
      padding: 0 30px; }
    #login-dialog .dialog-info .img {
      margin: 0 auto;
      height: 170px;
      width: 170px;
      border-radius: 50%;
      background-size: 60% !important; }
      #login-dialog .dialog-info .img.img-1 {
        background: url(https://m.softchoice.com/web/newsite/images/icons/happy.png) no-repeat 50%; }
      #login-dialog .dialog-info .img.img-2 {
        background: url(https://m.softchoice.com/web/newsite/images/icons/process.png) no-repeat 50%; }
      #login-dialog .dialog-info .img.img-3 {
        background: url(https://m.softchoice.com/web/newsite/images/icons/list.png) no-repeat 50%; }
      #login-dialog .dialog-info .img.img-4 {
        background: url(https://m.softchoice.com/web/newsite/images/icons/glasses.png) no-repeat 50%; }
      #login-dialog .dialog-info .img.img-5 {
        background: url(https://m.softchoice.com/web/newsite/images/icons/link.png) no-repeat 50%; }
  #login-dialog .dialog-close {
    position: absolute;
    top: 10px;
    right: 10px; }
    #login-dialog .dialog-close .material-icons {
      font-size: 24px;
      color: #444; }
  #login-dialog .buttons {
    text-align: center;
    width: 100%; }
    #login-dialog .buttons a {
      font-size: 1.05em; }
  #login-dialog .links {
    text-align: right;
    margin-top: 60px;
    font-size: 12px; }
    #login-dialog .links span:first-child {
      text-align: left; }
    #login-dialog .links a {
      color: #555454;
      text-decoration: underline; }
  #login-dialog .buttons {
    padding: 0; }
  #login-dialog .flickity-page-dots,
  #login-dialog .flickity-prev-next-button {
    display: none; }

.materialize .flickity-carousel {
  height: auto; }

.mobile {
  transition: all 0.3s; }
  .mobile.mobile-bars {
    position: fixed;
    top: 44px;
    left: 17px;
    transition: top 0.03s;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mobile.mobile-bars .fa-bars {
      font-size: 21px; }
  .mobile.mobile-search-wrap {
    transition: all 0.3s;
    width: 100%;
    position: fixed;
    background-color: #f7f7f7;
    top: 69px;
    right: 100vw;
    text-align: right;
    padding: 5px 10px 5px 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.37);
    z-index: 1001;
    border-top: solid 1px #ececec; }
    .mobile.mobile-search-wrap button {
      background-color: #E57010;
      font-family: Roboto, sans-serif;
      text-transform: uppercase;
      color: white;
      border-radius: 2px;
      border: none;
      cursor: pointer; }
    .mobile.mobile-search-wrap.active {
      right: 0; }
    .mobile.mobile-search-wrap #search-query {
      height: 32px;
      position: relative;
      padding: 5px; }
  .mobile.mobile-nav {
    border-top: solid 1px #ececec;
    position: fixed;
    top: 69px;
    left: -100vw;
    right: 0;
    bottom: 0;
    width: 100vw;
    opacity: 0;
    transition: left 0.2s, top 0.2s, opacity 0.25s;
    background-color: white;
    padding: 40px 15vw 40px;
    display: flex;
    flex-direction: column;
    max-height: 915px;
    z-index: 999; }
    .mobile.mobile-nav::before {
      z-index: -1;
      position: absolute;
      top: -5px;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      background: rgba(255, 255, 255, 0.7); }
    .mobile.mobile-nav.active {
      left: 0;
      opacity: 1; }
      .mobile.mobile-nav.active label:after, .mobile.mobile-nav.active label:before {
        opacity: 1; }
    .mobile.mobile-nav .mobile-sub-parent {
      display: flex;
      flex-direction: column; }
      .mobile.mobile-nav .mobile-sub-parent li {
        line-height: 1.8;
        font-size: 14px;
        padding: 2px 0 2px 1px; }
    .mobile.mobile-nav .tab {
      position: relative;
      margin-bottom: 10px;
      width: 100%; }
      .mobile.mobile-nav .tab a {
        color: black;
        font-family: Roboto, sans-serif; }
    .mobile.mobile-nav input {
      position: absolute;
      opacity: 0;
      z-index: -1; }
    .mobile.mobile-nav label {
      position: relative;
      display: block;
      padding: 0;
      font-family: Roboto, sans-serif;
      font-weight: lighter;
      line-height: 2;
      font-size: 24px;
      cursor: pointer; }
      .mobile.mobile-nav label:before {
        transition: all 1.5s;
        opacity: 0;
        content: "";
        position: absolute;
        left: -15vw;
        height: 34px;
        max-height: 9vh;
        border-radius: 0 4px 4px 0;
        width: 12vw;
        top: calc(50% - 17px); }
      .mobile.mobile-nav label.tab-research::before, .mobile.mobile-nav label.tab-research::after {
        background-color: #892289; }
      .mobile.mobile-nav label.tab-solution::before, .mobile.mobile-nav label.tab-solution::after {
        background-color: #005aa2; }
      .mobile.mobile-nav label.tab-product::before, .mobile.mobile-nav label.tab-product::after {
        background-color: #005948; }
      .mobile.mobile-nav label.tab-manage::before, .mobile.mobile-nav label.tab-manage::after {
        background-color: #d5573b; }
      .mobile.mobile-nav label.tab-about::before, .mobile.mobile-nav label.tab-about::after {
        background-color: #E57010; }
    .mobile.mobile-nav .tab-content {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.35s;
      -o-transition: max-height 0.35s;
      transition: max-height 0.35s; }
    .mobile.mobile-nav .tab-content p {
      margin: 1em; }
    .mobile.mobile-nav input:checked ~ .tab-content {
      max-height: 40vh; }

.fonts-loaded .global-nav nav ul.mobile-sub-parent li {
  font-family: Roboto, sans-serif; }

#sc-fullscreen-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  #sc-fullscreen-loader .loading-container {
    width: 360px;
    max-width: 100vw;
    padding: 10px; }
    #sc-fullscreen-loader .loading-container .loading-wrapper {
      margin: auto;
      width: 90%; }
      #sc-fullscreen-loader .loading-container .loading-wrapper .loading-progress {
        animation: color-change 2s ease-in-out infinite;
        border-radius: 10px;
        height: 5px;
        width: 1%;
        background-color: #E57010;
        transition: width .3s ease-in;
        position: relative; }

@keyframes color-change {
  0% {
    background-color: #E57010; }
  25% {
    background-color: rgba(246, 132, 38, 0.4); }
  100% {
    background-color: #E57010; } }

.ie .hover-content {
  top: 89px; }

.ie .global-nav nav ul {
  list-style: none !important; }

.ie.long-scroll .section.chart.journey .outer-shell .fa.fa-caret-right {
  bottom: -13px; }

.ie.long-scroll .about-sc .section.featured-content .box .description {
  height: 100%; }

.ie.long-scroll .section .boxes.content .box .description .preview a {
  margin-top: 10px;
  margin-bottom: 10px; }

.ie .boxes.flip-box .icon-box {
  perspective: 1000px;
  transform-style: preserve-3d; }

.ie .boxes.flip-box .icon-box .flip.flipped .description {
  transform: rotateY(0deg); }
  .ie .boxes.flip-box .icon-box .flip.flipped .description > * {
    transform: scaleX(-1); }

.ie .boxes.flip-box .icon-box .flip.flipped .topbar {
  transform: rotateY(180deg);
  opacity: 0; }

.ie .boxes.flip-box .icon-box,
.ie .boxes.flip-box .topbar,
.ie .boxes.flip-box .description {
  width: 320px;
  height: 350px; }

.ie .boxes.flip-box .flip {
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative; }

.ie .boxes.flip-box .topbar,
.ie .boxes.flip-box .description {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.ie .boxes.flip-box .topbar {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s;
  transform: rotateY(0deg); }

.ie .boxes.flip-box .description {
  transform: rotateY(-180deg); }

.ie .input-group.range-pager {
  max-width: 160px; }

.ie #quickBuy .form-row input {
  line-height: normal; }

.ie #sc-fullscreen-loader .top .img {
  background-image: url("/img/logos/sc-nav-logo-640.png"); }

.ie .header .header-content .header-wrapper a {
  width: auto; }

@media (max-width: 1453px) {
  .ie .dashboard-section .table-container.no-data {
    overflow-x: scroll; } }

@media (max-width: 1390px) {
  .ie .hover-content#product-menu .resources ul li {
    width: 17%; } }

@media (max-width: 1242px) {
  .ie .hover-content#product-menu .resources ul {
    display: flex;
    flex-wrap: wrap; }
  .ie .hover-content#product-menu .resources ul li {
    width: 24%; } }

@media (max-width: 999px) {
  .ie .hover-content#product-menu .resources ul li {
    width: 33%; } }

@media (max-width: 985px) {
  .ie #springboard-status .section-content .content-wrapper .statuses {
    display: block; } }

@media (max-width: 869px) {
  .ie .hover-content {
    top: 73px; }
    .ie .hover-content .hover-menu .title {
      padding-top: 15px; }
  .ie .hover-content#product-menu .resources ul li {
    width: 10%; }
  .ie .hover-content#product-menu .resources ul {
    max-height: 90px; } }

html[lang=fr] .global-nav nav ul li {
  font-size: 1.3rem; }

html[lang=fr] .mobile.mobile-search-wrap {
  top: 66px; }

html[lang=fr] .global-nav nav.nav-scrolled .mobile.mobile-search-wrap {
  top: 41px; }

html[lang=fr] .long-scroll .section .boxes.flip-box .description {
  font-size: .8em;
  justify-content: space-around; }

html[lang=fr] .alerts-new#springboard-alerts-dropdown .alert #stdlist li, html[lang=fr] .alerts-new#springboard-alerts-dropdown .alert #approvals-list li {
  display: block; }

html[lang=fr] #login-dialog .links {
  margin-top: 50px; }

@media (max-width: 1259px) {
  html[lang=fr] #springboard-indicators .section-content .content-wrapper .statuses {
    flex-direction: column;
    align-items: flex-start; }
  html[lang=fr] #springboard-indicators .section-content .content-wrapper .statuses h3 {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 12px; }
  html[lang=fr] #springboard-indicators .section-content .content-wrapper .statuses .singular-status {
    font-size: .7em;
    margin: -5px 5px 7px 0; } }

@media (max-width: 1085px) {
  html[lang=fr] .dashboard-section.pending-approvals .table-container .scrollable table {
    display: none;
    width: 100%; }
  html[lang=fr] .dashboard-section.pending-approvals .table-container .scrollable table.consolidated {
    display: block !important; } }

#acceptCookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999999;
  box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.27);
  line-height: 1.5; }
  #acceptCookies .cookie-wrap {
    max-width: 1540px;
    width: 90%;
    position: relative;
    margin: 0 auto; }
    #acceptCookies .cookie-wrap p {
      margin-top: 0;
      width: calc(100% - 25px); }
    #acceptCookies .cookie-wrap .close {
      position: absolute;
      top: 0;
      right: 0; }

@media (max-width: 444px) {
  #acceptCookies {
    padding: 10px; }
    #acceptCookies .cookie-wrap p {
      font-size: .9em;
      width: 100%; }
    #acceptCookies .cookie-wrap .close {
      position: initial;
      text-align: right; }
      #acceptCookies .cookie-wrap .close a i {
        font-size: 1.2em; } }

@media (min-width: 656px) {
  .mobile-bars,
  .mobile.mobile-nav {
    display: none !important; } }

@media (min-width: 768px) {
  .mobile {
    display: none !important; } }

@media (max-width: 1529px) {
  .hover-content#solution-menu .resources ul li {
    width: 50%; } }

@media (max-width: 1314px) {
  .hover-content .hover-menu p.heading,
  .hover-content#about-menu .resources p.heading {
    font-size: 24px; }
  .global-nav nav .search-box #search-query {
    width: 180px; } }

@media (max-width: 1242px) {
  header,
  .hover-content .hover-menu {
    width: 100%; }
    header .resources,
    .hover-content .hover-menu .resources {
      border-right-width: 0; }
  .global-nav nav.nav-scrolled .nav-wrap {
    width: 100%; }
  .global-nav nav ul.top-level {
    padding-left: 17px; }
  .hover-content {
    left: 0;
    right: 0; }
  .hover-content#product-menu .resources ul li {
    width: 19%; }
  .hover-content#product-menu .topic-list .topic-desc p {
    line-height: 1.4; } }

@media (max-width: 1137px) {
  .global-nav nav .search-box {
    font-size: 0.9em; }
  .global-nav nav ul li {
    font-size: 1rem; }
  .global-nav nav ul li::after {
    bottom: -6px; }
  .global-nav nav ul li.parent-category .top-level div {
    margin-top: 0; }
  .global-nav nav ul li.parent-category .top-level.subtext {
    margin-top: -1px;
    font-size: 12px; }
  .hover-content .hover-menu .resources li i {
    font-size: 16px; }
  .hover-content#manage-menu .topic-list i {
    font-size: 32px; }
  .global-nav nav.nav-scrolled .nav-wrap .fa-search {
    top: -2px; }
  html[lang=fr] .global-nav nav ul li.parent-category {
    margin-right: 25px; } }

@media (max-width: 1089px) {
  .hover-content .hover-menu .topic-list ul > * {
    width: 50%; }
  .hover-content .hover-menu .resources li {
    font-size: 1em; }
  .hover-content .hover-menu p.heading {
    font-size: 24px !important; }
  html[lang=fr] .global-nav nav .search-box #search-query, html[lang=fr] .global-nav nav .search-box #query {
    width: 140px; } }

@media (max-width: 999px) {
  .global-nav nav .search-box #search-query {
    width: 160px; }
  .hover-content#product-menu .topic-list {
    width: 50%; }
  .hover-content#product-menu .resources {
    width: 30%; }
  .hover-content#product-menu .resources ul li {
    width: 23%; }
  footer .footer-content .footer-columns {
    width: 100%; }
  html[lang=fr] .global-nav nav ul li {
    font-size: 1rem; } }

@media (max-width: 975px) {
  .global-nav nav ul li.parent-category {
    margin-right: 20px; }
  html[lang=fr] .global-nav nav.nav-scrolled {
    height: 43px; }
  .hover-content#about-menu .resources p {
    font-size: 14px; } }

@media (max-width: 924px) {
  html[lang=fr] .global-nav nav.nav-scrolled .nav-wrap li.parent-category {
    font-size: 1rem; }
  html[lang=fr] .global-nav nav.nav-scrolled .nav-wrap li.parent-category::after {
    bottom: -7px; } }

@media (max-width: 899px) {
  .hover-content .hover-menu .title h3 {
    font-size: 24px; }
  footer .footer-content .footer-columns a,
  footer .footer-content .footer-columns h4,
  footer .footer-content .footer-subtext h4 {
    font-size: 0.8em; }
  html[lang=fr] .global-nav nav ul li.parent-category {
    margin-right: 20px; }
  html[lang=fr] .global-nav nav ul li {
    font-size: .8rem; } }

@media (max-width: 869px) {
  .hover-content {
    top: 73px;
    border-top-width: 0; }
  .global-nav {
    padding-bottom: 0; }
  .global-nav nav .nav-logo {
    width: 15%;
    padding-right: 15px; }
    .global-nav nav .nav-logo a img {
      max-width: 90px; }
  .global-nav nav ul li.parent-category::after {
    bottom: -7px; }
  .hover-content .hover-menu .title,
  .hover-content .hover-menu .topic-list,
  .hover-content .hover-menu .resources {
    padding: 10px 32px; }
  .hover-content .hover-menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37);
    flex-direction: column;
    min-height: auto; }
    .hover-content .hover-menu > * {
      width: 100% !important; }
  .hover-content .hover-menu .title h3 span {
    display: inline-block;
    margin-left: 9px;
    font-size: inherit; }
  .hover-content .hover-menu .title {
    min-height: auto; }
    .hover-content .hover-menu .title .heading {
      margin: 0; }
    .hover-content .hover-menu .title .tagline {
      display: none; }
  .hover-content .hover-menu .topic-list p.heading {
    margin: 10px 0 15px; }
  .hover-content .hover-menu .topic-list .topic-desc h4 {
    font-size: 13px; }
  .hover-content .hover-menu .topic-list ul > * {
    width: 33.3%; }
  .hover-content .hover-menu .resources p.heading {
    margin-top: 0;
    display: block; }
  .hover-content .hover-menu .resources ul {
    display: flex;
    flex-wrap: wrap; }
    .hover-content .hover-menu .resources ul > * {
      padding: 5px 15px 5px 0;
      width: 33.3%; }
  .hover-content .hover-menu .resources:after {
    height: 1px;
    width: 26%;
    left: 32px;
    top: 0;
    display: none; }
  .global-nav nav .search-box #search-query {
    width: 140px; }
  .global-nav nav.nav-scrolled .search-box #search-query {
    height: 32px; }
  .global-nav nav.nav-scrolled .nav-logo {
    width: 13%; }
  .global-nav nav .search-wrapper {
    top: -2px; }
  .global-nav nav.nav-scrolled .search-wrapper {
    top: 0; }
  #search-query {
    height: 34px; }
  .hover-content#product-menu .topic-list .topic-group {
    width: 100%; }
  .hover-content#product-menu .resources ul li {
    width: 10%;
    padding: 0 5px; }
  .hover-content#product-menu .resources h3 {
    padding-left: 0; }
  .hover-content#product-menu .resources ul {
    margin-left: -7px; }
  .hover-content#product-menu .topic-list .topic-group li {
    width: 32%;
    vertical-align: text-top; }
  .hover-content#solution-menu .resources ul li {
    width: 14.27%; }
  #login-dialog {
    max-width: 640px;
    left: calc(49.1vw - 320px); }
  .hover-content#about-menu .resources p {
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }
  .hover-content#about-menu .title {
    background-repeat: no-repeat;
    background-position: 100% 40%; }
  .hover-content#manage-menu.not-logged-in .resources .flickity-carousel {
    margin-top: -5px; }
  .hover-content#manage-menu.not-logged-in .resources .item {
    height: 225px; }
  .global-nav nav .search-box .fa.fa-shopping-cart.punchout {
    top: 7px; }
  .hover-content#about-menu .resources p {
    font-size: 16px; }
  .hover-content#about-menu .resources .tagline + p {
    margin-top: 0; } }

@media (max-width: 855px) {
  html[lang=fr] footer .footer-content .footer-bottom .footer-social-icons a {
    font-size: 20px; }
  html[lang=fr] footer .footer-content .footer-columns {
    margin-bottom: 40px; }
  html[lang=fr] footer .footer-content .footer-bottom {
    flex-wrap: wrap;
    text-align: center; }
    html[lang=fr] footer .footer-content .footer-bottom > * {
      width: 100%; }
    html[lang=fr] footer .footer-content .footer-bottom .footer-social-icons {
      margin-top: 10px; }
      html[lang=fr] footer .footer-content .footer-bottom .footer-social-icons a i {
        margin-right: 4px;
        margin-left: 4px; }
    html[lang=fr] footer .footer-content .footer-bottom .terms-privacy a {
      padding-right: 6px;
      padding-left: 6px; } }

@media (max-width: 819px) {
  html[lang=fr] .global-nav nav ul.top-level {
    padding-left: 0; } }

@media (max-width: 799px) {
  .global-nav nav.nav-scrolled .nav-wrap li.parent-category {
    font-size: 1rem; }
  .global-nav nav .search-box #search-query {
    width: 130px; }
  .global-nav nav.nav-scrolled .search-wrapper {
    right: 23px; }
  .global-nav nav.nav-scrolled {
    height: 41px; }
  .global-nav nav.nav-scrolled .hover-content {
    top: 41px; } }

@media (max-width: 767px) {
  .global-nav nav .search-box .desktop-search {
    display: none; }
  .global-nav nav .search-box .mobile-search {
    display: inline-block; }
  .global-nav nav .search-box #search-query {
    display: none; }
  .global-nav nav .search-wrapper {
    top: 1px; }
  .global-nav nav.nav-scrolled .nav-logo {
    padding-left: 11px; }
  .global-nav nav.nav-scrolled ul.top-level {
    padding-left: 47px; }
  .global-nav nav.nav-scrolled {
    height: 41px; }
  footer .footer-content {
    padding-top: 20px; }
  footer .footer-content .footer-columns {
    flex-wrap: wrap; }
  footer .footer-content .flex-container {
    width: 50%; }
    footer .footer-content .flex-container h4 {
      margin: 15px 0; }
  .hover-content#product-menu .resources ul li {
    width: 12%; }
  html[lang=fr] .global-nav nav.nav-scrolled {
    height: auto; }
  html[lang=fr] .global-nav nav.nav-scrolled .nav-wrap li.parent-category::after {
    bottom: -5px; }
  .global-nav nav.nav-scrolled .nav-wrap .fa-search {
    top: 1px; }
  footer .footer-content .footer-columns a,
  footer .footer-content .footer-columns h4,
  footer .footer-content .footer-subtext h4,
  footer .footer-content .footer-bottom {
    font-size: .7em; } }

@media (max-width: 757px) {
  .hover-content {
    top: 72px; } }

@media (max-width: 741px) {
  .hover-content {
    top: 71px; } }

@media (max-width: 722px) {
  .hover-content {
    top: 70px; } }

@media (max-width: 703px) {
  .hover-content {
    top: 69px; } }

@media (max-width: 692px) {
  #login-dialog {
    width: 310px;
    left: calc(50vw - 155px);
    top: 13vh; }
    #login-dialog h3 {
      height: auto; }
    #login-dialog .dialog-info {
      display: none; }
    #login-dialog .dialog-content {
      width: 100%; }
    #login-dialog .links {
      margin-top: 40px; } }

@media (max-width: 655px) {
  .hover-content .hover-menu .topic-list ul > * {
    width: 50%; }
  .global-nav nav ul.top-level.desktop,
  .hover-content,
  .hover-content.active {
    display: none !important; }
  .global-nav nav .nav-logo {
    padding-left: 40px;
    width: 145px; }
  .global-nav nav.nav-scrolled .nav-logo {
    width: 145px;
    padding-left: 29px; }
  #sticky-nav {
    display: none !important; }
  .body-content.fade,
  .body-content {
    opacity: 1; }
  footer .footer-content .footer-bottom .footer-social-icons a {
    font-size: 20px; }
  footer .footer-content .footer-columns {
    margin-bottom: 40px; }
  footer .footer-content .footer-bottom {
    flex-wrap: wrap;
    text-align: center; }
    footer .footer-content .footer-bottom > * {
      width: 100%; }
    footer .footer-content .footer-bottom .footer-social-icons {
      margin-top: 10px; }
      footer .footer-content .footer-bottom .footer-social-icons a i {
        margin-right: 4px;
        margin-left: 4px; }
    footer .footer-content .footer-bottom .terms-privacy a {
      padding-right: 6px;
      padding-left: 6px; } }

@media (max-width: 549px) {
  .hover-content .hover-menu .resources ul > * {
    width: 50%; }
  #login-dialog {
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0; }
  footer .footer-content .footer-bottom .terms-privacy {
    margin-top: 10px; }
    footer .footer-content .footer-bottom .terms-privacy a {
      white-space: nowrap; } }

@media (max-width: 485px) {
  .hover-content .hover-menu .topic-list ul > * {
    width: 100%; } }

@media (max-width: 424px) {
  footer .footer-content {
    padding-top: 10px; }
  footer .footer-content .footer-columns {
    flex-direction: column; }
  footer .footer-content .flex-container {
    width: 100%; }
  .long-scroll .section.contact.materialize .row {
    margin-bottom: 0; }
    .long-scroll .section.contact.materialize .row .col.s6 {
      width: 100%; } }

@media (max-width: 375px) {
  .mobile.mobile-nav label {
    line-height: 1.5;
    font-size: 20px; }
  .mobile.mobile-nav .mobile-sub-parent li {
    font-size: 12px;
    line-height: 1.5; } }

@media (max-height: 674px) {
  #login-dialog.active {
    top: calc(57vh - 300px);
    bottom: 0; } }

@media (max-height: 544px) {
  #login-dialog.active {
    height: auto;
    top: 0;
    bottom: 0; } }

@media (max-height: 525px) {
  .mobile.mobile-nav {
    overflow-y: scroll; } }

@media (max-height: 495px) {
  #login-dialog .links {
    margin-top: 10px; } }

@media (max-height: 435px) {
  #login-dialog .buttons {
    margin-top: 0; } }

@media (max-height: 410px) {
  #login-dialog {
    overflow-y: scroll;
    width: 400px;
    left: calc(50vw - 200px); }
    #login-dialog .dialog-info {
      display: none; }
    #login-dialog .dialog-content {
      width: 100%; } }
