/*
   File: catalogBrowse.css
   Author: tbuckley
   Copyright WBT Systems, 2013-2020
*/

#tc-catalogBrowseContainer, #tc-searchcatalog-container {
  padding-bottom: 20px;
}
#tc-searchcatalog-container {
  margin: 0 auto;
}
#tc-searchcatalog-container > .navShortcut{
  max-width: 600px;
}
#tc-catalogBrowseContainer #tc-searchcatalog-container {
  position: relative;  	
}
@media (max-width: 980px) {   
  #tc-searchcatalog-container {
    max-width: 520px;
  }    
}
#tc-catalogBrowseMain,
#tc-catalogSearchMain {
   margin-top: 0px;
   margin-left: 0;
   padding-left: 100px;
   padding-right: 100px;
}
#tc-catalogSearchMain {
  max-width: 1440px;
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  padding: 0 2rem;
}    
#tc-catalog-menus {
  height: auto;
  z-index: 0;
  margin-bottom: 10px;
  left: 0;
  position: relative; 
  overflow-y: unset;
  background-color: transparent; 
}
#tc-catalog-menus.tc-catalogMobileMenu {
  display: none;	
}
.tcOfferingDetails #tc-catalog-menus.tc-catalogMobileMenu {
  display: none !important;	
}
#tc-searchCatalogMenu {
  margin-left: 0;
}

#tc-browseCatalogNavHolder {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: 0;
}

#tc-browseCatalogMenu nav {
  background: transparent none repeat scroll 0 0;
  color: #616161;
}

#tc-browseCatalogMenu > .tc-filterMenuItem,
#tc-searchCatalogMenu-nav ul li {
  box-shadow: none;
  border: 0;
  border-radius: 0; 
}
#tc-searchCatalogMenu-list {
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}    
#tc-browseCatalogMenu-nav ul li {
  border-top: 0;
  border-bottom: none;
  border-left: 0;
  border-right: 0;
  position: relative;
}

#tc-browseCatalogMenu-nav ul li.catalogBrowseMenuBackButton {
  font-weight: bold;
}

#tc-browseCatalogMenu-nav ul li.catalogBrowseMenuBackButton>a {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  line-height: 1.3; 
}

#tc-browseCatalogMenu-nav ul li.catalogBrowseMenuBackButton i {
  float: left;
}

li.tc-filterMenuItem {
  list-style: none;
}

#tc-searchCatalogMenu-nav ul li .tc-filterMenuItemSelections {
  overflow: hidden;
  padding: 10px;
}

#tc-browseCatalogMenu-list div.tc-catalogBrowseMenuItemColor {
  height: calc(100% - 1rem);
  background-color: transparent;
  position: absolute;
  width: 0.25rem;
  margin: 0 auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#tc-browseCatalogMenu-nav ul li:hover div.tc-catalogBrowseMenuItemColor {
  background-color: #1a1a1a;    
}
#tc-searchCatalogMenu-list .tc-custom-radio-input {
  display: none !important;
}

#tc-browseCatalogMenu-list,
#tc-searchCatalogMenu-list {
  margin-bottom: 0px;
  border: 0;
  padding: 5px;
}

#tc-browseCatalogMenu-nav>#tc-browseCatalogMenu-list {
  overflow-y: auto;
  max-height: 400px;  
}

a.tc-filterMenuItemSelectionsExpand {
  padding: 10px !important;
  color: var(--tc-link-color, #006697) !important;
  font-size: 0.9em;
  text-align: center;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

#tc-filterMenu_totalandprices,
#tc-filterMenu_daterange {
  background: transparent;
}

#tc-searchCatalogMenu-list .tc-filterMenuItem:hover {
  color: #616161;
}

.tc-filterMenuPricesHolderClone > div {
  margin-bottom: 10px;
}

.tc-filterMenuPricesHolderClone > div > label,
.tc-filterMenuDateRangeHolderClone > div > label {
  font-weight: 600;
  display: block;
}

.tc-filterMenuPricesHolderClone > div > input[type="text"],
.tc-filterMenuDateRangeHolderClone input[type="text"] {
  height: inherit;
  width: 180px;
  display: inline-block;
  padding-right: 40px;
  max-width: unset !important;
}
.tc-filterMenuDateRangeHolderClone .input-append.date input[type="text"].tc-date-input +.add-on {
  left: 130px;
}
.tc-filterMenuDateRangeHolderClone .input-append.date input[type="text"].tc-date-input +.add-on > i {
}

a.tc-filterMenuItemSelectionsExpand:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: #35bdff;
}

#tc-browseCatalogMenu-list a.tc-cartegoryMenuItemLink {
  color: var(--tc-widget-text-color, #343434);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-align: left;
  padding: 0.75rem 0.35rem 0.5rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tc-browseCatalogMenu-list .tc-categoryMenuItem:hover,
#tc-browseCatalogMenu-list .tc-categoryMenuItem > a:hover {
  color: var(--tc-link-color, #006697);
}

#tc-browseCatalogMenu-list a.tc-cartegoryMenuItemLink i {
  float: right;
  line-height: 38px;
  display: inline-block;
  padding-left: 0;
  opacity: 0.5;
}

#tc-browseCatalogMenu-list li,
#tc-browseCatalogMenu-list li:hover {
  line-height: 28px;
}

#tc-browseCatalogResults,
#tc-searchCatalogResults {
  height: 100%;
}

#tc-catalogActivities .tc-itemlist,
.tc-catalogActivityItem {
  background: var(--tc-widget-background-color, '#ffffff') none repeat scroll 0 0;
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  padding-left: 1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;     
}

#tc-catalogActivities .tc-choose-sessions-list .tc-itemlist {
  margin-bottom: 1.2rem;
}

#tc-catalogActivities .tc-choose-sessions-list textarea {
  width: 80%;
}

#tc-catalogActivities .TCOfferingCertPathHolder .tc-itemlist {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e5e5e5;
}

#tc-catalogActivities .tc-itemlist {
  overflow: visible;
  font-size: inherit;
}

#tc-catalogActivities .tc-catalogActivityItem {
  margin-left: 0;
  overflow: visible;
  padding-bottom: 30px; 
}

#tc-catalogActivities .tc-activityType {
  float: left;
  display: table-cell;
  font-size: 30px;
  padding-right: 10px; 
  text-align: center;
  margin-bottom: 10px;
  margin: 0 20px 10px 0;
}

#tc-catalogActivities .tc-activityType.tc-noImage i.tc-catalogActivityTypeIcon {
    background: #dbdbdb;
    display: block;
    font-size: 60px;
    margin-left: 0;
    margin-right: 0;
}

#tc-catalogActivities .tc-activityType.tc-noImage i.tc-catalogActivityTypeIcon i.tc-font-icon_formobjtype89_VirtualConference {
  top: -3px;
  left: 18px; 	
}

#tc-catalogActivities .tc-activityType img {
  width: 100%;
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: none;
}

#tc-catalogActivities .tc-bundle-image {
  width: 100px;
}

#tc-catalogActivities #bundleCollapse .tc-activityType img {
  max-height: 80px;
  max-width: 80px;
}

#tc-catalogActivities #bundleCollapse .tc-activityType {
  /*padding-top: 10px;*/
  width: 80px;
  max-width: 80px;
  padding-right: 20px;
}
#tc-catalogActivities #bundleCollapse .tc-activityType .tc-general-image-holder {
  width: 80px;	
}
#tc-catalogActivities #bundleCollapse .tc-general-image-holder-catalog .tc-type-aside {
  height: 22px;
  width: 22px;
}

#tc-catalogActivities .tc-catalogActivityTypeText {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  background: #1a1a1a;
  color: #ffffff;
  margin: 0;
  padding: 4px 6px;
  word-break: break-word; 
  margin-top: 1em; 
}

#tc-catalogActivities .tc-catalogActivityName {
  font-size: 1.4em;
  margin: 5px 0px;
  color: var(--tc-link-color, #006697);
}

#tc-selectCertPathForm span.tc-catalogActivityDescription {
    margin-left: 10px;
    display: inline-block;
}

#tc-catalogActivities .tcConferenceActivityTypeIcon {
  padding-top: 30px;
  padding-bottom: 30px;
}

#tc-catalogActivities .tc-catalogActivityLocation {
    line-height: 15px;
    margin: -14px 0 10px;
    display: none;
}

#tc-catalogActivities .tc-catalogActivityDescription
#tc-catalogActivities .tc-catalogAlreadyEnrolled {
  font-size: 1.1em;
}

#tc-catalogActivities .tc-catalogAlreadyEnrolled {
  color: #666666;
  font-style: italic;
  padding-top: 10px;
}

#tc-catalogActivities .tc-catalogAlreadyEnrolled i {
  margin-right: 5px;
}

#tc-catalogActivities .tc-catalogActivityLocation {
  margin-top: -10px;
  padding-bottom: 5px;
}

#tc-catalogActivities .tc-catalogActivityDates {
  font-weight: 200;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 5px 0;
}

#tc-catalogActivities .tc-catalogActivityDates > i{
  margin-left: 0;
}

.tc-catalogActivityItemDetails {
  margin-top: 10px;	
}

.tc-catalogActivityItemDetails .tc-activtyNameDesc {
  display: table-cell;
  padding: 0 0 10px 0px;
}

#tc-catalogActivities .tc-catalog-details-credits {
  clear: both;
  float: left;
  max-width: 600px;
  width: 100%;
}

#tc-catalogActivities .tc-catalog-details-otherprices-count,
#tc-catalogActivities .tc-catalog-details-credits-single .badge-info,
#tc-catalogActivities .tc-catalog-details-credits-multiple .tc-list-count {
  /*font-size: smaller;*/
}
#tc-catalogActivities .tc-catalog-details-credits-single .badge-info,
.tc-catalog-details-cont-alt1 #tc-catalogActivities .tc-catalog-details-credits-single .badge-info {
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;	
}

#tc-catalogActivities .tc-othercredits-credittypecode {
  font-weight: bold;
}

#tc-catalogActivities .tc-othercredits-credittypesubtypes {
  text-decoration: italic;
}

#tc-catalogActivities .tc-othercredits-creditpatternvalue,
#tc-catalogActivities .tc-othercredits-creditpatternvaluediv  {
  text-align: center;
}

#tc-catalogNoResultsHolder,
#tc-browseCatalogHomeEmptyStateHolder,
#tc-categoryMenuItemClone,
#tc-categoryMenuBackClone,
#tc-catalogActivityClone,
#tc-categoriesFormContainer,
#tc-categoryDetailsFormContainer,
#tc-activityDetailsFormContainer,
#tc-catalogBrowseBreadcrumbItemClone,
#tc-catalogBrowseBreadcrumbNoLinkClone,
#tc-dividerItemClone,
#tc-browseCatalogCategoryDetailsLoading,
#tc-searchCatalogFilterMenuLoading,
#tc-catalogActivitiesLoading,
#tc-catalogActivitiesMainLoading,
#tc-catalogMoreResultsLoading,
#tc-browseCatalogMenuLoading,
#tc-browseCatalogResultsLoading,
#tc-searchCatalogResultsLoading,
.tc-catalog-details-earlybird,
.tc-catalog-details-earlybird,
.tc-catalog-details-earlybirdpoint,
.tc-catalog-details-earlybirdpoint,
.tc-catalog-details-earlybirdprice,
.tc-catalog-details-earlybirdprice,
.tc-catalog-details-otherprices,
.tc-catalog-details-otherprices,
.tc-catalog-details-credits,
.tc-catalog-details-credits,
.tc-catalog-details-credits-single,
.tc-catalog-details-credits-single,
.tc-catalog-details-credits-multiple,
.tc-catalog-details-credits-multiple ,
.tc-catalog-details-othercredits,
.tc-catalog-details-othercredits,
#tc-loadingSpinner,
#tc-catalogSearchText,
#tc-catalogSorting,
#tc-searchCatalogResults,
.tc-catalog-details-requiresApproval,
.tc-catalog-details-hasPrerequisites,
.tc-catalog-details-credits-session-level-message,
#tc-catalog-details-offering-url,
.tc-catalogActivityItem > .tc-registration-dates,
.tc-catalog-details-chargesMayApply {
  display: none;
}
#tc-browseCatalogMenuLoading {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);	
}
.input-append.date + .tc-doing {
  display: inline;
  position: relative;
  top: -10px;
}

#enrollmentResultsContainer .tc-catalog-details-credits,
#enrollmentResultsContainer .tc-credits-collapse,
#enrollmentResultsContainer .tc-bundle-credits,
#enrollmentResultsContainer .tc-catalog-details-othercredits,
#enrollmentResultsContainer .tc-catalog-details-othercredits {
  display: initial;
}

#tc-browseCatalogHomeEmptyStateHolder {
    width:100%;
    height:300px;
}

#tc-browseCatalogHomeEmptyStateHolder .alert-info {
    margin: 0 auto;
    text-align:center;
    line-height: 1.5em;
}

.tc-emptystate-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

#tc-catalogNoResultsHolder {
  clear: both;
  background-color: var(--tc-widget-background-color, '#ffffff');
  padding: 0.625rem;
  padding-left: 1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem; 
}
.tc-catalogNoResultsEmptyState{
	margin:0 auto;
	text-align:center;
	line-height: 1.5em;
	font-size:1.125rem;
	padding: 0.5rem 1rem;
}
.tc-catalog-search-term {
  word-break: break-word;	
}
#tc-browseCatalogResults .tc-catalog-details-actions,
#tc-searchCatalogResults .tc-catalog-details-actions {
  padding-right: 0;
}

.tc-catalogActivityItemDetails .tc-itemlist-right {
  text-align: right;
}

.tc-catalogActivityItemDetails > .tc-catalog-details-credits {
  margin-top: -20px;
}

.tc-catalogPricesAndActions {
  display: inline-block;
  float: left;
  width: calc();
}

.tc-catalog-details-prices-bolder {
  font-weight: 600;
}

.tc-catalog-details-actions {
  font-size: 1.1em;
}

.tc-cart-more-actions {
  margin-left: 5px;
}

#tc-browseCatalogResults .tc-catalog-session-matches,
#tc-searchCatalogResults .tc-catalog-session-matches {
  clear: both;
  padding: 8px 14px;
  background: transparent;
}

#tc-searchCatalogResults .tc-catalog-session-matches {
  padding: 8px 4px;
}
#tc-catalogOfferingDetails .tc-catalog-session-matches {
  padding: 20px 10px 4px 10px;
}

#tc-browseCatalogResults .tc-catalog-session-matches-main, 
#tc-searchCatalogResults .tc-catalog-session-matches-main,
#tc-catalogOfferingDetails .tc-catalog-session-matches-main {
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
  gap: 0.5rem;
  border-radius: 20px; 
  padding: 0.25rem 0.5rem;
}

#tc-catalogOfferingDetails .tc-catalog-session-matches-main {
  justify-content: center;  
}

#tc-browseCatalogResults .tc-catalog-session-matches .tc-filterCloneCheckbox,
#tc-searchCatalogResults .tc-catalog-session-matches .tc-filterCloneCheckbox,
#tc-catalogOfferingDetails .tc-catalog-session-matches .tc-filterCloneCheckbox  {
  float: right; 
  padding-left: 5px;
}

.tc-catalogActivityItemDetails > .tc-table-cells-list {
  clear: both;
  float: left;
}

#tc-browseCatalogResults .tc-catalogActivityItemTagsAndSocial,
#tc-searchCatalogResults .tc-catalogActivityItemTagsAndSocial {
  clear: both;
}

#tc-catalogActivitesResultsMain, #tc-catalogActivities, #tc-catalogActivitiesLoading, #tc-catalogActivitiesMainLoading {
  clear: both;
}

#tc-catalogActivities .tc-catalogActivitiesCategoryTags > span {
  margin: 5px;
  padding: 3px 6px;
  text-shadow: none;
  border: 1px solid;
}

#tc-browseCatalogResults .tc-catalogActivityOptions,
#tc-searchCatalogResults .tc-catalogActivityOptions {
  margin: 0 5px 5px;
}

#tc-browseCatalogResults .accordion-body,
#tc-searchCatalogResults .accordion-body {
  background: transparent;
}

#tc-browseCatalogResults .accordion-inner,
#tc-searchCatalogResults .accordion-inner {
  padding: 9px 0px;
}

#tc-browseCatalogNav {
  float: none;
  margin: 0;
  z-index: 1000;
  font-size: 0.8125rem;
  padding: 0.5rem 0.25rem;
  max-width: calc(100% - 0.5rem);  
}
#tc-browseCatalogNav .breadcrumb {
  background: transparent;
  display: flex;    
}

#tc-browseCatalogNav .tc-mobileBreadcrumbMenu {
  display: none;
}

.tc-mobileBreadcrumbMenu {
  float: left;
  vertical-align: middle;
  padding: 10px;
  margin-right: 5px;
  background: lightgray;
}

.breadcrumb>li.tc-catalogBrowseBreadcrumbItem {
  display: inline;
}
.breadcrumb>li.tc-catalogBrowseBreadcrumbItem:first-child {
  padding-left: 10px;
}

#tc-mobileMenuIcon i {
  color: #08c;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#tc-mobileMenuIcon i.tc-font-icon_list2 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#tc-mobileMenuIcon i.tc-font-icon_filter3 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#tc-mobileMenuIcon i.tc-font-icon_close {
  font-size: 0.75em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tc-mobileBreadcrumbMenu a:hover {
  text-decoration: none;
}

#tc-browseCatalogNav nav {
  display: inline;
}

#tc-browseCatalogNavAndCatDetails,
#tc-catalogActivities,
#tc-catalogOptions,
#tc-catalogSorting,
#tc-catalogMoreResults {
  margin-bottom: 10px;
}

#tc-catalogActivities>.tc-registration-dates {
  margin-top: -15px;
}

#tc-catalogOptions {
  float: left;
  width: 100%;
}

#tc-catalogSorting {
  /*text-align: right;*/
  margin-right: 10px;
  float: right;
}

#tc-browseCatalogResults #tc-catalogSorting {
  float: left;
  width: 100%;
  text-align: right;
}

#tc-catalogSorting #tc-browseCatalogSortingLink {
  font-weight: 600;
  opacity: 0.8;
}

#tc-catalogSorting > .dropdown > a.dropdown-toggle .caret {
    border-bottom-color: #006697;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-color: #006697;
    border-top-width: 8px;
    margin-top: 6px;
}

#tc-browseCatalogResults #tc-catalogSorting #tc-catalogSortingOptions #tc-catalogSortingItem_relevance {
  display: none;
}

#tc-catalogFilterBtns {
  float: left;
}

#tc-catalogFilteredByInfo {
  display: none;
  float: left;
  margin-bottom: 15px;
}

#tc-catalogFilteredByInfo i {
  float: left;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 1.2em;
}

#tc-catalogFilteredByInfo div {
  padding-left: 30px;
}

.tc-search-results-header {
  clear: both;
}

.tc-search-results-header .tc-search-results-inner {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-color: #616161;
}

.tc-search-results-header .tc-search-results-inner>div {
  display: block;
  position: relative;
  top: -5px;
}

#tc-catalogSearchText {
  font-size: 1.1em;
  margin: 20px 0;
  clear: both;
  display: table-cell;
  line-height: 20px;
  padding-left: 5px;
  vertical-align: middle;
}

#tc-catalog-filter-mobile {
  display: none;
  border-right: 1px solid;
  vertical-align: middle;
  padding:0 10px;
}

#tc-catalog-filter-mobile>a {
  display: block;
  text-align: center;
}

#tc-catalogSearchText span {
  font-weight: 600;
}

#tc-catalogSearchResultsN {
  /*display: none;*/
}

#tc-browseCatalogMenu {
  padding-bottom: 20px;
}

#tc-searchCatalogFilterBy,
#tc-broweCategoryHeading {
  color: #616161;
  font-weight: 200;
  font-size: 1.25em;
  position: relative;
  padding: 1rem 0;
}

#tc-broweCategoryHeading>i,
#tc-broweCategoryHeading .close {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#tc-catalogFilteredByInfo span {
  background: #616161 none repeat scroll 0 0;
  color: #fff;
}

#tc-catalogActionBtns {
  float: right;
  text-align: right;
}

#tc-catalogFilterBtns .tc-catalogFiterOption,
#tc-catalogActionBtns .btn {
  border-radius: 0;
  transform: all 0.5s ease 0s;
  border: 0;
  padding: 10px;
  min-width: 60px;
}
#tc-catalogOptions #tc-catalogFilterBtns .tc-catalogFiterOption {
  box-shadow: none;
  background: transparent;
  outline: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
  margin-right: 0.5rem
}
#tc-catalogOptions #tc-catalogFilterBtns .tc-catalogFiterOption:hover {
  animation: none;
  border-bottom: 2px solid;
  opacity: 1;	
}
#tc-catalogOptions #tc-catalogFilterBtns .tc-selectedFilter,	
#tc-catalogOptions #tc-catalogFilterBtns .tc-selectedFilter:hover {
  border-bottom: 2px solid;
  opacity: 1;
}

#tc-catalogActionBtns .tc-catalogActionBtn {
  border-radius: 0px;
}

#tc-catalogMoreResults {
  display: none;
  background: #f4f4f4 none repeat scroll 0 0;
  text-align: center;
}

#tc-catalogMoreResults a {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-size: 1.4em;
}

#tc-browseCatalogNavAndCatDetails nav {
  display: inline-block;
}

#tc-browseCatalogNavAndCatDetails ul {
  padding: 0;
  margin: 0px;
}

#tc-browseCatalogBreadcrumbs li i:not(.tc-learning) {
  color: #616161;
  margin: 0;
  padding: 0 5px;
  font-size: 0.8em;
}
#tc-browseCatalogBreadcrumbs li i.tc-learning {
    margin: 0;
    padding: 0 5px;
    font-size: 1em;
}

#tc-browseCatalogNavSpacer {
  background-color: #fff;
  height: 5px;
}

#tc-browseCatalogCategoryDetails {
  color: #616161;
  margin-left: 0;
  display: flex;
  padding: 1.5rem 1rem 2rem;
  gap: 1rem;
  border-radius: 0.5rem;
}

#tc-browseCatalogCategoryImage {
  margin-left: 0;
  display: none;
}

#tc-browseCatalogCategoryImage,
#tc-browseCatalogCategoryHeaderAndDesc {
  padding: 0;
}

#tc-browseCatalogCategoryImage {
  display: none;
  max-width: 200px;
  padding: 0;
}
#tc-browseCatalogCategoryHeaderAndDesc {
  max-width: 600px; 
}

#tc-browseCatalogCategoryHeaderAndDesc > span {
  line-height: 1.3;
  font-size: 0.875rem;
}

#tc-browseCatalogCategoryImage img {
  display: block;
}


#tc-browseCatalogCategoryHeader {
  font-weight: bold;
  font-size: 2em;
  margin: 5px 0px 15px;
}

#tc-searchCatalogMenu-list li {
  margin-left: 10px;
  margin-right: 5px;	
}

#tc-searchCatalogMenu-list li,
#tc-browseCatalogMenu > .tc-filterMenuItem {
  line-height: 20px;
  margin-bottom: 10px;
}

#tc-browseCatalogMenu > .tc-filterMenuItem {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  padding-left: 20px;
  padding-right: 15px;    
}

.tc-filterMenuCheckboxHolderClone .tc-doing {
  position: absolute;
  left: 20px;
  top: 2px;
  display: inline-block;
  width: auto;
}
.tc-filterMenuPricesHolderClone .tc-doing {
  display: inline-block;
  width: auto;
}

#tc-searchCatalogMenu-list h2,
#tc-browseCatalogMenu h2 {
  font-size: 1rem;
  background:  transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid;
  line-height: 2.5em;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}

.tc-filterMenuCheckboxHolderClone {
  position: relative;
  padding: 0.125rem 0;
  display: flex;
  align-items: center;
}
.tc-filterMenuCheckboxHolderClone .tc-doing {
  position: absolute;	
}
.tc-filterMenuCheckboxHolderClone span.tc-filterCloneCheckboxName {
  display: table-cell;
  text-transform: capitalize;
  word-break: break-word;
  padding: 0 0.5rem;      
}

.tc-filterMenuCheckboxHolderClone .tc-filterCloneCheckbox {
  display: inline;
  height: 1.75rem;
}
.tc-filterMenuCheckboxHolderClone .tc-filterCloneCheckbox.tc-custom-check-label:before {
    border-radius: 0;
    border-width: 1px;
    border-radius: 0.25rem;
    border: 1px solid;
    height: 1.15rem;
    width: 1.15rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    padding: 0.125rem;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1rem;
}

.tc-filterMenuCheckboxHolderClone .tc-custom-radio-input:checked + .tc-filterMenuCheckboxHolderClone .tc-custom-radio-label:before {
  line-height: unset;	
}

#tc-catalogBrowseContainer > .tc-searchcatalog-leftmenushortcut,
#tc-catalogSearchContainer > .tc-searchcatalog-leftmenushortcut {
    display: none;
}

#tc-browseCatalogHomeNoCategoriesHolder {
  font-size: 1.2em;
  padding-bottom: 1rem;
  font-size: 1rem;
}
#tc-browseCatalogHomeNoCategoriesHolder .alert-info {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 1rem;
}
#tc-browseCatalogHomeEmptyStateHolder div#tc-catalogActionBtns-Empty {
    float: none;
    text-align: center;
    margin-top: 20px;
}

#tc-broweCategoryHeadingH {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 35px;
}

#tc-broweCategoryHeadingH>i.tc-font-icon_close3 {
  font-size: 1.3em;
  display: table-cell;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 10px;
  display: none;
  line-height: 35px;
}

.tc-catalog-badges-awarded {
  clear: both;
  display: inline-block;
  float: left;
  font-size: 1.1em;
  margin-top: -20px;
  padding: 20px 5px 5px 0px;
}

.tc-catalog-certificate-awarded {
    float: left;
    clear: both;
    font-size: 1.0em;
    padding-left: 2px;
    padding-bottom: 15px;
}

.tc-catalog-certificate-awarded > span:last-child {
    display: inline-block;
	padding-left: 5px;
    position: relative;
    top: -2px;
}

.tc-catalog-details-badges-awarded i {
  color: #616161;
  font-size: 1.8em;
  margin-left: 0px;
  vertical-align: middle;
}

.tc-catalog-details-badges-awarded-countExpandLink:hover {
  text-decoration: none;
}

.tc-catalog-details-allbadges {
  margin-top: 10px;
  font-size: 0.9em
}

.tc-catalog-details-allbadges .tc-collapse-list-cellicon > img {
    max-height: 40px;
    max-width: 40px;
}
#tc-browseCatalogMenu-list a.tc-cartegoryMenuItemLink > span.tc-text {
    color: var(--tc-widget-text-color, #343434);
    max-width: 250px;
    display: inline-block;
    line-height: 1.3;
}
.tc-offering-core-details-link {
   font-size: 1.1em;
   padding-bottom: 10px;
   padding-top: 10px;
}

/*Offering lists on offering details*/
.tc-offering-list > li {
    float: left;
    list-style: none;
    padding-top: 15px;
    width: 100%;
}
.tc-offering-list > li:first-child {
    padding-top: 15px;
}
.tc-offering-list > li:not(:first-child) {
    padding-top: 25px;
}
.tc-offering-list > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.tc-offering-list > li:last-child {
    padding-bottom: 20px;
}
.tc-offering-list > li .tc-itemlist-type {
    padding-right: 15px;
}
.tc-offering-list > li .tc-itemlist-type,
.tc-offering-list > li .tc-itemlist-title {
    float: left;
}
.tc-offering-list li .tc-itemlist-title {
    max-width: 600px;
    width: 80%;
}
.tc-offering-list > li .tc-itemlist-title h3 {
  font-size: 1.2em;
}
.tc-offering-list > li .tc-itemlist-right {
    float: right;
    margin-right: 10px;
}
.tc-offering-core-details-link {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    opacity: 0.9;
    background: transparent;
    padding: 8px 0;
    font-size: 1em;    
}
.tc-alt-delivery-link-icon {
    display: inline-block;
	font-size: 1.4em;
    position: relative;
    top: 2px;
}
.tc-offering-list li .tc-catalogActivityDescription {
    color: #616161;
    display: block;
    font-size: 0.85em;
    line-height: 1.4em;
    margin-top: 10px;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    position:relative;    
}
#tc-searchCatalogResults .tc-catalogActivityDescription {
    display: block;
    height: unset;
    overflow: hidden;
    max-height: 80px;
    padding-bottom: 14px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    position:relative;
    line-height: 1.25em;    
}

.cont {
    background: #F0F0F0;
}
.grad {
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:100px; /* adjust it to your needs */
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top,  rgba(240,240,240,0) 0%, rgba(240,240,240,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0)), color-stop(70%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 70%);
    background: -o-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 70%);
    background: -ms-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 70%);
    background: linear-gradient(to bottom,  rgba(240,240,240,0) 0%,#F0F0F0 70%);
}

/*End Offering lists on offering details*/

.TCOfferingDetailsInject {
    width: 100%;
}

@media (max-width: 1400px) {
  #tc-catalogBrowseMain,
  #tc-catalogSearchMain {
   padding-left: 50px;
   padding-right: 50px;
  }

  #tc-browseCatalogNavHolder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1200px) {
  #tc-catalogBrowseMain,
  #tc-catalogSearchMain {
   padding-left: 30px;
   padding-right: 30px;
  }

  #tc-browseCatalogNavHolder {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  #tc-catalogActivities .tc-activityType.tc-noImage i.tc-catalogActivityTypeIcon i.tc-font-icon_formobjtype89_VirtualConference {
	left: 4px;   
  }
}

@media (max-width: 980px) {
  #tc-catalogBrowseMain,
  #tc-catalogSearchMain {
   padding-left: 20px;
   padding-right: 20px;
  }

  #tc-browseCatalogNavHolder {
    padding-left: 20px;
    padding-right: 20px;
  }
  #tc-browseCatalogCategoryDetails {
    flex-direction: column;
  }
  .tc-catalogActivityItemDetails .tc-itemlist-right {
    float: right;
  }

  .tc-catalogMainDetails {
    float: none !important;
    width: 100% !important;
  }

  .tc-catalogPricesAndActions {
    display: inline-block;
    float: none;
    width: 100%;
  }

}

@media (max-width: 768px) {
  #tc-catalogBrowseMain,
  #tc-catalogSearchMain {
    padding-left: 5px;
    padding-right: 5px;
  }

  #tc-browseCatalogNavHolder {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tc-catalogMainDetails {
    float: none !important;
    width: 100% !important;
  }

  .tc-catalogPricesAndActions {
    display: inline-block;
    float: none;
    width: 100%;
  }

  #tc-catalogActivities .tc-activityType.tc-noImage i.tc-catalogActivityTypeIcon i.tc-font-icon_formobjtype89_VirtualConference {
    left: 28px;   
  }
  
  #tc-browseCatalogResults .tc-catalog-details-actions,
  #tc-searchCatalogResults .tc-catalog-details-actions,
  .tc-offering-list > li .tc-itemlist-right {
    clear: both;
    float: right;
  }
  .tc-offering-list > li .tc-itemlist-right {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .TCCatalogBasePage #TCDropdownMenuContent.open > ul {
    min-width: unset;
  }	
  #tc-catalog-menus {
    position: absolute;
    left: 0;
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
    top: auto;
    box-shadow: rgb(0 0 0 / 45%) 0.25rem 0px 1rem 0.5rem;
    padding-bottom: 2rem;
  }
  #tc-catalog-menus.tc-catalogMobileMenu {
    background: #ffffff;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;    
  }
  #tc-catalog-menus.tc-catalogMobileMenu #tc-broweCategoryHeading,
  #tc-catalog-menus.tc-catalogMobileMenu #tc-searchCatalogFilterBy {
    display: inherit;
    font-weight: 700;
  }
  #tc-broweCategoryHeading>i {
    display: inline-block;
  }
   #tc-broweCategoryHeading>.close {
     display: block;
   }
  #tc-catalogFilteredByInfo i {
    display: none;
  }

  #tc-catalogFilteredByInfo div {
    padding-left: 10px;
  }
  #tc-catalogFilteredByInfo {
    float: none;
  }
  .tc-search-results-header {
    margin-top: -10px;
  }

  .tc-search-results-header .tc-search-results-inner {
    position: relative;
    top: 0;
  }
  .tc-search-results-header .tc-search-results-inner>div {
    display: flex;
    align-items: center;
    top: 0;
    gap: 0.5rem;  
  }
  #tc-catalog-filter-mobile {
    display: table-cell;
  }
  #tc-catalog-filter-mobile>a {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: inherit;
    font-weight: 700;  
  }
  #tc-catalogSearchText {
    margin: 0.5rem 0;
  }
  #tc-catalogBrowseMain,
  #tc-catalogSearchMain {
   padding-left: 0;
   padding-right: 0;
  }

  #tc-browseCatalogNavHolder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  #tc-browseCatalogNav {
    -webkit-box-shadow: 0 8px 4px -6px rgba(0, 0, 0.2, 0);
    -moz-box-shadow: 0 8px 4px -6px rgba(0, 0, 0.2, 0);
    box-shadow: 0 8px 4px -6px rgba(0, 0, 0.2, 0);
  }

  #tc-browseCatalogCategoryImage {

  }

  #tc-catalogBrowseContainer > .tc-searchcatalog-leftmenushortcut,
  #tc-catalogSearchContainer > .tc-searchcatalog-leftmenushortcut {
    display: inline-block;
  }

  #tc-catalogBrowseContainer > .navShortcut,
  #tc-catalogSearchContainer > .navShortcut {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    opacity: 1;
    padding: 0;
    width: auto;
  }

  #tc-catalogBrowseContainer > .navShortcut .tc-cell-browse,
  #tc-catalogSearchContainer > .navShortcut .tc-cell-browse {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    height: 30px;
    vertical-align: middle;
  }

  #tc-catalogBrowseContainer > .navShortcut .tc-searchcatalog-cell,
  #tc-catalogSearchContainer > .navShortcut .tc-searchcatalog-cell {
    display: table-cell;
    padding: 5px 10px;
    word-break: break-all;
    background: #3a87ad none repeat scroll 0 0;
  }

  #tc-catalogBrowseContainer > .navShortcut .tc-cell-browse a,
  #tc-catalogSearchContainer > .navShortcut .tc-cell-browse a {
    text-decoration: none;
  }

  #tc-catalogBrowseContainer > .navShortcut .tc-cell-browsetext,
  #tc-catalogSearchContainer > .navShortcut .tc-cell-browsetext {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    margin-top: 0;
    max-width: 120px;
    position: relative;
  }

  #tc-catalogSearchContainer #tc-catalogSearch-mobileMenu {
    display: none;
  }

  .tc-table-cells-list {
    float: left;
  }

  #tc-browseCatalogNav {
    float: none;
  }

  #tc-catalogBrowseContainer {
    margin-left: -5px;
    margin-right: -5px;
    /*margin-top: -15px;*/
    padding-bottom: 0;
  }
  div#tc-catalogBrowseContainer {
    margin-top: -15px;
  }
  #tc-broweCategoryHeadingH>i.tc-font-icon_close3 {
    display: table-cell;
  }
  #tc-searchCatalogResults #tc-catalogSorting {
    float: none;
    text-align: center;
  }
  #tc-searchCatalogResults #tc-catalogSorting #tc-catalogSortingOptions {
    margin: 0 25%;
  }
  /**
  .tc-catalog-msg {
    display: block !important;
  }
  **/

  /**
  #tc-browseCatalogNav .tc-font-icon_list {
    display: none;
  }
  **/
}
@media (max-width: 480px) {
  #tc-browseCatalogNav {
    /*padding:0;*/
  }
  #tc-mobileBreadcrumbMenu {
    background: lightgray;
    display: none;
    padding: 10px;
  }

  a.tc-catalog-browse-category {
    border-bottom: 1px solid;
    padding-bottom: 2px;
  }

  #tc-catalogActivities .tc-activityType {
    width: 80px;
  }
  
  #tc-catalogActivities .tc-activityType.tc-noImage i.tc-catalogActivityTypeIcon i.tc-font-icon_formobjtype89_VirtualConference {
    left: 1px;   
  }
  
  #tc-searchCatalogResults {
    top: 30px;
  }
  #tc-searchCatalogMenu {
    margin-left: 5px;
  }
  #tc-broweCategoryHeading {
    display: block;
  }  
  
  #tc-broweCategoryHeading>i.tc-font-icon_close3 {
    display: table-cell;
    float: right;
  }  

  #tc-catalogBrowseMain,
  #tc-catalogSearchMain {
   padding-left: 0;
   padding-right: 0;
  }

  #tc-browseCatalogNav {
    float: none;
  }

  #tc-browseCatalogNavHolder {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb>li.tc-catalogBrowseBreadcrumbItem {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 0.5em;
  }

  #tc-browseCatalogNav .breadcrumb>li.tc-catalogBrowseBreadcrumbItem {
    position: inherit;
    top: inherit;
  }

  #tc-browseCatalogResults {
    padding-left: 5px;
    padding-right: 5px;
  }

  #tc-browseCatalogMenu {
    margin-left: 5px;
  }

  #tc-catalogBrowseContainer {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 0;
  }
  div#tc-catalogBrowseContainer {
    margin-top: -15px;
  }
  .tc-activity-screen-title + div#tc-catalogBrowseContainer {
    margin-top: 0;
  }  
  #tc-catalogActivities .tc-activityType {
    width: 80px;
  }
  #tc-searchCatalogResults #tc-general-credit-overlay.in {  
    width: calc(100% - 25px);
  }
  #tc-browseCatalogMenu-list a.tc-cartegoryMenuItemLink > span.tc-text {
    max-width: 150px;
  }
  .tc-offering-core-details-link > a,
  .tc-offering-core-details-link > span:first-child {
    float: left;
  }
  .tc-alt-delivery-link-icons {
    float: left;
    clear: both;
    padding-top: 5px;
  }
}

@media (max-width: 420px) {

  #tc-catalogActionBtns {
    float: left;
    margin-top: 10px;
    text-align: center;
  }
  #tc-catalogFilterBtns {
    float: none;
    text-align: center;
  }
  #tc-browseCatalogResults #tc-catalogSorting,
  #tc-searchCatalogResults #tc-catalogSorting {
    float: none;
    text-align: center;
  }
  #tc-browseCatalogResults #tc-catalogSorting #tc-catalogSortingOptions,
  #tc-searchCatalogResults #tc-catalogSorting #tc-catalogSortingOptions {
    margin: 0 25%;
  }
  
  /* Apply 'important' here because 3rd party style added via JS causes date picker
  to appear partially off-screen on mobile */
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
    left: 5px !important;
  }  
 
}

@media (max-width: 320px) { 
  #tc-browseCatalogMenu-list a.tc-cartegoryMenuItemLink > span.tc-text {
    max-width: 110px;
  }
}

#tc-header-user-cart.tc-shakeCart {
  animation: tc-shakeCart .4s ease-in-out forwards;
}

@keyframes tc-shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}




.TCMainContainer_Anon #tc-searchCatalogResults #TCCatalogSearchActions {
  display: none;	
}

#tc-catalogSorting,
#tc-catalogOptions {
  float: unset;
  margin: 0;    
}
#tc-catalogOptions,
#tc-catalogOptions2 {
  display: flex;
  align-items: center;    
}
#tc-catalogOptions2 {
  margin-left: auto;
  gap: 0.5rem;    
}
#tc-catalogActionBtns {
  float: unset;
  margin: 0;    
}
#tc-catalogSortingLink,
#TCCatalogSearchActions,
#tc-catalogOptions .btn-group.btn-group-toggle > .btn {
/* synch with center.css */
  left: 0;
  background-color: #f2f2f2;
  border-radius: 0.375rem;
  padding: 0 0.5rem;
  width: 2rem;
  min-width: 2rem;
  height: 2.5rem;
  display: inline-block;
  position: relative;
  font-size: 1.15rem;
}
#tc-catalogSortingLink, #TCCatalogSearchActions {
  display: flex;
  align-items: center; 
  width: auto;
  font-size: 0.875rem;
  color: #343434;
  font-weight: 600;     
}
#tc-catalogSortingLink:hover {
  text-decoration: none;    
}
#tc-catalogSortingLink:hover,
#TCCatalogSearchActions:hover {
  text-decoration: none;    
}
#tc-catalogSortingLink i,
#TCCatalogSearchActions i {
  font-size: 1.15rem;
} 
#tc-catalogSortingLink:focus, #TCCatalogSearchActions:focus {
  text-decoration: none;    
} 
/* SYNCH with center.css */
#tc-catalogOptions .btn-group.btn-group-toggle > .btn {
  background: transparent;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #f2f2f2;    
}
#tc-catalogOptions .btn-group.btn-group-toggle > .btn:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
#tc-catalogOptions .btn-group.btn-group-toggle > .btn:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}   
#tc-catalogOptions .btn-group.btn-group-toggle > .btn.active {
  background: transparent;
  border: 1px solid;
  font-weight: 600;
  color: #616161;
  background: transparent;   
}
#tc-catalogOptions .btn-group.btn-group-toggle > .btn i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
  color: #343434;    
}
#tc-catalogOptions .tc-search-list-action.dropdown {
  height: 2.5rem;   
}
#tc-catalogOptions .tc-standard-dropdown-menu.dropdown-menu li:not(.tc-popupselect-columnsapply) a {
  align-items: center;
  gap: 0.25rem;
}
#tc-catalogOptions .tc-standard-dropdown-menu.dropdown-menu li a>label {
  font-size: 0.875rem;    
}

/* SYNCH with center.css END */
#tc-searchcatalog-container {
  padding: 1.75rem 0 2.25rem;
}
body.TCCatalogBasePage #tc-header-searchform2 #keywords {
  background-color: var(--tc-widget-background-color, '#ffffff');
  border: 2px solid;
  box-shadow: none;    
}
#tc-catalogOptions #tc-catalogFilterBtns .tc-catalogFiterOption {
  font-size: 1rem;
  color: inherit;    
}
#tc-catalogOptions #tc-catalogFilterBtns .tc-selectedFilter, #tc-catalogOptions #tc-catalogFilterBtns .tc-selectedFilter:hover {
  font-weight: 700;    
}
#tc-catalogOptions #tc-catalogFilterBtns .tc-catalogFiterOption:hover {
  border-bottom-color: inherit;    
}
.tc-search-results-header .tc-search-results-inner {
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;    
}    
#tc-browseCatalogMenu, 
#tc-searchCatalogMenu {
  float: none;
  padding-bottom: 0;    
}
#tc-browseCatalogMenu > .tc-filterMenuItem,
#tc-searchCatalogMenu-list,
#tc-browseCatalogMenu > .tc-filterMenuItem,
#tc-searchCatalogMenu-nav ul li {
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding-top: 0.5rem;    
}
body.TCCatalogBasePage .tc-catalogSearchFilters {
  padding: 0.5rem 1rem;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  padding: 0.5rem 1rem;
  border: 1px solid #dbdbdb;
  background-color: var(--tc-widget-background-color, '#ffffff');      
}
#tc-catalog-menus {
  left: 0px;
  display: block;
  max-width: 300px;
  float: none;     
}
#tc-searchCatalogResults {
  margin-left: 1rem;
  /*width: 100%;*/      
}
#tc-searchCatalogMenu-list h2, #tc-browseCatalogMenu h2 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}
#tc-searchCatalogFilterBy, #tc-broweCategoryHeading {
  display: none;    
}
#tc-browseCatalogHomeNoCategoriesHolder .alert-info {
  margin: 0.5rem 0 0;    
}
/* CATALOG GRID LAYOUT START */

#tc-catalogActivities .tc-catalogActivityItem a.TCActionLink.tc-catalog-action.tc-main-action,
#tc-catalogActivities .tc-catalogActivityItem ul.tc-choose-sessions-list a span.TCActionLink,
.tc-choose-sessions-list .tc-touchscreen-select-cart a.TCActionLink.tc-add-to-cart,
#tc-catalogActivities .tc-catalogActivityItem ul.tc-choose-sessions-list .tc-touchscreen-select a.TCActionLink,
.tc-catalog-details-cont-alt1 .tc-itemlist a.TCActionLink.tc-catalog-action.tc-main-action,
#tc-purchase-general-credit-btn, 
#tc-purchase-general-credit-btn-empty, 
.tc-cancelGeneralCredit {
  text-shadow: none;
  background-image: none;
  opacity: 1;
  border-radius: 1.125rem;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  /*width: 100%;*/      
}

#tc-catalogActivities .tc-catalogActivityItem .tc-main-action > span {
  color: #343434;
  line-height: 1.25rem;    
}
#tc-catalogActivities .tc-catalogActivityItem .TCActionLink,
#tc-catalogActivities .tc-catalogActivityItem .TCActionLink span,
.tc-catalog-details-aside .TCActionLink,
.tc-catalog-details-aside .TCActionLink span {
  text-transform: initial;	
}
#tc-catalogActivities .tc-catalogActivityItem ul.tc-choose-sessions-list .tc-credits-group,
.tc-catalog-details-aside ul.tc-choose-sessions-list .tc-credits-group {
  background: inherit;
  padding: 1rem;	
}
.tc-catalog-details-aside .tc-choose-sessions-list  li.certpath {
  background: #fff !important;	
}
#tc-catalogActivities .tc-catalogActivityItem ul.tc-choose-sessions-list ul.tc-credits-group > li:not(:last-child),
.tc-catalog-details-aside ul.tc-choose-sessions-list ul.tc-credits-group > li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
#tc-catalogActivities .tc-catalogActivityItem ul.tc-choose-sessions-list ul.tc-credits-group .tc-credit-req-subtype-min {
  font-size: 0.75rem;	
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityItemDetails div.tc-show-inline-overflow {
  max-width: unset;
  padding: 0;
  border: 0;
  font-weight: 600;
  font-size: 0.8125rem;
  text-align: right;   
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityItemDetails .tc-show-overflow {
  max-width: unset;
  padding: 0;
  border: 0;
  font-weight: 600;
  text-align: right;
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityItemDetails > .tc-catalogMainDetails .tc-general-image-holder img {
  transition: all 0.28s ease-in-out;
}
#tc-catalogActivities .tc-catalogActivityItem .tc-itemlist .btn.tc-show-more-span {
  background: transparent;
  margin: 0;
  padding: 0;   
}
   
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityDates {
  font-size: 0.8125rem;
  font-weight: 400;     
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityDates > i {
  font-size: 1rem;
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityDescription {
  line-height: 1.25;
  font-size: 0.875rem;  
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityItemDetails .tc-catalog-certificate-awarded {
  font-size: 0.875rem;
  float: none;
  padding: 0.25rem 0.5rem;  
}
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityItemDetails .tc-show-overflow:hover,
#tc-catalogActivities .tc-catalogActivityItem .tc-catalogActivityItemDetails span.tc-hide-overflow:hover {
  background-color: inherit;
  color: inherit;   
}    