.button-polo--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "proxima-nova", Roboto, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}

.button-polo {
  background: #068485;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", Roboto, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  letter-spacing: 1.35px;
  line-height: 40px;
  min-width: 150px;
  padding: 0 2.7em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.button-polo:hover,
.button-polo:focus,
.button-polo:active {
  background: #2AA3A3;
}

.button-polo--outline {
  background: none;
  -webkit-box-shadow: inset 0 0 0 2px #00B0B1;
          box-shadow: inset 0 0 0 2px #00B0B1;
  color: #00B0B1;
}

.button-polo--outline:hover,
.button-polo--outline:focus,
.button-polo--outline:active {
  background: none;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.button-polo--outline--white {
  background: none;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.button-polo--outline--white:hover,
.button-polo--outline--white:focus,
.button-polo--outline--white:active {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00B0B1;
}

.button-polo--link {
  background: none;
  color: #3A4449;
  display: inline-block;
  font-family: 'proxima-nova';
  font-weight: 600;
  padding: 13px 0 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.button-polo--link::after {
  background: #3A4449;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  width: 100%;
}

.button-polo--link:hover::after,
.button-polo--link:focus::after,
.button-polo--link:active::after {
  height: 2px;
}

.button-polo--link--white {
  color: #ffffff !important;
}

.button-polo--link--white::after {
  background: #ffffff;
}

@media only screen and (max-width: 850px) {
  .button-polo,
  button.button-polo,
  a.button-polo {
    height: 44px;
    line-height: 44px;
  }
}
