/*** editable ***/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

/* general content areas */

.mz_editable {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333333;;
}

/* hyperlinks */

a,
.mz_editable a {
    color: #E21C2B;
    text-decoration: none;
}

a:hover,
.mz_editable a:hover {
    color: #333333;
}

/* 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: Oswald, 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 2.9rem;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase
}

.moze-megatitle {
    font-size: 3.00rem !important;
}

.mz_editable h2,
.sidebox h2 {
    font-family: Oswald, 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.55rem;
    color: #333333;
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.mz_editable h3 {
    font-family: Oswald, 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #333333;
    font-weight: 600;
}


/* image galleries */

ul.moze-gallery li {
    background-color: #333333;
}

/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #DDDDDD;
    color: #666666;
    border-radius: 2px;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #E21C2B;
    border-radius: 3px;
}

.moze-form .moze-formbutton:hover {
    background-color: #C81927;
    -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: #E21C2B;
    font-size: 15px;
    border-radius: 3px;
}

.moze-button:hover,
.moze-button-large:hover {
    color: #FFFFFF;
    background-color: #C81927;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #E21C2B;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #C81927;
}

.moze-button-large.btn-alt-light {
    border-color: #E21C2B;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #C81927;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 16px;
}

/* list of recent blog posts */


.mz_recentposts ul li span {
    color: #666666;
    opacity: 1;    
}