.env-button {
   display: inline-block;
   padding: 1.1rem 1rem;
   max-width: 21.25rem;
   min-width: 18.125rem;
   height: 3.5rem;
   font-size: 1rem;
   text-align: center; 
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 0.063rem;
   color: #004985;
   background-color: #fff;
   font-family: "Open Sans";
   font-weight: 600;
   cursor: pointer;
   border: solid 0.125rem #004985;
}

.env-button:hover, .env-button--large:hover,
.env-button:focus {
   border-color: #266497;
   color: #266497;
   background-color: #ffffff;
}

.env-button.disabled,
.env-button[disabled],
.env-button.disabled,
.env-button[disabled] {
   border-color: #999999;
   color: #999999;
   pointer-events: none;
   cursor: not-allowed;
}

.env-button .sv-linkicon {
   display: none;
}
