/* Force full width for main content container */
body, .mLayout, #mLayout, .mBody {
  max-width: 1200px !important; /* or 100%, depending on your goal */
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Remove unwanted padding/margin that might restrict width */
.WaGadget, .WaContainer, .WaContent, .gadgetStyleNone, .row, .col {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Optional: Remove page-specific width limits */
#id_YourPageId, .custom-width-box {
  width: 100% !important;
}
/* Code to change page width END */

.navigationOuterContainer .navigationContainer input.nextButton, .navigationOuterContainer .navigationContainer input.typeButton, .navigationOuterContainer .navigationContainer input[type=submit], .loginButton, .typeButton, input[type=submit] {background-color: #1c4777 !important; color:#ffffff !important;} /* button color */
.navigationOuterContainer .navigationContainer input.nextButton:hover, .navigationOuterContainer .navigationContainer input.typeButton:hover, .navigationOuterContainer .navigationContainer input[type=submit]:hover, .loginButton:hover, .typeButton:hover, input[type=submit]:hover {background-color: #1c4777 !important;} /* hover color */

/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #e5ecf1d3 !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #2f3a3d !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: 0 !important;
    color: #2f3a3d !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: #2f3a3d !important;
    color: white !important;

.WaGadgetRecentBlogPosts ul li .date
{ display: none; }
SPAN.postedByLink
{
  display: none
}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

#id_NE7qmHW .gadgetStyleBody .author {
    display: none !important;
}

.WaGadgetRecentBlogPosts .author {
    display: none;
}
.wa-gadget-image img,
.kaleidoscope-photo img {
  background-color: white !important;
  object-fit: cover !important;
}
img {
  background-color: white !important;
  object-fit: cover;
}

img[style*="border"] {
  border: none !important;
}

img, .gadgetImage img, .photo, .photo img {
  background: white !important;
  box-shadow: none !important;
}
