.header-hero {
	/*overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    padding-top: calc(100% * (7/16));
    position: relative;*/
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 40px 15px;
    /*height: calc(85% * (9/16));*/
    /*padding-top: 56.25%;
    padding-top: calc(100% * (7/16));*/
}

.header-image {
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 370px;*/
    border-radius: 4px;
    width: 100%;
    /*height: 250px;*/
    /*height: calc(85% * (9/16));*/
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.social-links {
    fill: #42464a;
}

.title-container {
    -webkit-font-smoothing: anti-aliasing;
}

.article-body {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
	color: #42464a;
    -webkit-font-smoothing: anti-aliasing;
}

.article-body .image-caption {
    font-size: 14px;
}

.post-title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.article-body h2 {
    color: #272727;
    margin-top: 1.2em;
	font-size: 1.6em;
    line-height: inherit;
    /*font-weight: 200;*/
}

.article-body h3 {
    color: #163f59;
    margin-top: 1.23em;
    font-size: 1.4em;
    font-weight: 700;
    line-height: inherit;
}

.article-body h4 {
    margin-top: 1.23em;
    font-size: 1.25em;
    line-height: inherit;
    font-weight: 600;
}

.article-body p:first-of-type {
    margin-top: 0px;
}

.article-body p {
    margin-top: 1em;
	font-size: 16px;
    line-height: 1.58;
    font-weight: 400;
}

.article-body ul {
    font-size: 18px !important;
}

.article-body ul li {
    padding: 5px 0px;
}

.article-body ol {
    font-size: 18px;
}

.image-caption p {
    margin-bottom: 0px;
}

.extended-margins {
    margin-left: -25px;
    margin-right: -25px;
}

.byline {
    margin-left: 25px;
    margin-right: 25px;
}

hr {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

.blockquote {
    background: #f9f9f9;
    padding: 0.5em 10px;
    border-left: 2px solid #8d7ea3;

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .article-body h2 {
        margin-top: 1.7em;
        font-size: 1.9em;
    }
    
    .article-body h3 {
        margin-top: 1.5em;
        font-size: 1.6em;
    }

    .article-body p {
        margin-top: 1em;
        font-size: 19px;
    }

    .post-title {
        font-size: 2.5em;
    }

    .article-body ol {
        font-size: 19px;
    }

    hr {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) { 
	.header-hero {
		padding: 20px 0px !important;
		margin-bottom: -120px !important;
	}

	.header-image {
		border-radius: 0px !important;
		height: 245px !important;
    }

    .homepageEmailSignupText {
        margin-bottom: 15px !important;
    }

    .post-title {
        font-size: 1.95em;
        font-weight: 400;
        margin-bottom: .5rem;
    }

    .article-body .image-caption {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .homepageEmailSignupText {
        padding-top: 10px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    .first-social-links {
        display: none !important;
    }

    .extended-margins {
        margin-left: 0px;
        margin-right: 0px;
    }

    /*.header-image-col {
        margin-bottom: -30px !important;
    }*/

    .title-container {
        /*box-shadow: none !important;*/
        padding: 25px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        margin-top: 45px !important;
    }

    .post-title {
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 1.275;
    }

    .byline {
        margin-top: -15px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .homepageEmailSignupText {
        text-align: left;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .article-body h4:before {
        content: '';
        margin-top: 0px;
        width: 5px;
        position: absolute;
        height: 27px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #8d7ea3;
        left: 10px;
    }
}