/*** editable ***/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222222;
}

/* general content areas */

.mz_editable {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #222222;;
}


/* hyperlinks */

a, .mz_editable a {
    color: #2BA8BD;
    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: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    color: #222222;
    font-weight: normal;
    letter-spacing: -0.03em
}
.moze-megatitle {
    font-size: 2.81rem !important;
}
.mz_editable h2, .sidebox h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.67rem;
    color: #222222;
    font-weight: normal;
}

.mz_editable h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.34rem;
    color: #222222;
    font-weight: normal;
}


/* webforms */

.moze-form label {
    color: #222222;
}

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CFCFCF;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #2BA8BD;
}

.moze-form .moze-formbutton:hover {
    color: #FFFFFF;
    background-color: #8E9CA2;
}

/* blog and articles */
.moze-button,
.moze-button-large {
    background-color: #2BA8BD;
    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: #2BA8BD;
}

.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: #2BA8BD;
}

.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_catalog .cat-item-buy .moze-price {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}