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



/*glossary container background*/
#glossary-container{
	background: url(../../assets/images/about.png) 50% 0 fixed; 
			height: auto;
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    
		    padding: 100px 0;
		    color: black;
			
}


/* Styles for dialog window */
#glossary{
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 85%;
	margin: 40px auto;
	position: relative;
	overflow: visible;
	min-height: 1300px;

	
}


/* ---- defn-container ---- */

.defn-container {
  background: #fff;
  max-width: 1000px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* clear fix */
.defn-container:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- defn css ---- */

.defn {
  width: 100%;
  clear: both;
  
}






#search-term{
    		font-size: 14px;
    		padding: 5px;
    		width: 200px;
    	}
		
.search-item{
    		text-transform: uppercase;
    		font-weight: 700;
    		font-size: 12px;
    		text-align: center;
    	}