.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0px; font-size: 14px; font-weight: 400; line-height: 1.42857; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; -moz-user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.btn-peabody { background-image: linear-gradient(rgb(112, 143, 184) 0px, rgb(1, 53, 107) 100%); background-repeat: repeat-x; border-color: rgb(112, 143, 184); color: white !important; transition: background-image 0.2s ease-in 0s; font-family: "Mallory Bold"; text-transform: uppercase; cursor: pointer; }
.btn-peabody:hover, .btn-peabody:focus { color: rgb(255, 255, 255); background-image: linear-gradient(rgb(221, 230, 238) 0px, rgb(112, 143, 184) 100%); background-repeat: repeat-x; border-color: rgb(1, 53, 107); transition: all 0.2s ease-in 0s; cursor: pointer; }
