
/*.legate_box_col {  float:left; }
.legate_box_col:first-child { width:75%; float:left; }
.legate_box_col:last-child { width:25%; float:left; }*/

.legate_box_person { padding:15px; color:#fff; background-color: #81933d; }














.story_content_block h2,
.story_content_block h3 {
    text-align: left;
    color: #285262;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight:bold;
	font-size:22px;
	text-transform:uppercase;
}

/*.story_content_block h2 { font-size:40px; text-align: center; margin-bottom:50px; font-family: 'museo_slab900';  font-weight: normal; }
.story_content_block h3 {  }*/
    

.story_image_gallery_item img {
    width: 100%;
    height: 100%;
}
.story_image_box img {
    min-height: 250px;
}
p.image_caption {
    text-align: center;
    padding-top: 30px;
}
.story_image_gallery_item.auto_height {
    height: auto !important;
    text-align: center;
}
.story_image_gallery {
    margin: 20px 0;
}
.story_image_gallery_item p {
    margin-top: 20px;
}
.story_button_box.center {
    text-align: center;
}
.story_button_box.right {
    text-align: right;
}
img.alignleft {
    float: left;
    margin-right: 50px;
}
span.top_paddings {
    padding-top: 35px;
    display: block;
}
.story_button_box {
    margin-top: 50px;
}
.story_content_block p {
    font-size: 18px;
    color: #333333;
}

.story_content_block ul,
.story_content_block ol {
    margin: 0 0 1.2rem;
    padding-left: 1.4rem;
    list-style-position: outside;
}

.story_content_block li {
    font-size: 18px;
    color: #333333;
}
@media only screen and (max-width: 767px) {
    .story_image_gallery_item {
        margin-bottom: 20px;
    }
    .story_content_block h2 {
        font-size: 45px;
    }
    .story_image_gallery_item {
        height: 400px;
    }
    a.donat_link {
        font-size: 18px;
    }
}