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(255, 255, 255, 0.7); }

a {
  text-decoration: none;
  color: #F68426;
  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; }
    header .top-header span a {
      color: #F68426; }
    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: #F68426; }
      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: #F68426; }
    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: 600; }
        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; }

.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: #F68426; }
      .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: -12px;
          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: #0061AE; }
        .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: #F68426; }
        .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: transparent; }
      .global-nav nav .search-box .mobile-search {
        display: none; }
      .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: transparent; }
      .global-nav nav .search-box .fa {
        color: #F68426;
        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: 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: Roboto, sans-serif; }
      footer .footer-content a:hover, footer .footer-content a:focus {
        color: #F68426; }
    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: Roboto, 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: Roboto, 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; }

#search-query,
#query {
  transition: width 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s;
  border: solid 1px #b7b7b7;
  font-family: Roboto;
  font-size: 1em;
  border-radius: 2px;
  width: 180px;
  padding: 5px 30px 5px 5px;
  height: 38px;
  caret-color: #F68426; }
  #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: calc(50% - 49.5vw);
  top: 89px;
  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: Roboto, sans-serif; }
    .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;
        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; }
      .hover-content .hover-menu .topic-list .topic-subheading {
        display: block;
        font-family: DaxWeb, sans-serif;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        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: Roboto;
          font-weight: normal;
          font-size: 14px;
          line-height: 1.6;
          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; }
      .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: #F68426; }
    .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 .resources {
        border-right-color: #892289; }
  .hover-content.solution-menu {
    border-top-color: #0061AE; }
    .hover-content.solution-menu .hover-menu {
      border-bottom-color: #0061AE; }
      .hover-content.solution-menu .hover-menu .resources {
        border-right-color: #0061AE; }
  .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: #F68426; }
    .hover-content.about-menu .hover-menu {
      border-bottom-color: #F68426; }
      .hover-content.about-menu .hover-menu .resources {
        border-right-color: #F68426; }
  .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: #F68426; }
      .hover-content a:focus i,
      .hover-content a:focus p, .hover-content a:hover i,
      .hover-content a:hover p {
        color: #F68426; }
  .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 .resources p.heading {
    color: #892289; }
  .hover-content#research-menu .resources li {
    margin-bottom: 10px; }
  .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: #0061AE; }
  .hover-content#solution-menu .resources p.heading {
    color: #0061AE; }
  .hover-content#solution-menu .resources ul {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .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: #0061AE; }
  .hover-content#solution-menu .title {
    background-color: #0061AE;
    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: #F68426; }
  .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 .topic-list .topic-desc p {
        line-height: 1; }
  .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: #F68426; }
    .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: #F68426; }
  .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 p {
      font-size: 14px; }
  .hover-content#manage-menu .resources p.heading {
    color: #d5573b; }
  .hover-content#manage-menu .resources li {
    font-family: Roboto;
    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 .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: #F68426; }
  .hover-content#about-menu .topic-list {
    width: 60%; }
    .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 {
    width: 20%; }
    .hover-content#about-menu .resources a {
      color: #F68426;
      transition: all .3s; }
    .hover-content#about-menu .resources p.heading {
      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: #F68426; }
    .hover-content#about-menu .resources .why {
      display: block;
      background-color: #F68426;
      border-radius: 50% !important;
      margin: 0 auto;
      width: 100px;
      height: 100px; }
      .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: 100px;
      background: url(//m.softchoice.com/web/newsite/images/icons/bulb.png) no-repeat center;
      background-size: 80%; }
    .hover-content#about-menu .resources li {
      font-family: Roboto; }
    .hover-content#about-menu .resources .tagline {
      text-align: center;
      margin-top: 30px;
      font-size: 16px;
      line-height: 1.5;
      font-family: DaxWeb, sans-serif; }
    .hover-content#about-menu .resources:after {
      background-color: #F68426; }
  .hover-content#about-menu .title {
    width: 20%;
    background-color: #F68426;
    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 {
  background: #f68326;
  display: inline-block;
  cursor: pointer;
  padding: 7px 25px;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 28px; }

input.cta-button {
  background: #f68326;
  display: inline-block;
  padding: 7px 25px;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 28px;
  border: none;
  cursor: pointer; }

a.cta-button.light,
input.cta-button.light {
  background: #fff;
  color: #222; }

a.cta-button.grey,
input.cta-button.grey {
  background: #f7f7f7;
  color: #222; }

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: 14px; }

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; }

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

#login-dialog {
  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 .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.active {
    opacity: 1;
    visibility: visible; }
  #login-dialog input[type=submit] {
    visibility: hidden;
    height: 0;
    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: 22px;
      font-family: DaxWeb, 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%;
    margin-top: 20px; }
    #login-dialog .buttons a {
      font-size: 1em; }
  #login-dialog .links {
    text-align: right;
    margin-top: 70px;
    font-size: 12px; }
    #login-dialog .links a:first-child {
      text-align: left; }
    #login-dialog .links a:focus, #login-dialog .links a:hover {
      color: #333; }
  #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: transparent; }
    .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: #F68426;
      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-left: 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: DaxLight;
      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: #0061AE; }
      .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: #F68426; }
    .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; }

.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; }

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

@media (max-width: 1242px) {
  .ie .hover-content {
    width: 99vw; }
  .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: 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; }

@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 {
    font-size: 24px; } }

@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: 24%; }
  .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: 32%; }
  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: 16.6%; }
  #login-dialog {
    max-width: 640px;
    left: calc(49.1vw - 320px); }
  .hover-content#about-menu .resources p {
    margin-bottom: 20px;
    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; } }

@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: -3px; }
  .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%; } }
