/*** editable ***/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #56646F;
}

/* general content areas */

.mz_editable {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #56646F;;
}

/* hyperlinks */

a,
.mz_editable a {
    color: #E0735E;
    text-decoration: none;
}

a:hover,
.mz_editable a:hover {
    color: #56646F;
}

/* 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.2rem;
    color: #56646F;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.moze-megatitle {
    font-size: 2.44rem !important;
}

.mz_editable h2,
.sidebox h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #56646F;
    font-weight: normal;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.mz_editable h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #56646F;
    font-weight: 400;
}

/* image galleries */

ul.moze-gallery li {
    background-color: #E0735E;
}

/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #DDDDDD;
    color: #56646F;
    border-radius: 2px;
    font-weight: 300;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #E0735E;
    border-radius: 3px;
}

.moze-form .moze-formbutton:hover {
    background-color: #3C424F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* blog and articles */

.moze-button,
.moze-button-large {
    background-color: #E0735E;
    font-size: 16px;
    border-radius: 3px;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #A9ADB4;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #E0735E;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #A9ADB4;
}

.moze-button-large.btn-alt-light {
    border-color: #E0735E;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #A9ADB4;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 16px;
}

/* list of recent blog posts */


.mz_recentposts a:hover {
    color: #3C424F;
}
