.boxShadow {
    border: solid 1px #555;
    box-shadow: -10px 10px   5px rgba(0,0,0,0.4);
    -moz-box-shadow: -10px 10px   5px rgba(0,0,0,0.4);
    -webkit-box-shadow: -10px 10px   5px rgba(0,0,0,0.4);
    -o-box-shadow: -10px 10px   5px rgba(0,0,0,0.6);
    border-radius: 8px;
	  min-height: 100px;
	  	margin-bottom:15px;
}


 

.boxShadow:hover{
	border: solid 2px #555;
  background-color: #C6E2FF;
  color: white;
 transition: 0.2s;
 
 
}

 

.lucbtn{
 border-radius: 4px;
}

.lucbtn:hover{
  background-color: #2554C7;
  color: white;
 transition: 0.5s;
}


.flexcontainer{
  display: flex; /* or inline-flex */
}

.categoryheader{
color: #4b286d;
font-family: Helvetica;
font-size: large;
 padding-left:5px;
 

}

.categoryinfo{
color: #677dc0;
font-weight: 500;
font-size: .9em;
padding-left:3px;

}
.sectionheader{
color: #4b286d;
font-family: Helvetica;
 font-size: 1.5em;
  padding-left:25px;
   margin-bottom:20px;
   
}

.pageheader{
color: #4b286d;
font-family: Helvetica;
 font-size: 2.5em;
  padding-left:25px;
  text-align: center;
   
}

.icons{
   height: 50px;
  width: 50px;
  	margin-top:2px;
	margin-left:2px;
  
}
.luclogo{
   height: 100px;
  width:270px;
  	margin-top:2px;
	margin-left:2px;
	 border-radius: 2px;
  
}
.lucMyacctLogo{
   height: 70px;
   
  	margin-top:2px;
	margin-left:2px;
	 border-radius: 2px;
  
}
.lucMyacctLogosmall{
   height: 35px;
   width:150px;
   
	 border-radius: 2px;
	 
	  display: block;
  margin-left: auto;
  margin-right: auto;
 
  
}



.lucBannerimg{
   height: 200px;
   margin: 2px auto;
	border-radius: 15px;
	    box-shadow: -10px 10px   5px rgba(0,0,0,0.4);
  
}
.centertxt{
	  text-align: center;
}
.jumbotron {
    
    max-height: 320px;
	padding-top:0px;
	 border-bottom: 1px solid #33beff;
}
 
 
#myIframe {
	width: 95%;
	height: 3500px;
	margin: 1 1px;
	padding-top:20px;
	  border: 0;
 scrollbar-width: thin;  	
 
 
}

 .pagebody{
  scrollbar-width: thin;  
	 
 }
 
 
 
 .overlay {
 	margin-top:20px;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;

   background-color: #EBF4FA;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 1;

  box-shadow: rgb(44, 62, 80) 10px 10px 10px 0px;  
  scrollbar-width: thin;    
	 
}


.loading {
   background-image: url('loading2.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
 
}

 .overlay-content {
	  border-top-width:1px;
	  border-top-style: solid;
	  border-right-width: 1px;
	  border-right-style: solid;
	  border-color:grey;
	  	 border-radius: 10px;
     
 }

 
 
 .closebtn  {
    color: #000000 !important;
	
 
}

.closebtn:hover {
 
   color: #BD170F !important;
}

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 30px;
  border:1px;
  border-style: solid;
  
   box-shadow: inset 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.45);
  border-radius: 2px;
  
 font-family: 'Arial';
 line-height: 27px;
  height: 28px;
  background-color:#E0E1EA;
 
  text-align: center;
    
}

@media only screen and (max-width: 600px) {
  
  .overlay .closebtn {
 
  font-size: 30px;
  top: 5px;
  right: 5px;
  }
  #myIframe {
	width: 100%;
  }
  .lucMyacctLogo{
	  visibility:hidden;
  }
  .lucBannerimg{
	display:none;
	}
	
	#searchbtn{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 40%;
	}
	
	.overlay{
		scrollbar-width: none;    
	}
	.overlay::-webkit-scrollbar {
		display: none;
	}


  
}
 
 
 

 