/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  September 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Nunito:400,700&display=swap');
/* ---------------- Meta Elements ---------------- */

	/* --- Meta styles and background --- */

body {
	font: normal 14px/1.5 'Nunito', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/f89f78a2b6a981c9e1ef6faee6e092c8.png) repeat-x left top;
}


/* ---------------- Header ---------------- */

#towerhealth #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
}

#towerhealth #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 */

#towerhealth #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 28.367346938% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#towerhealth #header a#banner_link:focus img,
#towerhealth #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}

/* ---------------- Navigation ---------------- */

#towerhealth #navigation,
#towerhealth #navigation #tabs {
	height: 46px;
	white-space: nowrap;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}

#towerhealth #navigation #tabs,
#towerhealth #navigation #tabs ul,
#towerhealth #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}

/* Flexbox Navigation July 2018 */

#towerhealth #navigation #tabs,
#towerhealth #navigation #tabs ul {
	display: flex;
	justify-content: space-between; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
	width: 240px;
}

#towerhealth #navigation #tabs a {
	font: normal 14px 'Lato', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 46px;
	line-height: 46px;
	color: #000;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 7px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
}

#towerhealth #navigation #tabs #tabfour a {
	width: 74px !important;
}

#towerhealth #navigation #tabs a:hover,
#towerhealth #navigation #tabs a:active,
#towerhealth #navigation #tabs a:focus {
	text-decoration: underline;
}

/* ---------------- Sidebar ---------------- */
#towerhealth #sidebar {
	background-color: #fff;
	padding-top: 12px;
}

#towerhealth #sidebar h2 {
	font: bold 15px/2 'Nunito', sans-serif;
	color: #003056;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#towerhealth #sidebar a {
	font: normal 13px 'Nunito', sans-serif;
	color: #104e7b;
	text-decoration: none;
}

#towerhealth #sidebar a:hover,
#towerhealth #sidebar a:active,
#towerhealth #sidebar a:focus {
	color: #000000;
	text-decoration: underline;
	background: transparent;
}

#towerhealth #sidebar #sidebar-search label {
	font: normal 13px 'Nunito', sans-serif;
	color: #000;
}

#towerhealth #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#towerhealth #sidebar #sidebar-search span.border { background: transparent; }

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#towerhealth #sidebar ul#side-notify {
	padding-top: 0;
}

#towerhealth #sidebar ul#side-notify acronym {
	border-bottom: none;
}
/* ---------------- Main Content ---------------- */

#towerhealth #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/f2e765f06e7d75d7d10fedc9949c6dc4.gif) repeat-y left top;
	margin: 34px 0;
}

/*#towerhealth #content { padding-top: 16px; }*/

	/* --- Breadcrumbs --- */
#towerhealth #main.text {
	padding-top: 3px;
}
#towerhealth #main.text div.crumbs a:link,
#towerhealth #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b;
}

#towerhealth #main.text div.crumbs a:hover,
#towerhealth #main.text div.crumbs a:active,
#towerhealth #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000000;
}

#towerhealth #dcn-home > #homepage-intro { margin: 15px 0; }

 /* adds space under full-width main-content image */
#towerhealth #home-page-banner { margin-bottom: 16px; }


	/* --- Headers --- */

#towerhealth #dcn-home #link-list h2 {
	font: 900 32px 'Lato', sans-serif;
	margin-top: 0px;
}

#towerhealth #main.text #home-gallery {
	width: 50%;
	margin: 0;
}

#towerhealth #main.text #link-list {
	width: 48%;
	margin-right: 2%;
}

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: #104e7b; }

#towerhealth #dcn-home #cover-browse h3 a {
	font: 400 15px/1.6 'Nunito', sans-serif;
	text-decoration: none;
}

#towerhealth #dcn-home #cover-browse h3 a:hover,
#towerhealth #dcn-home #cover-browse h3 a:focus,
#towerhealth #dcn-home #cover-browse h3 a:active {
	text-decoration: underline;
}
	/* --- Links --- */

#towerhealth #main.text a:link,
#towerhealth #main.text a:visited {
	color: #104e7b; /* declared for #network-icon text */
}

#towerhealth #main.text a:hover,
#towerhealth #main.text a:active,
#towerhealth #main.text a:focus {
	color: #000000;
	text-decoration: underline;
}

	/* PotD / Top DL widgets */

#towerhealth #dcn-home .box.aag h2,
#towerhealth #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: 900 24px 'Lato', sans-serif;
	border-bottom: 1px solid #dbd1c5;
}

#towerhealth #main.text .box a:link,
#towerhealth #main.text .box a:visited {
	font: bold 13px 'Nunito', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #dbd1c5;
	background: none;
}

#towerhealth #main.text .box a:hover,
#towerhealth #main.text .box a:active,
#towerhealth #main.text .box a:focus {
	text-decoration: underline;
}

	/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 12px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 13px; }

#towerhealth #series-home .pdf,
#towerhealth #series-home .native,
#towerhealth #series-home .metadata-only,
#towerhealth #series-home .external {
	line-height: 2.5em;
}

#towerhealth #results-list a.native,
#towerhealth #results-list a.pdf,
#towerhealth #results-list a.picture,
#towerhealth #results-list a.external {
	font-size: .9em;
}
/* ---------------- Footer ---------------- */

#towerhealth #footer,
#towerhealth #bepress a {
	height: 78px;
	background-color: #003056; }

#towerhealth #footer p,
#towerhealth #footer p a {
	font: normal 12px/2 'Nunito', sans-serif;
	color: #fff;
	text-decoration: none;
}

#footer p:first-of-type { padding-top: 15px }

#towerhealth #footer p a:hover,
#towerhealth #footer p a:active,
#towerhealth #footer p a:focus {
	text-decoration: underline; }

#towerhealth {
	background: url(assets/md5images/3816c19ceacae6237fc5140d6cd0419e.gif) repeat-x left bottom;
}

#towerhealth #content {
    min-height: calc(100vh - 342px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #towerhealth #wrapper {
	margin: 0;
}

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

.legacy #towerhealth #wrapper:after {
    content: none; /* search pages */
}

#towerhealth #bepress a:focus {
	outline: 1px solid #fff;
	outline-offset: -3px;
}

/* ---------------- Miscellaneous fixes ---------------- */

	/* --- Advanced Search --- */

.legacy #towerhealth #wrapper {	background-image: none; }

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


