/* normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: "Dagny", sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
html, body { background: #FFF; }
::-moz-selection { background: #16193E; color: #fff; text-shadow: none; }
::selection { background: #16193E; color: #fff; text-shadow: none; }
h1, h2, h3, h4, h5, h6 { font-family: "DagnyBlack", sans-serif; }
a { color: #00e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-family: "DagnyBlack"; font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* global header and nav */
#header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	border-bottom: 6px solid #F4F4F4;
}
.header-inner {
	position: relative;
	border-bottom: 1px solid #E6E4DD;
	height: 100%;
}
.masthead #header, .masthead .header-inner {
	border: none;
	height: 100px;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
}
#logo img {
	width: 200px;
	height: 56px;
}
#nav {
	position: absolute;
	top: 90px;
	left: -8px;
}
#homepage #nav {
	top: 40px;
	left: auto;
	right: 0;
}
#nav a {
	display: inline-block;
	padding: 6px 8px 5px 8px;
	text-decoration: none;
	font-size: 12px;
	color: #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.08s 0 linear;
}
#nav a:hover {
	background: #16193E;
	color: #FFF;
}
#demo-btns {
	position: absolute;
	top: 50px;
	right: 20px;
}
.demo-phone {
	position: relative;
	margin-right: 10px;
}
#demo-btns .demo-phone {
	padding-left: 45px;
}
.demo-phone span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/btn-icon-demos-927d73c16f62e5e3fc650497d70e9232.png) no-repeat 0 0;
	background-size: 24px;
	position: absolute;
	top: 6px;
	left: 12px;
}
.demo-video {
	position: relative;
}
#demo-btns .demo-video {
	padding-left: 45px;
}
.demo-video span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/btn-icon-demos-927d73c16f62e5e3fc650497d70e9232.png) no-repeat 0 -30px;
	background-size: 24px;
	position: absolute;
	top: 6px;
	left: 12px;
}
#homepage #demo-btns {
	display: none;
}

/* global footer */
#footer {
	width: 100%;
	padding: 35px 0;
	background: #F5F5F5;
}
.footer-content {
	width: 960px;
	margin: 0 auto;
}
.footer-links {
	float: left;
	width: 550px;
	font-size: 13px;
	color: #555;
}
.footer-links em {
	margin-left:5px;
	margin-right:5px;
	color: #888;
}
.footer-links a {
	color: #111;
}
.footer-logo {
	float: right;
	padding-top: 30px;
	padding-right: 10px;
}
.footer-logo img {
	width: 180px;
	height: 60px;
}

/* homepage - header */
#homepage #header {
	height: 105px;
	border: none;
}
#homepage .header-inner {
	border: none;
}

/* homepage - hero */
.hero {
	position: relative;
	overflow: hidden;
	height: 450px;
}
.hero nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 30;
	text-align: center;
}
.hero nav a {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(/images/carousel-nav-f0e851c0cf191c946c89a7c4030d8d18.png) no-repeat 0 0;
	background-size: 15px 45px;
	padding: 5px;
	opacity: .7;
	-ms-filter: "alpha(opacity=70)";
	-webkit-filter: alpha(opacity=70);
	-moz-filter: alpha(opacity=70);
	-o-filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
}
.hero nav .active {
	opacity: .7;
	background-position: 0 -30px;
	-ms-filter: "alpha(opacity=70)";
	-webkit-filter: alpha(opacity=70);
	-moz-filter: alpha(opacity=70);
	-o-filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
}
.hero .hero-arrow {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	overflow: hidden;
	display: inline;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-filter: alpha(opacity=0);
	-moz-filter: alpha(opacity=0);
	-o-filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.hero .hero-arrow:hover {
	opacity:1;
	-ms-filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-o-filter:none;
	-ms-filter:none;
	filter:none;
}
.hero .hero-arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 70px;
	background: url(/images/carousel-arrow-fac9fe33fdd081132d82ae93c8bb9dab.png) no-repeat;
	background-size: 20px 70px;
	opacity: .7;
	-ms-filter: "alpha(opacity=70)";
	-webkit-filter: alpha(opacity=70);
	-moz-filter: alpha(opacity=70);
	-o-filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
}
.hero .hero-arrow.previous {
	left: 0;
}
.hero .hero-arrow.previous:after {
	left: 30px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hero .hero-arrow.next {
	right: 0;
}
.hero .hero-arrow.next:after {
	right: 30px;
}
.hero .slides {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.hero .slides.animate {
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	-moz-transition: -moz-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	-o-transition: -o-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	-ms-transition: -ms-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	transition: transform 700ms cubic-bezier(0.225,0.5,0.165,1);
}
.hero .slides section {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 5;
	left: -70px;
	right: -70px;
	padding-left: 70px;
	padding-right: 70px;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.hero .slides section.active {
	display: block;
}
.hero .slides section.animate {
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	-moz-transition: -moz-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	-o-transition: -o-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	-ms-transition: -ms-transform 700ms cubic-bezier(0.225,0.5,0.165,1);
	transition: transform 700ms cubic-bezier(0.225,0.5,0.165,1);
}
.hero .slides section.off-screen-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hero .slides section.off-screen-right {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.hero .slides .slide-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 40;
	min-height: 100%;
}
	.hero .slides .platform .slide-content {
		height: 285px;
	}
	.hero .slides .live .slide-content {
		height: 265px;
	}
	.hero .slides .mobile .slide-content {
		height: 335px;
	}
	.hero .slides .async .slide-content {
		height: 285px;
	}
.hero .slides .slide-content {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-font-smoothing: antialiased;
}
.hero .slides .slide-content h1 {
	font-size: 36px;
	line-height: 51px;
	margin: 0 0 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.hero .slides .slide-content p {
	font-size: 22px;
	font-weight: normal;
	line-height: 31px;
	margin: 10px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
	.hero .slides .platform .slide-content p {
		color: #BBD1DE;
	}
	.hero .slides .live .slide-content p {
		color: #FFF7EC;
	}
	.hero .slides .mobile .slide-content p {
		color: #CFCDD7;
	}
	.hero .slides .async .slide-content p {
		color: #F7FFF0;
	}
.hero .slides .slide-content .btns {
	margin-top: 20px;
}
.hero .slides .slide-content .action-btn {
	font-size: 18px;
	height: 29px;
	margin: 2px 0;
	line-height: 32px;
	-webkit-font-smoothing: subpixel-antialiased;
}
	.hero .platform .action-btn {
		background: #2D9133;
		background-image: -o-linear-gradient(-90deg, #ADE966 0%, #2D9133 100%);
		background-image: -moz-linear-gradient(-90deg, #ADE966 0%, #2D9133 100%);
		background-image: -webkit-linear-gradient(-90deg, #ADE966 0%, #2D9133 100%);
		background-image: -ms-linear-gradient(-90deg, #ADE966 0%, #2D9133 100%);
		background-image: linear-gradient(-180deg, #ADE966 0%, #2D9133 100%);
		border: 1px solid #42790E;
	}
	.hero .live .action-btn {
		background: #1C68BE;
		background-image: -o-linear-gradient(-90deg, #58A6FF 0%, #1C68BE 100%);
		background-image: -moz-linear-gradient(-90deg, #58A6FF 0%, #1C68BE 100%);
		background-image: -webkit-linear-gradient(-90deg, #58A6FF 0%, #1C68BE 100%);
		background-image: -ms-linear-gradient(-90deg, #58A6FF 0%, #1C68BE 100%);
		background-image: linear-gradient(-180deg, #58A6FF 0%, #1C68BE 100%);
	}
	.hero .mobile .action-btn {
		display: inline-block;
		position: relative;
		padding-left: 100px;
		text-decoration: none;
	}
	.hero .mobile .action-btn span {
		position: absolute;
		top: 11px;
		left: 14px;
		display: inline-block;
		width: 72px;
		height: 26px;
		background: url(/images/icon-android-and-ios-carousel-a8d181fdfa5b51f5e9048da1ba23d6e8.png) no-repeat 0 0;
		background-size: 71px;
	}
	.hero .async .action-btn {
		padding-left: 45px;
	}
	.hero .async .demo-video span, .hero .async .demo-phone span {
		top: 12px;
	}
.hero .slide-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45%;
	margin: auto 0;
}
	.hero .platform-img {
		height: 250px;
		width: 360px;
	}
	.hero .platform-img div {
		background: url(/images/carousel-platform-icons-14acf73977bcaae4a59cdd0f142f60a2.png) no-repeat;
		background-size: 40px 271px;
		margin: 8px 0;
		padding: 0 0 0 60px;
		line-height: 40px;
		font-size: 24px;
		color: #EFF3F6;
		text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	}
	.hero .platform-img .platform-video {
		background-position: 0 0;
	}
	.hero .platform-img .platform-phone {
		background-position: 0 -60px;
	}
	.hero .platform-img .platform-live {
		background-position: 0 -117px;
	}
	.hero .platform-img .platform-mobile {
		background-position: 0 -174px;
	}
	.hero .platform-img .platform-global {
		background-position: 0 -231px;
	}
	.hero .live-img {
		height: 285px;
	}
	.hero .mobile-img {
		height: 385px;
	}
	.hero .async-img {
		height: 300px;
		width: 360px;
	}
.hero .slide-bgs div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-filter: alpha(opacity=0);
	-moz-filter: alpha(opacity=0);
	-o-filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.hero .slide-bgs .active {
	display: block;
	z-index: 1;
	opacity: 1 !important;
	-ms-filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}
.hero .platform-bg {
	background: #082E4D;
	background-image: -o-linear-gradient(120deg, #082E4D 0%, #186ACA 100%);
	background-image: -moz-linear-gradient(120deg, #082E4D 0%, #186ACA 100%);
	background-image: -webkit-linear-gradient(120deg, #082E4D 0%, #186ACA 100%);
	background-image: -ms-linear-gradient(120deg, #082E4D 0%, #186ACA 100%);
	background-image: linear-gradient(120deg, #082E4D 0%, #186ACA 100%);
}
.hero .live-bg {
	background: #FF6C29;
	background-image: -o-linear-gradient(135deg, #FFD86F 0%, #FF6C29 100%);
	background-image: -moz-linear-gradient(135deg, #FFD86F 0%, #FF6C29 100%);
	background-image: -webkit-linear-gradient(135deg, #FFD86F 0%, #FF6C29 100%);
	background-image: -ms-linear-gradient(135deg, #FFD86F 0%, #FF6C29 100%);
	background-image: linear-gradient(-45deg, #FFD86F 0%, #FF6C29 100%);
}
.hero .mobile-bg {
	background: #060822;
	background-image: -o-linear-gradient(135deg, #4950AE 0%, #060822 100%);
	background-image: -moz-linear-gradient(135deg, #4950AE 0%, #060822 100%);
	background-image: -webkit-linear-gradient(135deg, #4950AE 0%, #060822 100%);
	background-image: -ms-linear-gradient(135deg, #4950AE 0%, #060822 100%);
	background-image: linear-gradient(-45deg, #4950AE 0%, #060822 100%);
}
.hero .async-bg {
	background: #2D9133;
	background-image: -o-linear-gradient(135deg, #ADE966 0%, #2D9133 100%);
	background-image: -moz-linear-gradient(135deg, #ADE966 0%, #2D9133 100%);
	background-image: -webkit-linear-gradient(135deg, #ADE966 0%, #2D9133 100%);
	background-image: -ms-linear-gradient(135deg, #ADE966 0%, #2D9133 100%);
	background-image: linear-gradient(-45deg, #ADE966 0%, #2D9133 100%);
}
.hero .slide-bgs .animate {
	z-index: 2;
	display: block;
	-webkit-transition: opacity 700ms ease;
	-moz-transition: opacity 700ms ease;
	-o-transition: opacity 700ms ease;
	-ms-transition: opacity 700ms ease;
	transition: opacity 700ms ease;
}
.hero .slide-bgs .animate-in {
	opacity: 1 !important;
	-ms-filter: none;
	-webkit-filter: none;
	moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}


/* homepage - supporting content */
.supporting-content {
	width: 960px;
	margin: 50px auto;
}
.supporting-content-top-row {
	margin-bottom: 60px;
}
.content-item {
	position: relative;
}
.content-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
}
.content-item-container {
	padding-left: 75px;
}
.content-item h2 {
	margin: 0 0 8px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.content-item h1 {
	margin: 0 0 15px;
	font-size: 19px;
	line-height: 31px;
}
.content-item h1 a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #E7E7E7;
}
.content-item h1 a:hover {
	border-bottom: 1px solid #222;
}
.content-item p {
	margin: 15px 0;
	font-size: 12px;
	line-height: 21px;
	color: #6B6B6B;
}
.homepage-case-study {
	float: left;
	width: 520px;
	margin-right: 40px;
}
.homepage-whitepaper {
	float: left;
	width: 400px;
}
.homepage-features {
	float: left;
	width: 520px;
	margin-right: 40px;
}
.homepage-features h1 {
	padding-top: 15px;
}
.homepage-press {
	float: left;
	width: 400px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 5px solid #F3F3F3;
}
.homepage-press h1 {
	padding-top: 15px;
}
.homepage-press ul {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.homepage-press li {
	margin-bottom: 20px;
	position: relative;
}
.homepage-press li img {
	position: absolute;
	left: 0;
	top: 0;
}
.homepage-press .press-content {
	padding-left: 90px;
	line-height: 31px;
	color: #999;
}
.homepage-press .press-content a {
	text-decoration: none;
	font-size: 14px;
	color: #222;
}
.homepage-press .press-content a:hover {
	text-decoration: underline;
}
.homepage-press .press-content em {
	font-size: 14px;
}
.homepage-hre-award {
	float: left;
	width: 400px;
	text-align: center;
}
.homepage-video {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.homepage-audio iframe {
	margin: 0 auto;
}
.supporting-content-bottom-row {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 5px solid #F3F3F3;
}

/* benefits */
.benefits-container {
	width: 960px;
	margin: 50px auto;
}
.benefit {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 5px solid #F3F3F3;
}
.benefit:last-child {
	margin-bottom: 35px;
	padding-bottom: 0;
	border-bottom: none;
}
.benefit-header {
	text-align: center;
	margin-bottom: 25px;
}
.benefit-header h1 {
	margin: 0 0 15px;
	color: #1B2450;
	font-size: 36px;
	line-height: 47px;
}
.benefit-header h2 {
	margin: 0 0 15px;
	color: #555;
	font-size: 20px;
	line-height: 35px;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.benefit-content {

}
.feature-spotlight {
	margin-bottom: 35px;
}
.feature-spotlight:last-child {
	margin-bottom: 0;
}
.feature-spotlight h1 {
	font-size: 16px;
	color: #F37638;
	font-weight: normal;
	font-family: "Dagny", sans-serif;
}
.feature-spotlight h1 span {
	text-transform: uppercase;
	color: #888;
	font-size: 12px;
}
.feature-spotlight .feature-img {
	float: left;
	margin-right: 40px;
}
.feature-spotlight-content {
	float: left;
	width: 340px;
}
.feature-spotlight-content p {
	font-size: 18px;
	line-height: 29px;
	color: #555;
	margin: 0 0 15px;
}
/* specific benefit edits: fallback */
.benefit-experience .benefit-header h1 {
	padding: 0 110px;
}
.benefit-experience .benefit-header h2 {
	padding: 0 150px;
}
.feature-spotlight-fallback {
	position: relative;
	padding-top: 280px;
}
.feature-spotlight-fallback-bg {
	position: absolute;
	top: 0;
	left: 130px;
}
.feature-spotlight-fallback h3 {
	text-align: center;
	color: #F37638;
	margin: 0 0 15px 0;
	font-size: 24px;
}
.feature-spotlight-fallback h4 {
	text-align: center;
	color: #555;
	margin: 0;
	font-size: 18px;
	line-height: 29px;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
	padding: 0 155px;
}
.fallback-tip {
	position: absolute;
	background: #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fallback-tip-content {
	padding: 10px 15px;
	color: #FFF;
	font-size: 12px;
	line-height: 19px;
}
.fallback-tip-left {
	top: 47px;
	left: 10px;
	width: 185px;
}
.fallback-tip-left:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fallback-tip-left:after {
	border-color: rgba(34, 34, 34, 0);
	border-left-color: #222;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
.fallback-tip-right {
	top: 30px;
	right: 0;
	width: 150px;
}
.fallback-tip-right:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fallback-tip-right:after {
	border-color: rgba(34, 34, 34, 0);
	border-right-color: #222;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
/* specific benefit edits: global */
.benefit-global .benefit-header h2 {
	padding: 0 135px;
}
.feature-spotlight-global {
	position: relative;
	text-align: center;
}
.feature-spotlight-global-map-img {
	width: 560px;
}
.feature-spotlight-global-tip {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 210px;
	background: #FFFA89;
	padding: 10px 25px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.feature-spotlight-global-tip p {
	margin: 10px 0;
	color: #1B2450;
	font-size: 15px;
	line-height: 25px;
}
/* specific benefit edits: live */
.benefit-live .feature-img {
	margin-left: 40px;
	width: 430px;
}
/* specific benefit edits: mobile */
.benefit-mobile .feature-img {
	margin-left: 208px;
	width: 350px;
}
/* specific benefit edits: speed */
.benefit-speed .benefit-header h2 {
	padding: 0 135px;
}
.benefit-speed .feature-img {
	width: 538px;
}
/* specific benefit edits: attrition */
.benefit-attrition .benefit-header h2 {
	padding: 0 135px;
}
.benefit-attrition .feature-img {
	width: 538px;
}
/* specific benefit edits: presentation */
.benefit-presentation .benefit-header h2 {
	padding: 0 120px;
}
.benefit-presentation .feature-img {
	width: 538px;
}
/* specific benefit edits: high volume */
.benefit-high-volume .benefit-header h2 {
	padding: 0 120px;
}
.feature-spotlight-candidate-interactive {
	position: relative;
	width: 960px;
	height: 780px;
	overflow: visible;
}
.benefit-high-volume .feature-img {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 200;
	width: 960px;
}
.feature-spotlight-candidate-interactive .marker {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #F341F3;
	border: 2px solid #FFF;
	cursor: pointer;
	cursor: hand;
	z-index: 201;
	opacity: 1;
	overflow: visible;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
}
.feature-spotlight-candidate-interactive .marker span {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 24px;
	height: 24px;
	background: #F341F3;
	border: 2px solid #FFF;
	z-index: 200;
	opacity: 1;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes 'pulse' {
	0% {
		-webkit-transform: scale(.1);
		opacity: 0
	}
	5% {
		-webkit-transform: scale(.1);
		opacity: .8
	}
	60% {
		-webkit-transform: scale(1);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}
.feature-spotlight-candidate-interactive .marker1 {
	top: 155px;
	left: 333px;
}
.feature-spotlight-candidate-interactive .marker2 {
	top: 237px;
	left: 397px;
}
.feature-spotlight-candidate-interactive .marker3 {
	top: 218px;
	left: 94px;
}
.feature-spotlight-candidate-interactive .marker4 {
	top: 377px;
	left: 640px;
}
.feature-spotlight-candidate-interactive .marker5 {
	top: 472px;
	left: 260px;
}
.feature-spotlight-candidate-interactive .tip {
	display: none;
	position: absolute;
	bottom: 30px;
	left: -94px;
	background: rgba(0,0,0,0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.feature-spotlight-candidate-interactive .tip-content {
	width: 170px;
	padding: 10px 15px;
	color: #FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}
.feature-spotlight-candidate-interactive .tip:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.feature-spotlight-candidate-interactive .tip:after {
	border-color: rgba(0,0,0,0);
	border-top-color: rgba(0,0,0,0.75);
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

/* full feature list */
.full-feature-list {
	width: 820px;
	margin: 35px auto;
}
.full-feature-list-col1 {
	float: left;
	width: 320px;
	margin: 0 60px 30px 0;
}
.full-feature-list-col2 {
	float: right;
	width: 440px;
}
.full-feature-list-col3 {
	float: left;
	width: 320px;
	margin: 0 60px 30px 0;
}
.full-feature-list h1 {
	color: #1B2450;
}
.full-feature-list h2 {
	font-family: "Dagny", sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 18px;
	line-height: 35px;
}
.full-feature-list h3 {
	padding: 20px;
	background: #FFFA89;
	font-size: 18px;
	line-height: 35px;
	color: #1B2450;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* feature list - on homepage and benefits */
ul.feature-list {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
}
ul.feature-list li {
	padding-left: 50px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 8px;
	background: url(/images/feature-icons-0ed0992870e1546eb50b232f79a1c499.png) no-repeat;
	background-size: 24px 926px;
}
	ul.feature-list li.feature-phone {
		background-position: 5px -278px;
	}
	ul.feature-list li.feature-video {
		background-position: 5px -491px;
	}
 	ul.feature-list li.feature-fallback {
		background-position: 5px 7px;
	}
	ul.feature-list li.feature-reports {
		background-position: 5px -628px;
	}
	ul.feature-list li.feature-presentation {
		background-position: 5px -768px;
	}
	ul.feature-list li.feature-mobile {
		background-position: 5px -136px;
	}
	ul.feature-list li.feature-search {
		background-position: 5px -207px;
	}
	ul.feature-list li.feature-custom-fields {
		background-position: 5px -697px;
	}
	ul.feature-list li.feature-templates {
		background-position: 5px -417px;
	}
	ul.feature-list li.feature-prequals {
		background-position: 5px -841px;
	}
	ul.feature-list li.feature-queue {
		background-position: 5px -68px;
	}
	ul.feature-list li.feature-resume {
		background-position: 5px -351px;
	}
	ul.feature-list li.feature-support {
		background-position: 5px -563px;
	}
	ul.feature-list li.feature-live {
		background-position: 5px -893px;
	}

/* press */
.press-container {
	width: 960px;
	margin: 35px auto;
}
.press-stories {
	float: left;
	width: 540px;
	margin-right: 60px;
}
.press-stories h1 {
	font-size: 36px;
	color: #1B2450;
}
.press-story {
	padding: 10px;
	border-bottom: 1px solid #E9E9E9;
	clear: both;
	width: 540px;
	position: relative;
	overflow: hidden;
}
.first-press-story {
	border-top: 1px solid #E9E9E9;
}
.press-story h3 {
	margin: 0 0 12px;
}
.press-story p {
	color: #999;
	font-size: 13px;
}
.press-story .img {
	width:150px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
}
.press-story .story {
	padding-left: 160px;
}
.press-story a {
	color: #222;
	font-size: 18px;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}
.press-story a:hover {
	text-decoration: underline;
}
.press-story .inner-quote {
	color: #999;
}
.press-grouping {
	padding:35px 15px;
	color:#666;
}
.press-grouping h2 {
	color: #1B2450;
}
.press-grouping ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	font-size: 13px;
}
.press-grouping li {
	margin-bottom: 12px;
	color: #999;
}
.press-grouping a {
	color: #333;
	text-decoration: none;
}
.press-grouping a:hover {
	text-decoration: underline;
}
.press-releases {
	float: left;
	width: 300px;
}
.press-releases h1 {
	font-size: 36px;
	color: #1B2450;
}
.press-releases p {
	color: #999;
}
.press-releases a {
	color: #222;
	text-decoration: none;
}
.press-releases a:hover {
	text-decoration: underline;
}

/* resources */
.resources-container {
	width: 960px;
	margin: 35px auto;
}
.resources-header {
	padding: 0 130px;
	text-align: center;
}
.resources-header h1 {
	font-size: 36px;
	color: #1B2450;
	margin: 0 0 15px;
}
.resources-header h2 {
	margin: 0 0 15px;
	color: #555;
	font-size: 20px;
	line-height: 35px;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.resources {
	width: 560px;
	margin: 35px auto;
}
.resource {
	margin: 50px 0;
	position: relative;
}
.resource-container {
	padding-left: 75px;
}
.resource h3 {
	margin: 0 0 8px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.resource h2 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 35px;
}
.resource h2 a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #E7E7E7;
}
.resource h2 a:hover {
	border-bottom: 1px solid #222;
}
.resource p {
	margin: 15px 0;
	font-size: 12px;
	line-height: 21px;
	color: #6B6B6B;
}


/* contact */
.contact-container {
	width: 960px;
	margin: 35px auto;
}
.contact-us {
	float: left;
	width: 500px;
}
.contact-direct {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-top: 3px;
}
.contact-office {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.contact-map {
	float: left;
	width: 460px;
}

/* newsletter */
.newsletter {
	width: 500px;
	margin: 35px auto;
}
.newsletter h2 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
.newsletter .newsletter-signup {
	background: #FFFA89;
	width: 400px;
	margin: 20px auto;
	padding: 10px;
	-moz-box-shadow: 1px 1px 0px #F8F8F8, 1px 2px 0px #E9E9E9;
	-webkit-box-shadow: 1px 1px 0px #F8F8F8, 1px 2px 0px #E9E9E9;
	box-shadow: 1px 1px 0px #F8F8F8, 1px 2px 0px #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsletter form {
	background: #FAFAF1;
	padding: 20px;
	border: 1px solid #F3EC55;
}
.newsletter form div {
	padding: 10px 15px;
}
.newsletter form label {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
.newsletter form label strong {
	color: #E65F16;
	margin-left: 4px;
}
.newsletter form input[type='text'], .newsletter form input[type='email'] {
	width: 310px;
	padding: 5px 8px;
	font-size: 14px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.newsletter .name-group {
	float: left;
	width: 158px;
}
.newsletter .name-group-first {
	margin-right: 10px;
}
.newsletter .name-group input[type='text'] {
	width: 140px;
}
.newsletter .checkbox-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.newsletter .checkbox-group li {
	margin: 5px 0;
}
.newsletter .checkbox-group input {
	margin-right: 5px;
}
.newsletter .checkbox-group label {
	font-weight: normal;
	display: inline;
}

/* mobile landing page */
.mobile-container {
	width: 960px;
	margin: 50px auto;
}
.mobile-module {
	margin: 50px auto 100px auto;
}
.mobile-module-header {
	text-align: center;
	margin-bottom: 25px;
}
.mobile-module-header h1 {
	margin: 0 0 15px;
	color: #1B2450;
	font-size: 36px;
	line-height: 47px;
}
.mobile-phones {
	float: left;
	margin: 0 25px 0 200px;
}
.mobile-phones-subheadline {
	float: left;
	width: 250px;
	padding-top: 40px;
}
.mobile-phones-subheadline h2 {
	font-size: 16px;
	color: #444;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 25px;
}
.mobile-description-steps {
	width: 840px;
	margin: 30px auto;
}
.mobile-description-step {
	float: left;
	width: 200px;
	text-align: center;
}
.mobile-description-step-img {
	height: 65px;
	margin: 0 0 15px;
}
.mobile-description-step-1 .mobile-description-step-img {
	background: url(/images/mobile-landing-step-1-d4dac9db0dc8e026824e340c8aa49dd5.png) no-repeat bottom center;
	background-size: 118px 63px;
}
.mobile-description-step-2 .mobile-description-step-img {
	background: url(/images/mobile-landing-step-2-ff26d688836f027c54c2120ae02d05e0.png) no-repeat bottom center;
	background-size: 64px 64px;
}
.mobile-description-step-3 .mobile-description-step-img {
	background: url(/images/mobile-landing-step-3-fc41d2d83b095789743e7a58ef2a00c8.png) no-repeat bottom center;
	background-size: 80px 50px;
}
.mobile-description-step p {
	font-size: 15px;
	line-height: 25px;
	color: #444;
}
.mobile-description-arrow {
	float: left;
	width: 20px;
	height: 60px;
	background: url(/images/mobile-landing-step-arrow-3c9f1327286b705dc07012ca2da1296e.png) no-repeat;
	background-size: 20px 60px;
	margin: 50px;
}
.mobile-download-links {
	width: 760px;
	height: 165px;
	margin: 10px auto;
	background: #16193E;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mobile-download-links p {
	position: absolute;
	top: 20px;
	left: 35px;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
	width: 470px;
}
.mobile-download-btns {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
}
.mobile-download-btns .download-mobile-btn {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding-left: 55px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	height: 37px;
	line-height: 15px;
}
.mobile-download-btns .download-mobile-btn strong {
	display: block;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 10px;
}
.mobile-download-btns .download-mobile-btn em {
	display: block;
	font-style: normal;
	font-size: 24px;
}
.mobile-download-btns .download-android-btn {
	border: 1px solid #667F1A;
	background: #A4C639; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #A4C639 0%, #667F1A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A4C639), color-stop(100%,#667F1A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A4C639 0%,#667F1A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #A4C639 0%,#667F1A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #A4C639 0%,#667F1A 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #A4C639 0%,#667F1A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A4C639', endColorstr='#667F1A',GradientType=0 ); /* IE6-8 */
}
.mobile-download-btns .download-ios-btn {
	border: 1px solid #397CC7;
	background: #75B1F5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #75B1F5 0%, #397CC7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75B1F5), color-stop(100%,#397CC7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #75B1F5 0%,#397CC7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #75B1F5 0%,#397CC7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #75B1F5 0%,#397CC7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #75B1F5 0%,#397CC7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58A6FF', endColorstr='#397CC7',GradientType=0 ); /* IE6-8 */
}
.mobile-download-btns .download-mobile-btn span {
	position: absolute;
	top: 10px;
	left: 14px;
	display: inline-block;
	width: 30px;
	height: 36px;
}
.mobile-download-btns .download-ios-btn span {
	background: url(/images/icon-ios-apple-25e003b4071819239341e98e0f1bd5c7.png) no-repeat 0 0;
	background-size: 32px 36px;
}
.mobile-download-btns .download-android-btn span {
	background: url(/images/icon-android-19249ec3f1fc99e29d06914dee950115.png) no-repeat 0 0;
	background-size: 30px 36px;
}
.mobile-download-demo {
	width: 600px;
	margin: 10px auto;
}
.mobile-download-demo a {
	display: block;
	color: #999;
	text-decoration: none;
	font-size: 13px;
	line-height: 38px;
	text-align: center;
	background: #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mobile-web {
	width: 625px;
	margin: 20px auto;
}
.mobile-web p {
	float: left;
	width: 350px;
	margin-right: 60px;
	font-size: 18px;
	line-height: 29px;
	color: #444;
	padding-top: 30px;
}
.mobile-web img {
	float: left;
	margin-top: 10px;
}

/* live landing page */
.live-container {
	width: 960px;
	margin: 50px auto;
}
.live-module {
	margin: 50px auto 100px auto;
}
.live-module-header {
	text-align: center;
	margin-bottom: 25px;
}
.live-module-header h1 {
	margin: 0 0 15px;
	color: #1B2450;
	font-size: 36px;
	line-height: 47px;
}
.live-module-header h2 {
	margin: 0 0 15px;
	color: #555;
	font-size: 24px;
	line-height: 35px;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.live-module-hero {

}
.live-computers {
	float: left;
	width: 440px;
	margin: 0 40px;
}
.live-computers-subheadline {
	float: left;
	width: 380px;
}
.live-computers-subheadline h2 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 29px;
	color: #555;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.live-module-features {
	padding: 0 120px;
}
.live-feature {
	float: left;
	width: 300px;
	margin: 30px;
}
.live-feature-icon {
	float: left;
	width: 80px;
	margin-right: 20px;
	text-align: center;
}
.live-feature-content {
	float: left;
	width: 200px;
}
.live-feature h3 {
	font-size: 16px;
	margin: 0 0 12px;
	color: #F37638;
	font-family: "Dagny", sans-serif;
	font-weight: normal;
}
.live-feature p {
	font-size: 13px;
	line-height: 25px;
	color: #555;
}
.live-features-demo {
	margin: 35px 0;
	text-align: center;
} 

/* privacy + terms */
body#terms #content{
	width: 760px;
	margin: 35px auto;
	padding-right: 200px;
}
body#terms #content h1, #content body#terms h2, body#terms #content h3, body#terms #content p, body#terms #content ol, body#terms #content ul {
	margin: 0.6em 0 1.2em;
	line-height: 1.6em;
}
body#terms #content h1 {
	font-size: 48px;
}
body#terms #content h2 {
	font-size: 24px;
}
body#terms #content h3 {
	font-size: 18px;
}
body#terms #content p, body#terms #content ol, body#terms #content ul {
	font-size: 14px;
}
body#terms #content ol, body#terms #content ul {
	list-style-position: outside;
}
body#terms #content ol li, body#terms #content ul li {
	margin-bottom: 10px;
}

/* partners */
#partners {

}
.partner-header {
	text-align: center;
	margin-bottom: 35px;
}
.partner-headline {
	margin: 35px auto;
}
.partner-headline h1 {
	font-size: 40px;
	text-align: center;
	line-height: 51px;
	color: #1B2450;
	padding: 0 100px;
}
.partner-video {
	text-align: center;
	width: 600px;
	margin: 25px auto;
}
.partner-group {
	margin: 0 auto;
	width: 960px;
}
.partner-group-content {
	float: left;
	border-top: 1px solid #EEE;
	padding: 25px 35px 0 5px;
	width: 320px;
}
.partner-group-content h2 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #222;
}
.partner-group-content h3 {
	font-size: 16px;
	line-height: 27px;
	color: #888;
	font-weight: normal;
}
.partner-group-image {
	float: left;
	width: 600px;
	border-top: 1px solid #EEE;
	padding: 15px 0;
}
.partner-group-image img {
	-moz-box-shadow: 0 2px 4px #AAA;
	-webkit-box-shadow: 0 2px 4px #AAA;
	box-shadow: 0 2px 4px #AAA;
}
.partner-sales-band {
	width: 960px;
	margin: 35px auto;
	background: #FEEFDA;
	border: 1px solid #F3D6AB;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 1px 0 rgba(0,0,0,0.1);
	padding: 20px 0;
	text-align: center;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Landing Pages ----------- */
.landing-page {
	width: 640px;
	margin: 35px auto;
	position: relative;
	overflow: visible;
}
.landing-header {
	border-bottom: 6px solid #F4F4F4;
	margin-bottom: 35px;
}
.landing-header-logo {
	text-align: center;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #E6E4DD;
}
.landing-header-logo img {
	width: 200px;
}
.landing-page h1 {
	font-size: 30px;
	text-align: center;
	line-height: 41px;
	color: #1B2450;
	margin: 0 0 35px 0;
}
.landing-page-content-container {
	position: relative;
}
.landing-content-blurb {
	width: 420px;
}
	.hiring-outcomes .landing-content-blurb {
		
	}
.landing-content-blurb-item {
	margin-bottom: 40px;
}
	.hiring-outcomes .landing-content-blurb-item {
		padding-left: 90px;
	}
	.hiring-outcomes .list-item-adwords-search {
		background: url(/images/adwords-search-2789314f2bec5007f4d6be80e3f537fc.png) no-repeat 0 5px;
	}
	.hiring-outcomes .list-item-adwords-calendar {
		background: url(/images/adwords-calendar-0447e439c35c5133b351e2f9c50d1bd9.png) no-repeat 0 5px;
	}
	.hiring-outcomes .list-item-adwords-graph {
		background: url(/images/adwords-graph-46ae7e3a0a73dea85019636cb2011838.png) no-repeat 0 5px;
	}
.landing-content-blurb h2 {
	font-size: 18px;
	color: #F37638;
	line-height: 29px;
}
.landing-content-blurb h3 {
	color: #1B2450;
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 10px;
}
.landing-content-blurb p {
	font-size: 14px;
	line-height: 25px;
	color: #222;
}
.landing-content-action {
	position: absolute;
	width: 280px;
	right: -120px;
	top: 0;
	background: #FFFA89;
	padding: 10px;
	-moz-box-shadow: 1px 1px 0px #F8F8F8, 1px 2px 0px #E9E9E9;
	-webkit-box-shadow: 1px 1px 0px #F8F8F8, 1px 2px 0px #E9E9E9;
	box-shadow: 1px 1px 0px #F8F8F8, 1px 2px 0px #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.landing-content-action-headline {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	padding: 5px 0 15px;
}
.landing-content-action-box {
	background: #FAFAF1;
	padding: 5px 20px;
	border: 1px solid #F3EC55;
}
.landing-content-action-box h3 {
	font-size: 15px;
	text-align: center;
}
.landing-content-action-box p {
	font-size: 13px;
	text-align: center;
}
.landing-content-action-box form div {
	margin: 10px 0;
}
.landing-content-action-box label {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
}
.landing-content-action-box input {
	padding: 4px;
	font-size: 14px;
	width: 225px;
}
.landing-content-action-box .demo-btn {
	display: block;
}
.landing-footer {
	margin: 35px 0;
	padding-top: 35px;
	border-top: 1px solid #E6E4DD;
	text-align: center;
	font-size: 12px;
	color: #555;
}
.landing-footer a {
	margin-left: 15px;
	color: #555;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 580px) {
	/* generics */
	#header {
		width: auto;
		height: 220px;
	}
	#logo {
		top: 30px;
		width: 100%;
		text-align: center;
	}
	#nav {
		top: auto;
		bottom: 95px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#nav a {
		font-size: 10px;
		padding: 4px 4px 3px 4px;
	}
	#demo-btns {
		top: auto;
		bottom: 30px;
		right: 0;
		width: 100%;
		text-align: center;
	}
	#demo-btns .demo-phone {
		margin: 0;
	}
	#footer {
		padding: 20px 0;
	}
	.footer-content {
		width: auto;
	}
	.footer-links {
		float: none;
		width: auto;
		text-align: center;
		font-size: 10px;
		margin: 0 20px;
	}
	.footer-logo {
		float: none;
		padding: 20px 0;
		text-align: center;
	}
	/* homepage */
	#homepage #header {
		height: 140px;
	}
	#homepage #nav {
		bottom: 15px;
		left: 0;
		top: auto;
	}
	#homepage #logo {
		top: 30px;
		left: 0;
	}
	.hero .hero-arrow {
		display: none;
	}
	.hero .slides section {
		padding: 0;
		left: 20px;
		right: 20px;
	}
	.hero .slides .slide-inner {
		width: auto;
	}
	.hero .slides .slide-content {
		width: auto;
	}
	.hero .slides .async .slide-content {
		height: 345px;
	}
	.hero .slides .slide-content h1 {
		font-size: 24px;
		line-height: 35px;
		text-align: center;
	}
	.hero .slides .slide-content p {
		font-size: 16px;
		line-height: 25px;
		text-align: center;
	}
	.hero .slides .slide-content .btns {
		text-align: center;
	}
	.hero .slide-img {
		display: none;
	}
	.supporting-content {
		width: auto;
	}
	.supporting-content-bottom-row {
		border-bottom: none;
	}
	.homepage-case-study {
		float: none;
		width: auto;
		margin: 0 10px 35px 10px;
	}
	.homepage-whitepaper {
		float: none;
		width: auto;
		margin: 0 10px;
	}
	.homepage-features {
		float: none;
		width: auto;
		margin: 0 10px 35px 10px;
	}
	ul.feature-list li {
		font-size: 11px;
		line-height: 19px;
	}
	.homepage-press {
		float: none;
		width: auto;
		margin: 0 10px;
		padding-bottom: 35px;
	}
	.homepage-hre-award {
		float: none;
		width: auto;
		padding-top: 35px;
	}
	.homepage-video {
		display: none;
	}
	.mobile-announcement, .mobile-announcement-content {
		width: auto;
	}
	.mobile-announcement h1 {
		font-size: 24px;
		width: 98%;
	}
	.mobile-announcement h2 {
		font-size: 15px;
		width: 98%;
	}
	/* benefits */
	.benefits-container {
		width: auto;
	}
	.benefit-header {
		text-align: left;
	}
	.benefit-header h1 {
		font-size: 24px;
		line-height: 39px;
		margin: 15px;
	}
	.benefit-header h2 {
		padding: 0 15px;
	}
	.benefit-experience .benefit-header h1 {
		padding: 0;
	}
	.benefit-experience .benefit-header h2 {
		padding: 0 15px;
	}
	.feature-spotlight-fallback {
		padding-top: 160px;
	}
	.feature-spotlight-fallback-bg {
		width: 100%;
		left: 0;
	}
	.fallback-tip {
		display: none;
	}
	.feature-spotlight-fallback h3 {
		font-size: 20px;
	}
	.feature-spotlight-fallback h4 {
		padding: 0 15px;
		font-size: 13px;
		line-height: 21px;
	}
	.benefit-global .benefit-header h2 {
		padding: 0 15px;
	}
	.feature-spotlight-global-map-img {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.feature-spotlight-global-tip {
		position: relative;
		margin: 20px auto;
		top: auto;
		right: auto;
	}
	.benefit-mobile .benefit-header h2 {
		padding: 0 15px;
	}
	.benefit-mobile .feature-spotlight img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.benefit-speed .benefit-header h2 {
		padding: 0 15px;
	}
	.feature-spotlight h1 {
		padding-left: 15px;
	}
	.feature-spotlight .feature-img {
		float: none;
		margin: 0;
		width: 100%;
	}
	.feature-spotlight-content {
		float: none;
		width: auto;
		margin: 15px;
	}
	.benefit-attrition .benefit-header h2 {
		padding: 0 15px;
	}
	.benefit-presentation .benefit-header h2 {
		padding: 0 15px;
	}
	.benefit-high-volume .benefit-header h2 {
		padding: 0 15px;
	}
	.feature-spotlight-candidate-interactive {
		width: auto;
		height: 330px;
	}
	.feature-spotlight-candidate-interactive .marker {
		display: none;
	}
	.full-feature-list {
		width: auto;
	}
	.full-feature-list-col1 {
		float: none;
		width: auto;
		margin: 0;
	}
	.full-feature-list h1, 	.full-feature-list h2, 	.full-feature-list h3 {
		margin: 15px;
	}
	.full-feature-list-col2 {
		float: none;
		width: auto;
		margin: 15px;
	}
	.full-feature-list-col3 {
		float: none;
		width: auto;
		margin: 15px;
	}
	/* mobile landing page */
	.mobile-container {
		width: auto;
	}
	.mobile-module {
		margin: 50px auto;
	}
	.mobile-module-header {
		text-align: left;
	}
	.mobile-module-header h1 {
		font-size: 24px;
		line-height: 39px;
		margin: 15px;
	}
	.mobile-phones {
		float: none;
		margin: 15px;
		text-align: center;
	}
	.mobile-phones img {
		width: 100%;
	}
	.mobile-phones-subheadline {
		float: none;
		margin: 15px;
		padding: none;
		width: auto;
	}
	.mobile-phones-subheadline img {
		display: none;
	}
	.mobile-description-steps {
		width: auto;
	}
	.mobile-description-step {
		float: none;
		margin: 15px auto;
	}
	.mobile-description-arrow {
		float: none;
		margin: 15px auto;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.mobile-download-links {
		width: auto;
		height: auto;
		padding: 15px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.mobile-download-links p {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}
	.mobile-download-btns {
		position: relative;
		top: auto;
		right: auto;
		margin: 15px auto;
	}
	.mobile-download-demo {
		width: auto;
		margin: 15px;
	}
	.mobile-download-demo a {
		line-height: 21px;
		padding: 10px 20px;
	}
	.mobile-web {
		width: auto;
		margin: 15px;
	}
	.mobile-web p {
		width: auto;
		font-size: 15px;
	}
	/* live */
	.live-container {
		width: auto;
	}
	.live-module {
		margin: 50px auto;
	}
	.live-module-header {
		text-align: left;
	}
	.live-module-header h1 {
		font-size: 24px;
		line-height: 39px;
		margin: 15px;
	}
	.live-module-header h2 {
		margin: 15px;
		font-size: 16px;
		line-height: 29px;
	}
	.live-computers {
		float: none;
		margin: 15px;
		width: auto;
	}
	.live-computers img {
		width: 100%;
	}
	.live-computers-subheadline {
		float: none;
		width: auto;
		margin: 15px;
	}
	.live-module-features {
		padding: 0;
		width: auto;
		margin: 15px;
	}
	.live-feature {
		width: auto;
		margin: 15px 0;
	}
	.live-feature-content {
		width: 190px;
	}
	/* press */
	.press-container {
		width: auto;
	}
	.press-stories {
		float: none;
		width: auto;
		margin: 0;
	}
	.press-stories h1 {
		font-size: 30px;
		margin: 15px;
	}
	.press-story {
		width: auto;
	}
	.press-releases {
		float: none;
		width: auto;
		margin: 15px;
	}
	.press-releases h1 {
		font-size: 24px;
	}
	/* resources */
	.resources-container {
		width: auto;
	}
	.resources-header {
		padding: 0 15px;
	}
	.resources-header h1 {
		font-size: 30px;
	}
	.resources {
		width: auto;
		margin: 15px;
	}
	/* contact */
	.contact-container {
		width: auto;
	}
	.contact-us {
		float: none;
		width: auto;
		margin: 15px;
	}
	.contact-map {
		display: none;
	}
	/* newsletter */
	.newsletter {
		width: auto;
	}
	.newsletter h2 {
		font-size: 14px;
		margin: 15px;
	}
	.newsletter .newsletter-signup {
		width: auto;
		margin: 15px;
	}
	.newsletter form div input {
		width: 80%;
	}
	/* landing pages */
	.landing-page {
		width: auto;
		margin: 35px;
	}
	.landing-content-blurb {
		width: auto;
	}
	.landing-content-action {
		position: relative;
		top: auto;
		right: auto;
		margin: 35px auto;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 581px) and (max-width : 960px) {
	/* generics */
	#header {
		width: auto;
		height: 220px;
	}
	#logo {
		top: 30px;
		width: 100%;
		text-align: center;
	}
	#nav {
		top: auto;
		bottom: 95px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#demo-btns {
		top: auto;
		bottom: 30px;
		right: 0;
		width: 100%;
		text-align: center;
	}
	#footer {
		padding: 20px 0;
	}
	.footer-content {
		width: auto;
	}
	.footer-links {
		float: none;
		width: auto;
		text-align: center;
		font-size: 11px;
		margin: 0 20px;
	}
	.footer-logo {
		float: none;
		padding: 10px 0;
		text-align: center;
	}
	/* homepage */
	#homepage #header {
		height: 140px;
	}
	#homepage #nav {
		bottom: 15px;
		left: 0;
		top: auto;
	}
	#homepage #logo {
		top: 30px;
		left: 0;
	}
	.hero .hero-arrow {
		display: none;
	}
	.hero .slides .slide-inner {
		width: 500px;
	}
	.hero .slides .slide-content {
		width: auto;
	}
	.hero .slides .slide-content h1 {
		font-size: 38px;
		line-height: 47px;
	}
	.hero .slides .slide-content p {
		font-size: 20px;
		line-height: 29px;
	}
	.hero .slide-img {
		display: none;
	}
	.supporting-content {
		width: 580px;
	}
	.supporting-content-bottom-row {
		border-bottom: none;
	}
	.homepage-case-study {
		float: none;
		width: auto;
		margin: 0 10px 35px 10px;
	}
	.homepage-whitepaper {
		float: none;
		width: auto;
		margin: 0 10px;
	}
	.homepage-features {
		float: none;
		width: auto;
		margin: 0 10px 35px 10px;
	}
	ul.feature-list li {
		font-size: 12px;
		line-height: 21px;
	}
	.homepage-press {
		float: none;
		width: auto;
		margin: 0 10px;
		padding-bottom: 35px;
	}
	.homepage-press li {
		overflow: hidden;
	}
	.homepage-hre-award {
		float: none;
		width: auto;
		padding-top: 35px;
	}
	.homepage-video {
		display: none;
	}
	.mobile-announcement {
		background: #16193E;
		width: auto;
		padding: 30px;
		height: auto;
	}
	.mobile-announcement-content {
		position: relative;
		top: auto;
		left: auto;
	}
	/* benefits */
	.benefits-container {
		width: auto;
	}
	.benefit {
		width: 538px;
		margin: 35px auto;
	}
	.benefit-header {
		text-align: left;
	}
	.benefit-header h1 {
		font-size: 30px;
		line-height: 43px;
		margin: 15px 30px;
	}
	.benefit-header h2 {
		font-size: 18px;
	}
	.benefit-global .benefit-header h2 {
		padding: 0 30px;
	}
	.feature-spotlight-global-map-img {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.feature-spotlight-global-tip {
		position: relative;
		margin: 20px auto;
		top: auto;
		right: auto;
	}
	.benefit-experience .benefit-header h1 {
		padding: 0;
	}
	.benefit-experience .benefit-header h2 {
		padding: 0 30px;
	}
	.feature-spotlight-fallback {
		padding-top: 230px;
	}
	.feature-spotlight-fallback-bg {
		width: 100%;
		left: 0;
	}
	.fallback-tip {
		display: none;
	}
	.feature-spotlight-fallback h3 {
		font-size: 30px;
	}
	.feature-spotlight-fallback h4 {
		padding: 0 60px;
		font-size: 18px;
		line-height: 29px;
	}
	.benefit-mobile .benefit-header h2 {
		padding: 0 30px;
	}
	.benefit-mobile .feature-spotlight img {
		display: block;
		margin: 0 auto;
	}
	.benefit-speed .benefit-header h2 {
		padding: 0 30px;
	}
	.feature-spotlight h1 {
		padding-left: 30px;
	}
	.feature-spotlight .feature-img {
		float: none;
		margin: 0;
		width: 100%;
	}
	.feature-spotlight-content {
		float: none;
		width: auto;
		margin: 15px 30px;
	}
	.benefit-attrition .benefit-header h2 {
		padding: 0 30px;
	}
	.benefit-presentation .benefit-header h2 {
		padding: 0 30px;
	}
	.benefit-high-volume .benefit-header h2 {
		padding: 0 30px;
	}
	.feature-spotlight-candidate-interactive {
		width: auto;
		height: 440px;
	}
	.feature-spotlight-candidate-interactive .feature-img-candidate-review {
		width: 100%;
	}
	.feature-spotlight-candidate-interactive .marker {
		display: none;
	}
	.full-feature-list {
		width: 538px;
	}
	.full-feature-list-col1, .full-feature-list-col3 {
		float: none;
		width: auto;
		margin: 0;
	}
	.full-feature-list h1, 	.full-feature-list h2, 	.full-feature-list h3 {
		margin: 15px 30px;
	}
	.full-feature-list-col2 {
		float: none;
		width: auto;
		margin: 15px 30px;
	}
	/* mobile landing page */
	.mobile-container {
		width: auto;
	}
	.mobile-module {
		width: 538px;
		margin: 35px auto;
	}
	.mobile-phones {
		float: none;
		margin: 15px auto;
		text-align: center;
	}
	.mobile-phones-subheadline {
		float: none;
		width: auto;
	}
	.mobile-phones-subheadline img {
		display: none;
	}
	.mobile-description-steps {
		width: auto;
	}
	.mobile-description-step {
		float: none;
		margin: 15px auto;
	}
	.mobile-description-arrow {
		float: none;
		margin: 15px auto;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.mobile-download-links {
		width: auto;
		height: auto;
		padding: 15px;
	}
	.mobile-download-links p {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}
	.mobile-download-btns {
		position: relative;
		top: auto;
		right: auto;
		margin: 15px auto;
	}
	.mobile-download-demo {
		width: auto;
		margin: 15px;
	}
	.mobile-download-demo a {
		line-height: 21px;
		padding: 10px 20px;
	}
	.mobile-web {
		width: auto;
		margin: 15px;
	}
	.mobile-web p {
		width: auto;
		font-size: 15px;
	}
	.mobile-web img {
		float: none;
		display: block;
		margin: 15px auto;
	}
	/* live */
	.live-container {
		width: auto;
	}
	.live-module {
		width: 538px;
		margin: 35px auto;
	}
	.live-computers {
		float: none;
		margin: 15px auto;
		text-align: center;
	}
	.live-computers-subheadline {
		float: none;
		width: auto;
	}
	.live-computers-subheadline img {
		display: none;
	}
	.live-computers-subheadline .btns {
		text-align: center;
	}
	.live-module-features {
		padding: 0;
		width: 360px;
		margin: 0 auto;
	}
	/* press */
	.press-container {
		width: 600px;
	}
	.press-stories {
		float: none;
		width: auto;
		margin: 0;
	}
	.press-stories h1 {
		font-size: 30px;
		margin: 15px;
	}
	.press-story {
		width: auto;
	}
	.press-releases {
		float: none;
		width: auto;
		margin: 15px;
	}
	.press-releases h1 {
		font-size: 24px;
	}
	/* resources */
	.resources-container {
		width: 600px;
	}
	.resources-header {
		padding: 0;
	}
	/* contact */
	.contact-container {
		width: 530px;
	}
	.contact-us h1 {
		text-align: center;
	}
	.contact-us {
		float: none;
		width: auto;
		margin: 15px;
	}
	.contact-map {
		display: none;
	}
	/* newsletter */
	.newsletter {
		width: 400px;
	}
	.newsletter h2 {
		font-size: 14px;
		margin: 15px;
	}
	.newsletter .newsletter-signup {
		width: auto;
		margin: 15px;
	}
	.newsletter form div input {
		width: 80%;
	}
	/* landing pages */
	.landing-page {
		width: 500px;
		margin: 35px auto;
	}
	.landing-content-blurb {
		width: auto;
	}
	.landing-content-action {
		position: relative;
		top: auto;
		right: auto;
		margin: 35px auto;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}


/* ------------------------- */
/* HELPERS - end of document */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* fonts */
@font-face {
	font-family: 'Pictos';
	src: url('/images/pictos/pictos-web-69d510ae2a2d6c1debc4d42d76500294.eot');
	src: local('☺'),
		 url('/images/pictos/pictos-web-69d510ae2a2d6c1debc4d42d76500294.eot?#iefix') format('embedded-opentype'),
		 url('/images/pictos/pictos-web-2ebff5a8dcf1fc762161e8074844181c.woff') format('woff'),
		 url('/images/pictos/pictos-web-68b912acc44b577d12d012e681e9ec08.ttf') format('truetype'),
		 url('/images/pictos/pictos-web-95f76e7dc58f0194df3acd5027c72e92.svg#webfontphKv1xv9') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Dagny';
	src: url('/images/dagny/dagny-regular-896958c6c0c094bd3a55862c1dde4b94.eot');
	src: local('☺'),
		 url('/images/dagny/dagny-regular-896958c6c0c094bd3a55862c1dde4b94.eot?#iefix') format('embedded-opentype'),
		 url('/images/dagny/dagny-regular-55c451cec0c17757328f6f0ebdf99c32.woff') format('woff'),
		 url('/images/dagny/dagny-regular-5e5c3c1e7085fc9bd091653b87ba41f0.ttf') format('truetype'),
		 url('/images/dagny/dagny-regular-443635cd30ed5a4e8d0c4295488ea033.svg#9f581455e192c9543fea91ddf4c1a664') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DagnyBlack';
	src: url('/images/dagny/dagny-black-d291d8d985efc517bdfc4357526e4409.eot');
	src: local('☺'),
		 url('/images/dagny/dagny-black-d291d8d985efc517bdfc4357526e4409.eot?#iefix') format('embedded-opentype'),
		 url('/images/dagny/dagny-black-b6418852f889347f5ccdb5437a3a1c9b.woff') format('woff'),
		 url('/images/dagny/dagny-black-92e7c607d743b13f488ee60be3010098.ttf') format('truetype'),
		 url('/images/dagny/dagny-black-16118930d59179547cacd49071b20591.svg#9f581455e192c9543fea91ddf4c1a664') format('svg');
	font-weight: 900;
	font-style: normal;
}

/* buttons */
.action-btn {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #0F47A1;
	background: #0a94e7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #0a94e7 0%, #0f47a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a94e7), color-stop(100%,#0f47a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a94e7 0%,#0f47a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a94e7 0%,#0f47a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a94e7 0%,#0f47a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0a94e7 0%,#0f47a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a94e7', endColorstr='#0f47a1',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	transition: all 0.1s 0 linear;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.action-btn:hover {
	color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



