.greenBox {
  border: 1px solid #94C430;
  border-radius: 5px 5px 0px 5px;
  padding: 10px;
  display:flex;
justify-content:left;
  margin: 20px
}

.greenBox img {
  height: fit-content;
  margin-right: 30px;
}

@media screen and (width <= 900px) {
  .greenBox {
     display:block;
  }
}

.textGreen {
  color: #94C430;
  color: black;
}

h4 {
  color: #555555;
}

body {
  color: #555555;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #94C430; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: black;
  text-decoration: none;
}

.sidenav .closebtn:hover {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: black;
  text-decoration: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

.sidenav li a {
  color: black;
  padding: 5px 30px 5px 30px;
  width: 100%;
  display: inline-block;
  width: 90%;
}

.sidenav hr {
  color: black;
}

.sidenav ul {
  list-style-type: none;
}

.sidenav li a:hover {
  color: black;
  background-color: white;
  padding: 5px 30px 5px 30px;
    display: inline-block;
  width: 90%;
}

#menu_navigation a {
  color: black;
  padding: 5px 30px 5px 30px;
}

#menu_navigation a:hover {
  color: black;
  background-color: white;
  padding: 5px 30px 5px 30px;
}

.sppb-icon span {
    border-radius: 50%;
    background-color: #86b033;
    color: white;
    font-size: 42px;
    line-height: 100px;
    margin: 0 auto 20px;
    transform: rotate(0deg) scale(1);
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, transform 0.3s ease 0s;
    width: 102px;
}

#mod-custom89 {
  width: 80%;
    margin-left: 5px;
}

.container-header .container-search {
  margin-top: auto;
  margin-bottom: auto;
}

.container-header::before::after .container-search::before::after {

  box-sizing: content-box;
}

.sppb-icon span:hover {
    border-radius: 50%;
    background-color: white;
    color: #86b033;
    font-size: 42px;
    line-height: 100px;
    margin: 0 auto 20px;
    transform: rotate(360deg) scale(1);
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, transform 0.3s ease 0s;
    width: 102px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 0.6s;
}

:root {
  --cassiopeia-color-primary: #94C430;
  --cassiopeia-color-link: #30638d;
  --link-color: ##003366;
  --link-color-rgb: 48, 99, 141;
  --cassiopeia-color-hover: ##94C430;
  --link-hover-color: ##003366;
  --link-hover-color-rgb: 149, 75, 86;
}

.container-header {
   background-color: #94C430;
   background-image: linear-gradient(135deg, #94C430 0%, #94C430 100%);
  padding-bottom: 0px;
}

.container-header .grid-child {
  padding: 0px;
    padding-bottom: 0px;
}

.container-header .mod-menu > li > a {
   color: black;
}
.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
  background: black;
}

.sidebar-nav {
    top: 112px;
}