body {
  font-family: "Open Sans", sans-serif !important;
}

#field_departmentId {
 display:none; 
}

div.Additional_Information {
 display:none; 
}

div.BreadCrumbs__breadcrumbsView {
 display:none;
}

.Header__logotxt {
  font-weight:500 !important;
  font-size: 1.5rem !important;
  font-family:'Roboto Mono', ui-monospace, monospace !important;
}

.Header__menuBox {
  font-family:'Roboto Mono', ui-monospace, monospace !important;
}

.TitleContainer__list_title, 
.TitleContainer__title {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.ArticlesContainer__title {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.CustomWidgets__widgetTitle {
    color: #000;
  	text-transform: uppercase !important;
}
  
.Header__tClr {
  text-transform: uppercase !important;
  font-size: 1rem !important;
}

.Header__searchLink {
    width: 85%;
}

.Header__containerLink {
    padding: .9rem 1.25rem;
  	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.FooterOM__text {
  padding: 0 200px; 
  margin-top: 0; 
  word-spacing: 0px; 
  line-height: 1
}

@media (max-width: 768px) {
    .FooterOM__text {
        padding: 6px;
  		line-height: .75;
        font-size: .75rem;
  }
  .Header__logotxt {
    font-size: 1rem !important;
  }
  .Header__searchLink {
    width: 99%;
}
}


