/* Hide social media log in buttons */
#id_tnkNHk4_container {
display: none !important;
} 

/* Hide social media log in buttons */
#socialLoginContainer, #idSocialLoginContainer {
	display: none !important;
}

/* Tightens top menu */
.WaGadgetCustomMenu a {
margin-left: 0px !important;
margin-right: 0px !important;
}

/* Tightens top menu */
.orientationHorizontalid_eN4R7DL {width: 575px;}

#id_eN4R7DL{width: 575px !important;}

/* Tightens top menu */
#id_UEegCvI {
width: 575px !important;
margin-left: 15px;}

/* For Officers page */
h4 {margin-top:15px!important; margin-bottom:5px!important;}

/* Hide Start Time under date on events */
.eventInfoStartTime{
	display: none !important;
}

/* Reduce size of page headings */

 .WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a{
  font-size: 30px;
}

/* Hide RSS icon */
.WaGadgetEventsStateList h1.pageTitle a.rssFeedLabel
 {
	display: none !important; 
 }

 /* Reduce font size of H1 */
 h1 {
  font-size: 32px;
 }

 /* Reduce font size of H4 */
 h4 {
  font-size: 24px !important;
  }

 /* Shrink main navigation buttons */
  [id^='id_'] > div.menuInner > ul > li> div > a {
	 padding-left: 10px !important;
	 padding-right: 10px !important;
	 font-size: 20px  !important;
  }

  /* Hide RSS Feed button on Blog/News page */
  #FunctionalBlock1_ctl00_blogPostList_rssLink {
	  	display: none !important; 
  }

  /* Style/position Post button for Blog/News */
  #FunctionalBlock1_ctl00_blogPostList_newEntry {
      margin-top: -20px  !important;
      margin-bottom: -40px  !important;
      position:relative; top:385px !important;
  }

/* Format members directory */
  td.memberDirectoryColumn1, td.memberDirectoryColumn2,   td.memberDirectoryColumn3 {
      padding: 1px 0 1px 10px !important;
   }

#membersTable > thead > tr > th {
    font-size: 18px;
}

#membersTable {
    padding: 0 0 15px !important;
} 

/* Remove space below Photos heading */
#idHeaderContentHolder > div:nth-child(1){
    padding-bottom: 0px !important;
}

/* Reduce height of blog/news gadget */
td#id_YYn4YTT.WaLayoutItem {
background-color: #f0eadf !important;
}

/* Fill entire DIV on left of side of home page blue */
#id_HquIprP > div {
background-color: #40B2CF;
}

/* Hide fields on event registration if member */ 
/*
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_registrationForm_Section13957128
 {
	display: none !important; 
}
*/

/* Hide Home Page comment poster and date */
/* 
div.boxInfoContainer {
    Display:none !important;
}
*/

/* More/Less Button */
.m-more-less-content {
  span {
    display: inline;
  }
  .m-show-more, .m-show-less {
    color: blue;
    cursor: pointer;
    font-style: italic;
  }
  .m-show-more {
    &:before{
      content: " ... more";
    }
  }
  .m-more-text {
    overflow: hidden;
    display: none;
  }
  .m-show-less {
    display: none;
    
    &:before{
      content: " less";
    }
  }
  &.m-display-more {
    .m-show-more {
      display: none;
    }
    .m-more-text {
      display: inline;
    }
    .m-show-less {
      display: inline;
    }
  }

}


