.autry-menu-cta {
  max-width: 360px;
}
.autry-menu-cta .menu li + li {
  margin-top: 1rem;
}
.autry-menu-cta .menu li a {
  display: block;
  border-radius: 3px;
  border: 6px solid;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  transition-duration: 0.1s;
  transition-property: background-color, border-color;
  transition-timing-function: ease-in-out;
  padding: 30px 15px;
}
.autry-menu-cta .menu li:nth-child(odd) a {
  color: #ad5700;
  border-color: rgba(173, 87, 0, 0.25);
}
.autry-menu-cta .menu li:nth-child(odd) a:hover {
  border-color: #ad5700;
  background-color: #f7eee6;
}
.autry-menu-cta .menu li:nth-child(even) a {
  color: #007398;
  border-color: rgba(0, 115, 152, 0.25);
}
.autry-menu-cta .menu li:nth-child(even) a:hover {
  border-color: #007398;
  background-color: #e6f1f5;
}


/*# sourceMappingURL=autry-menu-cta.library.css.map*/