// attempt to change the font color of main menus (Outer Header 1)
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
  color: black !important;
}

/* add background color to Membership Application Form and /Sys/Profile section dividers */
.fieldBody h4 {
  background-color:#D8B527;
  font-size : medium;
}

.ma-iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.ma-iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

// Changes based on Whiteboard Theme per https://gethelp.wildapricot.com/en/articles/1634-changing-menu-colors#whiteboard
/* change the background color of the top-level page navigation menu */
.menuInner{ 
background: #D8B527 !important; 
}
 
.WaGadgetMenuHorizontal .menuBackground{ 
background: #D8B527 !important; 
}

/* remove social login buttons from system login page */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
  display: none !important;
}

/* remove social login buttons from private member profiles */
#socialLoginContainer, #idSocialLoginContainer {
  display: none;
}

/* following added by Wild Apricot coach to workaround a software bug - Wild Apricot shows Terms Of Use controls and their labels on the Public profile page that are marked as No Access.  They should NOT be visible on the Public profile (because they are marked as "No access by others") */

#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm_memberFormRepeater_ctl03_titleLabel {
display: none;
}

#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm_memberFormRepeater_ctl05_titleLabel {
display: none;
}

#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm_memberFormRepeater_ctl06_titleLabel {
display: none;
}

#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm_memberFormRepeater_ctl03_TermsOfUse10584205 {
display: none;
}

#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm_memberFormRepeater_ctl05_TermsOfUse10584142 {
display: none;
}

#FunctionalBlock1_ctl00_ctl00_memberProfile_MemberForm_memberFormRepeater_ctl06_TermsOfUse10584146 {
display: none;
}

/* added by Wild Apricot coach to turn the link in Column 1 of directory gadget output from blue to black */
.genericListTable tbody td a, .genericListTable tbody td .memberValue h5 a, .membersTable tbody td a, .membersTable tbody td .memberValue h5 a {
color: black;
}

/* set background color of column heading and rows in Directory Lists */
#membersTable > thead > tr > th { background-color : #B0B0B0; padding : 1em; }
#membersTable > tbody > tr:nth-child(even) { background-color : #E8E8E8; }
#membersTable > tbody > tr > td { padding-left : 15px; }
#membersTable > thead > tr > th, #membersTable > tbody > tr > td { border : 2px solid black; }


#membersTable > tbody > tr {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

#id_staffIframe iframe {
    width: 100%; height:1000px;
}
#id_faqIframe iframe {
    width: 100%; height:1000px;
}

/* swarm content - 'none' to hide, 'block' to show */
#id_swarmdivider { display:block; }
#id_swarmblk { display:block; }