:focus-visible {
  outline: 3px solid #0071a8;
  outline-offset: 2px;
}

a:focus,
button:focus,
[role=button]:focus,
[tabindex]:focus {
  outline: 3px solid #0071a8;
  outline-offset: 2px;
}

input:not([type]):focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
  outline: 3px solid #0071a8;
  outline-offset: 0;
}

.top-bar-section a:focus-visible,
.top-bar-section li > a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px #0071a8;
}

#search-area input[type=submit]:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -5px;
  box-shadow: none;
}

.tab-bar .site-name {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  margin: 0;
}

#toolbar-administration ul {
  font-size: small;
}

#search-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.3125rem;
  padding-right: 0.625rem;
}
#search-area form {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
}
#search-area form .form-item {
  margin: 0;
  padding: 0;
}
#search-area form .form-item input[type=text],
#search-area form .form-item input[type=search] {
  margin: 0;
  height: 2rem;
  width: 13.75rem;
  font-size: 0.875rem;
}
#search-area form .form-actions {
  margin: 0;
}
#search-area form .form-actions input[type=submit] {
  margin: 0;
  height: 2rem;
  padding: 0 0.875rem;
  font-size: 0.8125rem;
}

.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight: bold;
}

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  border-right: 1px solid #ccc; /* LTR */
  display: inline;
  padding: 0 1em;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section .has-dropdown > a {
    padding-right: 30px !important;
  }
}
.top-bar-section ul.contextual-links {
  display: none;
}
.top-bar-section ul.contextual-links li {
  float: none;
}

/*
 * Files
 */
/**
 * @file
 * Default style for file module.
 */
/* File icons. */
.file {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
[dir=rtl] .file {
  padding-right: 20px;
  padding-left: inherit;
  background-position: right center;
}
.file--general, .file--application-octet-stream {
  background-image: url(../images/icons/application-octet-stream.png);
}
.file--package-x-generic {
  background-image: url(../images/icons/package-x-generic.png);
}
.file--x-office-spreadsheet {
  background-image: url(../images/icons/x-office-spreadsheet.png);
}
.file--x-office-document {
  background-image: url(../images/icons/x-office-document.png);
}
.file--x-office-presentation {
  background-image: url(../images/icons/x-office-presentation.png);
}
.file--text-x-script {
  background-image: url(../images/icons/text-x-script.png);
}
.file--text-html {
  background-image: url(../images/icons/text-html.png);
}
.file--text-plain {
  background-image: url(../images/icons/text-plain.png);
}
.file--application-pdf {
  background-image: url(../images/icons/application-pdf.png);
}
.file--application-x-executable {
  background-image: url(../images/icons/application-x-executable.png);
}
.file--audio {
  background-image: url(../images/icons/audio-x-generic.png);
}
.file--video {
  background-image: url(../images/icons/video-x-generic.png);
}
.file--text {
  background-image: url(../images/icons/text-x-generic.png);
}
.file--image {
  background-image: url(../images/icons/image-x-generic.png);
}

.search-result-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #d0d0d0;
}
.search-result-item:first-child {
  padding-top: 0;
}
.search-result-item:last-child {
  border-bottom: none;
}
.search-result-item__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.search-result-item__title a {
  color: #154887;
  text-decoration: none;
}
.search-result-item__title a:hover {
  text-decoration: underline;
}
.search-result-item__body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #636466;
  margin-bottom: 0.625rem;
}
.search-result-item .event-meta-inline {
  margin-bottom: 0.625rem;
}
.search-result-item__more a {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: #154887;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.search-result-item__more a:hover {
  background: rgb(5.5429864253%, 19.0045248869%, 35.6334841629%);
  color: #fff;
}

.node--type-event .event-detail {
  padding: 1.25rem 0;
  overflow: hidden;
}
.node--type-event .event-meta {
  background: #ededee;
  border-left: 0.25rem solid #154887;
  padding: 1rem 1.25rem;
  float: right;
  width: 17.1875rem;
  margin: 0 0 1rem 1.5rem;
}
.node--type-event .event-meta h3 {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #154887;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d0d0d0;
}
.node--type-event .event-meta > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.625rem;
  color: #85242a;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}
.node--type-event .event-meta > div:last-child {
  margin-bottom: 0;
}
.node--type-event .event-meta > div i {
  color: #154887;
  font-size: 1.125rem;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
.node--type-event .event-meta > div .field {
  display: inline;
}
.node--type-event .event-meta__date .field {
  font-weight: bold;
  color: #333;
}
.node--type-event .event-meta__type .field {
  font-style: italic;
}
.node--type-event .event-meta a {
  color: #27384d;
  text-decoration: underline;
}
.node--type-event .event-meta a:hover {
  color: #154887;
}
.node--type-event .event-body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #636466;
}
.node--type-event .event-body p {
  margin-bottom: 0.875rem;
}

.event-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25rem;
  margin: 0.375rem 0 0.75rem;
}
.event-meta-inline span {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #85242a;
}
.event-meta-inline span i {
  color: #154887;
  font-size: 0.9375rem;
  margin-right: 0.3125rem;
}

.event-listing-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #d0d0d0;
}
.event-listing-item:first-child {
  padding-top: 0;
}
.event-listing-item:last-child {
  border-bottom: none;
}
.event-listing-item__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.75rem 0;
}
.event-listing-item__title a {
  color: #154887;
  text-decoration: none;
}
.event-listing-item__title a:hover {
  text-decoration: underline;
}
.event-listing-item__more {
  margin-top: 0.75rem;
}
.event-listing-item__more a {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: #154887;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.event-listing-item__more a:hover {
  background: rgb(5.5429864253%, 19.0045248869%, 35.6334841629%);
  color: #fff;
}

@media only screen and (max-width: 40em) {
  .tab-bar {
    margin-top: 0.75rem;
    height: 4rem;
    line-height: 4rem;
  }
  .tab-bar-section,
  .right-small {
    height: 4rem;
    line-height: 4rem;
  }
  #header-area {
    padding-top: 0;
  }
  .main-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #bar-area,
  #sub-footer-area,
  #footer-area {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.event-listing-item--sidebar {
  padding: 0.75rem 0;
}
.event-listing-item--sidebar .event-listing-item__title {
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
}
.event-listing-item--sidebar .event-meta-inline {
  flex-direction: column;
  gap: 0.125rem 0;
}