
.article .article_content{
    margin: 0 auto 0;
    width: 100%;
    max-width: 700px;
    /*padding-top: 50px;*/
    color: #000;
    /*font: 18px/1.5  "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
        /*font: normal 18px/1.5 Georgia, serif;*/
        font-family:  WhitneyHTF-Book;
        font-size: 18px;
        text-align: left;
}

.article {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.article img{
    width: 100%;
    /*padding-bottom: 20px;*/
}
.article-content img{
    margin-bottom: 20px;
}
.clay-paragraph a, .clay-paragraph a:visited {
    box-shadow: 0 1px 0 #000;
    color: #000;
    padding: 0;
    text-decoration: none;
}
#section_two #main_image{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    height: 500px;
    margin-top: 100px;
    overflow: hidden;
}

.image_grey{
    width: 100%;
    background-color: #f2f2f2;

    margin: 0 auto 0;
}
.image_grey img{
    width: 70%;
    padding-top: 15%;
    padding-bottom: 15%;
    position: relative;
    left: 50%;
    margin-left: -35%;
}

.article_card_style {

    position: relative;
    flex-direction: row;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 16px #cdcdcd;
    box-shadow: 4px 4px 16px #cdcdcd;
    overflow: hidden;
}
.article_card{

    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40px;*/
    padding: 30px;


}

.article section.section-title {
    margin: 1em auto 0;
}

#postex section, #postex .entry-title, #postex #post-content {
    width: 40em;
    margin: 1em auto;
}
.article section, #site p, #site .entry-title, #site ul li {
    font-size: 100%;
}
.article section.section-title h2 {
    font-size: 2.73em;
    font-weight: 700;
    margin-bottom: 0;
}

.article h2 {
    font-size: 2em;
    /*margin: 2em 0 0.5rem;*/
}
.article section.section-title h2 span {
    display: inline-block;
    position: relative;
}

.article section.section-title h2 span:before {
    right: 100%;
    margin-right: 0.8em;
}
.article section.section-title h2 span:before, section.section-title h2 span:after {
    content: "";
    position: absolute;
    height: 10px;
    background: var(--light-divider-gray, #f5f5f5);
    top: calc(50% - 5px);
    width: 1500%;

}
.article section.section-title h2 span:after {
    left: 100%;
    margin-left: 0.8em;
}

.article section.section-title h2 span:before, section.section-title h2 span:after {
    content: "";
    position: absolute;
    height: 10px;
    background: var(--light-divider-gray, #f5f5f5);
    top: calc(50% - 5px);
    width: 1500%;
}
.article section>p {
    font-size: 18px;
    /*line-height: 1.75;*/
}
.article section>p.has-dropcap [aria-hidden] {
    display: inline;
}
.article section>p span.dropcap.dropcap-xl {
    /*font-size: 5.6em;*/
}
.article section>p span.dropcap {
    font-size: 3em;
    float: left;
    margin-right: .15rem;
    line-height: 1;
    font-weight: 700;
    margin: 0.15em 0.1em 0 0;
    position: relative;
    text-indent: 0;
    box-sizing: border-box;
}
.article section>p span.dropcap:before {
    margin-bottom: -0.175em;
}
.article section>p span.dropcap:before, #site section>p span.dropcap:after {
    content: "";
    display: block;
}
.article section>p span.dropcap:after {
    margin-top: -0.05em;
}
.article section>p span.dropcap:before, #site section>p span.dropcap:after {
    content: "";
    display: block;
}
.large_inline_image{
    width: 150%;
    margin-left: -25%;
}
.article blockquote {
    font-size: 25px;
    line-height: 40px;
    margin: 50px 0;
    color: #3ea5ce;
    font-family: "PT Serif",Georgia,Times,"Times New Roman",serif;
    /*font-size: 92px;*/
    /*line-height: 98px;*/
    text-align: center;
    margin: 20px 0 20px;
    letter-spacing: -0.02em;
    width: 130%;
    margin-left: -15%;
}

.article blockquote:before {
    content: "";
    display: block;
    width: 150px;
    margin: 0 auto 50px;
    border-top: 1px solid #ddd;
}
.article blockquote:after {
    content: "";
    display: block;
    width: 150px;
    margin: 50px auto 0;
    border-top: 1px solid #ddd;
}
.twitter_tweet{
    width: 100%;

}
.three_screenshots{

}
.three_screenshots img{
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
}
.two_screenshots img{
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
}
.signature{
    overflow: hidden;
    height: 100px;

}
.signature_internal{
    width: 100%;
    height: 150px;
    background-image: url(../img/mavcoblue.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}