/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  November 2019
PLEASE SAVE THIS FILE LOCALLY!
Note: CUSTOM-1941 (to avoid styling differences due to exclusion from DC network); blow away ir_index.inc on next redesign
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Ubuntu', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #f2f2f2 url(assets/md5images/79d08246318d5b5cb92992d8079be2d4.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#ais #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  margin: 1px 0;
}
#ais #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 --- */
#ais #logo_image,
#ais #header a#logo_link {
    display: none;
}
#ais #header a#banner_link:focus img,
#ais #header a#logo_link:focus img {
  outline: 1px dashed #666666;
}
/* ---------------- Navigation ---------------- */
#ais #navigation,
#ais #navigation #tabs {
    height: 50px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#ais #navigation #tabs,
#ais #navigation #tabs ul,
#ais #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
#ais #navigation {
  background: url(assets/md5images/52abc18a48cbc9695456f74a49805812.png) no-repeat left top;
}
/* Flexbox Navigation July 2018 */
#ais #navigation #tabs,
#ais #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%;
}
#ais #navigation #tabs a {
    font: normal 20px 'Ubuntu', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 16px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
}
#ais #navigation #tabs a:hover,
#ais #navigation #tabs a:active,
#ais #navigation #tabs a:focus {
    text-decoration: underline;
}
#ais #navigation #tabs li:first-child a { 
  padding-left: 16px; 
  margin-left: 108px;
}
#ais #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#ais #sidebar h2 {
    font: normal 18px 'Ubuntu', sans-serif;
    color: #666666;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#ais #sidebar ul#side-notify {
  padding-top: 0;
}
#ais #sidebar a {
    font: normal 13px 'Ubuntu', sans-serif;
    color: #0053a0;
    text-decoration: none;
}
#ais #sidebar a:hover,
#ais #sidebar a:active,
#ais #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#ais #sidebar #sidebar-search label {
    font: normal 13px 'Ubuntu', sans-serif;
    color: #666666;
}
#ais #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#ais #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#ais #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/2b5f9861dc13e07412ab04439c4ca456.gif) repeat-y left top;
}
/*#ais #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#ais #main.text div.crumbs a:link,
#ais #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #0053a0;
}
#ais #main.text div.crumbs a:hover,
#ais #main.text div.crumbs a:active,
#ais #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#ais > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#ais #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#ais #main.text > h2 {
    font: normal 21px 'Ubuntu', sans-serif;
}
#ais #homepage-intro h2 {
  font: bold 22px 'Ubuntu', sans-serif;
}
h3 {
    margin: 0;
    text-decoration: underline; }
/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#ais #cover-browse h3 { color: #0053a0; }
#ais #cover-browse h3 a {
    font: 400 21px/1.6 'Ubuntu', sans-serif;
    text-decoration: none;
}
#ais #cover-browse h3 a:hover,
#ais #cover-browse h3 a:focus,
#ais #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#ais #main.text a:link,
#ais #main.text a:visited {
    color: #0053a0; /* declared for #network-icon text */
}
#ais #main.text a:hover,
#ais #main.text a:active,
#ais #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#ais .box.aag h2,
#ais .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 16px 'Ubuntu', sans-serif;
    border-bottom: 1px solid #d6d6d6;
}

#ais #main.text .box a:link,
#ais #main.text .box a:visited {
    font: normal 13px 'Ubuntu', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    background: none;
}
#ais #main.text .box.aag a.recent-additions {
  border-bottom: none;
  padding-bottom: 0;
}
#ais #main.text .box.aag a.activity-by-year {
  padding-top: 0;
}
#ais #main.text .box a:hover,
#ais #main.text .box a:active,
#ais #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; }
#ais #series-home .pdf,
#ais #series-home .native,
#ais #series-home .metadata-only, 
#ais #series-home .external {
  line-height: 2.2em;
}
/*home buttons */
#ais #main.text #homebuttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#ais #main.text #homebuttons a {
  width: 302px;
  height: 48px;
  background-color: #0053a0;
  text-decoration: none;
  margin-right: 30px;
  margin-bottom: 10px;
}
#ais #main.text #homebuttons a h3 {
  color: #fff;
  text-decoration: none;
  background: none;
  line-height: 48px !important;
  text-align: center;
  font: bold 16px 'Ubuntu', sans-serif;
}
#ais #main.text #homebuttons a:active h3,
#ais #main.text #homebuttons a:hover h3,
#ais #main.text #homebuttons a:focus h3 {
  text-decoration: underline;
}
#ais #main.text #homebuttons a:hover,
#ais #main.text #homebuttons a:active,
#ais #main.text #homebuttons a:focus {
  text-decoration: none;
  border-bottom: none;
}
/* ---------------- Footer ---------------- */
#ais #footer,
#ais #bepress a {
    height: 92px;
    background-color: #0053a0; }
#ais #footer p,
#ais #footer p a {
    font: normal 12px/2 'Ubuntu', sans-serif;
    color: #fff;
    text-decoration: none;
}
#ais #footer p:first-of-type { padding-top: 22px }
#ais #footer p a:hover,
#ais #footer p a:active,
#ais #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}
#ais #content {
    min-height: calc(100vh - 282px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #ais #wrapper:after {
    content: none; /* search pages */
}

#ais {
	background: url(assets/md5images/c2ff6557819f5aea7b070fe611fa0524.gif) repeat-x left bottom;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #ais #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#ais #main.text .authorbrowser p.letters a:hover,
#ais #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 .box.aag span,
.mbl .box.potd span {
    display: block;
}
.mbl #ais #main.text .box.aag h2,
.mbl #ais #main.text .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #ais #header,
.mbl #ais #header a#banner_link img,
.mbl #ais #navigation {
    width: 100% !important;
}
.mbl #ais #header #logo_image {
    display: none;
}
.mbl #ais #main #cover-browse h3::before {
  content: none;
}
.mbl #ais #main.text .aag,
.mbl #ais #main.text .potd {
  display: block;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100%;
  float: none !important;
  margin: 0 0 8px !important;
  width: 94% !important;
  margin: 0 3% !important;
}
.mbl #ais #main.text .aag p,
.mbl #ais #main.text .potd p {
  display: block;
}
.mbl #ais #main.text .aag p a span,
.mbl #ais #main.text .potd p a span {
  display: block;
}

/*Hiding jwplayer popup*/

#ais #main .jwplayer .jw-rightclick {
    display: none !important; 
    }
    
/* Fixing slideshow sizing - AB 10-21-20 */
#ais .newCarousel .news-slider .image-content img { 
    height: 200px;
    width: auto;
}

/* Adding space between home page slideshow and intro text - AB 10-21-20 */
#ais #main.text #homepage-intro {
  padding-top: 10px;
}

/* hiding event times on track page 11.2.20 cyang */
#icis2020 #series-home table.vcalendar th, #icis2020 #series-home p.duration {display:none;}
#icis2020 #series-home table.vcalendar tr.year {display:none;}



/* Two Column Display AMCIS Community CY 2021-02-11 */
#ais #amcis-twocolumn #column_left {display:block; width:45%; float:left; padding-top:1px; margin-left:5%;}
#ais #amcis-twocolumn #column_right {display:inline-block; width:45%; padding-left:5%; padding-top:1px;}

#ais .intro #amcis-twocolumn ul.year_browse_twocolumn li {
	background-image: none;
	margin-left: 0px; 
	padding-left:0px;
	
	}
	
/* AMCIS Impact Awards Line Spacing */
#amcis #main.text #amcis-impactawards li{
padding-bottom: 10px;
}


/* Two Column Display AMCIS Community Flexbox implementation, ALei 2022-02-11 */

#ais #amcis-twocolumn-flex {
	width: 100%;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}


#ais #amcis-twocolumn-flex #column_left-flex {
	width:45%; 
	padding-top:1px; 
}
#ais #amcis-twocolumn-flex #column_right-flex {
	width:45%; 
	padding-top:1px;
}

#ais .intro #amcis-twocolumn-flex ul.year_browse_twocolumn li {
	background-image: none;
	margin-left: 0px; 
	padding-left:0px;
}


#ais #amcis-twocolumn-long-flex {
	width: 100%;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}


#ais #amcis-twocolumn-long-flex #column_left-long-flex {
	width:45%; 
	padding-top:1px; 
}
#ais #amcis-twocolumn-long-flex #column_right-long-flex {
	width:45%; 
	padding-top:1px;
}

#ais .intro #amcis-twocolumn-long-flex ul.year_browse_twocolumn li {
	background-image: none;
	margin-left: 0px; 
	padding-left:0px;
}

