@charset "UTF-8";

.com-content #sp-main-body { padding: 10px 0; }

.burger-icon { width: 30px; }
.burger-icon > span { height: 4px; }
.burger-icon { color: rgba(193, 255, 114, 1); }

.sp-sign-in a { color: rgba(193, 255, 114, 1); }

#sp-header.header-with-modal-menu a { color: rgba(193, 255, 114, 1); }
#sp-header.header-with-modal-menu a:hover { color: rgba(193, 255, 114, 1); }
#sp-header.header-with-modal-menu a:focus { color: rgba(193, 255, 114, 1); }

#sp-header-topbar a:hover {color:#C1FF72}

#modal-menu .modal-menu-inner { background: rgba(5, 56, 71, 1); }
#modal-menu .sp-megamenu-parent > li:hover > a { color: rgba(193, 255, 114, 1); }
#modal-menu .sp-megamenu-parent > li.active > span { color: rgba(193, 255, 114, 1); }
#modal-menu .modules-wrapper a:focus { color: rgba(193, 255, 114, 1); }
#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner { background-color: #053847; }

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover { color: rgba(193, 255, 114, 1); }

.offcanvas-overlay {
  background: rgba(05, 56, 71, 1);
}
.btn-primary {
  color: #053847;
  background-color: #c1ff72;
}
.page-link {
  background-color: #053847;
}
.active > .page-link {
  color: #053847;
}
.page-link:hover {
  color: #053847;
  background-color: #c1ff72;
}
.btn-primary:hover {
  background-color: #053847;
  color: #c1ff72;
}
.list-group-item {
  color: #c1ff72;
  background-color: #053847;
}
.list-group-item:hover {
  color: #053847;
  background-color: #c1ff72;
}
.sp-profile-wrapper .sp-profile-dropdown {
  background-color: #053847;
}

