.layout--twocol-section .layout__region--first{
  border-right: 2px solid black;
}

.layout--threecol-section--33-34-33 .layout__region--first, 
.layout--threecol-section--33-34-33 .layout__region--second {
  padding-right: 15px !important;
  margin-right: 15px !important;
}

.layout--threecol-section .layout__region--first, .layout--threecol-section .layout__region--second {
border-right: 2px solid black;
}

@media(min-width: 48em){
.layout--threecol-section--33-34-33 .layout__region--first, 
.layout--threecol-section--33-34-33 .layout__region--second {
    max-width: 31%;
  }
}

.layout--fourcol-section .layout__region {
  border-right: 2px solid black;
  padding: 0 10px !important;
}

/* Exclude the 4th region from having a right border and padding */
.layout--fourcol-section .layout__region:nth-child(4) {
  border-right: none; /* Or border-right: 0; */
  padding: 0 10px !important; /* Or adjust to desired padding for the last item */
}

.drop_cap {
	   float: left;
    font-weight: 900;
    padding-left: 4px;
    padding-right: 18px;
    padding-top: 16px;
    margin-bottom: 0;
    font-size: 7rem;
    line-height: 6rem;
}

.block-type-standalone-image {
  margin-bottom: 3.5rem;
  padding: 0 40px;
  margin-top: 3.5rem;
}

.block-type-standalone-image img { 
	min-width: 100%; 
}

.block-type-standalone-image p { 
	font-size: 16px !important; 
	line-height: 18px !important; 
	color: gray; 
	margin-top: 10px !important;
}

.paragraph--type--pulled-quote {
	border-left:  3.5px solid #ccc!important;
  border-right: 3.5px solid #ccc!important;
}

.paragraph--type--pulled-quote > blockquote {
	margin-left: calc(var(--spacing) * 10);
	margin-right: calc(var(--spacing) * 10);
}

.paragraph--type--pulled-quote > blockquote > p {
	text-align: center;
  font-size:  22px!important;
  line-height: 1.85!important;
}

.paragraph--type--pulled-quote > blockquote > p:first-child {
	padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.paragraph--type--pulled-quote > blockquote > p.citation {
	text-transform: capitalize!important
	color: #255c4e;
}


