.BGOgreen {
  color: rgb(177, 210, 54)!important;
}
.BGOLpurple {
  color: rgb(171, 75, 156) !important;
}
.BGOpurple {
  color: #86328d!important;
}
.BGODpurple {
  color: rgb(96, 47, 143)!important;
}

.BGOBgreen {
    background-color: rgb(177, 210, 54)!important;
  }
  .BGOBLpurple {
    background-color: rgb(171, 75, 156) !important;
  }
  .BGOBpurple {
    background-color: #86328d!important;
  }
  .BGOBDpurple {
    background-color: rgb(96, 47, 143)!important;
  }
  .contrast{
    color:white;
  }
  .nomargins{
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
  }
  .stretch{
    height:100%;
  }
  footer {
    text-align: left;
    padding: 0px;
    color: black;
    margin: 0px;
  }
  .desc{
    position:relative;
    text-align: center;
    color:rgb(96, 47, 143);
    top:110px;
    padding-left:10px ;
    font-size: 10px;
    z-index: 3;
  }
  .pushbycont{
    position: fixed;
    width:100%;
  }
  .forcelock{
    position: absolute;
    bottom: 0px;
    width:100%;
  }
  .push-right{
    text-align: right;
  }
  .centre{
    text-align: center;
  }
  .accordian-large{
    font-size:2rem;
  }.text-large{
    font-size:1.5rem;
  }.text-large2{
    font-size:20px;
  }
  image{
    z-index: -1;
  }
  .icon{
    height:2rem;
    aspect-ratio:initial;
  }