.single-post .header-container {
    width: 480px;
    flex-shrink: 0;
}
.single-post {
    padding-top: 150px;
    padding-bottom: 250px;
}
.content-container {
    padding: 60px;
    background-color: var(--grey);
    box-shadow: 0 -1px 0 0 var(--blue);
    border-left: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
}
.content p {
    font-size: 1rem;
    color: var(--dark);
    line-height: 1.5rem;
    /*font-weight: 300;*/
}
figcaption {
    display: none;
}
.single-post form {
    height: 300px;
}
.single-post .section-name-container {
    margin-left: 0;
    padding-left: 60px;
}
.recent-posts-wrapper {
    width: 360px;
    flex-shrink: 0;
}
.recent-posts-wrapper .post-wrapper {
    box-shadow: 0 -1px 0 0 var(--blue);
}
.recent-posts-wrapper .post-wrapper:last-child{
    border-bottom: 1px solid var(--blue);
}
.single-post .post-menu-wrapper {
    box-shadow: 0 0 0 0 var(--blue);
    height: calc(100% - 1px);
}

.tags-list {
    padding-bottom: 30px;
}


.single-post .post h2 {
    padding-top: 20px;
}
.single-post .post-footer {
    padding-bottom: 30px;
}
.single-post h4 {
    margin-bottom: 25px;
}
.single-post .content p a {
    color: var(--blue);
    text-decoration: underline;
}
.single-post .content p em {
    font-style: italic;
    font-weight: normal;
}
.single-post .content hr {
    border-bottom: none;
    border-top: 1px solid var(--blue);
    width: 20%;
}
.single-post .content ul {
    margin-left: 25px;
}
.single-post .content ul li {
    list-style-type: disc;
    color: var(--blue);
    padding-bottom: 10px;
    line-height: 1.3rem;
}



body .services-header-container .section-name-container {
    font-size: 21px;
    padding-bottom: 30px;
    padding-left: 0;
    width: 260px;
    line-height: 24px;
}
body .services-header-container .section-name-container p {
    padding-left: 0;
}
body .services-header-container .section-name-container p:before {
    width: 0;
    height: 0;
}







@media only screen and (max-width: 1740px) {

}
@media only screen and (max-width: 1640px) {
    .recent-posts-wrapper {
        width: 300px;
    }
    .single-post .header-container {
        width: 360px;
    }
}
@media only screen and (max-width: 1440px) {
    .recent-posts-wrapper .post-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 1280px) {
    .recent-posts-wrapper .post-wrapper {
        display: none;
        width: 0;
    }
    .recent-posts-wrapper {
        width: 0;
    }
    .content-container {
        border-right: none;
    }
}
@media only screen and (max-width: 900px) {
    .single-post {
        display: block;
        padding-bottom: 0;
        padding-top: 30px;
    }
    .content-container {
        background-color: white;
        border-left: none;
        box-shadow: 0 0 0 0 var(--blue);
    }
    .single-post .header-container {
        width: 100%;
        background-color: var(--grey);
        padding-top: 0;
        border-top: none;
    }
    .single-post form {
        height: auto;
    }
    .single-post .post-menu-container {
        align-items: flex-end;
    }
    .tag-container:last-child .green-sub-menu-link {
        margin-bottom: 0;
    }
    .sticky-parent-container {
        padding: 30px 0;
        border-top: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
    }
}
@media only screen and (max-width: 768px) {
    .content-container {
        padding: 60px 15px;
    }
    .single-post .section-name-container {
         padding-left: 15px;
     }
}
@media only screen and (max-width: 575px) {
    .single-post .post-menu-container {
        margin-bottom: 0;
    }
    .single-post .tags-wrapper {
        width: 100%;
        padding-bottom: 30px;
    }
    .single-post .search-wrapper {
        margin-bottom: 0;
    }
}