/* @override 
	http://bottlerocket.colossal.net/library/css/screen.css
	http://bottlerocketapps.com/css/screen.css */

@import url(/css/normalize.css);

body {
	background: url(/library/images/body_bg.jpg);
	font-size: 100%; /*base font-size = 16px*/
	font-family: Arial, Arial, Helvetica, sans-serif;
}



article#subpage h1.sketch {
	color: #ba3030;
}
sup {
	font-size: 9px;
}
div.contact-form label.error, label.error {
	color:#B01D1D;
}

/*BASE CSS
============================= */

#CENTER_BLOCK, div.scroll-logo, nav ul {
	display:block;
	margin:0 auto;
}

#DISPLAY_BLOCK, a.big_logo, header, header a.standard-logo, nav, .show, nav ul li a {
	display:block;
}

#DISPLAY_NONE, a.big_logo img, .hide {
	display:none;
}

#MARGIN_0 {
	margin:0;
}

#PADDING_0, nav ul li {
	padding:0;
}

#LEFT, nav ul li a, nav ul li {
	float: left;
}

#RIGHT {
	float: right;
}

#ABSOLUTE_POSITION, header a.standard-logo img {
	position:absolute;
}

#FIXED_POSITION, header, a.big_logo {
	position:fixed;
}

/*=COLORS
=========*/

#BR_RED, nav ul li a:hover, nav ul li a.active_navlink {
	color: #ba3030;
}

/* @end */

/* @group Navigation CSS
============================= */

div.scroll-logo {
	width: 990px;
	padding: 0 32px 0 0;
	z-index: 9999;
}

a.big_logo {
	width:214px;
	height: 160px;
	background: url(/library/images/br_biglogo.png) ;
	z-index: 1300;
	margin: 0 0 0 31px
}

a.big_logo.whole {
	top: 0;
}

a.big_logo.shrink {
	top: -108px;
}

header {
	height:48px;
	width: 100%;
	-webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.25);
	z-index: 1200;
}

header a.standard-logo {
	margin: -3px auto 0;
	width: 990px;
	padding-left: 30px;
}

header a.standard-logo img {
	z-index: 300;
}

nav {
	width: 100%;	
	background: url(/library/images/header_bg.png) repeat-x bottom; 
	height: 48px;
	padding: 3px 0 0 0;
	z-index: 200;
}

nav ul {
	width: 990px;
}

nav ul li {
	margin: 0 45px 0 0;
}

nav ul li:first-child {
	padding-left: 300px;
}

nav ul li a {
	font-size: 16px;
	color: #8b8b8a;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	padding: 10px 0px 14px 0px;
	font-family: 'Didact Gothic', serif;
	cursor: pointer;
}

hr {
	border: 0;
	outline: 0;
}

/* @end */
/*END NAVIGATION CSS*/

/* @group Content CSS
======================== */

div#content {
	width: 990px;
	margin: 0px auto 0 ;
	padding-top: 122px;
}

div#content.home {
	width: 1024px;
	margin: 0px auto 0 ;
	padding-top: 90px;
}

.mobile-hide {
	display: none;
}

div#intro div.slideshow {
	margin: -135px 0 0 0;
	z-index: 100;
	margin: 0 auto;
	/*width: 100%;*/
}

div#intro div.slideshow div#first-slide, div#second-slide, div#third-slide, div#forth-slide, div#fifth-slide, div#sixth-slide, div#seventh-slide, div#eighth-slide {
	height: 620px;
	overflow: hidden;
	width: 100%;
	box-shadow: -3px -3px 5px rgba(0, 0, 0, .25) inset;
}
div.slide {
	height: 620px;
	overflow: hidden;
	width: 100%;
	box-shadow: -3px -3px 5px rgba(0, 0, 0, .25) inset;
}

div#intro div.slideshow div.slide-descrip {
	/*margin: 150px auto 0;*/
	padding-left: 30px;
	display: block;
	width: 990px;
	position: relative;
	margin-top: 150px;
}

div#intro div.slideshow div.slide-descrip p {
	width: 325px;
	padding-bottom: 20px;
}

div#intro div.slideshow div.slide-descrip a.darkgraybtn {
	display: inline-block;
	margin-left: 210px;
}

div#galleryPager {
	margin:590px 0 0 -3px;
	padding-bottom: 100px;
	z-index: 9999;
	position: fixed;
	border: 0;
	outline: 0;
	}

#galleryPager li {
	list-style: none;
	display: inline-block;
	outline: 0;
	border: 0;
}

.pagination li a {
	text-indent:-9999px;
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	float:left;
	background:url(/library/images/pager_bg.png) bottom;
	margin:0 -2px 0 0;
	opacity: .65;
	outline: 0;
	border: 0;
}

.pagination li.current a {
	background-position:top;
	outline: 0;
}

div.pager {
	width: 960px;
	margin: 0 auto;
	display: block;
}


/* @group Main Section CSS
============================ */
body.wide section.main-content {
	width: 990px;
	float: none;
	margin: 0 auto;	
}

section.main-content {
	width: 691px;
	margin-left: 15px;
	float: left;
}

div.title-block h1 {
	color: #ba3030;
	font-size: 2.5em; /*40px*/
	margin: 0 0 0 0;
	z-index: 2;
}

div.title-block h2 {
	color: #474747;
	font-size: 1.375em; /*22px*/
	font-family: "Georgia", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 0;
}

div.title-block.banner-title h1 {
	color: #fff;
}

div.title-block.banner-title h1, div.title-block.banner-title h2 {
	padding-left: 15px;
}

div.title-block.banner-title div#banner {
	height: 256px;
} 

/* @group Home sections CSS
============================ */

div.home-content {
	width: 960px;
	margin: 0 auto;
}

div.home-content p {
	font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	margin-bottom: 10px;
}

div.home-content hr.rough {
	width: 940px;
	margin: 40px auto;
}

div.home-content.who h2 {
	color: #a41818;
	font-size: 28px;
	margin: 0 0 -15px 30px;
}

div.home-content.who div.two-col h1 {
	font-size: 27px;
}

div.home-content.who {
	position:relative;
	background: url(/library/images/who-we-arebg.jpg) no-repeat 270px 100px;
	padding-bottom: 100px;
	padding-top: 25px;
}

div.home-content.who h1 {
	padding-top: 45px;
}

div.home-content.who div.two-col {
	margin: -30px 0 10px 0;
}

div.home-content div.two-col {
	width: 592px;
	display: block;
}

div.home-content div.manifesto {
	width: 960px;
	margin: 0 auto;
	background: url(/library/images/extra-large-arrow.png) no-repeat top left;
}

div.home-content div.manifesto p.first-col {
	margin-left: 60px;
}

div.home-content div.title-block h2 {
	font-size: 20px;
	color: #797979;
}

div.home-content div.manifesto p {
	width: 60%;
	float: left;
	margin-right:10px ;
	margin-left: 60px;
	margin-top: 15px;
}

div.home-content div.manifesto img {
	margin-top: 20px;
}

div.home-content.think {
	margin-top: 130px;
	background: url(/library/images/how-we-thinkbg.jpg) no-repeat right 50px;
}

div.home-content.think p, div.home-content.get-in-touch p {
	padding-bottom: 15px;
}

div.home-content.think div.two-col {
	width: 360px;
}

div.home-content.think div.two-col.first-row::after {
	content: url(/library/images/arrow-circleicon.jpg);
	position: absolute;
	margin: -70px 0 0 200px;
}

div#fourth {
	background: url(/library/images/fourthBG.jpg) no-repeat center -5px;
}

div.home-content a.graybtn.dark {
	width: 92px;
	background: #4e4f53;
	color: #f3f3f3;
	float: right;
	text-shadow: none;
}

div.home-content a.graybtn.dark:hover {
	background-color: #7f7f7f;
}

div.home-content div.three-col.mid-col img {
	margin: 0 0 0 0;
}

div.home-content div.three-col ol li {
	padding-bottom: 0px;
}

div.home-content div.three-col ol li p {
	line-height: 14px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

div.home-content div.three-col ol li p strong {
	padding-bottom: 3px;
	font-size: 12px;
}

div.home-content div.three-col.last-col h1 {
	margin: -20px 0 0 0;
	padding: 0 0 0 0;
}

div.home-content div.three-col.last-col {
	margin-top: -20px;
}

div#fifth {
	margin-bottom: 20px;
	background: url(/library/images/fifthbg.jpg)  no-repeat center 30px;
}

div.home-content.get-in-touch div.contact-col.small {
	width: 320px;
}

div.home-content.get-in-touch div.contact-col.large {
	width: 580px;
}

div.home-content.get-in-touch div.contact-col {
	margin-top: 30px;
}

div.home-content.get-in-touch div.contact-col h3 {
	color: #a41818;
	font-size: 22px;
	padding: 0 ;
	margin: 0 0 -10px 0;
}

div.home-content.get-in-touch div.contact-col.large div.right {
	margin-top: 40px;
}

div.home-content.get-in-touch div.contact-col.large {
	overflow: hidden;
	background: url(/library/images/sketch-star-2.jpg) 480px 70px no-repeat; 
}

div.home-content.get-in-touch div.contact-col.large img {
	margin: -50px 0 0 0;
	padding-left:80px ;
}

div.home-careersblock {
	padding: 0 180px 0 0px;
	position: absolute;
	margin-top: 80px;
	background: url(/library/images/sketch-star.jpg)  top right no-repeat;
}

div.home-content.get-in-touch div.contact-col h1 {
	font-size: 27px;
}

article#mobile-slideshow {
	width: 100%;
}

body.subpage.mobile-homepage div#content {
	width: 100%;
}

body.subpage.mobile-homepage div#container {
	width: 100%;
}

body.subpage.mobile-homepage section.main-content {
	width: 100%;
}

body.subpage.mobile-homepage article#mobile-slideshow {
	margin-top: -70px;
	height: 205px;
	overflow: hidden;
	border-bottom:1px solid #dddddd;
}

body.subpage.mobile-homepage article#mobile-slideshow div {
	width: 100%;
	height: 205px;
	display: block;
	
}

body.subpage.mobile-homepage div h1.sketch {
	text-align: left;
	width: 290px;
	font-size: 30px;
	margin: 0 0 0 0;
	padding: 12px 0 0 10px;
}

body.subpage.mobile-homepage div#container div.whoweare {
	background: url(/library/images/mobile-rocketbg.jpg) center bottom no-repeat;
	display: block;
	height: 220px;
}

body.subpage.mobile-homepage div.whoweare p {
	width: 200px;
	text-align: left;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 12px 0 0 14px;
}

body.subpage.mobile-homepage div.min-container {
	width: 320px;
	margin: 0 auto;
	display: block;
}

body.subpage.mobile-homepage div#container article#subpage div.whoweare a.graybtn {
	background: url(/library/images/graybtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: 1px solid #g3g3g3;
	margin-top: 12px;
}

body.subpage.mobile-homepage article#subpage nav.mobilenav {
	background: none;
	display: block;
}

body.subpage.mobile-homepage article#subpage nav.mobilenav.red {
	background: #a6000b;
	height: 400px;
	height: inherit;
}

body.subpage.mobile-homepage article#subpage nav.mobilenav ul {
	/* width: 320px; */
	margin: 0px auto;
	width: 100%;
	display: block;
	padding: 0;
}

body.subpage.mobile-homepage div#content div#container section.main-content article#subpage.mobile nav.mobilenav ul li {
	width: 100%;
	height: 60px;
	list-style-image: none;
	list-style-type: none;
	float: none;
	background: #a6000b;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #881118;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.red ul li a {
	text-shadow: none;
	color: #fff;
	margin: 0px auto 0;
	width: 90%;
	display: block;
	text-align: left;
	padding: 20px 0 0 10px;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.red ul li a:after {
	content:url(/library/images/white-mobile-arrow.png);
	float: right;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.red {
	color: #fff;
	background: #a6000b;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.gray {
	background: #cfcfcf;
	display: block;
	color:#000;
	height: 254px;
	margin-bottom: -40px;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.gray ul {
	background: #cfcfcf;
	display: block;	
}

body.subpage.mobile-homepage div#content div#container section.main-content article#subpage.mobile nav.mobilenav.gray ul li {
	background: #cfcfcf;
	display: block;
	border-top:1px solid #828282;
	border-bottom:1px solid #828282;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.gray ul li a {
	color:#000;
	text-shadow: none;
	margin: 0px auto 0;
	width: 90%;
	display: block;
	text-align: left;
	padding: 20px 0 0 12px;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.gray ul li a:after {
	content:url(/library/images/gray-mobile-arrow.png);
	float: right;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.gray h1 {
	color: #000;
	margin-bottom: 0px;
}

body.subpage.mobile-homepage article#subpage.mobile nav.mobilenav.gray small {
	padding-left: 10px;
	padding-bottom: 20px;
	display: block;
}

body.subpage.mobile-homepage article#subpage.mobile div.ourwork {
	background: url(/library/images/felt-bg.jpg);
}

body.subpage.mobile-homepage article#subpage.mobile div.ourwork h1 {
	color:#fff;
	padding-bottom: 15px;
}

body.subpage.mobile-homepage article#subpage.mobile div.ourwork small {
	display: block;
	width:290px;
	font:normal 14px "Helvetica Neue", Helvetica, sans-serif;
	text-align: left;
	margin: -15px 0 0 10px;
	color:#ddd;
	padding-bottom: 15px;
}

body.subpage.mobile-homepage div.ourwork div.mobilehome-clients {
	width: 100%;
	height: 105px;
	background: url(/library/images/mobile-clientbg.jpg) repeat-x;
	overflow: hidden;
	display: block;
}

@media only screen and (min-width: 480px) and (max-width: 767px) { 
	body.subpage.mobile-homepage div.ourwork div.mobilehome-clients {
		margin-left:-10px;
		display: block;
		height: 105px;
	}
}

body.subpage.mobile-homepage article#subpage.mobile div.ourwork div.mobilehome-clients img {
	width:89px;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
}

body.subpage.mobile-homepage div.ourwork a.appwall {
	height: 273px;
	background: url(/library/images/mobile-appwall.jpg) center top;
	display: block;
}

body.subpage.mobile-homepage div.howwethink h1.sketch {
	text-align: center;
	padding-top: 20px;
}

body.subpage.mobile-homepage div.howwethink p {
	width: 90%;
	margin: 0 auto;
	display: block;
}

body.subpage.mobile-homepage div.howwethink img {
	display: block;
	margin: 0 auto;
	padding-top: 25px;
}



/* @end */
/*END HOME SECTIONS CSS*/

/* @group App Section CSS
============================ */

/* @group =Filterbox CSS
============================= */

div.filterbox-container {
	display: block;
	margin: -7px 0 0 -475px;
	padding: 0;
	width:213px;
	position:absolute;
	left:50%;
	z-index:2;
}

div.filterbox-container article.filterbox {
	background: url(/library/images/filterbox-bg.png);
	width: 686px;
	height: 56px;
	display: block;
	position: absolute;
	z-index: 1000;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
	margin: -20px 0 0 0;
}

/* Temporary Filterbox CSS */

div.filterbox-container.temp-css article.filterbox {
	background: url(/library/images/filterbox-bg.png);
	width: 840px;
	height: 56px;
	display: block;
	position: absolute;
	z-index: 1000;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
	margin: -20px 0 0 0;
}

div.filterbox-container.temp-css article.filterbox ul {
	width:310px;
}

/* End */

div.filterbox-container article.filterbox h1 {
	font-size: 36px;
	color: #fff;
	padding: 7px 0 0px 18px;
	margin: 0;
}

div.filterbox-container article.filterbox h2 {
	color: #fff;
	font-size: 16px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: lighter;
	padding: 0 10px 0 0;
	margin: 0;
	text-align:left;
	margin: -30px 0 0 230px;
}

div.filterbox-container article.filterbox h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	padding: 5px 20px 0px 0;
	margin: 0;
	float: left;
}

div.filterbox-container article.filterbox ul {
	width: 213px;
	display: block;
}

div.filterbox-container article.filterbox ul {
	margin: 10px 0 0 -18px;
}

div.filterbox-container article.filterbox ul.toggle_list {
	float: right;
	margin: -25px 0 0 0;
}

div.filterbox-container article.filterbox ul.toggle_list li {
	margin: 0 10px 0 0px;
	list-style-type: none;
	display: inline-block;
}

div.filterbox-container article.filterbox ul.toggle_list a.graybtn {
	cursor: pointer;
}

div.filterbox-container article.filterbox ul.toggle_list li.active a.graybtn {
	background: #000;
}

.solution-spec.midgray {
	background: url(/library/images/midtone-graybtn-bg.jpg) repeat-x;
}

.clients-spec.midgray {
	background: url(/library/images/midtone-graybtn-bg.jpg) repeat-x;
}

.app-spec.midgray {
	background: url(/library/images/midtone-graybtn-bg.jpg) repeat-x;
}

div.filterbox-container article.filterbox ul.filterby {
	padding-top: 15px;
}

div.filterbox-container article.filterbox ul.filterby h3 {
	margin-bottom: -10px;
}

div.filterbox-container article.filterbox ul.filterby li {
	float: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 -2px 0;
}

div.filterbox-container article.filterbox ul.filterby li a {
	color: #cdcdcd;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	padding: 0;
	margin: 0;
	
}

div.filterbox-container article.filterbox ul.filterby li a:hover {
	color: #fff;
}

article.filterbox div.filter-featured {
	padding: 20px 5px 0 20px;
}

div.filterbox-container article.filterbox div.filter-featured h4 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0px 0;
}

div.filterbox-container article.filterbox div.filter-featured p {
	font-family: "Helvetica Neue", Helvtica, sans-serif;
	color: #d9d9d9;
	font-size: 11px;
	padding: 0;
	margin: -10px 0 0 0;
	line-height: 16px;
}

div.filterbox-container article.filterbox div.filter-featured a {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	color: #cdcdcd;
	text-decoration: none;
	text-align: right;
	float: right;
	padding: 10px 15px 0 0;
}

div.filterbox-container article.filterbox div.filter-featured a:hover {
	color: #fff;
}

div.filterbox-container article.filterbox div.right {
	width: 122px;
}

div.filterbox-container article.filterbox div.left {
	width: 60px;
}

/* @end */
/*END FILTERBOX CSS*/
div#third {
	background: #000 url(/library/images/felt-bg.jpg);
}

section#app_section #app_list div.appItem a.appicon {
	position:absolute;
	top:0;
	left:0;
	}

section#app_section #app_list div.appItem div.app-descrip {
	position: absolute;
	background: url(/library/images/app_rolloverbg.png) no-repeat left;
	width: 322px;
	height: 153px;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	top: 130px;
	left:110px;
	z-index:99;
}

section#app_section #app_list div.appItem div.app-descrip.tip_left {
	left:-315px;
	background: url(/library/images/app_rolloverbg2.png) no-repeat left;
	}

section#app_section #app_list div.appItem div.app-descrip h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	padding: 0;
	margin: 15px 0 10px 25px;
	color: #fff;
	text-align: left;
	float: left;
	width: 200px;
	height: 20px;


}

section#app_section #app_list div.appItem div.app-descrip p {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #d9d9d9;
	padding: 0;
	margin: 0;
	width: 250px;
	margin: 10px 0 0 25px;
	height: 55px;
	display: block;
}

section#app_section #app_list div.appItem div.app-descrip div.right {
	margin: 10px 0px 0 25px;
	position: relative;
	bottom: 0px;
}

section#app_section #app_list div.appItem div.app-descrip div.right a {
	margin-right: 5px;
	display: inline-block;
}

section#app_section #app_list div.appItem div.app-descrip div.right a.graybtn {
	visibility: hidden;
}

section#app_section #app_list div.appItem div.app-descrip div.right a img.view_appstore {
	float:right;
}

section#app_section #app_list div.appItem div.app-descrip div.right a img.view_appstore.gplay {
	float:right;
}

section#app_section {
	height: 960px;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
	display: block;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .5) inset;
	width: 100%;
}

#app_next, #app_next2 {
	position:absolute;
	right:0;
	z-index:10;
	text-indent:-999px;
	overflow:hidden;
	height:960px;
	width:75px;
	outline:none;
	}
#app_next:hover, #app_next2:hover {
	background: url(/library/images/right-arrow.png) no-repeat center;
	}
#app_prev, #app_prev2 {
	position:absolute;
	left:0;
	z-index:11;
	text-indent:-999px;
	overflow:hidden;
	height:960px;
	width:75px;
	outline:none;
	}
#app_prev:hover, #app_prev2:hover {
	background: url(/library/images/left-arrow.png) no-repeat center;
	}
	
#client_next {
	position:absolute;
	right:0;
	z-index:10;
	text-indent:-999px;
	overflow:hidden;
	height:960px;
	width:40px;
	outline:none;
	}
#client_next:hover {
	background: url(/library/images/right-arrow.png) no-repeat center;
	}
#client_prev {
	position:absolute;
	left:0;
	z-index:11;
	text-indent:-999px;
	overflow:hidden;
	height:960px;
	width:40px;
	outline:none;
	}
#client_prev:hover {
	background: url(/library/images/left-arrow.png) no-repeat center;
	}	
	
section#app_section #app_list {
	margin: 0 auto 0;
	width: 2000px; /*Original # was 2285px*/
	position:absolute;
}

section#app_section ul li {
	list-style-type: none;
	margin: 0 25px 15px 0;
	width: 118px;
	height:120px;
	padding: 0;
	display: block;
	float: left; 
	vertical-align: top;
	position:relative;
}

section#app_section ul div.app-callout {
	width: 263px;
	height: 261px;
	margin: 5px 20px -145px 5px;
}

section#app_section ul li.app-space-breaker {
	visibility: hidden;
}

section#app_section ul div.app-callout article {
	background: url(/library/images/appcallout-bg.png) no-repeat top left;
	width: 263px;
	height: 261px;
	position: absolute;
	z-index:1;
}

div.app-callout article div.callout-body {
	padding-top: 46px;
	margin-top: -27px;
}

div.app-callout article div.callout-body p {
	color: #d9d9d9;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	line-height: 12px;
	width: 110px;
	float: right;
	margin-right: 15px;
	margin-top: 0;
	height: 115px;
}

div.app-callout.blog-callout article div.callout-body p {
	width:240px;
	float: left;
	margin-left: 15px;
	height:inherit;
}

div.app-callout.blog-callout article div.callout-body a.graybtn {
	margin-left:15px;
}

div.app-callout.blog-callout article div.callout-heading h1 {
	width: 210px;
	margin-left:25px;
}

div.app-callout.blog-callout article div.callout-heading h1 img {
	margin-left:-13px;
	width:254px;
	height:54px;
	padding-bottom:10px;
}

div.app-callout.blog-callout article div.callout-heading {
	padding-left: 0;
	margin-left: -20px;
	margin-top:-23px;
}

div.app-callout article div.callout-body p.full-width {
	width: 240px;
}

div.app-callout article div.callout-body p.full-width img {
	margin: -10px auto 0;
	display: block;
}

div.app-callout article div.callout-body a.graybtn {
	width: 80px;
	position:absolute;
	left:25px;
	bottom:45px;
}
div.app-callout article div.callout-body div {
	width:80%;
	margin:0px auto;
	
}
div.app-callout article img.full-scale{
	margin: 2px 0 0px -1px;
	z-index: 0;
}

div.app-callout.full-scale div.callout-tagblock {
	position: absolute;
	text-align: right;
	min-width: 100px;
	margin: 0 0 0 163px;
}

div.app-callout.full-scale div.callout-tagblock div.callout-tag {
	background-position: left;
}

div.app-callout article div.callout-body img.left {
	padding-left: 10px;
}

div.app-callout div.callout-tagblock div.callout-tag {
	height:22px;
	background: url(/library/images/callout-tagbg.jpg) repeat-x right top;
	display: block; 
	margin: 0 7px 0 0;
	z-index: 4000;
}

div.app-callout div.callout-tagblock div.callout-icon {
	margin: 0px 16px -20px 0;
	padding: 5px 0 0 0;
}

div.app-callout div.callout-tagblock div.callout-tag p {
	margin: 0 10px 0 10px;
	padding: 0;
	text-transform: none;
}

div.app-callout div.callout-tagblock div.callout-tag p a {
	font-family: Georgia, serif;
	color: #d9d9d9;
	font-style: italic;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: right;
	text-decoration: none;
	text-transform: none;
}

div.app-callout article div.callout-heading h1 {
	font-family: "Georgia", serif;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	padding: 23px 0 0 10px;
	margin: 0 -140px -5px 0;
	width: 243px;
}

div.app-callout.text-only article div.callout-heading {
	padding-left: 15px;
}

div.app-callout.text-only article div.callout-heading h1 {
	width: 210px;
}

div.app-callout.text-only article div.callout-body p {
	width: 80%;
	float: none;
	margin: 0 auto;
	display: block;
	height: inherit;
	padding-bottom: 15px;
}

section#app_section div.app-callout.text-only a.graybtn {
	margin-right: 25px;
}

section#app_section.clients {
	height: 960px;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
	display: block;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .5) inset;
	width: 100%;
}
section#app_section.clients #app_list2 {
	padding:0;
	position:absolute;
	}
section#app_section.clients #app_list2.clients {
	margin-top: 20px;
	width: 3040px;
	padding:0;
	display: block;
}
section#app_section.clients #app_list2.clients div {
	position:absolute;
	width: 200px;
	margin:0;
	height:140px;
	text-align:center;
	}

section#app_section.clients #app_list2.clients div.client_icon {
	padding: 10px 15px;
}



div#toggle_block1 {

}

div#toggle_block2 {

}

#app_section.solutions h1, #app_section.solutions h2 {
	color: #fff;
}

#app_section.solutions h1 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 10px;
	margin: 0 0 0 -40px;
}

#app_section.solutions h2 {
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 0 -40px;
}

#app_section.solutions ul li {
	width: 476px;
	height: 460px;
	background: url(/library/images/solutions-sectionbg.jpg) repeat;
	display: block;
	-o-box-shadow:0px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:0px 3px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0px 3px 10px rgba(0, 0, 0, .5);
	box-shadow:0px 3px 10px rgba(0, 0, 0, .5);
	display: inline-block;
}

#app_section.solutions ul li span.coming-soon {
	color:#fff;
	font:bold 15px "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	display: block;
	text-align: center;
}

#app_section.solutions ul li img.solution-screen {
	padding-bottom: 10px;
}

#app_section div#solutionContainer {
	width: 990px;
	margin: 0 auto;
	display: block;
}

#app_section.solutions ul li img.solution-logo {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

#app_section.solutions ul {
	width: 1550px;/*original 1050px*/
	margin-left: -325px;
	display: block;
	padding-top: 75px;
	position: absolute;
}

#app_section.solutions ul li p {
	width: 385px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 12px;
}

#app_section.solutions ul li.middle {
	height: 545px;
	width: 522px;
	margin-left: -40px;
	margin-right: -15px;
	transform: scale(1);
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	-o-transform: scale(1); 
	-moz-transform: scale(1); 
	opacity:1;
	-ms-opacity:1;
	-webkit-opacity:1;
	-o-opacity:1;
	-moz-opacity:1;
}


#app_section.solutions ul li a.graybtn {
	display: inline-block;
	margin-left: 190px;
	text-align: center;
	
}

#app_section.solutions ul li.awe a.graybtn {
	margin-left: 200px;
}

#app_section.solutions ul li.shoprocket a.graybtn {
	margin-left: 180px;
}

div.app_section.mobile {
	background: #000 url(/library/images/felt-bg.jpg);
	width: 111%;
	margin-left: -16px;
	padding-right: 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}

div.app_section.mobile p {
	color: #fff;
	width: 90%;
	margin-left: 15px;
}

div.app_section.mobile div.title-block {
	margin-left: 15px;
}

div.app_section.mobile div.title-block h1 {
	color: #fff;
}

/* @group Solutions belt
============================================*/

section#solutions {
	width: 100%;
	height: 400px;
	background:#000 url(/library/images/felt-bg.jpg) repeat;
	padding: 15px 0px;
	display: block;
	margin-bottom: 120px;
	overflow: hidden;
}

body#home section#solutions a.pagination {
	height: 400px;
}

ul#solutions-belt {
	height: 400px;
	background:#000 url(/library/images/felt-bg.jpg) repeat;
	overflow: hidden;
	margin-top: -5px;
}

ul#solutions-belt li {
	position:relative;
	width: 367px;
	height: 405px;
	list-style-type: none;
	background: url(/library/images/solutions-sectionbg.jpg) repeat;
	float: left;
	display: block;
	margin: -5px 15px 0px;
	-o-box-shadow:0px 5px 7px rgba(0, 0, 0, .75);
	-moz-box-shadow:0px 5px 7px rgba(0, 0, 0, .75);
	-webkit-box-shadow:0px 5px 7px rgba(0, 0, 0, .75);
	box-shadow:0px 5px 7px rgba(0, 0, 0, .75);
}

ul#solutions-belt li img.logo {
	display: block;
	margin:  -10px auto 0;
	padding-top: 15px;
}

ul#solutions-belt li p {
	font: 200 14px "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	width: 333px;
	height: 125px;
	overflow:hidden;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
	padding-top: 3px;
}

ul#solutions-belt li p em {
	color:#ddd;
}

#solutions-belt li div.link {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
}
ul#solutions-belt li a.graybtn {
	display: inline-block;
}

div.solution-title {
	width: 990px;
	margin: 0 auto;
	display: block;
}

div.solution-banner {
	width: 545px;
	background: url(/library/images/filterbox-bg.png);
	display: block;
	float: left;
	position: absolute;
	margin-top: -455px;
	margin-left: 17px;
	-o-box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
	overflow: hidden;
	padding: 0 0 0 0;
}

div.solution-banner h1 {
	color: #fff;
	font-size: 36px;
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

div.solution-banner h2 {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 16px;
	float: left;
	display: inline-block;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.solution-banner a.graybtn {
	display: inline-block;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	cursor: pointer;
}

div.solution-banner p {
	font: 200 14px "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	width: 510px;
	display: block;
	margin-top: -15px;
	text-align: left;;
	line-height: 24px;
	float: left;
	margin-left: 16px;
	padding-top: 25px;
}

div.solution-banner a.graybtn.close {
	margin-right: -5px;
	font-size: 12px;
}

body.wide div.mobile-solutionslist article {
	max-width:320px;
	float: left;
	background: url(/library/images/felt-bg.jpg);
	display: block;
	height: 435px;
	margin: 0 10px 30px 0;
}

body.wide div.mobile-solutionslist article img.screen {
	width: 100%;
}

body.wide div.mobile-solutionslist article img.logo {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

body.wide div#container div.mobile-solutionslist article p {
	color: #fff;
	width: 90%;
	margin: 0 auto;
	display: block;
	font-size: 14px;
}

body.wide div#container div.mobile-solutionslist article a.graybtn {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	font-weight: 600;
	color: #404040;
	padding: 3px 15px 5px 15px;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 12px;
}

/* @group Mobile Apps Page CSS
================================== */

article#subpage div.app_section.mobile a.graybtn {
	color: #404040;
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.27);
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.18) inset;
	width: 100px;
	margin: 0 auto;
	display: block;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
}

article#subpage div.left.about-descrip {
	width: 580px;
}

article#subpage div#inner-sidebar {
	float: right;
	width:375px;
	display: block;
	padding-left: 0px;
}

article#subpage div#inner-sidebar h1, article#subpage div#inner-sidebar h3 {
	color: #fff;
}

article#subpage div#inner-sidebar h1 {
	font-size: 24px;
	font-weight: 100;
}

article#subpage div#inner-sidebar h3 {
	font:200 14px "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 0 0;
}

div#inner-sidebar article.widget a.graybtn {
	float: right;
	background: url(/library/images/graybtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: .75em;/*12px*/
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: 1px solid #g3g3g3;
	margin-top: 260px;
}

article#subpage div.media {
	margin-top: 75px;
}

article#subpage div.media div.column {
	float: left;
	margin-bottom: 100px;
}

article#subpage div.media div#featured-post {
	width: 400px;
	margin-right: 40px;
}

article#subpage div.media div#featured-post a.post-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

article#subpage div.media div#featured-post em {
	font-weight: 200;
	font-size: 14px;
}

article#subpage div.media div#featured-post p {
	font-size: 14px;
}

article#subpage div.media a.graybtn {
	float: left;
	background: url(/library/images/graybtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: .75em;/*12px*/
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: 1px solid #g3g3g3;
	margin-top: 25px;
}

article#subpage div.media h1 {
	font:normal 24px "Georgia", serif;
	font-style: italic;
	color: #B01D1D;
	margin: 0;
}

article#subpage div.media div#recent-news {
	width: 250px;
	margin-right: 40px;
}

article#subpage div.media div#recent-news ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 30px;
}

article#subpage div.media div#recent-news ul li:before {
	content: url(/library/images/large-arrow-list.png);
	position: absolute;
	margin-left: -30px;
	margin-top: 5px; 
}

article#subpage div.media div#recent-news ul li a {
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

article#subpage div.media div#recent-news ul li strong, article#subpage div.media div#recent-news ul li em {
	font-size: 14px;
}

article#subpage div.media div#upcoming-events {
	width: 250px;
	margin-left: -10px;
}

article#subpage div.media div#upcoming-events ul {
	margin: -15px 0 0 0;
}

article#subpage div.media div#upcoming-events ul li {
	list-style-image: none;
	list-style-type: none;
}

article#subpage div.media div#upcoming-events ul li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

article#subpage div.media div#upcoming-events ul li strong {
	font-size: 14px;
}

article#subpage div.media div#upcoming-events ul li p {
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
}

div#upcoming-events ul li img {
	border: 3px solid #d5d5d5;
	margin-right: 10px;
}

div.mobile-applist {
	background: #000 url(/library/images/felt-bg.jpg);
	display: block;
	width: 100%;
	padding-top: 25px;
}

section.main-content article#subpage div.mobile-applist div.list-container {
	width: 80%;
	margin: 0px auto 0;
	display: block;
	padding-top: 40px;
}

section.main-content article#subpage div.mobile-applist.clients-spec ul {
	padding-top: 70px;
}

section.main-content article#subpage div.mobile-applist.clients-spec ul li {
	height: inherit;
}

section.main-content article#subpage div.mobile-applist.clients-spec ul li img {
	margin: -50px auto 0 ;
	display: block;
}

section.main-content article#subpage div.mobile-applist ul li {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	width: 40%;
	float: left;
	padding-right: 10%;
	height: 300px;
	padding-bottom: 30px;
	margin-top: 10px;
}

section.main-content article#subpage div.mobile-applist hr.dotted {
	height: 1px;
	border-bottom: 1px dotted #fff;
	width: 100%;
	margin: 0px 0px 20px;
	display: block;
	padding-top: 10px;
}

section.main-content ul.clients li.client_icon hr.dotted {
	padding: 0 0 0 0;
	margin: 0 0 -90px 0;
}

div.mobile-applist ul li h1 {
	float: left;
	width: 40%;
	font-size: 18px;
	margin-left: 10px;
	color: #fff;
}

div.mobile-applist ul li p {
	color: #fff;
}

div.mobile-applist ul li {
	
	margin-bottom: 200px;
}

div.mobile-applist ul li a.appicon img {
	width: 40%;
	float: left;
}

section.main-content article#subpage div.mobile-applist a.mobile_spec {
	width: 100px;
	display: block;
	float: left;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	margin: 0 -75px 0 100px;
}

section.main-content article#subpage div.mobile-applist a.darkgraybtn.mobile_spec {
	color: #d2d2d2;
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.27);
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.18) inset;
	height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}

section.main-content article#subpage div.mobile-applist a.graybtn.mobile_spec {
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}

section.main-content article#subpage div.mobile-applist ul li a.graybtn {
	width: 75px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
	visibility: hidden;
}

section.main-content article#subpage div.mobile-applist ul li.app-callout {
	display: none;
}

/* @end */

/* @end */

/* @group Blog CSS
========================== */

a.rssLink {
	float:right;
	display:inline-block;
	width:32px;
	height:32px;
	text-indent:-9000px;
	margin-top:10px;
	background:url(../imgD/rss.png) no-repeat;
}

article.blog-post {
	width: 618px;
}

article.blog-post h1 a {
	color:#000 ;
	font-size: 24px; /*24px*/
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
	padding-top: 25px;
	text-decoration: none;
}

article.blog-post h1 {
	color:#000 ;
	font-size: 24px; /*24px*/
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
	padding-top: 25px;
	text-decoration: none;
}

article.blog-post h1 a:hover {
	color: #ba3030;
}

article.blog-post img {
	max-width: 618px;
}

div.post-content {
	padding: 20px 0px 25px 0px;
}

div.post-content p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

div.post-content p a {
	font-size: 12px;
}

div.post-content p iframe {
	width: 100%;
}

div.post-content a {
	color: #ba3030;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

div.post-content em {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

div.post-content p em a {
	font-size: 12px;
}

div.post-content blockquote {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div.post-content ul li {
	list-style-image: url(/library/images/subpage-list-arrow-small.png);
	padding: 0px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

div.post-content a.graybtn {
 float: right;
 background: url(/library/images/graybtn-bg.jpg) repeat-x;
 height: 26px;
 padding: 0px 15px;
 -moz-border-radius:12px;
-webkit-border-radius:12px;
 border-radius: 12px;
 color: #404040;
 text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
 text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
 font-family: "Helvetica Neue", Helvetica, sans-serif;
 font-weight: 500;
 text-decoration: none;
 font-size: .75em;/*12px*/
 line-height: 25px;
 display: block;
 text-align: center;
 border: 1px solid #g3g3g3;
 margin-top: 25px;
}

div.post-content p a {
	color: #ba3030;
	text-decoration: none;
	font-size: .875em; /*14px*/
} 

div.post-content p a:hover, a:focus {
	text-decoration: underline;
} 

aside.credits {
	background:url(/library/images/side-bg.png);
}

aside.credits p {
	margin: 0 ;
	padding: 5px 7px;
	font-family: Arial;
	font-size: .875em; /*14px*/
	letter-spacing: 1px;
}

aside.credits p a {
	color: #a11616;
	text-decoration: none;
	font-size: .875em; /*14px*/
}

aside.credits p a.amount {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: .875em; /*14px*/
}

aside.pagination {
	margin: 0 0 50px 0;
}

aside.pagination a.prevbtn {
	padding-right: 0px;
}

aside.pagination a {
	font-size: 1.125em; /*18px*/
	color: #000;
	text-decoration: none;
}

aside.pagination a:hover, a:focus {
	color:#ba3030 ;
	
}

/* @group Comments CSS */

article.comments-block {
	margin-bottom: 155px;
}

div.single-comment {
	margin: 35px 0px;
	display: block;
}

div.comment-member {
	width: 160px;
	margin: 0 0px 0 0;
}

div.comment-member p, a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

div.comment-member a {
	color: #ba3030;
	text-decoration: none;
}

div.comment-member a:hover, a:focus {
	text-decoration: underline;
}

div.response {
	width: 490px;
	margin: -27px 0 0 0px;
	background: url(/library/images/response-bg.png) no-repeat top left;
}

div.response p {
	font-family: Arial, sans-serif;
	font-size: .75em; /*12px*/
	color: #707070;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 0 15px 0 40px;
}

/* @group Comment Form CSS */

div.comments-form {
	width: 490px;
	float: right;
	margin: 0 -40px 55px 0;
}

div.comments-form h2 {
	color: #ba3030;
	font-size: 1.125em; /*18px*/
	font-family: "Georgia", serif;
	font-style: italic;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

div.comments-form input[type="text"] {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 25px;
	width: 450px;
}

div.comments-form textarea {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	width: 450px;
}

div.comments-form label {
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-size: .875em; /*14px*/
}

div.comments-form small {
	color: #707070;
}

div.comments-form input.redbtn {
	float: right;
	margin: 0 35px 0 0;
}

/* @end */
/*END COMMENT FORM CSS*/

/* @end */
/*END COMMENTS CSS*/

/* @end */
/*END BLOG CSS*/

/* @group Subpage CSS
=========================== */

article#subpage {
	padding-bottom: 100px;
}

article#subpage p {
	font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 25px;
	margin-bottom: 25px;
}

article#subpage a {
	color: #b01d1d;
	font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

article#subpage p a.graybtn {
	display: inline-block;
	background: url(/library/images/graybtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #g3g3g3;
}

article#subpage a.arrowbtn {
	font: 400 21px "Cabin Sketch", sans-serif;
	color: #000;
	background: #e6e5e5;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	margin-left: 12px;
}

article#subpage ul li {
	list-style-image: url(/library/images/subpage-list-arrow.png);
	padding: 0px 0 10px 0;
	list-style-position: inside;
}

article#subpage p em strong {
	font-size: 17px;
}

article#subpage ul {
	padding: 15px 0 0 0;
	margin: 0;
}

article#subpage h2 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #000;
	font-size: 1.25em; /*20px*/
}

article#subpage h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #b01d1d;
	font-size: 1.125em; /*18px*/
}

article#subpage ul li h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #b01d1d;
	padding: 0 0 0 35px;
	position: absolute;
	margin: -27px 0 0 0;
}

article#subpage ul.app_fulllist li {
	list-style-type: none;
	list-style-image: none;
	width: 30%;
	height: 150px;
	float: left;
	margin-right: 2%;
}

article#subpage ul.app_fulllist li p {
	float: right;
	width: 65%;
	font-size: 11px;
	line-height: 12px;
	margin-top: -5px;
}

article#subpage ul.app_fulllist li p strong {
	font-size: 14px;
}

article#subpage ul.app_fulllist li img {
	float:  left;
	width: 30%;
}

/* @group App Detail CSS
=========================== */

article#subpage.app-detail ul li {
	list-style-image: url(/library/images/subpage-list-arrow-small.png);
	padding: 0px 0 10px 0;
	list-style-position: inside;
	font: normal 12px Verdana, sans-serif;
}

/* @end */

/* @end */
/*END SUBPAGE CSS*/

/* @group Contact Page CSS
========================== */

div.contact-form {
	width: 490px;
	float: left;
	margin: 0 -40px 125px 0;
}

div.contact-form h2 {
	color: #ba3030;
	font-size: 1.125em; /*18px*/
	font-family: "Georgia", serif;
	font-style: italic;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

div.contact-form input[type="text"] {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 25px;
	width: 450px;
}

div.contact-form select {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 25px;
	width: 450px;
	font-size: 12px;
}

div.contact-form textarea {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	width: 450px;
}

div.contact-form label {
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-size: .875em; /*14px*/
}

div.contact-form small {
	color: #707070;
}

div.contact-form input.redbtn {
	float: left;
	margin: 0 35px 0 0;
	display: inline-block;
}

/* @end */
/*END CONTACT PAGE CSS*/

/* @group Support Page CSS
========================== */

ul.support-list {
	width: 100%;
	margin-bottom: 250px;
	display: block;
}

article#subpage ul.support-list li.support-app {
	list-style-type: none;
	list-style-image: none;
	width: 25%;
	padding: 0px;
	float: left;
	/*border-bottom: 1px solid #e2e2e2;*/
	height:50px ;
}

ul.support-list li:hover {
	background: #e2e2e2;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .20) inset;
}

ul.support-list li a img {
	width: 35px;
	height: 35px;
	margin: 0px 0 0 0px;
	float: left;
	display: block;
}

article#subpage ul.support-list li a {
	text-decoration: none;
	color: #000;
}

article#subpage ul.support-list li.support-app a img {
	margin: 9px 0 0 5px;
}

article#subpage ul.support-list li p {
	width: 180px;
	font: bold 11px  "Helvetica Neue", Helvetica, serif;
	width: 70%;
	vertical-align: center;
	display: inline-block;
	margin-left: 5px;
}

div#results {
	display: none;
}

div.support-result {
	padding: 15px;
	display: block;
	background: #e2e2e2;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .20) inset;
}

div.support-result p {	
	margin-left: 10px;
	max-width: 500px;
	display:block;
	margin: 20px auto ;
}

div.support-result h1 {
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	float: left;
}

div.support-result img {
	float: left;
}

div.support-result p a {
	color: #a11616;
	text-decoration: none;
	font-size: 16px;
}

div.support-result a.darkgraybtn {
	width: 100px;
	border: 1px solid #d1d1d1;
	display:block;
	margin: 0 auto;
}

div.support-result div.app-categories {
	float: left;
	background: #e2e2e2;
	margin: 20px;
}

div.support-request {
	width: 65%;
}

div.support-business {
	width:30%;
	margin-top: 50px;
	margin-bottom:75px;;
}

/* @end */

/* @group Careers Page CSS
=========================== */

article#subpage a.graybtn.career-portal {
	display: inline-block;
	background: url(/library/images/graybtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px	;/*12px*/
	line-height: 25px;
	/*display: block;*/
	text-align: center;
	border: 1px solid #g3g3g3;
	font-weight: normal;
}

/* @group Jobscore Widget CSS
=================================*/

div#jobs-list a.job-det {
	font:normal 24px Verdana, sans-serif;
}

/* @end */

/* @end */

/* @end */
/*END MAIN SECTION CSS*/

/* @group News Page CSS
============================================*/
article#subpage #news-highlights {

}

article#subpage #news-highlights ul li {
	list-style-image: none;
	list-style-type: none;
	width: 295px;
	float: left;
	padding-bottom: 120px;
	padding-right: 15px;
}

#news-highlights a.graybtn {
	display: inline-block;
	float: right;
	color: #404040;
	font-weight: 500;
	font-size: 12px	;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: inherit;
}

article#subpage #news-highlights ul li h1 {
	font-size: 18px;
	color: #b01d1d;
	margin: 0;
	padding: 30px 0 5px 0;
}

article#subpage #news-highlights ul li h3 {
	font-size: 20px;
	color:#000;
	margin: 0;
	padding: 5px 0 0 0;
}

article#subpage #news-highlights ul li p {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 12px;
	line-height: 22px;
}

article#subpage .twitter-feed {
	width: 360px;
	float: right;
	margin-top: -15px;
}

article#subpage .twitter-feed h3 {
	color: #000;
	font-size: 24px;
}

article#subpage .twitter-feed img {
	width: 48px;
	height: 48px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	padding: 0;
}

#container article#subpage .twitter-feed ul li {
	width: 360px;
	margin: 0 0 0px 0;
	padding: 10px 0 0 0;
}

article#subpage .twitter-feed h3:before {
	content:url(/library/images/sketch-twitter.jpg);
	float: left;
	margin-top: -10px;
	padding-right: 10px;
}

#container article#subpage .twitter-feed ul {
	margin-top: -30px;
}

#container article#subpage .twitter-feed ul li p {
	font-size: 14px;
	line-height: 20px;
	width: 230px;
	float: left;
	padding: 0 0 0 15px;
	margin-top: -5px;
}

#container article#subpage .twitter-feed a.graybtn {
	margin-top: 25px;
}

#container article#subpage .twitter-feed hr.rough {
	height: 2px;
}

article#subpage .twitter-feed ul li p a.twitter-handle {
	font-size: 12px;
	color: #000;
}

article#subpage .twitter-feed ul li p a.twitter-handle:hover {
	color: #b01d1d;
}

article#subpage #newsreel h1 {
	font-size: 45px;
	float: left;
	margin: 0 0 0px 0;
	padding: 0;
}

article#subpage #newsreel ul.news-pagination {
	float: right;
	padding: 30px 0 0 0;
	margin: 0 0 -20px 0;
}

article#subpage #newsreel ul.news-pagination li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
}

article#subpage #newsreel ul.news-pagination li a {
	color: #000;
}

article#subpage #newsreel ul.news-pagination li a.active {
	color: #b01d1d;
	font-weight: bold;
}

article#subpage #newsreel ul.news-pagination li a:hover {
	color: #b01d1d;
}

#container article#subpage ul.reel li {
	list-style-image: none;
	list-style-type: none;
}

#container article#subpage ul.reel li img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border:1px solid #dddddd;
}

#container article#subpage ul.reel li div.descrip {
	width: 65%;
	float: left;
}

#container article#subpage ul.reel li div.descrip h1 {
	padding: 25px 0 0 0;
	margin: 0;
	color: #b01d1d;
	font-size: 18px;
}

#container article#subpage ul.reel li div.descrip h3 {
	padding: 0 0 0px 0;
	margin: 0;
	color: #000;
	font-size: 18px;
}

#container article#subpage ul.reel li div.descrip p {
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 10px 0;
	margin: 0;
}

#container article#subpage ul.reel li hr.rough {
	height: 2px;
}

article#subpage ul.reel a.graybtn {
	display: inline-block;
	color: #404040;
	font-weight: 500;
	font-size: 12px	;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0;
	height: inherit;
}

#container article#subpage div.bottom-news-pagination a {
	color: #000;
	font-size: 24px;
}

#container article#subpage div.bottom-news-pagination ul {
	width: intrinsic;
	display: block;
	margin: -30px auto 0;
}

#container article#subpage div.bottom-news-pagination ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding: 0px 5px;
}

#container article#subpage div.bottom-news-pagination a.newer-posts {
	float: left;
	padding-top: 17px;
}

#container article#subpage div.bottom-news-pagination a.active {
	color: #b01d1d;
}

#container article#subpage div.bottom-news-pagination a.newer-posts:before {
	content:url(/library/images/large-arrow-list-left.png);
	float: left;
	padding-right: 10px;
}

#container article#subpage div.bottom-news-pagination a.older-posts {
	float: right;
}

#container article#subpage div.bottom-news-pagination a.older-posts:after {
	content:url(/library/images/large-arrow-list.png);
	float: right;
	padding-left: 10px;
}

/* @end */

/* @group Side Content CSS
============================= */

section.side-content {
	width: 235px;
	float: right;
	background: url(/library/images/side-bg.png);
	display: block;
	padding-bottom: 25px;
	margin-bottom: 75px;
}

article.rss {
	margin: -25px 0 10px 0;
}

article.rss a {
	color: #777777;
	font-size: .75em;/*12px*/
	text-decoration: none;
}

article.rss a img {
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
}

article.rss a span {
	margin: -21px 0 0 25px;
	display: block;
}

article.widget {
	padding: 20px 15px 0px;
}

article.widget h1 {
	font-size:1.3125em;  /*21px*/
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}

article.widget p {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #070707;
	line-height: 16px;
}

article.widget p a {
	color: #ba3030;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
}
	

article.widget ul {
	padding: 0 0 0 15px;
}

article.widget ul li {
	list-style-image: url(/library/images/small-arrow-list.png);
	padding: 0 0 10px 0;
	font: normal 11px arial, sans-serif;
}

article.widget ul li a {
	font-family: Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	color: #707070;
	text-decoration: none;
	letter-spacing: 1px;
}

article.widget ul li a:hover {
	color: #ba3030;
}

article.archive-posts ul li {
	padding: 0 0 5px 0;
}

article.archive-posts ul li a {
	font-weight: normal;
	color: #000;
	
}

article.featured-app img.app {
	margin: 0 auto;
	display: block;
	width: 65px;
	height: 65px;
	float: left;
}

article.featured-app div.right {
	width: 130px;
	padding-top: 5px;
}

article.featured-app div.right h1 {
	font-weight: normal;
	font-size: 15px;
	
}

article.featured-app strong {
	font-size: 13px;
}

article.mailing-list input {
	border: 0;
	outline: 0;
}

article.mailing-list input[type="text"] {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 25px;
	width: 140px;
}

article.mailing-list input[type="submit"] {
	float: right;
}

article.widget.archive-posts a.graybtn {
	width: 120px;
	margin: 0 0 0 25px;
}

article.widget.featured-app a.graybtn {
	width: 70px;
	margin: 0 0 0 55px;
	
}

article.widget a.graybtn {
	margin: 0 0 0 50px;
	height: inherit;
	width: inherit;
	display: inline-block;
	text-align: center;
	padding: 0 25px;
}

article.widget.app-features a.graybtn {
	display: inline-block;
	margin: 0 auto;
	width: inherit;
	min-width: inherit;
	max-width: inherit;
}

article.widget.full {
	padding: 0px 0px 0px;
}

article.widget.full img {
	width: 100%;
	margin-bottom: 5px;
	/*box-shadow: 0px 0px 7px rgba(0, 0, 0, .5) inset;*/
}

article.widget.full p {
	padding: 0px 15px 0px;
}

article.widget.full h1 {
	padding-left: 15px;
	padding-right: 15px;
}

article.widget.full hr {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
}

article.widget hr {
	margin-top: 30px;
}

/* @end */
/*END SIDE CONTENT CSS*/

/* @end */
/*END CONTENT CSS*/

/* @group Footer CSS
======================= */

footer {
	min-height: 510px;
	background: url(/library/images/footer-bg.jpg) repeat;
}

footer section.footer-columns {
	margin: 0 auto;
	display: block;
	width: 990px;
	padding: 55px 0 0 0;
}

footer article  {
	float: left;
}

footer article ul li {
	list-style-type: none;
}

footer article h1 {
	color: #ba3030;
	font: 17px "Didact Gothic", sans-serif;
}

footer article ul {
	padding: 0;
	margin: 0 0 0 0px;
}

footer article ul li {
	padding: 0 0 10px 0;
	margin: 0;
}
footer article ul li,
footer article ul li a {
	color:#959595;
	font: 17px "Didact Gothic", sans-serif;
	text-decoration: none;
}

footer article ul li a:hover {
	color:#fff;
}

footer article.more {
	width: 160px;
	padding: 0 0 0 50px;
}

footer article.footer-blog {
	width: 500px;
	padding: 0 0 0 40px;
}

footer article.footer-blog p {
	font-size: 12px;
	color: #cbcbcb;
}

footer article.footer-blog p a {
	font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

footer article.footer-blog a {
	color:#959595;
	text-decoration: none;
	font-size: 14px;
}

footer article.footer-blog p::after {
	content: "..";
	font-size: 12px;
}

footer article.support {
	width: 159px;
	padding: 0 0 0 0;
	float: right;
}

footer article h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1em; /*16px*/
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

footer article h3 {
	font-family: "Georgia", serif;
	font-style: italic;
	color: #d7d7d7;
	font-weight: normal;
	font-size: .8125em;/*13px*/
	padding: 5px 0 0 0;
	margin: 0;
}

footer article h3 span {
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer article p {
	font-family: "Helvetica Neue", sans-serif;
	font-size: .8125em;/*13px*/
	color: #fff;
	opacity: .6;
	letter-spacing: 1px;
	line-height: 16px;
}

footer ul li a.twitter-link {
	background: url(/library/images/twitter.jpg) no-repeat left;
	padding: 3px 0 2px 45px;
}

footer ul li a.facebook-link {
	background: url(/library/images/facebook.jpg) no-repeat left;
	padding: 3px 0 2px 45px;
}

footer ul li a.flickr-link {
	background: url(/library/images/flickr.jpg) no-repeat left;
	padding: 2px 0 0 45px;
}

footer section.pattern {
	height: 200px;
	background: url(/library/images/footer-bldg-clouds.png) repeat-x bottom;
	display: block;
	margin: 0px 0 0 0;
}

section.pattern div.footer-rocket {
	width: 990px;
	height: 200px;
	margin: 0 auto;
	display: block;
	background: url(/library/images/footer-rocket.png) no-repeat 50px 10px;
}


/* @end */

/* @group Button Elements */

.graybtn {
	background: url(/library/images/graybtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #404040;
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: .75em;/*12px*/
	line-height: 25px;
	display: block;
	text-align: center;
	border: 1px solid #g3g3g3;
}

.graybtn:hover, .graybtn:focus{
	background: url(/library/images/graybtn-hover.jpg) repeat-x;
}
.midgray:hover, .midgray:focus {
	background: url(/library/images/midtone-graybtn-bg.jpg) repeat-x;
}

.darkgraybtn {
	background: url(/library/images/darkgray-btn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #d2d2d2;
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.27);
	text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: .75em;/*12px*/
	line-height: 25px;
	display: block;
	text-align: center;
	border: 1px solid #g3g3g3;
}

.darkgraybtn:hover, .darkgraybtn:focus{
	background: url(/library/images/darkgray-btn-hover.jpg) repeat-x;
}

.redbtn {
	background: url(/library/images/redbtn-bg.jpg) repeat-x;
	height: 26px;
	padding: 0px 15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	color: #fffff;
	text-shadow:  1px 2px 0px rgba(171, 66, 66, 0.75);
	text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: .75em;/*12px*/
	line-height: 25px;
	display: block;
	text-align: center;
}

.redbtn:hover, .redbtn:focus{
	background: url(/library/images/redbtn-hover.jpg) repeat-x;
}

.arrowbtn {
	font: 400 21px "Cabin Sketch", sans-serif;
	color: #000;
	background: #e6e5e5;
	text-decoration: none;
	padding: 5px 0 6px 0px;
	margin-left: 12px;
}

.arrowbtn.br-icon {
	margin-left: 40px;
}

.arrowbtn.thruster-icon {
	margin-left: 42px;
}

.arrowbtn::after {
	content: url(/library/images/arrowbtn-endcap.png);
	position: absolute;
	margin: -6px 0 0 0;
}

.arrowbtn::before {
	content: url(/library/images/arrowbtn-startcap.png);
	/*position: absolute;
	margin: -5px 0 0 -15px;*/
	float: left;
	margin: -5px -30px 0 0;
}

.arrowbtn.br-icon::before {
	content: url(/library/images/arrowbtn-bricon.png);
	/*position: absolute;*/
	margin: -5px -72px 0 0px;
	float: left;
}

.arrowbtn.thruster-icon::before {
	content: url(/library/images/arrowbtn-thrustericon.png);
	/*position: absolute;*/
	margin: -5px -82px 0 0px;
	float: left;
}

input.redbtn {
	color: #fff;
}

input:focus {
	box-shadow: 0px 0px 6px rgba(164, 61, 61, 1);\
	border: 1px solid #a41010;
}

textarea:focus {
	box-shadow: 0px 0px 6px rgba(164, 61, 61, 1);\
	border: 1px solid #a41010;
}

input.arrowbtn::after {
	content: url(/library/images/arrowbtn-endcap.png);
	position: absolute;
	margin: -6px 0 0 0;
}

input.arrowbtn::before {
	content: url(/library/images/arrowbtn-startcap.png);
	position: absolute;
	margin: -5px 0 0 -15px;
}

/* @end */

/* @group Common CSS
======================= */

input[type="text"], input[type="submit"] {
	border: 0;
	outline: 0;
}

hr.rough {
	height: 3px;
	background: url(/library/images/hr-rough-bg.png);
	border: 0;
	outline: 0;
}

hr.footer-divider {
	height: 8px;
	background: url(/library/images/footer-rough-divider.jpg);
	margin: 0 0 15px 0;
	border: 0;
	outline: 0;
}

hr.shadow_divider{
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.clear {
	clear: both;
}

.none {
	display: none;
}


/* ==| Press Page |==================================*/
#press {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#press h2 {
	margin:0px;
	padding:0px;
	line-height:0.9em;
}
#press h2 a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style:italic;
	font-size:17px;
	color:#b01d1d;
	font-weight:bold;
	text-decoration:none;
}
#press p {
	margin:0px 0px 6px 0px;
	line-height:20px;
}
#press div.summary{
	margin-top:8px;
}
#press .summary p {
	font-size:13px;
}
#press .feature {
	position:relative;
	float:left;
	margin-left:23px;
	width:304px;
	height:236px;
	padding:15px 15px 0px 15px;
	margin-bottom:15px;
	overflow:hidden;
	background:url(/library/images/side-bg.png);
}
#press .feature.first {
	margin-left:0px;
}
#press .feature div.fade {
	position:absolute;
	width:334px;
	height:75px;
	bottom:0px;
	left:0px;
	background:url(/library/images/fade_cover.png) repeat-x;
}
#press .feature h2 {
	margin-bottom:10px;
}

.pressPage aside.pagination {
	margin:20px 0px 0px 0px;
}
.pressPage aside.pagination a.prevbtn {
	padding:0px;
}
.pressPage .redbtn,
.pressPage .graybtn {
	display:inline-block;
}
.pressPage form {
	text-align:right;
}
.pressPage input[type="text"] {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 25px;
	width: 270px;
}
.pressPage select {
	border: 1px solid #bdbdbd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 25px;
	width: 220px;
	font-size: 12px;
	margin-top:2px;
	float:right;
}

.share {
	float:right;
	padding:5px 6px 0px 0px;
	font-size:13px;
	
}
.share span {
	margin:0px 1px;
}

a.announce {
	display:inline-block;
	position:absolute;
	right:213px;
	top:78px;
	border:1px solid #ba3030;
	border-radius:5px;
	padding:6px 14px;
	color:#fff;
	background:#ba3030;
	text-shadow: 0px -1px 1px #761010;
	text-decoration:none;
	font: 300 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a.announce span {
	position:relative;
	margin-left:5px;
	top:-1px;
}

/* @end */

/* @group Responsive CSS */

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		/* @group Header CSS */
		
		
		body header {
			position: relative;
		}
		
		body.subpage header, body.wide header {
    		width: 100%;
    	}
		    	
    	body.subpage header a.standard-logo, body.wide header a.standard-logo {
    		width: 100%;
    		padding-left: 33px;
    	}
    	
    	body.subpage nav, body.wide nav {
    		width: 100%;
    	}
    	
    	body.subpage nav ul, body.wide nav ul {
    		width: 90%;

    	}
    	
    	body.subpage nav ul li a.thruster-nav, body.wide nav ul li a.thruster-nav {
    		position: absolute;
    		width: 25px;
    	}

    	body.subpage nav ul li a.mobile-solutions, body.wide nav ul li a.mobile-solutions {
    		margin-right:-258px;
    	}

    	body.subpage nav ul li a.mobile-contact, body.wide nav ul li a.mobile-contact {
    		margin-left: 50px;
    		position: absolute;
    	}

    	body.subpage nav ul li, body.wide nav ul li {
    		margin: 0 25px 0 0;
    	}
    	
    	body.subpage nav ul li:first-child, body.wide nav ul li:first-child {
    		padding-left: 220px;
    	} 
    	
		/* @end */
		/*END HEADER CSS*/
		
		/* @group Body Content CSS */
		
		body.subpage div#content, body.wide div#content {
			width: 100%;
			
		}
		
		body.wide section.main-content {
			width:90%;
		}
		
		body.subpage section.main-content {
	    	width:500px;
	    	float: left;
	    	margin: 0px 0px 0px 15px;
		}

		body.subpage section.main-content article {
			width:100%;
		}
		body.subpage section.main-content article img {
			max-width: 100%;
		}
		body.subpage section.main-content article .share,
		body.wide section.main-content article .share,
		body.subpage section.main-content article aside.credits p {
			float:none;
		}
		body.subpage section.main-content article .share,
		body.wide section.main-content article .share {
			padding:0px 0px 6px 6px;
		}
		
		body.subpage section.side-content {
	    	width: 235px;
	    	float: right;
	    	margin: 0 auto 35px;
	    	padding-bottom: 25px;
		}
		
		#press .feature {
			width:208px;
			height:270px;
		}
		
		/*
body.subpage section.side-content article.widget {
			margin-right: -20px;
			min-height: 340px;
			display: block;
		}
*/
		
		/*About Page CSS */
		article#subpage div#inner-sidebar {
			
		}
		
		article#subpage div.left.about-descrip {
			width: 50%;
		}
		
		article#subpage div.media div#upcoming-events, article#subpage div.media div#recent-news, article#subpage div.media div#featured-post {
			width: 30%;
		}
		
		article#subpage div.media div#featured-post img {
			width: 100%;
		}
		/* End */
		
		body.subpage section.side-content article.widget.full {
			margin-right: 0;
			clear: both;
		}
		
		article.widget.app-features {
			padding-bottom: 50px;
		}
		
		article.widget.app-features a.graybtn {
			width: 100%;
			display: block;
			font-size: 12px;
		}
		
		body.subpage section.side-content article.rss {
			padding: 10px 0 0 20px;
		}
		
		body.subpage section.side-content article.widget.mailing-list input[type="text"] {
			width: 60%;
		}
		
		article#subpage ul.app_fulllist li {
			list-style-type: none;
			list-style-image: none;
			width: 48%;
			height: 150px;
			float: left;
			margin-right: 2%;
		}
		
		article#subpage ul.app_fulllist li p {
			float: right;
			width: 65%;
			font-size: 11px;
			line-height: 12px;
			margin-top: -5px;
		}
		
		article#subpage ul.app_fulllist li p strong {
			font-size: 14px;
		}
		
		article#subpage ul.app_fulllist li img {
			float:  left;
			width: 30%;
		}
		
		
		/* @end */
		/*END BODY CONTENT CSS*/
		
		/* @group Footer Content */
		body.subpage footer, body.wide footer {
			background: #000 url(/library/images/footer-bg.jpg) repeat;
			min-height: 520px;
		}
		
		body.subpage footer section.footer-columns, body.wide footer section.footer-columns {
		   	width: 100%;
		   }
		   
	   body.subpage footer article.more, body.wide footer article.more {
		   	width: 100px;
	   }
	   
	   body.subpage footer article.footer-blog, body.wide footer article.footer-blog {
		   	width: 300px;
	   }
	   
	   body.subpage footer article.support {
		   	width: 150px;
		   	padding: 0 0 0 0;
	   }
	   	   
	   body.subpage footer section.pattern, body.wide footer section.pattern {
		   /*	margin: -161px 0 0 0;*/
		   bottom: 0;
	   }
	   
	   body.subpage section.pattern div.footer-rocket, body.wide section.pattern div.footer-rocket {
		   	width: 100%;
		   	height: 200px;
		   	margin: 0 auto;
		   	display: block;
		}
		
		ul.support-list li.support-app a img {
			width: 40px;
			height: 40px;
		}
		
		/* @end */
		/*END FOOTER CONTENT CSS*/
		}
		
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
    	/* @group Header CSS */
    			
    			body.subpage header, body.wide header {
    	    		width: 100%;
    	    		position: absolute;
    	    		margin-top: -5px;
    	    	}
    			    	
    	    	body.subpage header a.standard-logo, body.wide header a.standard-logo {
    	    		width: 100%;
    	    	}	
    	    	
    	    	body.subpage header a.standard-logo img, body.wide header a.standard-logo img {
    	    		/*display: none;*/
    	    		padding-left: 20px;
    	    	}
    	    	
    	    	body.subpage nav, body.wide nav {
    	    		width: 100%;
    	    		height: 48px;
    	    		margin: 0;
    	    	}
    	    	
    	    	body.subpage nav ul, body.wide nav ul {
    	    		width: inherit;
    	    		float: none;
    	    		margin: 0px 0px 0 0px;
    	    		padding: 60px 0 0 0px;
    	    		display: block;
    	    	}
    	    	
    	    	body.subpage nav ul li:first-child, body.wide nav ul li:first-child {
    	    		padding-left: 25px;
    	    		margin: 0;
    	    	}
    	    	
    	    	body.subpage nav ul li:nth-child(n+4), body.wide nav ul li:nth-child(n+4) {
    	    		padding-left: 60px;
    	    		margin-right: -45px;
    	    	}
    	    	
    	    	body.subpage nav ul li, body.wide nav ul li {
    	    		margin: 0 0px 0 0;
    	    		float: left;
    	    		padding: 0 0px 5px 20px;
    	    	}
    	    	
    	    	body.subpage nav ul li a, body.wide nav ul li a {
    	    		text-decoration: none;
    	    		margin: 0;
    	    		padding: 0;
    	    		text-align: center;
    	    	}
    	    	
    	    	body.subpage nav ul li a.thruster-nav, body.wide nav ul li a.thruster-nav {
    	    		/*background: none;*/
    	    		text-indent: inherit;
    	    		padding: 0;
    	    		margin: 0;
    	    	}

    	    	body.subpage nav ul li a.mobile-solutions, body.wide nav ul li a.mobile-solutions {
    	    		margin-left: 20px;
    	    	}
    	    	
    	    	nav ul li a.thruster-nav {
    	    		background-position: 0 25px;
    	    	}
    	    	
    	    	article.widget.app-features a.graybtn {
    	    		width: 100%;
    	    		display: block;
    	    		font-size: 12px;
    	    	}
    	    	
    	    	article.widget.app-features a.graybtn {
    	    		display: inline-block;
    	    		margin: 0 auto;
    	    		width: 200px;
    	    		min-width: 200px;
    	    		max-width: 200px;
    	    	}
    	    	
    	    	    			
    			/* @end */
    			/*END HEADER CSS*/
    			
    			
    			/* @group Content CSS
    			======================== */
    			
    			body.subpage div#content {
    				width: 100%;
    				padding-top: 120px;
    			}  
    			
    			body.wide div#content {
    				width: 100%;
    				padding-top: 120px;
    			} 
    			
    			div.app_section.mobile {
    				padding-bottom: 100px;
    			}
    			
    			div.app_section.mobile div.app_links {
    				width: 65%;
    				margin-left: 15px;
    				display: block;
    			}
    			
    			div.app_section.mobile div.app_links a.arrowbtn {
    				margin-bottom: 25px;
    			}
    			
    			article#subpage.mobile {
    				padding-bottom: 0px;
    			}
    			
    			body.subpage article#subpage.mobile a.thruster-icon {
	    			margin-left: 40px;
	    			float: left;
    			}
    			
    			/* About Page CSS*/
    			article#subpage div.left.about-descrip {
					width: 100%;
				}
				
				article#subpage div#inner-sidebar {
					width: 100%;
				}
				/* end */
    			
    			/* @group Contact Page CSS
    			========================== */
    			
    			div.contact-form {
    				width: 90%;
    				float: left;
    				margin: 0 -40px 125px 0;
    			}
    			
    			div.contact-form h2 {
    				color: #ba3030;
    				font-size: 1.125em; /*18px*/
    				font-family: "Georgia", serif;
    				font-style: italic;
    				padding: 0;
    				margin: 0;
    				font-weight: normal;
    			}
    			
    			div.contact-form input[type="text"] {
    				border: 1px solid #bdbdbd;
    				-moz-border-radius:5px;
					-webkit-border-radius:5px;
    				border-radius: 5px;
    				height: 25px;
    				width: 100%;
    			}
    			
    			div.contact-form select {
    				border: 1px solid #bdbdbd;
    				-moz-border-radius:5px;
					-webkit-border-radius:5px;
    				border-radius: 5px;
    				height: 25px;
    				width: 100%;
    				font-size: 12px;
    			}
    			
    			div.contact-form textarea {
    				border: 1px solid #bdbdbd;
    				-moz-border-radius:5px;
					-webkit-border-radius:5px;
    				border-radius: 5px;
    				width: 100%;
    			}
    			
    			div.contact-form label {
    				font-family: Arial, sans-serif;
    				letter-spacing: 1px;
    				color: #000;
    				font-size: .875em; /*14px*/
    			}
    			
    			div.contact-form small {
    				color: #707070;
    			}
    			
    			div.contact-form input.redbtn {
    				float: left;
    				margin: 0 35px 0 0;
    				display: inline-block;
    			}
    			
    			/* @end */
    			/*END CONTACT PAGE CSS*/
    			
    			/* @group News Page CSS
	    		============================================*/
	    		
	    		article#subpage #news-highlights ul.featured-posts li {
		    		width: 100%;
		    		margin: 0 0 20px 0;
		    		padding: 0 0 40px 0;
		    		float: none;
		    		clear: both;
		    		border-bottom:1px solid #dddddd
	    		}
	    		
	    		article#subpage #news-highlights ul li img {
		    		margin:0 auto;
		    		display: block;
	    		}
	    		
	    		article#subpage .twitter-feed {
		    		width: 90%;
		    		margin:0 auto 0px;
		    		display: block;
	    		}
	    		
	    		article#subpage .twitter-feed a.twitter-timeline {
		    		width: 50%;
	    		}
	    		
	    		article#subpage .twitter-feed li {
		    		display: block;
		    		margin: 0 auto;
	    		}
	    		
	    		#container article#subpage ul.reel li div.descrip {
		    		width: 100%;
	    		}
	    		
	    		#container article#subpage div.bottom-news-pagination ul  {
		    		display: none;
	    		}
	    		
	    		#container article#subpage div.bottom-news-pagination a {
		    		font-size: 18px;
	    		}
	    		
	    		#container article#subpage div.bottom-news-pagination a.newer-posts {
		    		margin-top: 0;
		    		padding-top:0;
	    		}
	    		
	    		/* @end */
    			
    			/* @group Support Page CSS
    			=============================*/
    			
    			article#subpage ul.support-list li.support-app a p {
    				width: 60%;
    				float: left;
    				font-size: 18px;
    				margin-top: 15px;
    			}
    			
    			div.support-request {
					width: 100%;
				}
				
				div.support-business {
					width:100%;
					margin-top: 25px;
					margin-bottom:75px;
				}
				
				div.support-result div.app-categories {
					width: 100%;
					margin-left: 0px;
				}
				
				div.support-result div.app-categories img {
					width: 40%;
				}
				
				div.support-result div.app-categories h1 {
					width: 55%;
					float: left;
					font-size: 18px;
				}
				
				div.support-result div.app-categories p {
					font-size: 12px;
				}
    			
    			/* @end */
    			
    			/* @group Mobile Apps Page CSS
    			================================== */
    			
    			article#subpage .mobile-applist h1 {
	    			float: left;
    				width: 75%;
    				font-size: 18px;
    				margin: 0px;
    				color: #fff;    				
    			}
    			
    			article#subpage .mobile-applist table {
	    			color:#fff;
    			}
    			article#subpage .mobile-applist table.first {
	    			margin-top:20px;
    			}
    			article#subpage .mobile-applist table td.app-store-links{
	    			text-align: center;
	    			padding-top:10px;
    			}
    			article#subpage .mobile-applist td.appicon { 
    				width:50px;
    				border: 0;
    			}
    			
    			article#subpage .mobile-applist td.appicon img {
	    			width:50px;
    			}
    			
    			article#subpage .mobile-applist img {
	    			width:100px;
    			}
    			
    			article#subpage .mobile-applist .list-container {
	    			padding-bottom:30px;
    			}
    			
    			article#subpage .mobile-applist .list-container .item.first {
	    			margin-top:20px
    			}
    			
    			article#subpage .mobile-applist .list-container .item img {
	    			display:block;
	    			width:125px;
	    			margin:0px auto;
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul {
    				width: 80%;
    				margin: 0 auto;
    				display: block;
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul li {
    				list-style-type: none;
    				list-style-image: none;
    				list-style: none;
    				width: 80%;
    				padding-right: 10%;
    				padding-bottom: 50px;
    				padding-top: 20px;
    				height: inherit;
    			}
    			
    			
    			section.main-content article#subpage div.mobile-applist ul li p {
    				margin-bottom: -20px;	
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul li div.app-descrip {
    				width: 100%;
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul li div.app-descrip a img {
					width: 100px;
					float: left;
					margin: -32px 0 0 0;
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul li div.app-descrip a img.view_appstore.gplay {
    				float: right;
    				margin: 0 -15px 0 0px;
    			}
    			
    			
    			section.main-content article#subpage div.mobile-applist ul li div.app-descrip a.external img {
    				
    			}
    			
    			div.mobile-applist ul li {
    				
    				margin-bottom: 0px;
    			}

    			
    			div.mobile-applist ul li h1,div.mobile-applist ul li p {
    				color: #fff;
    				height: inherit;	
    				width: 225px;
    			} 
    			
    			div.mobile-applist ul li h1 {
    				float: left;
    				width: 75%;
    				font-size: 18px;
    				margin-left: 0px;
    				color: #fff;
    			}
    			
    			div.mobile-applist ul li a.appicon img {
    				width: 25%;
    				float: left;
    				margin-left: -5px;
    				padding-right: 5px;
    				margin
    			}
    			
    			section.main-content article#subpage div.mobile-applist a.mobile_spec {
    				width: 30%;
    				display: block;
    				float: left;
    				color: #404040;
    				text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
    				text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
    				font-family: "Helvetica Neue", Helvetica, sans-serif;
    				font-weight: 500;
    				margin: 0 5% 0 5%;
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul li a.graybtn {
    				width: 75px;
    				color: #404040;
    				text-shadow:  1px 2px 0px rgba(255, 255, 255, 0.27);
    				text-shadow:  1px 2px 0px rgba(0, 0, 0, 0.18) inset;
    				font-family: "Helvetica Neue", Helvetica, sans-serif;
    				font-weight: 500;
    				display: block;
    			}
    			
    			section.main-content article#subpage div.mobile-applist ul li.app-callout {
    				display: none;
    			}
    			
    			section.main-content article#subpage div.mobile-applist.apps-spec ul {
    				padding-top: 50px;
    			}
    			
    			section.main-content article#subpage div.mobile-applist.apps-spec ul li {
    				margin-top: 0px;
    				margin-bottom: -10px;
    				padding-bottom: 15px;
    			}
    			
    			/* @end */
    			
    			 			
    			/* @group Main Section CSS
    			============================ */
    			
    			body.subpage section.main-content {
    				width: 90%;
    				margin: 0px auto 0px;
    				float: none;
    			}
    			
    			body.wide section.main-content {
    				width: 90%;
    				margin: 0px auto 0px;
    				float: none;
    			} 
    			
    			body.subpage article#subpage img{
    				margin: 0 auto;
    				width: 100%;
    			}
    			
    			body.subpage article#subpage {
    				margin-bottom: 50px;
    			}
    			
    			body.subpage div.post-content ul li {
    				list-style-image: url(/library/images/small-arrow-list-black.png);
    				padding: 0px 0 0 0;
    				margin-left: -15px;
    			}
    			
    			article#subpage ul.app_fulllist li {
    				list-style-type: none;
    				list-style-image: none;
    				width: 98%;
    				height: 150px;
    				float: left;
    				margin-right: 1%;
    				margin-left: 1%;
    			}
    			
    			article#subpage ul.app_fulllist li p {
    				float: right;
    				width: 65%;
    				font-size: 11px;
    				line-height: 12px;
    				margin-top: -5px;
    			}
    			
    			article#subpage ul.app_fulllist li p strong {
    				font-size: 14px;
    			}
    			
    			article#subpage ul.app_fulllist li img {
    				float:  left;
    				width: 30%;
    			}

    			/* @group Blog CSS
    			========================== */
    			
    			body.subpage article.blog-post {
    				width: 100%;
    			}
    			
    			body.subpage article.blog-post img {
    				max-width: 100%;
    			}
    			
    			
    			body.subpage aside.pagination a.prevbtn {
    				padding-right: 0px;
    			}
    			
    			/* @group Comments CSS */
    			
    			
    			body.subpage div.comment-member {
    				width: 25%;
    				margin: 0 0px 0 0;
    			}
    			
    			article.widget.app-features a.graybtn {
    				width: 100%;
    				display: block;
    				font-size: 12px;
    			}

    			body.subpage div.response {
    				width: 75%;
    				margin: 10px 0 0 0px;
    				background: url(/library/images/response-bg.png) no-repeat top left;
    			}
    			
    			body.subpage p.video-embed {
    				display: none;
    			}
    			
    			/* @group Comment Form CSS */
    			
    			body.subpage div.comments-form {
    				width: 90%;
    				float: right;
    				margin: 0 0px 55px 0;
    			}
				
				body.subpage div.comments-form p {
					margin-left: -35px;
				}
    			
    			body.subpage div.comments-form textarea {
    				border: 1px solid #bdbdbd;
    				border-radius: 5px;
    				width: 100%;
    			}
    			
    			body.subpage div.comments-form input[type="text"] {
    				width: 100%;
    				margin-left: 0;
    				padding-left: 0;
    			}

    			
    			/* @end */
    			/*END COMMENT FORM CSS*/
    			
    			/* @end */
    			/*END COMMENTS CSS*/
    			
    			/* @end */
    			/*END BLOG CSS*/
    			
    			/* @end */
    			/*END MAIN SECTION CSS*/
    			
    			/* @group Side Content CSS
    			============================= */
    			
    			body.subpage section.side-content {
    				width: 100%;
    				float: none;
    				padding-bottom: 0;
    				margin-bottom: 0;
    				margin: 0 auto;
    				display: block;
    			}
    			
    			body.subpage article.rss {
    				width: 80%;
    				display: block;
    				margin: 0 auto 0;
    				padding: 15px 0px;
    			}

    			body.subpage article.rss a span {
    				margin: -21px 0 0 25px;
    				display: block;
    				
    			}
    			
    			body.subpage article.widget {
    				padding: 20px 15px;
    				width: 80%;
    				margin-left: auto;
    				margin-right: auto;
    			}
    			
    			body.subpage article.widget ul {
    				padding: 0 0 0 15px;
    			}
    			
    			
    			body.subpage article.widget.archive-posts a.graybtn {
    				width: 120px;
    				margin: 0 0 0 25px;
    			}
    			
    			body.subpage article.widget.featured-app a.graybtn {
    				width: 70px;
    				margin: 0 0 0 55px;
    			}
    			
    			body.subpage article.widget a.graybtn {
    				display: block;
    				width: 75px;
    				margin: 0 auto;
    			}
    			
    			
    			article.widget.app-features a.graybtn {
    				width: 100%;
    				display: block;
    				font-size: 12px;
    			}
    			/* @end */
    			/*END SIDE CONTENT CSS*/
    			
    			
    			/* @end */
    			/*END SLIDE SHOW PAGINATION*/
    			
    			/* @end */
    			/*END CONTENT CSS*/
    			
    			/* @group Footer Content */
	   			body.subpage footer {
    				background: #000 url(/library/images/footer-bg.jpg) repeat;
    				min-height: 100px;
    			}
    			
    			body.subpage footer section.footer-columns, body.wide footer section.footer-columns {
    			   	width: 100%;
			   }
    			   
			   body.subpage footer section.footer-columns a {
				   	text-decoration: none;
			   }
    			   
    		   body.subpage footer article.more,
    		   body.wide footer article.more {
    			   	width: 100px;
    		   }
    		   
    		   body.subpage footer article.footer-blog, body.wide footer article.footer-blog {
    			   	display: none;
    		   }
    		   
    		   body.subpage footer article.support,
    		   body.wide footer article.support {
    			   	width: 150px;
    			   	padding: 0 0 0 0;
    		   }
    		   	   
    		   body.subpage footer section.pattern {
    			   	margin: -35px 0 0 0;
    		   }
    		   
    		   body.subpage section.pattern div.footer-rocket, body.wide section.pattern div.footer-rocket {
    			   	width: 100%;
    			   	height: 200px;
    			   	margin: 0 auto;
    			   	display: block;
    			}
    			
    			
    			article#subpage ul.support-list li.support-app a img {
    				width: 80px;
    				height: 80px;
    			}
    			
    			article#subpage ul.support-list li.support-app {
    				width: 100%;
    				height: inherit;
    				margin-bottom: 10px;
    				padding-bottom: 10px;
    			}
    			
    			div.app_section.mobile a.arrowbtn {
    				margin-left: 50px;
    			}
    			
    			article#subpage.mobile h2 {
    				padding-top: 20px;
    			}
    			
    			/* @end */
    			/*END FOOTER CONTENT CSS*/
				
				/* @group Common CSS
				======================= */
				
				body.subpage hr.shadow_divider {
					display: block;	
					width: 100%;
					height: 50px;
					background: url(/library/images/shadow_divider.png) repeat-x;
					display: block;
					margin: 30px 0 -1px 0;
					border: 0;
					outline: 0;
					opacity: .5;
				}
				
				article#subpage .arrowbtn {
					font: 400 30px "Cabin Sketch", sans-serif;
					color: #000;
					background: #e6e5e5;
					text-decoration: none;
					padding: 7px 0 6px 0px;
					margin-left: 20px;
					float: left;
				}
				
				.arrowbtn.br-icon {
					margin-right: 160px;
					float: right;
				}
				
				.arrowbtn.thruster-icon {
					margin-right: 160px;
					float: right;
					height: 25px;
				}
				
				article#subpage .arrowbtn.thruster-icon {
					margin-right: 160px;
					float: right;
				}
				
				.arrowbtn::after {
					content: url(/library/images/arrowbtn-endcap-mobile.png);
					position: absolute;
					margin: -6px 0 0 0;
				}
				
				.arrowbtn::before {
					content: url(/library/images/arrowbtn-startcap-mobile.png);
					position: absolute;
					margin: -5px 0 0 -12px;
				}
				
				article#subpage a.arrowbtn {
					font: 400 21px "Cabin Sketch", sans-serif;
					color: #000;
					background: #e6e5e5;
					text-decoration: none;
					padding: 5px 0 5px 0px;
					margin-left: 40px;
				}
				
				.arrowbtn.br-icon::before {
					content: url(/library/images/arrowbtn-bricon.png);
					position: absolute;
					margin: -5px 0 0 -40px;
				}
				
				.arrowbtn.thruster-icon::before {
					content: url(/library/images/arrowbtn-thrustericon.png);
					position: absolute;
					margin: -5px 0 0 -42px;
				}
				
				article#subpage a.announce {
					display:inline-block;
					position:relative;
					right:0px;
					top:0px;
					border:1px solid #ba3030;
					border-radius:5px;
					padding:6px 14px;
					color:#fff;
					background:#ba3030;
					text-shadow: 0px -1px 1px #761010;
					text-decoration:none;
					font: 300 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
					text-align: center;
				}
				article#subpage a.announce span {
					position:relative;
					margin-left:5px;
					top:-1px;
				}
				
				#press .feature {
			    	margin-left:0px;
			    	width:258px;
			    }
			    .pressPage input[name=searchString]{
				    margin-bottom:8px;
				    width:285px;
			    }
				
				/* @end */
				/*END COMMON CSS*/
				
				/* @group Footer CSS
				==========================*/
				footer section.pattern {
					padding-top: 25px;
				}
				/* @end */
				/* END FOOTER CSS */
			    }
			 


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    
    	/* @group Header CSS */
    			
    			body.subpage header, body.wide header {
    	    		width: 100%;
    	    		position: absolute;
    	    		margin-top: -5px;
    	    	}
    			    	
    	    	body.subpage header a.standard-logo, body.wide header a.standard-logo {
    	    		width: 100%;
    	    	}	
    	    	
    	    	body.subpage header a.standard-logo img, body.wide header a.standard-logo img {
    	    		/*display: none;*/
    	    		display: block;
    	    		margin: 0 auto;
    	    		padding-left: 20%;
    	    	}
    	    	
    	    	body.subpage nav, body.wide nav {
    	    		width: 100%;
    	    		height: 48px;
    	    		margin: 0;
    	    	}
    	    	
    	    	body.subpage nav ul, body.wide nav ul {
    	    		width: 75%;
    	    		float: none;
    	    		margin: 0px auto 0px;
    	    		padding: 60px 0 0 0px;
    	    		display: block;
    	    	}
    	    	
    	    	body.subpage nav ul li:first-child, body.wide nav ul li:first-child {
    	    		padding-left: 25px;
    	    		margin: 0;
    	    	}
    	    	
    	    	body.subpage nav ul li:nth-child(n+4), body.wide nav ul li:nth-child(n+4) {
    	    		padding-left: 60px;
    	    		margin-right: -45px;
    	    	}
    	    	
    	    	body.subpage nav ul li, body.wide nav ul li {
    	    		margin: 0 0px 0 0;
    	    		float: left;
    	    		padding: 0 0px 5px 20px;
    	    	}
    	    	
    	    	body.subpage nav ul li a, body.wide nav ul li a {
    	    		text-decoration: none;
    	    		margin: 0;
    	    		padding: 0;
    	    		text-align: center;
    	    	}
    	    	
    	    	body.subpage nav ul li a.thruster-nav, body.wide nav ul li a.thruster-nav {
    	    		/*background: none;*/
    	    		text-indent: inherit;
    	    		padding: 0;
    	    		margin: 0;
    	    	}
    	    	
    	    	nav ul li a.thruster-nav {
    	    		background-position: 0 25px;
    	    	}
    	    	
    	    	    			
    			/* @end */
    			/*END HEADER CSS*/
    			
        body.subpage article.widget.mailing-list input[type="text"] {
        	width: 75%;
        }
        
        body.subpage article.widget.mailint-list input[type="submit"] {
        	width: 25%;
        }
        
        body.subpage div.post-content ul li {
        	list-style-image: url(/library/images/small-arrow-list-black.png);
        	padding: 0px 0 0 0;
        	margin-left: -15px;
        }
        
        body.subpage section.side-content {
        	width: 100%;
        	margin: 0 auto;
        	display: block;
        }
        
        body.subpage article.widget.full img {
        	width: 75%;
        	margin: 0 auto 5px;
        	display: block;
        	box-shadow: 0px 0px 7px rgba(0, 0, 0, .5) inset;
        }
        
        div.app_section.mobile {
        	margin-left: -24px;
        	padding-bottom: 100px;
        }
        
        div.app_section.mobile div.title-block, div.app_section.mobile p, div.app_section.mobile a {
        	margin-left: 24px;
        }
        
        article#subpage ul.support-list li.support-app a img {
        	width: 30px;
        	height: 30px;
        	position: absolute;
        	margin-left: 2px;
        }
        
        article#subpage ul.support-list li.support-app a p {
        	padding-left: 35px;
        	margin-top: 0px;
        	font-size: 10px;
        }
        
        /* @group Common CSS
        ======================= */
        
        body.subpage hr.shadow_divider {
        	display: block;	
        }
        
        /* @end */
        /*END COMMON CSS*/
    }

/* @end */

