@import 'https://use.typekit.net/bjf4vgw.css'; /* Elza font */

:root {
    height: 100%;
    --max-width: 70em;
    --tablet-width: 768px;
    --mobile-width: 425px;

    --bsu-red: #BA0C2F;
}

/*region CSS Reset*/

/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
    font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
    isolation: isolate;
}

/*endregion*/

/*region Framing Blocks (OLD)*/
:root {
    --primary: #9d0f27;
    --max-width: 70em;
    --tablet-width: 768px;
    --mobile-width: 425px;
}

html {
    background: #BA0C2FFF;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

img[height] {
    height: auto;
}

a {
    color: #ba0c2f;
}

a:focus, a:hover {
    color: #ba0c2f;
}

a h3 {
    color: inherit;
}

a h3:hover {
    color: inherit;
    text-decoration: none;
}


body {
    background: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
}

table {
    font-size: 16px;
}

#page-block {
    /* A master block that wraps all the page content. */
    min-height: 700px;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff;
    vertical-align: top;
}

#title-banner {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #333366;
    width: 100%;
    height: 70px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


#content {
    /* Since this block is inside the page-block, which is 1000 px wide,
       but has 200px margins on right and left, and 40 px of padding on each side,
       you have 560px of width to use
       for divs that you put inside this one. */
    /*margin-right: 200px; */
    /* margin-left: 200px; */
    padding: 20px;
    background-color: #ffffff;
}

img {
    border: 0;
}

/*endregion*/

/*region Text Styles (OLD)*/

body, td, input, select, textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
}


.smalltxt {
    font-size: 10px;
    color: black;
}

.err {
    color: black;
    margin-left: 10px;
    padding-left: 5px;
}

.bold {
    font-weight: bold;
}

/*endregion*/

/*region Block Styles (OLD)*/

.centered {
    text-align: center;
}

.right {
    float: right;
    margin-right: 5px;
}

div.thumbnail-box {
    float: left;
    margin-right: 12px;
}

.thumbnail-box {
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: center;
    border: 1px solid #999999;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


.block {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*endregion*/

/*region Shared elements (OLD)*/

div.active-records {
    text-align: center;
    margin: 5px 0;
}

div.display-options {
    /*padding-bottom: 12px;*/
    float: right;
}

div.display-options div {
    /*padding-left: 5px;
    padding-right: 10px;*/
    display: inline;
}

.navtxt {
    /* font-size: 14px; */
    color: #999999;
}

.navtxt .fa {
    padding-left: 5px;
    padding-right: 5px;
}

a.navtxt, .navtxt a, a.navtxt:active, .navtxt a:active, a.navtxt:visited, .navtxt a:visited {
    color: black;
    text-decoration: none;
    padding: 15px;
}

.navtxt:not(a) span {
    padding: 15px;
}

a.navtxt:hover, .navtxt a:hover, a.navtxt:visited:hover, .navtxt a:visited:hover {
    color: black;
    text-decoration: none;
    background-color: #e8e8e8;
}

/*endregion*/

/* NEW PAGE STYLES START HERE */

/*region Body and Main styles*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex: 1;
    background-color: white;
    padding: 1rem 0 2rem;
}

/*endregion*/

/*region Search bar styles*/

div.searchBar > div.container > form.form-headerSearch > div.input-group {
    display: flex;
}

div.searchBar {
    background: #fff;
    padding-inline: 1em;
    padding-top: 1.75em;
    padding-bottom: 1.3em;
}

div.searchBar > div.container {
    padding-inline: 0;
    max-width: var(--max-width);
}

.form-headerSearch {
    display: block;
    width: 100%;
    border-radius: .2em;
    border: .15em solid #54585A;
}

.form-headerSearch .input-group .form-control {
    padding-left: .5em;
    border-radius: .2em;
    border: none;
}

.form-headerSearch .input-group .form-control:focus {
    outline: none;
}

.form-headerSearch .input-group .form-control::placeholder {
    font-size: 1.1em;
    font-weight: 500;
    font-family: Elza, serif;
}

.form-headerSearch .input-group .input-group-btn button {
    background: none;
    border: none;
    color: black;
}

@media screen and (max-width: 425px) {
    div.searchBar {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    div.searchBar {
        padding-top: 1.375em;
        padding-bottom: 1.15em;
    }
}

/*endregion*/

/*region page nav styles*/
.page-nav-container {
    font-family: Elza, serif;
    font-weight: bold;
    padding-top: 1em;
    padding-inline: 1.25em;
    text-align: center;
}
.page-nav-container .page-nav-pagination{
    font-size: 1rem;
    padding-inline: 1rem;
}

.page-nav-container .btn {
    width: fit-content;
    font-family: Elza, serif;
    font-weight: 600;
    font-size: 1em;
    border: 2px solid;
    border-radius: .3em;
    padding: .25em 0 0 0;
}

.flex-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
    gap: 0.5rem;
}

.nav-left, .nav-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
}

.nav-left .btn, .nav-right .btn {
    width: 7.5em;
}

.nav-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.125em;
}

/* Optional: button spacing consistency */
.flex-nav .btn, .flex-nav .btn {
    white-space: nowrap;
}

/* Mobile layout adjustment */
@media (max-width: 768px) {
    .nav-left, .nav-right {
        flex-direction: column;
        align-items: stretch;
    }

    .nav-left .btn, .nav-right .btn{
        width: 6em;
    }

    .nav-center {
        font-size: 1.25em;
    }
}


.nav-divider {
    border-top: 2px solid var(--bsu-red);
}
/*endregion*/

/*region Footer styles*/

footer {
    background-color: var(--bsu-red);
    padding: 2.25em 3em;
    font-size: clamp(.525rem, 1.4vw, .6rem);
}

footer .footer-content {
    display: flex;
}

footer .logo-container {
    background-size: contain;
    place-content: center;
}

footer .logo-container img {
    height: 12.5em;
}

footer .logo-container:has(.bsu-logo) {
    margin-left: auto;
}

footer ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    margin-left: 5.25em;
    gap: .85em;
}

footer ul li, footer ul li a {
    color: white;
    font-family: Elza, serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: normal;
}

footer ul li a:hover {
    color: inherit;
}

footer ul li::marker {
    display: none;
}

@media screen and (max-width: 425px) {
    footer {
        padding: 2em 2em;
    }

    footer .footer-content {
        justify-content: space-between;
    }

    footer .footer-content ul {
        display: none;
    }

    footer .logo-container img {
        height: 10em;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    footer {
        padding: 2em 2em;
    }

    footer .footer-content {
        justify-content: space-between;
    }

    footer .footer-content ul {
        margin-left: 2.75em;
    }
}

/*endregion*/

/*region Portfolios / landing page*/

.portfolio-list-page {
    font-size: clamp(.6rem, 1.4vw, 1rem);
}

/* page title */

.portfolio-list-page > .page-title {
    width: auto;
    max-width: var(--max-width);
    font-family: Elza, serif;
    margin-bottom: 4em;
    margin-inline: auto;
    padding-inline: 1em;
}

.portfolio-list-page > .page-title > h1.h2 {
    font-size: 3.25em;
    font-weight: bold;
    text-align: center;
    text-wrap: pretty;
}

.portfolio-list-page > .page-title > p:first-of-type {
    font-size: 1.315em;
    font-weight: 500;
    text-align: center;
    padding-inline: 4.15em;
}

@media screen and (max-width: 425px) {
    .portfolio-list-page > .page-title > h1.h2 {
        padding-inline: .5em;
        font-size: 3.25em;
    }

    .portfolio-list-page > .page-title > p:first-of-type {
        font-size: 1.5em;
        padding-inline: 1em;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    .portfolio-list-page > .page-title > h1.h2 {
        padding-inline: .5em;
    }

    .portfolio-list-page > .page-title > p:first-of-type {
        font-size: 1.5em;
        padding-inline: 2.25em;
    }
}

/* portfolio items */

.portfolio-container {
    display: grid;
    max-width: calc(var(--max-width) + 2em); /* max width plus padding-inline value */
    width: auto;
    grid-auto-flow: row dense;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding-inline: 2em;
    margin-inline: auto;
    row-gap: 6em;
    column-gap: 3em;
    font-size: clamp(.5rem, 1.4vw, 1rem);
}

.portfolioItem {
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.portfolioItem .card-img-top {
    width: 100%;
}

.portfolioItem .card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.portfolioItem .card-body {
    font-family: Elza, serif;
    text-transform: capitalize;
    padding: 1.75em 0 0;
}

.portfolioItem .card-body .card-title {
    text-align: center;
    text-wrap: pretty;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
}

@media screen and (max-width: 425px) {
    .portfolio-container {
        grid-template-columns: minmax(0, 1fr);
        padding-inline: 3em;
    }

    .portfolioItem .card-body .card-title {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    .portfolio-container {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .portfolioItem .card-body .card-title {
        font-size: 2em;
    }
}

/*endregion*/

/*region Portfolio page*/

.portfolio-display-page {
    position: relative;
    font-family: Elza, serif;
    max-width: var(--max-width);
    margin-inline: auto;
    font-size: clamp(.5rem, 1.4vw, 1rem);
    margin: auto;
}

.portfolio-display-page .title-and-nav{
    height: fit-content;
    margin: auto;
    max-width: var(--max-width);
    padding: 1rem;
}

.portfolio-display-page .portfolio-info-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;

    align-content: center;
    padding: 1em;
    gap: 2em;
}

.portfolio-display-page .portfolio-thumbnail-container{
    height: auto;
}

.portfolio-display-page .portfolio-thumbnail{
    width: 100%;
    aspect-ratio: 1/1.125;
    object-fit: cover;
    object-position: 50% 20%;
}

.portfolio-display-page .portfolio-title-and-desc{
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin: auto;
    padding-block: 1em;
    padding-bottom: 4em;
    position:relative;
    height: 100%;
}

.portfolio-display-page .portfolio-title-and-desc h2{
    font-weight: 900;
    font-size: 2.5em;
}

.portfolio-display-page .portfolio-desc {
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;

    color: #000;
    font-family: Elza, serif;
    font-size: 1.275em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.portfolio-display-page .portfolio-desc-small {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    line-clamp: 13;
}

.portfolio-display-page .portfolio-title-and-desc button {
    width: fit-content;
    font-family: Elza, serif;
    font-weight: 600;
    font-size: 1.2em;
    border: 2px solid;
    border-radius: .3em;
    position:absolute;
    right: .6em;
    bottom: 0;
    padding: .25em 0.75em 0 0.75em;
}

.portfolio-display-page .portfolioList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, .25fr));
    margin-top: 4em;
    margin-bottom: 2em;
    margin-inline: 1.5em;
    gap: 2.5em;
}

.portfolio-display-page .portfolio-card {
    gap: 1em;
    width: 100%;
}

.portfolio-display-page .portfolio-image-container {
    aspect-ratio: 1 / 1;
}

.portfolio-display-page .portfolio-image-container a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portfolio-display-page .portfolio-card .card-title {
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;

    margin-top: 1em;
    margin-bottom: 0;
    padding-inline: .5em;
    font-size: max(1rem, 1.25em);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-decoration-color: var(--bsu-red);
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.portfolio-display-page > span {
    position: absolute;
    right: 0;
    top: 4em!important;
    z-index: 1000;
}

.portfolio-display-page .pageHeader h2 {
    position: relative;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 2em;
    text-align: center;
    padding-inline: .35em;
}

.portfolio-display-page .pageHeader h1 {
    position: relative;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    padding-inline: .35em;
}

.portfolio-display-page .row {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 424px) {
    .page-nav-container .btn {
        font-size: 0.7rem;
    }
    .page-nav-container .page-nav-pagination{
        font-size: 0.7rem;
    }
    .portfolio-display-page {
        font-size: clamp(.5rem, 2.5vw, 1.25rem);
    }

    .portfolio-display-page  > .page-title > h1.h2 {
        padding-inline: .5em;
        font-size: 3.25em;
    }

    .portfolio-display-page  > .page-title > p:first-of-type {
        font-size: 1.5em;
        padding-inline: 1em;
    }

    .portfolio-display-page .portfolioList {
        grid-template-columns: repeat(2, minmax(0, .5fr));
        gap: 2em;
    }

    .portfolio-display-page .portfolio-thumbnail-container {
        width: 100%;
    }
}

@media screen and (max-width: 750px) and (min-width: 425px) {
    .page-nav-container .btn {
        font-size: 0.8rem;
    }
    .page-nav-container .page-nav-pagination{
        font-size: 0.8rem;
    }

    .portfolio-display-page .title-and-nav {
        align-items: center;
    }

    .portfolio-display-page .portfolioList {
        grid-template-columns: repeat(3, minmax(0, .333fr));
        gap: 1.75em;
    }

    .portfolio-display-page .portfolio-thumbnail-container {
        width: 65%;
        margin-inline: auto;
    }
}

@media screen and (max-width: 750px) {
    .portfolio-display-page .portfolio-info-container {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, auto) minmax(0, 1fr);
        gap: 1.75em;
    }

    .portfolio-display-page .portfolio-title-and-desc {
        gap: 1em;
    }

    .portfolio-display-page .portfolio-title-and-desc h2 {
        font-size: 2.75em;
        text-align: center;
        margin-bottom: 0;
    }

    .portfolio-display-page .portfolio-desc {
        font-size: 1.5em;
    }
}

/*endregion*/

/*region Object info page*/

.object-page {
    max-width: var(--max-width);
    margin-inline: auto;
    font-size: clamp(.6rem, 1.4vw, 1rem);
}

.object-images-container .main-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.object-images-container .main-image-container img {
    width: 32.5em;
    object-fit: contain;
}

.object-images-container .additional-images-wrapper > h3 {
    font-family: Elza, serif;
    font-size: 1.65em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 1em 0 .65em;
    padding: 0;
}

.object-images-container .additional-images-wrapper .additional-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.object-images-container .additional-images-wrapper .additional-images img {
    width: 10em;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}

.object-title {
    text-align: center;
    font-family: Elza, serif;
    font-size: 3.35em;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.1rem;
    padding: 0;
    margin: 1.5em 0 0;
}

.no-images-notice {
    font-family: Elza, serif;
    text-align: center;
    color: #54585A;
    font-size: 1.25em;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin: .5em 0 0;
    padding: 0;
}

.object-info {
    margin-top: 10em;
    padding-inline: 1.75em
}

.object-info > .info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-family: Elza, serif;
    border-bottom: .15em solid #54585A;
    padding-bottom: .55em;
}

.object-info > .info-item:not(:first-child) {
    margin-top: 3em;
}

.object-info > .info-item > * {
    max-width: 20em;
}

.object-info > .info-item > h3 {
    text-transform: uppercase;
    font-size: 1.75em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.object-info > .info-item > p {
    color: #54585A;
    text-align: right;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.object-info > .info-item.secondary {
    margin-top: 1.45em;
}

.object-info > .info-item.secondary > h3 {
    color: #54585A;
    font-size: 1.15em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.object-info > .info-item > p > a {
    color: #54585A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

p.notice {
    color: #54585A;
    max-width: min(47.5em, 95%);
    margin-top: 3em;
    text-align: center;
    font-family: Elza, serif;
    font-size: clamp(1rem, 2.25vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-inline: auto;
}

p.notice > a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (max-width: 425px) {
    .object-page {
        font-size: clamp(.5rem, 2.5vw, 1.25rem);
    }

    .object-title {
        margin-top: 1em;
        padding-inline: .5em;
    }

    .object-info {
        margin-top: 4em;
    }

    .object-info > .info-item {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 100%;
        width: 100%;
    }

    .object-info > .info-item:not(:first-child):not(.secondary) {
        margin-top: 2.5em;
    }

    .object-info > .info-item.secondary {
        margin-top: 1em;
    }

    .object-info > .info-item > h3 {
        font-size: 2.25em;
    }

    .object-info > .info-item.secondary > h3 {
        font-size: 1.75em;
    }

    .object-info > .info-item > p {
        font-size: 1.75em;
        margin-left: auto;
        width: max(80%, 15em);
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    .object-page {
        font-size: clamp(.3rem, 1.6vw, 1rem);
    }

    .object-title {
        margin-top: 1em;
        padding-inline: .5em;
    }

    .object-info {
        margin-top: 4em;
    }

    .object-info > .info-item:not(:first-child):not(.secondary) {
        margin-top: 2em;
    }

    .object-info > .info-item > h3 {
        font-size: 2.25em;
    }

    .object-info > .info-item.secondary > h3 {
        font-size: 1.75em;
    }

    .object-info > .info-item > p {
        font-size: 1.75em;
    }
}

/*endregion*/

/*region Help page*/

.help-page {
    font-family: Elza, serif;
}

.help-page h1 {
    font-size: 3.25rem;
}

.help-page h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

/*endregion*/

/*region "Search the Collection" page*/

.search-page {
    font-family: Elza, serif;
}

.search-page .search-page-title {
    margin-top: .75em;
    margin-bottom: 1em;
}

.search-page .form-group.row label {
    text-transform: uppercase;
    font-weight: 600;
}

.search-page select, .search-page input {
    font-family: Elza, serif;
}

@media screen and (max-width: 425px) {
    .search-page .search-page-title {
        font-size: 1.9rem;
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .search-page .form-group .col-sm-4:nth-of-type(2) {
        margin-top: .5em;
    }
}

/*endregion*/

/*region Artists page*/

.browse-artists-page {
    font-family: Elza, serif;
}

/*endregion*/

/*region Artist-Maker page*/
.artist-maker-page {
    font-family: Elza, serif;
    max-width: var(--max-width);
    margin-inline: auto;
    font-size: clamp(.75rem, 1.4vw, 1rem);
}

.artist-maker-page .artist-title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 3em;
    text-align: center;
    padding-inline: .35em;
}

.artist-maker-page .artist-details {
    font-weight: 500;
    text-align: center;
    padding-inline: .35em;
}

.artist-maker-page .artist-details > p {
    margin-bottom: 0;
    font-size: 1.25em;
}

.artist-maker-page .artist-objects-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, .25fr));
    margin-top: 4em;
    margin-inline: 1.5em;
    gap: 2em;
}

.artist-maker-page .artist-objects-container .artist-object .image-container {
    aspect-ratio: 1 / 1;
}

.artist-maker-page .artist-objects-container .artist-object .image-container > a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.artist-maker-page .artist-objects-container .artist-object .artist-object-title {
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;

    margin-top: 1em;
    padding-inline: .5em;
    font-size: max(1rem, 1.25em);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-decoration-color: var(--bsu-red);
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

@media screen and (max-width: 425px) {
    .artist-maker-page .artist-objects-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.45em;
    }

    .artist-maker-page .artist-objects-container .artist-object .artist-object-title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    .artist-maker-page .artist-objects-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5em;
    }
}

/*endregion*/

/*region Login page*/
.login-page {
    font-family: Elza, serif;
}

.login-page p, .login-page label {
    font-weight: 500;
}
/*endregion*/

/* NEW PAGE STYLES END HERE */

/*region Page: IndexTree.htm (OLD)*/

.browse a {
    text-decoration: none;
    color: black;
}

.browse a:hover, .browse a:focus {
    text-decoration: none;
    color: #000;
}

.index-tree-label a {
    text-decoration: none;
    color: black;
}

.index-tree-label a:hover, .index-tree-label a:focus {
    text-decoration: none;
    color: #000;
}


div.index-tree-banner {
    border-bottom: 1px double black;
    width: 600px;
    margin-top: 24px;
    margin-bottom: 24px;
}

div.index-tree-banner-thumbnail-box {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
}

div.index-tree-text {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    text-align: left;
    padding: 4px;
}

div.index-tree-record-box {
    display: inline-block;
    width: 290px;
    padding: 10px;
}

div.index-tree-thumbnail {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    padding: 10px;
}

div.index-tree-label {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    text-align: left;
}

/*endregion*/

/*region Page: PortfolioIndex.htm (OLD)*/

.for-full-listing {
    font-size: 18px;
    padding-top: 40px;
}

.for-full-listing a {
    color: black;
}

.for-full-listing a:hover {
    text-decoration: none;
}

div.portfolio-index-record-box {
    display: inline-block;
    /*width: 200px; */
    padding: 10px;
    border: 3px solid transparent;
}

div.portfolio-index-record-box:hover {
    border: 3px solid black;
    opacity: 0.8;
}


div.portfolio-index-thumbnail {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}

.portfolio-index-thumbnail img {
    height: 80px;
    width: 80px;
}

div.portfolio-index-label {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: left;
}

div.portfolio-index-label a {
    text-decoration: none;
    color: black;
}

div.portfolio-index-label a:hover, div.portfolio-index-label a:focus {
    text-decoration: none;
    color: #000;
}

/*endregion*/

/*region Page: MultipleRecords/Portfolio.htm (OLD)*/


#portfolio td {
    padding: 1rem;
}

div.portfolio-record-box {
    /* display: block; */
    display: inline-block;

    /* padding: 20px; */
    padding: 4px;
    padding-bottom: 50px;

    /* min-width: 200px; */
    /* min-height: 300px; */
    /* max-height: 450px; */
    border: 3px solid transparent;

    /* height: 450px; */
}

.hoverOutline:hover {
    /* border: 2px solid darkgray; */
    background-color: #dfdfdf;
    opacity: 0.8;
}

div.portfolio-record-box:hover {
    border: 3px solid black;
    opacity: 0.8;
}

div.portfolio-thumbnail {
    vertical-align: bottom;
    /* display: block; */
    display: inline-block;
    padding-bottom: 10px;
    width: 330px;
    text-align: center;
    background-color: #fff;
}

div.portfolio-label {
    display: inline-block;
    width: 330px;
    text-align: left;
}

div.portfolio-label a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

div.portfolio-label a:hover, div.portfolio-label a:focus {
    color: black;
}

/*endregion*/

/*region Page: MultipleRecords/thumbnails.htm (OLD)*/

#thumbnail td {
    padding: 5px;
}

div.thumbnail-record-box {
    display: inline-block;
    vertical-align: top;
    /*width:*/ /* TODO: this was left blank?? */
    padding: 20px;
    border: 3px solid transparent;
}

div.thumbnail-record-box:hover {
    border: 3px solid black;
    opacity: 0.8;
}

div.thumbnail-thumbnail {
    /*display: inline-block;
    vertical-align:middle;
    width: 400px;
    height: 300px;*/
    text-align: center;
    /*background-color: #fff;*/
}

div.thumbnail-label {
    /*display: inline-block;
    width: 400px;*/
    text-align: center;
    /*vertical-align:bottom;*/
}

div.thumbnail-label a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

/*endregion*/

/*region Page: MultipleRecords/artistobjects.htm (OLD)*/

#artobj td {
    padding: 5px;
}

div.artobj-record-box {
    display: block;
    padding: 20px;
    height: 360px;
    border: 3px solid transparent;
}

div.artobj-record-box:hover {
    border: 3px solid black;
    opacity: 0.8;
}

div.artobj-thumbnail {
    background-color: #fff;
}

div.artobj-label {
    text-align: left;
}

div.artobj-label a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

/*endregion*/

/*region Page: Users/Portfolio.htm (OLD)*/

#user-portfolio td {
    padding: 5px;
}

div.user-portfolio-record-box {
    display: inline-block;
    width: 600px; /* TODO: check this, was originally '600', which isn't good syntax */
    padding: 4px;
}

div.user-portfolio-thumbnail {
    display: inline-block;
    width: 130px;
    text-align: center;
    background-color: #fff;
}

div.user-portfolio-label {
    display: inline-block;
    width: 250px;
    text-align: left;
}


div.user-portfolio-action {
    display: inline-block;
    vertical-align: center;
    width: 120px;
    text-align: left;
}

/*endregion*/

/*region TOP BANNER STYLES (OLD)*/
#poweredBy {
    position: absolute;
    right: 10px;
}

#title-banner img {
    position: relative;
    top: 13px;
}


#logo-right {
    float: right;
    margin-right: 5px;
}

/*endregion*/

/*region LEFT MENU STYLES (OLD)*/

/* HEADER */

#header {
    height: 2rem;
    width: 100%;
}

.navbar {
    background: rgb(186, 12, 47);
    color: #FFF;
    font-family: "Elza", serif;
    font-size: .8rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.navbar a {
    color: #fff;
}

.navbar .dropdown-menu {
    background: rgb(186, 12, 47);
}

.navbar .btn-primary {
    background: #9d0f27;
    border-color: #9d0f27;
    border-radius: 0;
}

.navbar .btn-primary:focus, .navbar .btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #9d0f27
}

.navbar input {
    background-color: #9d0f27;
    border: 0;
    color: #fff;
}

.navbar ::placeholder {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        flex-wrap: wrap;
    }

    .navbar-header .navbar-nav {
        flex-grow: 0;
        white-space: nowrap;
        row-gap: .5em;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;;
    padding: .25rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFF;;
}

.navigation {
    padding: 1rem .5rem 2rem;
    background-color: #e3e3e3;
}

.logo {
    background: url('/assets/graphics/doma_logo.png') center center no-repeat; /* This exists at runtime, and is served from the server when fetching a page */
    background-size: contain;
    height: 3em;
    width: 100%;
    vertical-align: middle;
    float: left;
    margin-right: 15px;
    max-width: 100%;
}

html body .navbar-brand {
    font-size: 24px;
    line-height: 34px;
}

.menu-item {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    padding: 15px;
    /*border-right: 1px solid black;*/
}

#portfolios.menu-item {
    border-left: 1px solid black;
}

.menu-item:hover, .menu-item:focus {
    background-color: #e8e8e8;
    text-decoration: none;
    color: black;
}

@media (max-width: 1000px) {
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 300;
        color: #000;
        display: block;
        width: 100%;
        padding-right: 15px;
        border-right: none;
    }

    #portfolios.menu-item {
        border-left: none;
    }
}

form.menu-item {
    margin: 0;
    padding: 0;
}

.menu-item a:hover, .menu-item a:focus {
    text-decoration: none;
}

#searchForm {
    /*padding-top: 10px;
    padding-left: 10px;*/
}

.extra-search {
    padding-top: 40px;
}

.navbar-header .navbar-brand {
    flex: 0 1 auto;
    min-width: 100px;
}

.search-button {
    -moz-box-shadow: inset 0 1px 0 0 #9acc85;
    -webkit-box-shadow: inset 0 1px 0 0 #9acc85;
    box-shadow: inset 0 1px 0 0 #9acc85;
    /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));*/
    /*background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);*/
    /*background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);*/
    /*background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);*/
    /*background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);*/ /* TODO: check these, these were all giving errors */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
    background: #74ad5a linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

.search-button:hover {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));*/
    /*background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);*/
    /*background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);*/
    /*background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);*/
    /*background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);*/ /* TODO: check these, these were all giving errors */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
    background: #68a54b linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
}

.search-button:active {
    position: relative;
    top: 1px;
}


.menu-item a,
.menu-item a:active,
.menu-item a:visited {
    text-decoration: none;
    color: #000;
}

.menu-item a:hover,
.menu-item a:visited:hover {
    color: black;
}

div.account-mgmt {
    border: 1px solid #333366;
    padding: 0;
    margin: 0;
    width: 125px;
}

div.account-mgmt-header {
    background-color: #ffffff;
    padding: 3px;
    color: #333366;
}

div.account-mgmt-item {
    padding: 3px;
    color: #ffffff;
}

/*endregion*/

/*region PAGE NAVIGATION STYLES (OLD)*/

div.page-nav {
    /*border-bottom: 1px solid #333366;*/
    /*padding-bottom: 15px;
    margin-bottom:10px;
    padding-top: 40px;*/
    float: left;
}

div.page-nav div.page-nav-left {
    float: left;
}

div.page-nav div.page-nav-right {
    float: left;
}

/*endregion*/

/*region GRID STYLES (OLD)*/

body.galleryGrid {
    font-size: 19px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 2px 0;
    padding: 2px 0;
}

.galleryGrid a.noColor {
    text-decoration: none;
    color: inherit;
}

/*endregion*/

/*region RECORD LIST STYLES (OLD)*/

td.list-heading {
    background-color: rgb(186, 12, 47);
    padding: 2px;
    vertical-align: top;
}

.list-heading a,
.list-heading a:active,
.list-heading a:visited {
    color: #ffffff;
}

.list-heading a:hover,
.list-heading a:visited:hover {
    color: #cccccc;
}

td.list-row {
    padding: 2px;
    border-bottom: 1px solid #9999CC;
    vertical-align: top;
}

div.list-row {
    padding: 2px;
    border-bottom: 1px solid #9999CC;
    vertical-align: top;
}

/*endregion*/

/*region Miscellaneous (OLD)*/

.kiosk-grid .grid-item {
    margin-bottom: 30px;
}

/* Setting to make images on the ObjectInfo.htm display horizontally on the page. */
.smallImageList {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0;
}

.smallImageList li {
    float: left;
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: none;
}

.smallImageList li .listImageLink {
    height: 70px;
    display: block;
}

.smallImageList li a + a {
    display: block;
    margin-top: 10px;
}

div.thumb-page {
    border-bottom: 1px double #333366;
    height: 130px;
}

div.thumb-text {
    width: 350px;
    padding-left: 10px;
    float: left;
}


@media print {

    #accordion > * {
        display: block !important;
    }

}

/*endregion*/

/*region buttons (OLD)*/

.btn {
    border-radius: 0;
}


.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn-outline-primary {
    color: var(--bsu-red);
    border-color: #9d0f27;
}

.btn-outline-primary:focus, .btn-outline-primary:hover {
    background: #9d0f27;
    border-color: #9d0f27;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background: rgb(186, 12, 47);
    border-color: rgb(186, 12, 47);
}

.btn-primary:focus, .btn-primary:hover {
    background: #9d0f27;
    border-color: #9d0f27;
    color: #fff;
}

.error-page{
    height: fit-content;
    margin: auto;
    max-width: var(--max-width);
    padding: 1rem;

    font-family: Elza, serif;
    margin-inline: auto;
    font-size: clamp(.5rem, 1.4vw, 1rem);
}
.error-page .error-page-heading{
    font-weight: 700;
    font-size: 2.5em;
}
.error-page .error-page-desc{
    font-size: 1.275em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/*endregion*/

/*region flag (OLD)*/

.flag {
    background: rgb(186, 12, 47);
    color: #fff;
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0.2em 0.4em;
}

.flag[data-flag='notonview'] {
    background: #666;
}

.flag[data-flag='onview'] {
    background: rgb(186, 12, 47);
}

/*endregion*/

/*region forms (OLD)*/

.form-control, input, select, textarea {
    border-radius: 0;
}

/*endregion*/

/*region blockList (OLD)*/

.blockItem {
    background: no-repeat center center;
    background-size: cover;
    border: 1px solid;
    display: inline-block;
    font-size: 1.5em;
    margin: 2.5%;
    max-width: 300px;
    outline: 1px solid #fff;
    /* padding-bottom: 100%; */
    position: relative;
    text-align: center;
    transition: outline 0.2s;
    width: 100%;
}

.blockItem:focus, .blockItem:hover {
    outline-color: #9d0f27;
    text-decoration: none;
}

@media (min-width: 38em) {
    .blockItem {
        width: 45%;
    }
}

@media (min-width: 60em) {
    .blockItem {
        width: 28.333%;
    }
}

/*endregion*/

/*region give height (OLD)*/

.blockItem:before {
    content: '';
    display: block;
    padding-bottom: 100%;
    width: 100%;
}

/*endregion*/

/*region mask bg (OLD)*/

.blockItem:after {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background 0.2s;
    width: 100%;
}

.blockItem:focus:after, .blockItem:hover:after {
    background: rgba(0, 0, 0, 0.2);
}

.blockItemLabel {
    color: #fff;
    left: 5%;
    position: absolute;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    z-index: 1;
}

.blockList {
    justify-content: center;
}

/*endregion*/

/*region main (OLD)*/

.pageUpdatedDate {
    color: #666;
    text-align: right;
}

/*endregion*/

/*region skip-link (OLD)*/

.skippy:focus {
    background: #fff;
    border: 2px solid #9d0f27;
    color: #9d0f27;
    font-size: 1.2em;
    left: 0;
    padding: 1em;
    position: fixed;
    top: 0;
    z-index: 9999;
}

/*endregion*/
