@import url('/css/default.css');
@import url('/css/cms.css');
/*@import url('/css/DropMenu.css');*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700);
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

/* Generic Styles
----------------------------------------------- */
html {
	font-size: 100%;
	}
	
body {
	background: #fff;
	font-size: 13px;
	line-height: 140%;
	font-family: sans-serif;
	font-weight: 300;
	color: #191919;
	margin:0px;
	}
	
.clear {
	clear: both;
	}

.center {
	text-align: center;
	}
	
.vspacer {
	min-height: 500px;
	}
		
.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	}
	
.overflow {
	overflow-x: visible;
	overflow-y: visible;
	}

.overall li {
	font-size: 0.813em;
	}
		
img.content_border_top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
	
img.logo_feature {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;	
}
	
img.rcol {
	border: 2px solid #CCCCCC;
	width: 100%;
	max-width: 263px;
	max-height: 192px;
	}
	
img.rcol_plain {
	width: 100%;
	max-width: 180px;
	max-height: 98px;
	float: left;
	margin: 0 10px 10px 0;
	}

.rcol_solution_wrap {	
	float: left;
	width: 180px;
	max-height: 180px;
	margin: 0 10px 10px 0;
	text-align: center;
	}
		
img.rcol_solutions {
	max-width: 100%;
	max-height: 180px;
	}

img.rcol_logo {
	width: 100%;
	max-width: 140px;
	display: block;
	}
		
#menu-icon,
#menu2,
.mobilediv,
.hidden,
.mobile {
	display: none;
}	

.textshadow {
	text-shadow: 1px 1px 3px #000;
	/*behavior: url('/js/PIE.htc');*/
	}
	
.inset {
	text-shadow: -1px -1px 0 rgba(201, 112, 42, 0.5);
	}
	
.inset2 {
	text-shadow: -1px -1px 0 rgba(178, 99, 37, 1);
	}
	
.inset3 {
	text-shadow: -1px -1px 0 rgba(112, 112, 112, 0.5);
	}
	
.shadow {
	-moz-box-shadow: 0px 3px 3px 0px #666666;
	-webkit-box-shadow: 0px 3px 3px 0px #666666;
	box-shadow: 0px 3px 3px 0px #666666;
	}

.curve4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    }
    
.curve8 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    }
    
.curve8half {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    }
    
.sepheight,
.sepheight .twelvecol {
	height: auto;
	height: 1px;
	position: relative;
	}

.sepheight img {
	position: absolute;
	top: 0;
	}
	
.sepheight .twelvecol
.hsep {
	height: 1px;

	}
	
.container_hsep {
	overflow: hidden;
	position: relative;
	height: 1px;
	}
		
img.vsep {
	width: 2px;
	max-width: 2px;
	height: 100%;
	min-height: 300px;
	display: block;
	}
	
.vsep {
	float: left;
	}
	
.vsep.last {
	display: none;
	}
	
.overall {
	max-width: 1140px;	
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	}

.border_overall_l,
.border_overall_r {
	width: 1px;
	max-width: 1px;
	height: 100%;
	z-index: 82;
	}
	
.border_overall_l {
	position: absolute;
	left: 20px;
	top: 0;
	}

.border_overall_r {
	position: absolute;
	right: 20px;
	top: 0;
	}	
	
.sm_border_l {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	max-width: 1px;
	z-index: 70;
	}
	
.third {
	padding: 35px 0 18px 6%;
	}	
	
.third_mid {
	padding: 18px 0 18px 0;
	}	
	
.third_last {
	padding: 18px 6% 18px 0;
	}
		
img.product_med {
	width: auto;
	height: auto;
	max-width: 240px;
	max-height: 240px;
	}

product_large {
	height: 100%;
	}
	
img.product_large {
	max-height: 100%;
	}

.solution_topper_content img.product_large {
	max-height: 100%;
	max-width: none;
	}

img.radial_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	}

.contained {
	position: relative;
	}

.topper_content ul,
.container_content ul {
	margin: 0 0 0 10px;
	}
		
.topper_content li,
.content_section li {
	list-style: disc;
	padding: 0
	}

.content_icon {
	position: absolute;
	left: 0;
	
	}
		
/* Form Styles
----------------------------------------------- */
/*Contact Us Form */

.contact-form .form-row {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    padding-top: 5px;
	}

.contact-form form label {
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 40%;
	}

/*.contact-form input {
    border: 1px solid #999999;
    color: #333333;
    margin: 0;
    padding: 3px 2px 3px 3px;
    width: 40%;
	}*/
	
/*.contact-form input.submit:hover {
	background: #6BCC4F;
	}*/
	
.contact-form input {
	border: 1px solid #999;
	width: 40%;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	}

.contact-form input.button {
	width: 99px;
	border: none;
	height: 34px;
	line-height: 34px;
	display: block;
	padding: 0 0 0 0px;
	}

			
.contact-form textarea {
    border: 1px solid #999999;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 3px;
    width: 40%;
	}
	
/* Nav Styles
----------------------------------------------- */
.navlogo {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	}
	
#topnav {
	position: relative;
	max-width: 1140px;
	}
	
#top {
	overflow: visible;
	position: relative;
	width: 100%;
	max-width: 1140px;
	z-index: 90;
	} 
	
.nav_container {
	width: 100%;
	background: url('/media/structure/v3_bg_nav.png') repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	}

.secondNav {
	background: url('/media/structure/v3_bg_midnav.png') repeat-x;
	}	

/* Header Styles
----------------------------------------------- */
#header {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1140px;
	}

.tollfree {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	font-size: 1em;
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 80;
	}

.tollfree {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	font-size: 1em;
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 80;
	}
	
.tel {
	font-weight: 400;
	}
	
.header_text {
	height: 66px;
	line-height: 66px;
	z-index: 1;
	text-align: right;
	color: #ababab;
	font-size: 30px;
	background: url('/media/structure/v3_bg_content_title.png') no-repeat right bottom;
	}

.content_logo {
	height: 66px;
	line-height: 66px;
	background: url('/media/structure/v3_bg_contentlogo.png') no-repeat;
	}
		
.content_logo img {
	margin: 20px 0 0 0;
	}
	
.content_slider {
	padding: 42px 0 0 0;
	}

.bg_header {
	margin: 23px auto 35px auto;
	}
		
/*.content_header {
	position: relative;
	width: 100%;
	max-width: 1140px;
	z-index: 80;
	margin: 0;
	background: blue;
	}*/

#slideNav_content img.bannerfrog {
	width: 20%;
	position: absolute;
	bottom: 50px;
	left: 2%;
	z-index: 82;
	}
		
.content_nav {
	position: relative;
	background: #fff;
	z-index: 80;
	width: 100%;
	text-align: center;
	background: url('/media/structure/v3_bg_contentnav.png') repeat-x left bottom;
	}
	
.content_nav_wrap {
	display: block;
	background: #fff;
	position: relative;
	width: 100%;
	white-space: nowrap;
	}
	
.content_nav li {
	display: inline-block;
	text-align: center;
	height: 30px;
	}

.content_nav li img {
	display: block;
	width: 120px;	
	}

.content_nav li:hover {
	cursor: pointer;
	background: url('/media/structure/v3_bg_contentnav_hov.png') no-repeat 0 bottom;
	}

.content_nav li.nav_active {
	background: url('/media/structure/v3_bg_contentnav_hov.png') no-repeat 0 bottom;
	}
	

	
/* Home Page Flowplayer styles
----------------------------------------------- */
.homebg {
	height: 100%;
	}
		
.overlay,
#overlay {
    padding: 20px;
    width: 551px;
    display: none;
    background: url('/media/structure/blank.gif') #fff;
    border: none;
	}


.close {
    background: url('/media/structure/close.png') no-repeat;
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 90;
}

#player {
	width: 551px;
    height: 327px;
    display: block;
}

img.play {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 50%;
	margin-top: -55px;
	}

.midshadow {
	position: absolute;
	}
	
/* Video Container
----------------------------------------------- */
.container_video {
	margin: -7px 0 0 0;
	background: url('/media/structure/v3_bg_mid.png') repeat-y 50% 0 #909090;
	border-bottom: 1px solid #5C5C5C;
	}

.midbg {
	width: 100%;
	height: 200px;
	position: absolute;
	z-index: -1;
	}
		
.videobox {
	width: 464px;
	height: 291px;
	background: url('/media/structure/v3_fileshadow.png') no-repeat 50% bottom;
	margin: 16px; 0 0 0;
	}
	
.videobox iframe {
	border: 8px solid #fff;
	}

/* Box Styles
----------------------------------------------- */
.boxbar {
	margin-top: 20px auto;
	padding: 0 20px 20px 20px;
	}
	
.box {
	width: 100%;
	margin: 34px 0 0 0;
	overflow: hidden;
	}

.box_img {
	width: 100%;
	max-width: 265px;
	max-height: 140px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
	}
	
.box_heading {
	width: 100%;
	max-width: 265px;
	padding: 10px 0;
	position: absolute;
	left: 2px;
	bottom: 0px;
	background: url('/media/structure/v3_bg_boxheader.png');
	}
	
.box_content {
	font-size: 0.875em;
	line-height: 140%;
	padding: 0;
	z-index: 2;
	}

.box_content.fixheight {
	max-height: 145px;
	height: 145px;
	}
	
/*.box_content a.button {
	font-size: 0.875em;
	position: absolute;
	bottom: 0;
	right: 0;
	}
*/	
.box_content.varheight {
	height: 100%;
	max-height: 100%;
	}
	
.box_content.testimonial p {
	text-align: justify;
	text-justify: inter-word;
	}

.boxbar .box_heading h1,
.boxbar .box_heading h1 a {
	font-size: 1.063em;
	color: #F78A34;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: none;
	text-align: center
	}

.sidebar {
	margin: 0 0 40px 0;
	}
	
.sidebar .box_heading h1,
.sidebar .box_heading h1 a {
	font-size: 1em;
	color: #F78A34;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	}

.sidebar .box_tagline {
	font-size: 0.9em;
	font-weight: 400;
	color: #333;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: none;
	padding: 0 0 0 2px;
	display: block;
	}
	
.box_heading h1 a:hover {
	text-decoration: none;
	color: #333;
	}

.newsbox_heading h2 {
	font-weight: 700;
	}
		
.newstitle {
	width: 100%;
	height: 96px;
	border-bottom: 1px solid #9f9f9f;
	}
				
.box_title h1 {
	font-family: "News Cycle", sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 18px 0;	
	color: #6b6b6b;
	text-transform: uppercase;
	}

.newstitle h1 {
	font-family: "News Cycle", sans-serif;
	font-weight: 700;
	line-height: 96px;
	font-size: 42px;
	margin: 0 0 0px 0;	
	color: #F78A34;
	}
	
.container_newsbar {
	background: url('/media/structure/v3_bg_lowborder.png') repeat-x left bottom #d8d8d8;
	}

.newsbox_border {
	border-top: 1px solid #9f9f9f;
	}
		
.newsbox_bottom {
	border-top: 1px solid #fff;
	margin: 0 0 42px 0;
	}

.boxbar_solutions {
	margin: 40px 0 0 0;
	border-top: 1px solid #5C5C5C;
	}	
					
/* Home Page Styles
----------------------------------------------- */
.container.container_home {
	padding: 70px 20px 0 20px;
	}
	
.rotator {
	position: relative;
	overflow: hidden;
	margin: 30px 0 20px 0;
	}

#slider img.bannerfrog {
	width: auto;
	position: absolute;
	bottom: 2%;
	left: 2%;
	z-index: 82;
	}

img.bannerfrog {
	width: 25%;
	position: absolute;
	bottom: 5px;
	left: 2%;
	z-index: 82;
	}
	
.home_news_wrap {
	width: 100%;
	min-height: 180px;
	max-height: 350px;
	padding: 22px 0 22px 6%;
	clear: both;
	position: relative;
	border-top: 1px solid #fff;
	}
	
.newsdate {
	text-transform: uppercase;
	width: 58px;
	height: 62px;
	background: #fff;
	float: left;
	position: relative;
	float: left;
	margin: 0;
	}
	
.month,
.day,
.year {	
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	}

.newsdate {
	overflow: hidden;
	border: 1px solid #fff;
	}
	
.newsdate_wrap {
	height: 20px;
	line-height: 20px;
	background: #8e8e8e;
	text-align: center;
	color: #fff;
	}
				
.month {
	font-size: 13px;
	}

.day{
	height: 42px;
	line-height: 34px;
	font-family: 'News Cycle', sans-serif;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	color: #F78A34;
	}
	
.year {
	font-size: 1em;
	}

.article {
	width: 56%;
	padding: 0 5% 0 5%;
	float: left;
	color: #fff;
	font-size: 0.90em;
	line-height: 140%;
	}
	
.article .more {
	position: absolute;
	bottom: 0;
	}

.vid_blurb {
	margin: 40px 0 50px 0;
	}

.vid_blurb p {
	font-size: 16px;
	line-height: 160%;
	color: #2E2D2D;
	}
	
.vid_blurb h1 {
	color: #fff;
	text-transform: uppercase;
	}

/* Content Page Styles
----------------------------------------------- */
.content_logo h1 {
	font-family: "News Cycle", sans-serif;
	font-weight: 700;
	font-size: 42px;
	margin: 0 0 0px 0;	
	color: #F78A34;
	}
	
.topper_content {
	padding: 0;
	}
		
.topper_content h2 {
	color: #474747;
	}
			
.container_content {
	margin: 0;
	}

.container .image {
	/*width: 48%;*/
	margin: 1%;
	display: inline-block;
	}
	
.container .details {
	width: 48%;
	float: left;
	}
	
.container .details h2 {
	margin: 0 0 12px 0;
	text-transform: capitalize;
	font-size: 16px;
	}
	
h2.tagline {
	font-size: 21px;
	font-weight: 900;
	margin: 0;
	}
	
.content_title {
	font-size: 2.438em;
	text-transform: uppercase;
	color: #000;
	}

.list_section {
	/*height: 223px;*/
	height: 223px;
	min-height: 223px;
	padding: 2.25%;
	/*background: url('/media/structure/bg_list.png') repeat-x #fff;*/
	}

.solution_list {
	background: url('/media/structure/bg_list.png') repeat-x #fff;
	}
		
.half_section {
	width: 45.5%;
	float: left;
	}

.content_section {
	position: relative;
	background: #EFEFEF;
	margin: 0 0 40px 0;
	border: 1px solid #ADADAD;
	}
	
/* Client Profile Page Styles
----------------------------------------------- */
.profile_banner {
	position: relative;
	max-height: 204px;
	overflow: hidden;
	margin: 0 0 40px 0;
	}
	
.profile_banner img {
	display: block;
	}

.whitewash {
	position: absolute;
	height: 100%;
	}

.profile_blurb {
	width: 50%;
	position: absolute;
	padding: 1% 2%;
	}
	
.sidbar.whitewash {
	height: 100%;
	min-height: 180px;
	}
	
.client_banner_content {
	width: 94%;
	position: absolute;
	left: 38px;
	top: 25%;
	}
	
.client_logo {
	display: inline-block;
	max-height: 114px;
	margin: 0 20px 0 0;
	vertical-align: top;
	}
	
.client_logo img {
	max-height: 114px;
	max-width: 100%;
	}
	
.client_deets {
	display: inline-block;
	vertical-align: top;
	}
	
.client_deets h1 {
	font-size: 2.438em;
	}

.profile_logo_container {
	max-width: 258px;
	height: 164px;
	max-height: 164px;
	z-index: 100;
	}
				
.profile_logo img {
	display: block;
	width: 100%;
	max-width: 100%;
	}

.profile_image {	
	float: right;
	width: 48%;
	}
	
.profile_whitewash {
	height: 100%;
	position: absolute;
	left: 0;
	}

/* Solutions Page Styles
----------------------------------------------- */	
.solution_topper_content {
	padding: 0 0 0 50px;
	position: relative;
	}
	
.solution_content {
	padding: 36px 56px;
	position: relative;
	color: #474747;
	}

.solution_content li {
	margin: 0 0 15px 15px;
	}
	
.bg_testimonial {
	/*min-height: 218px;*/
	padding: 0 0 0 30px;
	}

.testimonial p {
	font-size: 16px;
	color: #F78A34;
	}
	
.testimonial em {
	display: block;
	margin: 15px 0 0 0;
	color: #919191;
	}

.solution_content_key {
	position: relative;
	padding: 0 0 0 56px;
	margin: 36px 0 0 0;
	}
	
.solution_content_key h2 {
	margin: 0;
	font-size: 21px;
	line-height: 100%;
	color: #474747;
	}

.key {
	left: 18px;
	}
	
			
/* Applications Page Styles
----------------------------------------------- */	
.app_title {
	line-height: 66px;
	margin: 0;
	}
	
.application_gallery {
	margin: 0 0 50px 0;
	}
	
.gallery_img {
	float: left;
	}
	
.gallery_img img {
	}

/* News Page Styles
----------------------------------------------- */
.news {
	margin: 0 0 10px 0;
	}
	
.news_date,
.news_title,
.news_byline {
	display: block;
	}
	
.news_date {
	font-size: 0.688em;
	}

.news_date_list {
	font-size: 1em;
	}
	
.news_title {
	font-size: 1.25em;
	font-weight: 400;
	}

.news_title a {
	color: #000;
	}
		
	
/* Footer Styles
----------------------------------------------- */
.footer_bg {
	background: url('/media/structure/v3_bg_footer.png');
	}
	
.footer {
    min-height: 115px;
    font-size: 12px;
	position: relative;
	margin: 0;
	color: #fff;
	}
	
.footer a {
	color: #fff;
	}

.footer_logo {
	text-align: right;
	padding: 0;
	}
	
.webDesignBy,
.seo {
	text-align: left;
	font-size: 0.75em;
	padding: 0;
	}
	
.webDesignBy a,
.seo a {
	/*color: #fff;*/
	}

.fcols {
	position: relative;
	}
	
.fcol1, 
.fcol2,
.fcol3,
.fcol4 {
	width: 42%;
	height: 200px;
	float: left;
	padding: 35px 0 0 20px;
	position: relative;
	}

.footersep {
	position: absolute;
	top: 20px;
	left: 0;
	}

.footersepr {
	position: absolute;
	top: 20px;
	right: 0;
	}
			
.bottomcap {
	height: 50px;
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 1024px) {
.desktop {
	display: none;
	}
	
.mobile {
	display: block;
	}
	
.container {
	padding: 0 20px;
	}

.container.content_nav {
	padding: 0;
	}
		
.navlogo {
	width: 150px;
	right: 30px;
	}

.boxbar {
	padding: 0 0 20px 0;
	}
	
.box_content a.button {
	font-size: 0.875em;
	position: relative;
	bottom: 0;
	right: 0;
	}

.box_heading {
	max-width: 100%;
	}	

img.rcol {
    
    max-width: 100%;
    width: 100%;
}
	
#slider img.bannerfrog {
	width: 120px;
	}
		
ul.mega-menu .item1, 
ul.mega-menu .item1:hover, 
ul.mega-menu .item1-active, 
ul.mega-menu .item1-active:hover {
	font-size: 13px;
	}
	
.midshadow {
	width: 96%;
	}
	
.fcol1, 
.fcol2,
.fcol3,
.fcol4 {
	padding: 35px 8px 0 8px;
	}

.solution_topper_content img.product_large {
	max-width: 100%;
	}

.container .image {
	text-align: center;
	}
	
.half_section {
	width: 100%;
	float: none;
	clear: both;
	}		
}

@media handheld, only screen and (max-width: 768px) {
/* Generic Styles
----------------------------------------------- */
h1.content_title { 
	font-size: 1.6em; 
	font-weight: 900; 
	}

.content_left table {
	font-size: 0.5em;
	}	
	
#taglines,
.vsep,
.hide {
	display: none;
	}

.mobilediv {
	display: block;
	}

img.rcol,
img.rcol_plain {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	float: none;
	}	
	
.box_content.fixheight {
    height: auto;
    max-height: 100%;
	}

.overall {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}	

.border_overall_l {
	position: absolute;
	left: 10px;
	top: 0;
	}

.border_overall_r {
	position: absolute;
	right: 10px;
	top: 0;
	}	
		
.third,
.third_mid,
.third_last {
	padding: 0 0 0 6%;
	}	

.topper_content table td,
.container_content table td,
.solution_content table td,
.topper_content table th,
.container_content table th,
.solution_content table th {
	padding: 5px;
	font-size: 0.75em;
	}
		
table.responsive { margin-bottom: 0; }
	
.pinned { 
	position: absolute; 
	left: 0; 
	top: 0; 
	background: #fff; 
	width: 35%; 
	overflow: hidden; 
	overflow-x: scroll; 
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	}
	
.pinned table { 
	border-right: none; 
	border-left: 
	none; width: 100%; 
	}
	
.pinned table th, 
.pinned table td { 
	white-space: nowrap; 
	}
	
.pinned td:last-child { 
	border-bottom: 0; 
	}
	
div.table-wrapper { 
	position: relative; 
	margin-bottom: 20px; 
	overflow: hidden; 
	border-right: 1px solid #ccc; 
	}
	
div.table-wrapper div.scrollable table { 
	margin-left: 35%; 
	}
	
div.table-wrapper div.scrollable { 
	overflow: scroll; 
	overflow-y: hidden; 
	}	
	
table.responsive td, 
table.responsive th { 
	position: relative; 
	white-space: nowrap; 
	overflow: hidden; 
	}
	
table.responsive th:first-child, 
table.responsive td:first-child, 
table.responsive td:first-child, 
table.responsive.pinned td { 
	display: none; 
	}

.sidebar {
	margin: 0 0 40px 0;
	}
	
.sidebar .bg_testimonial {
	padding: 0 20px;
	}
	
.sidebar .button {
	margin: 20px auto;
	}
	
				
/* Header Styles
----------------------------------------------- */
.content_header {
	position: relative;
	height: auto;
	margin: 0;
	}

.tollfree {
	position: relative;
	top: 0;
	right: 0;
	text-align: center;
	padding: 0 0 10px 0;
	}

.header_title {
	font-size: 1.5em;
	}
		
.header_text,
.content_logo {
	position: relative;
	text-align: center;
	width: auto;
	}

.content_logo {
	background: none;
	}
		
#slider img.bannerfrog {
	width: 20%;
	margin: 30px auto;
	}
		
.nav_container {
	background: none;
	position: static;
	padding: 0;
	}
	
#topnav {
	height: 50px;
	}
	
#topnav ul li {
	float: none;
	}
	
#topnav ul.mobile {
	overflow-x: visible;
	overflow-y: visible;
	height: auto;
	}

#menu1 {
	display: none;
	}

			
#menu-icon {
	color: #333;
	font-weight: 400;
	width: 100%;
	height: 45px;
	background: url('/media/structure/bg_nav_container.png') repeat-x;
	padding: 0px;
	margin: 5px 0 0 0;
	cursor: pointer;
	display: block;
	position: absolute;
    line-height: 40px;
    text-align: center;
	}
	
	#menu-icon:hover,
	#menu-icon.active {
		background: url('/media/structure/bg_nav_container.png') repeat-x 0 0px;
		color: #fff;
	}
	
	#menu2 {
		clear: both;
		position: relative;
		top: 44px;
		/*width: 100%;*/
		z-index: 999;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}	
	
	#menu2 li {
		clear: both;
		float: none;
		margin: 5px 0 15px 10px;
		font-weight: 400;
	}
	
	#menu2 a, 
	#menu2 ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
	}
	
	#menu2 a:hover, 
	#menu2 ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	#menu2 ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#menu2 ul li {
		margin: 15px 15px 15px 25px;
		font-weight: 300;
	}

	.mobile .section {
		visibility: visible !important;
		}

.container.container_home {
	padding: 0;
	margin: -20px 0 0 0;
	}		

/* Home Page Styles
----------------------------------------------- */
.home_news_wrap {
	min-height: 100%;
	padding: 22px 0 22px 1.5%;
	}
		
img.vsep {
	display: none;
	}
	
.home_news_wrap,
.newsbox_bottom {
	border: none;
	}

.newstitle {
	height: auto;
	}
	
.newstitle h1 {
	line-height: 120%;
	margin: 0 0 10px 0;
	}
		
.secondNav,
.container_video,
.container_boxbar {
	padding: 0;
	}

.videobox {
	margin: 16px auto;
	}

		
.midbg {
	position: relative;
	}
		
/* Box Styles
----------------------------------------------- */
.boxbar .box_title h1,
.boxbar .box_heading h1, 
.boxbar .box_heading h1 a,
.sidebar .box_title h1,
.sidebar .box_heading h1, 
.sidebar .box_heading h1 a {
    text-align: center;
	}

.boxbar .box_heading a.button.float_right,
.boxbar .box_content a.button.float_right,
.sidebar .box_heading a.button.float_right,
.sidebar .box_content a.button.float_right {
	float: none;
	margin: 10px auto;
	}

.box_img {
	width: 100%;
	max-width: 80%;
	max-height: 350px;
	margin: 0 auto;
	}
	
.solution_newsbar,
.container_newsbar,
.boxbar_solutions {
	padding: 0;
	}

.boxbar_solutions .button,
.boxbar .button {
	margin: 20px auto;
	}
	
.boxbar_solutions .testimonial {
	padding: 0 20px;
	}
		
/* Content Page Styles
----------------------------------------------- */
.content_topper {
	padding: 0;
	}
	
.topper_content {
	padding: 0;
    margin: 0;
    background: none;
	}
	
.topper_content .third,
.topper_content .third_mid,
.topper_content .third_last {
	padding: 0 0 10px 0;
	}
		
.container_content {
    margin: 0;
	}
	
.topper_content .sixcolB.last .solution_topper_content {
	background: none;
	}
	
.solution_body,
.solution_list,
.container_content {
	padding: 0;
	}
	
	
/* List Page Styles
----------------------------------------------- */
.half_section {
	width: auto !important;
	float: none;
	}
	
.list_section {
	height: 100%;
	min-height: 223px;
	position: relative;
	}	
	
.container .image.float_right,
.container .image.float_left {
	float: none;
	width: 100%;
	text-align: center;
	}


.container .image img {
	margin: 0 auto;
	}

img.product_med {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	}
		
.container .details {
	width: 100%;
	}	
	
.container .details h2 {
	white-space: normal;
	}

.container .details.client_deets {
	text-align: center;
	}

.container .details.client_deets h2 {
	font-size: 21px;
	}
.container .details.client_deets .button {
	margin: 0 auto;
	}
			
.profile_logo_container {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
	}

/* Client Profile Page Styles
----------------------------------------------- */
.profile_image {
	float: none;
	width: 100%;
	text-align: center;
	}

.profile_wrap {
	position: relative;
	}
			
.profile_banner .client_banner_content {
	display: none;
	}
		
.varheight_img {
	height: 60%;
	}

.profile_banner {
	padding: 4px 4px 0px 4px;
	}
	
.client_banner_content.mobilediv {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	}

.client_banner_content.mobilediv .client_logo {
	width: 100%;
	max-width: 100%;
	max-height: 500px;
	margin: 0;
	}
	
.client_banner_content.mobilediv .client_logo img {
	margin: 0 auto;
	display: block;
	max-height: 500px;
	}	
	
/* Solution Page Styles
----------------------------------------------- */	
.solution_topper_content img.product_large {
    max-height: none;
    max-width: 100%;
	}
	
img.product_large {
    max-height: none;
	}

/* Footer Styles
----------------------------------------------- */	
.footer_bg {
	width: 100%;
	padding: 0;
	}
	
.third {
    padding: 35px 0 18px 6%;
	}

.footer .twocol .third {
	text-align: left;
	}
	
.fcol1,
.fcol2,
.fcol3,
.fcol4 {
	width: 100%;
	float: none;
	height: auto;
	}
	
img.footersepr,
img.footersep {
	display: none;
	}

.footer_logo {
	text-align: left;
	}	
}

@media handheld, only screen and (max-width: 320px) {
.box_img {
	max-width: 90%;
    max-height: 140px;
	}
	
.content_icon {
	display: none;
	}
	
.solution_topper_content {
	padding: 0 20px;
	}

.solution_content_key {
    margin: 36px 0 0;
    padding: 0 20px;
	}
	
.solution_content,
.vid_blurb {
	padding: 0 20px;
	}
	
.box_content.testimonial p {
	text-align: left;
	}
	
.newstitle h1 {
	font-size: 32px;
	}
	
.topper_content .third, 
.topper_content .third_mid, 
.topper_content .third_last {
    padding: 0 20px;
	}
	
.container .details {
	float: none;
	}

#slider img.bannerfrog, 
#slideNav_content img.bannerfrog {
	width: 150px;
	position: relative;
	}
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}



