#case-studies {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
}

#case-studies .row {
    margin-bottom: 30px;
}

#case-studies .row > p {
    padding-left: 15px;
    padding-right: 15px;
}

#case-studies h1, #case-studies h2, #case-studies h3, #case-studies h4,
#case-studies h5, #case-studies h6, #case-studies .byline {
    font-family: 'Open Sans', sans-serif;
    color: #3e4549;
    text-align: center;
    width: 100%;
}

    #case-studies h1 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: -3px;
        font-weight: bold;
    }

    #case-studies .byline {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

#case-studies p, #case-studies ul {
    color: #778489;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 20px;
}

#case-studies ul {
    margin-left: 3em;
}

    #case-studies ul.no-bullet {
         list-style-type: none;
    }

#case-studies .twitter-tweet.twitter-tweet-rendered {
    margin: auto;
}

#case-studies .q-a-pair {
    margin-left: 3em;
}

    #case-studies .q-a-pair p.answer {
        margin-left: 3em;
        font-size: 18px;
    }

#case-studies a {
    text-decoration: underline;
}

#case-studies li {
    margin-bottom: 10px;
}

#case-studies .media {
    padding-left: 15px;
    padding-right: 15px;
}

    #case-studies .media img, #case-studies .media iframe {
        margin: auto;
    }

    #case-studies img.smaller {
        max-width: 794px;
        max-height: 593px;
    }

    @media(max-width: 830px) {
        #case-studies img.smaller {
            width: 100%;
            max-width: 100%;
        }
    }

    #case-studies img.central.two-together {
        max-width: 40%;
        max-height: 593px;
        display: inline-block;
    }

    @media(max-width: 830px) {
        #case-studies img.central.two-together {
            max-width: 80%;
            margin-bottom: 10px;
        }
    }

#case-studies strong {
    color: #3e4549;
}

#case-studies .multiple-blog-images {
    text-align: center;
}

.blog-post-link {
    padding-bottom: 60px;
    margin: auto;
    max-width: 1000px;
}
.blog-post-link h1 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-post-link a {
    text-decoration: none !important;
    position: absolute;
    bottom: 20px;
    right: 45px;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.gray {
    color: #778489;
}
.row::before, .row::after {
    display: table;
    content: " ";
}
.row::after {
    clear: both;
}
.love {
    color: #c00;
    font-size: 1.2em;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-center {
    text-align: center;
}
#message {
    background: #E4E9EA;
    padding-top: 80px;
    padding-bottom: 80px;
}
h4 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.7px;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif;
}
.col-md-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-md-10 {
    width: 83.33333333333334%;
}
.cs-margin-top-40 {
    margin-top: 40px;
}
.cs-margin-top-170 {
    margin-top: 170px;
}
.cs-margin-top-130 {
    margin-top: 130px;
}
#case-studies .with-image {
    padding-left: 15px;
}

#case-studies .with-image img {
    float: right;
    margin: 30px;
}

#case-studies .with-image img.left {
    float: left;
}

@media (min-width: 768px) {
    #first-text {
        margin-top: 20px;
    }
}

p.margin-top-25 {
    margin-top: 25px;
}
.text-align-left {
    text-align: left !important;
}

@media (max-width: 767px){
    #case-studies .with-image {
        padding-right: 15px;
    }

    #case-studies .with-image img {
        float: none;
        display: block;
        margin: 30px auto;
    }

    #case-studies .with-image img.left {
        float: none;
    }
}
