﻿@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta {
  text-transform: uppercase;
  white-space: nowrap;
}
.cta a {
  text-decoration: none;
}
.cta a:hover, .cta a:active, .cta a:focus {
  color: #d84000;
  text-decoration: none;
}
.cta .button {
  white-space: normal;
}
.cta a.button--text {
  background: none;
  border: none;
  text-align: left;
  display: inline;
  padding-left: 0;
  padding-right: 0;
  margin-right: 4px;
  line-height: 1;
}
.cta a.button--text:hover, .cta a.button--text:active, .cta a.button--text:focus {
  color: #d84000;
  background: none;
}
.cta a.button--text:focus-visible {
  outline: 3px solid #d84000;
  border: 3px solid transparent;
}
.cta a.button--text ~ i.right-chevron {
  border: solid #d84000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 3px;
  transform: rotate(-45deg);
}
