@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.taskbar {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  padding: 12px 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.taskbar::-webkit-scrollbar {
  display: none;
}
.taskbar::-moz-scrollbar {
  display: none;
}
.taskbar:empty {
  display: none;
}
.taskbar a {
  font-size: 16px;
  font-weight: 600;
  color: #005DA6 !important;
  cursor: pointer;
}
.taskbar a:hover {
  text-decoration: underline;
}
.taskbar_item--loading {
  opacity: 0;
  animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.taskbar_item--loading:nth-child(3) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.taskbar_item--loading:nth-child(4) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.taskbar_item--loading:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.taskbar_item--loading:nth-child(6) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.taskbar_item--loading:nth-child(7) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.taskbar_item--loading:nth-child(8) {
  animation-delay: 0.11s;
  -webkit-animation-delay: 0.11s;
}
.taskbar_item--loading:nth-child(9) {
  animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
}
.taskbar_item--loading:nth-child(10) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}
.taskbar_item--loading:nth-child(11) {
  animation-delay: 0.17s;
  -webkit-animation-delay: 0.17s;
}
.taskbar_item--loading:nth-child(12) {
  animation-delay: 0.19s;
  -webkit-animation-delay: 0.19s;
}
.taskbar_item--loading:not(:first-child) {
  white-space: nowrap;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 16px;
  margin-right: 10px;
}
.taskbar_item_empty {
  font-size: 16px;
}
.taskbar_item_name {
  text-transform: capitalize;
}
.taskbar_item_account {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #00aeef;
  text-transform: uppercase;
}
.taskbar_item_title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.taskbar_item_description {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
}
.taskbar_item img {
  max-width: 150px !important;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
#home-page {
  margin-bottom: 100px;
  margin-top: -20px;
}
#home-page .rich-content_column {
  display: inline-block !important;
}
@media (min-width: 550px) and (max-width: 819px) {
  #home-page .rich-content_column {
    width: 100%;
    max-width: 100%;
  }
}
#home-page .guided-search-container {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 35px;
  margin-bottom: 12px;
}
@media (min-width: 1150px) and (max-width: 1439px) {
  #home-page .guided-search-container {
    max-width: 980px;
    margin-left: calc(50% - 490px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #home-page .guided-search-container {
    max-width: 1111px;
    margin-left: calc(50% - 555px);
  }
}
@media (min-width: 1920px) {
  #home-page .guided-search-container {
    max-width: 1270px;
    margin-left: calc(50% - 635px);
  }
}
#home-page .middle-cms-container .col-xs-12,
#home-page .middle-cms-container .col-md-6 {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 819px) {
  #home-page .middle-cms-container .col-xs-12:last-child,
  #home-page .middle-cms-container .col-md-6:last-child {
    margin-top: 20px;
  }
}
@media (min-width: 820px) {
  #home-page .middle-cms-container .col-xs-12,
  #home-page .middle-cms-container .col-md-6 {
    width: 50%;
    max-width: 50%;
  }
  #home-page .middle-cms-container .col-xs-12:last-child,
  #home-page .middle-cms-container .col-md-6:last-child {
    padding-left: 15px;
  }
  #home-page .middle-cms-container .col-xs-12:first-child,
  #home-page .middle-cms-container .col-md-6:first-child {
    padding-right: 15px;
  }
}
#home-page .taskbar-container {
  overflow: hidden;
  display: block !important;
  margin: 0px 0px 12px 0px;
}
#home-page .top-cms-container {
  overflow: visible;
  margin-bottom: 12px;
  padding: 0px;
}
#home-page .main-cms-container .rich-content {
  margin-left: -15px;
  width: calc(100% + 30px);
}
#home-page .main-cms-container .banner--inline {
  text-align: center;
}
@media (max-width: 1149px) {
  #home-page .top-cms-container {
    overflow: hidden;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
  }
}
@media (max-width: 1150px) {
  #home-page .top-cms-container .banner_content--full-width {
    width: 100%;
  }
}
@media (min-width: 550px) {
  #home-page .top-cms-container {
    height: 226px;
  }
}
@media (min-width: 1150px) {
  #home-page .top-cms-container {
    overflow: visible;
  }
  #home-page .top-cms-container .banner--full-width {
    width: calc(100vw + 50px);
    text-align: center;
  }
  #home-page .top-cms-container .banner--full-width img {
    max-width: 100%;
    max-height: 397px;
  }
}
#home-page .top-cms-container .banner--full-width {
  width: calc(100vw + 50px);
  text-align: center;
}
#home-page .top-cms-container .banner--full-width img {
  max-width: 100%;
  max-height: 397px;
}
#home-page .middle-cms-container,
#home-page .taskbar-container {
  height: 100%;
  width: 100%;
  vertical-align: top;
  display: flex;
  justify-content: center;
}
#home-page .middle-cms-container:empty,
#home-page .taskbar-container:empty {
  display: none;
}
#home-page .featured-oem-carousel .product-carousel-item {
  height: 170px !important;
}
#home-page .featured-category-carousel .product-carousel-item {
  height: 210px !important;
}
#home-page .featured-category-carousel .product-description {
  text-align: center;
}

