.button,
.button:hover,
.button:focus{
  margin-top:8px;
  padding: 14px 36px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
  transition: all .18s ease;
  border: 1px solid transparent;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .button,
  .button:hover,
  .button:focus{
    font-size: 14px;
    display: block;
  }
}

.button--primary{
  background: #769AC2;
  color: #fff;
}
.button--primary:hover{
  background: #6A89AD;
  color: #fff;
}
.button--primary:focus{
  background: #5D7999;
  color: #fff;
}

.button--alternative{
  background: #FF7A38;
  border:1px solid #EF6622;
  color: #fff;
}
.button--alternative:hover{
  background: #EF6622;
  color: #fff;
}
.button--alternative:focus{
  background: #EF6622;
  color: #fff;
}
.button--censyssearch {
  width:100%;
  display:inline-block;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.21);
  padding:14px 10px;
  background-color:#769AC2;
  margin-bottom:1.5em;
}
.button--censyssearch:hover {
  width:100%;
  display:inline-block;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.21);
  padding:14px 10px;
  background-color:#6787aa;
  margin-bottom:1.5em;
}
.button--censyssearch svg {
  display:inline-block;
  margin-bottom:-5px;
  margin-right:8px;
}
.button--secondary,
.button--tertiary{
  border-color: #CBD5E9;
  background: #fff;
  color: #769AC2;
}
.button--secondary:hover,
.button--tertiary:hover{
  border-color: transparent;
  color: #fff;
  background: #769AC2;
}

.button--tertiary,
.button--tertiary:hover{
  border-radius: 30px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .button--tertiary,
  .button--tertiary:hover{
    font-size: 13px;
  }
}

.button--search-result,
.button--search-result:hover,
.button--search-result:focus{
  background: #769AC2;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
}
.button--search-result:hover{
  background: #6A89AD;
  color: #fff;
}
.button--search-result:focus{
  background: #5D7999;
  color: #fff;
}
