/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  November 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Roboto', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/5da9414ef99dff20aca1cdae6c8f1f25.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#tamuc #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#tamuc #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 --- */
#tamuc #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 9.677419354%;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 24.4897959183% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#tamuc #header a#banner_link:focus img,
#tamuc #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#tamuc #navigation {
  border-top: 3px solid #f0b310;
}
#tamuc #navigation,
#tamuc #navigation #tabs {
    height: 35px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#tamuc #navigation #tabs,
#tamuc #navigation #tabs ul,
#tamuc #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#tamuc #navigation #tabs,
#tamuc #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%;
}
#tamuc #navigation #tabs a {
    font: bold 12px 'Roboto', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 35px;
    line-height: 35px;
    color: #00386c;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 10px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#tamuc #navigation #tabs a:hover,
#tamuc #navigation #tabs a:active,
#tamuc #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline;
}
#tamuc #navigation #tabs li:first-child a { padding-left: 15px; }

/* ---------------- Sidebar ---------------- */
/*#tamuc #sidebar {
  background: url(assets/md5images/c0381c2f9aca8591cd2bdf3a06f8c7c9.gif) no-repeat left top, url(assets/md5images/94bb74ae69e63160293bd8e8912d4b57.gif) no-repeat left bottom;
}*/
#tamuc #sidebar {
  background-color: #00386c;
  border-radius: 10px;
}
#tamuc #sidebar ul#side-notify {
  padding-top: 0;
}
#tamuc #sidebar h2 {
    font: normal 15px 'Roboto', sans-serif;
    color: #fff;
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1b20f;
    border-top: none;
    text-indent: 0;
    margin: 0 15px;
}

#tamuc #sidebar #sb-custom-lowest a:focus img {
  outline: 1px dashed #f1b20f;
}
#tamuc #sidebar a {
    font: normal 13px 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}
#tamuc #sidebar a:hover,
#tamuc #sidebar a:active,
#tamuc #sidebar a:focus {
    text-decoration: underline;
}
#tamuc #sidebar #sidebar-search label {
    font: normal 13px 'Roboto', sans-serif;
    color: #fff;
}
#tamuc #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#tamuc #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#tamuc #sidebar {
  padding-top: 16px;}
/* ---------------- Main Content ---------------- */
#tamuc #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/921ed1642e8c2791f89fa2cbf8ea5ee3.gif) repeat-y left top;
    margin: 32px 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

    /* --- Breadcrumbs --- */
#tamuc #content #main.text {
  padding-top: 0;
}
#tamuc #content #main.text #mainimage {
  margin-bottom: 16px;
}
#tamuc #main.text div.crumbs a:link,
#tamuc #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #00386c;
}
#tamuc #main.text div.crumbs a:hover,
#tamuc #main.text div.crumbs a:active,
#tamuc #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#tamuc #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#tamuc #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#tamuc #dcn-home > h2 {
    font: normal 36px 'Bree Serif', serif;
}
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: #00386c; }
#tamuc #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Roboto', sans-serif;
    text-decoration: none;
}
#tamuc #dcn-home #cover-browse h3 a:hover,
#tamuc #dcn-home #cover-browse h3 a:focus,
#tamuc #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#tamuc #main.text a:link,
#tamuc #main.text a:visited {
    color: #00386c; /* declared for #network-icon text */
}
#tamuc #main.text a:hover,
#tamuc #main.text a:active,
#tamuc #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#tamuc #dcn-home .box.aag h2,
#tamuc #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 22px 'Roboto', sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#tamuc #main.text .box a:link,
#tamuc #main.text .box a:visited {
    font: bold 13px 'Roboto', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#tamuc #main.text .box a:hover,
#tamuc #main.text .box a:active,
#tamuc #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; }
#tamuc #main.text #homebuttons,
#tamuc #main.text #homebuttons #row1,
#tamuc #main.text #homebuttons #row2 {
  width: 100%;
}
#tamuc #main.text #homebuttons #row1,
#tamuc #main.text #homebuttons #row2 {
  display: flex;
  justify-content: flex-start;
}
#tamuc #main.text #homebuttons #row1 a,
#tamuc #main.text #homebuttons #row2 a {
  width: 120px;
  margin-right: 5%;
}

#tamuc #main.text #homebuttons #row1 a img,
#tamuc #main.text #homebuttons #row2 a img {
  border: 3px solid #f1b20f;
  border-radius: 50px;
  margin: 0 18px;
}
#tamuc #main.text #homebuttons #row1 a:focus img,
#tamuc #main.text #homebuttons #row2 a:focus img,
#tamuc #main.text #homebuttons #row1 a:hover img,
#tamuc #main.text #homebuttons #row2 a:hover img,
#tamuc #main.text #homebuttons #row1 a:active img,
#tamuc #main.text #homebuttons #row2 a:active img {
  border: 3px solid #00386c;
}
#tamuc #main.text #homebuttons {
  margin-bottom: 16px;
}

#tamuc #main.text #homebuttons a:focus,
#tamuc #main.text #homebuttons a:hover,
#tamuc #main.text #homebuttons a:active {
  border-bottom: none;
}
#tamuc #main.text #homebuttons #row1 a p,
#tamuc #main.text #homebuttons #row2 a p {
  text-align: center;
  font: bold 14px 'Roboto', sans-serif;
  text-decoration: none;
}
#tamuc #main.text #homebuttons #row1 a,
#tamuc #main.text #homebuttons #row2 a {
  text-decoration: none;
}

#tamuc #series-home .pdf, 
#tamuc #series-home .native, 
#tamuc #series-home .metadata-only, 
#tamuc #series-home .external {
  line-height: 2.3em;
}
/* ---------------- Footer ---------------- */

#tamuc #footer,
#tamuc #bepress a {
    height: 79px;
    background-color: #f6f6f6; }
#tamuc #footer p,
#tamuc #footer p a {
    font: normal 12px/2 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}
#tamuc #footer p:first-of-type { padding-top: 17px } 
#tamuc #footer p a:hover,
#tamuc #footer p a:active,
#tamuc #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #f0b310;
}

#tamuc,
#tamuc #footer {
    background: url(assets/md5images/ca6b2b51af0e4ced089fb6c7734a03e8.gif) repeat-x left bottom;
}

#tamuc #content {
    min-height: calc(100vh - 271px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}

.legacy #tamuc #content {
  min-height: calc(100vh - 239px)
}
.legacy #tamuc #wrapper {
  margin-bottom: 0;
}
/* Search pages */
.legacy #tamuc #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #tamuc #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#tamuc #main.text .authorbrowser p.letters a:hover,
#tamuc #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}

/* Timeline JS 7/27/2021 ah*/

#tamuc .timelinejs iframe {
	width: 100%;
	height: 400px; 
	border: solid 1px #ddd; }
	
.mbl #tamuc .timelinejs iframe { 
	display: none; }
	
/* Adjusting rights statement images and title - ah 7/20/2021 */
#tamuc #rights_statements h4 {
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: 90%;
    margin-top: -8px;
    padding: 4px 4px 0px;
}
  
#tamuc #rights_statements img {
    padding: 4px;
    width: 150px;
    height: auto;
}
 
#tamuc #rights_statements p {
    font-size: 11px;
    padding: 4px;
}

/* Adjusting rights statement book gallery alignment- ah 7/29/2021*/
#tamuc #ir-book.left #rights_statements {
     margin-left: 178px; 
     width: 480px;
     padding-top: 10px;
}	

/* ---------------- 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 #tamuc #main.text #dcn-home .box.aag h2,
.mbl #tamuc #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #tamuc #header,
.mbl #tamuc #header a#banner_link img,
.mbl #tamuc #navigation {
    width: 100% !important;
}
.mbl #tamuc #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 9.677419354%;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 24.4897959183% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #tamuc #main.text #homebuttons #row1,
.mbl #tamuc #main.text #homebuttons #row2 {
  display: inline-grid;
  justify-content: space-around;
}
.mbl #tamuc #sidebar {
  border-radius: 0;
}

/* Changing external link button to secondary button styling ah 10192021 */
#tamuc #main.text a#remote-link.btn {
background:#fff!important;
border:1pxsolid#430067!important;
color:#0074CC!important; 
}

/* Adding space to catalog record button ah 10282021 */
#tamuc .catalogrecord #catalogrecord.btn {
margin-top: 10px!important;
}