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

.t-only {
	display: block;
}

.m-only, .d-only, .w-only {
	display: none;
}

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

p {
    margin: 0px 0px 20px 0px;
    line-height: 28px;
}
    
header .inner {
    width: 100%;
}
.logo {margin: 0 0 0 30px;}
/* NAV ELEMENTS ************************************************** */

nav {
   	position: relative;
    float: left;
    width: 100%;
    height: auto !important;
    border: none;
}
    
.flexnav {	
	padding: 0px;
	margin: 0px;
    overflow: hidden;
}
	
.flexnav-show {
	/*border-top: 1px solid #e8e8e8;*/
}

.flexnav li ul {
    width: 100%;
    position: relative;
}
	
.flexnav li {
    width: 100%;
    float: left;
    text-align: center;
}

.flexnav li a {
    float: left;
    width: 100%;
    padding: 17px;
    border-top: 1px solid #5d6984;
} 

.flexnav .touch-button {
    display: block;
}
    
.menu-button {
    display: block;
}
    
/* FEATURED ****************** */
    
.featured .inner {width: 84%; }
.featured_slider .slide {
    padding-bottom: 0;
    height: 300px;
}
.featured h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    text-shadow: -3px 3px 16px #000000;
}
.featured h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.featured p {
    font-size: 16px;
    line-height: 19px;
    padding-right: 0;
    max-width: 100%;
}    

.nav-arrows .arrow {
    width: 35px;
}


/* LAYOUT ELEMENTS *********************************************** */

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

.w30_left, .w30_right {
	width: 30%;	
}

.w40_left, .w40_right {
	width: 40%;	
}

.w50_left, .w50_right {
	width: 50%;	
}

.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%;
}
	
.sidebar {
	width: 90%;
	display: block;
	vertical-align: auto;
	margin-left: 0%;
}
    
.ctaitem {
    width: 25%;
    padding: 15px 10px 20px;
    background-position: center top;
    background-size: 94px;
}
.ctaitem h2 {
    margin-top: 95px;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
}
.ctaitem h2 br {display: none;}
    
.subscribe .inner { width: 100%; min-height: 0px;
    background-position: -185px top !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    }
.subscribe h2 {font-size: 34px;}
.subscribe form {
    width: 80%;
    margin: auto;
} 
    
.flex-direction-nav li a {
    width: 39px !important;
    height: 50px !important;
    margin: -55px 0 0 !important;
    top: 60% !important;
}
.testimonialslider .flex-direction-nav li .prev {
    background-position: 20px 0px !important;
    background-size: contain !important;
}
.testimonialslider .flex-direction-nav li .next {
    background-position: -19px 0 !important;
    background-size: contain !important;
}
  
.client_logos {margin: 20px 0; }
.client_logos h2 { font-size: 24px; margin: 0 0 30px 0;}
.client_logos ul li {float: left; width: 20%; display: inline-block; padding: 1% 4%;}

    
footer p {
    float: right;
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0 0;
}    
    
    
    
}