/* New SelectedWorks Alert Styling */ 

.sw-alert-bar {
  display: none;
  height: 0px;
}
.margin-bottom {
  height: 40px;
  padding: 0;
  display: block !important;
  width: 100%;
}
body#index-edit.margin-top {
  margin-top: 40px;
} 
body#index-edit .margin-bottom {
  height: 0;
}
.cookie-message {
  position:fixed;
  top:0;left:0;right:0;
  padding:0;
  background:#d9edf7;
  z-index: 99;
  height: 40px;
}
.cookie-message a.cookiebar-close {
  position:absolute;
  top:12px;
  right:20px;
  cursor:pointer;
  color: #20417e;
}
.sw-alert-bar.redirect .cookie-message a.cookiebar-close {
  display: none;
}
.cookie-message p, .cookie-message a.alert-text {
  background: #d9edf7;
  color:#20417e;
  font:bold 14px/18px Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  line-height: 40px;
  text-align: center;
  width: 90%
}
.sw-alert-bar.redirect .cookie-message a.alert-text { 
  text-decoration: none;
}
.cookie-message a.alert-text span.sw-image-replace { 
  background: transparent url(assets/md5images/8371aa60c5773c154817c4b56e951536.png) no-repeat 50% 55%;
  text-indent: -9999px;
  display: inline-block;
  width: 175px;
  height: auto;
  background-size: contain;
  margin: 0 4px;
}
.cookie-message a.alert-text span.new-line {
  display: none; 
}
a.cookiebar-close { 
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, sans-serif;
  font-size: 20px;
}
.sw-redirect-message {
    margin-top: 0;
    text-align: center;
    display: block;
}
.sw-redirect-message p a {
	font-weight: bold;
}
.sw-redirect-message a h2 {
    color: #444;
    text-decoration: inherit;
    margin-top: 0;
}
.sw-alert-bar.redirect #redirect-return-link {
    margin-top:50px;
    margin-left: 5px;
}
   
@media all and (max-width: 625px) {
    .sw-alert-bar {
      height: 60px;
    }
    .cookie-message {
      height: 60px;
    }
    .cookie-message p, .cookie-message a.alert-text {
      line-height: 30px;
    }
    .cookie-message a.cookiebar-close {
      top: 24px;
      font-size: 20px;
      right: 5px;
    }

}

@media all and (max-width: 420px) {
    .cookie-message p, .cookie-message a.alert-text {
      font-size: 12px;
    }
    .cookie-message a.alert-text span.sw-image-replace {
      width: 130px;
    }  
}