.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}
.WaGadgetRecentBlogPosts ul li .date
{ display: none; }


.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}

.boxInfoContainer h5
{ display: none;}

.video-container {
position : relative;
padding-bottom : 56.25%;
padding-top : 30px;
height : 0;
overflow : hidden;
}
.video-container iframe, .video-container object, .video-container embed {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}


.WaGadgetMenuHorizontal .menuBackground {
    background: #6D9E2A;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a:hover{
background: #01579B!important;
color: white !important;


}

.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a{
background: #FFFFFF !important;
color:#01579B !important;
font-size: 18px !important;
font-weight: normal !important;

}

.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a:hover{ 
background: #FFFFFF !important;
color:#6D9E2A !important;

}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
    color: black;
}

.WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel {
    background: #6D9E2A;

}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    padding: 15px 20px 15px 20px;
font-size: 18px !important;
font-weight: normal !important;
color: #FFFFFF !important;
}

body {background-image:url('https://nawhc.wildapricot.org/resources/Site/Background/white%20backdrop%202.jpg')!important;
background-attachment:fixed!important;
background-position:center!important;
background-repeat:no-repeat!important;
background-color:transparent!important;
}


.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal {
    background: #222222;
}

.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li a {
    color: #FFFFFF;
    background: #222222;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li a:hover {
color: #6D9E2A;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a>span:before {
    background: none !important;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
 /* event-section */
.event-sec .boxBodyInfoOuterContainer{
	width: 100% !important;
}
.event-sec .d9 .inner{
	display: flex;
	flex-direction: column-reverse;
	flex-direction: column;  
}
.event-sec .footerEventDetailsLink{
	border-radius: 34px;
	background: #7ACA95;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.08px;
	padding: 15px !important;
	width: fit-content;
}
.event-sec h2, .event-sec p {
	text-align: left;
}
.event-sec .typeButton {
	width: fit-content;
	margin-bottom: 10px !important;
}
.event-sec .gadgetEventEditableArea{
	align-items: start;
}
.event-sec .boxInfo, .event-sec div{
   font-style: normal !important;
    font-size: 18px !important;
}
.event-sec .eventInfoBoxLabel{
    font-size: 18px !important;
}
.event-sec .inner h4{
    font-size: 28px !important;
}
@media screen and (max-width: 1199px) {
  .event-sec .inner h4 {
    font-size: 24px !important;
}
.event-sec .inner h4{
 font-size: 22px !important;
}
}
@media screen and (max-width: 768px) {
  .event-sec .inner h4 {
    font-size: 20px !important;
}
}