/* TLa hacks*/
body {
    position: initial!important;
    min-height: initial!important;
    top: 0px!important;
}
.skiptranslate {
    width: 100%!important;
    /* height: auto!important; */
}
.skiptranslate iframe {
    display:none;
}
.sticky-top {
    position: sticky;
    top: 100px;
    z-index: 1000;
}
.cert {
    max-width: 264px;
    border-radius: 8px;
    margin-bottom: 40px;
    transition: all 100ms;
}
.cert:hover {
    cursor: pointer;
    box-shadow: 0 0 20px 0px #00000033;
}
.doc p {
    text-indent: -10px;
    padding-left: 20px;
}
@media (max-width: 700px) {
    div.logos img {
        max-height: 30px;
        max-width: 120px;
    }
}

/* .goog-te-gadget-icon {
    display:none;
  }
  
  
  .goog-te-gadget-simple {
      background-color: #ecebf0 !important;
      border:0 !important;
      font-size: 10pt;
     font-weight:800;
      display: inline-block;
      padding:10px 10px !important;
      cursor: pointer;
      zoom: 1;
  }
  
  .goog-te-gadget-simple  span {
     color:#3e3065 !important;
  
  } */