* {margin:0;padding:0;font-family:Arial,sans-serif;}
a {text-decoration:none;}

body{background-color:#282828;}
#wrapper{background-color:#ffffff;margin: 0 auto;}
#content {max-width:846px;margin:0 auto;overflow:auto;}

div.collectionsheader {
	 border-bottom: 0;
	 margin: 0 auto;
	 background: #210f09 url("../images/collections/header.png") no-repeat top left;
	 height:110px;
	 max-width:1024px;
	 background-size: 100% 100%;
}

div.collectionsheader img {
	border: 0;
}

div img.aub-logo {
	margin-left: 45px;
	margin-top: 22px;
	height: 70px;
}

div.collectionsheader img.logo-sep {
	margin-left: 10px;
}

div.collectionsheader img.secondary-logo {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	
	div img.aub-logo {
		margin-left: 15px;
		margin-top: 7px;
		height: 50px;
	}
	
	div.collectionsheader {
		height:64px;
	}
}


div.preheader img{margin-right:5px; margin-top:2px;border:none;}

.preheader ul {list-style-type:none;margin:0;padding:0;}
.preheader .topnav  {float:right;}
.preheader .topnav > li {float:left;margin-right:40px;}

.preheader .topnav > li button, .preheader .topnav > li a{margin-top:3px;}
.preheader .topnav > li > button, .preheader .topnav > li > a{padding: 5px 10px;}


.preheader {height:35px;background-color:#1a1d16;}

.topnav {
  overflow: hidden;
  background-color:#1a1d16;
  
  -webkit-transition: max-height 2s ease;
    -moz-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
    max-height:35px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown ul img {vertical-align: bottom;}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding:0;
    background-color: #1a1d16;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:#1a1d16;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-bottom: 4px !important;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #555;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 768px) {
  .topnav > li:not(:first-child){
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	right: 50%;
    top: 4px;
	position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position:relative;width:100%;max-height:510px;}
  
  .topnav.responsive > li {display:block;float:none;margin-right:0;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  div.license {text-align:center;}
  div.license img {display:inline-block;margin:0 auto;margin-bottom:5px;}
  div.footer ul {float:none !important;text-align:center;}
  div.license span {display:block !important;}
}


.box{background-color:#dedcd6; border-radius: 6px; position:relative;overflow:hidden;}

.search ul {position:absolute;bottom:14px;z-index:10;list-style-type: none;margin:0;padding:0;}
.search ul li {display:inline;}
.search .bfooter .loop {
    position: absolute;
    right: 24px;
    bottom: 8px;
}

.redlink {color:#8a0001;font-size:14px;font-weight:bold;}
.redlink::before{content:'\25BA\00a0';}

.boxes{margin: 0 auto; max-width: 850px;}

.bcontent{padding:25px;}

.bfooter
{
	background-color:#8a0000;
	height:9px;    
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.bheader
{
	background: transparent url("../images/title_sep.png") repeat-x center left;
	margin-top: 27px;
	margin-left: 20px;
}
.bheader h1
{
	display:inline;
	background-color:#dedcd6;
	color:#210f09;
	padding-right:9px;
	font-size:18px;
	font-weight: normal;
}

div.footer {background-color:#1a1d16;overflow: hidden;}

div.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:right;
	margin-top: 9px;
    margin-bottom: 9px;
}

div.footer li {
	margin-top:3px;
	margin-right:13px;
	color:#fefefe;
	font-size:11.84px;
}

div.license {
	display: none;
    margin-left: 10px;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 12px;
}

div.license span {
	color: #fefefe;
    display: inline-block;
    overflow: hidden;
}

div.footer a{color:#ffffff;text-decoration: underline;}

.btn{
    background-color:inherit;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.go-btn{
	background-color:#8a0000;
	color:#ffffff;
	font-weight: bold;
	height:40px;
}

.home-btn{
	font-weight: bold;
	border: 1px solid #d3d3d3;
	font-weight:normal;
    border-radius:4px;
}

/*w3schools*/

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: -73%;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -36%;
    left: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
