#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm .sectionContainer {  width: 500px;}


/*this is for maintemplate*/
.id_Footer{}


/*the 4 below hides the anonymous for the author*/
.WaGadgetRecentBlogPosts ul li .itemAuthor {display:none;}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{display:none;}
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author { display: none;}

/*this is for the menu when its mobile mode*/
.WaGadgetMenuHorizontal { background-color: #005a8c; }

/*this is the newsblog title LINK*/
.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle {font-size: 20px;}
.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a{color:#CE1126; font-size:20px;}
h4.boxHeaderTitle a:hover {color:#CE1126; text-decoration:underline;}


/*this is the UPCOMING events section*/
.WaGadgetUpcomingEvents.gadgetStyle001 ul li .title .date .time, .WaGadgetUpcomingEvents.gadgetStyle002 ul li .title .date .time, .WaGadgetUpcomingEvents.gadgetStyle003 ul li .title .date .time{padding: 0px; margin:0px;}



.WaGadgetUpcomingEvents.gadgetStyle001 ul li, .WaGadgetUpcomingEvents.gadgetStyle002 ul li, .WaGadgetUpcomingEvents.gadgetStyle003 ul li {padding: 0px; margin:0px;}


.WaGadgetUpcomingEvents.gadgetStyle001 ul li:first-child .title a{ padding: 0px; margin:0px; text-decoration: none;}
.WaGadgetUpcomingEvents.gadgetStyle001 ul li:first-child .title a:hover { color:#CE1126; padding: 0px; margin:0px; text-decoration: none;}


.home_events_calendar ul li .title {
 color:#CE1126; 
}

.home-events {
  margin: 0 12px 5px 12px !important;
}

.events-h1 {
  color: #CE1126 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  font: normal 14px/normal Open Sans !important;

}

.sponsor-banner {
  font: Snell Roundhand;
}

/* for iframe in newsletter */
.iframe_container {
  width: 98%;
  height: 1050px;
  padding-left: 5px;
  padding-right:5px;
}

/* remove blog author */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}

/* center an iframe video */
.content-box {
  display: flex;
  justify-content: center; /* centers the iframe container horizontally */
  align-items: center; /* centers the iframe container vertically */
}

.responsive-iframe-container {
  position: relative;
  width: 100%;
  max-width: 560px; /* Optional: restrict max width for larger screens */
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin: auto;
}

.responsive-iframe-container-home-page {
  width: 100%; /* The content box takes up the full width of its container */
  max-width: 800px; /* Optional: Set a max-width if you want it to stop growing beyond a certain size */
  margin: 0 auto; /* Center the content box horizontally */
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

a.stylizedButton.buttonStyle0021 {
  position: relative;
  display: inline-block;
  padding: 8px 23px;
  margin: 0;
  background: #494d41;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}

a.stylizedButton.buttonStyle003 {
  position: relative;
  display: inline-block;
  padding: 8px 23px;
  margin: 0;
  background: #494d41;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white !important;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}
a.stylizedButton.buttonStyle003:hover {
background: white !important;
  color: #494d41 !important;
  text-decoration: none !important;
}