body, td {
    font-family : 'Open Sans', sans-serif;
    font-size   : 14px;
    color       : #555555;
    line-height : 24px;
}

.pt_sans {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-style: normal;
}

h1 {
    font-size   : 30px;
    line-height : 34px;
    color       : #555555;
    margin      : 0 0 20px 0;
}

h2 {
    font-size   : 22px;
    line-height : 24px;
    color       : #ec008c;
    margin      : 0 0 10px 0;
}

h3 {
    font-size   : 18px;
    line-height : 20px;
    color       : #a1cd41;
    margin      : 0 0 10px 0;
}

h4 {
    font-size   : 14px;
    line-height : 17px;
    color       : #555555;
}

a, a:active {
    color           : #a1cd41;
    text-decoration : none;
    outline         : none;
}

a:hover {
    color           : #8cb339;
    text-decoration : none;
}

hr {
    margin     : 20px 0;
    height     : 1px;
    border     : none;
    border-top : 1px solid #CCCCCC;
    color      : #CCCCCC;
}

blockquote {
    border-left: 3px solid #a1cd41;
}

blockquote, blockquote p {
    font-size: 17px;
    font-weight: inherit;
    font-style: inherit;
    color: #424846;
}

blockquote *:last-child {
    margin-bottom: 0px !important;
}

/*
    Custom Styles for dropdown
    Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
    Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/

.button {
    display: inline-block;
    background-color: #a1cd41;
    color: #ffffff;
    padding: 8px 17px;
}

.scale_with_grid {}

.text_highlight {
    font-weight : bold;
    color       : #999999;
}

.text_highlight2 {
    font-weight : bold;
    color       : #006600;
}

.greentext {
    color: #a1cd41 !important;
}

.greytext {
    color: #555555 !important;
}

.bluetext {
    color: #0e76bc !important;
}

.purpletext {
    color: #ab58a9 !important;
}

.pinktext {
    color: #ec008c !important;
}

.redtext {
    color: #ed1c24 !important;
}

.pageimageright,
.pageimageleft {
    border-bottom: solid 3px #a1cd41;
    margin-bottom: 10px;
}

.pageimageright {
    float: right;
    margin-left: 25px;
}

.pageimageleft {
    float: left;
    margin-right: 25px;
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video_container iframe,
.video_container .mceItemIframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

#copy p img {
    max-width: 100%;
    height: auto;
    max-height :100%
}

/* ******************* */
/* Lists */
/* ******************* */

#content ul,
#content ol,
.copy ul,
.copy ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 0px 15px 30px;
}

#content ul li,
.copy ul li {
    text-indent : -10px;
    margin-left : 10px;
    padding     : 3px 0px;
    position    : relative;
}

#copy ul li:before,
.copy ul li:before {
    font-family : FontAwesome;
    content     : "\f111";
    color       : #f7941e;
    font-size   : 5px;
    position    : absolute;
    left        : -15px;
    top         : 3px;
}

#copy ol,
.copy ol {
    list-style  : decimal outside;
}

#copy ol li,
.copy ol li {
    padding     : 3px 0px;
}

/* ******************* */
/* Tables */
/* ******************* */
.nice_table {}

table.nice_table {
    width  : 100% !important;
    margin : 20px 0px;

}

table.nice_table tr {
    background-color: #f0efed;
}

table.nice_table tr:nth-child(even) {
    background-color : #fafafc;
}

table.nice_table tr td {
    border         : 1px solid #e3e2e1;
    text-align     : center;
    padding        : 10px 10px;
    text-align     : left !important;
    vertical-align : middle !important;
    color          : #424846;
}

table.nice_table tr:hover td {
    background-color : rgba(255,255,255,0.3);
}

table.nice_table thead tr:hover td {
    background-color: transparent;
}

table.nice_table thead tr th, table.nice_table thead tr td,
table.nice_table thead tr:hover th, table.nice_table thead tr:hover td {
    font-weight      : normal;
    padding          : 10px 14px 10px 10px;
    font-size        : 18px;
    text-align       : left !important;
    color            : #fafafc;
    border           : 0px none transparent;
}

table.nice_table thead tr th a, table.nice_table thead tr td a {
    color: #fafafc;
}

table.nice_table thead tr {
    background: #a1cd41;
    border: 1px solid #a1cd41;
}

table.nice_table thead tr th,
table.nice_table thead tr td {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

table.nice_table tr td p {
    padding : 0px;
    margin  : 0px !important;
}

table.nice_table tr.rowDivider td {
    border-top : 3px solid #333;
}

table.invisibleTable tr, table.invisibleTable tr:hover,
table.invisibleTable td, table.invisibleTable td:hover,
table.invisibleTable tr:hover td,
table.gsc-search-box tr, table.gsc-search-box tr:hover,
table.gsc-search-box td, table.gsc-search-box td:hover,
table.gsc-search-box tr:hover td {
    border         : 0;
    background     : transparent !important;
    vertical-align : top !important;
}

table.invisibleTable tr, table.invisibleTable td {
    padding : 5px;
}
table th {
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
}

.basic_table td {
    padding: 3px 1px;
    vertical-align: middle;
}