.content-justified {
    text-align: justify;
}

/* Pullquote Style 1 */
.box1_home4 {
    /* container */
    margin-top: 0;
    margin-bottom: 2rem;
    background: #738aae;
    padding: 2rem 2.5rem;
    border-bottom: 0;
    /* text */
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight:normal;
    font-style: normal;
    font-size: 1.3rem;
    text-align: left;
}

/* PullQuote Style 1 - Author Name */
.box1_home4 .box1_h4_a {
    display: block;
    margin-top: 1rem;
    font-family: 'Playfair Display', serif;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #c7d1e1;
}

/* Table of Contents (style_box) */
.style_box {
	clear: both;
	margin-top: 0.5rem;
	background: var(--style-box-background);
	padding: 2rem 2.5rem 1.5rem;
	border-bottom: none;
}

.style_box h4,
.content-fragment .content > .content .style_box h4 {
    display: block;
    margin-bottom: 1.25rem;
    margin-top: 0.25rem;
    color: #333;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
}

.style_box ol,
.content-fragment .content > .content .style_box ol {
    list-style-type: none;
    counter-reset: toc-counter;
    padding-left: 0;
}

.style_box ol li {
    counter-increment: toc-counter;
    color: #738aae;
    margin-bottom: 4px !important;
    font-weight: normal;
}

.style_box ol li:before {
    content: counter(toc-counter) ". ";
    color: #99aac8;
    font-weight: normal;
}

.style_box ol li a,
.content-fragment .content > .content .style_box ol li a {
    color: #738aae;
}

/* Headers */
.content-fragment .content > .content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-top: 3rem;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 2rem;
    color: #333;
    clear: both;
}

.content-fragment .content > .content h3 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Featured Center Image W/ Caption */

.featured-center-image {
    text-align: center;
    clear: both;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.featured-center-image.featured-center-image-small {
    max-width: 600px;
}


/* Aside & Aside Image 
.aside-right-40 is being renamed .featured-aside-image 
but the original name must be retained here for legacy articles. 
*/
.featured-aside-image, 
.aside-right-40 {
    width: 40%;
    text-align: center;
    float: right;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    font-size: small;
    margin: 0 1rem 1rem;
    clear: both;
}

.featured-aside-image.featured-aside-image-left {
    float: left;
    margin-left: 5px;
    width: 38%;
}

@media (min-width: 576px) {
    .featured-aside-image, 
    .aside-right-40 {
        margin-left: 3rem;
    }  
    .featured-aside-image.featured-aside-image-left {
        margin-left: 5px;
        margin-right: 3rem;
    } 
}

.featured-aside-image img,
.aside-right-40 img {
    width: 100%;
}

/* Caption */
.featured-center-image em, 
.featured-aside-image em,
.aside-right-40 em {
    font-style: italic;
    font-size: 10px;
    display: block;
}


/* PullQuote Style 1 */
.box1_home15_bisx {
	font-family: 'Playfair Display', serif;
	margin-top: 1rem;
	margin-bottom: 3rem;
	border: 10px solid var(--style-box-background);
	padding: 2rem 2.25rem;
}

.box1_home15_bisx p, 
.box1_home15_bisx em {
    display: block;
    font-style: normal;
    line-height: 2rem;
    font-size: 1.1rem;
    color: #333;
}

.box1_home15_bisx .box1_h15_a {
    color: #666;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: normal;
}

/* Sidebar */
.box1_home13,
.sidebar_box,
.full_width_box {
	background-color: var(--style-box-background);
	font-family: var(--style-box-font-family);
	font-weight: var(--style-box-font-weight);
	font-size: var(--style-box-font-size);
	line-height: var(--style-box-line-height);
	padding: 0.5rem 1.5rem 2rem;
	text-align: justify;
	color: var(--style-box-color);
	border-bottom: none;
	border-radius: 0;
	float: right;
	margin: 10px 0 2rem 0;
}

.full_width_box {
    float: none;  
}

	.box1_home13 p,
	.sidebar_box p,
	.full_width_box p {
		font-family: var(--style-box-font-family) !important;
		font-weight: var(--style-box-font-weight) !important;
		font-size: var(--style-box-font-size) !important;
		line-height: var(--style-box-line-height) !important;
		color: var(--style-box-color) !important;
		margin: 0 0 1rem !important;
	}

.box1_home13 p:last-child,
.sidebar_box p:last-child,
.full_width_box p:last-child {
	margin-bottom: 0 !important;
}


@media (min-width: 576px) {
    .box1_home13,
    .sidebar_box {
        float: right;
        width: 38% !important;
        margin-left: 2rem;
        padding: 1rem 2rem 2rem;
    }
    
}

.box1_home13 .box1_home13_a,
.sidebar_box .sidebar_box_header,
.full_width_box .full_width_box_header {
	font-family: 'Playfair Display', serif;
	line-height: 1.9rem;
	font-size: 1.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--style-box-title-color) !important;
	font-style: italic;
	padding: 0 0 15px 0;
	text-align: left;
}

.full_width_box .full_width_box_header {
    color: #333;
}

/* Back to top button */
.toTopLink {
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    background: #bac2d3;
    display: inline-block;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.25s ease;
    text-transform: lowercase;
}

.content-fragment .content > .content .toTopLink a,
.content-fragment .content > .content .toTopLink a:visited {
    color: #fff;
}

.toTopLink:hover {
    background: #a2aabb;
}

.content-fragment .content > .content .image-bordered {
    margin: 0;
}

/* Glossary */
.box1_home8 {
	padding: 1rem 2rem;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
	background: var(--style-box-background);
	color: #777;
	border-bottom: none;
}

.box1_home8 .box1_h8_1 {
    color: #333;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-style: normal;
    line-height: 2.4rem;
    margin: 1rem 0;
}

.box1_home8 .box1_h8_2 {
    font-size: 1rem;
}

.box1_home8 strong {
    font-weight: bold;
    padding-right: 6px;
    color: #333;
}

.box1_home6 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/* Study Guide */
.study-guide-question {
    background: #45546b;
    padding: 1rem 2rem;
    margin-top: 3rem;
}

.study-guide-question p,
.content-fragment .content.full.text .study-guide-question p{
    color: #fff;
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
}

.study-guide-response {
	padding: 1rem 2rem;
	margin-top: 1.5rem;
	background: var(--style-box-background);
	color: #666;
}

.study-guide-response p.study-guide-quote-author {
    color: #333;
    font-weight: bold;
}

.interview-question {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding: 1.25rem 2rem;
    border: 5px solid #eee;
}

.interview-question p,
.content-fragment .content.full.text .interview-question p {
    margin: 0;
    font-size: 1.2rem;
}

.interview-question p span {
    color: #777;
    padding-right: 6px;
}

.interview-answer {
    padding: 1rem calc(2rem + 5px) 0;
}

.interview-answer p span {
    color: #333;
    font-weight: 700;
    padding-right: 6px;
}

.interview-answer p {
    color: #666;
}

.interview-answer p:last-child {
    margin-bottom: 0;
}

/* Avoid widows on large screens */
@media handheld,
only screen and (min-width: 769px) {
 .widow-no-wrap {
     white-space: nowrap;
 }   
}