@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i');
/* Root Styles
-------------------------------------------------------------------------------------*/

:root {
  --primary: #2F5CB6;
  --accent: #cc5629;
  --dark: #353535;
}

body {
  color: #232323;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
}

h1 {
  font-weight: 600;
}

.h4, h4 {
  font-size: 1.7rem;
}

.header-deco {
  text-align: center;
  margin: 2rem 0 2rem;
  text-transform: capitalize;
  font-weight: normal;
}

.header-deco::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 15rem;
  height: 2px;
  background-color: #2F5CB6;
  background-color: var(--primary);
  margin: 1rem auto;
}

.nav-ui-custom {
  justify-content: space-between;
  align-items: center;
}

#navToolbar.fullwidth {
  background: #fff;
}

#navToolbar a:hover {
  transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  color: var(--primary);
}

.desktop div#topBar {
  visibility: hidden;
  padding-bottom: 0;
  padding-top: 15px !important;
}

.desktop #navToolbar {
  display: block !important
}

.mobile #navToolbar {
  display: none;
}

/* Tablet Adjustments
-------------------------------------------------------------------------------------*/

body.trueMobile:not(.mobile) .hero-stage.fullscreen .hero .slick-slide {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

body.trueMobile:not(.mobile) .hero-stage.fullscreen .hero .slick-slide img {
  max-width: none;
  max-height: 100%;
}

body.trueMobile .hero-stage.fullscreen .hero .slick-slide img, body.mobile .hero-stage.fullscreen .hero .slick-slide img {
  object-fit: cover;
}

/* Breaking Changes
-------------------------------------------------------------------------------------*/

#body .content img {
  height: auto !important;
}

@media (min-width: 992px) {
  /* TODO: FIX THE SEARCH */
  #body.desktop #header .nav-ui-utils, #body.desktop #header .nav-ui-search {
    display: none;
  }
  /* TODO: FIX THE SEARCH */
}

#homepageHero .slick-dots {
  display: none;
}

body.mobile .hero-stage.fullscreen {
  min-height: 200px !important;
  height: 200px !important;
  opacity: 1;
  pointer-events: none;
}

body.mobile .hero-stage.fullscreen .header {
  height: 200px;
}

body.mobile .hero-stage.fullscreen .hero, body.mobile .hero-stage.fullscreen .slick-list, body.mobile .hero-stage.fullscreen .slick-track, body.mobile .hero-stage.fullscreen .hero .slick-slide {
  height: 100% !important;
}

body.mobile .hero-stage.fullscreen .splash>img {
  margin-top: 0;
  max-width: 80%;
}

.hero-stage .hero:not(.slider) {
  background-position: center !important;
  overflow: hidden;
}

@media(max-width: 991.997px) {
  #body.mobile #subBar {
    display: none !important;
  }
  .nav-ui-user {
    width: 100% !important;
  }
  .nav-ui-user>.nav {
    justify-content: flex-end !important;
    margin-bottom: -2rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .nav-ui-user>.nav .nav-ui-cart {
    pointer-events: all;
  }
  .nav-ui-brand>.d-sm-none {
    display: block !important;
  }
  .partner-links li a {
    width: 15rem !important;
  }
}

@media (min-width: 576px) {
  .mobile #header #topBar.subBarActive {
    padding-top: 1rem !important;
  }
}

.nav-ui-utils .cart-link {
  flex-direction: row-reverse;
}

.nav-ui-utils .cartIconText {
  display: none !important;
}

#countItemsInCartInlineCustom::before {
  content: '(';
  padding-left: 0.2rem;
  padding-right: 0.125rem;
}

#countItemsInCartInlineCustom::after {
  content: ')';
  padding-left: 0.125rem;
}

/* Core CSS Changes
-------------------------------------------------------------------------------------*/

/* Primary Color */

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i, #RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i {
  /*background: linear-gradient(180deg, #ffbcb4 0%, #ec958b 100%);
  box-shadow: 0 2px 9px -2px #262626;*/
  background: #2F5CB6;
  background: var(--primary);
  box-shadow: none;
}

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active, #RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete, #RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::before, #RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::before {
  /*background: linear-gradient(180deg, #caabc3 0%, #8c5a81 100%);*/
  background: #2F5CB6;
  background: var(--primary);
}

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::after, #RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::after {
  /*background: linear-gradient(135deg, #caabc3 0%, #8c5a81 100%);*/
  background: #2F5CB6;
  background: var(--primary);
}

.checkoutHeaderBG, .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #2F5CB6;
  background-color: var(--primary);
}

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #2F5CB6;
  border-color: var(--primary);
}

/* Accent Color */

/*a, a:hover { color: var(--primary); }*/

a, a:hover {
  color: #2F5CB6;
}

.checkoutrequired, .dropdown .dropdown-menu .util-sub-register a, #checkoutContainer a:not(.ui-tabs-anchor), .COMProdPrice, #ProductDiscount, .openAccountDiv #openAccountHeader h3 a, .modalPage a, .modal-addcart .modal-title, .modal-addcart .bootCart-details .bootCart-name, #subBar a:hover, .modal-addcart .bootCart-info .bootCart-count {
  color: #2F5CB6 !important;
  color: var(--primary) !important;
}

@media (min-width: 576px) {
  .dropdown-item.active a, .dropdown-item:active a {
    color: #2F5CB6 !important;
    color: var(--primary) !important;
  }
}

.announcement-bar, #back-to-top, .orderSummaryTitle, .COMProdButton, .dropdown .dropdown-menu .util-sub-signin a, .st-account-manager .nav-pills .nav-link.active, #SearchFormMobile .ui-widgetTN, .app-menu-burger .app-menu-line {
  background-color: #2F5CB6 !important;
  background-color: var(--primary) !important;
}

.list-group .list-group-item.active, .list-group div[id^="SubCats"] .list-group-item.active {
  color: #305bb7 !important
}

.btn.btn-secondary, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover {
  background-color: #222 !important;
}

.st-account-manager .account-manager-content, .ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox, .dropdown .dropdown-menu .util-sub-signin a, .dropdown .dropdown-menu .util-sub-register a {
  border-color: #2F5CB6 !important;
  border-color: var(--primary) !important;
}

.list-group .list-group-item.active, .list-group div[id^="SubCats"] .list-group-item.active {
  border-color: #efe1f2 !important;
}

.btn.btn-secondary, .btn.btn-secondary:hover, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #222 !important;
}

#usrCartTitle {
  color: #222 !important;
}

/* General
-------------------------------------------------------------------------------------*/

body>.container {
  background-color: transparent;
}

.aw-90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.desktop #mainMenu {
  background-color: transparent;
}

#back-to-top {
  background-color: #2F5CB6;
  background-color: var(--primary);
}

.page-heading {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

.bracket-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 3rem;
  text-align: center;
  max-width: 60%;
}

.bracket-left img, .bracket-right img {
  height: 8rem;
}

.bracket-right img {
  transform: rotateY(-180deg);
}

.bracket-block {
  font-style: italic;
  max-width: 500px;
}

.bracket-block h4 {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
}

@media (max-width: 767.98px) {
  .bracket-wrap {
    min-width: auto;
    max-width: none;
  }
  .bracket-left img, .bracket-right img {
    height: 25vw;
  }
  .bracket-block h4 {
    font-size: calc(0.5rem + 1.2vw);
  }
  .bracket-block {
    max-width: none;
    font-size: 2.6vw;
  }
}

@media (max-width: 1199px) {
  .partner-links li a {
    width: 15rem !important;
  }
}

.grey-card {
  background-color: #f2f2f2;
  padding: 2rem;
}

.grey-card h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: center;
}

.partner-ico img {
  max-height: 5rem;
  padding: 0 1rem;
}

/* Elements
-------------------------------------------------------------------------------------*/

.announcement-bar .announcement-bar-msg {
  padding: 1rem 15px;
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .announcement-bar .announcement-bar-msg {
    padding: 1rem 2rem 1rem 1rem;
    font-size: 0.85rem;
  }
}

.sectionInfoHeader {
  background-color: #2F5CB6;
  background-color: var(--primary);
  color: #fff;
}

.sectionInfoIco {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px #0c2b6f;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.sectionInfoTitle {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 1px #0c2b6f;
}

.sectionInfo {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 1rem;
  padding: 15px;
  background-color: #eeeef3;
  color: #232323;
}

.sectionInfoWrap {
  margin-top: 1rem;
}

.step-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2F5CB6;
  background-color: var(--primary);
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
  margin-right: 1rem;
}

.step-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: -0.04rem;
  font-weight: bold;
}

/* Search
-------------------------------------------------------------------------------------*/

.mobile #mainMenu .inline-search, #customFilters {
  display: none !important;
}

#mainMenuNav>.navbar-nav>.inline-search.nav-item>.nav-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

#mainMenuNav>.navbar-nav>.inline-search.nav-item>.nav-link ion-icon {
  font-size: 2rem;
  line-height: 2rem;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.55));
}

/* Side Menu
-------------------------------------------------------------------------------------*/

.nav-side-wrap .nav-side-logo::after {
  background-color: #222222;
  opacity: 1;
}

.nav-side-wrap .nav-side-menu-wrap>.nav-side-links ul .list-item a ion-icon {
  color: #2F5CB6;
  color: var(--primary);
}

/* Main Menu
-------------------------------------------------------------------------------------*/

.mobile #header .nav-ui-brand {
  right: 0;
  padding-left: 0;
}

.mobile #mainMenu .navbar-toggler {
  background-color: #2F5CB6;
  background-color: var(--primary);
  color: #fff;
}

.mobile .utils-wrap {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.nav-ui-custom .nav {
  padding-right: 1rem;
}

.nav-ui-user-menu {
  display: none !important;
}

.mobile .cart-link strong {
  display: none !important;
}

.mobile .nav-ui-custom .nav {
  display: none;
}

.desktop #mainMenuNav .navbar-brand {
  display: none;
}

/*Saul Added*/

.desktop #mainMenuNav>.navbar-nav>li.nav-item {
  line-height: 1.3;
}

.desktop #mainMenuNav>.navbar-nav>.nav-item>.nav-link {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin-right: 3rem;
  /*Saul Added*/
}

.desktop #mainMenuNav>.navbar-nav>.nav-item:first-child>.nav-link {
  margin-left: 0;
}

.desktop #mainMenu .dropdown-menu {
  background-color: transparent;
}

.desktop #mainMenu .dropdown-menu .dropdown-item {
  padding: 0 !important;
  /*background-color: rgba(137, 40, 165, 0.85);*/
  /*background-color: rgba(122, 87, 134, 0.85);*/
  background-color: rgba(48, 91, 183, 0.85);
  transition: all 150ms ease-out;
}

.desktop #mainMenu .dropdown-menu .dropdown-item a {
  color: #fff;
  text-decoration: none !important;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0.75rem !important;
}

/*.desktop #mainMenu .dropdown-menu .dropdown-item a::before {
  content: '\e0b5';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  transform: rotateY(-180deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  padding-left: 0.5rem;
}*/

.desktop #mainMenu .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}

.desktop #mainMenu .dropdown-menu .dropdown-item:hover a {
  color: #2F5CB6;
  color: var(--primary);
}

@media (min-width: 992px) {
  .nav-overflow {
    width: auto !important;
    max-width: none;
  }
  .dropdown-toggle::after {
    position: relative;
    top: 2px;
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-left: .25em solid transparent;
  }
}

.desktop .donate-menu {
  background-color: #2F5CB6;
  background-color: var(--primary);
  text-align: center;
  border: 1px solid #fff;
  max-height: 2.5rem;
  text-shadow: none !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.05rem;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  min-width: 160px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.donate-menu .material-icons {
  transition: all 400ms cubic-bezier(0, 0.95, 0.5, 1);
  height: 100%;
  display: flex;
  align-items: center;
  width: 0;
  opacity: 0;
  transform: scaleX(0) translateX(-10px);
}

.donate-menu:hover .material-icons {
  transition: all 400ms cubic-bezier(0, 0.95, 0.5, 1);
  width: 24px;
  opacity: 1;
  transform: scaleX(1) translateX(5px);
}

.mobile .donate-menu .material-icons {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-ui-search {
    display: none;
  }
  #body .dropdown-menu.show {
    display: block;
    padding: 2px 10px;
  }
  #mainMenuNav.mobile-active-link .nav-item .nav-link.dropdown-toggle::after {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
    /*border: 1px solid rgba(137, 40, 163, 0.25);
    border-top: 0;*/
  }
  #mainMenuNav .nav-item .dropdown-menu .dropdown-item a {
    width: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
  #mainMenuNav .nav-item .nav-link {
    box-shadow: 0 0 0 1px #204188 inset;
    padding-left: 1rem;
    background-color: #204188;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-active-link {
    padding: 0 !important;
  }
  #mainMenuNav.mobile-active-link .nav-item .nav-link.dropdown-toggle::after {
    color: #fff;
    border-bottom: 0;
    /* border-top: 0; */
  }
  #mainMenuNav.mobile-active-link .nav-item.show+.nav-item a::after {
    border-top: 1px solid #5d4566 !important;
  }
}

/* SubBar
-------------------------------------------------------------------------------------*/

#subBar {
  background-color: #fff;
  height: auto;
}

@media (min-width: 576px) {
  .mobile #subBar {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
  }
}

#subBar .container .nav-ui-custom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.subBarLogo {
  max-height: 1.725rem;
}

.nav-ui-custom .nav-item a {
  font-weight: bold;
  font-size: 0.85rem;
}

.nav-ui-custom ul li:not(:last-of-type) {
  margin-right: 3rem;
}

#countItemsInCartInline::before {
  content: '(';
  padding-left: 0.2rem;
  padding-right: 0.125rem;
}

#countItemsInCartInline::after {
  content: ')';
  padding-left: 0.125rem;
}

/* Sliders
-------------------------------------------------------------------------------------*/

#body.desktop.homepage #shop-top-slider .item img {
  max-width: unset !important;
  transform: translateX(-50%);
  left: 50%;
}

.slick-slider .slick-prev:before {
  content: '\e314';
}

.slick-slider .slick-next:before {
  content: '\e315';
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-family: 'Material Icons';
  color: #232323;
}

#home-bottom-slider {
  margin-bottom: 0;
}

/*Saul Added -------------------------*/

.mobile #shop-top-slider .slick-prev, .mobile #shop-top-slider .slick-next, .mobile #home-bottom-slider .slick-prev, .mobile #home-bottom-slider .slick-next {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
}

.mobile #shop-top-slider .slick-prev::before, .mobile #shop-top-slider .slick-next::before, .mobile #home-bottom-slider .slick-prev::before, .mobile #home-bottom-slider .slick-next::before {
  font-size: 2.5rem;
  z-index: 1;
  color: #fff !important;
}

#shop-top-slider .slick-prev, #shop-top-slider .slick-next, #home-bottom-slider .slick-prev, #home-bottom-slider .slick-next {
  width: 4rem;
  height: 4rem;
  z-index: 1;
}

#shop-top-slider .slick-prev::before, #shop-top-slider .slick-next::before, #home-bottom-slider .slick-prev::before, #home-bottom-slider .slick-next::before {
  font-size: 4rem;
  z-index: 1;
  color: #fff !important;
}

#shop-top-slider .slick-prev, #home-bottom-slider .slick-prev {
  left: 0;
  margin-top: 0;
}

#shop-top-slider .slick-next, #home-bottom-slider .slick-next {
  right: 0;
  margin-top: 0;
}

/*------------------------------------*/

#home-bottom-slider .slick-slide {
  height: 40%;
  max-height: 500px;
}

#home-bottom-slider .slick-dots li button:before {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  opacity: 1;
}

#home-bottom-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2F5CB6;
  color: var(--primary);
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

#home-bottom-slider .slick-dots {
  bottom: 1rem;
}

.homepage .featured-slider {
  margin-bottom: 0 !important;
}

.featured-slider .slick-dots {
  display: none !important;
}

.featured-details {
  padding-top: 1rem;
  display: flex;
  flex-flow: column-reverse;
  text-align: center;
}

.featured-name {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}

.featured-price {
  font-size: 2rem;
  font-weight: lighter;
}

.gray-block {
  background-color: #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gray-block .featured-products {
  margin-bottom: 0 !important;
}

.gray-block .featured-title {
  font-size: 3rem;
}

.slider .item>a {
  position: relative;
  display: block;
  height: 100%;
}

#home-bottom-slider.slider .item>a {
  max-height: 500px;
}

.slider-caption-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slider-caption {
  max-width: 700px;
  font-size: 2.75rem;
  line-height: 3rem;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#home-bottom-slider .slider-caption {
  margin-bottom: 3rem;
}

#shop-top-slider .slider-caption {
  margin-top: 3rem;
}

.mobile #shop-top-slider .slider-caption {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.slider-btn {
  text-transform: uppercase;
  background-color: #2F5CB6;
  background-color: var(--primary);
  font-size: 1.5rem;
  padding: 0.25rem 3rem;
  color: #fff;
  letter-spacing: 0.025rem;
  border: 1px solid #fff;
}

#home-bottom-slider .item.item-image {
  height: 40%;
  max-height: 500px;
}

.mobile #home-bottom-slider .slider-caption {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.mobile #home-bottom-slider .slider-btn {
  font-size: 0.65rem;
  padding: 0.25rem 1rem;
}

.mobile #home-bottom-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.mobile #home-bottom-slider .slick-dots li button:before {
  line-height: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
}

.mobile #home-bottom-slider .slick-dots {
  bottom: 0.5rem;
}

.mobile #home-bottom-slider .slick-dots li {
  width: 10px;
  height: 10px;
}

/* Breadcrumb
-------------------------------------------------------------------------------------*/

#catprodBreadcrumb {
  margin-top: 0rem;
}

#catprodBreadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0rem;
}

.breadcrumb-category {
  display: none;
}

.breadcrumb-item {
  font-size: 0.9rem;
}

.breadcrumb-item a {
  color: #222;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Homepage
-------------------------------------------------------------------------------------*/

/* IE Fixes - Just die already... */

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .donate-menu .material-icons {
    position: relative;
    top: 4px;
  }
}

.splash>img {
  flex: 0 0 auto;
  max-height: 125px;
  max-width: 100%;
  margin-top: 8rem;
  z-index: 1;
}

.splash {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.home-tagline {
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  max-width: 60%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.mobile .home-tagline {
  margin-top: 1rem;
  max-width: none;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.home-cta {
  margin-bottom: 6.5rem;
}

.mobile .home-cta {
  margin-top: 0;
  margin-bottom: 0;
}

.desktop .home-cta-block {
  max-height: 300px;
  min-height: 300px;
}

.mobile .home-cta-block {
  margin-bottom: 2rem;
}

.home-cta-block::after {
  content: '';
  display: block;
  background-color: red;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 15px;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, .45);
  transition: opacity 200ms ease-out;
  opacity: 0;
  pointer-events: none;
}

.home-cta-block:hover::after {
  opacity: 1;
}

.cta-block-stage {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  padding: 2rem;
  color: #fff;
  transition: height 400ms ease-out;
  height: 7.75rem;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.mobile .cta-block-stage {
  height: 6.75rem;
}

.cta-block-link {
  display: block;
  height: 100%;
  width: 100%;
}

.cta-block-stage .cta-block-link, .cta-block-stage .cta-block-link:hover {
  color: #fff !important;
  text-decoration: none !important;
}

#body .content .cta-block-link img {
  height: 100% !important;
}

#body.mobile .content .cta-block-link img {
  height: auto !important;
}

.cta-block-header {
  font-size: 2.5rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 200ms ease-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
}

.mobile .cta-block-header {
  font-size: calc(1.5rem + 1.25vw);
}

.home-cta-block:hover .cta-block-header {
  margin-top: 1rem;
}

.home-cta-block .cta-block-stage .cta-block-content {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 14rem;
  transition: all 400ms ease-out;
  transition-delay: 100ms;
  opacity: 0;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 2rem;
}

.mobile .home-cta-block .cta-block-stage .cta-block-content {
  top: 10rem;
  max-width: 80%;
  font-size: 1.6rem;
  font-weight: 100;
}

.mobile.mobile-xs .home-cta-block .cta-block-stage .cta-block-content {
  font-size: 1.2rem;
}

.mobile .home-cta-block:hover .cta-block-stage .cta-block-content {
  top: calc(4.25rem + 2vw)
}

.cta-block-content small {
  display: block;
  font-style: italic;
  font-size: 0.8rem;
  margin-top: 0.8rem;
}

.home-cta-block:hover .cta-block-stage .cta-block-content {
  height: auto;
  height: initial;
  top: 7.5rem;
  opacity: 1;
}

.home-cta-block:hover .cta-block-stage {
  height: 100%;
}

.cta-block-img {
  overflow: hidden;
  height: 100%;
}

.desktop .cta-block-img img {
  object-fit: cover;
  min-height: 100%;
}

.desktop .home-cta .home-cta-block:first-of-type .cta-block-img img {
  object-position: left;
}

.home-cta-block img {
  max-width: 100%;
}

.home-cta-block:hover .cta-block-img img {
  filter: blur(2px);
}

.mobile .home-cta-block:hover .cta-block-header {
  margin-top: 0;
}

/* Target smartphones, touchscreens - WC3 2018 release. IE does not support obviously, but Edge does */

/*@media (hover: none) and (pointer: coarse) {}*/

.trueMobile .home-cta-block::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.trueMobile .home-cta-block .cta-block-stage {
  height: 100%;
}

.trueMobile .home-cta-block .cta-block-header {
  margin-top: 0;
}

.trueMobile .home-cta-block .cta-block-stage .cta-block-content {
  height: auto;
  height: initial;
  opacity: 1;
}

.trueMobile .home-cta-block .cta-block-stage .cta-block-content {
  top: calc(4.25rem + 2vw);
}

.trueMobile .home-cta-block .cta-block-img img {
  filter: blur(0);
}

.trueMobile .home-cta-block::after {
  opacity: 1;
}

.cta-block-more {
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
  font-weight: 600;
  pointer-events: none;
}

.trueMobile .cta-block-more {
  display: inline-flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.cta-block-more>span {
  margin-right: 0.25rem;
}

.cta-block-more>img {
  max-height: 1.25rem;
}

/* Partner Pages
-------------------------------------------------------------------------------------*/

.partner-page .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.partner-page .slick-dots {
  bottom: 0.5rem;
}

.partner-page .slick-dots li.slick-active button:before {
  color: transparent;
  font-size: 0.6rem;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 1rem;
  background-color: #2F5CB6;
  border-radius: 100px;
  opacity: 1;
  margin: 0.125rem;
}

.partner-page .slick-dots li button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  transition: all 150ms ease-out;
}

.partner-page .slick-dots li button:before {
  color: transparent;
}

.partner-page .slick-dots li button:hover, .partner-page .slick-dots .slick-active button {
  background-color: #fff;
}

.partner-page .content p, .partner-page .content li {
  /*font-size: 1.125rem;*/
  line-height: 2;
  color: #3e3e3e;
}

.partner-page h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #2F5CB6;
  border-bottom: 1px solid var(--primary);
}

.partner-header {
  background-color: #2F5CB6;
  background-color: var(--primary);
  background: linear-gradient(180deg, #2F5CB6 0%, #193a80 100%);
  color: #fff;
  border: 1px solid #2F5CB6;
  z-index: 2;
  position: relative;
}

.partner-header-ico {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px #0c2b6f;
}

.partner-header-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 1px #0c2b6f;
}

.desktop .partner-info {
  /* min-height: calc(100% - 2.5rem); */
}

.partner-info {
  font-size: 1rem;
  padding: 15px;
  background-color: #eeeef3;
  flex: 1 0 auto;
  font-style: italic;
  line-height: 1.5rem;
  box-shadow: 0 0 0 3px inset white;
  border: 4px solid #dedeea;
}

.partner-info-wrap {
  height: 100%;
}

.partner-info li {
  /* font-size: 0.8rem;*/
  line-height: 1.2rem;
  line-height: 1.2rem !important;
}

.partner-info li:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.partner-info ul {
  margin-bottom: 0;
  padding-left: 1rem;
}

.partner-page h1.header-deco {
  text-align: center;
  margin: 2rem 0 2rem;
  text-transform: capitalize;
  font-weight: normal;
}

.partner-page h1.header-deco::after {
  display: none;
}

.border-bars::before, .border-bars::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 1rem auto;
  max-width: 90%;
  background-color: #eaeaea;
}

.partner-links {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}

.partner-links li a {
  color: #fff;
  background-color: #fff;
  font-size: 1rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  width: 14rem;
  height: 2rem;
  min-width: 12rem;
  box-sizing: content-box;
  border-radius: 0.5rem;
  border: 4px solid transparent;
  transition: all 150ms ease-out;
}

.partner-links li:nth-child(4) a {
  width: 15rem !important;
}

.partner-links li a:hover {
  border: 4px solid rgba(44, 83, 167, 0.3)
}

.partner-links .partner-links-ico {
  padding: 0.25rem 0.75rem;
  background-color: #204694;
  color: #fff;
  position: relative;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem 0 0 0.25rem;
}

.partner-links .partner-links-ico i {
  font-size: 1rem;
  line-height: 1rem;
}

.partner-links li a b {
  text-align: left;
  padding: 0.5rem;
  height: 2rem;
  line-height: 0.75rem;
  font-weight: normal;
  border: 1px solid #2F5CB6;
  background-color: #2F5CB6;
  border-radius: 0 0.25rem 0.25rem 0;
  display: inline-block;
  width: 100%;
}

/* Leadership
-------------------------------------------------------------------------------------*/

.page-leadership .list-unstyled i {
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #919191;
}

.dark-header {
  color: #474747;
  font-weight: bold;
}

.heading-div {
  color: #919191;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  letter-spacing: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Open Sans';
}

.list-unstyled li:not(:last-of-type) {
  margin-bottom: 1rem;
}

/* Contact Us
-------------------------------------------------------------------------------------*/

.contact-info .phone::before {
  content: '\e0cd';
}

.contact-info .email::before {
  content: '\e0be';
}

.contact-info .map::before {
  content: '\e55b';
}

.contact-info .link::before {
  content: '\e157';
}

.contact-info .phone::before, .contact-info .email::before, .contact-info .map::before, .contact-info .link::before {
  font-family: 'Material Icons';
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 4px;
  left: 0;
  color: #cdc9ce;
  transform: rotate(0.03deg);
}

.contact-info>ul>li li:first-of-type {
  margin-top: 0.5rem;
}

.contact-info>ul>li li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.contact-info>ul>li:not(:last-of-type) {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(141, 110, 151, 0.1);
}

form#contactus {
  max-width: none;
}

.contact-info {
  padding: 0.75rem 1.5rem;
  color: #242424;
}

.contact-info>ul>li {
  font-weight: bold;
  list-style-type: none;
  font-size: 1.3rem;
}

.contact-info>ul>li li {
  font-weight: normal;
  list-style-type: none;
  /*color: #2F5CB6;*/
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.1rem;
}

.contact-info ul {
  padding-left: 0;
}

.contact-info>ul>li li:last-of-type {
  margin-bottom: 1rem;
}

.contact-info a {
  color: #2F5CB6;
  text-decoration: underline;
}

/* What We Do
-------------------------------------------------------------------------------------*/

.page-activities .media {
  flex-flow: column nowrap;
  display: inline-flex !important;
  margin-top: 0.75rem;
  margin-bottom: 4rem;
}

.page-activities .media img {
  border-radius: 3px;
  width: 100%;
  border: 4px solid #fff;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
}

.page-activities .media .media-img {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-activities .media .media-img::after {
  /*  content: '';
  display: block;
  width: calc(100% - 1rem);
  height: calc(100%);
  background-color: #484848;
  border: 5px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
  transform: rotate(4deg);
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: -1;
  backface-visibility: hidden;*/
}

.page-activities .media label {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 100;
}

/* Shop Page
-------------------------------------------------------------------------------------*/

.shop-landing #catprodBreadcrumb, .shop-landing .categoryHeader {
  display: none;
}

.shop-landing .categoryHeaderWrap {
  margin-top: 0;
}

.shop-landing .categoryDescription {
  margin-top: 1.25rem;
}

/* Accordion
-------------------------------------------------------------------------------------*/

#sideMenuWrap {
  max-width: 275px;
}

#sideMenuWrap #SearchFormLeft {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}

#sideMenuWrap #SearchFormLeft input {
  width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
}

#sideMenuWrap #SearchFormLeft button {
  width: 2rem;
  height: 65%;
  padding: 0;
  position: absolute;
  right: 0;
  color: #ced4da;
}

#sideMenuWrap #SearchFormLeft svg {
  width: 100%;
  height: 100%;
}

.navListItem a {
  background-color: #e8e8e8;
  color: #232323;
  padding: 0.5rem 1rem !important;
  font-size: 1rem !important;
}

.navList div[id^="SubCats"] .list-group-item {
  background-color: #fff;
  font-size: 0.85rem !important;
  font-style: italic;
  border: 0;
}

.navList div[id^="SubCats"] .list-group-item.active {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.navList .list-group-item-action:focus, .navList .list-group-item-action:hover {
  color: #305bb7 !important
}

.navListItem .list-group-item {
  border: 0;
}

.navList>.navListItem {
  border-bottom: 1px solid #fff;
}

.navList .navListItem.active>a[id^='navLevel0'], .navList a[id^='navLevel0'].list-group-item.active, .navList .navListItem>a[id^='navLevel0'].list-group-item:focus, .navList .navListItem>a[id^='navLevel0'].list-group-item:hover {
  background-color: #232323 !important;
  color: #fff !important;
}

.navList a[id^='navLevel0'].list-group-item.active {
  border-color: #2F5CB6 !important;
}

.navListItem div[id^="SubCats"] .list-group-item.active {
  background-color: #fff;
  border: 0;
}

.navList div[id^="SubCats"] .list-group-item.NavLevel2 {
  padding-left: 2rem !important;
}

.navList div[id^="SubCats"] .list-group-item.NavLevel2::before {
  content: '+ ';
}

.navList div[id^="SubCats"] .list-group-item.NavLevel3 {
  padding-left: 3rem !important;
}

.navList div[id^="SubCats"] .list-group-item.NavLevel3::before {
  content: '- ';
}

#navAccWrap .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: inherit;
}

.navList div[id^="SubCats"] .list-group-item.NavLevel1 {
  padding-left: 1rem !important;
}

.navList div[id^="SubCats"] .list-group-item.NavLevel1:hover {
  color: #305bb7 !important
}

#memberPromo, #memberPromoProduct {
  margin-top: 2rem;
  display: none;
}

#memberPromo>img, #memberPromoProduct>img {
  max-width: 100%;
}

/* Category View
-------------------------------------------------------------------------------------*/

.categoryCell, .prodCell {
  display: flex;
  flex-flow: column nowrap;
}

.categoryImg, .prodImg {
  background-color: #fff;
  border: 1px solid #efefef;
  box-sizing: content-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.categoryImg a, .prodImg a {
  padding: 0.5rem;
}

.categoryName, .prodDetails {
  flex: 1 0 auto;
  border-radius: 0 0 5px 5px;
}

.categoryName a, .prodName a {
  flex: 0 0 auto;
  font-size: 1rem;
  color: #222;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 0.25rem 0 0.25rem 0.5rem;
}

.prodPrice {
  padding: 0.25rem 0.5rem 0.25rem 0;
}

.categoryCell:hover .categoryName, .prodCell:hover .prodDetails {
  background-color: #2F5CB6;
}

.categoryCell:hover .categoryName a, .prodCell:hover .prodName a, .prodCell:hover .prodPrice {
  color: #fff;
}

.categoryCell:hover .categoryImg, .prodCell:hover .prodImg {
  border-radius: 5px 5px 0 0;
}

/* Category Products
-------------------------------------------------------------------------------------*/

#productsResult {
  margin-top: 0;
}

.prodCell .prodImg a {
  padding: 0.5rem;
}

.prodID, .prodBrand, .prodPartNo, .filter-ui.clearfix {
  display: none;
}

.prodCell .prodDetails {
  display: flex;
  flex-flow: row nowrap;
  font-family: 'Source Sans Pro';
}

.mobile .prodCell .prodDetails {
  flex-flow: column nowrap;
}

.prodName {
  max-width: 60%;
}

.prodPrice {
  max-width: 40%;
}

.mobile .prodName {
  max-width: 100%;
  padding: 0.25rem 0.5rem;
}

.mobile .prodPrice {
  max-width: 100%;
  padding: 0.25rem 0.5rem;
}

.prodPriceRegular {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
}

.prodName a {
  font-size: 1rem;
  color: #222;
  font-weight: bold;
  display: inline-block;
}

#CMSortDDL {
  color: #c0c0c0;
  font-size: 1.2rem;
  font-family: 'Source Sans Pro';
  font-style: italic;
  border: 1px solid #c0c0c0;
  margin-left: 0.5rem;
  padding: 0.25rem;
}

#SortDiv {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.SortItemName {
  font-weight: 600;
}

.categoryHeaderWrap {
  margin-top: 1rem;
}

.categoryHeader h1 {
  /*margin-bottom: 0;*/
  line-height: 2.5rem;
}

.mobile .categoryHeader h1 {
  margin-bottom: 1rem;
}

.prodCell .prodImg.prodSale a::after {
  background-image: url(../content/images/ico-sale.png);
}

.prodCell .prodImg.prodNew a::after {
  background-image: url(../content/images/ico-new.png);
}

.prodCell .prodImg.prodSale a::after, .prodCell .prodImg.prodNew a::after {
  content: '';
  top: 5px;
  left: inherit;
  right: 5px;
  background-position: top right;
  background-size: cover;
  width: 66px;
  height: 50px;
}

/* Product View
-------------------------------------------------------------------------------------*/

.desktop .COMProdQtyTotal {
  padding-top: 1.5rem;
  padding-left: 1rem;
}

.COMProdStock {
  display: none;
}

.COMProdHeader h1 {
  font-size: 2rem;
}

.COMProdQtyTotalTag {
  text-align: center;
}

#ProductPrice {
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}

.desktop #ProductPrice {
  min-width: 10rem;
}

.mobile .COMProdQtyTotal {
  width: 100%;
  margin-top: 0;
  font-size: 2.5rem;
}

.mobile .COMProdQty {
  width: 100%;
}

.mobile #COMProdTrans {
  flex-flow: column !important;
}

.COMProdQtyTotal {
  font-size: 3rem;
}

.COMProdQtyTotalTag.COMProdDetailHeading {
  font-weight: normal;
  font-family: 'Source Sans Pro';
}

#COMCartSpan {
  text-align: center;
}

.WaitingForCart {
  text-align: center;
  margin: 0 auto 1rem !important;
}

#COMCartSpan .COMProdButton {
  background-color: #222 !important;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 0.1rem;
}

#COMCartSpan .COMProdButton:hover {
  background-color: #2F5CB6 !important;
  background-color: var(--primary) !important;
}

.ShareToolbar {
  display: none;
}

.COMProdDescLink {
  display: none;
}

#COMProdDesc {
  margin-bottom: 1rem;
}

#COMProdDesc .card {
  padding: 0;
  max-height: none;
  border: 0;
}

#COMProdDesc .card:hover {
  box-shadow: none;
}

.related-products {
  background-color: #f2f2f2;
}

.related-title h3 {
  text-align: center;
  font-size: 2rem !important;
  font-weight: 900;
}

.related-product .COMCatProdPrice {
  font-size: 2rem !important;
  font-weight: 300 !important;
  text-align: center;
}

.related-product .COMCatProdDetails {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.related-product .COMCatProdDetails a {
  color: inherit;
  text-decoration: none;
}

.related-products .COMCatPartNo {
  display: none;
}

.related-products {
  margin-bottom: -1.2rem;
}

.COMProdPropertyWrapper {
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}

.COMProdPropertyTag {
  font-weight: bold;
  width: 8rem;
  display: inline-block;
}

.COMProdDetailHeading {
  width: 8rem;
}

.member-help-wrap {
  display: inline-block;
  position: relative;
  padding: 0.4rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.member-help-info {
  position: relative;
  font-size: 0.8rem;
  width: 12rem;
  text-align: center;
  background-color: #f3f3f3;
  padding: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.member-help-info-stage {
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  padding: 0 0 1rem;
  cursor: default;
  transition: all 250ms cubic-bezier(0, 0.55, 0.69, 1);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.member-help-wrap.tooltip-open .member-help-info-stage {
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.member-help-link {
  display: block;
}

.member-help-info::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: inherit;
  top: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: inherit;
}

.member-help-info::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(100% - 7px);
  left: calc(50%);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 1px 3px 3px -1px rgba(0, 0, 0, 0.2), 2px 1px 3px -1px rgba(0, 0, 0, 0.2);
  background-color: inherit;
  z-index: -2;
}

.member-help-ico.material-icons {
  color: #2F5CB6;
  color: var(--primary);
  font-size: 0.8rem;
  line-height: 0.8rem;
  top: 1px;
  position: relative;
  pointer-events: none;
}

.member-help-close.material-icons {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
  opacity: 0.4;
  padding: 0.25rem;
  cursor: pointer;
}

/* Cart Checkout
-------------------------------------------------------------------------------------*/

#bootCart-related {
  display: none;
}

#cartSubtotal+.couponText {
  display: none;
}

/* Footer
-------------------------------------------------------------------------------------*/

.featured-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.footer {
  background-color: #232323;
  color: #fff;
  padding-bottom: 0;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #2F5CB6;
  color: var(--primary);
  text-decoration: none;
}

.footer-menu li a {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}

.footer-menu li a::before {
  content: '\e315';
  font-family: 'Material Icons';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.footer-col .footer-menu {
  display: inline-flex !important;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.footer-info-logo {
  max-height: 50px;
  margin-bottom: 0.75rem;
}

.footer-info-title {
  font-weight: 600;
  white-space: nowrap;
  font-style: italic;
  font-size: 0.9rem;
}

.footer-info-content {
  white-space: nowrap;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1rem;
}

.footer-social {
  margin-top: 1rem;
}

.footer-copy {
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1rem;
  background-color: #fff;
  color: #222;
  margin-top: 2rem;
}

.mobile-xs .footer .footer-col:nth-of-type(1), .mobile-xs .footer .footer-col:nth-of-type(2), .mobile-xs .footer .footer-col:nth-of-type(3), .mobile-sm .footer .footer-col:nth-of-type(1), .mobile-sm .footer .footer-col:nth-of-type(2), .mobile-sm .footer .footer-col:nth-of-type(3) {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.mobile-xs .footer .footer-col:nth-of-type(1) ul, .mobile-xs .footer .footer-col:nth-of-type(2) ul, .mobile-xs .footer .footer-col:nth-of-type(3) ul, .mobile-sm .footer .footer-col:nth-of-type(1) ul, .mobile-sm .footer .footer-col:nth-of-type(2) ul, .mobile-sm .footer .footer-col:nth-of-type(3) ul {
  margin-left: 2rem;
  width: 160px;
}

.mobile-xs .footer .footer-col:nth-of-type(4), .mobile-sm .footer .footer-col:nth-of-type(4) {
  text-align: center;
}

/***** CHECKOUT TWEAKS ******/

.ValidationError {
  background: red;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -8px;
  padding: 5px;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

#body .prod_headwrap {
  margin-bottom: 8px;
}

#ShoppingCartContainer #GlobalErrors {
  display: none !important;
}

.couponText {
  display: none;
}

.nav-quickorder {
  display: none !important;
}

/*************************************************END JNPA STYLES************************************************/


/* BLOG START */
.desktop.blogpage #mainMenuNav>.navbar-nav>.nav-item>.nav-link:not(.donate-menu){
	color:#000;
}
.blogpage .row-content{
	margin-top:3rem;
}
.preview {
    display: flex;
	margin-top:2rem;
	padding-bottom:2rem;
	border-bottom:1px solid silver;
	align-items: center;
}
.preview > div{
    padding:.66rem;
}
.preview h3{}
.preview a{
	text-decoration:underline;
}
.preview small{
	color:#999;
	font-style:italics;
}

.blog h2{}
.blog img{
	max-width:600px;
}
.blog figure{
	text-align:center;
	margin-top:2.5rem;
	margin-bottom:2.5rem;
}
.blog figcaption{
	font-size:.9em;
	color:#999;
	font-style:italics;
}
.blog{}
.blog{}
.blog{}
/* BLOG END */