/* HOMEPAGE STYLES
************************************************************/
/* section.bannerImage	{ 
	height: 14vw;
}
@media (min-width: 500px)	{ section.bannerImage	{ height: 30vw; } }
@media (min-width: 768px)	{ section.bannerImage	{ height: 36vw;} }

@media (min-width: 960px)	{ section.bannerImage	{ height: 40vw;min-height: 400px;} }

@media (min-width: 1025px)	{
section.bannerImage	{
	height: 45vw;
	min-height: 500px;
}
} */

.sectionTitle h2	{
	text-align: center;
}

section.heroStatement .container	{
	max-width: 52rem;
}

section.heroStatement p	{	
	text-align: center;
}

li.current_page_item	{
	display: none;
}

#player-overlay {
  /* position: absolute; */
  top: 125px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
}

#player-overlay video {
  display: block;
  width: 100%;
  height: 100%;
}

/* PRACTICES
*****************/

section.practices {
	background-color: var(--color-background-reverse);
	color: var(--color-reverse);
}

section.practices .flex-col-4	{
	position: relative;
	border: 1px solid var(--color-border);
	margin: 0 .5em .5em;
	padding: 2em 2em 5em;
	border-radius: 2px;

}

section.practices h3	{
	margin: 0 0 1em 0;
	color: WHITE;
}

section.practices p	{
	color: #ddd;
}

@media (min-width: 768px) {
	.flex-col-4 p.readMore	{
		position: absolute;
		bottom: 1.5em;
	}
}

.flex-col-4 p.readMore a.button	{
	border: 1px solid grey;	
	background-color: rgba(255,255,255,0.7);
}

.flex-col-4 p.readMore a.button:hover {
	background-color: #FFF;
}

@media (max-width: 767px) {
	section.articles .flex-col-4	{ padding: 2em 2em 2em; }
	section.articles p.readMore	{ margin-top: 50px; }
}

li.current_page_item,
.navbar-nav > li.menu-item-home
	{display: none; }

/*#menu-main-navigation {margin-top: -24px;}*/

/******Muru*********/
body section.bannerImage{
	height: auto;
	max-height: 600px;
	overflow: hidden;
}
/******Muru*********/


