/*------------------------------------*\
    MAIN
\*------------------------------------*/
.notification {display:none;}
#post-12{ 
	margin: 1vw 0;
	background-color: transparent;
	padding: 0vw;
	}

 .post-12 p {display:none;}

 .post-12 div p {display:inherit;}
 
 .post-12 h3 {display:none;}
 




/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	word-wrap: break-word;

}
body {
	font:12px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #181111; 
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#181111;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
} 

article{margin:3vw;background-color: white;
	padding: 20px 2vw;overflow: auto;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.background-image {

}
/* wrapper */
.wrapper {
	min-height:99vh;
	width: 95vw;
	margin: 0 auto;
	position: relative;
	background-color:rgba(255, 255, 255, 0.92);
}
/* header */
.header {

}
/* logo */
.logo {
	text-align: center;

}
.logo-img {
	width:700px;
}
/* nav */

.nav ul {
	list-style: none;
	  background: rgb(50, 160, 52);
  background: -moz-linear-gradient(top, rgb(2,153,0) 1%, rgb(94,244,83) 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(2,153,0)), color-stop(99%,rgb(94,244,83)));
  background: -webkit-linear-gradient(top, rgb(2,153,0) 1%,rgb(94,244,83) 99%);
  background: -o-linear-gradient(top, rgb(2,153,0) 1%,rgb(94,244,83) 99%);
  background: -ms-linear-gradient(top, rgb(2,153,0) 1%,rgb(94,244,83) 99%);
  background: linear-gradient(to bottom, rgb(51, 156, 48) 1%,rgba(51, 156, 48, 0.63) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029900', endColorstr='#5ef453',GradientType=0 );
  text-align: center;
	padding: 0;
	margin: 0;

}

.nav li {
	font-size: 1.2em;
	line-height: 40px;
	text-align: left;
}



.nav a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	border-bottom: 1px solid #888;
	transition: .3s background-color;
	color:white;
}

.nav a:hover {
	background-color: rgba(226, 255, 228, 1);
  color: black;
}

.nav a.active {
	background-color: rgba(226, 255, 228, 1);
	color: #444;
	cursor: default;
}

/* Sub Menus */
.nav li li {
	font-size: 1em;
}

.pageheading {text-align:center; margin-bottom:25px}
/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {

	
	.nav ul {
	padding:0 10vw;

	}
	.nav li {
		min-width: 150px;
		border-bottom: none;
		height: 60px;
  line-height: 60px;
		font-size: 1.4em;
		display: inline-block;
		
	}

	.nav a {
		border-bottom: none;
	}

	.nav > ul > li {
		text-align: center;
	}

	.nav > ul > li > a {
		padding-left: 0;
	}

	/* Sub Menus */
	.nav li ul {
		position: absolute;
		display: none;
		width: inherit;
		padding: 0;
	}

	.nav li:hover ul {
		display: block;
		min-width: 130px;
	}

	.nav li ul li {
		display: block;
	}
}
/* sidebar */
.sidebar { display:none;}
/* footer */

.comments { display: none;}
.comment-respond { display: none;}

.footer {
  background-color: white;
  width: 100%;
  text-align: right;
  padding: 0px 20px 0 0px;
  bottom: 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*----------- HOME PAGE ---------------*/

@media screen and (max-width: 650px) {
	#eo_fullcalendar_1_loading {display:none;}
	.eo-fullcalendar {display:none;}
	.fullmonthlycalendar {display:none;}
.su-posts-home-page-2-7{
	width:100% !important;
	background-size:cover !important;
	}
	.home-page-2-7-text{
	font-size: 10vw !important; 
	}
	
	.home-page-1-text{
	font-size: 10vw !important; 
	}
	.su-posts {
	width:100% !important;
	}
}
.su-posts-title-over-image-loop 
{
display:inline-block;
}

.su-posts {
float: left;
margin: 0.1vw;
width:24.65%
 
}

  .su-posts-home-page-1 {
  width: 100%;
  display: table;
  text-align: center;
  height: 100vh;}
  
  .su-posts-home-page-2-7 {  
  width: 100%;
  display: table;
  text-align: center;
  height: 50vh;}
 
 .su-posts-home-page-2-7:hover {background-color: rgba(0, 0, 0, 0.01) !important;}

.home-page-1-text {
	color: white;
	font-size: 3.5vw;
	background-color: rgba(0, 0, 0, 0.25);
	height: 30vw;
	display: table-cell;
	vertical-align: middle;
}

.home-page-1-text:hover { color: #0E0E0E;background-color: rgba(0, 0, 0, 0.01);text-shadow: #D8D8D8 -1px -1px;}

.home-page-2-7-text { color: white;
  font-size: 3.5vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.25);
  display: table-cell;
  vertical-align: middle;
  word-break: normal;
  
}

.home-page-2-7-text:hover { color: #0E0E0E;background-color: rgba(0, 0, 0, 0.01);text-shadow: #D8D8D8 -1px -1px;}

.childlevelpage {
	padding:10px 20vw;
	margin: 0 auto;
}

/*  policies */

.su-posts-list-loop {
	float: none;
	margin: 5px auto;
	text-align: center;
	width: auto;}

.su-posts-list-loop li {
	background-color: white;
	height: 100px;
	border: black dotted 1px;
	text-align: center;
	display: inline-block;
	width: 30%;
	overflow: hidden;
	word-break: break-all;
	border-radius: 30px 10px 5px 10px;}

.su-posts-list-loop li a {
	line-height: 100px;
	font-size: 10pt;
	text-transform: uppercase;}

/*  end-policies */


.g {
	padding: 0.25em;
	overflow: hidden;
}
.g li {
	float: left;
	width: 50%;
	padding: 0.25em;
}
.g img {
	display: block;
}
.g li:nth-child(odd) {
	clear: left;
}

@media screen and (min-width: 40em) {
	.g li {
		width: 33.3333333333333333%;
	}
	.g li:nth-child(3n+1) {
		clear: left;
	}
	.g li:nth-child(odd) {
		clear: none;
	}
}
@media screen and (min-width: 55em) {
	.g li {
		width: 25%;
	}
	.g li:nth-child(4n+1) {
		clear: left;
	}
	.g li:nth-child(3n+1) {
		clear: none;
	}
}
@media screen and (min-width: 72em) {
	.g li {
		width: 20%;
	}
	.g li:nth-child(5n+1) {
		clear: left;
	}
	.g li:nth-child(4n+1) {
		clear: none;
	}
}
@media screen and (min-width: 90em) {
	.g li {
		width: 16.666666666%;
	}
	.g li:nth-child(6n+1) {
		clear: left;
	}
	.g li:nth-child(5n+1) {
		clear: none;
	}
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/


.wuc-logo img {width:700px !important;}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
