/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.logo{
	padding: 10px 0px;
	display: block;
}

.meta{
	float: right;
}

.meta ul{
	padding: 30px 0;
	margin-bottom: 0;
}

.tooltip {
	display:none;
	position:absolute;
	background-color:#cccccc;
	padding:0 5px 0 5px;
	color:#000;
	font-size:16px Arial;
	font-weight: bold;
}

.banner{
	background: url("../images/header.jpg") no-repeat center center;
	min-height: 300px;
}

.news{
	background: #e51c24;
	border: 10px solid #ff5158;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
color: #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.news h1, .news h2, .news h3, .news h4, .news h5{
	color: #fff;
}

.news a {
	font-weight: bold;
	color: #fff;
}

.news-item{
	line-height: 1.1 !important;
	margin-bottom: 10px;
}

.news-title{
	
}

.home-content{
	margin-top: 40px;
	margin-bottom: 40px;
}
.int-content-cont label{
	font-size: 16px;
}

.teasers{
	background: url("../images/teaser-bg.jpg") no-repeat center center;
	display: table;
	border-bottom: 10px solid #303f26;
	border-top:10px solid #303f26;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.teaser{
	background: url("../images/teaserbox-bg.png") repeat;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 40px;
    font-size: 19px;
    line-height: 24px;
    display:table-cell;
    min-height: 330px;
    
}

.teaser p{
	margin: 0;
	line-height: 30px;
	font-size: 19px;
	color: #1e2227;
}

.home_highlight{
	font-weight: bold;
	font-size: 32px;
}

.pillars{
	margin-bottom: 50px;
	margin-top: 50px;
}

.pillar{
	float: left;
	padding: 0 2.48% 0 2.48%;
}

.pillar img{
	max-width: 109px;
	height: auto;
	max-height: 109px;
}

.menu{
	max-height: 40px;
}

.menu-cont{
	background: #fff;
	border-top: 5px solid #dedede;
	border-bottom: 5px solid #dedede;
	position: relative;
	top:-20px;
	width: 1200px;
}

.nav{
	margin: 10px 0 0 0;
	padding: 0 30px 0 30px;
	
}

.nav:after {
    content: '';
    display: inline-block;
    width: 100%;
    zoom: 1;
    *display: inline;
}

.int-content-cont .submenu ul.nav-header{
	background: #e11b22;
	padding-left: 40px;
	
}

.int-content-cont .submenu ul.nav-header li{
	list-style-image: url("../images/submenu-bullet.svg");
	line-height: 1;
	margin: 0;
	padding-right: 15px;
}

.int-content-cont .submenu ul.nav-header li a{
	color: #fff;
	font-size: 24px;
	padding: 10px;
	display: block;
	margin-bottom: 1px;
	background: url("../images/menu-bullet.svg") right center no-repeat;
	
}

.int-content-cont .submenu ul.nav-header li:hover{
	background: #fff url("../images/bullet.svg") right center no-repeat;
}

.int-content-cont .submenu ul.nav-header li a:hover{
	
	color: #e11b22 !important;
}

.int-content-cont ul li{
	list-style-image: url("../images/bullet.svg");
	margin-left: 50px;
	line-height: 1.5;
}

.int-content-cont ul li p{
	line-height: 1.5;
}

.int-content-cont p{
	color:#4c5660;
}

.news-date{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0px;
}

.news-copy{
	margin-bottom: 0px;
}

.footer{
	background: url("../images/foot-bg.jpg") repeat;
	min-height: 200px;
	border-bottom: 10px #79a96e solid;
	border-top: 10px #79a96e solid;
}

.footer-cont{
	text-align: center;
	padding: 25px 0px;
}

.footer-cont p{
	color: #fff;
}

.footer-cont .social-btn{
	padding: 15px;
}

.meta-foot{
	min-height: 40px;
}

.meta-foot-cont{
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.TonyPopup_boxBody ul li{
	list-style-type: disc;
	margin-left: 20px;
	line-height: 28px;
}

.TonyPopup_boxBody ol li{
	margin-left: 20px;
	line-height: 28px;
}

.TonyPopup_boxBody h2 {
	font-size: 24px;
}

.TonyPopup_box{
	margin-top: 50px !important;
}

/* #MENU Styles
================================================== */

.menu ul{
	height: 46px;
	list-style:none;
	margin:0;
	padding:0;
	background:rgb(255,255,255);
	border:0 none;
	position:relative;
}

.menu ul li{
	margin:0;
	float:left;
}

.menu ul li a{
	display:block;
	padding: 13px 31px 14px;
	font-size: 19px;
	font-family: "Overlock", sans-serif;
	color: #5e9530;
	text-decoration:none;
}

.menu ul li ul{
	display:none;
	position:absolute;
	z-index:9999;
	height:auto;
	width:auto;
	top:46px;
	border: 5px solid #DEDEDE;
	border-top:none;
}

.menu ul li:hover > ul{
	display:block;
} 

.menu ul li ul li{
	float:none;
}

.menu ul li a.nav-selected,
.menu a:hover{
	background:#5e9530;
	color:rgb(255,255,255);
}
.menu ul li ul li ul{
	margin-left: 130px;
	width:200px;
}

/*


.menu ul.nav li a{
	background: url("../images/arrow.png") no-repeat;
}

.menu ul.nav li li a{
	font-size: 16px !important;
	background: url("../images/arrow_off.png") no-repeat 7px 10px !important;
}

.menu ul.nav li li a:hover{
	background: #ccc url("../images/arrow_on.png") no-repeat 7px 10px !important;
}

*/



/* #Media Queries
================================================== */

	/* Smaller than standard 1170 (devices and browsers) */
	@media only screen and (max-width: 1169px) {}

	/* Tablet Portrait size to standard 1170 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1169px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/