@media screen and (min-width:481px) and (max-width:1025px) { 

.t-only {
	display: block;
}
.t-none {display: none;}
.m-only, .d-only, .w-only {
	display: none;
}
body {background-size: 210%;}

.inner {
	width: 100%;
	margin: auto;
}

header .inner {
    width: 100%;
}

.logo {
	display: inline-block;
	width: 75%;
	max-width: 250px;
	max-height: 100px;
	margin: 0 0 20px 0;
}
.content_outer { width: 90%;
    margin: 50px auto 30px;
    padding: 30px;
}
.content_header_crop { height: 70px;}
h1 {font-size: 24px; margin: 0px 0px 10px 0px;}
h2 {font-size: 18px; margin: 10px 0px 7px 0px;}
h3 {font-size: 16px; margin: 10px 0px 7px 0px;}
p {font-size: 14px; margin: 0px 0px 10px 0px; line-height: 19px;}

.featured .inner {padding: 8% 0 0 5%;}
.featured h2 { font-size: 34px; line-height: 36px; margin:0px 0 2px 0;}
.featured h3 { font-size: 22px; line-height: 24px; margin:0 0 0px 0; font-weight: normal;}
.featured .button {font-size: 12px;  margin:10px 0px !important; padding: 12px 20px;}
.flex-direction-nav {display: none;}

/* NAV ELEMENTS ************************************************** */

nav {width:100%; top: 0px; border: none;}
	
.flexnav-show {}

.flexnav li ul {
    width: 100%;
}
	
.flexnav li {width: 50%; display: inline-block; float: left; list-style: none; border-left: 2px solid #006940; border-bottom: 2px solid #006940;}
.flexnav li:nth-last-of-type(1) {
border-right: 2px solid #006940;	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px; margin-bottom: 20px;
}
.flexnav li:nth-last-of-type(2) {
border-left: 2px solid #006940;	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 20px; margin-bottom: 20px;
}
.flexnav li:nth-of-type(1) {
	border-bottom-left-radius: 0px; border-top: 2px solid #006940;
}
.flexnav li:nth-of-type(2) {
	border-top: 2px solid #006940;
}
.flexnav li:nth-of-type(even) {
	border-left: none;
}
.flexnav li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.staff img { width: 35%; margin: 0 0 30px 20px;}

.sidebar_rhs {width: 36%; margin:43px 0 0 0; padding:10px 15px; }
.sidebar_rhs a { width: 100% !important;}
.sidebar_rhs .button {margin: 5px 0 !important; padding:15px 5px; }

.w65_left {width: 60%;}
	
/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 20%;	
}

.w30_left, .w30_right {
	width: 30%;	
}
.w33_left {
	width: 100%;	
	float: left;	
	padding-right: 0px;
}
.w40_left, .w40_right {
	width: 40%;	
}

.w50_left, .w50_right {
	width: 50%;	
}
.w55_left, .w55_right {
	width: 100%;
	float: left;
}
.w60_left, .w60_right {
	width: 60%;	
}

.w70_left, .w70_right {
	width: 70%;	
}

.w80_left, .w80_right {
	width: 80%;	
}

.w100_left, .w100_right {
	width: 100%;	
}
	
.w70-inline {
	display: block;
	width: 100%;
}
.contact_page_column {width: 100%;}
	
.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 0%;
}
.content .inner .w100_left { padding: 30px 0px;}
.home_text_content {float:left; width:100%;}	
.home_text_content h1 { font-size: 28px; line-height: 38px; width: 100%; margin-bottom: 20px; }
.home_text_content p { line-height: 20px; margin-bottom: 20px; }
	
.home_panels_outer {margin: 10px 0 0 0;}
.home_panels_outer a {
	float: left;
	display: inline-block;
	width: 33.33%;
    width: calc(100% / 3);
	position: relative;
	color: #ffffff;
	text-decoration: none;
}
.home_panels_outer a img {
	float: left; 
	width: 100%;
}
.home_panel_text {
	position: absolute;
	padding: 5px 6%;
}
.home_panel_text h2 {font-size: 20px; color: #ffffff;}	
.home_panel_text p { font-size: 12px; color: #ffffff;}		
	
/* Gallery ********************************** */

.imggallery {width: 50%; padding-bottom: 30%;}
.imggallery a {padding: 22% 20px 0;}
	
/* NAVIGATION ELEMENTS ********************************************* */
.flexnav {	
	padding: 0px;
	margin: 0px;
}

}