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

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

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


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

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

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

#clemson #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;  /* change to "right:" for right aligned logo */
	width: 30.9183673469% !important;  /* 240 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


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

#clemson #navigation,
#clemson #navigation #tabs {
	height: 45px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}

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

/* Flexbox Navigation July 2018 */

#clemson #navigation #tabs,
#clemson #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%;
}

#clemson #navigation #tabs a {
	font: 500 16px 'Barlow', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 45px;
	line-height: 45px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	text-decoration: underline;
	/* float: left; Not needed? Using flexbox now */
}

#clemson #navigation #tabs a:hover,
#clemson #navigation #tabs a:active,
#clemson #navigation #tabs a:focus {
	color: #c55329;
	background-color: #fff;
}

/* ---------------- Sidebar ---------------- */

#clemson #sidebar h2 {
	font: normal 23px 'Barlow', sans-serif;
	color: #c55329;
	background: transparent;
	padding: 0;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #f66733;
	text-indent: 0px;
}

#clemson #sidebar a {
	font: normal 15px 'Barlow', sans-serif;
	color: #3a4958;
	text-decoration: none;
}

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

#clemson #sidebar #sidebar-search label {
	font: normal 15px 'Barlow', sans-serif;
	color: #000;
}

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

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

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

#clemson #sidebar ul#side-notify {
	padding-top: 0px;
}
/* ---------------- Main Content ---------------- */

#clemson #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/103e44ce3287068467ed388ce6592735.gif) repeat-y left top;
}

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

/* Re-size LGPress Sidebar Logo for Clemson Cooperative Extension bag 01/05/2021 */
#clemson #sidebar #extension_logo img {
   max-width: 220px;
   height: auto;
   display:inherit;
   padding-left:15px
    }
#clemson #sidebar #extension_logo img#square {
   padding-left:10px;
    }

	/* --- Breadcrumbs --- */

#clemson #main.text div.crumbs a:link,
#clemson #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #3a4958;
}

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

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

#clemson #dcn-home #homepage-intro p {
	font-size: 16px;
	width: 90%;
}
 /* adds space under full-width main-content image */
#clemson #home-page-banner { margin-bottom: 16px; }

/* Tiger Newspaper contents columns -- 12/9/15 jw */
#clemson #newspaper_years .newspaper_col {display: inline-block; width: 12%; vertical-align: top;}
#clemson #newspaper_years p#newspaper_header {margin: 0;}
#clemson #newspaper_years p#newspaper_note {margin: 0 0 5px;}


	/* --- Headers --- */

#clemson #dcn-home > h2 {
	font: normal 23px 'Barlow', sans-serif;
	border-bottom: 1px solid #f66733;
	margin-top: 17px;
	width: 90%;
}

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: #3a4958; }

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

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

#clemson #main.text a:link,
#clemson #main.text a:visited {
	color: #3a4958; /* declared for #network-icon text */
}

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

	/* PotD / Top DL widgets */

#clemson #dcn-home .box.aag h2,
#clemson #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 23px 'Barlow', sans-serif;
	border-bottom: 1px solid #f66733;
}

#clemson #main.text .box a:link,
#clemson #main.text .box a:visited {
	font: bold 15px 'Barlow', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
	background: none;
}

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

#clemson #dcn-home span.site-follow {
	float: right;
	margin-top: -3px;
}
/* Homepage buttons */

#clemson #main.text #home-btns,
#clemson #main.text #home-btns #row-1,
#clemson #main.text #home-btns #row-2 {
	width: 94.85%;
}

#clemson #main.text #home-btns #row-1,
#clemson #main.text #home-btns #row-2 {
	display: flex;
	justify-content: space-between;
}
#clemson #main.text #home-btns #row-1 {
	margin-bottom: 10px;
}

#clemson #main.text #home-btns a:hover, 
#clemson #main.text #home-btns a:active, 
#clemson #main.text #home-btns a:focus {
	text-decoration: none !important;
	border-bottom: none;
}

	/* 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; }

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

/*adding button to submit_research page BAG 10/21/21*/
#clemson #main.text a.culib-button {
    display: inline-block;
    color: #FFF !important;
    background-color: #3A4958;
    border: none;
    border-radius: 5px;
    padding: 11px 24px 7px;
    box-shadow: 0 4px #141B1F;
    outline: none;
    cursor: pointer;
    line-height: 1.5rem;
    text-decoration:none;
}

/* button behavior for submit_research page BAG 10/21/21 */
#clemson #main.text a.culib-button:focus,
#clemson #main.text a.culib-button:hover,
#clemson #main.text a.culib-button:active {
	background-color: #00529E;
	box-shadow: 0 4px #00205B;
}
/* ---------------- Footer ---------------- */

#clemson #footer,
#clemson #bepress a {
	height: 75px;
	background-color: #000; }

#clemson #footer p,
#clemson #footer p a {
	font: normal 14px/2 'Barlow', sans-serif;
	color: #fff;
	text-decoration: none;
}

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

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

#clemson #container #footer a.secondary-link {
	font-size: 12px;
}
#clemson {
	background: url(assets/md5images/bc2a7b352abbadc42068261449056ffd.gif) repeat-x left bottom;
}

/*Sticky Footer */
#clemson #content {
    min-height: calc(100vh - 249px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #clemson #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */

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

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

/* Browse Authors accessibility fix- CSFR-2648 */
#clemson #main.text .authorbrowser p.letters a:hover,
#clemson #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 */
 /* left aligned */
	margin: -16px 0 -16px -42px; /* #content .text padding: 16px 0; and #content .text (margin 32px) + #sidebar (margin 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 #clemson #main.text #dcn-home .box.aag h2,
.mbl #clemson #main.text #dcn-home .box.potd h2 {
  width: 100%;
}

header#mobile-nav {
    font-size: 0;
    line-height: 0; }

.mbl #clemson #header,
.mbl #clemson #header a img,
.mbl #clemson #navigation {
	width: 100% !important;
}

.mbl #clemson #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;  /* change to "right:" for right aligned logo */
	width: 30.9183673469% !important;  /* 240 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #clemson #main.text #home-btns,
.mbl #clemson #main.text #home-btns #row-1,
.mbl #clemson #main.text #home-btns #row-2 {
	display: contents;
	width: 100% !important;
}

.mbl #clemson #main.text #home-btns a img {
	max-width: 40% !important;
	height: auto !important;
}
