/* Box sizing rules */
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

template {
    display: none
}

a {
    color: var(--link-color);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

a:hover {
    text-decoration: underline;
}

a[href^="tel"] {}

audio,
iframe,
img,
object,
video {
    max-width: 100%
}

iframe,
img {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: hidden
}

blockquote,
dl,
hr,
ol,
p,
table,
ul {
    margin-top: 0;
    margin-bottom: 1.33333em
}

blockquote:last-child,
dl:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

hr {
    border-style: solid
}

figure {
    margin-bottom: 30px
}

.clear:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both
}

a,
button,
input[type="button"],
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="submit"],
label[for] {
    cursor: pointer
}

input[type="search"]::-webkit-input-placeholder {
   color: var(--form-placeholder);
}
input[type="search"]:-moz-placeholder {
   color: var(--form-placeholder);
   opacity:  1;
}
input[type="search"]::-moz-placeholder {
   color: var(--form-placeholder);
}
input[type="search"]::-ms-input-placeholder{
   color: var(--form-placeholder);
}
input[type="search"]::placeholder{
   color: var(--form-placeholder);
}
input[type="search"] {
    -moz-appearance:    textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

a[href^="tel"],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a[href^="tel"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: var(--body-text-color);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none
}

select {
    padding: .45em;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ol,
nav ul {
    list-style: none outside none
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input::placeholder {
    color: inherit;
    opacity: 1
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1
}

textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::placeholder {
    color: inherit;
    opacity: 1
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px var(--lightest) inset
}

input[type=button],
input[type=date],
input[type=email],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

/* Edit button */
.edit-page-button {
    display: none;
    position: fixed;
    top: 0px;
    right: 8px;
    z-index: 9999;

    @media (min-width: 768px) {
        display: block;
    }
}

.edit-page-button:hover {
    cursor: pointer;
}

.edit-page-button>a {
    background-color: rgba(238, 238, 238, .8);
    padding: 0.5rem;
    color: var(--brand-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #e6e7e6;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    box-shadow: 0px 4px 5px -3px #ccc;
}

.edit-page-button>a svg {
    width: 22px;
    height: 22px;
}

.error-page .main-content > * {grid-column: 2/12;}
.error-page .main-content  {
    background-color: var(--brand-light-50p);
    text-align: center;
    padding: 3em 0;
}
.error-page .site-container H1 {
    font-family: var(--font-sansserif);
    font-size: 8rem;
    font-weight: var(--font-normal);
    margin: 0;
}

.error-page .site-container H2 {
    color: var(--accent1);
    font-family: var(--font-sansserif);
    font-size: 2rem;
    font-weight: var(--font-normal);
}

/* grids */

main .main-content>.block {
    padding: 2em 0;
}

footer .footer-grid>.block>* {
    grid-column: 2 / 12;
}

/* custom NCWS */
.ncws footer .footer-grid>.block>* {
    grid-column: 1 / 13;
}
.grid>section {
    grid-column: 1 / 13;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    column-gap: 1em;
    row-gap: 1.5em;
}
.grid>section>*:not(.sectionblock-grid) {
    grid-column: 2 / 12;
}
.grid>section>.sectionblock-grid {
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: auto;
    grid-column: 2 / 12;
}
main.aside .grid>section>.sectionblock-grid {
    grid-column: 1 / 13
}
body.edit-mode .grid>section>.sectionblock-grid {
        grid-column: 1 / 13 !important;
}

.sectionblock-grid {}
body.edit-mode .grid>section>.sectionblock-grid>div:not(.block) {
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: auto;
    grid-column: 1 / 13 !important;
    padding: 0;
}

.grid>section>.sectionblock-grid > .basiccontentblock-icon {
    border-radius: 10px;
    padding: 1em;
}

@media (min-width: 767px) {
    .grid>section {
        column-gap: 1.5em;
    }
    body.edit-mode .grid-60-40>section>.sectionblock-grid>div>:nth-child(odd),
    .grid-60-40>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 2 / 8;
    }
        main.aside .theme-width.grid-60-40>section>.sectionblock-grid>:nth-child(odd),
        main.aside .grid-60-40>section>.sectionblock-grid>:nth-child(odd){
            grid-column: 1 / 8;
        }
    body.edit-mode .grid-60-40>section>.sectionblock-grid>div>:nth-child(even),
    .grid-60-40>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 8 / 12;
    }
        main.aside .theme-width.grid-60-40>section>.sectionblock-grid>:nth-child(even),
        main.aside .grid-60-40>section>.sectionblock-grid>:nth-child(even) {
            grid-column: 8/13;
        }
    body.edit-mode .grid-40-60>section>.sectionblock-grid>div>:nth-child(odd),
    .grid-40-60>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 2 / 6;
    }
        main.aside .theme-width.grid-40-60>section>.sectionblock-grid>:nth-child(odd),
        main.aside .grid-40-60>section>.sectionblock-grid>:nth-child(odd) {
            grid-column: 1 / 6;
        }
    body.edit-mode .grid-40-60>section>.sectionblock-grid>div>:nth-child(even),
    .grid-40-60>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 6 / 12;
    }
        main.aside .theme-width.grid-40-60>section>.sectionblock-grid>:nth-child(even),
        main.aside .grid-40-60>section>.sectionblock-grid>:nth-child(even) {
            grid-column: 6/13;
        }
    body.edit-mode .grid-50-50>section>.sectionblock-grid>div>:nth-child(odd),
    .grid-50-50>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 2 / 7;
    }
        main.aside .theme-width.grid-50-50>section>.sectionblock-grid>:nth-child(odd),
        main.aside .grid-50-50>section>.sectionblock-grid>:nth-child(odd) {
            grid-column: 1 / 7;
        }
    body.edit-mode .grid-50-50>section>.sectionblock-grid>div>:nth-child(even),
    .grid-50-50>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 7 / 12;
    }
        main.aside .theme-width.grid-50-50>section>.sectionblock-grid>:nth-child(even),
        main.aside .grid-50-50>section>.sectionblock-grid>:nth-child(even) {
            grid-column: 7 / 13;
        }

    body.edit-mode .theme-width.grid-60-40>section>.sectionblock-grid>div>:nth-child(odd),
    .theme-width.grid-60-40>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 3 / 8;
    }
        main.aside .bg-color.grid-60-40>section>.sectionblock-grid>:nth-child(odd){
            padding-left: 1rem;
        }
    body.edit-mode .theme-width.grid-60-40>section>.sectionblock-grid>div>:nth-child(even),
    .theme-width.grid-60-40>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 8 / 11;
    }
        main.aside .bg-color.grid-60-40>section>.sectionblock-grid>:nth-child(even){
            padding-right: 1rem;
        }
    body.edit-mode .theme-width.grid-40-60>section>.sectionblock-grid>div>:nth-child(odd),
    .theme-width.grid-40-60>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 3 / 6;
    }
        main.aside .bg-color.grid-40-60>section>.sectionblock-grid>:nth-child(odd){
            padding-left: 1rem;
        }
    body.edit-mode .theme-width.grid-40-60>section>.sectionblock-grid>div>:nth-child(even),
    .theme-width.grid-40-60>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 6 / 11;
    }
        main.aside .bg-color.grid-40-60>section>.sectionblock-grid>:nth-child(even){
            padding-right: 1rem;
        }
    body.edit-mode .theme-width.grid-50-50>section>.sectionblock-grid>div>:nth-child(odd),
    .theme-width.grid-50-50>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 3 / 7;
    }
        main.aside .bg-color.grid-50-50>section>.sectionblock-grid>:nth-child(odd){
            padding-left: 1rem;
        }
    body.edit-mode .theme-width.grid-50-50>section>.sectionblock-grid>div>:nth-child(even),
    .theme-width.grid-50-50>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 7 / 11;
    }
        main.aside .bg-color.grid-50-50>section>.sectionblock-grid>:nth-child(even){
            padding-right: 1rem;
        }
}

@media (min-width: 1225px) {
    .grid>section {
        column-gap: 2em;
    }
}

@media (max-width: 766px) {
    .grid-60-40>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 2 / 12;
    }
    .grid-60-40>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 2 / 12;
    }
    .grid-40-60>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 2 / 12;
    }
    .grid-40-60>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 2 / 12;
    }
    .grid-50-50>section>.sectionblock-grid>:nth-child(odd) {
        grid-column: 2 / 12;
    }
    .grid-50-50>section>.sectionblock-grid>:nth-child(even) {
        grid-column: 2 / 12;
    }
}

.sectionblock.grid.bg-color .block.bg-color {
    background: rgba(255, 255, 255, 0.55);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .3em;
}

h1.heading-bar,
h2.heading-bar,
h3.heading-bar,
h4.heading-bar,
h5.heading-bar,
h6.heading-bar {
    display: block;
    padding: 12px;
}

h1.heading-bar.dark,
h2.heading-bar.dark,
h3.heading-bar.dark,
h4.heading-bar.dark,
h5.heading-bar.dark,
h6.heading-bar.dark {
    color: var(--lightest);
    background: var(--brand-color);
}

h1.heading-bar.light,
h2.heading-bar.light,
h3.heading-bar.light,
h4.heading-bar.light,
h5.heading-bar.light,
h6.heading-bar.light {
    color: var(--heading-light-text);
    background: var(--accent3-50);
}



h1 {
    font-size: 3.75rem;
    line-height: 1.2em;
    font-family: var(--font-serif);
    color: var(--heading-light-text);
    font-optical-sizing: auto;
    font-weight: 700;
}

.newscontentpage main h1:first-child {
    margin-bottom: .1em;
}

@media (min-width: 767px) and (max-width: 1050px) {
    body h1 {
        font-size: 3.8vw;
    }
}

@media (max-width: 766px) {
    body h1 {
        font-size: 2.8em;
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 1.2em;
    font-family: var(--font-serif);
    font-optical-sizing: auto;
    font-weight: 700;
}

@media (min-width: 767px) and (max-width: 1050px) {
    body h2 {
        font-size: 3.2vw;
    }
}

@media (max-width: 766px) {
    body h2 {
        font-size: 2.1em;
    }
}

h3 {
    font-size: 1.8rem;
    line-height: 1.2em;
    font-family: var(--font-serif);
    font-optical-sizing: auto;
    font-weight: 700;
}

@media (min-width: 767px) and (max-width: 1050px) {
    body h3 {
        font-size: 2.9vw;
    }
}

@media (max-width: 766px) {
    body h3 {
        font-size: 1.4em;
    }
}

h4 {
    font-size: 1.45rem;
    line-height: 1.2em;
    font-family: var(--font-sansserif);
    font-weight: 600;
}

h5 {
    font-size: 1.2rem;
    line-height: 1em;
    font-family: var(--font-sansserif);
    font-weight: 700;
}


h6 {
    font-size: 1rem;
    line-height: 1em;
    font-family: var(--font-sansserif);
    font-weight: 700;
}

p {
    font-size: 1rem;
    line-height: 1.6em;
    font-family: var(--font-sansserif);
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .fa, a, body, button, div, li, ol, p, ul {
        font-size: 21px;
    }
}

.main .date-posted {
    font-weight: bold;
}

/* WYSIWYG class names */
p,
h1,
h2,
h3,
h4,
img,
table,
ul,
figure,
ol,
quote,
code,
dl,
iframe,
menu,
video {
    &.left {
        margin: 0 .8em .6em 0;
        float: left;
    }

    &.right {
        margin: 0 0 .6em .8em;
        float: right;
    }

    &.center {
        text-align: center;
        margin: 0 auto;
    }
}

.width10, .width20,.width30,.width40,.width50,.width60,.width70,.width80,.width90{
    display: inline-block;
    vertical-align: top;

    >img {
        max-width: 100%;
        height: auto;
    }
    &:nth-child(odd) {
        margin-right:1rem;
    }
    &:nth-child(even) {
        margin-left:1rem;
    }
}
.width100 > img {max-width: 100%; height: auto}

.width10{width:9%}
.width20{width:19%}
.width25{width:24%}
.width30{width:29%}
.width40{width:39%}
.width50{width:48%}
.width60{width:59%}
.width70{width:69%}
.width75{width:74%}
.width80{width:79%}
.width90{width:89%}
.width100{width:100%}
@media only screen and (max-width:768px){
    .width10,.width20,.width25,.width30{width:48%;}
    .width40,.width50,.width60,.width70,.width75,.width80,.width90{width:100%}
}
@media only screen and (max-width:480px){
    .width10,.width20,.width25,.width30{width:100%;}
}

.locked,
.icon-pdf,
.icon-word,
a.locked,
a.icon-pdf,
a.icon-word {}

.locked:after,
.icon-pdf:after,
.icon-word:after,
a.locked:after,
a.icon-pdf:after,
a.icon-word:after {
    content: " ";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.locked:after,
a.locked:after {
    background-image: url(/globalassets/global-images-and-files/images/icons/lock-green.png);
}

.icon-pdf:after,
a.icon-pdf:after {
    background-image: url(/static/img/icons/pdf.png);
}

.icon-word:after,
a.icon-word:after {
    background-image: url(/static/img/icons/word.png);
}

body a.bttn,
body button.bttn {
color: var(--brand-color);
    padding: .70rem 2rem .55rem 2rem;
    cursor: pointer;
    text-decoration: none;
    background-color: var(--lightest);
    border: 2px solid var(--brand-color);
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin: 0 0 1em 0;
    font-size: 1.12rem;
}

body a.bttn.one,
button.bttn.one {
    color: var(--darkest);
    background-color: var(--accent1);
}

body a.bttn.two,
button.bttn.two {
    color: var(--lightest);
    background-color: var(--brand-color);
}

body a.bttn.three,
button.bttn.three {
    color: var(--darkest);
    background-color: var(--accent5);
}

body a.bttn.four,
button.bttn.four {
    color: var(--lightest);
    background-color: var(--accent3);
}

body a.bttn.five,
button.bttn.five {
    background: linear-gradient(90deg, var(--accent1) 0, var(--accent4) 100%); 
    transition: --myColor1 1s ease-out, --myColor2 1s ease-out;
}

.button-arrow.bttn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button-arrow.bttn:after {
    position:relative;
    top: -1px;
    content: "\f061";
    width: auto;
    display: inline-block;
    margin-left: .75rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 1.5rem;
}

body a.bttn:hover,
body a.bttn:active,
body a.bttn:focus,
body button.bttn:hover,
body button.bttn:active,
body button.bttn:focus {
    background: var(--accent1);
    color: var(--lightest);
}

body .block a.bttn.one:hover,
body .block a.bttn.one:focus,
body .block a.bttn.one:active,
.block button.bttn.one:hover,
.block button.bttn.one:focus,
.block button.bttn.one:focus {
    background-image: linear-gradient(rgb(0 0 0 / 50%) 0 0);
}
i.fa.fa-solid.fa-arrow-right {
    margin-left: .5rem
}

ul.left,
ol.left,
dl.left,
table.left,
figure.left,
p.left,
img.left {
    float: left;
    margin: 0 1em 1em 0;
}

ul.right,
ol.right,
dl.right,
table.right,
figure.right,
p.right,
img.right {
    float: right;
    margin: 0 0 1em 1em;
}

ul.center,
ol.center,
dl.center,
table.center,
figure.center,
p.center,
img.center,
span.center,
h1.center,
h2.center,
h3.center,
h4.center {
    text-align: center;
}

.main-content li {
    margin-bottom: 0.35em;
    line-height: 1.3em;
}

ol.li-spacing>li,
ul.li-spacing>li {
    margin-bottom: 1.5em;
}

.round-image {
    border-radius: 50%;
}


.aligncenter,
.alignleft,
.alignnone,
.alignright {
    margin: 5px 15px 1.33333em
}

.alignleft {
    margin-left: 0
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .alignleft {
        margin: 5px 0 10px
    }
}

.alignright {
    margin-right: 0
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .alignright {
        margin: 5px 0 10px
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .alignnone {
        margin: 5px 0 10px
    }
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .aligncenter {
        margin: 5px 0 10px
    }
}

.block.center {
    text-align: center;
}

.bg-color {
    background-color: var(--brand-light-50p);
}
.bg-color.pale,
.bg-color-pale {
    background-color: var(--pale);
}

.bg-color.brand,
.bg-color-brand {
    background-color: var(--brand-color);
    color: var(--lightest);
}

.bg-color.brand *:not(.bttn):not(.heading-bar):not(.btn__text):not(.btn__text .fa), 
.bg-color-brand *:not(.bttn):not(.heading-bar):not(.btn__text):not(.btn__text .fa) {
    color: var(--lightest);
}

.bg-color.darkest,
.bg-color-darkest {
    background-color: var(--darkest);
    color: var(--lightest);
}

.bg-color.darkest *:not(.bttn):not(.heading-bar):not(.btn__text):not(.btn__text .fa),
.bg-color-darkest *:not(.bttn):not(.heading-bar):not(.btn__text):not(.btn__text .fa) {
    color: var(--lightest);
}
section.section>.sectionblock.bg-color>section.section {
    padding: 2rem;
}

/*section page list*/
body.items-border .main-content .featured-items > li {
    border: 1px solid var(--border);
    padding: 1.5em;
}

.border-items .list>* {
    border: solid 1px var(--border);
    padding: 2rem;
}

.border-right .list>* {
    border-right: solid 1px var(--border);
    padding: 2rem;
}

.border-right .list>*:nth-child(3n) {
    border-right-width: 0;
}

.border-items .list>*> :first-child {
    margin-top: 0;
}

.simple-content-collection .heading h3 {
    color: var(--accent1);
    margin-top: 0;
}

.simple-content-collection .description p {
    margin-top: 0;
}

.simple-content-collection .heading+.description p {
    margin-top: .5rem;
}

.pagelistingblock-people2 .staff-list li h3.displayname {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.simple-content-collection .list .inner>a {
    text-decoration: none;
}
.simple-content-collection .has-link .description {
    color: var(--body-text-color)
}
.simple-content-collection .has-link .description a {
    color: var(--link-color)
}

.simple-content-collection a:focus h3,
.simple-content-collection a:active h3,
.simple-content-collection a:hover h3 {
    text-decoration: underline;
    color: var(--brand);
}

.simple-content-collection .list>.has-link:focus,
.simple-content-collection .list>.has-link:active,
.simple-content-collection .list>.has-link:hover {
    background-color: rgba(0, 0, 0, 0.04);
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 8px 8px 18px #888888;
}

/* Mobile Fixes */

@media (max-width:766px) {

   /* .main.grid-container>aside+.main-content {
        grid-column: 1/13;
        grid-row: 2/2;
    }

    .main>aside.aside-area {
        grid-column: 2/13 !important;
    }*/

    .simple-content-collection .list{
        grid-template-columns: 1fr;
    }
    
    .border-right .list>*{
        border-right: none;
    }

    .menu-footer > ul{
        grid-auto-flow: revert !important;
    }
}

.personpage .image img {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    max-width: 25%;
}

.personpage {
    padding-bottom: 2rem;
}

/* breadcrumb block */
main .main-content>.block.breadcrumbblock {
    padding: 2em 0 0 0;
}

main section aside.related-links {
	display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: max-content;
    column-gap: inherit;
    row-gap: 1em;
}
main section aside.related-links .linklist {
    grid-column: 2 / 12;
}