@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


body {
	font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin:0;
	padding:0;
	background-color:#fbfbfb;
	background-image: url();
	background-position:0 0;
	background-repeat:repeat-x;
}

	#TabAll iframe {
		height: 250px;
	}

.header a {
	color: white;
	text-decoration: none;
}

.header a:hover {
	color: white;
	text-decoration: underline;
}

ul.augie-fpmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    float: left;
}

ul.augie-fpmenu li {
    float: left;
}

ul.augie-fpmenu li a, ul.augie-fpmenu .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.augie-fpmenu li a:hover, ul.augie-fpmenu .dropdown:hover .dropbtn {
    background-color: rgba(255, 217, 0, 0.5);
}

ul.augie-fpmenu li.dropdown {
    display: inline-block;
    position: inherit;
}

ul.augie-fpmenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

ul.augie-fpmenu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.augie-fpmenu .dropdown-content a:hover {background-color: #f1f1f1}

ul.augie-fpmenu .dropdown:hover .dropdown-content {
    display: block;
}

.header {
	background-color:#00234f;
}

.wordmark {
	text-indent:-9999px;
	height:85px;
	width: 300px;
	background-image: url(AUGUSTANA-MikkelsenLibrary-white.png);
	background-repeat: no-repeat;
	float:left;
}

.augie-fpmenu {
	font-size: 130%;
}

#hours {
	font-size: 120%;	
}

/*
	.navbg {
	height: 350px;
}
*/

.navbg {
	background:url(inlibrary2-bg50-color.png) center no-repeat transparent;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
}

.navrow {
	background-color: #eeede8;
	margin: 2em 0;
	padding: 2em 0;
	border-radius: 5px;
	opacity: 0.9;
}

.sites {
	top:8px;
	float:right;
	padding-right:10px;
	font-size:1.1em;	
}

.search-box {
	font-size: 130%;
}

.search-wrapper {
    text-align:center;
    position:relative;
    max-width:100%;
    #margin:auto;
    #width:875px;
    font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.02rem;
}

.search-wrapper h4 {
    #font-size: 1.5em;
    width: 95%;
    margin:auto;
    text-align:left;
}

#TabDB strong {
	font-weight: bold;
}

ul.frequentDB {
	
}

ul.frequentDB li {
	margin-left: 6px;	
	margin-bottom: 4px;
}

.chatRef h2 {
	text-align: center;
	background-color:#fff;
	margin:.5em 0 0 .5em;
}

.destinations {
	 font-size: 150%; 
	 font-weight: bold; 
	 text-align: left;
}

.destinations img {
	   -moz-box-shadow: 6px 6px 3px #ccc;
		-webkit-box-shadow: 6px 6px 3px  #ccc;
		box-shadow: 6px 6px 3px  #ccc;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;       
}

.bookroom {
  background: url(../images/studyroom1.png) center no-repeat transparent;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   -moz-box-shadow: 6px 6px 3px #ccc;
		-webkit-box-shadow: 6px 6px 3px  #ccc;
		box-shadow: 6px 6px 3px  #ccc;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;       
  font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  height: 150px;
}

.bookroom a {
	display: block;
	color: white;
	text-decoration: none;
}

.bookroom a:hover {
	color: #ededed;
}

.bookroomText {
	font-size: 2em; 
  font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 200;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  line-height: 2em;
  background-color: #47638c;
  color: white;
  background-size: cover;
  height: 2em;
  width: 100%;
  text-align: center;
  opacity: 0.9;
}

.interlibraryloan {
  background: url(../images/books-ILL.png) center no-repeat transparent;
  background-size: contain;
	margin: 0 auto;
	padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   -moz-box-shadow: 6px 6px 3px #ccc;
		-webkit-box-shadow: 6px 6px 3px  #ccc;
		box-shadow: 6px 6px 3px  #ccc;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;    
	border: 1px solid black;   
  font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  height: 80px;
}

.interlibraryloan a {
	display: block;
	color: black;
	text-decoration: none;
}

.interlibraryloan a:hover {
	color: #121212;
}

.ILLText {
	font-size: 2em; 
  font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 200;
  line-height: 2em;
  color: black;
  background-size: cover;
  height: 2em;
  width: 100%;
  text-align: center;
}

/*----- Tabs -----*/
#search-wrapper {
    text-align:center;
    position:relative;
    max-width:100%;
    #margin:auto;
    #width:875px;
    font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.02rem;
}

.tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 0px auto 0;
    padding: 0px auto;
    text-align: center;
    height: 92px;
    top: 0;
    vertical-align: middle;
}
 
 .tab-content h4 {
	 font-size: 18px;
	 padding-bottom: 6px;
 }
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links h4 {
        margin:0px 5px;
        list-style:none;
        display:inline-block;
        text-decoration:none;
        color:000000;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            font-weight:600;
            transition:all linear 0.15s;
            text-decoration:none;
			color: rgb(0, 0, 0);
    }
	
		.tab-links a.selected h4 {
		   color: rgb(0,160,223);
		}

        .tab-label {
        #font-size: 16px;
        text-decoration: none;
        margin: 10px 0;
        font-family: "Source Sans Pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #000000;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:10px;
        border-radius:3px;
        #text-align:center;
}
 
        .tab {
            display:none;
}
 
        .tab.active {
            display:block;
}
        
    /*----- Search Boxes -----*/
	.searchTerm {
    position: relative;
}
	
	#search h4 {
    #font-size: 1.5em;
    width: 95%;
    margin:auto;
    text-align:left;
}

    input.searchbox {
    display: inline;
    -webkit-appearance: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 95%;
    padding-left: .6rem;
    padding-right: 8px;
    margin: 10px auto;
    border: 0;
    outline: 2px solid rgb(0,105,170);
}
    
    input.headersubmit {
    display: inline;
    -webkit-appearance: none;
    vertical-align: middle;
    height: 40px;
    width: 44px;
    margin-left: -47px;
    border: 0;
    background-color: rgb(0,105,170);
    color: #ffffff;
    font-size: 2.2rem;
    font-family: 'FontAwesome', sans-serif;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
    a#advanced-search {
    float:right;
    line-height: 0;
    margin-top: 20px; 
    margin-right: 10px;
    font-size: .8em;
		text-decoration: none;
}

/* Add a gray background color and some padding to the footer */
		footer {
		  background-color: #f2f2f2;
		  padding: 25px;
		}
		
/* Alert styling for front page only */
	#alert {
		clear: both;
		text-align: center;
		background-color:rgba(255, 0, 0, 0.6);
		height: 5em;
		line-height: 5em;
		font-size: 140%;
		}
