/*** editable ***/

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #5E6568;
    font-weight: 300;
}

/* general content areas */

.mz_editable {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #5E6568;;
    font-weight: 300;
}

/* hyperlinks */

a, .mz_editable a {
    color: #36C1A3;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #A0A0A0;
}

.sidebox a, .sidebox.mz_editable a {
    color: #B6F6E8;
}

.sidebox a:hover, .sidebox.mz_editable a:hover {
    color: #FFFFFF;
}

/* 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: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 2.63rem;
    color: #2c3e50;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.moze-megatitle {
    font-size: 2.81rem !important;
}

.mz_editable h2, .sidebox h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.88rem;
    color: #2c3e50;
    font-weight: 500;
    letter-spacing: -0.01em;
}

#sidebar .sidebox h2 {
    font-size: 1.56rem;
    line-height: 1.5;
    color: #FFFFFF
}

.mz_editable h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.31rem;
    color: #2c3e50;
    font-weight: 500;
}

/* special text styles */

.sidebox .moze-important {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border: 1px solid #DDDDDD;
    color: #56646F;
    font-weight: 300;
}

.moze-form .moze-formbutton {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #36C1A3;
}

.moze-form .moze-formbutton:hover {
    background-color: #60D2B9;
}

/* blog and articles */

.mz_editable .moze-postdetails {
    font-weight: 300;
}

.moze-button,
.moze-button-large {
    background-color: #36C1A3;
}

#sidebar .moze-button, #sidebar .moze-button-large {
    background-color: #F0F0F0;
    color: #5E6568 !important;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #60D2B9;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #36C1A3;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #60D2B9;
}

.moze-button-large.btn-alt-light {
    border-color: #36C1A3;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #60D2B9;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 16px;
}

/* list of recent blog posts */

.mz_recentposts a {
    color: #FFFFFF;
}

.mz_recentposts a:hover {
    color: #C7E5DF;
}

.mz_recentposts ul li span {
    color: #C7E5DF;
}