.WaGadgetMenuHorizontal.menuStyle004 .menuBackground {
  background: #70de14;
}
.WaGadgetMenuHorizontal.menuStyle004 .menuInner ul.firstLevel > li > .item:hover > a {
  color: #ff5e00;
}
.WaGadgetMenuHorizontal.menuStyle004 .menuInner ul.firstLevel > li.sel > .item > a {
  color: #ff5e00;
}
.WaGadgetMenuHorizontal.menuStyle004 .menuInner ul ul {
  background: #70de14;
}
.WaGadgetMenuHorizontal.menuStyle004 .menuInner ul ul li > .item:hover > a {
  background: #ffe640;
}
.WaGadgetMenuHorizontal.menuStyle004 .menuInner ul ul li.sel > .item > a {
  background: #ffe640;
}

@media only screen and (max-width: 616px) {
  .WaGadgetMenuHorizontal.menuStyle004 .menuInner ul.firstLevel {
    background: #70de14;
  }
  .WaGadgetMenuHorizontal.menuStyle004 .menuInner ul.firstLevel > li {
    border-top-color: #ffe640;
  }
  .WaGadgetMenuHorizontal.menuStyle004 .menuInner ul ul {
    background: #70de14;
  }
  .WaGadgetMenuHorizontal.menuStyle004 .menuInner ul ul li {
    border-top-color: #ffe640;
  }
}

.gadgetStyle003 .gadgetStyleTitle a {
  color: #fff;
}
.gadgetStyle004 .gadgetStyleTitle a {
  color: #fff;
}
.gadgetStyle005 .gadgetStyleTitle a {
  color: #fff;
}
.gadgetStyle006 {
  background: #fff;
  border: 5px solid #70de14;
}
.gadgetStyle006 .gadgetStyleTitle {
  padding: 12px 20px 14px 20px;
  background: #70de14;
}
.gadgetStyle006 .gadgetStyleTitle a {
  color: #fff;
}
.gadgetStyle006 .gadgetStyleTitle h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.gadgetStyle006 .gadgetStyleBody {
  padding: 17px 20px 20px 20px;
}
.gadgetStyle007 {
  background: #fff;
  border: 5px solid #351c75;
}
.gadgetStyle007 .gadgetStyleTitle {
  padding: 12px 20px 14px 20px;
  color: #fff;
  background: #351c75;
}
.gadgetStyle007 .gadgetStyleTitle a {
  color: #fff;
}
.gadgetStyle007 .gadgetStyleTitle h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.gadgetStyle007 .gadgetStyleBody {
  padding: 17px 20px 20px 20px;
}
.gadgetStyle008 {
  background: #fff;
  border: 5px solid #ff5e00;
}
.gadgetStyle008 .gadgetStyleTitle {
  padding: 12px 20px 14px 20px;
  color: #fff;
  background: #ff5e00;
}
.gadgetStyle008 .gadgetStyleTitle a {
  color: #000;
}
.gadgetStyle008 .gadgetStyleTitle h4 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
.gadgetStyle008 .gadgetStyleBody {
  padding: 17px 20px 20px 20px;
}

/*FAQS*/
.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px 0px 5px 20px;
}


/* FAQS v2 */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px; 
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
BODY#PAGEID_7738
{
  overflow: initial !important;
}

/* make embedded Youtube videos responsive */
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}