.site-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    flex-grow: 1;
}

.menu {
    border-right: 1px solid #cccccc;
}

.menu-list a {
    background-color: transparent;
}

.is-front-centered {
    width: 40%;
    margin-left: 30%;
    height: fit-content;
    z-index: 50;
}

.is-one-tenth {
    width: 10%;
}

.is-one-fourth {
    width: 25%;
}

.is-two-fourth {
    width: 50%;
}

svg a:hover {
    opacity: 90%;
}

.modal-content {
    width: calc(100vw - 120px);
}

.modal-box-content {
    width: 100%;
    height: calc(100vh - 120px);
}

.modal-svg {
    display: inline;
    width: inherit;
    min-width: inherit;
    max-width: inherit;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}

a {
    color: #485fc7; /* Pre Bulma 1.x colour code for headers, tabs and links */
}

.modal-image {
    object-fit: contain;
}

a.navbar-item:hover {
    background-color: transparent;
}

.tabs li.is-active a {
    color: #485fc7;
    border-bottom-color: #485fc7;
}

.tabs li {
    font-weight: bold;
}

.input {
    color: dimgrey !important;
    background-color: white !important;
}
.input::placeholder {
    color: darkgrey !important;
}

/* Additional styling to support nhs styles */

/* ==========================================================================
   #SIDE-NAV
   ========================================================================== */
.app-side-nav__heading {
    color: #4c6272;
    margin-bottom: 12px;
    padding-top: 4px;
}
.app-side-nav__heading {
    font-weight: 600;
}
.app-side-nav__heading {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}
@media (min-width: 40.0625em) {
    .app-side-nav__heading {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.25;
    }
}
@media print {
    .app-side-nav__heading {
        font-size: 13pt;
        line-height: 1.25;
    }
}
@media (max-width: 48.0525em) {
    .app-side-nav__heading {
        color: #212b32;
    }
    .app-side-nav__heading {
        font-weight: 600;
    }
    .app-side-nav__heading {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.25;
    }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
    .app-side-nav__heading {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.25;
    }
}
@media print and (max-width: 48.0525em) {
    .app-side-nav__heading {
        font-size: 17pt;
        line-height: 1.25;
    }
}
.app-side-nav__list {
    margin-bottom: 0;
}
.app-side-nav__list {
    font-weight: 400;
}
.app-side-nav__list {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
}
@media (min-width: 40.0625em) {
    .app-side-nav__list {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3;
    }
}
@media print {
    .app-side-nav__list {
        font-size: 12pt;
        line-height: 1.3;
    }
}
@media (max-width: 48.0525em) {
    .app-side-nav__list {
        margin-bottom: 8px;
    }
    .app-side-nav__list {
        font-weight: 400;
    }
    .app-side-nav__list {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3;
    }
}
@media (max-width: 48.0525em) and (min-width: 40.0625em) {
    .app-side-nav__list {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3;
    }
}
@media print and (max-width: 48.0525em) {
    .app-side-nav__list {
        font-size: 13pt;
        line-height: 1.3;
    }
}
.app-side-nav__item {
    padding-bottom: 4px;
    padding-top: 4px;
}
.app-side-nav__item--current {
    border-left: 4px solid #005eb8;
    margin-left: -12px;
    padding-left: 8px;
}
.app-side-nav__item--current .app-side-nav__link {
    font-weight: 600;
}
.app-side-nav__link {
    text-decoration: none;
}
@media (max-width: 48.0525em) {
    .app-side-nav__link {
        text-decoration: underline;
    }
}
.app-side-nav__link:visited {
    color: #005eb8;
}
.app-side-nav__link:hover {
    color: #7c2855;
    text-decoration: underline;
}
.app-side-nav__link:focus:hover,
.app-side-nav__link:focus:visited {
    color: #212b32;
}
.app-side-nav__list--nested {
    margin-bottom: 8px;
}
@media (min-width: 40.0625em) {
    .app-side-nav__list--nested {
        margin-bottom: 8px;
    }
}
.app-side-nav__list--nested {
    margin-top: 8px;
}
@media (min-width: 40.0625em) {
    .app-side-nav__list--nested {
        margin-top: 16px;
    }
}
.app-side-nav__list--nested .app-side-nav__item {
    list-style: none;
}
.app-side-nav__list--nested .app-side-nav__item {
    font-weight: 400;
}
.app-side-nav__list--nested .app-side-nav__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
}
@media (min-width: 40.0625em) {
    .app-side-nav__list--nested .app-side-nav__item {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3;
    }
}
@media print {
    .app-side-nav__list--nested .app-side-nav__item {
        font-size: 12pt;
        line-height: 1.3;
    }
}
.app-side-nav__list--nested .app-side-nav__link {
    font-weight: 400;
}
.app-side-nav__list--nested .app-side-nav__item::before {
    color: #aeb7bd;
    content: "—";
    margin-left: -20px;
    margin-right: 4px;
}
.app-width-container {
    max-width: 1100px;
}

.app-page-navigation-list {
    display: flex;
    gap: 1rem;
    list-style-position: inside;
    padding-left: 0;
    list-style: none;
}
.app-page-navigation-list li {
    margin: 0;
}

.app-page-navigation-list__item {
    padding-bottom: 4px;
    padding-top: 4px;
    text-decoration: none;
}

.app-page-navigation-list--current {
    border-bottom: 2px solid #005eb8;
    text-decoration: none;
}

.app-page-navigation-list__item--current .app-page-navigation-list-nav__link {
    font-weight: 600;
}
.app-page-navigation-list-nav__link {
    text-decoration: none;
}
@media (max-width: 48.0525em) {
    .app-page-navigation-list-nav__link {
        text-decoration: underline;
    }
}
.app-page-navigation-list__link:visited {
    color: #005eb8;
}
.app-page-navigation-list__link:hover {
    color: #7c2855;
    text-decoration: underline;
}
.app-page-navigation-list-nav__link:focus:hover,
.app-page-navigation-list__link:focus:visited {
    color: #212b32;
}

table th {
    color: #212b32;
}
