/* 
1. Upload businessCardVertical2.png to Smart Images
2. Decreased size of images in the carousel (and demo server had swapped in an RSA business card for the holiday calendar)
    and so they need to be uploaded as well
*/
.home-panel:nth-of-type(1) {
    padding-bottom: 6px;
    padding-top: 20px;
}
.home-carousel-slide-text {
    font-size: 24px;
}

/* TEMPORARY */
/* A quick fix to make a customer's header white, until the Modern UI Color Theme setting in v12.3.0 can be fixed */
.top-header,
.site-header,
.site-branding,
.search-box-wrap.hidden-on-mobile,
.middle-bar {
  background-color: white !important;
}
/* Sets the dropdown icons and text (User login, cart, etc) to the primary color */
.toolbar-item .text-label .formatted-string,
.toolbar-item .header-icon {
    color: var(--c-primary);
}
/* Sets the icons and help links to the top right of the page to the primary color */
.top-header--right .icon,
.top-header--right .formatted-string,
.top-header--right .top-header--contact-link {
    color: var(--c-primary);
}
/* Set the icons and text on the stuck toolbar to be white */
.site-header.navbar-stuck .toolbar-item .text-label .formatted-string,
.site-header.navbar-stuck .toolbar-item .header-icon {
    color: white !important;
}
