@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{font-family: "Barlow Semi Condensed", sans-serif;  font-style: normal;}
.navbar-inner img {width:200px; margin-left: 10px; padding:10px}
/* Make main nav links bold and all caps */
#ei-menu > li > a {
color:#121212;
  font-weight: 700;      /* heavy/bold */
  text-transform: uppercase; /* all caps */
}
/* Tabs: inactive = red, active = black */
#site-tabstrip.tabstrip a {
  color: #d60000 !important;          /* inactive */
  text-decoration: none;
}
#site-tabstrip.tabstrip a{font-weight:700;text-transform:uppercase;background:#f5f5f5;}
#site-tabstrip.tabstrip a:hover,
#site-tabstrip.tabstrip a:focus {
  color: #b00000 !important;          /* darker red on hover */
background:#f5f5f5;
}

#site-tabstrip.tabstrip a.active {
  color: #000000 !important;          /* active */
  cursor: default;
background:white;
  pointer-events: none;               /* optional: make active non-clickable */
}
table thead tr th a,table thead tr th{text-transform: uppercase;color:#d60000;}
table tbody tr td a{color:#d60000;}
table thead{background:#f5f5f5;}
.filter-text{text-transform:uppercase;}
#master-crumb-trail {margin: 0 0 10px;}
#master-navigation{margin-bottom:0px!important;}
.breadcrumb{text-transform:uppercase;font-weight:500;border:0px!important;background:#121212;color:white;}
.breadcrumb a{color:white;}
.sf-menu ul li:hover > a, .sf-menu ul li.sfHover > a{background:#121212;}
.sf-menu ul{border-radius:0px;}
.tay-tile{border-radius:0px!important;}
.tay-tile-name,.ei-widget-title{text-transform:uppercase;font-size:18px!important;color:#121212;}
