/* Highlight main nav menu items */
@media (min-width:768px) {
  .new-iste .global-nav ul li a.node-thoughtleadership,
  .new-iste .global-nav ul li a.node-onlinelearning,
  .new-iste .global-nav ul li a.node-istestandards,
  .new-iste .global-nav ul li a.node-toolsresources,
  .new-iste .global-nav ul li a.node-standardsinaction,
  .new-iste .global-nav ul li a.node-becomeamember,
  .new-iste .global-nav ul li a.node-shareyourexpertise,
  .new-iste .global-nav ul li a.node-recognizeexcellence,
  .new-iste .global-nav ul li a.node-supportourmission,
  .new-iste .global-nav ul li a.node-theistestory,
  .new-iste .global-nav ul li a.node-jobboard,
  .new-iste .global-nav ul li h4 {
      text-align: left;
      color: #b2bc35;
      font-size: 14px
  }
}

/* Remove rounded border from Standards pages */
.sectionHeader:before {
  border-radius: 0;
}

/* Footer menu header colors fix */
footer .main-nav .sfContentBlock {
  color: inherit;
}

/* Prevent footer help icon from being overridden by missing image */
.icon-look:before, .icon-chat:before {
  content: "\e903";
}
  
/* Resize home page tags */
.home .promo-content .tags a {
  font-size: 1.4rem;
}
  
/* Footer links/copyright adjustments */
.new-iste footer .utility-nav-wrapper .copyright {
  float: none !important;
  width: auto !important;
  text-align: left !important;
  margin-top: 6px;
  color: #fff;
}
.new-iste footer .utility-nav-wrapper ul {
  margin-left: -5px;
  float: none !important;
}
@media (max-width: 767px) {
  .new-iste footer .utility-nav-wrapper .copyright {
    text-align: center !important;
  }
}

/*hide sitefinity's breadcrumb separator because perficient added their own*/
.sfBreadcrumbNodeSeparator{
display:none;
}