.wa-slide-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 8px;          corners */
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.wa-slide-embed > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* Code to change page width START */
.WaPlaceHolder { max-width: 95%; }
/* Code to change page width END */


/*Login gadget color */

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    
    background: white;
    color: #0091bc;
   
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
    background: white;
    color: #0091bc;
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
   
    background: white;
    color: #0091bc;
    
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    background: white;
    color: #0091bc;
}

/*Change color on mobile menu*/

.WaGadgetMobilePanel .mobilePanel { background: #0091bc; color: white; }



/*Slider Background Transparent*/
.camera_wrap {
    background: transparent;
}

  /*changes color of row on calendar*/

.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] a, .WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] span {font-size: 18px;
    background: #0072bc;}

 .WaGadgetEventsStateCalendar .sectionTitle {
     background-color: #ffffff;
     color: #0091bc;font-size: 20px;font-family:'Times New Roman', Times, serif;}}

 /* Remove author from Recent Blog Posts*/



.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

.WaGadgetRecentBlogPosts.gadgetStyleNone ul li .author a, .WaGadgetRecentBlogPosts.gadgetStyleNone ul li .author span, .WaGadgetForumUpdates.gadgetStyleNone ul li .author span, .WaGadgetForumUpdates.gadgetStyleNone ul li .author a {
    display: none;
}

.WaGadgetRecentBlogPosts ul li .date:after {
    content: '|';
    display: none
}

 

