/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 :root {
  --cc-btn-secondary-hover-bg: #004b4e;
 }

 .cc_div button {
  border: 0 !important;
 }

 #s-c-bn {
  background-color: var(--cc-btn-secondary-bg) !important;
 }

 .cc_div #s-bl button {
  color: inherit;
 }

 /* .cc_div #s-bl button:hover {
  text-align: left;
 } */

 /* .cc_div :hover {
  font-family: "Roboto", sans-serif;
 } */

 #cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button+button:active, #s-cnt button+button:hover {
  color: #fff;
 }
