.gadgetStyle004 {

    background: white;
    border: 5px solid #1C5785;

}

.gadgetStyle004 .gadgetStyleTitle {

    padding: 12px 20px 14px 20px;
    background: #1C5785;

}

.gadgetStyle005 {

    background: white;
    border: 5px solid #6187b7;

}

.gadgetStyle005 .gadgetStyleTitle {

    padding: 12px 20px 14px 20px;
    background: #6187b7;

}

/*.zoneHeader1 {width: 100%;  } 
.zoneHeader1 .container_12 { width:100%;} 
.zoneHeader1 .s1_grid_12 { width: 100%;} */

.zoneHeader3 {width:100%; }
.zoneHeader3 .container_12 {width: 100%;}
.zoneHeader3 .s1_grid_12.s2_grid_12.s3_grid_12 { width:100%;}
.s1_grid_12{width: 100%; margin-left:auto;}


/*.zoneHeader2 {width: 100%;  } 
.zoneHeader2 .container_12 { width:100%;} 

 .zoneHeader2 .s1_grid_12 { width: 100%;} */

/* zone footers */
.zoneFooter1 {width: 100%;  } 
.zoneFooter1 .container_12 { width:100%;} 
.zoneFooter1 .s1_grid_12 { width: 100%;} 

.zoneFooter2 {width: 100%;  } 
.zoneFooter2 .container_12 { width:100%;} 
.zoneFooter2 .s1_grid_12 { width: 100%;} 

.zoneFooter3 {width: 100%;  } 
.zoneFooter3 .container_12 { width:100%;} 
.zoneFooter3 .s1_grid_12 { width: 100%;} 
/* end zone footers */
/*
.zoneFooter3 .container_12 {width:100% !important; }
.zoneFooter2 .container_12 {width:100%; }

.zoneHeader3 {width:100%; }
.zoneHeader3 .container_12 {width: 100%;}
.container_12 {width:100% !important}

.zoneHeader3 .s1_grid_12.s2_grid_12.s3_grid_12 { width:100%;}

.s1_grid_12 {width: 100%; }
.s1_grid_12 {margin-left:0px; margin-right 0px;}
*/
/*
.WaGadgetMenuHorizontal.menuStyle001 .menuInner ul.firstLevel {
    display: table;
    margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    padding: 0;
    background: transparent;
    text-align: left;
    list-style: none;
    zoom: 1;
} */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}
.brown-box {
  background-color: #8B5A2B; /* Adjust hex code for your perfect brown */
  color: #FFFFFF;            /* Forces text inside to be white */
  border: none;              /* Removes any default blue borders */
  padding: 20px;             /* Adds breathing room inside the box */
  border-radius: 4px;        /* Softens the corners slightly */
}