/**
 * Custom styles for SNM.
 */
/**============ LEGEND ============
 * 1. GENERAL STYLES
 * 2. MEDIA QUERY
 */
/**-------------------------
 * 1. GENERAL STYLES
 * -------------------------
 */
.highwire-markup .boxed-text {
  margin: 1em 0;
  padding: 1em;
  background-color: #f0efea;
  border-bottom: 2px solid #deddd8;
}
.view-hw-article-carousel {
  position: relative;
}
.panel-region-announcement .jnl-snm-announcement-snippet {
  padding-top: 15px;
}
.pane-highwire-ac-sso-login-link .highwire-sso-login-link {
  display: inline-block;
  padding: 8px 20px;
  font-weight: bold;
  color: #f0efea;
  border-radius: .3em;
  border: 1px solid #014790;
  background-color: #014790;
}
#region-menu .nice-menu > li > a:hover > .icon-caret-down:before {
  transition: all .28s;
  transform: rotate(-180deg);
  transition-delay: .28s;
  -moz-transition-delay: .28s;
  -webkit-transition-delay: .28s;
  -o-transition-delay: .28s;
  -ms-transition-delay: .28s;
}
.pane-highwire-issue-archive .highlight-image {
  border: 1px solid #cccccc;
}
/**-------------------------
 * 2. MEDIA QUERY
 * -------------------------
 */
