.doorHanger:after,
  .doorHanger:before,
  .doorHangerRight:after,
  .doorHangerRight:before {
    bottom: 100%;
    border: solid rgba(0, 0, 0, 0); 
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .doorHanger:before, .doorHangerRight:before {
    border-width: 9px !important;
  }  

@media screen and (max-width:332px) {
  .toolbarField.pageNumber {
      width: 25px;
    }
}

@media screen and (min-width:641px) {
  html[dir="ltr"] .toolbar-top-full-width.icon-medium .findbar {
    left: 81px !important;
  }
  
  html[dir="ltr"] .toolbar-top-full-width.icon-large .findbar {
    left: 81px !important;
  }
} 


.tnc-synthesis-wrapper {
  bottom: unset !important;
}


@media only screen and (max-width: 768px) {
  .tnc-synthesis-wrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
} 

.toolbar-top-full-width.icon-small .tnc-synthesis-wrapper {
  top: 32px;
} 
.toolbar-top-full-width.icon-medium .tnc-synthesis-wrapper {
  top: 40px;
} 

.toolbar-top-full-width.icon-large .tnc-synthesis-wrapper {
  top: 50px;
} 


@media only screen and (max-width:345px) {
  .toolbar-top-full-width.icon-small .social_icon_d {
    display: none !important;
  }
  
}

@media only screen and (max-width:369px) {
  .toolbar-top-full-width.icon-medium  .social_icon_d {
    display: none !important;
  }
}

@media only screen and (max-width:390px) {
    .toolbar-top-full-width.icon-large .social_icon_d {
      display: none !important;
    }
 }









 

 
