html, body{
	height:100%;
}

header{
}
header .logo{
	float:left;
	width:200px;
	height:92px;
	padding:15px 0;
}
#nav {
	float:right;
	margin:20px 0 0 0;
}
#nav .account-nav {
    list-style: none;
    margin: 0 0 45px 0;
	text-align:right;
}
#nav .account-nav > li {
    display: inline-block;
	text-align:center;
	padding:0 0 0 20px;
}
#nav .account-nav > li > a{
	color: #33b44a;
	font-weight:600;
}
#nav .account-nav > li > a:hover{
	color:#333333;
}
#nav .main-nav {
    list-style: none;
    margin: 0;
}
#nav .main-nav > li {
    display: inline-block;
    position: relative;
	margin:0;
	padding:0 15px;
	border-right:#33b44a 2px solid;
}
#nav .main-nav li a{
	font-size:18px;
	color: #33b44a;
    display: block;
    padding: 0;
    z-index: 10;
    position: relative;
	font-weight:600;
	text-transform:uppercase;
}
#nav .main-nav li a:hover, #nav .main-nav li.current-menu-item a{
	color:#333333;
}
#nav .main-nav > li:last-child {
	border:none;
	padding:0 0 0 15px;
}
/* Sub nav */
#nav .main-nav > li > ul{
	display:none;
	position:absolute;
	left:0;
	z-index:100;
	background:#fff;
	list-style: none;
    margin: 0;
	min-width:100%;
	padding:20px 0 10px 0;
	border-radius:0 0 10px 10px;
}
#nav .main-nav > li:hover > ul{
	display:block;
}
#nav .main-nav > li > ul > li{
	padding:5px 15px 5px 15px;
}


/* Home Slider */
#slideshow li{
	height:400px;
}
#slideshow .slide-content{
	width:400px;
	visibility:hidden;
	padding:50px 0;
}
#slideshow .slide-content h2{
	font-size:36px;
	line-height:42px;
	margin:0;
	padding:0 0 20px 0;
	font-weight:600;
}
#slideshow .slide-content h3{
	font-size:23px;
	line-height:27px;
	margin:0;
	padding:0 0 20px 0;
	font-weight:600;
}

	


#content{
	background:#999999;
	padding:60px 0;
}
#content .intro{
	padding:0 160px;
}
#content p{
	color:#fff;
	font-size:23px;
	line-height:27px;
	font-weight:600;
	margin:0;
	padding:0 0 15px 0;
	text-align:center;
}
#content .search-box p{
	color:#fff;
	font-size:23px;
	line-height:27px;
	font-weight:600;
	margin:0;
	padding:15px 0 15px 0;
	text-align:center;
}


#jobs-area{
	padding:35px 0;
}



#cta-boxes{
	padding:45px 0 25px 0;
	/*background: url('../images/home-cta-bg.jpg') 0 0 no-repeat;*/
	background: url('../images/contact-header.jpg') 0 0 no-repeat;
	background-size:cover;
}
#cta-boxes .cta-box{
	padding:20px;
	border:#aacf38 3px solid;
	border-radius:10px;
	background:rgba(255,255,255,0.80);
	text-align:center;
}
#cta-boxes .cta-box h3{
	font-size:32px;
	line-height:36px;
	margin:0;
	padding:0 0 10px 0;
}
#cta-boxes .cta-box hr{
	width:70%;
	background:#333;
	border:none;
	height:3px;
	margin:0 auto 25px auto;
	padding:0;
}
#cta-boxes .cta-box p{
	padding:0 10px 25px 10px;
	margin:0;
}
#cta-boxes .cta-box.green{
	border:#aacf38 3px solid;
	background:#aacf38;
}




footer.footer{
	margin-top:30px;
	background:#e7e7e7;
	padding:20px 0;
}
body.home footer.footer{
	margin-top:0;
}
footer .logo{
	width:200px;
}
footer .logo img{
	width:100%;
	height:auto;
}
footer .footer-nav{
	list-style:none;
	margin:0 0 5px 0;
}
footer .footer-nav li{
	margin:0;
	padding: 0 0 5px 0;
}
footer .footer-nav li a{
	color:#333;
}
footer .footer-nav li a:hover{
	text-decoration:underline;
}
footer .signoff p{
	font-size:14px;
	line-height:18px;
	margin:0;
}
footer .signoff a{
	color:#333;
}



/* BX Slider */

.bx-wrapper{
	position: relative;
	*zoom: 1;
}

.bx-wrapper .bx-viewport {
	overflow:hidden;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	left:50%;
	bottom:10px;
	transform: translate(-50%);
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	*zoom: 1;
	margin-bottom:10px;
}

.bx-pager-item{
	display:inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
	border:2px solid #fff;
}


article#post-41 .vc_single_image-wrapper img{max-width: 200px;}


a#pull{display:none;}

@media only screen and (max-width: 1289px) {
	#content .intro {padding: 0 30px;}
}

@media only screen and (max-width: 959px) {
	#cta-boxes .cta-box h3 {font-size: 26px; line-height: 30px;}
	footer .logo {width: 100%;}
	#menu-footer-menu-1{margin-left:30px;}
	
}

@media only screen and (max-width: 767px) {
	#content .intro {padding: 0 10px;}
	#cta-boxes .cta-box {padding: 20px 10px 0 10px;}
	footer .logo {width: 200px;margin-bottom:20px;}
	#menu-footer-menu-1{margin-left:0;}
	#content {padding: 30px 0;}
	#content p{font-size:18px; line-height:24px;}
	
}

@media only screen and (max-width: 479px) {
	
	
}