/* Nodes */
.node,
.node-promoted,
.node-sticky,
.node-view-mode-full,
.node-unpublished {
  position: relative;
}
.node-view-mode-teaser {
  position: relative;
  margin-bottom: 4rem;
  border-bottom: 4px double var(--border);
}
.node-view-mode-teaser.node-sticky {
  border: 2px solid var(--border);
  padding: 1rem;
}
.node-view-mode-full .node-taxonomy-container {
  margin: 0;
}

.page-title { font-size: 3.2rem; font-family: "Nohemi-Light"; font-weight: normal;}

@media (max-width: 700px) {
  .page-title { font-size: 2.2rem; font-family: "Nohemi-Light"; font-weight: normal;}

  .page-title br { display: none; }
}

.page-title, article h2, main h2 { color: #194223;  font-weight: normal;}


article h2, main h2 { margin-bottom: 1rem; font-family: "Nohemi-Light"; font-weight: normal; }

article h1 { margin-bottom: 1rem; font-family: "Nohemi-Light"; font-weight: normal; font-size: 3rem; color: #194223; }

p.lede { font-size: 1.5rem;
    margin-bottom: 4rem; }

article p { font-size: 1.2rem; }

.block-title { color: #194223; font-family: "Nohemi-Light"; font-weight: normal;}

.grid-3 { display flex; flex-wrap: wrap;}

.grid-3 > * { width: 30%; margin-right: 5%; }

.grid-3 > *:nth-of-type(3n) { width: 30%; margin-right: 0%; }

.staff-member h2 { font-size: 1.8rem; color: #194223; margin-bottom: 0;
    line-height: 1.2;}

.title { font-size: 1.2rem; text-transform: uppercase; display: block;}

.staff-member h3 { font-size: 1.2rem; font-style: italic;
    font-weight: normal;    font-size: 1.1rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4; }

.more, .less { font-size: 3rem; cursor: pointer;
    color: #194223; }

.more-p {  max-height: 0;
    transition: max-height 0.15s ease-out;  overflow: hidden; font-size: 1rem; margin-top: 1rem; }

.visible-bio { max-height: 2000px; }

.service { display: flex; margin: 4rem 0; }


.service-img {  }

@media (max-width: 768px) {
  .service { display: block; }

  .service-img { width: 100%; margin-right: 0; }
}

.staff-img img { border-radius: 150px 200px; }


.staff-img img { border-radius: 150px 200px; }

.views-element-container .staff-members:nth-of-type(odd) img {
  border-radius: 200px 150px;
}

.service-text { flex: 1; }

.service-img img {
    border-radius: 0 !important;
    width: 200px;
    margin: 0 0 1rem;
    display: block;
}

.service-text .node-title {     font-size: 1.5rem;
    line-height: 1.4; }

.contact-message-contact-form { margin-bottom: 4rem; }

.disclaimer {
  padding-top: 0rem;
    margin: 2rem 0;
    font-size: .9rem;
}

.article-list > header { margin-bottom: 2rem; }

.article-teaser a { color: #194223; }

.article-teaser a:hover { color: #A38463; }

.byline {    display: block;
    margin-bottom: 3rem;}
