body a.button-3:hover, body a.button-3:active, body a.button-3:focus {
		background-color: transparent;
		border-color: #fff;
		border-width: 3px;
		text-decoration: none;
}
body a.button-3 {
    background-color: #f36c33;
    border: 3px solid #f36c33;
    color: #f36c33;
    font-weight: normal;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1764705882;
    padding: 0.7058823529rem 1.5rem;
}
body a.button-2 {
    background-color: transparent;
    border: 3px solid #f36c33;
    color: #f36c33;
    font-weight: normal;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1764705882;
    padding: 0.7058823529rem 1.5rem;
}
body a.button {
    font-weight: normal;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1764705882;
    padding: 0.7058823529rem 1.5;
    text-decoration: none;
    background-color: #f36c33;
    color: #fff;
    border: 3px solid var(--mt-accent-color);
}
body a.button:focus, body a.button:hover, body a.button:active {
    background-color: transparent;
    color: var(--mt-accent-color);
    border-color: var(--mt-accent-color);
    border-width: 3px;
    border-style: solid;
}
div#highlighted a.button {
    background-color: transparent;
    border: 3px solid var(--mt-accent-color);
    border-radius: 0.25rem;
    color: var(--mt-accent-color);
}
div#highlighted a.button:hover {
    background-color: var(--mt-accent-color);
    border: 3px solid var(--mt-accent-color);
    border-radius: 0.25rem;
    color: #ffffff;
}