/*** editable ***/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #4F585F;
}

/* general content areas */

.mz_editable {
    font-family: Arial, Helvetica, sans-serif;
    color: #4F585F;;
}

/* hyperlinks */

a, .mz_editable a {
    color: #BE6427;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #944D1E
}

/* 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: 'PT Serif', Georgia, serif;
    font-size: 2rem;
    color: #3A4045;
    font-weight: normal;
}

.moze-megatitle {
    font-size: 2.7rem !important;
}

.mz_editable h2, .sidebox h2 {
    font-family: 'PT Serif', Georgia, serif;
    font-size: 1.6rem;
    color: #3A4045;
    font-weight: normal;
    border-bottom: 1px solid #EEEEEE;

}

.sidebox h2, .gridrow h2 {
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 1.5rem;
}

.sidebox h2:first-child {
    margin-top: 0;
}

.mz_editable h3 {
    font-family: 'PT Serif', Georgia, serif;
    font-size: 1.3rem;
    color: #3A4045;
    font-weight: normal;
}

/* image galleries */

ul.moze-gallery li {
    background-color: #B8D4E9
}

/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0 0 16px 0;
    border: 1px solid #CCCCCC;
    color: #777777;
    box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.moze-form textarea {
    width: 90%;
    min-width: 100px;
    max-width: 400px;
}

.moze-form .moze-formbutton {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #81CE24;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #93D22D), color-stop(1, #5DA022));
    background-image: -ms-linear-gradient(top, #93D22D, #5DA022);
    background-image: -o-linear-gradient(top, #93D22D, #5DA022);
    background-image: -moz-linear-gradient(top, #93D22D, #5DA022);
    background-image: -webkit-linear-gradient(top, #93D22D, #5DA022);
    background-image: linear-gradient(to bottom, #93D22D, #5DA022);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #5EA71D;
    border-radius: 3px;
    font-weight: bold
}

.moze-button,
.moze-button-large {
    background-color: #81CE24;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #93D22D), color-stop(1, #5DA022));
    background-image: -ms-linear-gradient(top, #93D22D, #5DA022);
    background-image: -o-linear-gradient(top, #93D22D, #5DA022);
    background-image: -moz-linear-gradient(top, #93D22D, #5DA022);
    background-image: -webkit-linear-gradient(top, #93D22D, #5DA022);
    background-image: linear-gradient(to bottom, #93D22D, #5DA022);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #5EA71D;
    border-radius: 3px;
    font-weight: bold;
    font-size: 15px;
}

.moze-button:hover,
.moze-button-large:hover,
.moze-formbutton:hover {
    opacity: 0.9;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Button styles for custom button designs */

.btn-alt {
    text-shadow: none;
}

.moze-button.btn-alt {
    padding-top: 6px;
    padding-bottom: 6px;
}

.moze-button-large.btn-white {
    text-shadow: none;
    padding-top: 13px;
    padding-bottom: 13px;
}

/* Button colors for custom button designs */

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #5EA71D;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #5EA71D;
}

.moze-button-large.btn-alt-light {
    border-color: #81CE24;
}

.moze-button-large.btn-alt-light:hover {
    /*border-color: ; */
}


