body {
  font-family: "Work Sans", sans-serif;
}

h1 {
  color: #073300;
}

h2 {
  color: #073300;
  margin-bottom: 15px;
  margin-top: 15px;
}

a {
  text-decoration: none;
}

.navBarPadding {
  padding-left: 10px;
  padding-right: 60px;
}

.pageContainer {
  position: relative;
  min-height: 100vh;
  padding: 20px;
}

.body-container {
  margin: 30px 20% 150px 20%;
}

.contentWrap {
  padding-bottom: 2.5rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 98%;
  height: 2.5rem;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 50px;
}

.footerItems {
  width: auto;
}
.headerContainer {
  width: auto;
}

.becd-full-logo-container {
  width: 305px;
  height: 122px;
}

.becd-full-logo-container img {
  width: 100%;
  height: auto;
}

.announcementHeading {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #073300;
  color: #073300;
  font-weight: 400;
  font-size: larger;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.collaboratorLogoRow {
  text-align: center;
  padding: 10px 0px 10px 0px;
}

.collaboratorLogoCol {
  margin: 0px 2% 25px 2%;
}

.contactForm {
  text-align: center;
}

.contactFormPrivacyStatement {
  border-top-style: solid;
  border-width: 1px;
  font-size: small;
}

.memberProfiles {
  display: flex;
}

.memberCard {
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  height: 100%;
}

.memberCompanyLogo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
}

.memberHeadShot {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 5px;
}

.memberBio {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: smaller;
}

.memberProfileLink {
  position: absolute;
  bottom: 0;
  left: 0;
}

.linkedInLogo {
  margin-right: 10px;
}

.documentCardHeader {
  display: flex;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  padding: 0px;
}

.documentCard {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: small;
  display: flex;
  justify-content: center;
}

.documentCol {
  max-width: 50;
}

.documentCardNormalWidth {
  display: flex;
  align-items: center;
  flex: 1;
}

.documentCardDoubleWidth {
  display: flex;
  align-items: center;
  flex: 2;
}

.documentCardTripleWidth {
  display: flex;
  align-items: center;
  flex: 3;
}

.documentIcon {
  display: flex;
  justify-content: center;
}

.articleCard {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  justify-content: left;
  min-width: 0;
}

.articleCardImage {
  flex: 0 0 25%;
}

.articleCardContent {
  margin-right: 10px;
}

.articleCard a {
  padding-left: 0px;
}

.authorHeadShot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-header {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.informedButton {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.collaboratorLogosCard {
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
  padding-top: 20px;
  /* border-style: none; */
  /* padding: 10px; */
}

.cardNoBorder {
  border-style: none;
}

.poweredBy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.archiveHeader {
  padding-top: 20px;
}