/****************************************************************************
 * Default Container
 ****************************************************************************/
body { background-color: #ededed; }
.wrapper { overflow: hidden;}
#content { max-width: 76rem; background-color: #ffffff; margin: 0 auto; }


/****************************************************************************
 * Content Sections
 ****************************************************************************/
.content_section.grey {
    /*background-color: #a6a6a6;
    color: #ffffff;*/
    background-color: #ededed;
    color: #282828;
}
.content_section.light_grey {
    background-color: #d7d7d7;
    color: #ffffff;
}
.content_section.text_center .post_content {
    text-align: center;
}
.content_section.no_padding_top {
    padding-top: 0 !important;
}
.content_section.no_padding_bottom {
    padding-bottom: 0 !important;
}
.content_section.justify {
    text-align: justify;
}
.right_area_wrapper {
    text-align: justify;
}

/****************************************************************************
 * Content Title
 ****************************************************************************/
.content_title {
    text-align: center;
    position: relative;
}
.content_title h1, .content_title h2  {
    position: relative;
    padding: 0 1rem;
    background-color: inherit;
    margin: 0;
}
.content_title_inner {
    display: inline-block;
    padding: 1rem;
    background-color: #ffffff;;
}
.content_title:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -2;
}


.content_section.light_grey .content_title_inner {
    background-color: #d7d7d7;
}


/****************************************************************************
 * Blockquote
 ****************************************************************************/
blockquote {
    font-style: italic;
    border: none;
    margin: 0;
    padding: 0;  
}
blockquote p {
    color: #ffffff;
}
.content_section.grey blockquote p {
    color: inherit;
}
 
@media screen and (min-width: 40em){
    /****************************************************************************
     * Blockquote
     ****************************************************************************/
    .content_section.blockquote h3 {
        font-size: 2.5rem
    }
    
    
    /****************************************************************************
     * Content Title
     ****************************************************************************/
    .content_section.light_grey .content_title {
        margin-bottom: 3rem;
    }
    .content_section .content_title {
        margin-bottom: 2rem;
    }
}

    
@media screen and (min-width: 64em){
    /****************************************************************************
     * Default Container
     ****************************************************************************/
    #content {margin: 0 2rem;}
    /*.wrapper { padding-top: 6rem;}*/
    
    
    /****************************************************************************
     * Blockquote
     ****************************************************************************/
    blockquote p {
        color: #ffffff;  
    }
    .content_section.blockquote h3 {
        font-size: 1.5rem
    }
}


@media screen and (min-width: 80em){
    /****************************************************************************
     * Default Container
     ****************************************************************************/
    #content {margin: 0 auto;}
}
