/**
 * Custom CSS
 */
.messages-list__wrapper {
    background-color: var(--color-text-sec);
    color: white;
    padding: 25px;
    border-radius: var(--radius-md);
    box-shadow: var(--block-shadow-sm);
}
.messages-list__wrapper h2 {
    color: white;
}
.messages-list__wrapper a {
    color: white;
    text-decoration: underline;
    text-underline-offset: .15em;
    text-decoration-thickness: .08em;
    text-decoration-color: var(--color-actions);
    transition: var(--link-transition);
}
.messages-list__wrapper a:hover, .messages-list__wrapper a:active, .messages-list__wrapper a:focus, .messages-list__wrapper a:focus-visible {
    color: white;
    text-underline-offset: .15em;
    text-decoration-thickness: .08em;
    text-decoration-color: white;
    transition: var(--link-transition);
}

ul.tabs--primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 0px 0px 30px 0px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.tabs--primary li {
    display: inline;
}
ul.tabs--primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}
ul.tabs--primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
.tabs a {
    color: var(--color-primary);
}
.toolbar-oriented .toolbar-bar {
    z-index: 5020;
}
ul.toolbar-menu li {
    font-size: 1em;
}
ul.toolbar-menu li:before {
    content: none;
}
.home-content.home-contact > .wrapper ~ .wrapper {
    margin-top: 2rem;
}
p.lead {
  color: var(--color-text-sec);
  margin-top: -1.125em;
  margin-bottom: 2rem;
}
