/*admin action menu common css*/
#block-temphalla-primary-local-tasks ul {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #999;
}
#block-temphalla-primary-local-tasks ul li {
  display: inline-block;
}
#block-temphalla-primary-local-tasks ul li a {
  text-decoration: none;
  color: #000;
  padding: 11px 20px;
}
#block-temphalla-primary-local-tasks a.is-active,
#block-temphalla-primary-local-tasks a:hover {
  color: #fff;
  background-color: #999;
  border-radius: 4px 4px 0px 0px;
  line-height: 40px;
  padding: 11px 20px;
}


.temphalla-header {
  background-color: transparent;
    padding: 10px 0px;
    position: absolute;
    z-index: 1;
}
#block-temphalla-site-branding img{
	width:30%;
}
.temphalla-header .row {
  align-items: center;
}
.temphalla-main-menu {
  display: flex;
  justify-content: end;
}
.temphalla-main-menu #block-temphalla-main-menu ul {
  display: flex;
  margin-bottom: 0px;
}
.temphalla-main-menu #block-temphalla-main-menu ul li {
  list-style-type: none;
  padding-left: 50px;
}
.temphalla-main-menu #block-temphalla-main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size:22px;
}
.temphalla-main-menu #block-temphalla-main-menu ul li a.is-active {
  text-decoration: underline;
  text-decoration-color: #52889f;
  text-underline-offset:5px;
  font-weight: 600;
}
.temphalla-main-menu #block-temphalla-main-menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset:5px;
  text-decoration-color: #52889f;
}

.section-92-570-inner-wrapper .block_page_title{ 
	margin-bottom: 8px !important;
}
.section-164-1444-inner-wrapper .section-content-link-wrapper{
	margin-top: 0 !important;
}
#navbarSupportedContent {
  justify-content: end;
}
