body {
  margin: 1em;
  background-color: #fff;
}
[dir="rtl"] body {
  direction: rtl;
}
th {
  text-align: left; /* LTR */
  color: #006;
  border-bottom: 1px solid #ccc;
}
[dir="rtl"] th {
  text-align: right;
}
tr:nth-child(odd) {
  background-color: #ddd;
}
tr:nth-child(even){
  background-color: #fff;
}
td {
  padding: 5px;
}

header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
  display: none;
}
article {
  column-width: 17em;
  column-gap: 3em;
}

* {
  background-image: none !important;
}

/*img, svg {*/
/*  display: none !important;*/
/*}*/

img.print, svg.print {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4 {
  text-align: left;
  margin-bottom: 20px;
}

.content h1,
.content .memberStories h1,
.headline {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3, h4, h5 {
  font-size: 16px;
}

.w1400 {
  width: 100%;
}


.member-hero .content {
  padding: 0px !important;
  margin: 0px;
  position: relative;
  width: 100%;
  left: 0;

}

.member-hero .content,
.member-hero .content .headline,
.member-hero .content .description
{
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0 0 20px 0;
}
.content .headline {
  font-size: 48px !important;
  display: block;
}

.views-element-container {
  display:none;
}
