/* Button bottom edges */
.crn-right::after {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 30px 22px;
    border-color: transparent transparent #CA0A16 transparent;
}
.crn-left::after {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 22px 30px 0;
    border-color: transparent transparent #CA0A16 transparent;
}

/* Chroma Triggered Styling */
#chroma-wrap .chroma-scroll.is-fixed.is-scrolled > .su-content  ul.dropdown>.is-dropdown-submenu-parent>a:not(.custom){
    color:rgba(67, 79, 77, 1.00)!important;}

#chroma-wrap .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown .active > a:not(.custom),#chroma-wrap .chroma-scroll.is-fixed.is-scrolled > .su-content ul .active > a:not(.custom) {
    color: rgba(255, 205, 18, 1.00) !important;
}
#chroma-wrap svg{transition: width 200ms ease}
#chroma-wrap .chroma-scroll.is-fixed.is-scrolled svg{
  width:80%; padding-top:8px
}