.ita {
  font-size: 1rem;
  display: inline-block;
}
.ita.ita-l {
  font-size: 1.5rem;
}
.ita.ita-xl {
  font-size: 2rem;
}
.ita.ita-xxl {
  font-size: 2.5rem;
}
.ita.ita-xxxl {
  font-size: 3rem;
}
.ita.ita-ma {
  margin: 0.5rem;
}
.ita.ita-mb {
  margin-bottom: 0.5rem;
}
.ita.ita-mt {
  margin-top: 0.5rem;
}
.ita.ita-fixed .ita-button {
  width: 13em;
}
.ita.ita-extended {
  display: block;
}
.ita.ita-extended .ita-button {
  width: 100%;
}
.ita.ita-shadowed .ita-button {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ita.ita-shadowed .ita-button:hover {
  box-shadow: none;
}
.ita:focus-within .ita-menu, .ita .ita-menu:hover {
  display: block;
}
.ita .ita-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  padding: 0 0.25em;
  margin: 0;
  border: none;
  border-radius: 0.375rem;
  background-color: #06c;
  cursor: pointer;
  font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  color: #fff;
  line-height: 1.5em;
  font-size: inherit;
  text-decoration: none;
}
.ita .ita-button:hover {
  background: #0059b3;
}
.ita .ita-button img {
  height: 2.5em;
  padding: 0.25em 0.25em 0.25em 0;
  height: 2.25em;
  border-right: rgba(255, 255, 255, 0.1) 0.1em solid;
}
.ita .ita-button .ita-content {
  flex: 1 1 auto;
  text-align: center;
  padding: 0 0.25em;
}
.ita .ita-menu {
  box-sizing: content-box;
  display: none;
  min-width: 12rem;
  position: absolute;
  z-index: 20;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ita .ita-menu a {
  display: block;
  padding: 0.5rem;
  border-bottom: 1px solid #dedede;
}
.ita .ita-menu a:hover {
  background: #F0F0F0;
}
.ita .ita-menu a img {
  height: 1.5em;
}
.ita .ita-menu:last-child {
  border-bottom: none;
}
.ita.ita-dropdown .ita-button::after {
  display: block;
  margin-left: 0.25em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.ita.ita-dropdown.ita-active .ita-menu {
  display: block;
}

/*# sourceMappingURL=ita.css.map */
