/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 14px/1.5 'Lato', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #eaeaea url(assets/md5images/d73dfbdea36e1a2f10b557395d3a6fd7.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#uky #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#uky #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 --- */
#uky #logo_image {
    display: none;
}
#uky #header a#banner_link:focus img,
#uky #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#uky #navigation,
#uky #navigation #tabs {
    height: 39px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#uky #navigation #tabs,
#uky #navigation #tabs ul,
#uky #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#uky #navigation #tabs,
#uky #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%;
}
#uky #navigation #tabs a {
    font: normal 15px 'Lato', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 39px;
    line-height: 39px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}

#uky #navigation #tabs a:hover,
#uky #navigation #tabs a:active,
#uky #navigation #tabs a:focus {
    text-decoration: underline;
}
#uky #topnav {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: flex-start;
}
#uky #container #topnav a {
  color: #fff;
  margin: auto 0;
  padding: 0 15px;
  font: normal 16px 'Lato', sans-serif;
  text-decoration: none;
}
#uky #container #topnav a:active,
#uky #container #topnav a:hover,
#uky #container #topnav a:focus {
  text-decoration: underline;
}
#uky #container #topnav a:first-of-type {
  border-right: 1px solid #fff;
}
#uky #container #topnav a.myuk {
  margin: 1px 0 1px auto;
}

#uky #container #topnav a:focus img {
  outline: 1px dashed #fff;
}

.mbl #uky #header {
background: url(assets/md5images/b6f2897662341e9a7b52974755a20c53.png) no-repeat left top;
}

/* ---------------- Sidebar ---------------- */
#uky #sidebar h2 {
    font: normal 16px/1.7 'Lato', sans-serif;
    color: #fff;
    background-color: #0133a0;
    padding: 0;
    margin: 0;
    border: none;
}
#uky #sidebar ul#side-notify {
  padding-top: 0;
}
#uky #sidebar a {
    font: normal 14px 'Lato', sans-serif;
    color: #0133a0;
    text-decoration: none;
}
#uky #sidebar a:hover,
#uky #sidebar a:active,
#uky #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#uky #sidebar #sidebar-search label {
    font: normal 14px 'Lato', sans-serif;
    color: #000;
}
#uky #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#uky #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#uky #sidebar #lrc-badge a:hover,
#uky #sidebar #lrc-badge a:active,
#uky #sidebar #lrc-badge a:focus {
  background: transparent url(/assets/images/lrc_badge.png) center center no-repeat;
  outline: 1px dashed #000;
}

#uky #sidebar a:hover img,
#uky #sidebar a:active img,
#uky #sidebar a:focus img {
  outline: 1px dashed #000;
}

#uky #sidebar form#browse {
  padding-left: 15px;
}

#uky #sidebar form label {
  color: #000;
}
#uky #sidebar .portal-badge a img {
  padding-top: 0;
  margin-top: 13px;
}
/* ---------------- Main Content ---------------- */
#uky #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/1729399fc7f979069f423aa26e4db7af.gif) repeat-y left top;
}
#uky #mainimage {
  width: 100%;
  padding-top: 16px;
  margin: 0;
}
#uky #main.text span.site-follow {
  text-transform: capitalize;
}
/*#uky #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#uky #main.text div.crumbs a:link,
#uky #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #0133a0;
}
#uky #main.text div.crumbs a:hover,
#uky #main.text div.crumbs a:active,
#uky #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#uky #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#uky #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#uky #dcn-home > h2,
#uky #main.text h2.hometitle {
    font: bold 29px 'Montserrat', 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: #0133a0; }
#uky #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Lato', sans-serif;
    text-decoration: none;
}
#uky #dcn-home #cover-browse h3 a:hover,
#uky #dcn-home #cover-browse h3 a:focus,
#uky #dcn-home #cover-browse h3 a:active,
#uky #main.text #cover-browse h3 a:hover,
#uky #main.text #cover-browse h3 a:focus,
#uky #main.text #cover-browse h3 a:active {
    text-decoration: underline;
}

#uky .box.aag p a.activity-by-year {
    padding-top: 0 !important;
}
#uky .box.aag p a.recent-additions {
    padding-bottom: 0 !important;
    background: 0 !important;
    border: 0 !important;
}
    /* --- Links --- */
#uky #main.text a:link,
#uky #main.text a:visited {
    color: #0133a0; /* declared for #network-icon text */
}
#uky #main.text a:hover,
#uky #main.text a:active,
#uky #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#uky #dcn-home .box.aag h2,
#uky #dcn-home .box.potd h2,
#uky #main.text .box.aag h2,
#uky #main.text .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 24px 'Montserrat', sans-serif;
    border-bottom: 1px solid #d3d3d3;
    text-transform: uppercase;
}
#uky #main.text .box a:link,
#uky #main.text .box a:visited {
    font: bold 14px 'Lato', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#uky #main.text .box a:hover,
#uky #main.text .box a:active,
#uky #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p,
#custom-fields .element p,
#uky #alpha #recommended_citation p {
  font-size: 14px;
}
#alpha .element h4,
#custom-fields .element h4 {
  font-size: 16px;
}

#uky #breadcrumb a,
#uky .crumbs p a,
#uky #pager li {
  font-size: 12px;
}

/* Browse Disciplines */
#uky #content .subnav li {
  font-size: 13px;
}

#uky .discipline-browser dt,
#uky .new-discipline dt {
  font-size: 15px;
}
#uky .discipline-browser dd,
#uky .new-discipline dd,
#uky dl.communities dd ul li {
  font-size: 14px;
}

#uky .discipline-browser dd,
#uky .new-discipline dd {
    padding: 3px 0;
}
/* Submit Research */
#uky .communities dt,
#uky .communities dt a:link {
  font-size: 14px;
  font-weight: normal;
}
#uky dl.communities dd ul li {
    line-height: 1.3em;
}

/* Announcements */
#uky #main.text #announce h3,
#uky #main.text #announce h4 {
  font-size: 15px;
}

/* Site subpage headings */
#uky #main.text h2#ir-about,
#uky #main.text h2#faq-top,
#uky #main.text h2#communities-title,
#uky #main.text h2#top,
#uky #main.text h2#submit-title,
#uky #main.text #announce h2 {
  font-size: 22px;
}
/* Homepage buttons */
#uky #homebuttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
#uky #homebuttons a {
  display: flex;
  flex-direction: column;
  background-color: #0133a0;
  height: 154px;
  width: 154px;
  margin-bottom: 16px;
}
#uky #homebuttons a h3 {
  font: normal 17px 'Lato', sans-serif;
  color: #fff;
  text-align: center;
  margin: auto;
  text-decoration: none;
}
#uky #homebuttons a:active h3,
#uky #homebuttons a:hover h3,
#uky #homebuttons a:focus h3 {
  text-decoration: underline;
}
#uky #homebuttons a:focus,
#uky #homebuttons a:active,
#uky #homebuttons a:hover {
  border-bottom: none;
}
#uky #submitbuttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#uky #main.text #submitbuttons a {
  font: normal 16px/2 'Lato', sans-serif;
  color: #000;
  background-color: #ffa360;
  border-radius: 30px;
  text-decoration: none;
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
#uky #main.text #submitbuttons a.row2 {
  background-color: #ffdc00;
}
#uky #submitbuttons a:focus,
#uky #submitbuttons a:active,
#uky #submitbuttons a:hover {
  border-bottom: none;
  text-decoration: underline !important;
}
.break {
  flex-basis: 100%;
  height: 0;
}

/* ---------------- Footer ---------------- */
#uky #footer {
    height: 76px;
    background-color: #051d42; }
#uky #bepress a {
    height: 74px;
    background-color: #051d42;
    margin: 1px 0;
}
#uky #footer p,
#uky #footer p a {
    font: normal 15px/2 'Lato', sans-serif;
    color: #fff;
    text-decoration: none;
}
#uky #container #footer a.secondary-link {
  font-size: 12px;
}
#uky #footer p:first-of-type { padding-top: 8px }
#uky #footer p a:hover,
#uky #footer p a:active,
#uky #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#uky #footer-bottom {
  height: 137px;
  width: 100%;
  background-color: #0133a0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#uky #footer-bottom a.footer-title {
  font: normal 30px TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  color: #fff;
  text-decoration: none;
}
#uky #footer-bottom p {
  margin: 0;
  text-align: center;
}

#uky #footer-bottom p a,
#uky #footer-bottom p span {
  color: #fff;
  font: normal 15px/2 'Lato', sans-serif;
  text-decoration: underline;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #fff;
}
#uky #footer-bottom p span {
  text-decoration: none;
}
#uky #footer-bottom p a:last-of-type {
  border-right: none;
}
#uky #footer-bottom p a:active,
#uky #footer-bottom p a:hover,
#uky #footer-bottom p a:focus {
  color: #e3e3e3;
}

#uky {
    background: url(assets/md5images/862bd9c15d240026fcee9d636a91c4fd.gif) repeat-x left bottom;
}
#uky #content {
    min-height: calc(100vh - 611px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #uky #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #uky #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#uky #main.text .authorbrowser p.letters a:hover,
#uky #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 #uky #main.text #dcn-home .box.aag h2,
.mbl #uky #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #uky #header,
.mbl #uky #header a#banner_link img,
.mbl #uky #navigation {
    width: 100% !important;
}
.mbl #uky #header #logo_image {
    display: none;
}

.mbl #uky #container #topnav {
  display: none;
}
.mbl #uky #footer-bottom {
  display: none;
}

.mbl #uky #footer #bepress a {
	background: transparent url(assets/md5images/f39c3fda576d4eff94e000aa8e47a50c.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #uky #footer {
	background-color: #051d42 !important; /* plug in footer background color */
	background-image: none !important;
}

.mbl #uky #content {
    min-height: unset;
}
.mbl #sidebar h2 {
  margin: 5px 0 !important;
  padding-left: 3% !important;
  width: 97% !important;
}

.mbl #sidebar #sb-custom-lower,
.mbl #sidebar #sb-custom-lowest {
  margin: 5px 0 !important;
  width: 100% !important;
}

.mbl #sidebar ul.sb-custom-ul {
  margin: 0 3% !important;
  width: 94% !important;
}


.mbl #uky #main.text #homepage-intro,
.mbl #uky #main .box.aag,
.mbl #uky #main .box.potd,
.mbl #uky #main #homebuttons,
.mbl #uky #main #submitbuttons,
.mbl #uky #main #mainimage {
	margin-left: 3% !important;
  margin-right: 3% !important;
}
.mbl #uky #main.text #homepage-intro {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mbl #uky .box.aag span,
.mbl #uky .box.potd span {
    display: block;
}
.mbl #uky #main.text .box.aag h2,
.mbl #uky #main.text .box.potd h2 {
  width: 100%;
}
/* Old CSS from before 2023 redesign */

/* Other */

#uky h2.uky-submit {
                text-align: center; }

#uky #beta-keywords {
                display:none; }

#uky #main.text #orig_pub_other { word-wrap: break-word; }

/* Gallery Titles Centered */

#uky #main.text #gallery #series-home div.intro .center {
        text-align:center;
        margin: 0;
        padding: 0;}
#uky #main.text #gallery #series-home div.intro {
        margin: 0;
        padding: 0;}

/* Viva Mexico sidebar logo */
#uky #sidebar #viva_mexico img {
        margin-left: 19px;
        width:200px;
        height:110px; }

/* Year of the Middle East sidebar logo mbl 10/7/14 */
#uky #sidebar #world_yome img {
        margin-left: 14px;
        }

/* Indented paragraph class in series intro text mbarron 2.14.14 */
#uky #main.text #series-home .intro p.indented { margin-left: 50px; }

/* Homepage spacing to accomodate map */
#uky #content #main.text #dcn-home .box-top
{ margin-bottom: -10px; }
#uky #content #main.text #dcn-home .box.aag { margin-top: -25px; }
#uky #content #main.text #dcn-home .box.potd { margin-top: -25px; }

/* Using CSS from PDX to accommodate lists on gallery homepages */
#uky #book-gallery ul#gallery_items.thumb_view li .content_block ul li {
        margin-left: 10px;
        padding: 0;
        padding-left: 10px;
        background: url(assets/md5images/ddb96b58b838d141bf25300717a084a9.gif) 0em no-repeat;
        width: 450px; }

#uky #book-gallery ul#gallery_items.display li .content_block ul { display: none; }

#uky #ir-book.left #abstract.element ul li { background: url(assets/md5images/ddb96b58b838d141bf25300717a084a9.gif) 0em no-repeat; }

/* Adv search in sidebar update mbarron 9/3/14 */
#uky #sidebar ul#side-notify {
        margin-top: 0; }

/* Lecture series styling copied from Bernstein MBL 5/7/15 */
#uky #main.text #beta_7-3 .aside .aside_date {margin-top:-29px;}
#uky #main.text #beta_7-3 .aside .aside_img {margin-top:-38px;}
#uky #main.text #beta_7-3 .aside .aside_img img {width: 95%; padding-bottom: 15px; border: solid 1px #ddd; padding: 4px;}
#uky #main.text #series-home p.article-listing .academic_year {font-size:11px; line-height:18px; display:block;}

/* Embedded video in crvaw intro text MBL 8/26/15 */
#uky #main.text #videoembed { padding-left: 25px; }

/* Sidebar RSS feed overflow fix */
#uky #sidebar #divRss ul.feedEkList .itemTitle a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* orcid id icon next to field value RKarberg 2016-09-19 */
#uky #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;
    padding-left:20px;
    padding-bottom:5px; }

/*UKLibraries logo in sidebar -RKarberg 12-21-2016 */
#uky #sidebar #sb-custom-lower ul.sb-custom-ul li.sb-custom-li img {
        width: 187px;
        height: auto;
        margin-bottom: -15px; }

#uky #sidebar ul#sponsor li {
        margin-top: -25px;
}

/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
        display: block; /* removes descender space below inline element */

        margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */

}

.verticalalign { height: 0; }

#content div.clear { height: 0; }

/*UKaw logo in sidebar -RKarberg 12-05-2017 */
#uky #sidebar #sb-custom-lower #law-logo a img {
        width: 140px;
        height: auto;
        margin-bottom: -15px; }

/* make blockquotes work like blockquotes -RKarberg 09-28-2018*/
#uky
blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

/* hide rss section - NS 3/20/19 */

#uky #sidebar h2:last-of-type,
#uky #sidebar #divRss {
    display: none;
}

/* override hiding of last sidebar section header - NS 4/12/19 */

#uky #sidebar #sb-custom-lower h2.sb-custom-title,
#uky #sidebar h2.sb-custom-title,
#uky #sidebar h2.sb-title {
    display: block;
}

/* styling for upk logo on static page aarder/8/6/20 */
#uky #main.text img#upk-logo {
max-width: 640px;
height:auto;
}


/* To fix the overlapping the tool long breadcrumb - sd 9/14/23 */
#uky #container #wrapper #content #main.text #breadcrumb {
padding: 0px 0px 25px 0px; }

/* Hiding Input Line for ETDS_SUBMISSION_INSTRUCTIONS instructions - SD 11/18/2024 */		
#uky #main.text input#etds_submission_instructions {display:none;}		
#uky #main.text #etds_submission_instructions-c .field .field-border {display:none;}

