.tl.dropin{
   z-index: 100;
   top: 0;
   width: 100%;
   margin-top: 55px;
   position: fixed;
   background-color: #fcfcfcfe;
   border-bottom: #404040 3px solid;
}

.tl.dropin .contents{
   width: 100%;
   padding-top: 1.5em;
   /* margin-left: 10%; */
   text-align: center;
   overflow: hidden;
}

.tl.dropin .divider{
   height: 1px;
   border-top: 1px solid rgba(34,36,38,.15);
   border-bottom: 1px solid rgba(255,255,255,.1);
   margin-top: 0.6em;
   margin-bottom: 0.6em;
}

.tl.dropin .item{
   width: 100%;
   font-weight: 600;
   cursor: pointer;
   display: block;
   font-size: 24px;

   color: #404040;
}

.tl.dropin .item:not(.header){
   padding: 20px 10px;
   border-top: #F1F1F1 1px solid;
}

.tl.dropin .header.item{
   /* text-align: left; */
   padding: 10px;
   font-size: 32px;
   padding-bottom: 0.6em;
}

.tl.dropin .drop.item::after{
   font-family: Icons;
   content: "\f0d7"
}


