/* top menu border radius */
li:not(.dt-mega-menu) .sub-nav, li:not(.dt-mega-menu) .sub-nav > ul {
  border-radius: 2px;
}

/* smaller logo */
#branding > a > img,
.ph-wrap.with-logo > .ph-wrap-content > .ph-wrap-inner > .logo-box > a > img {
  max-width:250px;
}
#branding > a > img.preload-me {
  display: block;
}

/* style get access main button in EK menu */
a[title='nav-ekpmain'] {
  background: #1caee5;
  margin-left: 0 !important;
  width: 100%;
}

a[title='nav-ekpmain'] span {
  color: white;
  display: block !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: center;
  width: 100%;
}

a[title='nav-ekpmain']:hover {
  background: #0c354e !important;
  border-radius: 0 !important;
  cursor: pointer;
}

a[title='nav-ekpmain']:hover span {
  color: white !important;
}

@media (min-width:911px){
  a[title='nav-ekpmain']{
    padding:10px !important;
    width:auto;
  }
}

/* highlight get access and subscribe link in research sub menus */
a[title='nav-ekp'],
a[title='nav-ekrsubscribe'] {
  background: #1caee5;
  margin-left: 0 !important;
  width: 100%;
}

a[title='nav-ekp'] span,
a[title='nav-ekrsubscribe'] span {
  color: white;
  display:block !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: block !important;
  text-align: center;
  width: 100%;
}

a[title='nav-ekp']:hover,
a[title='nav-ekrsubscribe']:hover {
  background: #0C354E !important;
  border-radius: 0 !important;
  cursor:pointer;
}

a[title='nav-ekp']:hover span,
a[title='nav-ekrsubscribe']:hover span {
  color:white !important;
}

@media (min-width:900px){
  a[title='nav-ekp'],
  a[title='nav-ekrsubscribe'] {
    margin: 10px !important;
    padding: 15px !important;
    width: auto;
  }
}