/*------------------------------------------------------------------------------
 RESET & NORMALIZE
------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
}

audio, canvas, video {
	*display: inline;
}

.lt-ie8 audio, .lt-ie8 video, .lt-ie8 canvas {
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover, a:active {
	outline: 0;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#map_canvas img {
	max-width: none;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button, input {
	line-height: normal;
}

.lt-ie8 button, .lt-ie8 input {
	overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset {
	border: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

/*------------------------------------------------------------------------------
HTML
------------------------------------------------------------------------------*/

body, select, input, textarea {
	color: #747474;
	background: #f8f8f8;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
	margin: 0;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 1.6;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #000;
	line-height: 1.6em;
	z-index: 1;
	position: relative;
	overflow: hidden;
	*zoom: 1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 .line1 {
	color: white;
}

h1 span {
	background: #f5581c;
	color: #fff;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 2px;
	padding: 0 12px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}

h2.large {
	font-size: 28px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #f5581c;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h4.alt {
	font-size: 18px;
	font-weight: bold;
	color: #828282;
}

h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
}

blockquote {
	margin: 0;
	padding: 0;
}

cite {
	font-style: normal;
}

a {
	color: #50a9ca;
	text-decoration: none;
	padding-bottom: 1px;
}

a:visited {
	color: #50a9ca;
}

a:hover {
	color: #50a9ca;
	padding-bottom: 0;
	border-bottom: 1px dotted #50a9ca;
}

a:focus, a:hover, a:active {
	outline: 0;
}

body.attribution {
	width: 100%;
	margin-top: 0;
	line-height: auto;
}

/*------------------------------------------------------------------------------
GRID
------------------------------------------------------------------------------*/

.row {
	margin-left: -12px;
	*zoom: 1;
}

.row:before, .row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 12px;
}

.span12 {
	width: 960px;
}

.span11 {
	width: 879px;
}

.span10 {
	width: 798px;
}

.span9 {
	width: 717px;
}

.span8 {
	width: 636px;
}

.span7 {
	width: 555px;
}

.span6 {
	width: 474px;
}

.span5 {
	width: 393px;
}

.span4 {
	width: 312px;
}

.span3 {
	width: 231px;
}

.span2 {
	width: 150px;
}

.span1 {
	width: 69px;
}

.offset12 {
	margin-left: 984px;
}

.offset11 {
	margin-left: 903px;
}

.offset10 {
	margin-left: 822px;
}

.offset9 {
	margin-left: 741px;
}

.offset8 {
	margin-left: 660px;
}

.offset7 {
	margin-left: 579px;
}

.offset6 {
	margin-left: 498px;
}

.offset5 {
	margin-left: 417px;
}

.offset4 {
	margin-left: 336px;
}

.offset3 {
	margin-left: 255px;
}

.offset2 {
	margin-left: 174px;
}

.offset1 {
	margin-left: 93px;
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container-wide {
	position: relative;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
}

[class*="container"]:before, [class*="container"]:after, .clearfix:before, .clearfix:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.container:after, .clearfix:after {
	clear: both;
}

/*------------------------------------------------------------------------------
STRUCTURE
------------------------------------------------------------------------------*/

.site-wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	overflow: hidden;
}

/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/

.header {
	background-color: #ffffff;
	padding: 0 0 33pX;
}

.header-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.logo {
	background: url("../_media/logo-hd.svg") left top no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	height: 82px;
	margin-top: 15px;
	width: 270px;
}

.logo:hover {
	border-bottom: none;
}

/*------------------------------------------------------------------------------
MAIN NAV
------------------------------------------------------------------------------*/

.nav-super {
	float: right;
}

.nav-super ul {
	float: right;
}

.nav-super li {
	float: right;
	list-style: none;
}

.nav-super a {
	font-size: 12px;
	margin-left: 20px;
	color: #b9b9b9;
}

.nav-super a:hover {
	color: #828282;
	border-bottom: none;
}

.nav-super .btn {
	color: white;
}

.nav-super .btn-border {
	color: #828282;
}

.nav-super .icon {
	margin-left: 10px;
	background: #b9b9b9;
	color: white;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.nav-super .action {
	margin: 12px 0 0 20px;
	border-left: 1px solid #b9b9b9;
	padding: 0;
}

.nav-super .action a:hover {
	color: white;
}

.nav-super a.btn-border:hover {
	color: #828282;
	border: 1px solid #b9b9b9;
}

.nav-super .first {
	margin-left: 20px;
}

.nav-mobile {
	display: none;
}

.nav-primary {
	float: right;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.nav-primary li {
	margin-left: 20px;
	list-style: none;
	position: relative;
	display: inline;
}

.nav-primary li.current-menu-ancestor > a {
	color: #f5581c;
	font-weight: 100;
}

.nav-primary li.current-menu-ancestor .sub-menu {
	display: block !important;
	visibility: visible !important;
}

.nav-primary a {
	color: #828282;
	font-weight: 100;
}

.nav-primary .nav-phone a {
	color: #50a9ca;
}

.nav-primary .sub-menu a:hover, .nav-primary a:hover {
	color: #f5581c;
	border-bottom: none;
	padding-bottom: 1px;
}

.nav-primary .current-menu-item > a, .nav-primary .sub-menu .current-menu-item > a, .nav-primary .sub-menu .current_page_parent > a {
	color: #f5581c;
}

.nav-primary li.selected ul, .nav-primary li.sfHover ul, .nav-primary li.hover ul {
	display: block;
	visibility: visible;
}

.nav-primary .sub-menu {
	position: absolute;
	left: 50%;
	width: 500px;
	font-size: 13px;
	padding: 5px 0 0 0;
	text-align: left;
	display: none;
	background: url("../_media/nav-arrow.png") 0 3px no-repeat;
}

.nav-primary .sub-menu a {
	color: #b9b9b9;
}

.nav-primary .alt .sub-menu {
	left: auto;
	right: 40px;
	text-align: right;
	padding-right: 20px;
	background: url("../_media/nav_arrow_alt.png") 100% 3px no-repeat;
}

.nav-primary .sub-menu .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*------------------------------------------------------------------------------
TABS
------------------------------------------------------------------------------*/

.ui-tabs .ui-tabs-hide {
	display: none;
}

/*------------------------------------------------------------------------------
PAGE SPECIFIC
------------------------------------------------------------------------------*/

.home h1 {
	max-width: 100%;
	width: 960px;
	padding: 30px 0 20px 0;
	color: #36342e;
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
	font-weight: 300;
}

.home .banner {
	background: url("../_media/home-banner-bg.png") left top repeat-x;
	height: 469px;
}

.home .banner p {
	font-size: 17px;
}

.home .banner h2 {
	font-size: 20px;
	margin: 45px 0 0 0;
}

.home .banner .btn {
	background: url("../_media/button-gradient.png") repeat-x 0 0;
	border-radius: 4px;
	font-size: 15px;
	height: 33px;
	line-height: 100%;
	padding: 10px 20px 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.home .banner .btn:hover {
	background-color: #27bb24;
	background-clip: padding-box;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #27bb24), color-stop(100%, #219e1e));
	background-image: -webkit-linear-gradient(top, #27bb24 0%, #219e1e 100%);
	background-image: -moz-linear-gradient(top, #27bb24 0%, #219e1e 100%);
	background-image: -o-linear-gradient(top, #27bb24 0%, #219e1e 100%);
	background-image: -ms-linear-gradient(top, #27bb24 0%, #219e1e 100%);
	background-image: linear-gradient(top, #27bb24 0%, #219e1e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#27bb24', endColorstr='#219e1e', GradientType=0);
}

.home .banner .icon-arrow:before {
	margin-left: 30px;
	margin-top: -5px;
}

.home .radial {
	height: 483px;
	background: url("../_media/bg-slider.jpg") center top no-repeat;
}

.home .hero-wrap {
	position: relative;
}

.home .hero-wrap a {
	padding: 0;
}

.home .hero {
	height: 469px;
}

.home .first {
	position: relative;
}

.home .hero-content {
	padding: 125px 0 0;
	width: 540px;
	z-index: 100;
	font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
}

.home .hero-content h2 {
	color: #ffffff;
	font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
	font-size: 39px;
	line-height: 120%;
	margin: 0 0 20px;
	font-weight: 300;
}

.home .hero-content h2 span {
	color: #ff6633;
}

.home .hero-content h3 {
	color: #ffffff;
	font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 300;
}

.home .hero-user-lifecycle {
	position: absolute;
	bottom: 0;
	right: -160px;
}

.home .hero-acquire {
	position: absolute;
	bottom: 0;
	right: -100px;
}

.home .hero-remarket {
	position: absolute;
	bottom: 0;
	right: -60px;
}

.home .hero-analyze {
	position: absolute;
	bottom: 0;
	right: -60px;
}

.home .hero-content img {
	/*width: 50%;*/
}

.home .hero-image01 {
	position: absolute;
	bottom: -14px;
	right: -60px;
}

.home .hero-image02 {
	position: absolute;
	bottom: -14px;
	right: -60px;
}

.home .hero-image03 {
	position: absolute;
	bottom: -14px;
	right: -60px;
}

.home .hero-image04 {
	position: absolute;
	bottom: -14px;
	right: -60px;
}

.home .tab-next, .home .tab-previous {
	position: absolute;
	top: 180px;
	z-index: 100;
}

@media screen and (max-width: 1088px) {
	.home .tab-next,	.home .tab-previous {
		display: none;
	}
}

.home .tab-next {
	right: 0;
}

.home .tab-previous {
	left: 0;
}

.home .nav-promo {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.home .nav-promo a {
	text-transform: uppercase;
	color: #dddddd;
	padding: 0 10px 2px;
	display: block;
	min-width: 125px;
	border-bottom: 6px solid #828282;
}

.home .nav-promo a:hover, .home .nav-promo .ui-tabs-active a {
	color: #ffffff;
	border-bottom: 6px solid #f5581c;
}

.home .nav-promo li {
	margin-right: 2px;
	float: left;
	list-style: none;
}

.home .promo-image {
	position: absolute;
	bottom: 0;
	right: 0;
}

.home .column {
	padding: 0 25px;
}

.home .separator {
	border-left: none;
	padding: 0;
	border-right: 1px solid #b9b9b9;
}

.home .v-space {
	margin-top: 25px;
	margin-bottom: 25px;
}

.home .banner .container {
	height: 469px;
}

.home .whats-new {
	padding-left: 0;
}

.home .primary-callout {
	padding: 0;
	border: 0;
}

.home .primary-callout h3 {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.home .logos {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.home .phone {
	margin: 0 20px 0 90px;
}

.home .news-item td {
	padding-bottom: 20px;
}

.home .news-item-text {
	display: inline-block;
}

.home .news-item .date {
	font-size: 14px;
}

.home .news-item .title {
	font-size: 18px;
}

.home .news-item .image img {
	max-width: 90px;
	width: 100px;
}

.home .news-item .title {
	display: block;
}

.home .callout-title {
	color: #f5581c;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}

.home .callout-image {
	width: 30%;
	display: inline;
	float: left;
}

.home .callout-text {
	width: 70%;
	display: inline;
	float: left;
}

.home .logos {
	margin: 0 auto 25px auto;
	width: 960px;
	height: 98px;
}

.company .photos {
	width: 1380px;
	height: 369px;
	margin: 0 auto;
	background: none;
}

.company .photos .left, .company .photos .middle, .company .photos .right {
	display: inline;
	float: left;
}

.why-apsalar .why-promo-mindshare {
	margin-bottom: -15px;
}

.why-apsalar .text-item {
	padding: 0 15px 0 75px;
}

.press .press-release-wrapper h2 {
	margin-top: 30px;
}

.press .press-release-wrapper h2:first-child {
	margin-top: 0;
}

.events .events-wrapper {
	clear: both;
}

.events .events-wrapper .events-item {
	overflow: hidden;
	margin-bottom: 20px;
}

.events .events-wrapper .events-item img {
	float: left;
}

.events .events-wrapper .events-item p {
	margin-left: 95px;
}

.investors .investor-item {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.investors .investor-item img {
	float: left;
	margin: 0 20px 20px 0;
}

.products .branding {
	height: 460px;
}

.big-data-lab .banner-promo {
	top: -18px;
	right: -10px;
}

.apscience .banner-promo {
	top: -19px;
}

.marketers .banner-promo {
	top: -50px;
	right: 0;
}

.developers .banner-promo {
	top: -49px;
	right: 0;
}

/*------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------*/

.content-container {
	margin-bottom: 25px;
}

.primary-content {
	margin-bottom: 25px;
}

.banner {
	position: relative;
	margin-bottom: 25px;
	background-color: #d4d5d7;
	*zoom: 1;
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD4D5D7', endColorstr='#FFF8F8F8');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d5d7), color-stop(100%, #f8f8f8));
	background-image: -webkit-linear-gradient(top, #d4d5d7 0%, #f8f8f8 100%);
	background-image: -moz-linear-gradient(top, #d4d5d7 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #d4d5d7 0%, #f8f8f8 100%);
	background-image: -ms-linear-gradient(top, #d4d5d7 0%, #f8f8f8 100%);
	background-image: linear-gradient(top, #d4d5d7 0%, #f8f8f8 100%);
}

body {
	background: none !important;
}

.banner {
	background: none !important;
}

.banner-short .branding {
	min-height: 200px;
}

.banner-text {
	position: relative;
	z-index: 2;
	font-size: 20px;
	line-height: 1.4;
}

.banner-promo {
	position: absolute;
	top: 0;
	right: -57px;
	z-index: 0;
}

.lifecycle {
	position: absolute;
	top: -60px;
	right: -57px;
	z-index: 0;
}

.branding {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	overflow: visible;
	padding-top: 40px;
	min-height: 400px;
}

.lt-ie9 .branding {
	min-height: 0;
	height: 400px;
}

.lt-ie9 .banner-blog {
	min-height: 0;
	height: 100px;
}

.lt-ie9 .banner-short .branding {
	min-height: 0;
	height: 200px;
}

.lt-ie9 .products .branding {
	min-height: 0;
	height: 460px;
}

.primary-callout {
	padding: 40px 0;
	background: white;
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.secondary-callout {
	padding: 40px 0;
	border: 1px solid #b9b9b9;
	-webkit-box-shadow: inset #b9b9b9 0 0 6px;
	-moz-box-shadow: inset #b9b9b9 0 0 6px;
	box-shadow: inset #b9b9b9 0 0 6px;
}

.callout-title {
	color: #f5581c;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}

.callout-image {
	width: 30%;
	display: inline;
	float: left;
}

.callout-text {
	width: 70%;
	display: inline;
	float: left;
}

.products-and-services .callout-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 126px;
	height: 293px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.products-and-services .callout {
	padding-left: 25px;
}

.products-and-services .callout-text {
	width: auto;
}

.primary-promos {
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
}

.promo {
	float: left;
	width: 520px;
	margin-top: 25px;
	min-height: 175px;
	padding-left: 210px;
}

.promo-heading {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	text-transform: none;
	margin-bottom: 5px;
}

.promo-text {
	margin-bottom: 5px;
}

.promo-link {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.image-promo {
	position: relative;
}

.image-promo .gray-block {
	text-transform: none;
	position: absolute;
	top: 40px;
	left: 0;
}

.image-promo .gray-block span {
	padding: 12px 20px;
}

/**/

#boxes {
	display: block;
	margin: 0 auto;
	padding: 50px 0 40px;
	width: 990px;
}

#boxes .box {
	display: block;
	float: left;
	margin: 0 60px 0 0;
	width: 290px;
}

#boxes .box img {
	max-width: 45%;
	float: right;
}

#boxes .box:last-child {
	margin: 0;
}

#boxes .box .bcategory {
	border-bottom: 1px solid #999999;
	color: #36342e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 120%;
	margin: 0 0 15px;
	padding: 0 0 10px;
	text-transform: none;
}

#boxes .box .btitle {
	float: left;
	font-size: 23px;
	text-align: left;
	width: 48%;
}

#boxes .box .bcontent {
	color: #36342e;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

#boxes .box .bcontent a {
	color: #36342e;
}

#boxes .box .bcontent h4 {
	color: #36342e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 33px;
	font-weight: 100;
	line-height: 100%;
}

#boxes .box .bcontent p {
	color: #36342e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 155%;
}

#boxes .box .bcontent .large {
	font-size: 20px;
	line-height: 135%;
}

#boxes .box .bfooter {
	background-color: #e9e9e9;
	display: block;
}

#boxes .box .bfooter a {
	color: #333333;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 100%;
	padding: 5px 15px;
}

#boxes .box .bfooter a:hover {
	border: none;
}

/**/

.tablet {
	background: url("../_media/home-promo-tablet.png") 0 0 no-repeat;
	width: 208px;
	height: 133px;
	float: left;
}

.tablet-small {
	background: url("../_media/promo-tablet-small.png") 0 0 no-repeat;
	width: 113px;
	height: 72px;
	float: left;
}

.phone {
	background: url("../_media/home-promo-phone.png") 0 0 no-repeat;
	width: 113px;
	height: 158px;
	float: left;
}

.news-item {
	margin-bottom: 25px;
}

.news-item p {
	padding-left: 75px;
}

.news-item img {
	margin-right: 25px;
}

.news-thumbnail-small .news-item p {
	padding-left: 75px;
}

.news-thumbnail-large .news-item p {
	padding-left: 125px;
}

.news-thumbnail-medium .news-item p {
	padding-left: 100px;
}

.ap_resources {
	min-height: 352px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.resource-item {
	position: relative;
}

.resource-item .resource-title {
	position: absolute;
	color: #333333;
	font-size: 9px;
	text-transform: uppercase;
}

.resource-item .resource-thumb {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #b9b9b9;
}

.resource-item img {
	border-bottom: 10px solid #f5581c;
}

.resource-item.portrait .resource-thumb {
	width: 133px;
	height: 172px;
}

.resource-item.portrait .resource-title {
	top: 45px;
	left: 12px;
	width: 110px;
}

.resource-item.landscape .resource-thumb {
	width: 187px;
	height: 96px;
}

.resource-item.landscape .resource-title {
	top: 45px;
	left: 12px;
	width: 115px;
}

.gray-block {
	font-size: 26px;
	color: white;
	z-index: 1;
	position: relative;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	font-family: 'Serifa W01 55 Roman', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.gray-block {
	*display: inline;
}

.gray-block span {
	background: #828282;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 2px;
	padding: 0 12px;
	white-space: nowrap;
}

.quote .gray-block {
	padding-left: 50px;
	margin-bottom: 25px;
}

.quote .gray-block:before {
	position: absolute;
	top: -34px;
	left: 0;
	content: '“';
	color: #f5581c;
	font-size: 100px;
	font-family: 'Serifa W01 55 Roman', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.quote blockquote {
	margin-left: -50px;
}

.quote-wide .cite {
	display: inline;
	float: left;
}

.quote-wide .cite p, .quote-wide .cite img {
	margin-right: 20px;
	display: inline;
	float: left;
}

.quote-wide .cite-logo {
	margin-top: 0;
}

.arrow:after {
	margin-left: 10px;
	content: '›';
	font-size: 25px;
	line-height: 2;
}

.feature {
	margin-bottom: 50px;
	overflow: hidden;
	*zoom: 1;
}

.feature-left {
	margin-left: -25px;
}

.feature-left .image {
	width: 35%;
	display: inline;
	float: left;
}

.feature-left .text {
	width: 65%;
	padding-right: 25px;
	display: inline;
	float: left;
}

.feature-right {
	margin-right: -25px;
}

.feature-right .image {
	width: 35%;
	display: inline;
	float: right;
}

.feature-right .text {
	width: 65%;
	padding-right: 25px;
	display: inline;
	float: right;
}

.promo-image-side {
	display: block;
	background: url("../_media/marketers-promo.png") left top no-repeat;
	width: 312px;
	height: 406px;
}

.promo-image-side .promo-title {
	display: block;
	font-size: 26px;
	color: #828282;
	padding: 25px 0 0 25px;
	font-family: 'Serifa W01 55 Roman', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.promo-image-side:hover {
	border-bottom: none;
}

.follow {
	margin: 0;
	padding: 0;
}

.follow a:hover {
	border: none;
}

.follow li {
	list-style: none;
	margin-bottom: 10px;
}

.follow .icon {
	font-size: 12px;
	background: #b9b9b9;
	color: white;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.follow a:hover .icon-twitter {
	color: #00A0D1;
}

.follow a:hover .icon-facebook {
	color: #3B5998;
}

.follow a:hover .icon-twitter {
	color: #00A0D1;
}

.follow a:hover .icon-linkedin {
	color: #007fb2;
}

.follow a:hover .icon-rss {
	color: #f5581c;
}

.follow a:hover .icon-mail {
	color: #828282;
}

/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/

.footer {
	font-size: 12px;
	margin: 25px auto 50px;
	overflow: hidden;
	width: 960px;
	*zoom: 1;
}

.m-footer {
	display: none;
}
.footer .action {
	float: right;
}

#footer-left {
	float: left;
}

#footer-right {

	float: right;
}

.footer .action {
	margin-top: 15px;
}

.footer .action a {
	margin-left: 10px;
}

.footer .action a:visited {
	color: white;
}

.nav-footer {
	font-size: 12px;
	margin-top: 20px;
	padding: 0;
}

.nav-footer a {
	color: #828282;
}

.nav-footer li {
	margin-right: 20px;
	float: left;
	list-style: none;
}

.nav-footer .nav-phone a {
	color: #50a9ca;
}

.copyright {
	color: #b9b9b9;
	font-size: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

.copyright a {
	color: #b9b9b9;
}

.platform-icons {
	margin: -7px 10px 0 0;
}

/*------------------------------------------------------------------------------
FORMS
------------------------------------------------------------------------------*/

.login-form-wrap {
	width: 520px;
	float: left;
}

.login-form-wrap.main-signup {
	margin-left: 55px;
	margin-top: -70px;
}

.form-wrap {
	padding: 0;
	margin: 0;
}

.form-wrap:focus {
	outline: none;
	-webkit-box-shadow: #50a9ca 0 0 6px;
	-moz-box-shadow: #50a9ca 0 0 6px;
	box-shadow: #50a9ca 0 0 6px;
}

.form-wrap .field {
	width: 435px;
	clear: both;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	*zoom: 1;
}

.form-wrap label {
	width: 130px;
	float: left;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 2.5;
	color: #b9b9b9;
}

.form-wrap .line-height-reset {
	line-height: 1.4;
}

.form-wrap input[type='password'], .form-wrap input[type='text'], .form-wrap textarea, .form-wrap select {
	float: left;
	background: white;
	border: 1px solid #b9b9b9;
	padding: 5px;
	margin: 3px 0;
	font-size: 14px;
	color: #333333;
}

.form-wrap select {
	background: white;
	padding: 3px;
}

.form-wrap input[type='submit'] {
	margin-left: 130px;
	display: block;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-wrap input[type='submit']:hover {
	text-decoration: none;
}

.form-wrap label[for='company'], .form-wrap label[for='confirm-password'] {
	white-space: nowrap;
}

.form-wrap .container-select {
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.form-wrap .container-select, .form-wrap p.terms {
	margin-left: 110px;
}

.form-wrap .container-select p {
	margin-bottom: 5px;
}

.form-wrap .terms label {
	width: auto;
	color: #333333;
	font-size: 12px;
}

.form-login {
	margin-bottom: 0 !important;
	padding: 0 20px;
}

.form-login input[type='password'], .form-login input[type='text'], .form-login select, .form-login textarea {
	width: 255px;
}

.form-login label {
	padding-right: 10px;
	text-align: right;
}

.form-login h4 {
	margin: 0 0 30px 20px;
}

.form-login .left {
	text-align: left;
}

.message, .error {
	margin: 0 25px 25px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #b9b9b9;
	-webkit-box-shadow: #b9b9b9 0 0 6px;
	-moz-box-shadow: #b9b9b9 0 0 6px;
	box-shadow: #b9b9b9 0 0 6px;
}

.get-more-app-downloads .container-select, .marketing-attribution-analytics .container-select, .ad-platform .container-select, .sign-up-for-apsalar-and-get-100-in-facebook-ads-free .container-select, .apengage .container-select, .apscience .container-select, .developers .container-select, .audience-targeting .container-select, .remarketing .container-select, .in-app-analytics .container-select {
	margin-left: 0;
}

.get-more-app-downloads p.terms, .marketing-attribution-analytics p.terms, .ad-platform p.terms, .apengage p.terms, .sign-up-for-apsalar-and-get-100-in-facebook-ads-free p.terms, .apscience p.terms, .developers p.terms, .audience-targeting p.terms, .remarketing p.terms, .in-app-analytics p.terms {
	margin-left: 128px;
}

.get-more-app-downloads #form-interested-in, .marketing-attribution-analytics #form-interested-in, .ad-platform #form-interested-in, .apengage #form-interested-in, .apscience #form-interested-in, .developers #form-interested-in, .audience-targeting #form-interested-in, .remarketing #form-interested-in, .in-app-analytics #form-interested-in {
	width: 150px;
}

.form-wrap .allow-wrap {
	white-space: normal;
	line-height: 15px;
}

.mktLblLeft li {
	list-style-type: none;
}

.contact-us .help span.mktFormMsg {
	top: 25px;
}

.contact-us span.mktFormMsg {
	display: inline;
	position: absolute;
	top: 35px;
	left: 130px !important;
	width: 200px;
	color: #f5581c;
}

.contact-us .field {
	padding-bottom: 12px;
}

label.multiline-label {
	white-space: normal;
	line-height: 16px;
}

/*------------------------------------------------------------------------------
BLOG
------------------------------------------------------------------------------*/

.widget-area .form-wrap {
	margin: 0;
	padding: 0 0 25px;
}

.post, .search-results .page, .search-results .type-ap_news_and_events {
	padding-bottom: 25px;
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 25px;
}

.post h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background: none;
}

.search-form .btn {
	margin: 2px 0 0 10px;
	padding: 1px 20px 0 !important;
}

.search-form fieldset {
	margin: 0;
	padding: 0;
}

.banner-blog .branding {
	min-height: 100px;
}

/*------------------------------------------------------------------------------
GENERAL
------------------------------------------------------------------------------*/

.btn, .btn:visited {
	color: white;
	background-color: #f2783d;
	padding: 4px 14px;
	margin-bottom: 0;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3YmIyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxOWUxZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2783d), color-stop(100%, #f16533));
	background-image: -webkit-linear-gradient(top, #f2783d 0%, #f16533 100%);
	background-image: -moz-linear-gradient(top, #f2783d 0%, #f16533 100%);
	background-image: -o-linear-gradient(top, #f2783d 0%, #f16533 100%);
	background-image: -ms-linear-gradient(top, #f2783d 0%, #f16533 100%);
	background-image: linear-gradient(top, #f2783d 0%, #f16533 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2783d', endColorstr='#f16533', GradientType=0);
	background: url(https: //flickerbox.apsalar.com/wp-content/uploads/2010/05/button-gradient.png) repeat-x 0 0;
	border-radius: 4px;
	font-size: 12px;
	height: 33px;
	line-height: 100%;
	padding: 10px 20px 0;
}

.btn, .btn:visited {
	*display: inline;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: white;
	border-bottom: none;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1NTgxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkNGYxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5581c), color-stop(100%, #dd4f19));
	background-image: -webkit-linear-gradient(top, #f5581c 0%, #dd4f19 100%);
	background-image: -moz-linear-gradient(top, #f5581c 0%, #dd4f19 100%);
	background-image: -o-linear-gradient(top, #f5581c 0%, #dd4f19 100%);
	background-image: -ms-linear-gradient(top, #f5581c 0%, #dd4f19 100%);
	background-image: linear-gradient(top, #f5581c 0%, #dd4f19 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5581c', endColorstr='#dd4f19', GradientType=0);
	background-color: #f2783d;
	background-clip: padding-box;
	/*
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2783d), color-stop(100%, #219e1e));
	background-image: -webkit-linear-gradient(top, #f2783d 0%, #219e1e 100%);
	background-image: -moz-linear-gradient(top, #f2783d 0%, #219e1e 100%);
	background-image: -o-linear-gradient(top, #f2783d 0%, #219e1e 100%);
	background-image: -ms-linear-gradient(top, #f2783d 0%, #219e1e 100%);
	background-image: linear-gradient(top, #f2783d 0%, #219e1e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2783d', endColorstr='#219e1e', GradientType=0);
	*/
}

.btn-border {
	color: #828282;
	padding: 10px 14px 0;
	background: white;
	border: 1px solid #b9b9b9;
	filter: none;
}

.btn-border:hover, .btn-border:active, .btn-border:visited, .btn-border.active, .btn-border.disabled, .btn-border[disabled] {
	color: #828282;
	padding: 10px 14px 0;
	background: #f8f8f8;
	border: 1px solid #b9b9b9;
	filter: none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: none;
	width: 15px;
	height: 15px;
	text-align: center;
	text-transform: none;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	*display: inline;
}

.icon-arrow:before {
	content: 'c';
	text-transform: none;
	margin-top: -3px;
	font-size: 10px;
}

.icon-facebook:before {
	content: 'f';
}

a.icon-facebook:hover {
	color: #3B5998;
}

.icon-mail:before {
	content: 'e';
}

a.icon-mail:hover {
	color: #828282;
}

.icon-twitter:before {
	content: 't';
}

a.icon-twitter:hover {
	color: #00A0D1;
}

.icon-linkedin:before {
	content: 'l';
}

a.icon-linkedin:hover {
	color: #007fb2;
}

.icon-rss:before {
	content: 'r';
}

a.icon-rss:hover {
	color: #f5581c;
}

.tweet_list {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
}

.tweet_list li {
	margin-bottom: 25px;
}

.no-pad {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-border {
	border: none !important;
}

.no-bg {
	background: none !important;
}

.border {
	border: 1px solid #b9b9b9;
}

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.top-space {
	margin-top: 25px;
}

.bottom-space {
	margin-bottom: 25px;
}

.left-space {
	margin-left: 25px;
}

.right-space {
	margin-right: 25px;
}

.right-pad {
	padding-right: 25px;
}

.nowrap {
	white-space: nowrap;
}

hr {
	background: #b9b9b9;
	color: #b9b9b9;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 30px 0;
	border: none;
}

hr.thick {
	height: 4px;
}

hr.space {
	background: #f8f8f8;
	color: #f8f8f8;
}

p.space {
	margin-bottom: 25px;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.center {
	text-align: center;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

.float-left {
	display: inline;
	float: left;
}

.float-right {
	display: inline;
	float: right;
}

.pull-left {
	margin-left: -15px;
}

.caps {
	text-transform: uppercase;
}

.no-caps {
	text-transform: none;
}

.strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.light {
	color: #b9b9b9;
}

.dark {
	color: #333333;
}

.small {
	font-size: 12px;
}

.large {
	font-size: 16px;
}

.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #b9b9b9;
}

.no-underline {
	padding-bottom: 0;
	border-bottom: none;
}

.highlight {
	color: #ec008c !important;
}

.pad {
	padding: 25px;
}

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.hide {
	display: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.border-left-pad {
	padding-left: 20px;
	border-left: 1px solid #b9b9b9;
}

.login-sidebar {
	margin: 30px 0 0 55px;
	width: 380px;
	float: left;
}

.login-sidebar.main-signup {
	margin-left: 12px;
}

.hover {
	float: left;
	cursor: pointer;
}

.hover:hover a {
	padding-bottom: 0;
	border-bottom: 1px dotted #50a9ca;
}

.hover:hover img {
	opacity: 0.9;
}

.hover:hover span {
	opacity: 1;
}

.lightbox-icon {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #333333;
	width: 20px;
	height: 20px;
	text-align: center;
	color: white;
	z-index: 2;
	font-weight: 100;
}

ul.space li {
	margin: 0 0 5px 0;
}

/*------------------------------------------------------------------------------
 IE
------------------------------------------------------------------------------*/

/* Add CSS3PIE behavior to show CSS3 styles in IE6-8 */

.old_ie .pie {
	position: relative;
	behavior: url("../_includes/PIE.htc");
}

/*------------------------------------------------------------------------------
 Colorbox
------------------------------------------------------------------------------*/

/*
		ColorBox Core Style:The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-moz-box-sizing: content-box;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	padding-top: 20px;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}

/* ColorBox User Style */

#cboxOverlay {
	background: #333333;
	opacity: 0.5;
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../_media/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../_media/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../_media/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../_media/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../_media/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(../_media/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url(../_media/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url(../_media/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 28px;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../_media/colorbox/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../_media/colorbox/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxLoadingOverlay {
	background: url(../_media/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(../_media/colorbox/loading.gif) no-repeat center center;
}

#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../_media/colorbox/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

/*
	The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
	when an alpha filter (opacity change) is set on the element or ancestor element.	This style is not applied to or needed in IE9.
	See:http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*------------------------------------------------------------------------------
 Print
------------------------------------------------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/* Black prints faster:sanbeiji.com/archives/953 */	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	/* css-discuss.incutio.com/wiki/Printing_Tables */	tr, img {
		page-break-inside: avoid;
	}

@page {
	margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/**/

/**/

#page-pricing-mobile {
	display: none;
}

#page-pricing {
	display: block;
	font-family: 'helveticaltstd-light';
	margin: 0 auto;
	padding: 50px 0 0;
	width: 960px;
}

#tpricing-content {
	font-family: 'helveticaltstd-light';
	padding: 0 0 45px;
}

.pricing-text-block {
	margin: 10px 0 30px;
}

#tpricing-content h3,
.resources-branding h3,
.pricing-text-block h3 {
	color: #ff6633;
	font-family: 'helveticaltstd-light';
	font-size: 24px;
	font-weight: 100;
	line-height: 100%;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.pricing-text-block h3 {
	margin-bottom: 10px;
}

#tpricing-content p,
.resources-branding p {
	color: #000000;
	font-family: 'helveticaltstd-light';
	font-size: 40px;
	font-weight: 100;
	line-height: 120%;
	margin: 0;
}

.pricing-text-block p {
	font-size: 17px;
}


#tpricing-head .trial-text {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	font-family: 'helveticaltstd-light';
}

/**/

#tpricing-head {}

#tpricing-head ul {
	display: block;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#tpricing-head h2 {
	margin-bottom: 25px;
}

#tpricing-head ul .col-title {
	text-transform: uppercase;
	width: 36%;
	/*width: 272px;*/
}

#tpricing-head ul li:first-child {
	margin: 0;
}

#tpricing-head ul li {
	display: block;
	float: left;
	/*margin: 0 21px 0 0;
	width: 153px;*/
	width: 16%;
}

#tpricing-head ul li:last-child {
	margin: 0;
}

#tpricing-head ul li .type {
	color: #ffffff;
	display: block;
	font-family: 'helveticaltstd-light';
	font-size: 23px;
	font-weight: 100;
	line-height: 100%;
	margin: 0 0 15px;
	padding: 21px 0;
	text-align: center;
}

#tpricing-head ul .col-title .type {
	/*width: 240px;*/
}

#tpricing-head ul li .type00 {
	background-color: #999999;
}

#tpricing-head ul li .type01 {
	background-color: #0097cf;
}

#tpricing-head ul li .type02 {
	background-color: #0086b8;
}

#tpricing-head ul li .type03 {
	background-color: #00749f;
}

#tpricing-head ul li .type04 {
	background-color: #ff6633;
}

#tpricing-head ul li .price {
	color: #000000;
	font-family: 'helveticaltstd-light';
	font-size: 21px;
	height: 40px;
	line-height: 100%;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#tpricing-head ul li .price-other {
	color: #000000;
	font-family: 'helveticaltstd-light';
	font-size: 18px;
	height: 40px;
	line-height: 100%;
	margin: 0;
	text-align: center;
}

#tpricing-head ul li .description {
	text-transform: none;
	font-size: 17px;
	margin: 0;
	height: 40px;
	line-height: 100%;
}

#tpricing-head ul li .heading {
	text-transform: none;
	font-size: 24px;
	color: #ff6633;
	font-weight: normal;
	margin: 0;
	height: 40px;
	line-height: 100%;
}

#tpricing-head ul li .button {
	padding: 0 0 25px;
}

#tpricing-head ul li .button a {
	background: url(../_media/bg-gradient.png) repeat-x 0 0 #ff6e2b;
	box-shadow: 2px 2px 5px #888;
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 100%;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 130px;
}

#tpricing-head ul li .button a:hover {
	border: none;
	text-decoration: none;
}

h3.features-title {
	width: 100%;
	background-color: #ff6633;
	color: #ffffff;
	font-family: 'helveticaltstd-light';
	text-align: center;
	font-size: 23px;
	padding: 21px 0;
	line-height: 100%;
	display: block;
	margin: 20px 0 0 0;
}

#tpricing-body {
	/*
	border-bottom: 7px solid #cccccc;
	border-top: 7px solid #cccccc;
	*/
	margin-bottom: 25px;
}

#tpricing-body .title {
	border-bottom: 1px solid #c9c9c9;
	color: #ff6633;
	font-size: 16px;
	line-height: 100%;
	margin: 0;
	padding: 10px 0 10px 5px;
	text-transform: capitalize
}

#tpricing-body .features-table {
	width: 100%;
	text-align: center;
	border-bottom: 0 none;
	margin-bottom: 50px;
}

#tpricing-body .features-table td.title {
	font-size: 18px;
	padding: 15px 0;
	font-weight: bold;
}

#tpricing-body .features-table td {
	padding: 7px;
	font-size: 16px;
}

#tpricing-body .table ul {
	border-bottom: 1px solid #c9c9c9;
	display: block;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 10px 0 10px 5px;
}

#tpricing-body .table ul:last-child {
	border-bottom: 0 none;
}

#tpricing-body .table.pricing-bg-grey {
	background: #f7f7f7;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#tpricing-body .table ul .col-title {
	color: #000000;
	/*width: 36%;*/
	/*width: 272px;*/
}

#tpricing-body .table ul li:first-child {
	margin: 0;
}

#tpricing-body .table ul li {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 100%;
	/*margin: 0 21px 0 0;
	width: 153px;*/
	width: 16%;
}

#tpricing-body .table ul li:last-child {
	margin: 0;
}

#tpricing-body .table ul li .icon-check {
	background: url(../_media/icon-check.png) no-repeat 0 0;
	display: block;
	height: 21px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 26px;
}

#tpricing-body .table ul li .text {
	color: #000000;
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.enterprise-asterisk {
	font-size: 13px;
}

#tpricing-body .free-text {
	margin: 10px 0;
}

#tpricing-body .free-text p {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

#tpricing-body .free-text span {
	font-weight: normal;
}

#tpricing-body .services-list {
	padding: 10px 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

/* PAGE:APENGAGE */

#page-extra {
	background: url(../_media/bg-extra.png) repeat-x 0 0;
	margin: 0;
	padding: 40px 0 0;
}

#page-extra hr {
	border-top: 1px solid #b7b7b7;
	margin: 30px 0 50px;
}

#page-extra .block {
	display: block;
	height: 100%;
	margin: 0 0 50px;
	overflow: hidden;
}

#page-extra .block-first {
	margin: 0 0 30px;
}

#page-extra .block-content {}

#page-extra .block .image-center {
	display: block;
	margin: 0 auto 35px;
}

#page-extra .block .image-right {
	float: right;
	margin: 0 0 35px 50px;
}

#page-extra .block .image-left {
	float: left;
	margin: 0 50px 35px 0;
}

#page-extra .block .text {
	color: #000000;
}

#page-extra .block .text .title {
	display: block;
	font-family: "proxima-nova";
	font-size: 42px;
	font-weight: 100;
	line-height: 135%;
	margin: 0 0 20px;
}

#page-extra .block .text .title span {
	font-size: 38px;
}

#page-extra .block .text h3 {
	color: #000000;
	display: block;
	font-family: 'helveticaltstd-light';
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 135%;
	margin: 0 0 20px;
	text-transform: capitalize;
}

#page-extra .block .text p {
	font-family: 'helveticaltstd-light';
	font-size: 18px;
	line-height: 135%;
	margin: 0 0 20px;
}

#page-extra .block .text blockquote {
	border-left: 10px solid #e8e8e8;
	border-right: 10px solid #e8e8e8;
	color: #ff6633;
	font-family: 'helveticaltstd-light';
	font-size: 21px;
	font-style: italic;
	padding: 10px 15px;
}

#page-extra .block .text .bright {
	float: right;
	margin: 0 0 0 50px;
	width: 330px;
}

#page-extra .block .text p.bold {
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 30px 40px 50px;
}

#page-extra .block .text ul {
	font-family: 'helveticaltstd-light';
	font-size: 17px;
	line-height: 135%;
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}

#page-extra .block .text ul li {
	background: url(../_media/bullet02.jpg) no-repeat 0 3px;
	line-height: 135%;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}

#page-extra .block .text ol {
	font-family: 'helveticaltstd-light';
	font-size: 17px;
	line-height: 135%;
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}

#page-extra .block .text ol li {
	background: url(../_media/bullet02.jpg) no-repeat 0 3px;
	line-height: 135%;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}

#page-extra .block .text .more a {
	color: #ff6633;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

#page-extra .block .image {}

#page-extra .block .image img {
	display: block;
	margin: 0 auto;
}

#page-extra .block-tabs {
	padding: 30px 0 0;
}

#page-extra .block-tabs .image {
	margin: 0;
	width: 410px;
}

#page-extra .block-tabs .text {
	float: right;
	width: 485px;
}

#page-extra #tabs-track {
	height: 450px;
	position: relative;
}

#page-extra #tabs-track .ui-tabs-nav {
	bottom: 0;
	display: block;
	left: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 15px;
	position: absolute;
}

#page-extra #tabs-track .ui-tabs-nav li {
	float: left;
	margin: 0 10px 0 0;
}

#page-extra #tabs-track .ui-tabs-nav li a {
	display: block;
	font-family: 'helveticaltstd-light';
	font-size: 14px;
	line-height: 100%;
}

#page-extra #tabs-track .tab-track-content {}

#page-extra #tabs-track .tab-track-content img {
	display: block;
	margin: 0 auto 10px;
}

#page-extra #tabs-track .tab-track-content h4 {
	display: block;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}

/**/

#page-contact {}

#pcontact-left {
	float: left;
	width: 45%;
}

#form-contact {}

#form-contact .mktLblLeft {
	margin: 0;
	padding: 0;
}

#form-contact .field {
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 0 0 15px;
}

#form-contact .field label {
	color: #b9b9b9;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 5px 0 0;
	text-align: right;
	width: 110px;
}

#form-contact .field .mktInput {
	float: right;
}

#form-contact .field .mktFormText {
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
	font-size: 13px;
	height: 30px;
	line-height: 13px;
	outline: none;
	padding: 3px 5px;
	width: 295px;
}

#form-contact .field .mktFormTextarea {
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
	font-size: 13px;
	height: 130px;
	line-height: 13px;
	outline: none;
	padding: 3px 5px;
	width: 295px;
}

#form-contact #mktFrmButtons {
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 0 215px 0 0;
}

#form-contact #mktFrmSubmit {
	background: #f8f8f8;
	border: 1px solid #b9b9b9;
	color: #828282;
	float: right;
	font-size: 13px;
	padding: 0;
	width: 80px;
}

/**/

#pcontact-right {
	float: right;
	width: 45%;
}

#pcontact-right .prow {
	margin: 0 0 50px
}

#pcontact-right .prow:last-child {
	margin: 0;
}

#pcontact-right .prow h3 {
	display: block;
	font-size: 18px;
	line-height: 100%;
	margin: 0 0 15px;
}

#pcontact-right .prow h4 {
	color: #747474;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 10px;
}

#pcontact-right .prow p {
	font-size: 14px;
	line-height: 135%;
	margin: 0;
}

#pcontact-right .prow .cols2 {}

#pcontact-right .prow .cols2 .col {
	float: left;
	width: 50%;
}

#pcontact-right .prow .cols3 {}

#pcontact-right .prow .cols3 .col {
	float: left;
	width: 35%;
}

#pcontact-right .prow .cols3 .col:last-child {
	float: right;
	width: 20%;
}

/**/

#nav-row {
	clear: both;
}

#nav-row .link-chat {
	float: right;
	font-size: 16px;
	margin: 0 0 0 20px;
}

/**/

@font-face {
	font-family: 'icons';
	src: url("../_css/font/icons.eot");
	src: url("../_css/font/icons.eot?#iefix") format("embedded-opentype"), url("../_css/font/icons.woff") format("woff"), url("../_css/font/icons.ttf") format("truetype"), url("../_css/font/icons.svg#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaltstd-black';
	src: url("../_css/font/helveticaltstd-blk-webfont.eot");
	src: url("../_css/font/helveticaltstd-blk-webfont.eot?#iefix") format("embedded-opentype"), url("../_css/font/helveticaltstd-blk-webfont.woff") format("woff"), url("../_css/font/helveticaltstd-blk-webfont.ttf") format("truetype"), url("../_css/font/helveticaltstd-blk-webfont.svg#black") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaltstd-bold';
	src: url("../_css/font/helveticaltstd-bold-webfont.eot");
	src: url("../_css/font/helveticaltstd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../_css/font/helveticaltstd-bold-webfont.woff") format("woff"), url("../_css/font/helveticaltstd-bold-webfont.ttf") format("truetype"), url("../_css/font/helveticaltstd-bold-webfont.svg#bold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaltstd-light';
	src: url("../_css/font/helveticaltstd-light-webfont.eot");
	src: url("../_css/font/helveticaltstd-light-webfont.eot?#iefix") format("embedded-opentype"), url("../_css/font/helveticaltstd-light-webfont.woff") format("woff"), url("../_css/font/helveticaltstd-light-webfont.ttf") format("truetype"), url("../_css/font/helveticaltstd-light-webfont.svg#light") format("svg");
	font-weight: normal;
	font-style: normal;
}
