/* ===============  rte-1  =============== */
.rte {
    margin: 1em 0;
    overflow: hidden;
}

.rte > *:first-child {
    margin-top: 0;
}

.rte > *:last-child {
    margin-bottom: 0;
}

.rte h1,
.rte h2, 
.rte h3, 
.rte h4, 
.rte h5,
.rte h6, 
.rte p,
.rte ul,
.rte ol,
.rte table,
.rte blockquote {
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(51,51,51);
}

.rte h1 {
    font-size: 1.3125em;
    line-height: 1.5em;
    font-weight: 600;
    color: rgb(51,51,51);
}

.rte h2 {
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 600;
    color: rgb(51,51,51);
}

.rte h3 {
    font-size: 0.9375em;
    line-height: 1.5em;
    font-weight: 600;
    color: rgb(51,51,51);
}

.rte p {
    text-align: justify;
}

.rte table {
    font-size: 0.8125em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(51,51,51);
}

.rte a {
    color: blue;
}

.rte a:hover {
    text-decoration: underline;   
}

.rte blockquote {
    background: url(images/quote.png) no-repeat 0 0 transparent;
    padding: 0 0 0 28px;
    overflow: hidden;
}

.rte blockquote p:first-child {
    margin-top: 0;
}

.rte ul {
    padding: 0 0 0 1.5em;
    list-style: disc;
}

.rte ol {
    padding: 0 0 0 1.5em;
    list-style: decimal;
}

.rte img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;   
}

.rte img.alignleft {
    float: left;
    margin: 0 1.5em 0 0;
}

.rte img.alignright {
    float: right;
    margin: 0 0 0 1.5em;
}

.rte iframe,
.rte object {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.rte .wp-caption {
    display: block;
}

.rte .wp-caption p {
    text-align: center;
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(51,51,51);
}


/* ===============  rte-tag  =============== */
.rte.rte-tag {
    font-size: 90%;
    padding: 0 0 1em;
    border-bottom: 1px solid rgb(218,218,218);
}