.field-name-body,
.field-name-field-teaser {
    line-height: 1.9em;
}

.field-name-body p,
.field-name-field-teaser p,
.field-name-body div {
    margin: 0 0 38px;
}

.field-name-body p.empty,
.field-name-field-teaser p.empty,
.field-name-body div.empty,
.field-name-body h2.empty {
    margin: 0;
    /*line-height: 0;*/
}

.field-name-body h2,
.field-name-field-teaser h2 {
    font-size: inherit;
    color: #e04e39;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.field-name-body h2.style-1,
.field-name-field-teaser h2.style-1,
.field-name-body h2.style-2,
.field-name-field-teaser h2.style-2 {
    font-weight: bold;
    font-family: 'Diodrum', Arial, sans-serif;
}

.field-name-body h2.style-1,
.field-name-field-teaser h2.style-1 {
    color: #e04e39;
}

.field-name-body h2.style-2,
.field-name-field-teaser h2.style-2 {
    color: #000;
}

.field-name-body h3,
.field-name-field-teaser h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.field-name-body a,
.field-name-field-teaser a {
    color: #e04e39;
}

.field-name-body a:hover,
.field-name-field-teaser a:hover {
    color: #a6a3a3;
}

.field-name-body img.center,
.field-name-field-teaser img.center {
    margin: 0 auto;
}

blockquote {
    margin: 0 0 17px;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    line-height: 1.5em;
}

blockquote span {
    font-size: inherit !important;
}

blockquote + div {
    margin-bottom: 27px;
}

blockquote + div em {
    font-style: normal;
}

.field-name-body .content-image,
.field-name-field-teaser .content-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.field-name-body .content-image-left,
.field-name-field-teaser .content-image-left {
    float: left;
    margin:0 20px 0 0;
}

.field-name-body .content-image-right,
.field-name-field-teaser .content-image-right {
    float: right;
    margin:0 0 0 20px;
}

.field-name-body .content-image .caption,
.field-name-field-teaser .content-image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/slide_bg.png");
    width: 100%;
}

.content-image span {
    display: block;
    padding: 10px 40px;
    color: #fff;
}

.content-image img {
    display: block;
}

.field-name-body .content-audio,
.field-name-field-teaser .content-audio {
    margin: 0 0 20px;
}

.content-audio .cannotplay {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #3a3c3d;
}

.content-audio .caption {
    background: #eaeaec;
    padding: 35px 30px;
    color: #1b1b1b;
}

.content-audio .caption p {
    margin: 20px 0 0;
}

.content-audio .caption p:first-child {
    margin: 0;
}

.content-table {
    border: 0;
}

.content-table td,
.content-table th {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
}

.content-table th {
    font-weight: normal;
    text-transform: uppercase;
    background: #333;
    color: #fff;
}

.content-table td {
    color: #333333;
    vertical-align: middle;
}

.content-table .odd td {
    background-color: #eaeaec;
}

.content-table .even td {
    background-color: #d6d6d9;
}

.field-name-body ul,
.field-name-field-teaser ul {
    list-style-image: none;
    list-style: disc;		
    margin: 20px 0 20px 20px;
}
.field-name-body ul ul,
.field-name-field-teaser ul ul {
    margin: 0 0 0 20px;
    text-align: left;
}
.field-name-body ul li,
.field-name-field-teaser ul li {
    margin: 0 0 20px 0;
    text-align: left;
}
.cke_show_borders ul ul li {
    margin: 0;
}

.field-name-body ol,
.field-name-field-teaser ol {
    counter-reset: item;
}

/*
#issues 1035
.field-name-body ol li {
display: block;
position: relative;
}*/

.field-name-body ol li:before,
.field-name-field-teaser ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
}

.field-name-body ol ol li:before,
.field-name-field-teaser ol ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
}

@media only screen and (max-width:767px) {
    .field-name-body,
    .field-name-field-teaser {
        line-height: 1.6em;
    }

    .field-name-body p,
    .field-name-field-teaser p,
    .field-name-body div {
        margin: 0 0 24px;
    }

    .field-name-body .content-image-left,
    .field-name-field-teaser .content-image-left {
        float: none;
        width: auto;
        margin: 0 0 24px;
    }

    blockquote {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 1.6em;
    }

    blockquote + div {
        margin-bottom: 28px;
        line-height: 1.2em;
        font-size: 0.86em;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .field-name-body p, .field-name-field-teaser p, .field-name-body div {
        margin: 0 0 22px;
    }

    blockquote {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.75em;
    }

    blockquote + div {
        margin-bottom: 23px;
        font-size: 0.8em;
    }
}