:root {
  --evo-brand-secondary: #fec327;
}

/* general -- start */
.img-center { text-align: center; }
@media (min-width: 768px) {
  .rw-md-75p { width: 75%; margin: 0 auto; }
}
@media (min-width: 992px) {
  .rw-lg-50p { width: 50%; margin: 0 auto; }
}
/* general -- end */

/* services layout -- start */
.service-title {
  color: white;
  background-color: var(--evo-brand-default);
  padding:2rem;
  text-align: center;
}
.school-supplies .evogallery-widget-box { height: auto; }
.school-supplies .evogallery-widget-box img { height: auto; }
@media (min-width: 768px) {
  .school-supplies .evogallery-widget-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .school-supplies .evogallery-widget-box img { width: 100px; height: auto; }
}
@media (min-width: 992px) {
  .school-supplies .evogallery-widget-box { height: 130px; }
  .school-supplies .evogallery-widget-box img { width: auto; height: auto; }
}
/* services layout -- end */

/* Hides Call for Price when logged out */
body.ex-loggedout div.price-call.live-pricing-fallback-option-callforprice {
	display: none;
}

/* Orders Page Top Notes */
body > div.page-content > section.myorders > div.row.tab-content:before {
content: "To begin a return, please click on an order number below.";
font-size: 20px;
font-weight: bold;
display: block;
color: #1b8ece;
padding: 0 15px ;
}

/* Added Notes to Return Pages */
#orderView > section > div:nth-child(2):before {
    content: "Return form is only available if order is within return policy timeframe.";
    color:red;
}
#returnForm > div > div > div.modal-header:after {
    content: "Only returnable items are available in the item dropdown.";
    color:red;
}

/* Highlights Ink & Toner Menu Option */
#headermenu_177195 > nav > div > div > div.cd-dropdown-wrapper > nav > ul > li:nth-child(5) > ul > div > div > li:nth-child(4) > ul > li:nth-child(5) {
    background-color: #fec327
}

/* School Supplies Menu Cleanup */
#headermenu_177195 > nav > div > div > div.cd-dropdown-wrapper > nav > ul > li:nth-child(6) > ul > div > div > li:nth-child(3) > ul > li:nth-child(11) > a {
    color: #1d447c !important;
    font-weight: bold;
    margin-top: 45px;
}
#headermenu_177195 > nav > div > div > div.cd-dropdown-wrapper > nav > ul > li:nth-child(6) > ul > div > div > li:nth-child(4) > ul > li:nth-child(8) > a {
    color: #1d447c !important;
    font-weight: bold;
    margin-top: 159px;
}

body > div.customertools.flyout-items-loaded.new.open > div > div.switch-account-new.small.hidden > table > tbody > tr:nth-child(3) {
    display: none;
}