.mainnav.active a.nav-link {
    color: #ffde00;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
	color: #000 !important;
    background-color: #3BB982 !important;
    border-color: #3BB982 !important;
    outline-color: #3BB982 !important;
    font-weight: bold !important;
    background-image: none !important;
	font-family: inherit !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active:focus, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active:hover, .mktoButton:active:focus, .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:active:focus, .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:active:hover, .mktoButton:active:focus, .mktoButton:active:hover {
    background-color: #ffffff !important;
	border-color: #000 !important;
}

input:checked + .toggle-slider {
    background-color: #3BB982;
}

input[type="checkbox"]:checked {
	filter: grayscale(1);
}