.btn,
.btn-default {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #378163;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  border-radius: 4px;
  text-transform: capitalize; }
  .btn:hover, .btn:focus,
  .btn-default:hover,
  .btn-default:focus {
    background-color: #234D3D;
    border: 1px solid #4e4e4e;
    color: #ffffff; }

.btn-white {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #378163;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  color: #8f8f8f; }
  .btn-white:hover, .btn-white:focus {
    background-color: #234D3D;
    border: 1px solid #4e4e4e;
    color: #ffffff; }

.btn-cancel {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #378163;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: #ffffff;
  color: #000000; }
  .btn-cancel:hover, .btn-cancel:focus {
    background-color: #234D3D;
    border: 1px solid #4e4e4e;
    color: #ffffff; }

.btn-no-bg {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #378163;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: transparent;
  color: #333d4a;
  border: 0; }
  .btn-no-bg:hover, .btn-no-bg:focus {
    background-color: #234D3D;
    border: 1px solid #4e4e4e;
    color: #ffffff; }
  .btn-no-bg:hover, .btn-no-bg:active {
    background-color: transparent;
    text-decoration: underline;
    color: #333d4a;
    border: 0;
    box-shadow: none; }

.btn--tab {
  background-color: transparent;
  color: #027da7;
  border: 0;
  border-radius: 0; }
  .btn--tab:active, .btn--tab:focus, .btn--tab:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #014C65;
    text-decoration: underline; }

a#phone-svcline-appt.btn.btn-default.btn-lg {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #378163;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  border-radius: 4px;
  text-transform: capitalize;
  padding: 4px 0;
  width: 95px;
  margin-bottom: 20px; }
  a#phone-svcline-appt.btn.btn-default.btn-lg:hover, a#phone-svcline-appt.btn.btn-default.btn-lg:focus {
    background-color: #234D3D;
    border: 1px solid #4e4e4e;
    color: #ffffff; }

.search__button {
  width: 80px; }
