/* custom CSS */

/* Search block style */
.region-header-top-highlighted-second {
    display: flex;
    align-items: right;
}
.region-header-top-highlighted-second .block-search .form-item.form-type-search {
    margin-bottom: 0;
}
.region-header-top-highlighted-second .block-search input.form-submit {
    background-color: transparent;    
}

/* Main menu style */
.header-top__container {
    padding: 0;
    
}
.header-top__container .header-top__section .sf-menu.menu li ul {
    width: 20em;
    padding: 0;    
}
.header-top__container .header-top__section .sf-menu ul li a,
.header-top__container .header-top__section .sf-menu ul li > span {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    
}
.header-top__container .header-top__section .sf-menu ul li > span {
    font-weight: normal;
}
.main-content__section, .sidebar__section {
  padding: 2px 0 70px;
}