
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


.btn, .btn-contact, [class^="field--type-text-"] a[data-entity-type="file"], [class*=" field--type-text-"] a[data-entity-type="file"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 1.5em;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn, .btn-contact, [class^="field--type-text-"] a[data-entity-type="file"], [class*=" field--type-text-"] a[data-entity-type="file"] {
  transition: all .3s;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: solid 2px #0d46a0;
  border-radius: 30px;
  font-weight: 700;
  color: #0d46a0;
  text-transform: uppercase;
  font-size: 1.3rem;
  background-color: #ffffff;
}

.btn:hover{
  color: #ffffff;
  background-color: #0d46a0;
}
