/*.rte-green
{
    color: #2DA944;
}
.rte-blue
{
    color: #266C9A;
}
.rte-black
{
    color: #3C3C3C;
}
.rte-purple
{
    color: #7D55AA;
}*/
/*unordered & ordered list style*/

/*ol li {
    font-size: 18px;
}

ul li {
    font-size: 18px;
}

@media only screen and (min-width: 320px) {
    .rte-h3 {
        font-size: 26px;
        text-decoration: underline;
    }

    h3.rte {
        font-size: 26px;
        color: #2DA944;
    }

    .rte-h1 {
        font-size: 38px
    }

    h1.rte {
        font-size: 38px;
        color: #3C3C3C;
    }

    h2.rte {
        font-size: 24px;
        color: #2DA944;
    }

    .quote {
        font-size: 24px;
        color: #3C3C3C;
    }

    .label {
        font-size: 20px;
        text-align: center;
        color: #3C3C3C;
    }

   
}

@media only screen and (min-width: 768px) {
    .rte-h3 {
        font-size: 26px;
        text-decoration: underline;
    }

    h3.rte {
        font-size: 26px;
        color: #2DA944;
    }

    .rte-h1 {
        font-size: 42px
    }

    h1.rte {
        font-size: 42px;
        color: #3C3C3C;
    }

    h2.rte {
        font-size: 34px;
        color: #2DA944;
    }

    .quote {
        font-size: 34px;
        color: #3C3C3C;
    }
}

@media only screen and (min-width: 1200px) {
    .rte-h3 {
        font-size: 26px;
        text-decoration: underline;
    }

    h3.rte {
        font-size: 26px;
        color: #2DA944;
    }

    .rte-h1 {
        font-size: 42px;
    }

    h1.rte {
        font-size: 42px;
        color: #3C3C3C;
    }

    h2.rte {
        font-size: 34px;
        color: #2DA944;
        margin: 0 0 .43em 0;
    }

    .quote {
        font-size: 34px;
        color: #3C3C3C;
        margin-bottom: 32px
    }
}*/





/*a.rte
{
    text-decoration: none;
    color: #2DA944;
}
a.rte:hover
{
    text-decoration: underline;
}

.preamble {
	font-size: 20px;
	color: #3C3C3C;
	line-height: 26px;
}
p.preamble a.rte
{
    font-size: 20px;
}*/
