
.quote {
  border-left: 3px solid #ccc;
}
.quote-author {
  font-style: italic;
  text-align: right;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.float-left {
  float: left;
  margin-right: 1.2em;
  margin-bottom: 1.2em;
}

.float-right {
  float: right;
  margin-left: 1.2em;
  margin-bottom: 1.2em;
}

/* added by Irina Sept 2020 for additional wyiswyg styles  */


#main-content #block-system-main .callout {
  background-color: #f8f6ea;
  padding: 1.6em;
  color: #2e2d29;
}

#main-content #block-system-main .pullquote {
  font-size: 1.1em;
  font-weight: 600;
  color: #928b81;
 }

.w-50 {
  width: 50%;
}
.small {font-size: 85%;}

.small { font-size: 80%}

.clear-both {
  clear: both;
}

/*-- end of new styles --*/


/* .quote:before {
	content: open-quote;
	font-size: inherit;
	position: relative;
	top: 5px;
}
.quote:after {
	content: close-quote;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 8px;
} */

.board-member {
  width: 27%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  padding: 0 1.5%;
  margin: 10px 1.5%;
}

.board-member h2 {
  text-align: center;
}

.board-member img {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 auto;
  display: block;
  background: #fff;
}

@media (max-width: 768px) {
  #page .board-member {
    width: 42%;
    padding: 0 1.8%;
    margin: 10px 1.8%;
  }
}

@media (max-width: 400px) {
  #page .board-member {
    width: 90%;
    padding: 0 2.5%;
    margin: 10px 2.5%;
  }
}

.seminar-content {
  display: inline-block;
  margin-left: 10px;
}

.pathways-cover {
  margin: 0 30px 5px 0;
}

