.btn {
  font-family: 'helveticaneuemedium';
  font-size: 13px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  padding: 6px 16px; }

.btn--explore {
  color: #ffffff;
  background-color: #a02625;
  padding: 3px 14px;
  position: relative;
  text-align: left;
  text-decoration: none; }
  .btn--explore:hover, .btn--explore:focus {
    background-color: #ffffff;
    text-decoration: none;
    color: #811f1f; }
    .btn--explore:hover:after, .btn--explore:focus:after {
      content: '';
      position: absolute;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-left: 9px solid #ffffff;
      border-bottom: 13px solid transparent;
      top: 0;
      bottom: 0;
      right: -10px;
      margin: auto; }
  .btn--explore:after {
    content: '';
    position: absolute;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 9px solid #a02625;
    border-bottom: 13px solid transparent;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto; }

.btn--explore-white {
  color: #1e3667;
  background-color: #ffffff; }
  .btn--explore-white:hover, .btn--explore-white:focus {
    color: #1e3667;
    background: #dfdfdf; }
    .btn--explore-white:hover:after, .btn--explore-white:focus:after {
      border-left: 9px solid #dfdfdf; }
  .btn--explore-white:after {
    border-left: 9px solid #ffffff; }
