/* Parllax Window Styles
-----------------------------------------------*/
.jw-header-image {
	min-height: 200px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	color: #fff;
	text-align: left;
	border-bottom: 2px solid #2b3454;
	position: relative;
}

.jw-header-image:before {
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    background-color: rgba(197, 181, 128, .55);

    transform: skew(45deg);
    border-right: 3px solid #fff;
}
.jw-header-image:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: rgba(2, 86, 68, .55);

    transform: skew(45deg);
   
}

.jw-header-image .entry-title,
.jw-header-image h1 {
	color: #83bb49;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);

}

.jw-header-image .wrap {
	width: 1200px;
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}

.jw-header-image .wrap .inner-wrap {
    width: 600px;
    max-width: 100%;
}



.home .jw-header-image {
	min-height: 400px;
	text-align: left;
	border-bottom: 0;
}

.regular-window {
	background-color: rgba(0,0,0,.6);
}
.home .regular-window {
	background-color: rgba(0,0,0, 0);
	position: relative;
	overflow: hidden;
}
.home .site-inner .wrap {
	margin-top: -50px;
}
/*.home .jw-header-image:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	
	background-color: rgba(2, 24, 62, .8);
	
	transform: skew(-40deg);
	
	
}*/
.home .jw-header-image .wrap {
	min-width: 200px;
	color: #fff;

	
}

.jw-header-image .head-content {
	max-width: 700px;
	margin: 0 auto;
	
	padding: 1rem;
}
.home .jw-header-image .head-content { 
	font-size: 0;
	max-width: 100%;
}

.jw-header-image .wrap h1,
.jw-header-image .wrap h2 {
    font-size: 2em;
}

.jw-header-image .wrap h1,
.jw-header-image .wrap h2,
.jw-header-image .wrap h3,
.jw-header-image .wrap h4,
.jw-header-image .wrap h5 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4); 
}

.left-content,
.right-content {
	width: 50%;
	padding: 2rem 1rem;
	display: inline-block;
	font-size: 3rem;
}
.right-content {
	text-align: right;
	font-size: 2rem;
}
.home-header.head-content {
	font-size: 0;
}

.home .jw-header-image .wrap .inner-wrap {
	width: 100%;
}




/*.front-bend {
	position: absolute;
	height: 10vw;
	min-height: 100px;
	max-height: 400px;
	width: 110%;
	left: 50%;
	bottom: -100px;
	transform: translateX(-50%);
	border-top-left-radius: 200%;
	border-top-right-radius: 200%;
	background-color: #fff;
	border-top: 2px solid #2b3454;
	
}*/


/* Event Header Styles
----------------------------------------*/
.single-sp_event .jw-header-image .wrap .inner-wrap {
    width: 100%;
}


@media only screen and (max-width: 1200px) {
	.jw-header-image {
		text-align: center;
	}
	.jw-header-image .head-content {
		max-width: 95%;
		margin: 0 auto;
	}
	.jw-header-image:before,
	.jw-header-image:after {
        transform: skew(0deg);
        left: 0;
        right: 0;
        border-right: 0;
	}
	.jw-header-image:before {
	    top: 0;
	    bottom: 50%;
	}
	.jw-header-image:after {
	    bottom: 0;
	    top: 50%;
	    border-top: 5px solid #fff;
	}
	
	
}