/* styles for cta-button plug-in */

a.cta-button, 
a.cta-button:visited {
    font-size: inherit;
    font-weight: 600;
    padding: 7px 14px;
    transition: all .2s ease-in-out;
    color: #fff;
    display: inline-block;
    text-decoration: none;
	border-radius: 5px
}
/* default color */
a.cta-button, 
a.cta-button:visited {
	background: #FB5E5C;
	border-radius: 5px
}
a.cta-button:focus, 
a.cta-button:hover {
	background: #FB5E5C;
    color: #fff;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1);
    text-shadow: 0 2px rgba(0, 0, 0, .1);
	border-radius: 5px
}

/* snap blue 
a.cta-button.blue, 
a.cta-button.blue:visited {
    background: #0bb1da !important;
}
a.cta-button.blue:focus, 
a.cta-button.blue:hover {
    background: #0bb1da !important;
} */

/* 2021 blue */
a.cta-button.blue, 
a.cta-button.blue:visited {
    background: #033089 !important;
    text-decoration: none;
}
a.cta-button.blue:focus, 
a.cta-button.blue:hover {
    background: #0941b1 !important;
}

/* snap aqua */
a.cta-button.aqua, 
a.cta-button.aqua:visited {
    background: #8ae3cd !important;
}
a.cta-button.aqua:focus, 
a.cta-button.aqua:hover {
    background: #8ae3cd !important;
}
