/******* Slideshow Background Color - both templates. Sponsor logos and banners. *******/
.camera_wrap {
background:  #cccccc;
}
#camera_wrap_wLvySd3 {
background:  #ffffff;
}
#camera_wrap_fskwvmv {
background:  #ffffff;
}
#camera_wrap_P6FG7vm {
background:  #ffffff;
}
#camera_wrap_bKdqJhi {
background:  #ffffff;
}
#camera_wrap_guTM8Kl {
background:  #ffffff;
}
#camera_wrap_ZedK3zj {
background:  #ffffff;
}
#camera_wrap_eeTuk5T {
background:  #ffffff;
}
#camera_wrap_mL7SAly {
background:  #ffffff;
}
#camera_wrap_qGeqrWr {
background:  #ffffff;
}

/* CSS to remove margin in footer */
.zoneWAbranding {
    margin: 0px 0 0;
}
/* Mobile Panel topbar background color */
.WaGadgetMobilePanel .mobilePanel {
    background: #458bca;
}
/* Mobile login button colors */
.WaGadgetMobilePanel .mobilePanel .buttonLogin {
    background: #f38c1c;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
    background: #d3720b;
    color: white;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton.active {
    background: #f38c1c;
    color: white;
}

/* Upcoming Events Widget left vertical bar */
.WaGadgetUpcomingEvents.upcomingEventsStyle002 ul li, .WaGadgetUpcomingEvents.upcomingEventsStyle005 ul li {
 border-left: 4px solid #598527;
}
/* START=Accordion Menu CSS 2 */
.outer {
    max-width: 500px;
    margin: 0 auto;
    font-family: arial;
    line-height: 26px;
}
.faq-content {
    background-color: #f1f1f1;
    padding: 5px 20px;
    border-radius: 5px;
}
summary {
    background-color: #2196f3;
    color: #fff;
    padding: 16px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    outline: none;
    margin: 20px 0px;
}
details > summary::-webkit-details-marker {
    display: none;
}
details[open] summary ~ * {
    animation: smooth 0.4s ease-in-out;
}
@keyframes smooth {
    0% {
        opacity: 0;
        margin-top: -10px;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
}
details > summary::after {
    position: absolute;
    content: "+";
    right: 25px;
}
details[open] > summary::after {
    position: absolute;
    content: "-";
    right: 25px;
}
/* END=Accordion Menu CSS 2 */

/* Remove Blog post author name */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
