/* Add here all your css styles (customizations) */
.u-header.js-header-fix-moment {
  left: auto;
  right: auto;
}

.navbar .u-main-nav-v5 .active > a {
  color: #d11111; /* primary color */
}

#main h2 {
  color: #d11111;
}

.unify-text-underline--onhover:focus, .unify-text-underline--onhover:hover {
  text-decoration: underline;
}

.admin-bar #js-header {
  top:46px;
  @media screen and (min-width:782px) {
    top:32px;
  }
}

table.ical caption {
  caption-side: top;
  color: #000;
  font-weight: 600;
}

@media screen and (min-width:782px) {
	.admin-bar #js-header {  
    	top:32px;
  	}
}

.hs-has-mega-menu > a::after {
  content: "\e900";
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  margin-left: 7px;
}


.legal_menu > ul > li:first-child::before {
    content: "";
    display: none;
}

.legal_menu > ul > li::before {
    content: "| ";
}
