html {
    height: 100%;
    background-color: #f4f3f8;
}

body:not(.browse) #content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: 5%;
    margin-right: auto;
    padding: 2rem 0;
    font-family: 'Josefin Sans', sans-serif;
}

.site-page-pagination,
#skipnav {
    display: none;
}

.off-canvas-content {
    background-color: #f4f3f8;
}



.title_a {
    color: #62605a!important;
     font-weight: 300;
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.button,
[class^=numeric-] label.numeric-toggle-time.button,
[class^=numeric-] label.numeric-toggle-time[type=submit],
[class^=numeric-] label.numeric-toggle-time[type=button],
[class*=numeric-] label.numeric-toggle-time.button,
[class*=numeric-] label.numeric-toggle-time[type=submit],
[class*=numeric-] label.numeric-toggle-time[type=button],
.site-page-pagination>a,
[type=submit],
[type=button],
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
    background-color: #CF000F;
    color: #fefefe;
}

.button:hover, [class^=numeric-] label.numeric-toggle-time.button:hover, [class^=numeric-] label.numeric-toggle-time[type=submit]:hover, [class^=numeric-] label.numeric-toggle-time[type=button]:hover, [class*=numeric-] label.numeric-toggle-time.button:hover, [class*=numeric-] label.numeric-toggle-time[type=submit]:hover, [class*=numeric-] label.numeric-toggle-time[type=button]:hover, .site-page-pagination>a:hover, [type=submit]:hover, [type=button]:hover, .button:focus, [class^=numeric-] label.numeric-toggle-time.button:focus, [class^=numeric-] label.numeric-toggle-time[type=submit]:focus, [class^=numeric-] label.numeric-toggle-time[type=button]:focus, [class*=numeric-] label.numeric-toggle-time.button:focus, [class*=numeric-] label.numeric-toggle-time[type=submit]:focus, [class*=numeric-] label.numeric-toggle-time[type=button]:focus, .site-page-pagination>a:focus, [type=submit]:focus, [type=button]:focus {
background-color: #62605a;
    color: #fefefe;
}

/*.dropdown.menu>li>a, .toc-block>ul.dropdown>li>a, .toc-block ul ul.dropdown>li>a{
    border: 1px solid #62605a;
}*/

/* Set border-right to 1px solid #62605a for all items */
.dropdown.menu > li > a,
.toc-block > ul.dropdown > li > a,
.toc-block ul ul.dropdown > li > a {
    border-right: 1px solid #62605a;
    border-top: 1px solid #62605a;
    border-bottom: 1px solid #62605a;
       border-left: 1px solid #62605a;
}

/* Set border-left to 0 for all except the first child */
.dropdown.menu > li:not(:first-child) > a,
.toc-block > ul.dropdown > li:not(:first-child) > a,
.toc-block ul ul.dropdown > li:not(:first-child) > a {
    border-left: 0;
}

.dropdown.menu>li.is-active>a, .toc-block>ul.dropdown>li.is-active>a, .toc-block ul ul.dropdown>li.is-active>a {
background: rgba(0,0,0,0);
    color: #62605a;
}
.menu, .toc-block>ul, .toc-block ul ul, .menu.horizontal {
ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.top-bar ul,
.top-bar {
    background-color: #f4f3f8;
}

.top-bar-right {
  white-space: nowrap;
}

/* Position the top-bar-right 20px away from the right margin */
#responsive-menu {
  margin-right: 3%;
}

ul.dropdown.menu {
  white-space: nowrap;
}

/* Optionally, set a suitable width for the menu container */
ul.dropdown.menu {
  width: 100%; /* You can adjust the width as needed */
}

/* Optional: To center the menu on the page, you can use margin */
ul.dropdown.menu {
  margin: 0 auto; /* This will horizontally center the menu */
}

.button {
    background: #CF000F;
}

.title-bar button{
font-size:36px;
padding: 10px;
background-color: none;
}

h2 .title {
    color: #CF000F !important;
    font-size: 48px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
}

p {
    color: #62605A;
    font-size: 20px;
}

a .thumbnail {
    padding-left: 20px;
}

a .thumbnail img {
}

.item .resource {
}

.resource-image {
    margin-bottom: 16px;
    max-width: 200px;
    height: 208px;
}

a h4 {
    width: 100%;
    display: block;
}

.metadata-browse-direct-link,
.uri-value-link,
.value a {
    color: #CF000F!important;
}

.description .full {
}

.advanced-search {
    color: white;
    background: #CF000F;
    font-size: 20px;
    width: 20%;
    text-align: center;
}

.advanced-search:hover {
  background-color: #62605a; /* Background color on hover */
  color: #ffffff; /* Font color on hover */
}

#advanced-search .add-value {
    margin-bottom: 0;
    width: 12%;
}

@media only screen and (max-width: 900px) {
    .advanced-search {
        width: 150px;
        height: 60px;
    }
}

span.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px !important;
    color: #62605a !important;
    font-weight: 300;
}

span.site-title-label
 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 48px !important;
    color: #CF000F !important;
    white-space: nowrap;
    width: 351px;
    margin-left: 20px;
}

h1.title_a
{
font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px !important;
    color: #62605a !important;
    white-space: nowrap;
}
@media only screen and (max-width: 600px) {
    h1 .title {
        font-size: 35px !important;
    }
}

h1 {
    font-size: 48px;
    font-weight: 600;
    color: #292929;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
}

.description {
    font-family: 'Josefin Sans', sans-serif;
}

.menu .active>a,
.toc-block>ul .active>a,
.toc-block ul ul .active>a {
    background: #CF000F;
    color: #fefefe;
}

.nav-header {
    color: #f4f3f8;
    background: #f4f3f8;
    /*border-style: solid;*/
}

.nav-header {
    color: #8E8D8A;
    background: #f4f3f8;
/*    border-style: solid;
    border-color: black;*/
}

/*article section e6e6e6*/
.articles {
    align-items: center;
    justify-content: center;
}

.article__grid {
    margin: 0;
    width: 100%;
    justify-content: center;
    padding-left: 2.5%;
}

.article__item {
    float: left;
    max-width: 325px;
    height: 860px;
    padding: 20px;
    background-color: #f4f3f8;
    margin: 10px 10px 10px 0px;
    box-shadow: 0 0 0 1px rgb(10 10 10 / 20%);
}

.fix__img {
    width: 325px;
    height: 325px;
    object-fit: cover;
    align-items: center;
    opacity: 1;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

.fix__img: hover {
    opacity: 0.5;
}

a {
    width: 100%;
    height: 100%;
}

.img__row {
    max-height: 500px;
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.img__row img {
    max-height: 500px;
    width: auto;
    margin: 0 10px;
    align-self: center;
}

.img__column {
    margin: 5px;
}

.essay__grid {
    align-self: center;
    margin: 0 auto;
    padding: 0 10%;
}

.resource img {
    max-height: 400px;
}

.row-count {
    margin-left: 40px; 
    white-space: nowrap;
   display: none; 
}

.page-count {
white-space: nowrap;
}

 @media only screen and (max-width: 900px) {
    .row-count {
        margin-left: 20px;
        width: 80px !important;
    }
}

.resource-list img {
    max-height: 400px;
    object-fit: scale-down;
}

h2 {
    color: #CF000F;
}

.thumbnail img {
    align-items: center;
    object-fit: initial;
    display: flex;
    margin: auto;
}

#numeric-timestamp-on-after,
#numeric-less-than.field,
#numeric-interval.field,
#numeric-greater-than.field,
#numeric-duration-it.field,
#numeric-duration-gt.field,
#numeric-timestamp-on-before.field,
#numeric-timestamp-on-after.field {
    display: none;
}

@media only screen and (max-width: 300px) {
    .img__row {
        display: block;
        max-height: 2000px;
    }

    .img__row img {
        margin: 15px 0;
        justify-content: center;
        max-height: 2000px;
        width: 100%;
    }

    .essay__grid {
        align-self: none;
        margin: 0;
        padding: 0;
    }

    p {
        font-size: 16px;
    }

.button.permalink {
position: relative;
    width: 50% !important;
}

.resource-link {
        position: relative;
    }

    .resource-name {
        font-weight: bold;
        padding-left: 45px !important;
        position: absolute;
        bottom: -20px; /* Adjust the value as needed */
        left: 0;
    }

.row-count {
    margin-left: 40px;
    white-space: nowrap !important;
}
.page-count {
white-space: nowrap !important;
}
.article__item p {
  color: #8E8D8A; /* Font Color for Analytical Essay paragraphs */
}
.content h2 {
    color: #62605a;
}
.view_item_database {
    color: #62605a;
    font-size: 25px;
}

br {
    line-height: 0.5; /* Adjust the value to control the line height */
}
.articles .article__grid .article__item h2 {
    font-weight: 400;
}


% added %

