.btn {
  display: inline-block;
  white-space: nowrap;
  font-family: "Open Sans Condensed", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 20px;
  border: 2px solid transparent;
  color: #fff;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s; }
  .btn.lime:not(.custom) {
    color: #006747; }
    .btn.lime:not(.custom):hover {
      background: #fff;
      border-color: #c9db48; }
  .btn.denim:not(.custom):hover {
    background: #fff;
    border-color: #003050;
    color: #003050; }
  .btn.sapphire:not(.custom):hover {
    border-color: #0061a0;
    color: #0061a0;
    background: #fff; }
  .btn.shamrock:not(.custom):hover {
    border-color: #309b42;
    color: #309b42;
    background: #fff; }
  .btn.lg-btn {
    font-size: 16px;
    line-height: 1;
    background: #0061a0;
    color: #fff;
    padding: 13px 60px; }
    .btn.lg-btn:hover {
      background: #fff;
      color: #0061a0;
      border-color: #0061a0; }
    .btn.lg-btn.shamrock {
      background: #309b42;
      color: #fff; }
      .btn.lg-btn.shamrock:hover {
        background: #fff;
        color: #309b42;
        border-color: #309b42; }
    .btn.lg-btn.lime {
      background: #fff;
      color: #0061a0;
      border-color: #c9db48; }
      .btn.lg-btn.lime:hover {
        background: #c9db48; }
  .btn.sm-btn {
    font-size: 14px;
    color: #fff;
    background: #0061a0;
    padding: 10px 50px; }
    .btn.sm-btn:hover {
      background: #fff;
      color: #0061a0;
      border-color: #0061a0; }
    .btn.sm-btn.shamrock {
      background: #309b42;
      color: #fff; }
      .btn.sm-btn.shamrock:hover {
        background: #fff;
        color: #309b42;
        border-color: #309b42; }
    .btn.sm-btn.lime {
      background: #fff;
      color: #0061a0;
      border-color: #c9db48; }
      .btn.sm-btn.lime:hover {
        background: #c9db48; }
  .btn.lg-label-btn, .btn.sm-label-btn {
    color: #0061a0;
    font-size: 18px;
    letter-spacing: 1.5px;
    background: transparent;
    padding: 0; }
    .btn.lg-label-btn.fill, .btn.sm-label-btn.fill {
      padding: 15px 60px;
      background: #0061a0;
      color: #fff; }
      .btn.lg-label-btn.fill.shamrock, .btn.sm-label-btn.fill.shamrock {
        background: #309b42;
        color: #fff; }
      .btn.lg-label-btn.fill.lime, .btn.sm-label-btn.fill.lime {
        background: #fff;
        color: #0061a0;
        border-color: #c9db48; }
        .btn.lg-label-btn.fill.lime span::before, .btn.sm-label-btn.fill.lime span::before {
          background: currentColor; }
        .btn.lg-label-btn.fill.lime span::after, .btn.sm-label-btn.fill.lime span::after {
          border-color: currentColor; }
        .btn.lg-label-btn.fill.lime:hover, .btn.sm-label-btn.fill.lime:hover {
          background: #c9db48; }
    .btn.lg-label-btn span, .btn.sm-label-btn span {
      position: relative;
      display: inline-block;
      max-width: 100%;
      padding-right: 23px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .btn.lg-label-btn span::before, .btn.sm-label-btn span::before {
        position: absolute;
        display: inline-block;
        content: '';
        width: 12px;
        height: 4px;
        border-radius: 2px;
        background: #c9db48;
        right: 4px;
        top: 7px;
        -webkit-transform: translateY(-1.5px);
                transform: translateY(-1.5px); }
      .btn.lg-label-btn span::after, .btn.sm-label-btn span::after {
        position: absolute;
        display: inline-block;
        content: '';
        width: 11px;
        height: 11px;
        right: 2px;
        top: 2px;
        border-radius: 2px;
        border-width: 0 4px 4px 0;
        border-style: solid;
        border-color: #c9db48;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .btn.lg-label-btn:hover span::before, .btn.sm-label-btn:hover span::before {
      background: currentColor; }
    .btn.lg-label-btn:hover span::after, .btn.sm-label-btn:hover span::after {
      border-color: currentColor; }
    .btn.lg-label-btn.shamrock, .btn.sm-label-btn.shamrock {
      color: #309b42; }
    .btn.lg-label-btn.lime, .btn.sm-label-btn.lime {
      color: #c9db48; }
      .btn.lg-label-btn.lime:hover, .btn.sm-label-btn.lime:hover {
        color: #0061a0; }
  .btn.sm-label-btn {
    font-size: 16px;
    letter-spacing: .32px;
    padding: 0; }
    .btn.sm-label-btn.fill {
      padding: 15px 50px; }
    .btn.sm-label-btn span::before {
      display: none; }
    .btn.sm-label-btn span::after {
      position: absolute;
      display: inline-block;
      content: '';
      width: 11px;
      height: 11px;
      right: 2px;
      top: 2px;
      border-radius: 2px;
      border-width: 0 2px 2px 0;
      border-style: solid;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }