/*
Place selectors here to make them available in the styles dropdown of the SW dashboard WYSIWYG editor
*/
a.slanted-button::hover{
   background-size: 0 2px !important;
}
a.slanted-button {
    display: inline-block !important;
    position: relative;
    color: #0d3d4c !important;
    padding: 0.5em 1.5em;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
		text-transform: uppercase;
    text-align: center;
    width: max-content;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	background: #b5be34;
      background-size: 0 2px !important;
	
}
a.slanted-button *{
		color: #0D3D4C;
		font-weight: bold;
		text-transform: uppercase;
	
}

a.slanted-button::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b5be34;
    transform: skew(-10deg);
    transform-origin: center;
}

.green-color {
}

.teal-color {
}

.black-color {
}

.sky-blue-color {
}

.navy-color {
}


/* .subheader {} */