@charset "UTF-8";
.ms-dropmenu .menu-name--main.menu-level-1 > li {
  border-top: 5px solid transparent;
}

.ms-dropmenu #block-welcome-main-menu li:hover, .ms-dropmenu #block-welcome-main-menu li:focus {
  background-color: #ededee;
}

body[class*='path-visit'] li#mlid-visit {
  border-top-color: #c1d82f;
}

.ms-dropmenu li#mlid-visit.menu__item--active-trail, .ms-dropmenu li#mlid-visit:hover, .ms-dropmenu li#mlid-visit:focus {
  border-top-color: #c1d82f;
}

body[class*='path-borrow'] li#mlid-borrow {
  border-top-color: #006c67;
}

.ms-dropmenu li#mlid-borrow.menu__item--active-trail, .ms-dropmenu li#mlid-borrow:hover, .ms-dropmenu li#mlid-borrow:focus {
  border-top-color: #006c67;
}

body[class*='path-download'] li#mlid-download {
  border-top-color: #872175;
}

.ms-dropmenu li#mlid-download.menu__item--active-trail, .ms-dropmenu li#mlid-download:hover, .ms-dropmenu li#mlid-download:focus {
  border-top-color: #872175;
}

body[class*='path-explore'] li#mlid-explore {
  border-top-color: #fdb913;
}

.ms-dropmenu li#mlid-explore.menu__item--active-trail, .ms-dropmenu li#mlid-explore:hover, .ms-dropmenu li#mlid-explore:focus {
  border-top-color: #fdb913;
}

body[class*='path-calendar'] li#mlid-calendar {
  border-top-color: #a0c4da;
}

.ms-dropmenu li#mlid-calendar.menu__item--active-trail, .ms-dropmenu li#mlid-calendar:hover, .ms-dropmenu li#mlid-calendar:focus {
  border-top-color: #a0c4da;
}

body[class*='path-about'] li#mlid-about {
  border-top-color: #7ac143;
}

.ms-dropmenu li#mlid-about.menu__item--active-trail, .ms-dropmenu li#mlid-about:hover, .ms-dropmenu li#mlid-about:focus {
  border-top-color: #7ac143;
}

body[class*='path-help'] #block-welcome-main-menu .ms-dropmenu li#mlid-help {
  border-top: 5px solid #ee3124;
}

.ms-dropmenu #block-welcome-main-menu li#mlid-help.menu__item--active-trail, .ms-dropmenu #block-welcome-main-menu li#mlid-help:hover, .ms-dropmenu #block-welcome-main-menu li#mlid-help:focus {
  border-top: 5px solid #ee3124;
}

/**
 * Messages
 * Style system messages such as status, warning and error.
 * Colors are kept here, we don't want these to shift in color module.
 ============================================================================ */
.messages {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 1.25em;
  margin: 1.25em 0;
  border: 1px solid;
  border-radius: 2px;
  box-shadow: none;
}

.messages + .messages {
  margin-top: 19px;
  margin-top: 1.4rem;
}

.messages .container {
  box-sizing: border-box;
}

.messages__list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.messages__list + .messages__item {
  margin-top: 1.4rem;
}

.messages__list .item-list ul {
  margin: 1.26667rem 0;
}

.messages__list .item-list ul li {
  list-style: square;
}

.messages--status,
table tr.ok {
  background-color: #f3faef;
}

.messages--status,
.ok {
  color: #325e1c;
  border-color: #c9e1bd;
}

.messages--warning,
table tr.warning {
  background-color: #fdf8ed;
}

.messages--warning,
.warning {
  color: #734c00;
  border-color: #f4daa6;
}

.messages--error,
table tr.error {
  background-color: #fcf4f2;
}

.messages--error,
.error {
  color: #a51b00;
  border-color: #f9c9bf;
}

.messages--status,
.messages--warning,
.messages--error {
  background-image: none;
}

[dir="rtl"] .messages {
  text-align: right;
}

.messages .icon:before {
  font-family: FontAwesome, sans-serif;
  float: left;
  vertical-align: top;
  padding: 0 0.73333rem 0 0;
  display: none;
}

.fa-loaded .messages .icon:before {
  display: block;
}

[dir="rtl"] .messages .icon:before {
  padding: 0 0 0 0.73333rem;
  float: right;
}

.icon-status:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-error:before {
  content: "";
}

.webform-submission-meeting-room-use-policy-acceptan-form .messages--status, .webform-submission-tutor-room-use-policy-acceptance-form .messages--status, .webform-submission-ask-for-a-good-read-form .messages--status, .webform-submission-request-a-interlibrary-loan-ill--form .messages--status, .webform-submission-other-question-or-comment-form .messages--status, .webform-submission-request-a-teacher-collection-form .messages--status, .webform-submission-suggest-a-title-form .messages--status {
  color: #a51b00;
  border-color: #f9c9bf;
  background-color: #fcf4f2;
}

.webform-submission-meeting-room-use-policy-acceptan-form .icon-status:before, .webform-submission-tutor-room-use-policy-acceptance-form .icon-status:before, .webform-submission-ask-for-a-good-read-form .icon-status:before, .webform-submission-request-a-interlibrary-loan-ill--form .icon-status:before, .webform-submission-other-question-or-comment-form .icon-status:before, .webform-submission-request-a-teacher-collection-form .icon-status:before, .webform-submission-suggest-a-title-form .icon-status:before {
  content: "";
}
/*# sourceMappingURL=messages.css.map */