/************************************/
/*                                  */
/*  TABLET STYLES @ 720px - 1023px  */
/*                                  */
/************************************/


@media only screen and (min-width: 720px) {

.masthead, .menu, .carousel, .content, .footer, .footer_top { width: 720px; }

/* MASTHEAD */

.masthead_wrapper, .masthead_bkg, .masthead_pattern, .masthead { height: 720px; }
.masthead_logo {
	position: absolute;
	top: 0px;
	left: 10px;
	margin-left: 0px;
	}
.menu_wrapper { height: 50px; }
.menu {
	top: 7px;
	left: auto;
	right: 10px;
	width: auto;
	text-align: right;
	}
.menu_link, .menu_about {
	margin: 0px 0px 0px 35px;
	padding: 8px 0px 0px 0px;
	font-size: 20px;
	}
	
.slideshow_wrapper {
	width: 720px;
	height: 377px;
	top: 50px;
	}
.slide { text-align: right; }

.carousel_wrapper { 
	margin-top: -293px; 
	background-color: rgba(255,255,255,0.9); 
	-moz-box-shadow:    0px 6px 6px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 6px 6px 0 rgba(0,0,0,0.5);
	box-shadow:         0px 6px 6px 0 rgba(0,0,0,0.5);
	}
.content_wrapper { margin-top: 39px; }

.main, .sidebar { float: right; }
.main { width: 380px; }

.sb_quote_form { display: block; }
.sb_quote_titleblock { cursor: default; }
.sb_quote_plus { display: none; }

/* CAROUSEL */

.carousel_slide { 
	margin: 0px 10px; 
	float: left; 
	}
	
/* PRODUCT AND INTERNAL PAGES */

#page_products .masthead_wrapper, #page_products .masthead_bkg, #page_products .masthead, #page_about .masthead_wrapper, #page_about .masthead_bkg, #page_about .masthead, #page_contact .masthead_wrapper, #page_contact .masthead_bkg, #page_contact .masthead, #page_investor .masthead_wrapper, #page_investor .masthead_bkg, #page_investor .masthead { height: 50px; }
#page_products .content_wrapper, #page_about .content_wrapper, #page_contact .content_wrapper, #page_investor .content_wrapper { margin-top: 0px; }

.content_internal { width: 720px; min-height: 720px; }
.left { float: left; margin-right: 20px; }
.right { float: right; width: 360px; margin-right: 20px; }
.download_bar {  
	display: block;
	text-align: right;
	height: 28px; 
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding: 24px 20px 0px 0px;
	}
.multi_pic_box {
	width: 110px;
	height: 110px;
	}
.browse_record {
	width: 220px;
	}
.browse_pic_box {
	width: 220px;
	height: 148px;
	}
.overview_aside {
	float: right;
	width: 300px;
	margin: 5px 0px 10px 25px;
	}
.description_placeholder { height: 140px; }

/* STAFF PAGES */

.staff_pic {
	margin-left: 20px;
	}
	
#jumpmenu { width: auto; }

/* SUBMENU */

.submenu {
	height: 30px;
	padding: 0px;
	background-color: #a6ce39;
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #363636;
	text-transform: uppercase;
	}
.submenu ul, .submenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.submenu li {
	display: inline-block;
	padding: 6px 19px 0px 0px;
	}
.submenu a { text-decoration: none !important; color: inherit !important; }
.page_about .submenu_about, .page_corporate .submenu_corporate, .page_team .submenu_team, .page_products .submenu_products, .page_faq .submenu_faq { color: #8aa838; cursor: default; }

/* FOOTER */

.content_wrapper { padding-bottom: 430px; } /* Padding matches footer height. This container JUST makes room for footer. */
.footer_wrapper { margin-top: -410px; height: 410px; }

.footer_top_wrapper, .footer_top { height: 40px; }
.footer_top_text { top: 10px; left: auto; right: 10px; text-align: right; }

.address_block { position: absolute; top: 14px; left: 10px; margin: 0px; }
.address_block_2 { left: 360px; }
.footer_social, .copyright_block { position: absolute; top: 190px; left: 0px; margin: 0px; }
.copyright_block { top: 234px; left: 10px; }
	
}

/* HIDE ON TABLETS @ 720px - 1023px */

@media only screen and (min-width: 720px) AND (max-width: 959px) { .t_hide { display: none !important; visibility: hidden !important; } }
