/*** editable ***/

body {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
}

/* general content areas */

.mz_editable {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    color: #444444;;
}

.mz_editable p {
    margin: 20px 0px;
}

/* hyperlinks */

a, .mz_editable a {
    color: #CE0000;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #9B0506;
}

/* 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: 'Exo 2', Arial, Helvetica, sans-serif;
    font-size: 3rem;
    color: #444444;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.moze-megatitle {
    font-size: 4.38rem !important;
}

.mz_editable h2, .sidebox h2 {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    font-size: 1.85rem;
    color: #444444;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.mz_editable h3 {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #444444;
    font-weight: 600;
}

/* special text styles */

.mz_editable .moze-blockquote {
    font-family: Georgia, serif
}


/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    border: none;
    color: #444444;
    font-weight: 300;
    background-color: #F2F2F2;
}

.moze-form .moze-formbutton {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #9B0506;
}

.moze-form .moze-formbutton:hover {
    background-color: #A0A0A0;
}

.moze-button,
.moze-button-large {
    background-color: #9B0506;
    font-size: 16px;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #A0A0A0;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #9B0506;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #A0A0A0;
}

.moze-button-large.btn-alt-light {
    border-color: #9B0506;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #A0A0A0;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 16px;
}

/* list of recent blog posts */


.mz_recentposts a:hover {
    color: #444444;
}