body, .site-content article {
	-moz-hyphens: none !important;
    word-wrap: normal !important;
    }/*** calendar ***/
.entry-content .gce-page-grid .gce-calendar .gce-today {
    background-color: #E0E7F3;
    color: #6686C1;
    font-weight: bold;
}

.entry-content .gce-page-grid .gce-calendar .gce-has-events {
    color: #6686C1;
    font-weight: bold;
}
.gce-event-info .gce-tooltip-event  {
	background: none !important;
}
.gce-event-info .gce-tooltip-event a {
	text-decoration: none !important;
	font-weight: normal;
	line-height: normal;
}
.gce-event-info .gce-tooltip-event a:after {
	content: "View in Google Calendars \00bb";
	font-size: 80%;
	display: block;
}
.gce-event-info .gce-tooltip-event a:hover {
	color: #6686C1;
	text-decoration: underline;
	}
.gce-prev, .gce-next {
	font-size: 1.14285714rem;
}	
.gce-calendar th {
	background: #EDF1F8;
	}
	
#page #primary h1 {
    border-bottom: 1px solid #E0E7F3;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    }
#page #primary h2, #page #primary h3, #page #primary h4, #page #primary h5 {
   color: #94BF00 !important;
   } 
#page #primary h2 {   
    border-bottom: 1px solid #E0E7F3;
    margin-bottom: 1rem;
    }
#page #primary h3, #page #primary h4, #page #primary h5 {
	display: inline-block;
}
.content_button {
	padding: 2rem;
	border-radius: 1rem;
}
.header_translate {
	float: right;
	margin-top: .5rem;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: normal !important;

}
a.bar_button {
    background: none repeat scroll 0 0 #789DD2;
    border-bottom: 1px solid #ADC4E4;
    color: #FFFFFF !important;
    display: block;
    padding: 1rem;
    text-align: center;
    font-size: 1.14286rem;
}
a.bar_button:hover {
	color: #E9EEF6 !important;
    border-top: 1px solid #ADC4E4;
    border-bottom: none;
}
a.footer_graphic img {
	margin-bottom: 0.5rem;
	overflow: hidden;
}
@media only screen 
 and (max-width : 600px) 
{
	.header_translate {
		margin-top: -31px
	}
	li.header_buttons {
		float: left;
	}
 }