@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
#uw-thinstrip {
  min-height: 70px;
  padding: 10px !important;
    display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 10px;
  min-height: 50px;
  width: auto;
  background-color: #4b2e83;
}

#uw-thinstrip .container {
    position: relative;
    padding: 0 0px;
    margin-left: 15px;
    
}

#uw-thinstrip .uwlib-wordmark {
  max-width: 100%;
  height: auto;
  border: none;
}
#uw-thinstrip .ask-us {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#uw-thinstrip .ask-us a{
   background-color: #85754d;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5 12.034v1.55l-.255 1.551c-2.013 8.516-12.477 12.137-20.313 9.033l-7.064 3.479h-.056l1.787-7.115C2.171 18.895 1.131 16.99.705 14.86L.51 13.363c.022-.437-.03-.893 0-1.329C.946 5.727 6.763 1.205 12.889.471c7.604-.912 15.821 3.557 16.558 11.475l.053.088Zm-4.663-6.126C19.342.358 8.853.77 4.144 7.09c-3.07 4.121-2.35 9.479 1.335 12.951l-1.12 4.45 4.507-2.159c4.232 1.826 9.287 1.711 13.31-.6 5.992-3.44 7.707-10.726 2.66-15.823Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  font-family: "Encode Sans Compressed", "Open Sans", sans-serif;
  font-weight: 600;
  height: 42px;
  line-height: 1;
  padding: 10px 1rem 10px 57px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all .2s ease-in-out;
}

