/*** editable ***/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2C414E;
}

/* general content areas */

.mz_editable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2C414E;;
}

/* hyperlinks */

a, .mz_editable a {
    color: #0A9AD1;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #386577;
}

/* bullet list in editable text */

.mz_editable ul li {
    list-style-type: square;
}

/* headings in editable text */

.mz_editable h1,
.mz_editable h1.moze-megatitle {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    color: #0A9AD1;
    margin-top: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.moze-megatitle {
    font-size: 2.8rem !important;
}

.mz_editable h2,
.sidebox h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #132531;
    font-weight: normal;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}
.mz_editable h2:first-child,
.sidebox h2 {
    margin-top: 0px;
}
.mz_editable h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #0A9AD1;
    font-weight: normal;
    letter-spacing: -0.01em;
}

/* special text styles */

.mz_editable .moze-important {
    color: #DB4A4A;
    background-color: #FFE1E1;
}

.mz_editable .moze-secondary {
    color: #A0A0A0;;
}

.mz_editable .moze-blockquote {
    font-style: italic;
    margin: 16px 0px 16px 20px;
}

.mz_editable .moze-code {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.3;
    padding: 5px;
    background-color: #F4F4F4;
    margin: 16px 0px 16px 0px;
}

/* user inserted pictures */

.mz_editable img {

}

/* tables */

.mz_editable table {
    border-spacing: 1px;
    border-collapse: collapse;
}

.mz_editable .moze-th {
    background-color: #F4F4F4;
}

.mz_editable td {
    padding: 5px;
    margin: 0px;
    border: 1px solid #E0E0E0;
}

.mz_editable .moze-th {
    color: #000000;
}

/* image galleries */

ul.moze-gallery li {

}

/* webforms */

.moze-form {
    padding: 25px;
    background-color: #F4F4F4;
}

.moze-form label {
    color: #2C414E;
    margin: 0px 0px 4px 0px;
}

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CFCFCF;
    margin: 0px 0px 16px 0px;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #82BC3F;
    margin: 16px 0px 0px 0px;
}

.moze-form .moze-formbutton:hover {
    color: #FFFFFF;
    background-color: #8E9CA2;
}

/* invalid input style */

.moze-form .moze-formerror {
    border: 1px solid #CC0000;
}

/* blog and articles */

.mz_editable .moze-postdetails,
.mz_editable .moze-postdetails a {
    color: #A0A0A0;
    text-decoration: none;
    margin-top: -12px;
    margin-bottom: 16px;
}

.mz_editable .moze-comment {
    padding: 20px;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    margin-bottom: 28px;
}

.mz_editable .moze-comment div {
    margin-bottom: 5px;
}

.mz_editable .moze-comment div:last-child {
    margin-bottom: 0px;
}

.moze-button,
.moze-button-large {
    background-color: #82BC3F;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #8E9CA2;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #82BC3F;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #8E9CA2;
}

.moze-button-large.btn-alt-light {
    border-color: #82BC3F;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #8E9CA2;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 17px;
}

/* list of recent blog posts */

.mz_recentposts ul {
    padding: 0;
    margin-bottom: 23px;
}

.mz_recentposts ul li {
    margin-bottom: 7px;
    line-height: 1.23;
}

.mz_recentposts ul li span {
    color: #CCCCCC;
}