html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__arrow-button {
  border: 3px solid;
  box-shadow: 0 0.25rem 0.5rem rgba(1, 1, 1, 0.25);
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.4em 1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  min-height: 45px;
  min-width: 30px;
  padding: 8px 8px;
  text-align: center;
  transform: scale(-1, 1); }
  .ma__arrow-button:hover {
    text-decoration: none; }
  .ma__arrow-button:after {
    border-right: 4px solid;
    border-bottom: 4px solid;
    content: "";
    display: inline-block;
    height: 10px;
    margin-top: 3px;
    margin-left: .3em;
    transform: translateY(-45%) rotate(-45deg);
    transform-origin: 75% 75%;
    transition: all .2s;
    vertical-align: middle;
    width: 10px; }
  .ma__arrow-button--right {
    transform: scale(1, 1); }
  .ma__arrow-button:after {
    border-width: 5px;
    height: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: 50% 50%;
    width: 15px; }
    @media (max-width: 620px) {
      .ma__arrow-button:after {
        border-width: 3px;
        height: 9px;
        width: 9px; } }

.ma__arrow-button {
  font-weight: 700;
  background-color: #14558f;
  border-color: transparent;
  color: white; }
  .ma__arrow-button:hover {
    background-color: rgba(20, 85, 143, 0.75); }
  .ma__arrow-button:after {
    border-color: white; }
