.gadgetStyle001 .gadgetStyleBody {  padding: 15px; }

.zoneWAbranding{
    display: none;
}

@media only screen and (min-width: 768px){
    /* footer fixed to bottom */
    .zoneFooter1{
        margin-top: 120px;
    }
    .zoneFooter3{
        position:absolute;
        bottom: 0px;
    }

     /* DOT graphic */
    div.dotgraphic{
        clear:both;
    }
}

/* Mobile menu*/
.WaGadgetMobilePanel .mobilePanel {
    background: #294634;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel {
    background: #294634;
    border-top: 1px solid #294634;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
     background: #294634;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul ul {
    background: #294634;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
    background: #df6a2e;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton.active {
    background: #df6a2e;
}

body {
    background-size: 100%;
    background-position-y: center;
    background-attachment: fixed;
}

/* text color*/
.gadgetTitleH4{
    color: #294634!important;
}

.h1, h1{
    color: #294634!important;
}

.WaGadgetEventsStateCalendar .sectionTitle{
    color: #294634!important;
}

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink{
    background: #294634;
}

.gadgetOverDark > .gadgetStyleTitle > .gadgetTitleH4 {
    color: white!important;
}

.rounded-5 {
    border-radius: 5px;
}

a.stylizedButton.buttonStyle005{
    border: 3px solid #294634;
}

.white-bordered{
    border: 2px solid; border-color: #ffffff;
}

.buttonStyle001 {
    white-space: normal!important;
    height: auto;
}
.buttonStyle002 {
    white-space: normal!important;
    height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}