@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#161616;
	
	}
	
.wrapper {
	width:90%;
	margin:0 auto;
	
	
	}
	
h2 {
	font-style:italic;
	margin:0px;
	
	}
	
a {
	color:#f68500;
	text-decoration:underline;
	
	}

.breadcrumbs {
	font-size:12px;
	color:#f68500;
	margin-bottom:20px;
	
	
	}
	
	.subbox {
		float:left;
		width:75%;
			border:1px solid #d7d7d7;
			margin-left:-1px;
			z-index:111;
	
	color:#161616;
	border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
	font-size:16px;
		
		}
		
		.subnav {
		float:left;
		width:25%;
		z-index:222;
		text-decoration:none;
		
		}
		
		.subnav a{
		text-decoration:none;
		
		}
		
		
.subnav1_active {
	border:1px solid #d7d7d7;
	right:10px;
	border-right:1px solid #fff;
	text-decoration:none;
	color:#f68500;
	font-weight:bold;
	border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
	padding:10px;
	font-size:16px;
	}
	
.subnav1 {
	
	border-bottom:1px solid #d7d7d7;
	
	color:#161616;
	text-decoration:none;
	
	padding:10px;
	font-size:16px;
	}
	
.subnav1 a{
	

	
	color:#161616;
	text-decoration:none;
	

	}

.logo {
	float:left;
	
	}
.navbar2 {
	float:right;
	margin-top:20px;
	
	}
	
.navbar1 {
	padding:15px 0px;
	margin:0px;
	background-color:#fff;
	color:#161616;
	
	width:100%;
	
	
	}
	
.navbar3 {
	padding:8px 0px;
	margin:0px;
	background-color:#323232;
	color:#FFFFFF;
	text-align:right;
	z-index:999999999;
	width:100%;
	
	
	}
	
.formbar {
	text-align:center;
	width:100%;
	font-size:35px;
	line-height:35px;
	font-weight:600;
	margin:50px 0px;
	
	
	}
	
.orange1 {
	font-style:italic;
	color:#f68500;
	font-weight:700;
	
	}
	
.widgetfield {
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
	background-color:#Fff;
	border:1px solid #323232;
	width:280px;
	height:60px;
	padding:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	outline:none;
	float:left;
	margin:3px;
	cursor:pointer;
	
	}
	
	.formfield {
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
	background-color:#Fff;
	border:1px solid #323232;
	width:45%;
	height:60px;
	padding:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	outline:none;
	margin:3px;
	cursor:pointer;
	
	}

.widgetlist {
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
	background-color:#Fff;
	outline:none;
	float:left;
	margin:3px;
	cursor:pointer;
	border:1px solid #323232;
	width:280px;
	background-image:url(../images/formdrop.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding:10px;
	}
	
.formlist {
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
	background-color:#Fff;
	outline:none;
	margin:3px;
	cursor:pointer;
	border:1px solid #323232;
	width:280px;
	background-image:url(../images/formdrop.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding:10px;
	}


.widgetbutton {
	outline:none;
	cursor:pointer;
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
	background-color:#f68500;
	border:1px solid #f68500;
	width:120px;
	padding:10px;
	height:60px;
	margin:3px;
	color:#FFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	
	}
	
.widgetbutton:hover {
	background-color:#FFA842;
	
	}
	
.arrow {
	position: absolute;
	left: 103px;
	top: -24px;
	}
	
.box1 {
	border:1px solid #d7d7d7;
	padding:40px 20px;
	
	color:#161616;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:16px;
	
	}
	
.tribox {
	width:33%;
	float:left;
	margin:20px 0px;
	text-align:center;
	
	
	}
	
.bigbutton {
	background-color:#f68500;
	padding:20px 20px;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	width:50%;
	font-weight:600;
	margin:50px auto 80px auto;
	 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size:22px;
	
	}

.bigbutton:hover {	
background-color:#FFA842;
}
	
.newsbox {
	float:left;
	width:25%;
	background-color:#161616;
	height:300px;
	color:#FFFFFF;
	position:relative;
	background: url(#) no-repeat top center;
	webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	}
	
.newstext{
	position:absolute;
	bottom:0;
	width:100%;
	
	
	
	}
	
.footer {
	background-color:#323232;
	border-top:#f68500 4px solid;
	padding:30px 0px;
	color:#FFF;
	
	
	}
	
.footercol {
	float:left;
	width:20%;
	margin-right:10px;
	}
	
.footercol2 {
	float:left;
	width:17%;
	margin-right:20px;
	}
	
.footercol li{
	list-style:none;
	font-weight:600;
	padding:5px 0px;
	font-size:18px;
	margin-right:10px;
	color:#FFFFFF;
	
	
	}
	
.footercol li a{
	color:#FFFFFF;
	text-decoration:none;
	
	
	}
	
.footercol2 li a{
	color:#FFFFFF;
	text-decoration:none;
	
	
	}
	
.footercol2 li{
	list-style:none;
	margin-right:20px;
	font-weight:300;
	border-bottom:1px solid #FFFFFF;
	padding:10px 0px;
	
	
	
	}
	
.photo_tile {
	width:32%;
	height:200px;
	background-color:#E2E2E2;
	float:left;
	margin:4px;
	background: url(#) no-repeat top center;
		margin:2px;
		 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	
	}
	
.vidthumb {
		
		margin:2px;
		width:99%;
		float:left;
		background-color:#CCC;
		
		
		}
	.news_date {
		font-style:italic;
		
		
		}
		
		.newsbox2 {
			padding:30px 0px;
			border-bottom:1px solid #f68500;
			min-height:200px;
			
			}
			
		.newsimg {
			float:left;
			margin-right:20px;
			margin-bottom:20px;
			width:200px;
			height:150px;
			background: url(#) no-repeat top center;
		 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
			
			}


.staff_box {
	float:left;
	text-align:center;
	margin:10px;
	
	
	}
	.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:9999999999;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	z-index:9999999999999;
  margin: 20% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align:left;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-weight:600;
 font-family: 'Muli', sans-serif;
}

.close {
	z-index:9999999999999;
	
	}
.popup .close {
	
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  opacity: 1 !important;
}
.popup .close:hover {
  color:#F68500;z-index:9999999999999;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  z-index:9999999999999;
}

.ui-icon-triangle-1-e {
    background-position: -32px -129px!important;
}
.ui-icon-triangle-1-s {
    background-position: -64px -127px!important;
}